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

2010-01-14 Thread Scott Bennett
On Thu, 14 Jan 2010 18:42:32 +0100 Roland Smith >On Thu, Jan 14, 2010 at 01:31:55AM -0600, Scott Bennett wrote: >> I used "glabel label" to label each of the file systems I have on ex= >ternal >> disk drives. Unfortunately, afterward I am now unable to "geli attach" a= >ny of >> the GEL

Re: Regular Expression Editor

2010-01-14 Thread Chad Perrin
On Thu, Jan 14, 2010 at 06:50:59PM -0800, Randal L. Schwartz wrote: > > "Carmel" == Carmel writes: > > >> What tool are you using your regexes with? > > Carmel> OK, I was using RegExp Buddy on a Windows > Carmel> machine. > > Nice non-answer. I'm sorry I wasn'

Re: Regular Expression Editor

2010-01-14 Thread Randal L. Schwartz
> "Carmel" == Carmel writes: >> What tool are you using your regexes with? Carmel> OK, I was using RegExp Buddy on a Windows Carmel> machine. Nice non-answer. I'm sorry I wasn't clear. What *thing* will these regexs eventually be used in? PHP? Perl? Awk? S

Re: any port use /dev/dsp directly?

2010-01-14 Thread Gary Kline
On Thu, Jan 14, 2010 at 04:13:51PM -0800, Gary Kline wrote: > On Thu, Jan 14, 2010 at 05:08:25PM -0600, Dan Nelson wrote: > > In the last episode (Jan 14), Gary Kline said: > > > On Thu, Jan 14, 2010 at 03:19:47PM -0600, Dan Nelson wrote: > > > > The sox port comes with its own "play" command that

Re: Regular Expression Editor

2010-01-14 Thread Andrew Brampton
2010/1/14 Carmel : > > I am looking for a RegExp editor. I have one that I have used under > Windows; however, it will not obviously work on FreeBSD. What I need is > one that I can write the expression in and then have it test the > expression for both syntax and against example text that I enter.

Re: Regular Expression Editor

2010-01-14 Thread Olivier Nicole
> In general I think most people would use command line tools to test > expressions. Although I favor command line tools for most of my work (if only, because it can work remotely, through a slow phone connection, across the world); I like The Regex Coach (GUI tool) because it highlights the vario

Re: Regular Expression Editor

2010-01-14 Thread earscrew
Carmel wrote: > I am looking for a RegExp editor. I have one that I have used under > Windows; however, it will not obviously work on FreeBSD. What I need is > one that I can write the expression in and then have it test the > expression for both syntax and against example text that I enter. I > ha

Re: any port use /dev/dsp directly?

2010-01-14 Thread Gary Kline
On Thu, Jan 14, 2010 at 05:08:25PM -0600, Dan Nelson wrote: > In the last episode (Jan 14), Gary Kline said: > > On Thu, Jan 14, 2010 at 03:19:47PM -0600, Dan Nelson wrote: > > > The sox port comes with its own "play" command that can parse many > > > containers and encodings, including wav files.

Re: Regular Expression Editor

2010-01-14 Thread RW
On Thu, 14 Jan 2010 14:24:49 -0500 Carmel wrote: > On Thu, 14 Jan 2010 10:38:41 -0800 > Randal L. Schwartz replied: > > >You need to be specific about the kind of regex. While most regexp > >engines have common things like . and * and ^ and $, the meanings may > >vary a bit, and the more exoti

Re: any port use /dev/dsp directly?

2010-01-14 Thread Dan Nelson
In the last episode (Jan 14), Gary Kline said: > On Thu, Jan 14, 2010 at 03:19:47PM -0600, Dan Nelson wrote: > > The sox port comes with its own "play" command that can parse many > > containers and encodings, including wav files. > > I did see that. I'm wondering of theses is some sox translatio

Re: any port use /dev/dsp directly?

2010-01-14 Thread Polytropon
On Thu, 14 Jan 2010 14:31:05 -0800, Gary Kline wrote: > I'm wondering of theses is some sox translation that > would do say > > %sox -w WAV -r [rawoutfile] That's possible, but you have to tell sox how the raw file should be parameterized, e. g. sampling frequency, channels, bit w

Re: any port use /dev/dsp directly?

2010-01-14 Thread Gary Kline
On Thu, Jan 14, 2010 at 03:19:47PM -0600, Dan Nelson wrote: > In the last episode (Jan 14), Gary Kline said: > > On Thu, Jan 14, 2010 at 10:57:17AM -0600, Dan Nelson wrote: > > > In the last episode (Jan 13), Gary Kline said: > > > > On Wed, Jan 13, 2010 at 08:37:46PM -0500, Glen Barber wrote: > >

