ZFS and DMA read error

2009-08-30 Thread Mark Stapper
Good day to you, I'm having a bit of trouble with one of the disks in my zfs raidz1 pool. It's giving me dma read error, and zpool is reporting READ failures. However, data integrity is OK :-) Unfortunately I was in the middle of rearranging my backup media, so I'm backup up everything as we speak

Re:java config problem

2009-08-30 Thread barbara
> I'm trying to configure java on FreeBSD 7-stable and Gnome 2.26.3, with > Firefox35. I tried the following commands, but still no ability to view java > applets. > > ln -s libjavaplugin_oji.so /usr/local/lib/firefox/plugins > ln -s libjavaplugin_oji.so /usr/local/lib/firefox3/plugins > ln libj

Re: howto alias a stty erase?

2009-08-30 Thread Gary Kline
On Mon, Aug 31, 2009 at 08:59:27AM +0530, Saifi Khan wrote: > On Tue, 25 Aug 2009, Gary Kline wrote: > > > > > is there a way of setty'ing "stty erase" to [backspace key"? > > pretty sure that is the delete key. i'm tired of having to hand > > set it every time when i use the Konsole

Re: localization management tool which works in FreeBSD

2009-08-30 Thread Jason Helfman
Check out Puppet. It may fit most of your needs, and it is very configurable, so you can design it for what you need it to do. http://reductivelabs.com/trac/puppet/wiki/AboutPuppet GUI is available as 3rd Party, I believe. -jgh On Aug 26, 2009, at 12:47 AM, Matthias Apitz wrote: Hello, I

Re: IBM Stinkpad and Wifi

2009-08-30 Thread Chad Perrin
On Tue, Aug 25, 2009 at 07:47:41PM +0200, herbert langhans wrote: > > Good. Then I try: > # ifconfig ath0 up scan > # > (I tried this in a cool café, with cool people there and a cool open > access point..) > > Nothing. There should be a list of the available access points. > Is that right? > S

Database Deployment

2009-08-30 Thread Deployment Division
Contact 1 Million Targeted Prospects for $599 Why = E-Mail Broadcast? * Extremely Cost = Effective * Get your name in front = of LARGE audiences * 100% Accountability for = Results * Contact Individuals = Based on Your Criteria * 200 Million = Consumer Con

Re: howto alias a stty erase?

2009-08-30 Thread Saifi Khan
On Tue, 25 Aug 2009, Gary Kline wrote: > > is there a way of setty'ing "stty erase" to [backspace key"? > pretty sure that is the delete key. i'm tired of having to hand > set it every time when i use the Konsole term. > > thanks, > gary > to set this you need to

Re: IBM Stinkpad and Wifi

2009-08-30 Thread Saifi Khan
On Tue, 25 Aug 2009, herbert langhans wrote: > Hi Daemons, > I have some troubles to get connected to an open Wifi-Net. > > Its an older IBM Stinkpad 600 and I bought a new PCMCIA-card for it. > Chipset of the card is from Atheros, this is recommended by the FreeBSD > Handbook. > > I boot the La

Re: shell command line argument + parsing function

2009-08-30 Thread Erik Trulsson
On Mon, Aug 31, 2009 at 01:07:36AM +0200, Stefan Miklosovic wrote: > hi, > > assuming I execute shell script like this > > $ ./script -c "hello world" > > I want to save "hello world" string to variable COMMENT in shell script. > > code: > > #!/bin/sh > > parse_cmdline() { > while [ $# -g

Re: shell command line argument + parsing function

2009-08-30 Thread Stefan Miklosovic
hehe :D easy as hell, one has to enclose argument of parse_cmdline into brackets :) parse_cmdline "$@" sorry for noise On Mon, Aug 31, 2009 at 1:07 AM, Stefan Miklosovic < miklosovic.free...@gmail.com> wrote: > hi, > > assuming I execute shell script like this > > $ ./script -c "hello world" >

Re: shell command line argument + parsing function

