Samba slow to start on bootup

2004-05-17 Thread Gareth Bailey
Hi there, Recently, Samba has started to take about 30secs to start on system boot. Output to console says: ... SambaStarting ... The 30 (or more) second break takes place between the "Samba" and "Starting" output. What could this be?, it never used to take so long. I have recently upgraded to v

Re: Samba slow to start on bootup

2004-05-17 Thread Nelis Lamprecht
On Mon, 2004-05-17 at 10:48, Gareth Bailey wrote: > Hi there, > > Recently, Samba has started to take about 30secs to start > on system boot. Output to console says: > ... > SambaStarting > ... > The 30 (or more) second break takes place between the > "Samba" and "Starting" output. What could this

Re: Samba slow to start on bootup

2004-05-17 Thread Gareth Bailey
I stopped samba using samba.sh stop, then started it again with samba.sh start. You are correct as far as the output goes, only "Samba" is written to console. But Samba took 30 - 40 seconds to load! It seems Samba is actually causing the pause. Why would this be? Thanks Gareth On Mon, 17 May 200

Re: Samba slow to start on bootup

2004-05-17 Thread Nelis Lamprecht
On Mon, 2004-05-17 at 11:56, Gareth Bailey wrote: > I stopped samba using samba.sh stop, then started it again > with samba.sh start. You are correct as far as the output > goes, only "Samba" is written to console. But Samba took 30 > - 40 seconds to load! It seems Samba is actually causing > the p

Re: Samba slow to start on bootup

2004-05-17 Thread Gareth Bailey
Aah! Thanks for pointing me in the right direction. In debug mode the problem was revealed: "Unable to connect to CUPS server localhost - Operation timed out" Cheers, Gareth On Mon, 17 May 2004 12:30:56 +0200 Nelis Lamprecht <[EMAIL PROTECTED]> wrote: > On Mon, 2004-05-17 at 11:56, Gareth Baile

ipmon logs to messages AND security

2004-05-17 Thread Gareth Bailey
I have just installed IPFILTER as a replacement for IPFW. All is great besides the fact that ipf logs are being stored not only in /etc/security, but also /etc/messages. I don't want ipf logs in /etc/messages. In rc.conf, after enabling ipfilter i have the following lines: ipmon_enable="YES"

Re: Help with editing partition tables

2004-05-17 Thread platanthera
On Monday 17 May 2004 06:17, Phil Thomson wrote: > Hi all, > > I am a relative newbie to UNIX, going from being an ex-Windows user > to being an X Windows user! ;-) I recently got FreeBSD installed on > an older PC with a 3 GB drive and a 5 GB drive (which has not yet > been mounted). The system is

Creating ISO image question

2004-05-17 Thread Stephen Liu
HI folks, I tried to solve following questions on creating ISO image with reference to 'man mkisofs' but could not resolve; Tree of diectories e.g. /usr/home/user-A/document-AAA/subdirectories 1) To include the complete tree starting from /user-A/document-AAA/subdirectories 2) To include the c

RE: ipmon logs to messages AND security

2004-05-17 Thread JJB
Changes to /etc/syslog.conf do not take effect until you tell the syslog task to re-read the conf file. You do that be issuing an HUP signal to the syslog task. Kill -HUP PID where PID is the task number from the ps ax command. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PRO

Re: How to allow 'User-A' to burn CD

2004-05-17 Thread Matthew Seaman
On Mon, May 17, 2004 at 01:10:23PM +0800, Stephen Liu wrote: > Which file shall I re-configure to authorize 'User-A' > using 'burncd' to burn CD and how to edit it. /usr/local/etc/sudoers would be a good file to use to set up that sort of thing. You will have to install the security/sudo port an

Re: ipmon logs to messages AND security

2004-05-17 Thread Gareth Bailey
Hi there, thanks for the sample rules and help in setting up IPF. I have restarted since making the changes to syslogd.conf. I HUP'd syslogd anyway, still no luck. All ipf logs go to security and messages! Can you think of anything else that i might do? Thanks Gareth On Mon, 17 May 2004 07:43:3

Re: ipmon logs to messages AND security

2004-05-17 Thread Nelis Lamprecht
On Mon, 2004-05-17 at 13:53, Gareth Bailey wrote: > Hi there, thanks for the sample rules and help in setting > up IPF. > > I have restarted since making the changes to syslogd.conf. > I HUP'd syslogd anyway, still no luck. All ipf logs go to > security and messages! > > Can you think of anything

Re: Disk full / NFS, df, and du

