RE: plagued by bad hdr length

2008-05-08 Thread Reinhold
Thanks for the reply If tried that as well and it didn't help On Thu, May 8, 2008 00:24, Ansar Mohammed wrote: > Yes I had similar issues > > > Try > scrub on ng0 all reassemble tcp scrub on ng1 all reassemble tcp > > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:owner-free

Re: Mounting USB CD-ROM manually, after boot

2008-05-08 Thread Wojciech Puchar
The device shows up with a label, and appears as /dev/cd0 (in dmesg). # mount /dev/cd0 /cdrom ...fails, with a: mount: /dev/cd0 : Invalid Argument mount_cd9660 I have nothing else in /dev that would indicate any new device was attached. I know for fact the .iso is burned correctly, becaus

FreeBSD 7.0 and hptrr

2008-05-08 Thread Thomas Herzog
Hi list, i have a new FreeBSD 7.0 installation with a HighPoint RocketRAID 2310 with 4 Disks. is there a way to check the raidstatus for the raid and/or is there a way to let smartmontools check the disks? thanks Thomas ___ freebsd-questions@freeb

Group of the newly created files and directories

2008-05-08 Thread Unga
Hi I have noticed in FreeBSD, the group of the newly created files and directories are assumed by default of the group of the parent directory! Eg. cd /tmp touch testfile.txt -rw-r--r-- 1 unga wheel 0 May 8 15:39 testfile.txt If you do the same in Linux, it would be: -rw-r--r--

Re: [SSHd] Increasing wait time?

2008-05-08 Thread Mel
On Thursday 08 May 2008 05:50:59 Steve Bertrand wrote: > >>ssh stream tcp nowait/20/4/10 root /usr/sbin/sshd sshd -i > >> > >> into /etc/inetd.conf set a limit of > >> > >> * 20 overall ssh connections > >> * 4 connection attempts per minute > >> * at most 10 connections from a single IP >

Re: Group of the newly created files and directories

2008-05-08 Thread Ivan Voras
Unga wrote: > Hi > > I have noticed in FreeBSD, the group of the newly > created files and directories are assumed by default > of the group of the parent directory! Yes, this is the difference between SYSV and BSD systems - each variant has its own arguments in favour so this behaviour is not li

Re: Group of the newly created files and directories

2008-05-08 Thread Mel
On Thursday 08 May 2008 10:48:29 Unga wrote: > That is, in Linux, the group will the user's primary > group, but in FreeBSD, it is the the group of the > parent directory! Yes, it's been that way in any BSD for as long as I know. -- Mel Problem with today's modular software: they start with th

Re: [SSHd] Increasing wait time?

2008-05-08 Thread Julius Huang
Hi, On May 7, 2008, at 01:11 , Gilles wrote: Hello I'm a bit tired of people trying to break into SSH: May 6 16:59:23 freebsd sshd[24649]: Invalid user agatha from 195.43.9.246 May 6 16:59:26 freebsd sshd[24651]: Invalid user cristie from 195.43.9.246 May 6 16:59:29 freebsd sshd[24653]: In

automate ports upgrade (portmanager -u -l)

2008-05-08 Thread Simon Jolle
Hi FreeBSD users How to do unattended ports upgrade? I am using FreeBSD 7.0 and portmanager ask me strange questions[0] (about compile-time options) cheers Simon [0] http://img384.imageshack.us/img384/8657/portmanageruloptionsaw9.png -- XMPP: [EMAIL PROTECTED] __

Re: automate ports upgrade (portmanager -u -l)

2008-05-08 Thread RW
On Thu, 8 May 2008 13:10:23 +0200 "Simon Jolle" <[EMAIL PROTECTED]> wrote: > Hi FreeBSD users > > How to do unattended ports upgrade? I am using FreeBSD 7.0 and > portmanager ask me strange questions[0] (about compile-time options) It's not actually portmanager, it's the ports-system itself. Thi

Re: automate ports upgrade (portmanager -u -l)

2008-05-08 Thread Odhiambo Washington
On Thu, May 8, 2008 at 2:10 PM, Simon Jolle <[EMAIL PROTECTED]> wrote: > Hi FreeBSD users > > How to do unattended ports upgrade? I am using FreeBSD 7.0 and > portmanager ask me strange questions[0] (about compile-time options) Unattended? Even on Windows, I doubt they do that:-) -- Best rega

pxeboot, TFTP loader/NFS root, NFS MOUNT RPC error: 60, timeout

2008-05-08 Thread Lorenzo Perone
On Thu Feb 7 19:00:11 UTC 2008, Rek Jed rekjed at gmail.com wrote: Subject was: pxeboot, TFTP only, NFS MOUNT RPC error: 60, timeout Hey, I've been building FreeBSD jumpstart infrastructure and it mostly works. I'm using tftp to boot off the network in to scripted sysinstall. I compiled the

Re: automate ports upgrade (portmanager -u -l)

