Re: GELI file systems unusable after "glabel label" operations

2010-01-13 Thread Boris Samorodov
On Thu, 14 Jan 2010 01:31:55 -0600 (CST) Scott Bennett wrote: > hellas# geli attach -k work.key /dev/label/work > geli: Cannot read metadata from /dev/label/work: Invalid argument. Did you try to mount it via geom consumer (/dev/daX)? Can you show apropriate "glabel list"? -- WBR, bsam

found the problem....

2010-01-13 Thread Gary Kline
guys, I was using code I first hacked in 1996, and used 8 bits for the DAC, not 16. When I use 16, much better. now I need to figure out why 8 fails, if there are no audio wizards out there. more testing to do, but enough for now -gary --

GELI file systems unusable after "glabel label" operations

2010-01-13 Thread Scott Bennett
I used "glabel label" to label each of the file systems I have on external disk drives. Unfortunately, afterward I am now unable to "geli attach" any of the GELI-encrypted file systems. The system is FreeBSD 7.2-STABLE. Is there a way to get this to work? Or have I just lost everything in

Re: any port use /dev/dsp directly?

2010-01-13 Thread Gary Kline
On Wed, Jan 13, 2010 at 08:37:46PM -0500, Glen Barber wrote: > Gary Kline wrote: > > > > I have a couple short programs where I mess with /dev/dsp. I'll open > > check to be sure the speed is right, open in mono or stereo, &c. is > > there anything is ports that uses this dev by op

Re: any port use /dev/dsp directly?

2010-01-13 Thread Glen Barber
Gary Kline wrote: > > I have a couple short programs where I mess with /dev/dsp. I'll open > check to be sure the speed is right, open in mono or stereo, &c. is > there anything is ports that uses this dev by opening, doing ioctls and > so forth? > > I think I m

any port use /dev/dsp directly?

2010-01-13 Thread Gary Kline
I have a couple short programs where I mess with /dev/dsp. I'll open check to be sure the speed is right, open in mono or stereo, &c. is there anything is ports that uses this dev by opening, doing ioctls and so forth? I think I may need to flush my dat

Re: Crontab not working logwatch.pl [FreeBSD 8 stable]

2010-01-13 Thread Kaya Saman
Glen Barber wrote: Rolf Nielsen wrote: On 2010-01-13 22:04, Jeronimo Calvo wrote: did a crontab -r, a a new crontab -e, using: * * * * * $HOME/.profile ; /bin/bash /var/log/auto_auth.sh * * * * * $HOME/.profile ; /usr/bin/perl /local/sbin/logwatch.pl In addition to the other

Re: cannot install apache22 on FBSD 8.0

2010-01-13 Thread PJ
On 1/13/2010 11:02 AM, keneasson wrote: > On Wed, 13 Jan 2010 21:44:55 +0600 *PJ >* wrote > > On 1/13/2010 4:09 AM, Matthew Seaman wrote: > > PJ wrote: > >> Gentlemen, > >> I am absolutely stupefied by apache22, php5, php5-extensions and >

Re: Crontab not working logwatch.pl [FreeBSD 8 stable]

2010-01-13 Thread Glen Barber
Rolf Nielsen wrote: > On 2010-01-13 22:04, Jeronimo Calvo wrote: > > did a crontab -r, a a new crontab -e, using: > > > > * * * * * $HOME/.profile ; /bin/bash /var/log/auto_auth.sh > > * * * * * $HOME/.profile ; /usr/bin/perl /local/sbin/logwatch.pl > > In addition to the other suggestions, I'd i

Re: Crontab not working??

2010-01-13 Thread Thomas K.
On Thu, Jan 14, 2010 at 02:20:07AM +0200, Kaya Saman wrote: Hi, > @reboot root/usr/local/sbin/logwatch.pl > 02 4 * * * root/usr/local/sbin/logwatch.pl this format/syntax is only valid for the system contab. > The interesting thing here is that it shows them as being run: >

Re: Crontab not working??

2010-01-13 Thread Kaya Saman
Thanks, I inputted the data as you suggested so now I will wait until the time specified to see if it ran or not! Regards, Kaya Chuck Swiger wrote: Hi-- On Jan 13, 2010, at 4:20 PM, Kaya Saman wrote: It didn't work so I tried to cut down areas which I suspected might not work and ended

Re: Crontab not working??

2010-01-13 Thread Chuck Swiger
Hi-- On Jan 13, 2010, at 4:20 PM, Kaya Saman wrote: > It didn't work so I tried to cut down areas which I suspected might not work > and ended up with the syntax below for root: > > crontab -l shows: > > @reboot root/usr/local/sbin/logwatch.pl > 02 4 * * * root/usr/local/s