2009-08-30 Thread Bill Campbell
On Mon, Aug 31, 2009, Stefan Miklosovic wrote: >hi, > >assuming I execute shell script like this > >$ ./script -c "hello world" > >I want to save "hello world" string to variable COMMENT in shell script. > >code: > >#!/bin/sh > >parse_cmdline() { >while [ $# -gt 0 ]; do >case "$1" in >

shell command line argument + parsing function

2009-08-30 Thread Stefan Miklosovic
hi, assuming I execute shell script like this $ ./script -c "hello world" I want to save "hello world" string to variable COMMENT in shell script. code: #!/bin/sh parse_cmdline() { while [ $# -gt 0 ]; do case "$1" in -c) shift COMMENT="$

Re: SUID permission on Bash script

2009-08-30 Thread perryh
Matthew Seaman wrote: > > It would do no good for the kernel to hand the interpreter an > > open descriptor if the interpreter did not somehow know to read > > the script from that open descriptor instead of opening the > > script file by name. > > Errr -- no. That's what fdescfs(5) is for. Wh

Kerberos authentication by PAM againts AD Windows 2003 Server domain

2009-08-30 Thread Martin Schweizer
Hello My goal is to authenticate my Cyrus Imapd users against Windos 2003 Active Directory with Kerberos . I have the following setup: Kerberos5 client === FreeBSD acsvfbsd06.domain.tld 7.2-RELEASE FreeBSD 7.2-RELEASE /etc/krb.conf: [libdefaults] default_realm = domain.tld

Re: unknown oid

2009-08-30 Thread Lowell Gilbert
kes-...@yandex.ru writes: > in /var/log/messages > kernel: swap zone exhausted, increase kern.maxswzone > > flux# sysctl kern.maxswzone > sysctl: unknown oid 'kern.maxswzone' > > What I must to do now? It isn't exported as a sysctl; you need to set it in the loader. There is a discussion in "man

unknown oid

2009-08-30 Thread Коньков Евгений
Здравствуйте, Freebsd-questions. in /var/log/messages kernel: swap zone exhausted, increase kern.maxswzone flux# sysctl kern.maxswzone sysctl: unknown oid 'kern.maxswzone' What I must to do now? -- С уважением, Коньков mailto:kes-...@yandex.ru ___

Re: Boot from RAIDZ in 8.0-BETA3?

2009-08-30 Thread krad
2009/8/30 Ed Jobs > On Sunday 30 August 2009 04:16, Doug Poland wrote: > > Hello, > > > > I'm experimenting with trying to boot from a RAIDZ on 8.0-BETA3 (amd64). > > The environment is VMware. I've been googling and reading what I can > > on this procedure, which sounds possible, but I have b

Re: About libc6-dev on FreeBsd

2009-08-30 Thread Bruce Cran
On Sun, 30 Aug 2009 02:03:43 +0200 Polytropon wrote: > On Sat, 29 Aug 2009 09:35:49 -0700, "Vladimir M" > wrote: > >Could you please give me any suggestion about howto install > > libc6-dev on FreeBsd? > > I'm not sure what libc6-dev refers to, maybe development version > 6 of the C library

Re: Boot from RAIDZ in 8.0-BETA3?

2009-08-30 Thread Ed Jobs
On Sunday 30 August 2009 04:16, Doug Poland wrote: > Hello, > > I'm experimenting with trying to boot from a RAIDZ on 8.0-BETA3 (amd64). > The environment is VMware. I've been googling and reading what I can > on this procedure, which sounds possible, but I have been unable to > successfully get

Re: SUID permission on Bash script

2009-08-30 Thread Matthew Seaman
per...@pluto.rain.com wrote: RW wrote: On Sat, 29 Aug 2009 00:06:29 -0700 per...@pluto.rain.com wrote: Actually, absent some careful cooperation between the kernel and the interpreter to prevent a race condition ... isn't that the same issue that Matthew Seaman was saying was fixed years ago