The FreeBSD Diary: 2005-10-23 - 2005-11-12

2005-11-13 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to freebsd-questions@freebsd.org with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 


-- 
Dan Langille
BSDCan - http://www.BSDCan.org/ - BSD Conference

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: output of top command question

2005-11-13 Thread Giorgos Keramidas
On 2005-11-13 13:28, Gobbledegeek [EMAIL PROTECTED] wrote:
 Thanks. From the article I conclude that Active pages are:
 Pages with page-used bit set
 Inactive and cached refers to the different page queues.
 But I could not correlate wired with anything. Any Tips?

The virtual memory pages are not necessarilly associated with a page of
physical memory at all times.  They may be swapped out to disk if they
are active but there is a memory shortage for a particular task.  They
may be inactive or cached and end up being freed, etc.

The wired pages are attached to a physical memory page and are never
swapped out to disk.  In general, wired pages are those pages of the
physical memory that the kernel needs to keep around at all times,
because swapping them out is not possible for a variety of reasons
(i.e. they are used asynchronously by a hardware device for DMA
input/output, they contain paging information, and so on).

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How can I programatically eject a live cd?

2005-11-13 Thread Thomas Linton
if you use CAM you could use:

# camcontrol eject [device id] [generic args]


On Sat, Nov 12, 2005 at 08:21:11PM -0800, Bill Schoolcraft wrote:
 At Sat, 12 Nov 2005 it looks like Thomas Linton composed:
 
 I believe that you can't do this because you are sitting on this CD.
 
 In general:
 
 # cdcontrol eject
 
 or with port /usr/ports/sysutils/eject just
 
 # eject
 
 Jeez, first off I didn't know this command existed for *BSD and
 then read the manpage and saw to my amazement...
 
 #
 
 AUTHOR
  Shunsuke Akiyama [EMAIL PROTECTED]
 
 HISTORY
  The eject command appeared in FreeBSD 2.X
 
 FreeBSD 5.4  Sep 24, 2000
 
 #
 
 -- 
 Bill Schoolcraft
 PO Box 210076
 San Francisco, CA 94121
 http://billschoolcraft.com
  ~
 You do best what you like most.
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


device pf

2005-11-13 Thread dick hoogendijk
I cannot find the device pf settings anylonger in de GENERIC kernel
config, /nor/ is it mentioned in NOTES.

Am I to understand that FreeBSD-6.0 supports pf and ipfilter by
default, without compiling it into the kernel? Or do I still compile
the right options in?

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11-stable ++ FreeBSD 6.0
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6 on Centrino laptop : how to prolong battery life with cpufreq (like est and estctrl did)

2005-11-13 Thread Luk van den Borne
2005/11/12, Miles Keaton [EMAIL PROTECTED]:
  Miles Keaton wrote:
   I'm happily using FreeBSD 6 on a Centrino laptop, but wondering if
   anyone can explain (for dummies) how to use the new cpufreq +
   SpeedStep to throttle-down my CPU usage and extend battery life - the
   way that sysutils/est and sysutils/estctrl used to do in FreeBSD 5?
 On 11/12/05, J. Martin Petersen [EMAIL PROTECTED] wrote:
  I'm using powerd, it's working great.


 Any advice on usage?  I tried it and got this error:

 # powerd -a minimum
 powerd: lookup freq: No such file or directory
You should load cpufreq in your loader.conf. I believe cpufreq is the
backend that FreeBSD uses for (dynamic) CPU scaling.
cpufreq_load=YES

rc.conf:
powerd_enable=YES
powerd_flags=-a adaptive -b adaptive -n adaptive

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ipw and 6.0-RELEASE

2005-11-13 Thread Omer Faruk Sen
Hi, 

As stated I am trying to install ipw-firmware port on 6.0-RELEASE but port 
states that I ipw support is already included in source tree. But when I try 
to activate this interface (ipw0) I get 

ipw0: Pleas load firmware. 



and thus I can't associate againsy my AP. 

Which one is right? I am a bit confused here.. 


---
Omer Faruk Sen
http://www.EnderUNIX.ORG
Software Development Team @ Turkey
http://www.Faruk.NET
For Public key: http://www.enderunix.org/ofsen/ofsen.asc
*** 


AcikAcademy published a Turkish TCP/IP Book
Acik Akademi'nin yeni kitabini duydunuz mu?
http://www.acikakademi.com/catalog/tcpip/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: device pf

2005-11-13 Thread Roland Smith
On Sun, Nov 13, 2005 at 10:23:05AM +0100, dick hoogendijk wrote:
 I cannot find the device pf settings anylonger in de GENERIC kernel
 config, /nor/ is it mentioned in NOTES.

It isn't mentioned in the architecture specific notes
(/usr/src/sys/$ARCH/conf/NOTES) but it is mentioned in the architecture
independant NOTES file (/usr/src/sys/conf/NOTES).

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpstG8CDfyBJ.pgp
Description: PGP signature


Freebsd for mail servers.

2005-11-13 Thread Carstea Catalin
I want to start a fresh instalation of freebsd 6.0 for my mail server.
1. I want to use many hard-disks on this server with one directory
over this disks .I want to use also RAID - software.
This directory will contains mailboxes of users. EX.: Postfix -
mail server.
2. If it is possible, how i do this?

--
Any help would be greatly appreciated.
regards,
Carstea Catalin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Freebsd for mail servers.

2005-11-13 Thread Robert Slade
On Sun, 2005-11-13 at 10:05, Carstea Catalin wrote:
 I want to start a fresh instalation of freebsd 6.0 for my mail server.
 1. I want to use many hard-disks on this server with one directory
 over this disks .I want to use also RAID - software.
 This directory will contains mailboxes of users. EX.: Postfix -
 mail server.
 2. If it is possible, how i do this?

Carstea,

Yes it is possible, have a look at the handbook:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/vinum-vinum.html

Rob 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Freebsd for mail servers.

2005-11-13 Thread Jens Holmqvist
On 11/13/05, Carstea Catalin [EMAIL PROTECTED] wrote:

 I want to start a fresh instalation of freebsd 6.0 for my mail server.
 1. I want to use many hard-disks on this server with one directory
 over this disks .I want to use also RAID - software.
 This directory will contains mailboxes of users. EX.: Postfix -
 mail server.
 2. If it is possible, how i do this?

 --
 Any help would be greatly appreciated.
 regards,
 Carstea Catalin
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]



and for a good posstfix howto take a look at
high5.net/howtohttp://high5.net/howtoi am personaly using this
solution on my server
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipw and 6.0-RELEASE

2005-11-13 Thread Luk van den Borne
You should delete /var/db/ports/ipw-firmware/options and run make
install clean again. This time, do not select the build with kernel
modules option. (Or just set it to false in the options file and
recompile).

2005/11/13, Omer Faruk Sen [EMAIL PROTECTED]:
 Hi,

 As stated I am trying to install ipw-firmware port on 6.0-RELEASE but port
 states that I ipw support is already included in source tree. But when I try
 to activate this interface (ipw0) I get

 ipw0: Pleas load firmware.


 and thus I can't associate againsy my AP.

 Which one is right? I am a bit confused here..

  ---
 Omer Faruk Sen
 http://www.EnderUNIX.ORG
 Software Development Team @ Turkey
 http://www.Faruk.NET
 For Public key: http://www.enderunix.org/ofsen/ofsen.asc
 ***

 AcikAcademy published a Turkish TCP/IP Book
 Acik Akademi'nin yeni kitabini duydunuz mu?
 http://www.acikakademi.com/catalog/tcpip/
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6 on Centrino laptop : how to prolong battery life with cpufreq (like est and estctrl did)

