Re: pop-before-smtp

2003-01-13 Thread Antoine Jacoutot
On Mon, 2003-01-13 at 01:26, Alex wrote: > > Dear/Beste Antoine, > > Monday, January 13, 2003, 12:41:32 AM, you wrote: > > > I've been looking all around but I don't find any pop-before-smtp > > solution within FreeBSD (no package, no ports, at least I didn't find > > any). > > Do you know if su

Re: pop-before-smtp

2003-01-13 Thread Antoine Jacoutot
On Mon, 2003-01-13 at 01:37, pan wrote: > http://popbsmtp.sourceforge.net/ > Thanks, I was just hoping such a solution was included in FreeBSD (in ports or in the distribution). Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the mes

Re: pop-before-smtp

2003-01-13 Thread Antoine Jacoutot
On Mon, 2003-01-13 at 02:41, Mark wrote: > > I use DRAC + SASL (for sendmail). Admitted, you have to recompile a few > items; but it works like a charm. :) > Looks interesting, thank you... I'll try that. Antoine To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-quest

Cannot find lgiconv building libwmf

2003-01-13 Thread Glenn Todd
Currently running FreeBSD 4.7-STABLE #15 and cvsup'd the ports tree in late December. Have installed gnome2 and was trying to build libwmf and got the following error. What is wrong? I have two libxml libs in /usr/local/lib, is this an issue? Glenn ---part listing of /usr/local/lib -rw-r--r

Cannot find lgiconv when building libwmf

2003-01-13 Thread Glenn Todd
Currently running FreeBSD 4.7-STABLE #15 and cvsup'd the ports tree in late December. Have installed gnome2 and was trying to build libwmf and got the following error. What is wrong? I have two libxml libs in /usr/local/lib, is this an issue? Glenn ---part listing of /usr/local/lib -rw-r--r

Re: ftpd and Internet Explorer 6

2003-01-13 Thread James Pole
On Mon, 2003-01-13 at 15:27, Drew Tomlinson wrote: > I was attempting to allow a user to get some files via ftp from my FreeBSD > 4.7 box using the ftp client built into MS Internet Explorer 6 (IE). I > created a guest account and set the shell to /sbin/nologin. That appears to > work fine. Then

Re: pop-before-smtp