Re: Regular Expression Editor

2010-01-14 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carmel wrote: > On Thu, 14 Jan 2010 15:22:13 -0600 > Dan Nelson articulated: > >> Have you tried running regexbuddy under Wine? For a small program >> like that it should work pretty well. > > I have no desire to use 'wine'. It would probably be a

Re: Regular Expression Editor

2010-01-14 Thread Carmel
On Thu, 14 Jan 2010 15:22:13 -0600 Dan Nelson articulated: >Have you tried running regexbuddy under Wine? For a small program >like that it should work pretty well. I have no desire to use 'wine'. It would probably be a lot easier and simpler to simply use it on the Windows machine. I had thoug

Re: Regular Expression Editor

2010-01-14 Thread Dan Nelson
In the last episode (Jan 14), Carmel said: > On Thu, 14 Jan 2010 10:38:41 -0800 > Randal L. Schwartz replied: > > >You need to be specific about the kind of regex. While most regexp > >engines have common things like . and * and ^ and $, the meanings may > >vary a bit, and the more exotic things

Re: any port use /dev/dsp directly?

2010-01-14 Thread Dan Nelson
In the last episode (Jan 14), Gary Kline said: > On Thu, Jan 14, 2010 at 10:57:17AM -0600, Dan Nelson wrote: > > In the last episode (Jan 13), Gary Kline said: > > > On Wed, Jan 13, 2010 at 08:37:46PM -0500, Glen Barber wrote: > > > > Gary Kline wrote: > > > > > I have a couple short programs wher

Re: Problem with USB serial in linux emulation

2010-01-14 Thread pp
> Adding some more info myself here. Initially I only copied the shared > libraries the program needed from my Linux computer and loaded the linux > kernel module. Installing the full linux_base-f10 port seems to get rid > of the error message so it seems unrelated to the actual communication > pro

Re: any port use /dev/dsp directly?

2010-01-14 Thread Gary Kline
On Thu, Jan 14, 2010 at 10:57:17AM -0600, Dan Nelson wrote: > In the last episode (Jan 13), Gary Kline said: > > 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 > > > > ope

Re: Problem with USB serial in linux emulation

2010-01-14 Thread Morgan Wesström
Morgan Wesström wrote: > Dear list. > > I have an USB smartcard reader that emulates a serial port. It uses the > uftdi.ko kernel module and creates the following device nodes when > plugged in. System is FreeBSD 7.2-RELEASE-p3 amd64. > > crw-rw 1 uucp dialer0, 110 Jan 14 19:27 /dev/cua

Re: Regular Expression Editor