2005-11-13 Thread J. Martin Petersen
Miles Keaton wrote:
Miles Keaton wrote:

I'm happily using FreeBSD 6 on a Centrino laptop, but wondering if
anyone can explain (for dummies) how to use the new cpufreq +
SpeedStep to throttle-down my CPU usage and extend battery life - the
way that sysutils/est and sysutils/estctrl used to do in FreeBSD 5?
 
 On 11/12/05, J. Martin Petersen [EMAIL PROTECTED] wrote:
 
I'm using powerd, it's working great.
 
 Any advice on usage?  I tried it and got this error:
 
 # powerd -a minimum
 powerd: lookup freq: No such file or directory

Have you loaded the cpufreq kernel module. I'm not sure if the man-page
is verbose enough on this issue.

Cheers, Martin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.0 on Sony Laptop

2005-11-13 Thread Derek Tracy
I have finally decided to ditch Gentoo for FreeBSD especially since the new
release is out now, but I have ran into a huge problem.
Upon trying to boot the install CD (I have tried both the bootonly and
official cd1) I get to sysinstall but when I try and partition the disks it
tells me it can not find any of the disks. I have been doing some research
on this and a few people were able to install the 5.4 release (I have not
tried it myself) on this laptop so it only stands to reason that 6.0 should
work.

My Question are there any options that I can give the boot loader
i.emodules, disable something or is there something that I have to
pass via
device.hints (there is very little documentation on device.hints). I really
want to get this computer up and running with FreeBSD.

--
-
Derek Tracy
[EMAIL PROTECTED]
-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: portmanager -slid core dumps

2005-11-13 Thread Michael C. Shultz
On Friday 11 November 2005 14:53, Danny MacMillan wrote:
 Michael C. Shultz wrote:
  On Friday 11 November 2005 13:35, Danny MacMillan wrote:
 Michael C. Shultz wrote:
 On Friday 11 November 2005 12:55, Danny MacMillan wrote:
 I am experiencing further difficulties with portmanager -slid.  I was
 successfully able to delete several leaf ports.  However, when I try to
 delete devel/p5-Locale-gettext or devel/gmake, portmanager core dumps
 with the following message:
 
 ...
 n Nuking gmake-3.80_2
 
 MGdbGoTop error: invalid object type, has this object been initialised
 with MGdbCreate or MGdbOpen yet?
 MGdbSeek error: invalid object type
 Assertion failed: (0), function MGdbSeek, file MGdbSeek.c, line 36.
 zsh: abort (core dumped)  sudo portmanager -slid
 
 What version of portmanager?
 
 rParseCommandLine 0.3.4_0
 
  OK, that is the most current version.  There isn't an obvious problem I
  can see in the code but there is something that can be done better so
  I'll make that change then we'll see what happens.  Are you running
  FreeBSD 6.0 by any chance?

 Yes, I am.

 hobbit% uname -a
 FreeBSD hobbit.emerald-associates.com 6.0-RELEASE FreeBSD 6.0-RELEASE
 #0: Wed Nov  9 04:09:55 MST 2005
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/HOBBIT  i386

This is why I didn't catch it earlier, 6.0 is more fussy about certain bad 
programming habits and I run 5.4.  Probably would have never found this if 
you hadn't reported so thanks again.

-Mike



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to use pam_group?

2005-11-13 Thread James O'Gorman
Hi,