2004-05-17 Thread Eric Anderson
Dan Nelson wrote: In the last episode (May 16), Eric Anderson said: I have a few large NFS file servers, holding about 1Tb of diskspace each. I break those logical disks (it's on a hardware RAID) into partitions, and share them. My users fill up the partitions often enough, and when they do, t

New work on installer?

2004-05-17 Thread timh
Has there been any new work on the installer or planned? If not, I would like to help... What about graphical? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECT

Re: Disk full / NFS, df, and du

2004-05-17 Thread Nelis Lamprecht
On Mon, 2004-05-17 at 05:04, Eric Anderson wrote: > The problem I'm having is, after they do the rm's, it doesn't free the > disk space. df shows it still being used, but du claims their > directories are empty. Please see http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DU-V

Re: How to allow 'User-A' to burn CD

2004-05-17 Thread Stephen Liu
Hi Matthew, Tks for your advice. > > Which file shall I re-configure to authorize > 'User-A' > > using 'burncd' to burn CD and how to edit it. > > /usr/local/etc/sudoers would be a good file to use > to set up that sort > of thing. Noted with thanks I only expect to allow 'User-A', not all use

Help me please (ipfw+bridge+freebsd 5.2.1)

2004-05-17 Thread Admin
Hello dear developments, I have FreeBSD 5.2.1 release + bridge and ipfw. I am a filter on interface (rl0 our net - all allow, rl1 - filtered) If I enabled net.link.ether.bridge.ipfw=1, that firewall works only local. Needs filtering the bridge if I filter interfaces? Sample: (81.89.68.130 - freeb

Re: How to allow 'User-A' to burn CD

2004-05-17 Thread Shaun T. Erickson
You will have to install the security/sudo port and read up on the sudoers(5) manual page and the visudo(8) application used to edit that file. What do these numbers (5) and (8) referring to. Page number? They refer to the section of the manual. To read them, issue these commands: man 5 sudoers ma

RE: ipmon logs to messages AND security

2004-05-17 Thread JJB
Your solution of not using the syslog function does not answer his question. This is bad advice. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Nelis Lamprecht Sent: Monday, May 17, 2004 7:57 AM To: Gareth Bailey Cc: [EMAIL PROTECTED] Subject: Re: ipmon logs

Re: natd -redirect_port

2004-05-17 Thread Christian Hiris
On Saturday 15 May 2004 18:56, JJB wrote: > You are wrong also. The boot time message that displays about the > ipfw module being loaded is incorrect. I filed an PR on that in 5.1 > and was told by developers that message is misleading, that the > module is fully enabled with nat and logging, so I

Re: Help with editing partition tables

2004-05-17 Thread Ruben de Groot
On Mon, May 17, 2004 at 01:21:44PM +0200, platanthera typed: > On Monday 17 May 2004 06:17, Phil Thomson wrote: > > Hi all, > > > > I am a relative newbie to UNIX, going from being an ex-Windows user > > to being an X Windows user! ;-) I recently got FreeBSD installed on > > an older PC with a 3 GB

RE: ipmon logs to messages AND security

2004-05-17 Thread Nelis Lamprecht
On Mon, 2004-05-17 at 14:11, JJB wrote: > Your solution of not using the syslog function does not answer his > question. This is bad advice. Quoted "Can you think of anything else that i might do?" and answered: > Rather use: > > ipmon_flags="-Dn /var/log/security" > This is not bad advice,

Re: How to allow 'User-A' to burn CD

2004-05-17 Thread Lowell Gilbert
Stephen Liu <[EMAIL PROTECTED]> writes: > What I expect to change is to allow User-A > $ su > password : using his own password instead of 'root > password' That's exactly what sudo is good for. > > You will have to install the > > security/sudo port and read up > > on the sudoers(5) manual page

Re: Help with editing partition tables

2004-05-17 Thread platanthera
On Monday 17 May 2004 14:41, Ruben de Groot wrote: > On Mon, May 17, 2004 at 01:21:44PM +0200, platanthera typed: > > On Monday 17 May 2004 06:17, Phil Thomson wrote: > > > Hi all, > > > > > > I am a relative newbie to UNIX, going from being an ex-Windows > > > user to being an X Windows user! ;-)

Re: Creating ISO image question

2004-05-17 Thread Fernando Gleiser
On Mon, 17 May 2004, Stephen Liu wrote: > HI folks, > > I tried to solve following questions on creating ISO > image with reference to 'man mkisofs' but could not > resolve; Take a look at /usr/share/examples/worm/makecdfs.sh It's a shell script the FreeBSD team uses for making the FreeBSD ISOs