2008-05-08 Thread Simon Jolle
On Thu, May 8, 2008 at 1:53 PM, RW <[EMAIL PROTECTED]> wrote: >> How to do unattended ports upgrade? I am using FreeBSD 7.0 and >> portmanager ask me strange questions[0] (about compile-time options) > > It's not actually portmanager, it's the ports-system itself. This > question comes-up regularly

Re: SMB share not mounting at startup

2008-05-08 Thread Stephen Allen
I copied /root/.nsmbrc to /etc/nsmb.conf with security at 600, and it doesn't work. With security at 777 it still doesn't work. Any more suggestions? Many thanks, Steve :) Dominic Fandrey wrote: Stephen Allen wrote: I am trying to mount an SMB share at startup. I have configured (as root)

Re: [SSHd] Increasing wait time?

2008-05-08 Thread Vince Sabio
** At 07:33 +0200 on 05/08/2008, Peter Boosten wrote: Vince Sabio wrote: Note if you choose to do this: scp'ing files becomes a four-step process (i.e., scp file(s) to intermediate server, log in to intermediate server, scp to destination server, delete file(s) from intermediate server). Stil

Re: Group of the newly created files and directories

2008-05-08 Thread Unga
--- Ivan Voras <[EMAIL PROTECTED]> wrote: > Unga wrote: > > Hi > > > > I have noticed in FreeBSD, the group of the newly > > created files and directories are assumed by > default > > of the group of the parent directory! > > Yes, this is the difference between SYSV and BSD > systems - each vari

Re: Group of the newly created files and directories

2008-05-08 Thread Mel
On Thursday 08 May 2008 15:16:46 Unga wrote: > Thanks for replies. Btw, where is the open(2) syscall > is implemented in FreeBSD, just curious? /usr/src/sys/kern/vfs_syscalls.c -- Mel Problem with today's modular software: they start with the modules and never get to the software part. ___

Re: [SSHd] Increasing wait time?

2008-05-08 Thread Peter Boosten
Vince Sabio wrote: ** At 07:33 +0200 on 05/08/2008, Peter Boosten wrote: Vince Sabio wrote: Note if you choose to do this: scp'ing files becomes a four-step process (i.e., scp file(s) to intermediate server, log in to intermediate server, scp to destination server, delete file(s) from interm

Re: [SSHd] Increasing wait time?

2008-05-08 Thread Norbert Papke
On May 8, 2008, Mel wrote: > because: > for FILE in */*.[ch]; do scp ${FILE} host:/backup; done > is quicker to write then setup tunnels. How about "scp */*.[ch] host:/backup"? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mai

Re: [SSHd] Increasing wait time?

2008-05-08 Thread Norbert Papke
On May 8, 2008, Norbert Papke wrote: > On May 8, 2008, Mel wrote: > > because: > > for FILE in */*.[ch]; do scp ${FILE} host:/backup; done > > is quicker to write then setup tunnels. > > How about "scp */*.[ch] host:/backup"? To answer my own silly question, the above doesn't preserve paths. Anyw

Re: about seamonkey