[Please keep me CC:d as I'm not subscribed]

I've been trying to use pam_group.so to limit who can login to various
services such as FTP and IMAP, but I can't seem to get it working.

For example, I took the stock /etc/pam.d/ftp and added:

authrequisite   pam_group.sogroup=ftpusers fail_safe

after the auth pam_unix.so line, but with this line in there, no-one
can login to FTP, not even users in ftpusers, but if I comment out
that line, obviously everyone can login.

I've tried required/requisite but neither work.

Can anyone see what I might be doing wrong?

This is on 6.0-RELEASE.

Thanks,

James
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GTK interfaces in KDE

2005-11-13 Thread edward

Hi,
I run 5.4 stable with xorg 6.8.2 and kde 3.4.0. I also use quite a few 
apps with a rather dull looking GTK interface. I know that GTK 
interfaces pick up the desktop themes under Gnome. Is there any way of 
applying a theme to GTK interfaces under kde, either the kde theme 
itself or a Gnome theme in any way ?

Thanks,
Edward

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK interfaces in KDE

2005-11-13 Thread Michał Masłowski
 Hi,
 I run 5.4 stable with xorg 6.8.2 and kde 3.4.0. I also use quite a few
 apps with a rather dull looking GTK interface. I know that GTK
 interfaces pick up the desktop themes under Gnome. Is there any way of
 applying a theme to GTK interfaces under kde, either the kde theme
 itself or a Gnome theme in any way ?
 Thanks,
 Edward

Use x11-themes/gtk-qt-engine to use KDE theme with GTK.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6 on Centrino laptop : how to prolong battery life with cpufreq (like est and estctrl did)

2005-11-13 Thread Miles Keaton
On 11/13/05, Luk van den Borne [EMAIL PROTECTED] wrote:
 You should load cpufreq in your /boot/loader.conf. cpufreq is the
 backend that FreeBSD uses for (dynamic) CPU scaling.
 cpufreq_load=YES

 rc.conf:
 powerd_enable=YES
 powerd_flags=-a adaptive -b adaptive -n adaptive


THAT WORKED!
Thanks guys.  I appreciate it.
My CPU is running cooler now, and the fan isn't turning on every 2 minutes.
Peace and quiet again...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GTK interfaces in KDE

2005-11-13 Thread Luk van den Borne
2005/11/13, Michał Masłowski [EMAIL PROTECTED]:
  Hi,
  I run 5.4 stable with xorg 6.8.2 and kde 3.4.0. I also use quite a few
  apps with a rather dull looking GTK interface. I know that GTK
  interfaces pick up the desktop themes under Gnome. Is there any way of
  applying a theme to GTK interfaces under kde, either the kde theme
  itself or a Gnome theme in any way ?
  Thanks,
  Edward

 Use x11-themes/gtk-qt-engine to use KDE theme with GTK.
Yep, with gtk-qt engine you can select your current QT theme. With
gtk2-theme-switch you can select a GTK2 theme that you want to apply.

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

converting a .chm file

2005-11-13 Thread Dave

Hello,
   I've got some .chm files i'd like to move. I was wondering if anyone 
know of a cli tool to convert them to another format, perhaps pdf, rtf, 
html, or plain text?

Thanks.
Dave.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: converting a .chm file

2005-11-13 Thread Roland Smith
On Sun, Nov 13, 2005 at 11:38:53AM -0500, Dave wrote:
 Hello,
I've got some .chm files i'd like to move. I was wondering if anyone 
 know of a cli tool to convert them to another format, perhaps pdf, rtf, 
 html, or plain text?

If you mean Compiled HTML files as used by Windows, there is a non-free
convertor to plain html: http://chm2web.aklabs.com/

There are also free readers for UNIX available:
xCHM: http://xchm.sourceforge.net/
GnoCHM: http://gnochm.sourceforge.net/

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpVXkQ5zfY7L.pgp
Description: PGP signature


decode RFC2047 encodings

2005-11-13 Thread guru

Hello,

Is there somehow a tool on shell level in FBSD to decode RFC2047
encodings, like header lines of mails/news looking like this:

To: =?utf8?b?Z3VydUBzaXNpcy5kZQ==?=

Thx in advance

Matthias
-- 
Matthias Apitz / Sisis Informationssysteme GmbH
Gruenwalder Weg 28g / D-82041 Oberhaching
Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211
http://www.sisis.de/~guru/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ipw and 6.0-RELEASE

2005-11-13 Thread Greg Maruszeczka
Luk van den Borne wrote:
 You should delete /var/db/ports/ipw-firmware/options and run make
 install clean again. This time, do not select the build with kernel
 modules option. (Or just set it to false in the options file and
 recompile).
 


I had the same problem the other day and simply ended up fetching the
package manually from the FBSD ftp archives and:

pkg_add ipw_firmware.tgz

Works just fine on my laptop.

G
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: converting a .chm file

2005-11-13 Thread Dave

Hi,
Thanks, do you know of any non-x ports for converting .chm files?
Thanks.
Dave.

- Original Message - 
From: Roland Smith [EMAIL PROTECTED]

To: Dave [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Sunday, November 13, 2005 12:10 PM
Subject: Re: converting a .chm file


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: converting a .chm file

2005-11-13 Thread Hans Nieser

Dave wrote:

Hi,
Thanks, do you know of any non-x ports for converting .chm files?
Thanks.


Perhaps this one:

Port:   chmview-1.0_2
Path:   /usr/ports/converters/chmview
Info:   Extractor from .chm files
Maint:  [EMAIL PROTECTED]
B-deps:
R-deps:
WWW:http://trexinc.narod.ru

I believe there may be more (cd /usr/ports  make search name=chm ).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


wpa_supplicant setup problems

2005-11-13 Thread Alan Gerber

Hi everyone.

I migrated my laptop to 6.0-stable as of this past Wednesday, mainly for 
the added WPA support it brings.


I've been using as my main source of info for setting up WPA support 
wpa_supplicant(8), wpa_supplicant.conf(5), and 
http://www.freebsdmall.com/~loader/en_US.ISO8859-1/articles/wireless/article.html


I'll be using my laptop mainly between two different networks.  I've got 
everything set up in /boot/loader.conf to load the drivers for the 
wireless card, the various crypto modules (I have all of them loaded, 
though I'll probably remove all but wlan_tkip at some point), and in 
/etc/rc.conf I have ifconfig_ndis0=WPA DHCP as specified on the web 
page above.


My wpa_supplicant.conf file looks like this:
% cat /etc/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
  ssid=home
  psk=homepsk
  key_mgmt=WPA-PSK NONE
}
network={
   ssid=work
   key_mgmt=NONE
}
#EOF

At home, I currently have the AP set to no encryption, hence the NONE in 
key_mgmt.  The wpa_supplicant.conf man page makes it sound like 
wpa_supplicant will try to connect to the home ssid with the defined 
preshared key, and if that fails, try to associate using no encryption.  
In fact, this is what actually happens:


localhost# wpa_supplicant -i ndis0 -c /etc/wpa_supplicant.conf -d
Initializing interface 'ndis0' conf '/etc/wpa_supplicant.conf' driver 
'default'

Configuration file '/etc/wpa_supplicant.conf' - '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
ctrl_interface='/var/run/wpa_supplicant'
ctrl_interface_group=0 (from group name 'wheel')
Priority group 0
  id=0 ssid='home'
  id=1 ssid='work'
Initializing interface (2) 'ndis0'
Own MAC address: 00:90:4b:b2:6a:ea
wpa_driver_bsd_set_wpa: enabled=1
wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1
wpa_driver_bsd_del_key: keyidx=0
wpa_driver_bsd_del_key: keyidx=1
wpa_driver_bsd_del_key: keyidx=2
wpa_driver_bsd_del_key: keyidx=3
wpa_driver_bsd_set_countermeasures: enabled=0
wpa_driver_bsd_set_drop_unencrypted: enabled=1
Setting scan request: 0 sec 10 usec
Starting AP scan (broadcast SSID)
Received 0 bytes of scan results (1 BSSes)
Scan results: 1
Selecting BSS from priority group 0
0: 00:14:bf:00:32:78 ssid='home' wpa_ie_len=26 rsn_ie_len=0
  selected
Trying to associate with 00:14:bf:00:32:78 (SSID='home' freq=2437 MHz)
Cancelling scan request
Automatic auth_alg selection: 0x1
WPA: using IEEE 802.11i/D3.0
WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
WPA: using GTK TKIP
WPA: using PTK TKIP
WPA: using KEY_MGMT WPA-PSK
WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 
01 00 00 50 f2 02 01 00 00 50 f2 02

No keys have been configured - skip key clearing
wpa_driver_bsd_set_drop_unencrypted: enabled=1
wpa_driver_bsd_associate: ssid 'home' wpa ie len 24 pairwise 2 group 2 
key mgmt 1

wpa_driver_bsd_associate: set PRIVACY 1
Setting authentication timeout: 5 sec 0 usec
Authentication with 00:00:00:00:00:00 timed out.
Added BSSID 00:00:00:00:00:00 into blacklist
No keys have been configured - skip key clearing
Setting scan request: 0 sec 0 usec
Starting AP scan (broadcast SSID)
^CSignal 2 received - terminating
Received 0 bytes of scan results (1 BSSes)
Scan results: 1
Selecting BSS from priority group 0
0: 00:14:bf:00:32:78 ssid='home' wpa_ie_len=26 rsn_ie_len=0
  selected
Trying to associate with 00:14:bf:00:32:78 (SSID='home' freq=2437 MHz)
Cancelling scan request
Automatic auth_alg selection: 0x1
WPA: using IEEE 802.11i/D3.0
WPA: Selected cipher suites: group 8 pairwise 8 key_mgmt 2
WPA: using GTK TKIP
WPA: using PTK TKIP
WPA: using KEY_MGMT WPA-PSK
WPA: Own WPA IE - hexdump(len=24): dd 16 00 50 f2 01 01 00 00 50 f2 02 
01 00 00 50 f2 02 01 00 00 50 f2 02

No keys have been configured - skip key clearing
wpa_driver_bsd_set_drop_unencrypted: enabled=1
wpa_driver_bsd_associate: ssid 'home' wpa ie len 24 pairwise 2 group 2 
key mgmt 1

wpa_driver_bsd_associate: set PRIVACY 1
Setting authentication timeout: 5 sec 0 usec
No keys have been configured - skip key clearing
wpa_driver_bsd_set_wpa: enabled=0
wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0
wpa_driver_bsd_set_drop_unencrypted: enabled=0
wpa_driver_bsd_set_countermeasures: enabled=0
No keys have been configured - skip key clearing
wpa_driver_bsd_set_wpa_internal: wpa=1 privacy=1
Removed BSSID 00:00:00:00:00:00 from blacklist (clear)
localhost#

It does this (up to where I hit Ctrl+C) in a repeating loop, without 
ever deciding to associate.  It looks to me like wpa_supplicant is 
forgetting the BSSID of the AP to which it is trying to authenticate.  
To try to get around this problem, I manually set the BSSID of the AP in 
wpa_supplicant.conf, but it had no effect.


So, I'll ask you guys - any ideas on what I can do to make this work 
properly?  Ideally, I'd like to make wpa_supplicant look for the home 
ssid with the defined PSK, and if it fails to authenticate using that, 
then 

Ape (Monkey's Audio) decompression tools

2005-11-13 Thread Andrew P.
How do I convert .ape to .wav?

audio/xmms-mac works ok, I'm able to play the files,
but I want to convert them to flac.

Now audio/mac can only verify (-v flag), but when I
try to decompress (-d flag) it just prints out the
usage statement. I did some googling and found
no alternative Linux/FreeBSD tools.

Thanks,
Andrew P.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


What about for Palm's and Pocket PC's in FreeBSD?

2005-11-13 Thread Andrew Pogrebennyk
Could anyone tell me if there's a good support for Palm's and Pocket
PC's in FreeBSD, especially for Bluetooth connectivity? I'm going to
buy one and if I learn that Palm is supported much better, It'll be one
more it's advantage over MS :) Maybe, someone could point me a some
sort of guide? Thanks!


-- 
The only secure computer is one that's unplugged, locked in a safe,
and buried 20 feets under the ground in a secret location... and I'm
not even too sure about that one… Dennis Huges, FBI
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


(no subject)

2005-11-13 Thread Scharp Ledge

How do I delete BSD?  Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


problem with vidcontrol

2005-11-13 Thread Javier Matos
Hello, I will explain my problem... I hope that someone can indicate me a 
possible solution... .

I was setting all necessary in my kernel to use resolutions like 1024x768 or 
above and I add the next lines to my kernel


# Options to change console resolution
optionsVESA
optionsSC_PIXEL_MODE

The problem is that when I try to change to a graphic resolution like 
800x600x16, 1024x768x16 or 1280x1024x16 my computer hangs and the box sometimes 
start to make a continuous noise with the internal speaker.

I test that modes before format and install the OS because my previous HDD was 
broken.
When I use vidcontrol -i mode I can see that the modes that I try are supported 
by my hardware, modes like 273, 276, 279 and 282.
Before change my hard drive that modes were possible... why now they are not 
possible?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


What package contains missing libgmodule

2005-11-13 Thread mylists
/libexec/ld-elf.so.1: Shared object libgmodule-2.0.so.600 not found,
required by artsd

 I get the above error from quite a few packages, from mozilla to artsd to
others. Any suggestion on what I need to reinstall. I tried gtk, glib and
gnome2, but still no joy.

 Thanks,

 Obitori


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What package contains missing libgmodule

2005-11-13 Thread Michael C. Shultz
On Sunday 13 November 2005 13:32, [EMAIL PROTECTED] wrote:
 /libexec/ld-elf.so.1: Shared object libgmodule-2.0.so.600 not found,
 required by artsd

  I get the above error from quite a few packages, from mozilla to artsd to
 others. Any suggestion on what I need to reinstall. I tried gtk, glib and
 gnome2, but still no joy.

  Thanks,

  Obitori



find /var/db/pkg/. | xargs grep libgmodule

/var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.a
/var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.so
/var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.so.0


@comment PKG_FORMAT_REVISION:1.1
@name glib-2.8.3
@comment ORIGIN:devel/glib20


Looks like it comes from devel/glib20

-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ape (Monkey's Audio) decompression tools

2005-11-13 Thread Karol Kwiatkowski
Andrew P. wrote:
 How do I convert .ape to .wav?
 
 audio/xmms-mac works ok, I'm able to play the files,
 but I want to convert them to flac.

I don't know any specific software to do ape-flac conversion but,
since you're using xmms already, you could decompress ape to wav using
'Disk Writer Plugin' (Options - Preferences - Audio I/O plugins -
Output plugin). Just select it, configure a path and start playback. I
guess it's installed with xmms by default.

Hope that helps,

Karol

 Now audio/mac can only verify (-v flag), but when I
 try to decompress (-d flag) it just prints out the
 usage statement. I did some googling and found
 no alternative Linux/FreeBSD tools.

-- 
Karol Kwiatkowski  freebsd at orchid dot homeunix dot org


signature.asc
Description: OpenPGP digital signature


Re: (no subject)

2005-11-13 Thread Andrew P.
On 11/13/05, Scharp Ledge [EMAIL PROTECTED] wrote:
 How do I delete BSD?  Thanks
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


Boot up from a live cd and do:

dd if=/dev/zero of=/dev/ad0 bs=1024 count=1024

Substitute ad0 with what you want to wipe.
This should take about a few seconds.


And BTW, don't forget that uninstalling/deleting
*BSD is quite bad for your karma. You'll need to
kill a few penguins after that.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ape (Monkey's Audio) decompression tools

2005-11-13 Thread Andrew P.
On 11/14/05, Karol Kwiatkowski [EMAIL PROTECTED] wrote:
 Andrew P. wrote:
  How do I convert .ape to .wav?
 
  audio/xmms-mac works ok, I'm able to play the files,
  but I want to convert them to flac.

 I don't know any specific software to do ape-flac conversion but,
 since you're using xmms already, you could decompress ape to wav using
 'Disk Writer Plugin' (Options - Preferences - Audio I/O plugins -
 Output plugin). Just select it, configure a path and start playback. I
 guess it's installed with xmms by default.

 Hope that helps,

 Karol


Yes, I know. Thanks for the hint, anyway. The problem
is that ape is some kind of a package format, most ape
files in my collection contain several tracks. Cue files
come along (with lengths and names). In theory, I can
use xmms and convert one big ape to one big ape and
then separate it manually using info from the cue file,
but I'd rather an automated tool does it all for me.

Xmms doesn't show an ape file as separate tracks.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.0 on Sony Laptop

2005-11-13 Thread Peter Clutton
On 11/14/05, Derek Tracy [EMAIL PROTECTED] wrote:
 I have finally decided to ditch Gentoo for FreeBSD especially since the new
 release is out now, but I have ran into a huge problem.
 Upon trying to boot the install CD (I have tried both the bootonly and
 official cd1) I get to sysinstall but when I try and partition the disks it
 tells me it can not find any of the disks. I have been doing some research
 on this and a few people were able to install the 5.4 release (I have not

Well I'm afraid I can only make a similar comment. I have FreeBSD 5.4
release running smoothly on my Vaio. I wouldn't imagine the
device.hints can help you, it sounds like the hardware isn't
compatible or something and it can't see it. Exactly what is the
laptop - make/model/specs. What hard drive, and what bus is it
attached to? Are there any error messages on the emergency holographic
shell, i think you can check with alt-F4.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ape (Monkey's Audio) decompression tools

2005-11-13 Thread Andrew P.
On 11/13/05, Andrew P. [EMAIL PROTECTED] wrote:
 How do I convert .ape to .wav?

 audio/xmms-mac works ok, I'm able to play the files,
 but I want to convert them to flac.

 Now audio/mac can only verify (-v flag), but when I
 try to decompress (-d flag) it just prints out the
 usage statement. I did some googling and found
 no alternative Linux/FreeBSD tools.

 Thanks,
 Andrew P.


Oh, sorry, the audio/mac util works all right, I just
didn't specify the output file.

Thanks,
Andrew P.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Help: Asus P5WD2 mobo and ITE IDE controller problem

2005-11-13 Thread Murray Taylor
Hi all,

I have had a system configured using this mobo and have hit a
showstopper.

The HDD (a seagate 330GB IDE) have been connected to the ITE IDE
controller
while the DVDrom has been connected to the primary IDE controller. 

It seems that the ITE device is a RAID controller, and the BIOS and
the 5.4 FreeBSD installer dont see the HDD at all.  Which is not very
useful!

The mobo has a SATA port as well, and the question is

Does 5.4 support SATA drives for install? 

I think I can tell the BIOS to make a SATA drive 'look like' an IDE 
drive.

(sent to hackers also for this followup question)
As a followup - Does anyone know of any support re the ITE device?


CPU Intel Pentium 4 640 3.2Ghz 2MB 775
M/B Asus P5WD2 -  Premium M/B
Ram 2.048GB (2x-1.024GB) CL3.0 DDR2 533
HDD Seagate 300GB 7200RPM 8MB
Optical Drive   Pioneer 110-D 16 x DVD/RW Black w/NERO
FDD 1.44MB Floppy Drive Black
TapeCertance DDS5 Tape Drive
SCSI Card   Adaptec  19160 SCSI Card
PSU 600Watt


-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail?

Murray Taylor
Bytecraft Systems
P: +61 3 8710 2555
F: +61 3 8710 2599
D: +61 3 9238 4275
E: [EMAIL PROTECTED]
---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

***This Email has been scanned for Viruses by MailMarshal.***
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Help: Asus P5WD2 mobo and ITE IDE controller problem

2005-11-13 Thread Roland Smith
On Mon, Nov 14, 2005 at 10:13:51AM +1100, Murray Taylor wrote:
 Hi all,
 
 I have had a system configured using this mobo and have hit a
 showstopper.
 
 The HDD (a seagate 330GB IDE) have been connected to the ITE IDE
 controller
 while the DVDrom has been connected to the primary IDE controller. 
 
 It seems that the ITE device is a RAID controller, and the BIOS and
 the 5.4 FreeBSD installer dont see the HDD at all.  Which is not very
 useful!

The ASUS site doesn't mention what type the ITE controller is. According
to the ata(4) manual page, only the IT8211F and IT8212F are supported.

But according to the motherboard layout drawing in the manual, it is
indeed a IT8211F, so it should be supported. Are you sure it is enabled?

 The mobo has a SATA port as well, and the question is
 
 Does 5.4 support SATA drives for install? 

Yes.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpSOqcPfiaWN.pgp
Description: PGP signature


Re: (no subject)

2005-11-13 Thread Philip Lykke Carlsen
Sunday 13 November 2005 22:49 skrev Andrew P.:
 On 11/13/05, Scharp Ledge [EMAIL PROTECTED] wrote:
  How do I delete BSD?  Thanks
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]

 Boot up from a live cd and do:

 dd if=/dev/zero of=/dev/ad0 bs=1024 count=1024

 Substitute ad0 with what you want to wipe.
 This should take about a few seconds.


 And BTW, don't forget that uninstalling/deleting
 *BSD is quite bad for your karma. You'll need to
 kill a few penguins after that.

Hehe.. just the sort of phrase that should be on a BSD-quote site.. and in the 
fortune program as well :p
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


BTX halt on laptop

2005-11-13 Thread Billy Tallis
I am trying to install FreeBSD 6 on a Toshiba Sat. Pro 445CDX laptop
with no floppy drive. This laptop has a pentium processor and 16MB of
ram. When I boot to the installation cd, I get the register dump and
BTX halted message, and the screen then goes blank but the power stays
on. I have disabled as much as possible in the BIOS, including EIDE,
but nothing changes.

Is there any way to get BSD to install without using the BTX loader on the CD?

Thanks
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Help: Asus P5WD2 mobo and ITE IDE controller problem

2005-11-13 Thread Murray Taylor
 -Original Message-
 From: Roland Smith [mailto:[EMAIL PROTECTED] 
 
 On Mon, Nov 14, 2005 at 10:13:51AM +1100, Murray Taylor wrote:
  Hi all,
  
  I have had a system configured using this mobo and have hit a
  showstopper.
  
  The HDD (a seagate 330GB IDE) have been connected to the ITE IDE
  controller
  while the DVDrom has been connected to the primary IDE controller. 
  
  It seems that the ITE device is a RAID controller, and the BIOS and
  the 5.4 FreeBSD installer dont see the HDD at all.  Which 
  is not very useful!
 
 The ASUS site doesn't mention what type the ITE controller 
 is. According
 to the ata(4) manual page, only the IT8211F and IT8212F are supported.
 
 But according to the motherboard layout drawing in the manual, it is
 indeed a IT8211F, so it should be supported. Are you sure it 
 is enabled?
 

I believe that it is 'enabled' in that there is a momentary flash
of the ITE scanning and I think the disk is found as I reckon I
can catch something like this

??? 0: ST3300  UDMA?
??? 1:
??? 2:
??? 3:

where the ? are characters I havent caught.

But it never appears in the BIOS report. And the installer certainly 
doesnt talk to it at all.


  The mobo has a SATA port as well, and the question is
  
  Does 5.4 support SATA drives for install? 
 
 Yes.
 
 Roland
 -- 

mjt
---
The information transmitted in this e-mail is for the exclusive
use of the intended addressee and may contain confidential
and/or privileged material. Any review, re-transmission,
dissemination or other use of it, or the taking of any action
in reliance upon this information by persons and/or entities
other than the intended recipient is prohibited. If you
received this in error, please inform the sender and/or
addressee immediately and delete the material. 

E-mails may not be secure, may contain computer viruses and
may be corrupted in transmission. Please carefully check this
e-mail (and any attachment) accordingly. No warranties are
given and no liability is accepted for any loss or damage
caused by such matters.
---

***This Email has been scanned for Viruses by MailMarshal.***
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 6.0 and Objective C

2005-11-13 Thread Marc Argent
Hi,

I am trying to compile a very simple Objective C program (actually, it
is a 'Hello World' test program with a different file extension and
linked to the Objective C library).

#import stdio.h

int main (int argc, const char *argv[])
{
printf(Hello World\n);
return 0;
}

I am invoking the compiler with the following line:

gcc main.m -o helloworld -l objc

This results in the following error message:

/usr/lib/libobjc.so: undefined reference to `pthread_attr_destroy'
/usr/lib/libobjc.so: undefined reference to `pthread_create'
/usr/lib/libobjc.so: undefined reference to `pthread_attr_init'
/usr/lib/libobjc.so: undefined reference to `pthread_exit'
/usr/lib/libobjc.so: undefined reference to `pthread_getschedparam'
/usr/lib/libobjc.so: undefined reference to `pthread_setschedparam'
/usr/lib/libobjc.so: undefined reference to `pthread_attr_setdetachstate'

I get the same error message from a vanilla install of FreeBSD 6.0 and
one that has been updated with all security updates as of Friday
(11/11/2005).  I realise that security updates wouldn't fix this, but
thought it worth mentioning.  Compiling the code without the -l objc
flag works just fine.

Any idea what is up?  I will try updating my other machine to the
latest and greatest sources tomorrow and see if that fixes it.

Regards

Marc
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.0 and Objective C

2005-11-13 Thread James Bailie

Marc Argent wrote:


This results in the following error message:

/usr/lib/libobjc.so: undefined reference to `pthread_attr_destroy'
/usr/lib/libobjc.so: undefined reference to `pthread_create'
/usr/lib/libobjc.so: undefined reference to `pthread_attr_init'
/usr/lib/libobjc.so: undefined reference to `pthread_exit'
/usr/lib/libobjc.so: undefined reference to `pthread_getschedparam'
/usr/lib/libobjc.so: undefined reference to `pthread_setschedparam'
/usr/lib/libobjc.so: undefined reference to `pthread_attr_setdetachstate'


Try adding -lpthread to the compiler command line?


--
James Bailie [EMAIL PROTECTED]
http://www.jamesbailie.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Package Database Corruption

2005-11-13 Thread Sean

I have some package corruption and have had no luck fixing the problem.
I have tried pkgdb -f, tried to remove and reinstall, and any other idea 
 that I could find.

Can anyone offer some suggestions on this problem?
Here are some of the problem packages.
I even tried a force and rebuild all packages, but obviously no luck.

pkg_version: the package info for package 'linux-atk-1.2.0_3' is corrupt
pkg_version: the package info for package 'linux-expat-1.95.5_3' is corrupt
pkg_version: the package info for package 'linux-fontconfig-2.2.3' is 
corrupt

pkg_version: the package info for package 'linux-glib2-2.2.1_3' is corrupt
pkg_version: the package info for package 'linux-gtk2-2.2.1_5' is corrupt
pkg_version: the package info for package 'linux-jpeg-6b.15_4' is corrupt
pkg_version: the package info for package 'linux-pango-1.2.1_3' is corrupt
pkg_version: the package info for package 'linux-png-1.2.7_6' is corrupt
pkg_version: the package info for package 'linux-sun-jdk-1.4.2.08_2' is 
corrupt

pkg_version: the package info for package 'linux-tiff-3.6.1_3' is corrupt

Thanks
Sean
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


recursive port configuration

2005-11-13 Thread Philip Lykke Carlsen
Hi all.. 

.. Is there any way to recursively configure the dependencies of a given port?

.. there's nothing worse than starting a portupgrade -a before going to bed 
and then waking up to a blue configure-screen and discovering that the show 
stopped just about 10 minutes after I left the screen :-/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Fail to install subversion-1.3.0.r2 while compile with WITH_MOD_DAV_SVN=yes

2005-11-13 Thread Ma Jie
I'm using FreeBSD 6.0-STABLE. It is OK to compile subversion using
standalone mode. But when I want to use apache2 protocol with
subversion, a compiling failure occured as below:

--
# make WITH_MOD_DAV_SVN=yes install
===  Installing for subversion-1.3.0.r2
===   subversion-1.3.0.r2 depends on executable:  - not found
===Verifying install for  in /usr/ports/www/apache2
===   Returning to build of subversion-1.3.0.r2
===   subversion-1.3.0.r2 depends on shared library: expat.5 - found
===   subversion-1.3.0.r2 depends on shared library: neon.24 - found
===   subversion-1.3.0.r2 depends on shared library: intl - found
-e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav
libexec/apache2/mod_dav.so
-e: not found
*** Error code 127

Stop in /usr/ports/devel/subversion.
--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fail to install subversion-1.3.0.r2 while compile with WITH_MOD_DAV_SVN=yes

2005-11-13 Thread Philip Lykke Carlsen
Monday 14 November 2005 02:19 skrev Ma Jie:
 I'm using FreeBSD 6.0-STABLE. It is OK to compile subversion using
 standalone mode. But when I want to use apache2 protocol with
 subversion, a compiling failure occured as below:

 ---
--- # make WITH_MOD_DAV_SVN=yes
 install
 ===  Installing for subversion-1.3.0.r2
 ===   subversion-1.3.0.r2 depends on executable:  - not found
 ===Verifying install for  in /usr/ports/www/apache2
 ===   Returning to build of subversion-1.3.0.r2
 ===   subversion-1.3.0.r2 depends on shared library: expat.5 - found
 ===   subversion-1.3.0.r2 depends on shared library: neon.24 - found
 ===   subversion-1.3.0.r2 depends on shared library: intl - found
 -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav
 libexec/apache2/mod_dav.so
 -e: not found
 *** Error code 127

 Stop in /usr/ports/devel/subversion.

make -DWITH_MOD_DAV_SVN=yes install

in order to set a make-variable from the commandline you have to prepend a -D 
to the switch.. that should do the trick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fail to install subversion-1.3.0.r2 while compile with WITH_MOD_DAV_SVN=yes

2005-11-13 Thread Ma Jie
Yeah. It is compiled OK with the `-D' before the switch. But another
problem is that I cannot find the mod_dav_svn.so in ths system after
the compling. It is needed to use HTTP protocol in subversion.

And, when I install apache2 and subversion (after sucessful comple),
it prompted a lot of warnings show that some files are not installed
in to /usr/local/lib. Anyone have the same thing? I have tested on
FreeBSD 5.4-STABLE and 6.0-STABLE.

2005/11/14, Philip Lykke Carlsen [EMAIL PROTECTED]:
 Monday 14 November 2005 02:19 skrev Ma Jie:
  I'm using FreeBSD 6.0-STABLE. It is OK to compile subversion using
  standalone mode. But when I want to use apache2 protocol with
  subversion, a compiling failure occured as below:
 
  ---
 --- # make WITH_MOD_DAV_SVN=yes
  install
  ===  Installing for subversion-1.3.0.r2
  ===   subversion-1.3.0.r2 depends on executable:  - not found
  ===Verifying install for  in /usr/ports/www/apache2
  ===   Returning to build of subversion-1.3.0.r2
  ===   subversion-1.3.0.r2 depends on shared library: expat.5 - found
  ===   subversion-1.3.0.r2 depends on shared library: neon.24 - found
  ===   subversion-1.3.0.r2 depends on shared library: intl - found
  -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav
  libexec/apache2/mod_dav.so
  -e: not found
  *** Error code 127
 
  Stop in /usr/ports/devel/subversion.

 make -DWITH_MOD_DAV_SVN=yes install

 in order to set a make-variable from the commandline you have to prepend a -D
 to the switch.. that should do the trick
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fail to install subversion-1.3.0.r2 while compile with WITH_MOD_DAV_SVN=yes

2005-11-13 Thread Ma Jie
I'm not sure why. But now, I built it without ports. Just entered the
`work' directory and read the INSTALL file. After compile, I found the
mod_dav_svn.so and mod_authz_svn.so in the directory and copied them
manually into /usr/local/libexec/apache2/. It works now. But I don't
know how to automatic build it using ports.

2005/11/14, Ma Jie [EMAIL PROTECTED]:
 Yeah. It is compiled OK with the `-D' before the switch. But another
 problem is that I cannot find the mod_dav_svn.so in ths system after
 the compling. It is needed to use HTTP protocol in subversion.

 And, when I install apache2 and subversion (after sucessful comple),
 it prompted a lot of warnings show that some files are not installed
 in to /usr/local/lib. Anyone have the same thing? I have tested on
 FreeBSD 5.4-STABLE and 6.0-STABLE.

 2005/11/14, Philip Lykke Carlsen [EMAIL PROTECTED]:
  Monday 14 November 2005 02:19 skrev Ma Jie:
   I'm using FreeBSD 6.0-STABLE. It is OK to compile subversion using
   standalone mode. But when I want to use apache2 protocol with
   subversion, a compiling failure occured as below:
  
   ---
  --- # make WITH_MOD_DAV_SVN=yes
   install
   ===  Installing for subversion-1.3.0.r2
   ===   subversion-1.3.0.r2 depends on executable:  - not found
   ===Verifying install for  in /usr/ports/www/apache2
   ===   Returning to build of subversion-1.3.0.r2
   ===   subversion-1.3.0.r2 depends on shared library: expat.5 - found
   ===   subversion-1.3.0.r2 depends on shared library: neon.24 - found
   ===   subversion-1.3.0.r2 depends on shared library: intl - found
   -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav
   libexec/apache2/mod_dav.so
   -e: not found
   *** Error code 127
  
   Stop in /usr/ports/devel/subversion.
 
  make -DWITH_MOD_DAV_SVN=yes install
 
  in order to set a make-variable from the commandline you have to prepend a 
  -D
  to the switch.. that should do the trick
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD reliable on Asus P4C800-E Deluxe?

2005-11-13 Thread Danny
Anyone have FreeBSD running on an Asus P4C800-E Deluxe without any issues?

Thanks,

...D

--
CCBC - Certified Canadian Beer Consumer
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


SOLVED: package contains missing libgmodule

2005-11-13 Thread My mailing Lists
Thanks for your reply, Michael.  Of course, you are right.  I should have been 
more specific.  I had reinstalled glib version 2, but that did not solve my 
problem.  Just to be double sure, after I read your email, I reinstalled 
glibc-2.8.3 AGAIN, but still got the error.  

Your email got me thinking.  I wanted to do:

find / -iname libgmodule*

This would search for every file named libgmodule* in the file system on the 
version of find that I've found on linux systems.  I kept boinking the BSD 
version, so I ran:

$ find / | grep libgmodule* 
/usr/local/lib/libgmodule-2.0.so.0
/usr/local/lib/libgmodule-2.0.so
/usr/local/lib/libgmodule-2.0.a
/usr/local/lib/libgmodule12.a
/usr/local/lib/libgmodule12.so
/usr/local/lib/libgmodule12.so.3

I added a link and tried artsd:

$ ls -l libgmodule*
-rw-r--r--  1 root  wheel   8220 Nov 13 19:02 libgmodule-2.0.a
lrwxr-xr-x  1 root  wheel 19 Nov 13 19:02 libgmodule-2.0.so - 
libgmodule-2.0.so.0
-rwxr-xr-x  1 root  wheel  12701 Nov 13 19:02 libgmodule-2.0.so.0
lrwxr-xr-x  1 root  wheel 19 Nov 13 21:11 libgmodule-2.0.so.600 - 
libgmodule-2.0.so.0

This time, I got the same exact error, but for the library:

libgthread-2.0.so.600

I added a link to libgthread-2.9.so.0.

$ ls -l libgthread*
-rw-r--r--  1 root  wheel  12668 Nov 13 19:02 libgthread-2.0.a
lrwxr-xr-x  1 root  wheel 19 Nov 13 19:02 libgthread-2.0.so - 
libgthread-2.0.so.0
-rwxr-xr-x  1 root  wheel  17820 Nov 13 19:02 libgthread-2.0.so.0
lrwxr-xr-x  1 root  wheel 19 Nov 13 21:14 libgthread-2.0.so.600 - 
libgthread-2.0.so.0

Now, artsd and everything else is happy.  I have sound on KDE.  I don't know 
if the missing links are the result of something I deinstalled, but shouldn't 
a reinstall of the port or package recreate those links?  I am not trying to 
complain, just want to figure out if I stumbled on a bug, or if these is just 
another instance of me boinking my own system.

Regards,

Obitori

On Sunday 13 November 2005 16:30, Michael C. Shultz wrote:
 On Sunday 13 November 2005 13:32, [EMAIL PROTECTED] wrote:
  /libexec/ld-elf.so.1: Shared object libgmodule-2.0.so.600 not found,
  required by artsd
 
   I get the above error from quite a few packages, from mozilla to artsd
  to others. Any suggestion on what I need to reinstall. I tried gtk, glib
  and gnome2, but still no joy.
 
   Thanks,
 
   Obitori

 find /var/db/pkg/. | xargs grep libgmodule

 /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.a
 /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.so
 /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.so.0


 @comment PKG_FORMAT_REVISION:1.1
 @name glib-2.8.3
 @comment ORIGIN:devel/glib20


 Looks like it comes from devel/glib20

 -Mike
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SOLVED: package contains missing libgmodule

2005-11-13 Thread Michael Shultz
On 11/13/05, My mailing Lists [EMAIL PROTECTED] wrote:

 Thanks for your reply, Michael. Of course, you are right. I should have
 been
 more specific. I had reinstalled glib version 2, but that did not solve my
 problem. Just to be double sure, after I read your email, I reinstalled
 glibc-2.8.3 AGAIN, but still got the error.

 Your email got me thinking. I wanted to do:

 find / -iname libgmodule*

 This would search for every file named libgmodule* in the file system on
 the
 version of find that I've found on linux systems. I kept boinking the BSD
 version, so I ran:

 $ find / | grep libgmodule*
 /usr/local/lib/libgmodule-2.0.so.0
 /usr/local/lib/libgmodule-2.0.so http://2.0.so
 /usr/local/lib/libgmodule-2.0.a
 /usr/local/lib/libgmodule12.a
 /usr/local/lib/libgmodule12.so
 /usr/local/lib/libgmodule12.so.3

 I added a link and tried artsd:

 $ ls -l libgmodule*
 -rw-r--r-- 1 root wheel 8220 Nov 13 19:02 libgmodule-2.0.a
 lrwxr-xr-x 1 root wheel 19 Nov 13 19:02 
 libgmodule-2.0.sohttp://libgmodule-2.0.so-
 libgmodule-2.0.so.0
 -rwxr-xr-x 1 root wheel 12701 Nov 13 19:02 libgmodule-2.0.so.0
 lrwxr-xr-x 1 root wheel 19 Nov 13 21:11 libgmodule-2.0.so.600 -
 libgmodule-2.0.so.0

 This time, I got the same exact error, but for the library:

 libgthread-2.0.so.600

 I added a link to libgthread-2.9.so.0.

 $ ls -l libgthread*
 -rw-r--r-- 1 root wheel 12668 Nov 13 19:02 libgthread-2.0.a
 lrwxr-xr-x 1 root wheel 19 Nov 13 19:02 
 libgthread-2.0.sohttp://libgthread-2.0.so-
 libgthread-2.0.so.0
 -rwxr-xr-x 1 root wheel 17820 Nov 13 19:02 libgthread-2.0.so.0
 lrwxr-xr-x 1 root wheel 19 Nov 13 21:14 libgthread-2.0.so.600 -
 libgthread-2.0.so.0

 Now, artsd and everything else is happy. I have sound on KDE. I don't know
 if the missing links are the result of something I deinstalled, but
 shouldn't
 a reinstall of the port or package recreate those links? I am not trying
 to
 complain, just want to figure out if I stumbled on a bug, or if these is
 just
 another instance of me boinking my own system.

 Regards,

 Obitori


I think they just fixed something in glib20, I remember seeing something
like this
library your complaining about go by when I cvsuped a few hours ago. Maybe
you
should ask about this in [EMAIL PROTECTED] I think the linking you did,
though it
works now is going to give you problems down the road.

-Mike




On Sunday 13 November 2005 16:30, Michael C. Shultz wrote:
  On Sunday 13 November 2005 13:32, [EMAIL PROTECTED] wrote:
   /libexec/ld-elf.so.1: Shared object libgmodule-2.0.so.600 not found,
   required by artsd
  
   I get the above error from quite a few packages, from mozilla to artsd
   to others. Any suggestion on what I need to reinstall. I tried gtk,
 glib
   and gnome2, but still no joy.
  
   Thanks,
  
   Obitori
 
  find /var/db/pkg/. | xargs grep libgmodule
 
  /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.a
  /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.so http://2.0.so
  /var/db/pkg/./glib-2.8.3/+CONTENTS:lib/libgmodule-2.0.so.0
 
 
  @comment PKG_FORMAT_REVISION:1.1
  @name glib-2.8.3
  @comment ORIGIN:devel/glib20
 
 
  Looks like it comes from devel/glib20
 
  -Mike
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
  [EMAIL PROTECTED]
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]




--
-Mike
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: BTX halt on laptop

2005-11-13 Thread Dinesh Nair



On 11/14/05 07:54 Billy Tallis said the following:

I am trying to install FreeBSD 6 on a Toshiba Sat. Pro 445CDX laptop
with no floppy drive. This laptop has a pentium processor and 16MB of
ram. 


16MB of RAM, that doesnt sound like much.

--
Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: recursive port configuration

2005-11-13 Thread Kent Stewart
On Sunday 13 November 2005 05:07 pm, Philip Lykke Carlsen wrote:
 Hi all..

 .. Is there any way to recursively configure the dependencies of a
 given port?

 .. there's nothing worse than starting a portupgrade -a before going
 to bed and then waking up to a blue configure-screen and discovering
 that the show stopped just about 10 minutes after I left the screen
 :-/

add BATCH=YES in /etc/make.conf

Kent
-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: recursive port configuration

2005-11-13 Thread Giorgos Keramidas
On 2005-11-14 02:07, Philip Lykke Carlsen [EMAIL PROTECTED] wrote:
 Hi all..

 .. Is there any way to recursively configure the dependencies of a given port?

For those ports that support a 'make config' target, you can
always use 'config-recursive':

# cd /usr/ports/category/foo
# make config-recursive

There are some ports that don't support 'config' though, so you
may have to create a local customization set of options in the
`/usr/local/etc/pkgtools.conf' file.  Look for the comment that
describes the MAKE_ARGS hash of options.

- Giorgos

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.0 and Objective C

2005-11-13 Thread Giorgos Keramidas
On 2005-11-14 00:44, Marc Argent [EMAIL PROTECTED] wrote:
 Hi,

 I am trying to compile a very simple Objective C program (actually, it
 is a 'Hello World' test program with a different file extension and
 linked to the Objective C library).

 #import stdio.h

 int main (int argc, const char *argv[])
 {
   printf(Hello World\n);
   return 0;
 }

 I am invoking the compiler with the following line:

 gcc main.m -o helloworld -l objc

 This results in the following error message:

 /usr/lib/libobjc.so: undefined reference to `pthread_attr_destroy'
 /usr/lib/libobjc.so: undefined reference to `pthread_create'
 /usr/lib/libobjc.so: undefined reference to `pthread_attr_init'
 /usr/lib/libobjc.so: undefined reference to `pthread_exit'
 /usr/lib/libobjc.so: undefined reference to `pthread_getschedparam'
 /usr/lib/libobjc.so: undefined reference to `pthread_setschedparam'
 /usr/lib/libobjc.so: undefined reference to `pthread_attr_setdetachstate'

First of all, remove the space after -l.

Then add -lpthread to the libraries you link to and see if that helps.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.0 and Objective C

2005-11-13 Thread Dinesh Nair



On 11/14/05 08:50 James Bailie said the following:

Try adding -lpthread to the compiler command line?


actually -pthread would be better. not the missing el ('l').

--
Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fail to install subversion-1.3.0.r2 while compile with WITH_MOD_DAV_SVN=yes

2005-11-13 Thread Jason Taylor

Ma Jie wrote:

I'm not sure why. But now, I built it without ports. Just entered the
`work' directory and read the INSTALL file. After compile, I found the
mod_dav_svn.so and mod_authz_svn.so in the directory and copied them
manually into /usr/local/libexec/apache2/. It works now. But I don't
know how to automatic build it using ports.

2005/11/14, Ma Jie [EMAIL PROTECTED]:

Yeah. It is compiled OK with the `-D' before the switch. But another
problem is that I cannot find the mod_dav_svn.so in ths system after
the compling. It is needed to use HTTP protocol in subversion.

And, when I install apache2 and subversion (after sucessful comple),
it prompted a lot of warnings show that some files are not installed
in to /usr/local/lib. Anyone have the same thing? I have tested on
FreeBSD 5.4-STABLE and 6.0-STABLE.

2005/11/14, Philip Lykke Carlsen [EMAIL PROTECTED]:

Monday 14 November 2005 02:19 skrev Ma Jie:

I'm using FreeBSD 6.0-STABLE. It is OK to compile subversion using
standalone mode. But when I want to use apache2 protocol with
subversion, a compiling failure occured as below:

---
--- # make WITH_MOD_DAV_SVN=yes
install
===  Installing for subversion-1.3.0.r2
===   subversion-1.3.0.r2 depends on executable:  - not found
===Verifying install for  in /usr/ports/www/apache2
===   Returning to build of subversion-1.3.0.r2
===   subversion-1.3.0.r2 depends on shared library: expat.5 - found
===   subversion-1.3.0.r2 depends on shared library: neon.24 - found
===   subversion-1.3.0.r2 depends on shared library: intl - found
-e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav
libexec/apache2/mod_dav.so
-e: not found
*** Error code 127

Stop in /usr/ports/devel/subversion.

make -DWITH_MOD_DAV_SVN=yes install

in order to set a make-variable from the commandline you have to prepend a -D
to the switch.. that should do the trick
___


See http://www.freebsd.org/cgi/query-pr.cgi?pr=88750
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 6.0 and Objective C

2005-11-13 Thread Chad Leigh -- Shire.Net LLC


On Nov 13, 2005, at 8:11 PM, Dinesh Nair wrote:




On 11/14/05 08:50 James Bailie said the following:

Try adding -lpthread to the compiler command line?


actually -pthread would be better. not the missing el ('l').


I have a question about this (or similar solutions), as I hope to do  
some Objective-C programming soon with SOPE http:// 
sope.opengroupware.org/index.html.  If the Objective-C library  
requires pthreads, why does not the Objective-C library already  
contain the references to that library?  It seems rather strange to  
me that system library dependencies have to be manually met in my own  
compile statements...


Chad


---
Chad Leigh -- Shire.Net LLC
Your Web App and Email hosting provider
[EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fail to install subversion-1.3.0.r2 while compile with WITH_MOD_DAV_SVN=yes

2005-11-13 Thread Ma Jie
As shown in Jason's reply, I don't think use -D is a right thing when
make in ports. It doesn't make effect when use -D before
WITH_MOD_DAV_SVN at all.

2005/11/14, Philip Lykke Carlsen [EMAIL PROTECTED]:
 Monday 14 November 2005 02:19 skrev Ma Jie:
  I'm using FreeBSD 6.0-STABLE. It is OK to compile subversion using
  standalone mode. But when I want to use apache2 protocol with
  subversion, a compiling failure occured as below:
 
  ---
 --- # make WITH_MOD_DAV_SVN=yes
  install
  ===  Installing for subversion-1.3.0.r2
  ===   subversion-1.3.0.r2 depends on executable:  - not found
  ===Verifying install for  in /usr/ports/www/apache2
  ===   Returning to build of subversion-1.3.0.r2
  ===   subversion-1.3.0.r2 depends on shared library: expat.5 - found
  ===   subversion-1.3.0.r2 depends on shared library: neon.24 - found
  ===   subversion-1.3.0.r2 depends on shared library: intl - found
  -e -S LIBEXECDIR=/usr/local/libexec/apache2 -a -n dav
  libexec/apache2/mod_dav.so
  -e: not found
  *** Error code 127
 
  Stop in /usr/ports/devel/subversion.

 make -DWITH_MOD_DAV_SVN=yes install

 in order to set a make-variable from the commandline you have to prepend a -D
 to the switch.. that should do the trick.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD reliable on Asus P4C800-E Deluxe?

2005-11-13 Thread Dev Tugnait
What kinds of issues are you familiar of with this mobo on freebsd?
Issues like?? it works fine in my opinion.

On Sun, 2005-11-13 at 21:32 -0500, Danny wrote:
 Anyone have FreeBSD running on an Asus P4C800-E Deluxe without any issues?
 
 Thanks,
 
 ...D
 
 --
 CCBC - Certified Canadian Beer Consumer
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD on ASUS P5S800 fails to boot

2005-11-13 Thread Yance Kowara
Hi,

I tried to install FreeBSD 5.3R, 5.4R and 6.0R on ASUS
P5S800 motherboard and it fails to reboot.
Anyone has similar experience? Any hints? Or just
replace the motherboard?

Kind regards,


Yance



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]