Re: How to allow 'User-A' to burn CD

2004-05-17 Thread Matthew Seaman
On Mon, May 17, 2004 at 08:16:30PM +0800, Stephen Liu wrote: > What do these numbers (5) and (8) referring to. Page > number? Section of the user manual, where (1) is user commands, (2) is system calls, (3) is C api, (4) is kernel devices, (5) is configuration file formats, (6) and (7) are not c

Tcp/IP Decoding issues

2004-05-17 Thread Bryan Maxwell
Im trying to run a SLIP server off a pic 16f819. My FreeBSD setup seems to be sending TCP headers. However I set my pic to receive IP headers. Somebody told me they were the same, but according the IEEE and a couple rfc documents they are not the same in terms of what is sent and how it is decod

RE: natd -redirect_port

2004-05-17 Thread JJB
Now wouldn't it just be better all the way around to create the IPFW loadable module that is distributed with the system, with the correct divert and logging options so it's not an mandatory requirement to compile the kernel. Why make this so difficult for the normal user?. Simpler and easier is al

Re: New work on installer?

2004-05-17 Thread Matthew Seaman
On Mon, May 17, 2004 at 01:00:37AM -0500, [EMAIL PROTECTED] wrote: > Has there been any new work on the installer or planned? If not, I would like to > help... What about graphical? There's been plenty of planning and various projects to "produce something better", but to the best of my knowledge

Re: Disk full / NFS, df, and du

2004-05-17 Thread Eric Anderson
Nelis Lamprecht wrote: On Mon, 2004-05-17 at 05:04, Eric Anderson wrote: The problem I'm having is, after they do the rm's, it doesn't free the disk space. df shows it still being used, but du claims their directories are empty. Please see http://www.freebsd.org/doc/en_US.ISO8859-1/bo

racoon and openssl

2004-05-17 Thread xavier collot
Hi!! I want use openssl but I don't find the directory where I can create my authority of certification (in this directory we can find scripts to allow the automation of the command of openssl). I have read that it is in /usr/local/openssl/misc but I haven't this directory (I have freebsd 5.2

Re: Disk full / NFS, df, and du

2004-05-17 Thread Jerry McAllister
> > Nelis Lamprecht wrote: > > >On Mon, 2004-05-17 at 05:04, Eric Anderson wrote: > > > > > > > >>The problem I'm having is, after they do the rm's, it doesn't free the > >>disk space. df shows it still being used, but du claims their > >>directories are empty. > >> > >> > > > >Please s

Re: ipmon logs to messages AND security

2004-05-17 Thread Gareth Bailey
Thanks for the advice ;-), changing the ipmon_flags did the trick. Regards, Gareth On Mon, 17 May 2004 14:39:44 +0200 Nelis Lamprecht <[EMAIL PROTECTED]> wrote: > On Mon, 2004-05-17 at 14:11, JJB wrote: > > Your solution of not using the syslog function does not > answer his > > question. This

Re: Disk full / NFS, df, and du

2004-05-17 Thread Eric Anderson
Jerry McAllister wrote: Nelis Lamprecht wrote: On Mon, 2004-05-17 at 05:04, Eric Anderson wrote: The problem I'm having is, after they do the rm's, it doesn't free the disk space. df shows it still being used, but du claims their directories are empty. Please see htt

permissions

2004-05-17 Thread Frans Jaspers
Hi, I'm trying to clean things up after a 'build world'. mergemaster created a directory named "empty", with permissions: dr-xr-xr-x 2 root wheel 512 Feb 22 01:07 empty/ - what's this directory for? It also appears in /var. - How to delete the directory? Not even root can change those permis

Re: permissions

2004-05-17 Thread Erik Trulsson
On Mon, May 17, 2004 at 03:59:09PM +0200, Frans Jaspers wrote: > Hi, > > I'm trying to clean things up after a 'build world'. mergemaster created a > directory named "empty", with permissions: > dr-xr-xr-x 2 root wheel 512 Feb 22 01:07 empty/ > > - what's this directory for? It also appears

Re: Creating ISO image question

2004-05-17 Thread arden
im guessing this is what you mean ? mkisofs -r -J -o cd_image.iso dir/ arden On Mon, 2004-05-17 at 12:28, Stephen Liu wrote: > HI folks, > > I tried to solve following questions on creating ISO > image with reference to 'man mkisofs' but could not > resolve; > > Tree of diectories e.g. > > /