Crontab not working??

2010-01-13 Thread Kaya Saman
Hi, I installed logwatch from ports only it didn't install a crontab for me like Linux or Solaris does so I ended up attempting to copy my Linux crontab into FreeBSD. It didn't work so I tried to cut down areas which I suspected might not work and ended up with the syntax below for root: c

Re: NFS exporting mounted msdosfs subdir

2010-01-13 Thread Chuck Swiger
Hi-- On Jan 13, 2010, at 1:52 PM, sbre...@hotmail.com wrote: > Anyone has got an idea how this can be resolved? Thanks. Does FreeBSD even support NFS-exporting a locally mounted MS-DOS filesystem? Traditionally, NFS was implemented over the default UFS filesystem and it was common for other fi

Stability of gpt on 7.2

2010-01-13 Thread Albert Shih
Hi all. I would like to known if gpt work good/very good/perfect with FreeBSD 7.2 ? Regards. JAS -- Albert SHIH SIO batiment 15 Observatoire de Paris Meudon 5 Place Jules Janssen 92195 Meudon Cedex Téléphone : 01 45 07 76 26/06 86 69 95 71 Heure local/Local time: Mer 13 jan 2010 23:01:08 CET

RE: NFS exporting mounted msdosfs subdir

2010-01-13 Thread sbremal
Hello, A mounted msdosfs (USD flash drive) path is exported from FreeBSD. The client (Windows with SFU 3.5) maps the remote NFS path successfully to a local drive (net use ...). However, when the drive is opened (dir ...), the client gets into an endless loop. What I have discovered on Free

Re: 8.0-R-p2 ZFS: unixbench causing kmem exhaustion panic

2010-01-13 Thread Doug Poland
>> >> > Ok, I re-ran with same config, but this time monitoring the sysctls > you requested* ( and the rest I was watching ): > I failed to mention that kstat.zfs.misc.arcstats.size seemed to fluctuate between about 164,000,00 and 180,000,000 bytes during this last run -- Regards, Doug _

Re: Trying to build 8.0 Headless Installation Disk

2010-01-13 Thread Martin McCormick
Tim Judd writes: > ^^^ mkisofs needs to have the boot record > -b boot/cdboot -no-emul-boot > > > And as another option, you might look at mfsBSD, it runs off mfs (RAM) > disks with sshd being enabled by default. Once it boots (kernel > starts probing), the cd can be ejected. This could be a g

Re: 8.0-R-p2 ZFS: unixbench causing kmem exhaustion panic

2010-01-13 Thread Doug Poland
On Wed, January 13, 2010 13:57, Ivan Voras wrote: > 2010/1/13 Doug Poland : >> > > Can you monitor and record kstat.zfs.misc.arcstats.size sysctl while > the test is running (and crashing)? > > This looks curious - your kmem_max is ~~ 1.2 GB, arc_max is 0.5 GB and > you are still having panics. Is

Re: Crontab not working logwatch.pl [FreeBSD 8 stable]

2010-01-13 Thread Rolf Nielsen
On 2010-01-13 22:04, Jeronimo Calvo wrote: did a crontab -r, a a new crontab -e, using: * * * * * $HOME/.profile ; /bin/bash /var/log/auto_auth.sh * * * * * $HOME/.profile ; /usr/bin/perl /local/sbin/logwatch.pl tailing the /var/log/cron I can see that is being executed every minute... but no e

Re: Crontab not working logwatch.pl [FreeBSD 8 stable]

2010-01-13 Thread Jeronimo Calvo
did a crontab -r, a a new crontab -e, using: * * * * * $HOME/.profile ; /bin/bash /var/log/auto_auth.sh * * * * * $HOME/.profile ; /usr/bin/perl /local/sbin/logwatch.pl tailing the /var/log/cron I can see that is being executed every minute... but no emails arrived with is the proof that the scri

Re: Crontab not working logwatch.pl [FreeBSD 8 stable]

2010-01-13 Thread Rolf Nielsen
On 2010-01-13 21:43, Jeronimo Calvo wrote: Hi folks, Im having probs when a root crontab located on /var/cron/tabs/root with this content # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.DUtgfVoBT0 installed on Wed Jan 13 20:08:29 2010) # (Cron version -- $FreeBSD: src/u

Crontab not working logwatch.pl [FreeBSD 8 stable]

2010-01-13 Thread Jeronimo Calvo
Hi folks, Im having probs when a root crontab located on /var/cron/tabs/root with this content # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.DUtgfVoBT0 installed on Wed Jan 13 20:08:29 2010) # (Cron version -- $FreeBSD: src/usr.sbin/cron/crontab/crontab.c,v 1.31.2.1 200