2008-05-08 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christer Hermansson wrote: > Chuck Robey wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> I was wondering if anyone here knew the answer, I have built seamonkey >> with >> ports, but everytime I start it up, two windows pop up (the brow

about Linux

2008-05-08 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I am trying to get a problem with my linuxulator working, where all of my items that came from the linux-blackdown port give an error about a missing libdl.so.2. I tried using the Linux ldd, no output at all to see if there are missing libs (that's wi

Re: Delaying pf.conf loading

2008-05-08 Thread Justin Jereza
Thanks for all suggestions. Will try to figure out which one will work best. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

neon port won't upgrade

2008-05-08 Thread Chad Perrin
Let me know if I should take this to the ports mailing list instead of the questions mailing list. This is my problem: # portupgrade neon-0.26.4 ** Port directory not found: www/neon2 ** Listing the failed packages (-:ignored / *:skipped / !:failed) - www/neon2 (port directory error

Re: neon port won't upgrade

2008-05-08 Thread RW
On Thu, 8 May 2008 14:25:43 -0600 Chad Perrin <[EMAIL PROTECTED]> wrote: > Let me know if I should take this to the ports mailing list instead of > the questions mailing list. > > This is my problem: > > # portupgrade neon-0.26.4 > ** Port directory not found: www/neon2 > ** Listing the fa

Re: neon port won't upgrade

2008-05-08 Thread Chad Perrin
On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote: > Chad Perrin skrev: > >Let me know if I should take this to the ports mailing list instead of > >the questions mailing list. > > > >This is my problem: > > > > # portupgrade neon-0.26.4 > > ** Port directory not found: www/neon2 >

Re: neon port won't upgrade

2008-05-08 Thread Lars Kristiansen
Chad Perrin skrev: Let me know if I should take this to the ports mailing list instead of the questions mailing list. This is my problem: # portupgrade neon-0.26.4 ** Port directory not found: www/neon2 ** Listing the failed packages (-:ignored / *:skipped / !:failed) - www/neon2

Re: neon port won't upgrade

2008-05-08 Thread Mitja
On Thursday 08 May 2008 15:25:43 Chad Perrin wrote: > Let me know if I should take this to the ports mailing list instead of > the questions mailing list. > > This is my problem: > > # portupgrade neon-0.26.4 > ** Port directory not found: www/neon2 > ** Listing the failed packages (-:ignored

Re: neon port won't upgrade

2008-05-08 Thread RW
On Thu, 8 May 2008 15:02:47 -0600 Chad Perrin <[EMAIL PROTECTED]> wrote: > On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote: > > > > portupgrade -f -o www/neon26 neon > > > > seemed to work for me > > Isn't this the sort of information that should be > in /usr/ports/UPDATING? I

Re: neon port won't upgrade

2008-05-08 Thread Dan Nelson
In the last episode (May 08), Chad Perrin said: > On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote: > > Chad Perrin skrev: > > >Let me know if I should take this to the ports mailing list instead of > > >the questions mailing list. > > > > > >This is my problem: > > > > > > # portu

Re: neon port won't upgrade

2008-05-08 Thread Lars Kristiansen
Dan Nelson skrev: In the last episode (May 08), Chad Perrin said: On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote: Chad Perrin skrev: Let me know if I should take this to the ports mailing list instead of the questions mailing list. This is my problem: # portupgrade neon-0.

Re: [SSHd] Increasing wait time?

2008-05-08 Thread Valeriu Mutu
On Thu, May 08, 2008 at 07:33:13AM +0200, Peter Boosten wrote: > Vince Sabio wrote: >> >> Note if you choose to do this: scp'ing files becomes a four-step process >> (i.e., scp file(s) to intermediate server, log in to intermediate server, >> scp to destination server, delete file(s) from interm

Re: neon port won't upgrade

2008-05-08 Thread Chad Perrin
On Thu, May 08, 2008 at 11:00:12PM +0100, RW wrote: > On Thu, 8 May 2008 15:02:47 -0600 > Chad Perrin <[EMAIL PROTECTED]> wrote: > > > On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote: > > > > > > > portupgrade -f -o www/neon26 neon > > > > > > seemed to work for me > > > > Isn

Re: neon port won't upgrade

2008-05-08 Thread Chad Perrin
On Thu, May 08, 2008 at 05:07:47PM -0500, Dan Nelson wrote: > In the last episode (May 08), Chad Perrin said: > > On Thu, May 08, 2008 at 10:52:15PM +0200, Lars Kristiansen wrote: > > > Chad Perrin skrev: > > > >Let me know if I should take this to the ports mailing list instead of > > > >the quest

Apache 2.2.8 + mod_authnz_ldap

2008-05-08 Thread n j
Hello, did anyone experience any problems trying to install mod_authnz_ldap with Apache 2.2.8 on FreeBSD 6.3? I ran into the following trouble: mod_authnz_ldap.c:41:2: #error mod_authnz_ldap requires APR-util to have LDAP support built in. To fix add --with-ldap to ./configure which caused "Stop

Re: [SSHd] Increasing wait time?

2008-05-08 Thread Peter Boosten
Valeriu Mutu wrote: On Thu, May 08, 2008 at 07:33:13AM +0200, Peter Boosten wrote: Vince Sabio wrote: Note if you choose to do this: scp'ing files becomes a four-step process (i.e., scp file(s) to intermediate server, log in to intermediate server, scp to destination server, delete file(s) f

coretemp 70C = CPU too hot?

2008-05-08 Thread Nerius Landys
Howdy. I purchased a 1U 10 inch deep server machine a few months ago: http://www.abmx.com/1u-10inch-deep-supermicro-mini-server-p-366.html?osCsid=80f3951929d5a7ae27a51733627ee18a The CPU is a Xeon 3xxx dual core 2.4 GHz. The machine has no case fans, by design. It's sitting in a well-ventilated

Re: coretemp 70C = CPU too hot?

2008-05-08 Thread Modulok
> ...I saw that the CPU core temp(s) hit 70 degrees Celsius during a compile of > GCC. Is this too hot? .. Maybe, maybe not. Every chip has a different operational range. This information should be available from the chip manufacturer's website, if you can find it. Additionally, this page (URL)

Re: coretemp 70C = CPU too hot?

2008-05-08 Thread Christian Zachariasen
On Fri, May 9, 2008 at 4:55 AM, Nerius Landys <[EMAIL PROTECTED]> wrote: > Howdy. I purchased a 1U 10 inch deep server machine a few months ago: > > http://www.abmx.com/1u-10inch-deep-supermicro-mini-server-p-366.html?osCsid=80f3951929d5a7ae27a51733627ee18a > > The CPU is a Xeon 3xxx dual core 2.

Re: coretemp 70C = CPU too hot?

2008-05-08 Thread Josh Carroll
On Thu, May 8, 2008 at 10:55 PM, Nerius Landys <[EMAIL PROTECTED]> wrote: > Howdy. I purchased a 1U 10 inch deep server machine a few months ago: > http://www.abmx.com/1u-10inch-deep-supermicro-mini-server-p-366.html?osCsid=80f3951929d5a7ae27a51733627ee18a > > The CPU is a Xeon 3xxx dual core 2.4