Re: racoon and openssl

2004-05-17 Thread Nelis Lamprecht
On Mon, 2004-05-17 at 15:42, xavier collot wrote: > Hi!! > > I want use openssl but I don't find the directory where I can create my > authority of certification (in this directory we can find scripts to > allow the automation of the command of openssl). I have read that it is > in /usr/local/

bit torrent

2004-05-17 Thread arden
hi all has bit torrent been ported to bsd i use btdownloadcurses.py under linux at the mo arden ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Cron

2004-05-17 Thread Mark
I have a box that is rebooting every 24 hrs, (cron job problem causing a kernel panic, I think) details FreeBSD 4.10-PRERELEASE #0: Fri May 14 14:23:47 CDT 2004 I did a cvsup from 4.9, that was working fine, a week ago and the panics started, waited a week and did cvsup again thinking a fix wou

Re: bit torrent

2004-05-17 Thread Matthew Seaman
On Mon, May 17, 2004 at 03:30:04PM +0100, arden wrote: > has bit torrent been ported to bsd i use btdownloadcurses.py > under linux at the mo Use the ports, Luke! % cd /usr/ports % make search key=bittorrent | grep Port: Port: bnbt-7.5b2 Port: ctorrent-1.3.2 Port: g

Re: bit torrent

2004-05-17 Thread Khairil Yusof
On Mon, 2004-05-17 at 15:30 +0100, arden wrote: > hi all > has bit torrent been ported to bsd i use btdownloadcurses.py > under linux at the mo See under your ports dir: net/py-bittorrent signature.asc Description: This is a digitally signed message part

Re: Disk full / NFS, df, and du