Re: 8.0-R-p2 ZFS: unixbench causing kmem exhaustion panic

2010-01-13 Thread Doug Poland
On Wed, January 13, 2010 13:57, Ivan Voras wrote: > 2010/1/13 Doug Poland : >> This is the state of the machine when it panicked this time: >> >> panic: kmem_malloc(131072): kmem_map too small: 1296957440 total >> allocated >> cpuid = 1 >> >> /boot/loader.conf: vfs.zfs.arc_max=512M >> vfs.numvnod

Re: 8.0-R-p2 ZFS: unixbench causing kmem exhaustion panic

2010-01-13 Thread Ivan Voras
2010/1/13 Doug Poland : > > On Wed, January 13, 2010 12:35, Ivan Voras wrote: Try adding vfs.zfs.arc_max=512M to /boot/loader.conf. >>> Would you suggest tweaking the vm.kmem_size tunables in addition to >>> arc_max? >> >> No, unless they auto-tune to something lesser than approximat

Re: 8.0-R-p2 ZFS: unixbench causing kmem exhaustion panic

2010-01-13 Thread Doug Poland
On Wed, January 13, 2010 12:35, Ivan Voras wrote: >>> >>> Try adding vfs.zfs.arc_max=512M to /boot/loader.conf. >>> >> Would you suggest tweaking the vm.kmem_size tunables in addition to >> arc_max? > > No, unless they auto-tune to something lesser than approximately > arc_max*3. > > I try to set

Re: Nanobsd Memory Backed Disks

2010-01-13 Thread David N
2010/1/14 M. Warner Losh : > In message: <4d7dd86f1001130347k75ec7dcfhf6adf2a852210...@mail.gmail.com> >            David N writes: > : I've been poking around /etc/rc.diskless and other rc's. I can't seem > : to find what script loads the md. > : Its not in /etc/fstab > : > : Does anyone know whe

Re: 8.0-R-p2 ZFS: unixbench causing kmem exhaustion panic