2003-01-13 Thread Antoine Jacoutot
On Mon, 2003-01-13 at 05:55, Dirk Meyer wrote: > $ cd /usr/ports/mail/popa3d && make SMTP_AFTER_POP3=yes install > $ less /usr/local/share/doc/popa3d/POPAUTH Wow, thanks so much this is exactly the kind of solution I was looking for. Best regards. Antoine To Unsubscribe: send mail to [EMAIL

Re: Zope does not start on boot-up

2003-01-13 Thread Hanspeter Roth
On Jan 13 at 05:31, P. U. Kruppa spoke: > File /usr/local/www/Zope/z2.py, line 690, in ? > IOError: [Errno 13] Permission denied: '/usr/local/www/Zope/var/Z2.pid' Hi Uli, maybe zope switches to a specific user which has no write permission on /usr/local/www/Zope/var ? Maybe `-u www' tells z

Re: Bios not recognizing correct HD size

2003-01-13 Thread Paul Everlund
On Fri, 10 Jan 2003, Jud wrote: > On Fri, 10 Jan 2003 15:50:45 -0600 > "Mike Loiterman" <[EMAIL PROTECTED]> wrote: > > [snip] > > > Also make sure the jumpers are correctly set on the drive. Sometimes > > > the jumpers can be set to fake the disk size reported to the BIOS. > [snip] > > Perhaps you

Re: linked twice against libintl.so

2003-01-13 Thread Hanspeter Roth
On Jan 12 at 17:46, Dan Nelson spoke: > You definitely don't want to do this. Shared libraries get version > bumps when the APIs change, so all you would do is coredump. Is gettext's application programming interface changing so often? (Without staying compatible.) > Run "ldd -a" on your elec

Re: Postfix vs. Sendmail

2003-01-13 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-13 09:38:58 +1000: > On Fri, 2003-01-10 at 23:03, Roman Neuhauser wrote: > > # [EMAIL PROTECTED] / 2003-01-07 09:52:44 +1000: > > > > > > um ... what's wrong with doing this in /etc/make.conf? > > > > > > NO_BIND = true > > > NO_OPENSSL = true > > > NO_SENDMAIL = tru

Re: 4.7-Release Won't Boot

2003-01-13 Thread Roman Neuhauser
please hit enter every now and then while typing. lines as long as 1040 characters are a bit excessive. # [EMAIL PROTECTED] / 2003-01-12 21:52:55 -0400: > I am attempting an installation of 4.7 Release made from ISO a few > days ago on the following system: AMD Athlon 1400 Aopen AK77-333 M

4.7 Release hangs upon Sendmail startup.

2003-01-13 Thread Metin de Dwaas
Hey hey! When I install BSD on a colo machine (actually 2 machines) And after the installation I reboot the machine.. It hangs on the startup: "Starting Daemons: sshd sendmail sendmail-mclient" something like that.. when i disable it in rc.conf and start sendmail manually with "sendmail -bd" it

Re: 4.7 Release hangs upon Sendmail startup.

2003-01-13 Thread Daxbert
>When I install BSD on a colo machine (actually 2 machines) >And after the installation I reboot the machine.. >It hangs on the startup: I've had problems like this when name resolution was broken. Confirm name resolution is 'happy'. Check the following... /etc/hosts /etc/resolv.conf no firewall

Re[2]: 4.7 Release hangs upon Sendmail startup.

2003-01-13 Thread Metin de Dwaas
Hello Daxbert, Monday, January 13, 2003, 12:09:04, you wrote: >>When I install BSD on a colo machine (actually 2 machines) >>And after the installation I reboot the machine.. >>It hangs on the startup: > I've had problems like this when name resolution was broken. > Confirm name resolution is 'h

Re: 4.7 Release hangs upon Sendmail startup.

2003-01-13 Thread Matthew Seaman
On Mon, Jan 13, 2003 at 12:02:26PM +0100, Metin de Dwaas wrote: > When I install BSD on a colo machine (actually 2 machines) > And after the installation I reboot the machine.. > It hangs on the startup: > > "Starting Daemons: sshd sendmail sendmail-mclient" something like > that.. when i disable

Re[3]: 4.7 Release hangs upon Sendmail startup.

2003-01-13 Thread Metin de Dwaas
Hello Metin, Monday, January 13, 2003, 12:12:19, you wrote: > Hello Daxbert, > Monday, January 13, 2003, 12:09:04, you wrote: >>>When I install BSD on a colo machine (actually 2 machines) >>>And after the installation I reboot the machine.. >>>It hangs on the startup: >> I've had problems like

downloading problems from FreeBSD 4.7 STABLE

2003-01-13 Thread Metin de Dwaas
what i dont understand is.. that when i download from a machine on a 100Mbit connection i get like 115kb/s at home. but when i download from my own colocated machine i get like 3kb/s to 0.20kb/ LOL hahaha.. ok.. BUT the strange part is... that i asked a few friends of mine to download from that ma

Security Report

2003-01-13 Thread Rus Foster
Hi, Is it my imagination or should FreeBSD automatically make run a cron job to generate a security report? If so does anyone have the cron line? Rgds Rus -- http://www.fsck.me.uk - My blog http://www.65535.net - $120 for a lifetime UNIX shell account To Unsubscribe: send mail to [EMAIL PROTEC

RE: Security Report

2003-01-13 Thread Yonatan Bokovza
> -Original Message- > From: Rus Foster [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 13, 2003 13:17 > To: [EMAIL PROTECTED] > Subject: Security Report > > > Hi, > Is it my imagination or should FreeBSD automatically make run > a cron job > to generate a security report? If so does

Re: Security Report

2003-01-13 Thread Matthew Seaman
On Mon, Jan 13, 2003 at 11:16:50AM +, Rus Foster wrote: > Is it my imagination or should FreeBSD automatically make run a cron job > to generate a security report? If so does anyone have the cron line? No, you're not imagining things. See /etc/crontab for the invocation of the periodic(8) sc

Re: Security Report

2003-01-13 Thread Rus Foster
On Mon, 13 Jan 2003, Matthew Seaman wrote: > On Mon, Jan 13, 2003 at 11:16:50AM +, Rus Foster wrote: > > > Is it my imagination or should FreeBSD automatically make run a cron job > > to generate a security report? If so does anyone have the cron line? > > No, you're not imagining things. See

Big directory size

2003-01-13 Thread Varshavchick Alexander
Hello, I had a directory with a lot of files (about 100 000), and naturally, the size of the directory entry itself was big enough (about 1M). Now I've split all these files to different subdirectories, to increase the system performance. The major directory entry size didn't change, however such

Multiple network cards with IP addresses in the same network

2003-01-13 Thread Anand Buddhdev
I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit card). I configured the em0 with address 192.168.0.1/24. I then wanted to configure fxp0 with the address 192.168.0.2/24, and also connect it to the switch so that

Hardware - IBM PD-1 LF-1195

2003-01-13 Thread Zbyněk Burget
Hi, I use PD-drive (in dmesg IBM PD-1 LF-1195). But under FreeBDS I can use this as CD-ROM only. I can't find/mount optical disk. Unde Win2k drive work correctly. Can you help me? Regards Zbynek Burget To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the b

Re: Security Report

2003-01-13 Thread Matthew Seaman
On Mon, Jan 13, 2003 at 11:32:00AM +, Rus Foster wrote: > On Mon, 13 Jan 2003, Matthew Seaman wrote: > > > On Mon, Jan 13, 2003 at 11:16:50AM +, Rus Foster wrote: > > > > > Is it my imagination or should FreeBSD automatically make run a cron job > > > to generate a security report? If so d

Re: mounting a dos file system

2003-01-13 Thread Shantanu Mahajan
+++ P. U. Kruppa [freebsd] [11-01-03 06:28 +]: | On Fri, 10 Jan 2003, chip wiegand wrote: | | > On Fri, 10 Jan 2003 19:13:49 -0500 | > Adam Stroud <[EMAIL PROTECTED]> wrote: | > | > > Instal Samba. I have a silimar situation, and Samba works great foe | > > me. | > | > Samba is for sharing FB

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Lowell Gilbert
Anand Buddhdev <[EMAIL PROTECTED]> writes: > I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two > are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit > card). I configured the em0 with address 192.168.0.1/24. I then wanted > to configure fxp0 with the address 192.16

iPaq news

2003-01-13 Thread Joshua Coombs
The onboard modem, despite not looking like an lt winmodem when looking at the chip itself, does infact work with the ltmdn port. Just need to add it's pci vendor/id combo to the src before compiling. 0x11c1 0x0441 Still have one pci device coming up that I haven't id'd yet, nor have I gotten ap

Re: Zope does not start on boot-up

2003-01-13 Thread P. U. Kruppa
Hi Hanspeter! On Mon, 13 Jan 2003, Hanspeter Roth wrote: > On Jan 13 at 05:31, P. U. Kruppa spoke: > > > File /usr/local/www/Zope/z2.py, line 690, in ? > > IOError: [Errno 13] Permission denied: '/usr/local/www/Zope/var/Z2.pid' > > > Hi Uli, > > maybe zope switches to a specific user which ha

Re: Re[2]: 4.7 Release hangs upon Sendmail startup.

2003-01-13 Thread Adam Maas
Note that it doesn't actually hang if Name resolution is broken, just atkes about 5 minutes to start the Daemons. Found this out last night the hard way. --Adam - Original Message - From: "Metin de Dwaas" <[EMAIL PROTECTED]> To: "Daxbert" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent:

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Bill Moran
Anand Buddhdev wrote: I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit card). I configured the em0 with address 192.168.0.1/24. I then wanted to configure fxp0 with the address 192.168.0.2/24, and also connect it

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Anand Buddhdev
On Mon, Jan 13, 2003 at 07:53:08AM -0500, Bill Moran wrote: > >I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two > >are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit > >card). I configured the em0 with address 192.168.0.1/24. I then wanted > >to configure fxp0 wi

Can't telnet or FTP

2003-01-13 Thread Jeff LaMarche
I just did a clean install of 4.7 (I was running 4.0 previously) on a machine that I'm using as primarily as a network gateway and firewall and also as a file server. It installed fine and is working natd & ipfw are working beautifully. However, I am unable to telnet or ftp into the box using e

Re: Can't telnet or FTP

2003-01-13 Thread Rus Foster
On Mon, 13 Jan 2003, Jeff LaMarche wrote: > I just did a clean install of 4.7 (I was running 4.0 previously) on a > machine that I'm using as primarily as a network gateway and firewall > and also as a file server. It installed fine and is working natd & ipfw > are working beautifully. However, I

/usr/ports/devel/apr fails to compile

2003-01-13 Thread Joan Picanyol i Puig
Hi, Trying to install subversion, I can't get apr to build: Making all in . /bin/sh /fs/tmp/mount/tmp/build/ports/fs/bulk/mount/FreeBSD/ports/devel/apr/work/apr-0.9.1/libtool --silent --mode=compile gcc -g -O2 -DHAVE_CONFIG_H -D_REENTRANT -D_THREAD_SAFE -I/fs/tmp/mount/tmp/build/ports/fs/bulk/m

Re: Can't telnet or FTP

2003-01-13 Thread Adam Maas
vi /etc/inetd.conf and uncomment the telnet and ftp lines. then kill -HUP inetd --Adam - Original Message - From: "Jeff LaMarche" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 10:06 AM Subject: Can't telnet or FTP > I just did a clean install of 4.7 (I was r

RE: Can't telnet or FTP

2003-01-13 Thread Barry Byrne
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff LaMarche > I just did a clean install of 4.7 (I was running 4.0 previously) on a > machine that I'm using as primarily as a network gateway and firewall > and also as a file server. It installed f

Re: Can't telnet or FTP

2003-01-13 Thread Jack L. Stone
At 10:06 AM 1.13.2003 -0500, Jeff LaMarche wrote: >I just did a clean install of 4.7 (I was running 4.0 previously) on a >machine that I'm using as primarily as a network gateway and firewall >and also as a file server. It installed fine and is working natd & ipfw >are working beautifully. Howev

Re: Can't telnet or FTP

2003-01-13 Thread Jack L. Stone
At 10:06 AM 1.13.2003 -0500, Jeff LaMarche wrote: >I just did a clean install of 4.7 (I was running 4.0 previously) on a >machine that I'm using as primarily as a network gateway and firewall >and also as a file server. It installed fine and is working natd & ipfw >are working beautifully. Howev

RE: ipfw and dhcp.

2003-01-13 Thread JoeB
Your first problem is you are confused about what you are talking about. You state you are using IPFW but you give firewall rule for IPFILTER. IPFW & IPFILTER are 2 different firewall software applications. Verify what you really have installed and post the contents of your /etc/rc.conf file for us

Samba and Win2k

2003-01-13 Thread lattera
I just got a samba server running on a FreeBSD box. Whenever trying to change the perm bits on a file from Win2k (Read-Only, Hidden, Archive), then click on the desktop, "Explorer.exe" crashes. Does anyone know why? Thanks, lattera To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubsc

Re: FreeBSD 4.7-Release Won't Boot (Non-MIME)

2003-01-13 Thread Gary W. Swearingen
Matt <[EMAIL PROTECTED]> writes: > problems, upon reboot after the install is complete the system reports a > disk error and FreeBSD will not boot from the hard drive, it does not > begin loading FreeBSD or anything at all. Other OS's have worked on the Since you have it running, use "boot0cfg"

Re: freebsd ports index (perl) searcher & browser

2003-01-13 Thread parv
in message <[EMAIL PROTECTED]>, wrote parv thusly... > > ...a perl program which allows one to search & browse the ports index > (w/o using make & going into the /usr/ports) ... > main program... > > http://www103.pair.com/parv/comp/src/perl/parse-index.perl > > module required (needs to

make not finding symbols when linking

2003-01-13 Thread óÅÒÇÅÊ
Hi! Please HELP!! We have just put a "user" install of FreeBSD 4.7 (from CD) onto a server, and when trying to install certain ports get the below. Are there some libraries missing from the install because we did not choose the right installation type? How is it possible to install the required

make not finding symbols when linking

2003-01-13 Thread juz
poshli na freebsd-questions: Subj: make not finding symbols when linking Hi! Please HELP!! We have just put a "user" install of FreeBSD 4.7 (from CD) onto a server, and when trying to install certain ports get the below. Are there some libraries missing from the in

Re: Can't telnet or FTP

2003-01-13 Thread Giorgos Keramidas
On 2003-01-13 09:37, [EMAIL PROTECTED] (Jack L. Stone) wrote: > At 10:06 AM 1.13.2003 -0500, Jeff LaMarche wrote: > >I just did a clean install of 4.7 (I was running 4.0 previously) on > >a machine that I'm using as primarily as a network gateway and > >firewall and also as a file server. It instal

Cannot find lgiconv building libwmf

2003-01-13 Thread Glenn Todd
Currently running FreeBSD 4.7-STABLE #15 and cvsup'd the ports tree in late December. Have installed gnome2 and was trying to build libwmf and got the following error. What is wrong? Of note I cannot find giconv.h in my include files, I think that this is the missing component how do I build

MPD/VPN

2003-01-13 Thread Scott Pilz
I'm open to suggestions on this one. I have tried everything :( I'm hoping that someone else ran into this problem and knows how to fix it. MPD/FREEBSD as a VPN server. Multiple clients (windows and unix). Windows 98: Works great, connects, tiny performance drop in speed

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Dax Eckenberg
> I have addresses 192.168.0.1 and 192.168.0.2. I want to run different > services on the 2 different IP addresses. In a linux system, I do: > > ifconfig eth0 192.168.0.1 netmask 255.255.255.0 > ifconfig eth0:0 192.168.0.2 netmask 255.255.255.0 > > So that I have 2 different addresses bound to the

Re: ftpd and Internet Explorer 6

2003-01-13 Thread Drew Tomlinson
- Original Message - From: "James Pole" <[EMAIL PROTECTED]> To: "Drew Tomlinson" <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 12:39 AM > On Mon, 2003-01-13 at 15:27, Drew Tomlinson wrote: > > I was attempting to allow a user to get some files via ftp from my FreeBSD > > 4.7 box usin

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread Bill Moran
Anand Buddhdev wrote: On Mon, Jan 13, 2003 at 07:53:08AM -0500, Bill Moran wrote: I have a FreeBSD 4.7 system, with 3 ethernet cards. The first two are recognised as fxp0 and fxp1 and the second as em0 (intel gigabit card). I configured the em0 with address 192.168.0.1/24. I then wanted to confi

/usr/src/UPDATING

2003-01-13 Thread JoeB
I have installed FBSD 4.7 using cdrom and /stand/sysinstall, selected standard install with "user" distribution which does not install any source. This install config does not install /usr/src/UPDATING directory. Where else can I find this info?? To Unsubscribe: send mail to [EMAIL PROTECTED]

ipfilter/ipmon log msgs

2003-01-13 Thread JoeB
I have read both the Freebsd.org online man page and the man page installed on my FBSD 4.7 system for man ipmon and the man page info does not match the syntax of the ipfilter.log messages. Man ipmon says than when option -s is selected to send ipfilter log messages to syslogd the day, month, ye

Re: /usr/src/UPDATING

2003-01-13 Thread Thomas Spreng
Hi, On Mon, Jan 13, 2003 at 11:42:27AM -0500, JoeB wrote: > I have installed FBSD 4.7 using cdrom and /stand/sysinstall, > selected standard > install with "user" distribution which does not install any source. > This install config does not install /usr/src/UPDATING directory. > Where else can

Re: /usr/src/UPDATING

2003-01-13 Thread Giorgos Keramidas
On 2003-01-13 11:42, [EMAIL PROTECTED] (JoeB) wrote: > I have installed FBSD 4.7 using cdrom and /stand/sysinstall, > selected standard install with "user" distribution which does not > install any source. This install config does not install > /usr/src/UPDATING directory. Where else can I find

RE: /usr/src/UPDATING

2003-01-13 Thread JoeB
You misunderstand me. I am not interested in loading the complete FBSD source just to get /usr/src/UPDATING Can it be downloaded standalone of the source or is this info retrievable from Freebsd.org someplace? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf

Re: /usr/src/UPDATING

2003-01-13 Thread Giorgos Keramidas
On 2003-01-13 12:05, [EMAIL PROTECTED] (JoeB) wrote: > You misunderstand me. I am not interested in loading the complete > FBSD source just to get /usr/src/UPDATING Can it be downloaded > standalone of the source or is this info retrievable from > Freebsd.org someplace? Ahh... I see! Then you ca

Re: /usr/src/UPDATING

2003-01-13 Thread Dirk-Willem van Gulik
On Mon, 13 Jan 2003, Giorgos Keramidas wrote: > On 2003-01-13 11:42, [EMAIL PROTECTED] (JoeB) wrote: > > I have installed FBSD 4.7 using cdrom and /stand/sysinstall, > > selected standard install with "user" distribution which does not > > install any source. This install config does not instal

Re: Big directory size

2003-01-13 Thread Daniel Bye
On Mon, Jan 13, 2003 at 02:45:16PM +0300, Varshavchick Alexander wrote: > Hello, > > I had a directory with a lot of files (about 100 000), and naturally, the > size of the directory entry itself was big enough (about 1M). Now I've > split all these files to different subdirectories, to increase t

misc/gnomemimedata: sed: illegal option -- i

2003-01-13 Thread Anatoliy Dmytriyev
Hello, everybody! I'd like to install the port misc/gnomemimedata and after "make" command I have the error message: root@david misc/gnomemimedata# make ===> Extracting for gnomemimedata-2.0.1_1 >> Checksum OK for gnome/gnome-mime-data-2.0.1.tar.bz2. ===> gnomemimedata-2.0.1_1 depends on share

Re: linked twice against libintl.so

2003-01-13 Thread Dan Nelson
In the last episode (Jan 13), Hanspeter Roth said: > On Jan 12 at 17:46, Dan Nelson spoke: > > You definitely don't want to do this. Shared libraries get version > > bumps when the APIs change, so all you would do is coredump. > > Is gettext's application programming interface changing so often?

Re: misc/gnomemimedata: sed: illegal option -- i

2003-01-13 Thread Joe Marcus Clarke
On Mon, 2003-01-13 at 12:38, Anatoliy Dmytriyev wrote: > Hello, everybody! > > I'd like to install the port misc/gnomemimedata and after "make" command > I have the error message: > > root@david misc/gnomemimedata# make > ===> Extracting for gnomemimedata-2.0.1_1 > >> Checksum OK for gnome/gnome

Re: misc/gnomemimedata: sed: illegal option -- i

2003-01-13 Thread Anatoliy Dmytriyev
On Mon, Jan 13, 2003 at 06:38:31PM +0100, Anatoliy Dmytriyev wrote: > Hello, everybody! > > I'd like to install the port misc/gnomemimedata and after "make" command > I have the error message: > > root@david misc/gnomemimedata# make > ===> Extracting for gnomemimedata-2.0.1_1 > >> Checksum OK fo

Re: misc/gnomemimedata: sed: illegal option -- i

2003-01-13 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-13 18:38:31 +0100: > Hello, everybody! > > I'd like to install the port misc/gnomemimedata and after "make" command > I have the error message: > > root@david misc/gnomemimedata# make > ===> Extracting for gnomemimedata-2.0.1_1 > >> Checksum OK for gnome/gnome-mime-

timezone issue

2003-01-13 Thread Noah Garrett Wallach
timezone issue. all the documentation I have seen out there appears to be getting the timezone set correctly. I have it set to PST. It is 2 hours off from the actual time. can somebody explain how to fix this? I have NTPD running as well. Thanks in advance. - Noah To Unsubscribe: send ma

Can't find ethernet (MAC) address

2003-01-13 Thread James C. Li
Hi, My NIC (Linksys LNE100 TX) has worked fine within a Cable modem LAN (with a Linksys router), but since I've moved in to my college dorm, I can't find the MAC address. With ifconfig, I get something like (I can't reproduce it; typing this from a public computer): % ifconfig . . . ether:

Kernel build returns Error code 1

2003-01-13 Thread Scottman
Hello helpful spirit, I'm trying to add sound support to my FreeBSD Release 4.6.2 kernel but it will not build successfully. Here is the error output I get (tail of make output): << touch hack.c cc -elf -shared -nostdlib hack.c -o hack.So rm -f hack.c sh ../../conf/newvers

Re: Can't find ethernet (MAC) address

2003-01-13 Thread Nathan Kinkade
On Mon, Jan 13, 2003 at 10:04:31AM -0800, James C. Li wrote: > Hi, > > My NIC (Linksys LNE100 TX) has worked fine within a Cable modem LAN (with a > Linksys router), but since I've moved in to my college dorm, I can't find the > MAC address. With ifconfig, I get something like (I can't reproduce

Re: timezone issue

2003-01-13 Thread Nathan Kinkade
On Mon, Jan 13, 2003 at 11:56:21AM -0800, Noah Garrett Wallach wrote: > > > timezone issue. > > all the documentation I have seen out there appears to be getting the > timezone set correctly. I have it set to PST. > > It is 2 hours off from the actual time. can somebody explain how to fix > t

ICQ?

2003-01-13 Thread Brian T. Schellenberger
I tried a couple of FreeBSD ICQ clients but they wanted me to tell them my ICQ ID. Well, I don't have one yet.. How do you get one in the first place? -- Brian, the man from Babble-On . . . . [EMAIL PROTECTED] (personal) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe free

Re: ICQ?

2003-01-13 Thread Adam Maas
Sign up at www.mirabilis.com --Adam - Original Message - From: "Brian T. Schellenberger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 13, 2003 2:44 PM Subject: ICQ? > > I tried a couple of FreeBSD ICQ clients but they wanted me to tell them > my ICQ ID. > > Well

USB portable storage drive

2003-01-13 Thread Void
Hello, I recently bought a archos jukebox recorder 15 mp3 player, which can act as a portable storage drive, and have sucessfully booted with it attached on FreeBSD 4.7-STABLE, and mounted it. I have this enabled in my kernel. device uhci# UHCI PCI->USB interface device

upgrade 3.5 to 4.x

2003-01-13 Thread anak freebsd
i want to upgrade my freebsd 3.5 to 4.x with cvsup RELENG_4 but i always fail when i run make buildworld. is there anyway that i can upgrade my box? thanks _ MSN 8: advanced junk mail protection and 2 months FREE*. http://join.

RE: /usr/src/UPDATING

2003-01-13 Thread JoeB
Thanks this is what I was looking for, But after viewing the URL you posted I see info for all the releases of FBSD. I thought the /usr/src/UPDATING file that was on the install CD for FBSD 4.7 only contained the detail info on the updates to create FBSD 4.7 since the FBSD 4.6 release was frozen?

MSDOS Install

2003-01-13 Thread Ian Watkinson
Trying to install 5.0 RC3 Because of the strange way that my sony vaio laptop sees it's CDROM, I can't do a cdrom install, so was looking as the MSDOC partition install. However, the readme, and the handbook both refer to a "bin" directory which doesn't exist on the CDROM,or the ftp site. ftp.uk.

execution sequance of IPFW/IPFILTER when used together

2003-01-13 Thread JoeB
Informational post for the archives >From [EMAIL PROTECTED] who wrote We actually found it goes: Internal private Net -> NIC -> IPF+NAT -> IPFW -> Public internet World Public internet World -> IPF+NAT -> IPFW -> NIC -> Internal Private net Suffice to say, IPF+NAT always sees the packets fir

Re: /usr/src/UPDATING

2003-01-13 Thread Thomas Spreng
Hi, On Mon, Jan 13, 2003 at 01:00:20PM -0500, JoeB wrote: > Thanks this is what I was looking for, But after viewing > the URL you posted I see info for all the releases of FBSD. > I thought the /usr/src/UPDATING file that was on the > install CD for FBSD 4.7 only contained the detail info > on the

Re: MSDOS Install

2003-01-13 Thread Thomas Spreng
Hi, On Mon, Jan 13, 2003 at 06:41:02PM +, Ian Watkinson wrote: > Trying to install 5.0 RC3 > > Because of the strange way that my sony vaio laptop sees it's CDROM, I > can't do a cdrom install, so was looking as the MSDOC partition install. > > However, the readme, and the handbook both refer

permissions for /tmp?

2003-01-13 Thread How Can ThisBe
In of those very special moments I did rm -rfv /tmp/ (thinking it would delete the contents of /tmp not /tmp as well) Anyway, I've re-created /tmp but I have forgoten what the default owner:group and permission are. Could someone enlighten me? (laugh as well, I did :]) _

Re: /usr/src/UPDATING

2003-01-13 Thread Matthew Seaman
On Mon, Jan 13, 2003 at 01:00:20PM -0500, JoeB wrote: > Thanks this is what I was looking for, But after viewing > the URL you posted I see info for all the releases of FBSD. > I thought the /usr/src/UPDATING file that was on the > install CD for FBSD 4.7 only contained the detail info > on the upd

Re: ICQ?

2003-01-13 Thread Quinn Ellis
At 02:47 PM 13/01/2003 -0500, you wrote: Sign up at www.mirabilis.com My favourite icq client is Kxicq2. Has a good list of functions, i think it has the option to sign up for an account, and also allows you to send and receive sms. Quinn To Unsubscribe: send mail to [EMAIL PROTECTED] wit

RE: How to activate the SPDIF output on sblive?

2003-01-13 Thread Bill McMilleon
I still haven't heard from anyone on this. Is it not possible? I find that hard to believe. Anyone? >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED]]On Behalf Of Bill McMilleon >Sent: Wednesday, January 08, 2003 10:22 PM >To: [EMAIL PROTECTED] >Subject: How to activ

Re: load over 14 from "make -j4"

2003-01-13 Thread Dr. Richard E. Hawkins
On Sat, Jan 11, 2003 at 10:33:02PM -0600, Kirk Strauser wrote: > > At 2003-01-11T19:28:57Z, "Dr. Richard E. Hawkins" <[EMAIL PROTECTED]> writes: > > ...a "portupgrade -arF" was running... > ...is probably your answer. I've never seen that go above two on it's own; I don't un it with -j as two m

is someone running bind in a jail?

2003-01-13 Thread Wiroth Didier
Hey, I have considerably problem setting up bind 8.3.3 in a jail! I'm sure a lot of person have setup bind in a jail. May be these persons could sent me the files mentionned below from their jail: If you don't want me to know your real ip's may be you could simple replace them with 192.168 ip add

Re: upgrading a port which has had a name change

2003-01-13 Thread Lowell Gilbert
chip wiegand <[EMAIL PROTECTED]> writes: > I have xmms installed - in port_info it is shown as > xmms-esound-1.2.7_2 > but when I ran portupgrade xmms-esound it failed because it is no longer > called xmms-esound, it has changed to xmms-1.2.7_3. How do I do a > portupgrade in this situation? Do I

Re: is someone running bind in a jail?

2003-01-13 Thread Ceri Davies
On Mon, Jan 13, 2003 at 10:17:05PM +0100, Wiroth Didier wrote: > Hey, > > I have considerably problem setting up bind 8.3.3 in a > jail! I'm sure a lot of person have setup bind in a jail. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dns.html#NAMED-SANDBOX If you have problems with

Re: Big directory size

2003-01-13 Thread Lowell Gilbert
Varshavchick Alexander <[EMAIL PROTECTED]> writes: > I had a directory with a lot of files (about 100 000), and naturally, the > size of the directory entry itself was big enough (about 1M). Now I've > split all these files to different subdirectories, to increase the system > performance. The maj

Re: linked twice against libintl.so

2003-01-13 Thread Hanspeter Roth
On Jan 13 at 11:41, Dan Nelson spoke: > In the last episode (Jan 13), Hanspeter Roth said: > > Is gettext's application programming interface changing so often? > > (Without staying compatible.) > > Apparently so. If the API doesn't change there's no reason to bump the > version number. Actua

Re: Multiple network cards with IP addresses in the same network

2003-01-13 Thread John
I'm going to jump in here, because this question was my reason for having joined the Freebsd-questions list in the first place. Of all the time I've been running FreeBSD, this is my first post to this list... :P I have a similar situation. Firewall/NAT machine with 3 nics. Only rather than usin

Re: ICQ?

2003-01-13 Thread Doug Reynolds
On Mon, 13 Jan 2003 14:44:12 -0500, Brian T. Schellenberger wrote: > >I tried a couple of FreeBSD ICQ clients but they wanted me to tell them >my ICQ ID. > >Well, I don't have one yet.. > >How do you get one in the first place? you probably can't unless you use the windows client. However, I am

Re: Apache_fp Port install problem

2003-01-13 Thread G D McKee
Hi I have just cvsupped today and get the error - are you saying to add the COMPT3 into make.conf cd /usr/src make clean and rm -rf /usr/obj to get it to work? Is there not a few files I can copy to get it working? Many thanks Gordon - Original Message - From: "JoeB" <[EMAIL PROTECTED]>

RE: Apache_fp Port install problem

2003-01-13 Thread JoeB
I installed apache-fp on newly install FBSD 4.7 system that was installed from cd without any compt selected from /stand/sysinstall process and apache-fp was the first port installed on this system and in went in with no problem. You must have an older version of compt3 on your FBSD system that is

ipfw question (was: Re[2]: Question)

2003-01-13 Thread Alex
Dear/Beste Steve, Monday, January 13, 2003, 3:07:53 AM, you wrote: >>Dear/Beste Steve, >> >>Monday, January 13, 2003, 12:23:09 AM, you wrote: >> >>> Hey people, >> >>> I'm having trouble limiting users to certain services on my LAN. >> >>> Here's what im trying to do. >> >>> Based on group membe

RE: Apache_fp Port install problem

2003-01-13 Thread Jack L. Stone
At 05:48 PM 1.13.2003 -0500, JoeB wrote: >I installed apache-fp on newly install FBSD 4.7 system that was >installed from cd without any compt selected from /stand/sysinstall >process and apache-fp was the first port installed on this system >and in went in with no problem. You must have an older v

splash_bmp_load problems.

2003-01-13 Thread lewiz
Hi, This might seem a bit of a silly question to be asking. It's a bit pointless really but I can't figure out why it shouldn't work. I tried setting a 800x600 256 color bitmap as my splash bmp. The same bitmap works just fine on another machine (that isn't a laptop). Basically, while the m

uscanner and ppbus0 webcam (Please CC me)

2003-01-13 Thread Peter Leftwich
>From `dmesg | egrep -e '(uscanner|ppbus)'` I see: Preloaded elf module "uscanner.ko" at 0xc0560680. uscanner0: Canon CanoScan, rev 1.00/1.00, addr 2 ppbus0: IEEE1284 device found /PS2/ECP/EPP Probing for PnP devices on ppbus0: ppbus0: MEDIA CPIA_1-20 plip0: on ppbus0 lpt0: on ppbus0 ppi0: on

Re: upgrade 3.5 to 4.x

2003-01-13 Thread Matthew Seaman
On Mon, Jan 13, 2003 at 05:50:55PM +, anak freebsd wrote: > i want to upgrade my freebsd 3.5 to 4.x with cvsup RELENG_4 but i always > fail when i run make buildworld. > is there anyway that i can upgrade my box? If you want to upgrade via buildworld, I'm afraid you're going to have to do th

Re: permissions for /tmp?

2003-01-13 Thread Matthew Seaman
On Mon, Jan 13, 2003 at 08:13:05PM +, How Can ThisBe wrote: > In of those very special moments I did rm -rfv /tmp/ (thinking it would > delete the contents of /tmp not /tmp as well) Anyway, I've re-created /tmp > but I have forgoten what the default owner:group and permission are. Could > so

Re: ipfilter/ipmon log msgs

2003-01-13 Thread Wayne Pascoe
"JoeB" <[EMAIL PROTECTED]> writes: > Man ipmon says than when option -s is selected to send ipfilter > log messages to syslogd the day, month, year prefix is removed from > the message before posting to syslogd. This does not happen. Firstly, ensure you're starting ipmon with the -Ds flags. This

  1   2   >