2004-05-17 Thread Dan Nelson
In the last episode (May 17), Eric Anderson said: > Dan Nelson wrote: > >In the last episode (May 16), Eric Anderson said: > >>I have a few large NFS file servers, holding about 1Tb of diskspace > >>each. I break those logical disks (it's on a hardware RAID) into > >>partitions, and share them. M

Re: Help with editing partition tables

2004-05-17 Thread Robert Huff
platanthera writes: > you could (and definitely should) have a separate slice for /tmp > and eventually another one for /home too. May I ask your logic here? Is this about safety, convenience, overcrowding? Robert Huff _

grep & RegEx Syntax- How to Match?

2004-05-17 Thread Drew Tomlinson
I've learned a little about regular expressions and am trying to use them with grep. I want to parse my httpd log to return entries that contain a particular IP address and file ending in .htm or .html. I want to match lines like this one: 123.456.789.123 - - [17/May/2004:06:54:53 -0700] "GET

Re: startx kde

2004-05-17 Thread Jerry McAllister
> > hi all > > im pretty new to bsd so sorry if this is a stupid question > > on my linux system i use kde as default desktop and as such when i type > startx kde starts > > on bsd i get an xterm the have to type startkde after startx > > is there a way to do it in one command? Yes, put

Re: Disk full / NFS, df, and du

2004-05-17 Thread Jerry McAllister
> > Jerry McAllister wrote: > > >>Nelis Lamprecht wrote: > >> > >>>On Mon, 2004-05-17 at 05:04, Eric Anderson wrote: > >>> > The problem I'm having is, after they do the rm's, it doesn't free the > disk space. df shows it still being used, but du claims their > directories are empt

Re: grep & RegEx Syntax- How to Match?

2004-05-17 Thread Erik Trulsson
On Mon, May 17, 2004 at 08:13:41AM -0700, Drew Tomlinson wrote: > I've learned a little about regular expressions and am trying to use > them with grep. I want to parse my httpd log to return entries that > contain a particular IP address and file ending in .htm or .html. I > want to match lin

Re: racoon and openssl

2004-05-17 Thread Remko Lodder
Hello, Moreover I have an other problem: I can't install racoon. When I want to make the installation there is an "error 1". You will have to be more specific here and provide us with a little more information. Did you install ' IPSEC IPSEC_ESP ' in your kernel config? and rebuilded your kernel? (

Re: Creating ISO image question

2004-05-17 Thread Stephen Liu
Hi arden, Tks for your advice. > im guessing this is what you mean ? > > mkisofs -r -J -o cd_image.iso dir/ I made following test without result; $ mkisofs -r -J -o cd_image.iso /usr/home/user-A/Storage-040517 ... ... mkisofs: Joliet tree sort failed. The result I expect to have is a

Re: Creating ISO image question

2004-05-17 Thread Stephen Liu
Hi Fernando, Tks for your advice. > > I tried to solve following questions on creating > ISO > > image with reference to 'man mkisofs' but could > not > > resolve; > > Take a look at /usr/share/examples/worm/makecdfs.sh > > It's a shell script the FreeBSD team uses for making > the FreeBSD ISOs

Re: digital video cameras?

2004-05-17 Thread Adrian Pircalabu
On Sat, 15 May 2004 20:13:15 +0100 Ben Paley <[EMAIL PROTECTED]> wrote: > Hello, > > Anyone know anything about digital video cameras and freebsd? I've got > usb but no firewire. What might be a good choice? And what editing > software should I be looking at? Is there something in the ports that

Re: grep & RegEx Syntax- How to Match? -- SOLVED

2004-05-17 Thread Drew Tomlinson
On 5/17/2004 8:36 AM Erik Trulsson wrote: On Mon, May 17, 2004 at 08:13:41AM -0700, Drew Tomlinson wrote: I've learned a little about regular expressions and am trying to use them with grep. I want to parse my httpd log to return entries that contain a particular IP address and file ending in

sendmail on new install gives permissions error

2004-05-17 Thread carvin5string
I just got a new server up and running and need it to send mail. The rc.conf file has sendmail_enable="YES" and it does start when the system boots up. I can, as root, send a message direct from the command line and it is sent successfully. But when I try to have a message sent from a web page it e

Re: How to allow 'User-A' to burn CD

2004-05-17 Thread Vulpes Velox
On Mon, 17 May 2004 13:10:23 +0800 (CST) Stephen Liu <[EMAIL PROTECTED]> wrote: > Hi folks, > > Which file shall I re-configure to authorize 'User-A' > using 'burncd' to burn CD and how to edit it. What I would do is create named cdrw or what ever. Chmod that device to readable and writable by t

Re: digital video cameras?

2004-05-17 Thread Vulpes Velox
On Mon, 17 May 2004 19:16:20 +0300 Adrian Pircalabu <[EMAIL PROTECTED]> wrote: > On Sat, 15 May 2004 20:13:15 +0100 > Ben Paley <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > Anyone know anything about digital video cameras and freebsd? I've > > got usb but no firewire. What might be a good cho

Re: New work on installer?

2004-05-17 Thread slave-mike
If one were to *not* use the installer to setup a FreeBSD system, (aka, like *old* dos, each step done manually), what are the manual steps involved? Matthew Seaman wrote: On Mon, May 17, 2004 at 01:00:37AM -0500, [EMAIL PROTECTED] wrote: Has there been any new work on the installer or planned?

Re: digital video cameras?

2004-05-17 Thread Adrian Pircalabu
On Mon, 17 May 2004 09:34:15 -0500 Vulpes Velox <[EMAIL PROTECTED]> wrote: > On Mon, 17 May 2004 19:16:20 +0300 > Adrian Pircalabu <[EMAIL PROTECTED]> wrote: > > > On Sat, 15 May 2004 20:13:15 +0100 > > Ben Paley <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > > > > Anyone know anything about

Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Freddie Cash
Is it possible to manually run an rcNG-style script with app_enable=NO in /etc/rc.conf? For instance, there are a few services that I don't want running all the time on my laptop (like Apache, Squid, DansGuardian) but that I need running now and then for development / testing purposes. As such

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Antoine Jacoutot
On Monday 17 May 2004 18:51, Freddie Cash wrote: > Is it possible to manually run an rcNG-style script with app_enable=NO > in /etc/rc.conf? > > For instance, there are a few services that I don't want running all the > time on my laptop (like Apache, Squid, DansGuardian) but that I need > running

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Freddie Cash
On May 17, 2004 09:56 am, Antoine Jacoutot wrote: > On Monday 17 May 2004 18:51, Freddie Cash wrote: > > Is it possible to manually run an rcNG-style script with > > app_enable=NO in /etc/rc.conf? > > > > For instance, there are a few services that I don't want running > > all the time on my laptop

Re: New work on installer?

2004-05-17 Thread Matthew Seaman
On Mon, May 17, 2004 at 12:38:55PM +, slave-mike wrote: > If one were to *not* use the installer to setup a FreeBSD system, (aka, > like *old* dos, each step done manually), what are the manual steps > involved? It's not something that I have at my finger-tips, as there's generally no need t

RE: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread JJB
There are no knobs in rc.conf for the applications you mentioned. Rc.conf does not have internal check to verify you have correct statements. So having apache_enable="YES" in rc.conf does nothing and issues no error message telling you it is invalid. All ports are started from /usr/local/etc/rc.d

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Dan Nelson
In the last episode (May 17), Freddie Cash said: > Is it possible to manually run an rcNG-style script with > app_enable=NO in /etc/rc.conf? > > For instance, there are a few services that I don't want running all > the time on my laptop (like Apache, Squid, DansGuardian) but that I > need running

Re: digital video cameras?

2004-05-17 Thread Clint Gilders
Adrian Pircalabu wrote: On Sat, 15 May 2004 20:13:15 +0100 Ben Paley <[EMAIL PROTECTED]> wrote: Hello, Anyone know anything about digital video cameras and freebsd? I've got usb but no firewire. What might be a good choice? And what editing software should I be looking at? Is there something in th

Re: digital video cameras?

2004-05-17 Thread Adrian Pircalabu
On Mon, 17 May 2004 13:28:37 -0400 Clint Gilders <[EMAIL PROTECTED]> wrote: > Adrian Pircalabu wrote: [...] > You'll notice that the oringal poster says "digital video". Everyone > is talking about flash cards, the Gimp, and DIGITAL STILL cameras etc. > > Easy enough mistake to make. If this

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Peter Risdon
Dan Nelson wrote: In the last episode (May 17), Freddie Cash said: Is it possible to manually run an rcNG-style script with app_enable=NO in /etc/rc.conf? For instance, there are a few services that I don't want running all the time on my laptop (like Apache, Squid, DansGuardian) but that I need

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Dan Nelson
In the last episode (May 17), Peter Risdon said: > In similar situations, I change > > /usr/local/etc/rc.d/whatever.sh > > to > > /usr/local/etc/rc.d/whatever.sh.notnow > > (or any other suffix) so it doesn't start at boot time, then start it > up when I want with > > #/usr/local/etc/rc.d/what

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Freddie Cash
On May 17, 2004 10:16 am, JJB wrote: > There are no knobs in rc.conf for the applications you mentioned. > Rc.conf does not have internal check to verify you have correct > statements. So having apache_enable="YES" in rc.conf does nothing > and issues no error message telling you it is invalid. Al

milter question... .

2004-05-17 Thread Gary Kline
A day or so ago I asked someone for some clues on setting up the sendmail mail-filter, milter. As usual, less than ten minutes later google found what I was looking for on the web. ( ... ) I've just installed the mail/antivirus-milter; it looks pro

Re: Manually starting RCng scripts disabled in rc.conf

2004-05-17 Thread Chad Leigh -- Shire.Net LLC
On May 17, 2004, at 11:53 AM, Freddie Cash wrote: RCng scripts require an entry in /etc/rc.conf along the lines of _enable="YES" otherwise the script will fail to do anything. As an aside, you may want to use /etc/rc.conf.local instead. on a related note: One problem is that it appears that /usr/lo

Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
Greetings, I was running a portupgrade -a this morning on my 5.2.1-RELEASE system on a freshly cvsup'd ports tree. The first hint of trouble was gtk-2.4.1 failed to upgrade from 2.4.0... -- >> gtk+-2.4.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/gnome2. >> Attempting to fetch from f

Re: Creating ISO image question

2004-05-17 Thread Fernando Gleiser
On Tue, 18 May 2004, Stephen Liu wrote: > Hi Fernando, > > Tks for your advice. > > I read the file 'makecdfs.sh' and > /usr/share/examples/worm/Readme. The latter explains > the use of > > burncd.sh mybigtestimage dummy > > But I could not discover the 'Readme' for > 'makecdfs.sh' explaining how

mtools on remote terminal (floppyd)

2004-05-17 Thread Lee Harr
Anyone have mtools working on a remote FreeBSD terminal? I run floppyd on the terminal, but when I try to connect I get a message ... No Recv packet I also tried one of the alternate forms of starting the server but I get a strange error message ... #floppyd -d /dev/fd0 gu4:0 Ignoring extra argumen

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 11:39 am, Doug Poland wrote: > Greetings, > > I was running a portupgrade -a this morning on my 5.2.1-RELEASE > system on a freshly cvsup'd ports tree. The first hint of trouble > was gtk-2.4.1 failed to upgrade from 2.4.0... > You need to visit http://www.freebsd.org/gnome

Re: cross-compiling

2004-05-17 Thread Soeren Mindorf
Hi Kris, Thanks for the answer. Sorry, I was busy the last mounths. * Kris Kennaway schrieb am 08 Mar 2004: >On Mon, Mar 08, 2004 at 01:03:47PM +0100, Soeren Mindorf wrote: > >> I change to 5.2/src and start the build: >> >> make -DNO_KERBEROS TARGET_ARCH="sparc64" buildworld > >That is correct

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
Kent Stewart said: > On Monday 17 May 2004 11:39 am, Doug Poland wrote: >> Greetings, >> >> I was running a portupgrade -a this morning on my 5.2.1-RELEASE >> system on a freshly cvsup'd ports tree. The first hint of trouble >> was gtk-2.4.1 failed to upgrade from 2.4.0... >> > > You need to visit

sendmail problems

2004-05-17 Thread Andri Kok
Hi gurus, I don't know wether this problem have come up beore, so here it goes... After a fresh installing and rebooting, the sendmail takes around 1 min and 10 sec to load. Then everytime it starts up, it takes the same amount of time to load. Is that normal? The hardware is a PIII 500 with 256

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 11:58 am, Doug Poland wrote: > Kent Stewart said: > > On Monday 17 May 2004 11:39 am, Doug Poland wrote: > >> Greetings, > >> > >> I was running a portupgrade -a this morning on my 5.2.1-RELEASE > >> system on a freshly cvsup'd ports tree. The first hint of trouble > >> was g

Re: 0i09u5rug08r89589gjrg

2004-05-17 Thread blackhole
This is an automatically generated message. Your email message to this domain included an executable attachment and was rejected. Please resend your email without the executable. If you are unsure why you are receiving this message, it is possibly due to a spoofed email from your address generated

Re: digital video cameras?

2004-05-17 Thread Ben Paley
On Monday 17 May 2004 19:40, [EMAIL PROTECTED] wrote: > Adrian Pircalabu wrote: > You'll notice that the oringal poster says "digital video".  Everyone is > talking about flash cards, the Gimp, and DIGITAL STILL cameras etc. > Easy enough mistake to make. > > I'm sorry I have no answers for you Be

Re: sendmail problems

2004-05-17 Thread Matthew Seaman
On Tue, May 18, 2004 at 05:01:09AM +1000, Andri Kok wrote: > I don't know wether this problem have come up beore, so here it goes... > After a fresh installing and rebooting, the sendmail takes around 1 min and > 10 sec to load. Then everytime it starts up, it takes the same amount of > time to

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
Kent Stewart said: > On Monday 17 May 2004 11:58 am, Doug Poland wrote: >> Kent Stewart said: >> > On Monday 17 May 2004 11:39 am, Doug Poland wrote: >> >> Greetings, >> >> >> >> I was running a portupgrade -a this morning on my 5.2.1-RELEASE >> >> system on a freshly cvsup'd ports tree. The firs

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
> Kent Stewart said: >> On Monday 17 May 2004 11:58 am, Doug Poland wrote: >>> Kent Stewart said: >>> > On Monday 17 May 2004 11:39 am, Doug Poland wrote: >>> >> Greetings, >>> >> >>> >> I was running a portupgrade -a this morning on my 5.2.1-RELEASE >>> >> system on a freshly cvsup'd ports tree.

Searching CVS commits

2004-05-17 Thread Kevin A. Pieckiel
I have a system running the latest sources via CVS in the RELENG_5_2 branch. I want to update sys/kernel/vfs_syscalls.c from version 1.333 (which is the latest available in this branch) to version 1.346 from HEAD. The problem is that the commit for version 1.337 modified more than one file--some

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 12:22 pm, Doug Poland wrote: > Kent Stewart said: > > On Monday 17 May 2004 11:58 am, Doug Poland wrote: > >> Kent Stewart said: > >> > On Monday 17 May 2004 11:39 am, Doug Poland wrote: > >> >> Greetings, > >> >> > >> >> I was running a portupgrade -a this morning on my 5.2.1

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 12:27 pm, Doug Poland wrote: > > Kent Stewart said: > >> On Monday 17 May 2004 11:58 am, Doug Poland wrote: > >>> Kent Stewart said: > >>> > On Monday 17 May 2004 11:39 am, Doug Poland wrote: > >>> >> Greetings, > >>> >> > >>> >> I was running a portupgrade -a this morning on

RE: 11b/g PCMCIA

2004-05-17 Thread Pratt, Benjamin E.
Hello, I know this is coming a while after this original topic was posted but I just got the same PCMCIA card and did some searching and didn't find any info about the card being supported as of yet. I am also fairly new to FreeBSD but am interested in knowing what I could do to help. I've got th

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
Kent Stewart said: > On Monday 17 May 2004 12:27 pm, Doug Poland wrote: >> > Kent Stewart said: >> >> On Monday 17 May 2004 11:58 am, Doug Poland wrote: >> >>> Kent Stewart said: >> >>> > On Monday 17 May 2004 11:39 am, Doug Poland wrote: >> >>> >> Greetings, >> >>> >> >> >>> >> I was running a por

Re: Strange Mozilla crash

2004-05-17 Thread Daniela
On Sunday 16 May 2004 22:18, Simon Barner wrote: > Daniela wrote: > > Hi! > > > > My Mozilla hangs very often, and now I attached to the hanged process > > with gdb to see what's wrong. I have debug symbols in Mozilla, in every > > other program and in the entire OS. The backtrace is: > > > > #0 0

mounting usb camera - no /dev/da* !!!

2004-05-17 Thread Ben Paley
Hello, In the past I've always been able to mount USB devices (a card reader and a webcam) as msdosfs at /dev/da0 or some such... my new camera's not playing that game. It's a Kodak EasyShare DX4530. I've unplugged all my other usb devices to test things, and booted up with it plugged in. usb

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 12:45 pm, Doug Poland wrote: > Kent Stewart said: > > On Monday 17 May 2004 12:27 pm, Doug Poland wrote: > >> > Kent Stewart said: > >> >> On Monday 17 May 2004 11:58 am, Doug Poland wrote: > >> >>> Kent Stewart said: > >> >>> > On Monday 17 May 2004 11:39 am, Doug Poland wrot

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Doug Poland
Kent Stewart said: > On Monday 17 May 2004 12:45 pm, Doug Poland wrote: >> Kent Stewart said: >> > On Monday 17 May 2004 12:27 pm, Doug Poland wrote: >> >> > Kent Stewart said: >> >> >> On Monday 17 May 2004 11:58 am, Doug Poland wrote: >> >> >>> Kent Stewart said: >> >> >>> > On Monday 17 May 2004

Eyesbeyond

2004-05-17 Thread Sven Hohage
Does anyone know what's up with the site? I'm trying to download the patches but without luck. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Is PYDB (python debugger for DDD) available for FreeBSD?

2004-05-17 Thread Jonathon McKitrick
I've only seen PYDB as a package for debian, and tried installing the files manually. Is there any problem doing this? jm -- My other computer is your windows box. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-qu

Re: Creating ISO image question

2004-05-17 Thread Joe Altman
On Mon, May 17, 2004 at 11:43:56PM +0800, Stephen Liu wrote: > Hi arden, > > Tks for your advice. > > > im guessing this is what you mean ? > > > > mkisofs -r -J -o cd_image.iso dir/ > > I made following test without result; > > $ mkisofs -r -J -o cd_image.iso > /usr/home/user-A/Storage-04051

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Joe Altman
On Mon, May 17, 2004 at 03:37:00PM -0500, Doug Poland wrote: > > I may just blow away all ports, and start from scratch. Could you not re-cvsup, and then try to build world, before blowing away your ports? Isn't blowing it all away a bit extreme? ___ [EM

Re: Help, GTK and my ports system broke!

2004-05-17 Thread Kent Stewart
On Monday 17 May 2004 01:37 pm, Doug Poland wrote: > > Yes, I ran portsdb -uU. However, portsdb will not run now, python2.3 > core dumps. > > > FWIW, your upgrade is old enough that you may have problems with > > ruby and portupgrade. I deleted ruby-* and portupgrade and then > > did a make insta

Re: sendmail problems

2004-05-17 Thread Vulpes Velox
On Tue, 18 May 2004 05:01:09 +1000 "Andri Kok" <[EMAIL PROTECTED]> wrote: > Hi gurus, > > I don't know wether this problem have come up beore, so here it > goes... After a fresh installing and rebooting, the sendmail takes > around 1 min and 10 sec to load. Then everytime it starts up, it > takes

Re: mounting usb camera - no /dev/da* !!!

2004-05-17 Thread Zane
On Mon, 17 May 2004 20:50:45 +0100 Ben Paley <[EMAIL PROTECTED]> wrote: > Hello, > > In the past I've always been able to mount USB devices (a card > reader and a webcam) as msdosfs at /dev/da0 or some such... my new > camera's not playing that game. > > It's a Kodak EasyShare DX4530. I've unplu

  1   2   >