2010-01-14 Thread Carmel
On Thu, 14 Jan 2010 10:38:41 -0800 Randal L. Schwartz replied: >You need to be specific about the kind of regex. While most regexp >engines have common things like . and * and ^ and $, the meanings may >vary a bit, and the more exotic things are certainly going to vary. > >(For example, despite

RE: NFS exporting mounted msdosfs subdir

2010-01-14 Thread sbremal
Hi, A quick search on the internet shows that people use msdosfs with NFS, at least on NetBSD (sorry): http://arkiv.netbsd.se/?ml=dfbsd-bugs&a=2004-04&t=104901 My FreeBSD mount also shows that the msdosfs mount point is NFS exported. So, from the side of whether nfsd supports msdosfs, I am

Problem with USB serial in linux emulation

2010-01-14 Thread Morgan Wesström
Dear list. I have an USB smartcard reader that emulates a serial port. It uses the uftdi.ko kernel module and creates the following device nodes when plugged in. System is FreeBSD 7.2-RELEASE-p3 amd64. crw-rw 1 uucp dialer0, 110 Jan 14 19:27 /dev/cuaU0 crw-rw 1 uucp dialer0, 1

Re: Regular Expression Editor

2010-01-14 Thread Randal L. Schwartz
> "Carmel" == Carmel writes: Carmel> I am looking for a RegExp editor. I have one that I have used under Carmel> Windows; however, it will not obviously work on FreeBSD. What I need is Carmel> one that I can write the expression in and then have it test the Carmel> expression for both syntax

Regular Expression Editor

2010-01-14 Thread Carmel
I am looking for a RegExp editor. I have one that I have used under Windows; however, it will not obviously work on FreeBSD. What I need is one that I can write the expression in and then have it test the expression for both syntax and against example text that I enter. I have not been able to loca

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

2010-01-14 Thread Roland Smith
On Thu, Jan 14, 2010 at 01:31:55AM -0600, Scott Bennett wrote: > 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.

Re: any port use /dev/dsp directly?

2010-01-14 Thread Dan Nelson
In the last episode (Jan 13), Gary Kline said: > 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 the

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

2010-01-14 Thread Ivan Voras
2010/1/14 Doug Poland : > > On Thu, January 14, 2010 08:50, Ivan Voras wrote: >> 2010/1/14 Doug Poland : > > kstat.zfs.misc.arcstats.size > > seemed to fluctuate between about 164,000,00 and 180,000,000 bytes > during this last run Is that with or without panicking? >>

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

2010-01-14 Thread Doug Poland
On Thu, January 14, 2010 08:50, Ivan Voras wrote: > 2010/1/14 Doug Poland : kstat.zfs.misc.arcstats.size seemed to fluctuate between about 164,000,00 and 180,000,000 bytes during this last run >>> >>> Is that with or without panicking? >>> >> with a panic >> >> >>> If the

USB 3.0

2010-01-14 Thread Jerry
I just found this regarding USB 3.0: Hewlett-Packard has begun shipping some Envy 15 laptop configurations with USB 3.0 technology, becoming one of the first PC makers to do so. The full article is available here: http://www.win7news.net/100114-HP-Laptop-USB3 Will FreeBSD be able to take advanta

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

2010-01-14 Thread Ivan Voras
2010/1/14 Doug Poland : > > On Thu, January 14, 2010 03:17, Ivan Voras wrote: >> Doug Poland wrote: > 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.s

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

2010-01-14 Thread Doug Poland
On Thu, January 14, 2010 03:17, Ivan Voras wrote: > Doug Poland wrote: >>> 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 betwe

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

2010-01-14 Thread Ivan Voras
Scott Bennett wrote: As noted above, that would not work because then the label would not be readable at boot time. Yes it would. What you would have is a nested configuration, geli within a label. The label would be read when the device is present, then you would be able to attach th

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

2010-01-14 Thread Scott Bennett
On Thu, 14 Jan 2010 10:30:00 +0100 Ivan Voras wrote: >Scott Bennett wrote: >> 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 syst

Re: Q: recommendation for external USB disk

2010-01-14 Thread Bas Smeelen
> >> I use Freecom hard drive XS 1.5TB USB2.0 on our fallback servers as >> back-up disks. >> These are always connected to the servers for over half a year now. >> I have not had any problems with them and the price was ok. >> da1 at umass-sim0 bus 0 target 0 lun 0 >> da1: Fixed Direct Access SCS

Re: Q: recommendation for external USB disk

2010-01-14 Thread Matthias Apitz
El día Tuesday, January 12, 2010 a las 08:12:17AM +0100, Bas Smeelen escribió: > I use Freecom hard drive XS 1.5TB USB2.0 on our fallback servers as > back-up disks. > These are always connected to the servers for over half a year now. > I have not had any problems with them and the price was ok.

About device characteristics and CD/DVD drives

2010-01-14 Thread Thomas Schmitt
Hi, i have installed ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-amd64/8.0/8.0-RELEASE-amd64-dvd1.iso.gz with the intention to provide full technical support for libburn on FreeBSD. I myself am used to Linux and older workstation systems. The MMC stuff to operate CD drives seems to still wo

Re: any port use /dev/dsp directly?

2010-01-14 Thread Ivan Voras
Gary Kline wrote: 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: GELI file systems unusable after "glabel label" operations

2010-01-14 Thread Ivan Voras
Scott Bennett wrote: 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. Hmm, did you say you had geli-encrypted drive

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

2010-01-14 Thread Ivan Voras
Doug Poland wrote: 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 Is that

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

2010-01-14 Thread Scott Bennett
On Thu, 14 Jan 2010 10:55:35 +0300 Boris Samorodov wrote: Thanks so much for responding so fast! >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. > >Di

natd is with high cpu use

2010-01-14 Thread Savitha Nair
Hello, The natd is with 100% cpu usage. What is the issue ? can you help me with that ? CPU: 3.4% user, 0.0% nice, 22.2% system, 9.5% interrupt, 64.9% idle Mem: 161M Active, 493M Inact, 345M Wired, 652K Cache, 417M Buf, 2934M Free Swap: 4096M Total, 4096M Free PID USERNAME