/dev/cuaa gone in 6.0?? /dev/console doesn't work...

2006-03-08 Thread Mark Jayson Alvarez
Hi, I'm trying to secure our cisco router by hooking its console to a freebsd 6.0 box. I was reading this document: http://www.onlamp.com/pub/a/bsd/2001/10/11/FreeBSD_Basics.html It seems like /dev/cuaaN has been replaced by /dev/console. On my 6.0 box, I can't seem to find /dev/cuaaN...

Re: /dev/cuaa gone in 6.0?? /dev/console doesn't work...

2006-03-08 Thread Kris Kennaway
On Wed, Mar 08, 2006 at 08:30:12PM -0800, Mark Jayson Alvarez wrote: > Hi, > I'm trying to secure our cisco router by hooking its console to a freebsd > 6.0 box. I was reading this document: > http://www.onlamp.com/pub/a/bsd/2001/10/11/FreeBSD_Basics.html > > > It seems like /dev/cuaaN has

deleting files not releasing space

2006-03-08 Thread Steel City Phantom
i just deleted 100 megs of files out of my temp dir and df -h doesn't show the space freed yet. it has done this in the past and a reboot will always give me my space back, but why doesn't it do it immediatly? ___ freebsd-questions@freebsd.org mailing

Re: deleting files not releasing space

2006-03-08 Thread Philip Hallstrom
i just deleted 100 megs of files out of my temp dir and df -h doesn't show the space freed yet. it has done this in the past and a reboot will always give me my space back, but why doesn't it do it immediatly? http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#DU-VS-DF ___

Re: /dev/cuaa gone in 6.0?? /dev/console doesn't work...

2006-03-08 Thread Mark Jayson Alvarez
Kris Kennaway <[EMAIL PROTECTED]> wrote: No, they're different. Anyway, /dev/cuaaN was replaced by /dev/cuadN. Kris Ok, its working now.. How about multiple console connections using just a single console cable?? sort of like pseudo terminal used by ssh.

Re: /dev/cuaa gone in 6.0?? /dev/console doesn't work...

2006-03-08 Thread Kris Kennaway
On Wed, Mar 08, 2006 at 09:13:51PM -0800, Mark Jayson Alvarez wrote: > > > Kris Kennaway <[EMAIL PROTECTED]> wrote: > No, they're different. Anyway, /dev/cuaaN was replaced by /dev/cuadN. > > Kris > > Ok, its working now.. How about multiple console connections using just a > single console

Re: /dev/cuaa gone in 6.0?? /dev/console doesn't work...

2006-03-08 Thread Mark Jayson Alvarez
Kris Kennaway <[EMAIL PROTECTED]> wrote: On Wed, Mar 08, 2006 at 09:13:51PM -0800, Mark Jayson Alvarez wrote: > > > Kris Kennaway wrote: > No, they're different. Anyway, /dev/cuaaN was replaced by /dev/cuadN. > > Kris > > Ok, its working now.. How about multiple console connections using

Re: coming back up after power failure (UPS)

2006-03-08 Thread Peter
--- Derek Ragona <[EMAIL PROTECTED]> wrote: > Peter, > > Look in the bios in the power management section, for something like > after > loss of power, there set the action to power on, as opposed to stay > off, or > anything else. > > You can test this just power on the unit and pull the plug

What process is LOISTENingon a given port

2006-03-08 Thread Olivier Nicole
Hi, In 5.4, who to know what process is LISTENing on a given TCP or UDP port? Bestregards, Olivier ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTE

ATA Raid (Adaptec 1200A) on Freebsd 6.0

2006-03-08 Thread Demian
Hello all, I have just recently setup a RAID 1 system running FreeBSD 6.0-RELEASE on an Adpatec 1200A card. Getting the system installed and working seems to have been the easy part. What I am trying to do now is find a simple and reliable way to monitor the array. So far I have tried to get

Re: What process is LOISTENingon a given port

2006-03-08 Thread Kris Kennaway
On Thu, Mar 09, 2006 at 01:22:33PM +0700, Olivier Nicole wrote: > Hi, > > In 5.4, who to know what process is LISTENing on a given TCP or UDP > port? sockstat Kris pgpibEePlVVUq.pgp Description: PGP signature

How to keep the options with potupgrade

2006-03-08 Thread Olivier Nicole
Hi, I usually build my Apache server with the option WITH_APACHE_SUEXEC=yes defined. How/where/what to configure to make sure that a portupgrade -R apache13-modssl will use the same option when rebuilding? Best regards, Olivier ___ freebsd-questions@f

Re: How to keep the options with potupgrade

2006-03-08 Thread Peter
--- Olivier Nicole <[EMAIL PROTECTED]> wrote: > Hi, > > I usually build my Apache server with the option > WITH_APACHE_SUEXEC=yes defined. > > How/where/what to configure to make sure that a portupgrade -R > apache13-modssl will use the same option when rebuilding? You can use pkgtools.conf.

Re: How to keep the options with potupgrade

2006-03-08 Thread Yuan Jue
On Thursday 09 March 2006 15:26, Olivier Nicole wrote: > Hi, > > I usually build my Apache server with the option > WITH_APACHE_SUEXEC=yes defined. > > How/where/what to configure to make sure that a portupgrade -R > apache13-modssl will use the same option when rebuilding? I don't know the standa

Re: How to keep the options with potupgrade

2006-03-08 Thread Mihai Tanasescu
I think this can be achieved using pkgtools.conf and specifying that for the apache13-modssl port. from pkgtools.conf examples: # MAKE_ARGS = { # # a) Separate them with the space # 'databases/mysql41-*' => 'WITH_LINUXTHREADS=1 SKIP_DNS_CHECK=1', # # # b) Specify them using an

<    1   2