2010-01-13 Thread Ivan Voras
2010/1/13 Doug Poland : > > On Wed, January 13, 2010 11:55, Ivan Voras wrote: >> Doug Poland wrote: >> >>> So the question is, can ZFS be tuned to not panic or hang no matter >>> what I throw at it? >> >> Apparently not. >> >>  > I began with a system with no tunables in /boot/loader.conf >>  > (vm

Re: 8.0-R-p2 ZFS: unixbench causing kmem exhaustion panic

2010-01-13 Thread Doug Poland
On Wed, January 13, 2010 11:55, Ivan Voras wrote: > Doug Poland wrote: > >> So the question is, can ZFS be tuned to not panic or hang no matter >> what I throw at it? > > Apparently not. > > > I began with a system with no tunables in /boot/loader.conf > > (vm.kmem_size and vm.kmem_size_max). T

Re: Virtualbox and bridged interface.

2010-01-13 Thread Juergen Lock
On Fri, Jan 08, 2010 at 08:15:58PM +0100, Juergen Lock wrote: > In article <20100102005808.12d46...@baby-jane.lamaiziere.net> you write: > >Le Fri, 1 Jan 2010 17:36:30 -0600, > >Adam Vande More a =E9crit : > > > >> > Is there someone able to make VirtualBox working with a bridged > >> > interface?

Re: 8.0-R-p2 ZFS: unixbench causing kmem exhaustion panic

2010-01-13 Thread Ivan Voras
Doug Poland wrote: So the question is, can ZFS be tuned to not panic or hang no matter what I throw at it? Apparently not. > I began with a system with no tunables in /boot/loader.conf > (vm.kmem_size and vm.kmem_size_max). Then I tried increasing > vm.kmem_size and vm.kmem_size_max a GB at

Problem with disk size

2010-01-13 Thread Albert Shih
Hi all I've some big problem with my new server Dell R710 + Perc raid + 6 disk of 600Go. When I install the server or using sysinstall (partition) I can see my all disk Disk name: mfid0 FDISK Partition Editor DISK Geometry: 364456 cyls/255 heads/63 sectors

8.0-R-p2 ZFS: unixbench causing kmem exhaustion panic

2010-01-13 Thread Doug Poland
Hello, I'm trying to get an 8.0-RELEASE-p2 amd64 box to not crash when running benchmarks/unixbench. The box in question has 4GB RAM running 6 SCSI disks in a RAID1Z. dmesg | grep memory real memory = 4294967296 (4096 MB) avail memory = 3961372672 (3777 MB) zpool status pool: bethesda state

Re: Trying to build 8.0 Headless Installation Disk

2010-01-13 Thread Tim Judd
Replies inserted below On 1/13/10, Martin McCormick wrote: > I started to use the same strategy that worked in 6.x > but it is not working right now. > > I obtained8.0-RELEASE-i386-disc1.iso and did: > mkdir 8.0serial > tar xf 8.0-RELEASE-i386-disc1.iso > > This produced a read-

Re: is there pkg_libchk

2010-01-13 Thread Frank Wißmann
Ivan Frosty schrieb: hello there, i was wondering if freebsd has pkg_libchk ? thanks for your time Yes, it has. It is located in /usr/ports/sysutils/bsdadminscripts. Greetings Frank -- GU d- s:+ a+ C+>$ UBS>$ P L- !E--- W N+@ !o K--? !w--- O !M- !V- PS+ PE Y? !PGP- t+ 5 X !R tv- b++ DI !D

Re: mtree unable to find group wheel, possible corrupt /etc/group file

2010-01-13 Thread keneasson
On Wed, 13 Jan 2010 21:44:28 +0600 Yuri Pankov wrote On Wed, Jan 13, 2010 at 09:32:41PM +0600, keneasson wrote: > Hi all, > > I've got a number of ports that will build but not install. > > The error is: > > ===> Generating temporary packing list > ==

is there pkg_libchk

2010-01-13 Thread Ivan Frosty
hello there, i was wondering if freebsd has pkg_libchk ? thanks for your time -- Frosty-456 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-u

Trying to build 8.0 Headless Installation Disk

2010-01-13 Thread Martin McCormick
I started to use the same strategy that worked in 6.x but it is not working right now. I obtained8.0-RELEASE-i386-disc1.iso and did: mkdir 8.0serial tar xf 8.0-RELEASE-i386-disc1.iso This produced a read-write file system that appears sane in that it seems to be large enou

Re: mtree unable to find group wheel, possible corrupt /etc/group file

2010-01-13 Thread Yuri Pankov
On Wed, Jan 13, 2010 at 09:32:41PM +0600, keneasson wrote: > Hi all, > > I've got a number of ports that will build but not install. > > The error is: > > ===> Generating temporary packing list > ===> Checking if deskutils/gucharmap already installed > mtree: line 1: unknown group wheel--- w

Re: cannot install apache22 on FBSD 8.0

2010-01-13 Thread keneasson
On Wed, 13 Jan 2010 21:44:55 +0600 PJ wrote On 1/13/2010 4:09 AM, Matthew Seaman wrote: > PJ wrote: >> Gentlemen, >> I am absolutely stupefied by apache22, php5, php5-extensions and >> phpmysql refusing to be updated or installed >> I did manage to do one

Re: cannot install apache22 on FBSD 8.0

2010-01-13 Thread PJ
On 1/13/2010 4:09 AM, Matthew Seaman wrote: > PJ wrote: >> Gentlemen, >> I am absolutely stupefied by apache22, php5, php5-extensions and >> phpmysql refusing to be updated or installed >> I did manage to do one installation on a freshly upgraded box from 7.2 >> to 8.0 but with very frustrating and

RE: [PHP] RE: Clean PHP 5.2.12 Build Core Dumping / Can't Build Port - FreeBSD 6.1

2010-01-13 Thread Don O'Neil
> === > I try a 'make all-depend-list' > the error shows up > = > which error show ? # make X11BASE is now deprecated. Unset X11BASE in make.conf and try again. *** Error code 1 Stop. That's the error... happens every time, no matter what I try to

mtree unable to find group wheel, possible corrupt /etc/group file

2010-01-13 Thread keneasson
Hi all, I've got a number of ports that will build but not install. The error is: ===> Generating temporary packing list ===> Checking if deskutils/gucharmap already installed mtree: line 1: unknown group wheel--- *** Error code 1 I discovered that i had patch code left over from mergemaste

Re: Nanobsd Memory Backed Disks

2010-01-13 Thread M. Warner Losh
In message: <4d7dd86f1001130347k75ec7dcfhf6adf2a852210...@mail.gmail.com> David N writes: : I've been poking around /etc/rc.diskless and other rc's. I can't seem : to find what script loads the md. : Its not in /etc/fstab : : Does anyone know where it is? : Also how does nanobsd load t

Re: watching WebEx session on FreeBSD (nearly solved)

2010-01-13 Thread Colin Albert
On 01/13/10 07:43, Matthias Apitz wrote: El día Wednesday, January 13, 2010 a las 09:51:45AM +0100, Matthias Apitz escribió: I did now (thanks for your help, Colin): - installed the 'User Agent Switcher' addin in Firefox 3.0.7 - changed the user agent to the above Linux Mozilla - installe

Re: Failed compile ntop from ports

2010-01-13 Thread Yuri Pankov
On Wed, Jan 13, 2010 at 05:38:07PM +0700, kal...@muliahost.com wrote: > Hello, > > I have problem compiling ntop from ports. I got error: > > ===> Building for p5-XML-Parser-2.36_1 > Makefile out-of-date with respect to > /usr/local/lib/perl5/5.8.9/mach/Config.pm > /usr/local/lib/perl5/5.8.9/mac

Re: watching WebEx session on FreeBSD (nearly solved)

2010-01-13 Thread Matthias Apitz
El día Wednesday, January 13, 2010 a las 09:51:45AM +0100, Matthias Apitz escribió: > I did now (thanks for your help, Colin): > > - installed the 'User Agent Switcher' addin in Firefox 3.0.7 > - changed the user agent to the above Linux Mozilla > - installed diablo-jre-freebsd7.i386.1.6.0.07.02

Nanobsd Memory Backed Disks

2010-01-13 Thread David N
I've been poking around /etc/rc.diskless and other rc's. I can't seem to find what script loads the md. Its not in /etc/fstab Does anyone know where it is? Also how does nanobsd load the /etc into the md? newfs + cpio? Regards David N ___ freebsd-questi

Re: [PHP] RE: Clean PHP 5.2.12 Build Core Dumping / Can't Build Port - FreeBSD 6.1

2010-01-13 Thread hack988 hack988
=== I try a 'make all-depend-list' the error shows up = which error show ? 2010/1/13 Don O'Neil : > This is _exactly_ what I did, and as soon as I try a 'make all-depend-list' > the error shows up. I don't even have the X11 system installed (it's a >

Re: zpool upgrade - is it safe?

2010-01-13 Thread krad
2010/1/12 Rolf Nielsen > On 2010-01-12 22:57, krad wrote: > >> >> >> 2010/1/12 Rolf Nielsen > > >> >> >>Hi all, >> >>I just upgraded to a more recent version of 8.0-STABLE, and I >>noticed during boot that zfs had changed from version 13 to version

Re: watching WebEx session on FreeBSD

2010-01-13 Thread Matthias Apitz
El día Wednesday, January 13, 2010 a las 09:51:45AM +0100, Matthias Apitz escribió: > I did now (thanks for your help, Colin): > > - installed the 'User Agent Switcher' addin in Firefox 3.0.7 > - changed the user agent to the above Linux Mozilla > - installed diablo-jre-freebsd7.i386.1.6.0.07.02

8.0 sysinstall problem with usb stick as source media and usb stick as install target

2010-01-13 Thread Fbsd1
I know the sysinstall pgm is a dinosaur that nobody wants to touch so I give Randi great respect in tackling it adding USB support in 8.0. Using 2 USB sticks. da0 2GB as the bootable install media and da1 4GB target device that freebsd is to be installed on. I have put the disc-1 iso onto a usb

Failed compile ntop from ports

2010-01-13 Thread kalpin
Hello, I have problem compiling ntop from ports. I got error: ===> Building for p5-XML-Parser-2.36_1 Makefile out-of-date with respect to /usr/local/lib/perl5/5.8.9/mach/Config.pm /usr/local/lib/perl5/5.8.9/mach/CORE/config.h Cleaning current config before rebuilding Makefile... make -f Makefile

Re: denying spam hosts ssh access - good idea?

2010-01-13 Thread Anton Shterenlikht
On Tue, Jan 12, 2010 at 11:36:11PM +0100, Erik Norgaard wrote: > Anton Shterenlikht wrote: > > >> - why not let your firewall do the blocking? If your blocking is IP > >> based that's the place to block. > > > > I'm already under the University firewall. Only port 22 is let through. > > But even

Re: cannot install apache22 on FBSD 8.0

2010-01-13 Thread Matthew Seaman
PJ wrote: Gentlemen, I am absolutely stupefied by apache22, php5, php5-extensions and phpmysql refusing to be updated or installed I did manage to do one installation on a freshly upgraded box from 7.2 to 8.0 but with very frustrating and time consuming efforts. I still don't know how I managed,

Re: watching WebEx session on FreeBSD

2010-01-13 Thread Matthias Apitz
El día Tuesday, January 12, 2010 a las 03:34:58PM -0500, Colin Albert escribió: > >You should be able to try this using the online demo. > >http://www.webex.com/go/live_demo if it works the download will be > >automatic. I am still trying to make it work as well. > > > >-Colin > Followup: I was