Re: How-to erase a DVD-RW

2009-02-11 Thread Manolis Kiagias
Gary Kline wrote: iS there an easy way (by cmd-line) to erase a used DVD-RW? I tried K3B and can't figure out where to click! tia, gary Try something like dvd+rw-format /dev/cd0 -blank dvd+rw-format comes with sysutils/dvd+rw-tools (you probably have it installed already). ___

Re: Determining process preventing umount of busy partition

2009-02-11 Thread Polytropon
First of all, I checked both lsof's and fstat's output: NOTHING seems to have a file open in the /usr partition. Very strange. Of course, I've tried the copies of both tools in /root/bin so they don't cause any access on /usr theirselves. On Thu, 12 Feb 2009 00:08:58 -0700, Tim Judd wrote: > Mo

How-to erase a DVD-RW

2009-02-11 Thread Gary Kline
iS there an easy way (by cmd-line) to erase a used DVD-RW? I tried K3B and can't figure out where to click! tia, gary ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: Determining process preventing umount of busy partition

2009-02-11 Thread Tim Judd
Polytropon wrote: I'd like to ask how to determine which process (or program) keeps a partition in state "busy" so that umount will refuse to unmount this partition. I found this when going into SUM for checking and maintenance, so I think it would be good to check which program still accesses fi

Re: Determining process preventing umount of busy partition

2009-02-11 Thread Matthew Seaman
Matthew Seaman wrote: Polytropon wrote: Replying to my own message... I'm so stupid: How do I *use* lsof which is /usr/local/sbin/lsof when actually trying to umount /usr? Can I put a copy of it into, let's say, /root/bin? I've checked library dependencies: # which lsof | xargs ldd /usr

Re: Determining process preventing umount of busy partition

2009-02-11 Thread Polytropon
On Thu, 12 Feb 2009 06:26:53 +, Matthew Seaman wrote: > Don't use lsof for that then. Use fstat(1) which is part of the base > system: > > # fstat -f /usr Cool! I didn't know about how to use fstat for *this* purpose. -- Polytropon >From Magdeburg, Germany Happy FreeBSD user sinc

Re: Determining process preventing umount of busy partition

2009-02-11 Thread Matthew Seaman
Polytropon wrote: Replying to my own message... I'm so stupid: How do I *use* lsof which is /usr/local/sbin/lsof when actually trying to umount /usr? Can I put a copy of it into, let's say, /root/bin? I've checked library dependencies: # which lsof | xargs ldd /usr/local/sbin/lso

Re: Determining process preventing umount of busy partition

2009-02-11 Thread Polytropon
Replying to my own message... I'm so stupid: How do I *use* lsof which is /usr/local/sbin/lsof when actually trying to umount /usr? Can I put a copy of it into, let's say, /root/bin? I've checked library dependencies: # which lsof | xargs ldd /usr/local/sbin/lsof: l

Re: Determining process preventing umount of busy partition

2009-02-11 Thread Polytropon
On Thu, 12 Feb 2009 00:44:19 -0500, Robert Huff wrote: > > Polytropon writes: > > > I'd like to ask how to determine which process (or program) keeps > > a partition in state "busy" so that umount will refuse to unmount > > this partition. > > The traditional tool for doing this is sy

USB Hard disk with LUKS AES encryption regarding.

2009-02-11 Thread Garimella Srinivas
Hi All, Iam new to FreeBSD coming from Debian. I have installed 7.0 and then upgraded base and ports to 7.1. While i am slowly able to come to terms with FreeBSD I have one issue unable to understand how to go about. I have lot of data in a usb hard disk of 80GB capacity.  The disk is encrypted

Re: reread newsyslog.conf without reboot

2009-02-11 Thread akruijff
Quoting Doug Hardie : On Feb 11, 2009, at 20:32, akrui...@dds.nl wrote: Quoting Fbsd1 : How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? This is usually done by sending a HUP signal with 'kill' to the newsyslog daemon. If this doesn't do it then you

Determining process preventing umount of busy partition

2009-02-11 Thread Robert Huff
Polytropon writes: > I'd like to ask how to determine which process (or program) keeps > a partition in state "busy" so that umount will refuse to unmount > this partition. The traditional tool for doing this is sysutils/lsof. (Please let me know if it compiles.)

Determining process preventing umount of busy partition

2009-02-11 Thread Polytropon
I'd like to ask how to determine which process (or program) keeps a partition in state "busy" so that umount will refuse to unmount this partition. I found this when going into SUM for checking and maintenance, so I think it would be good to check which program still accesses files on a specific pa

Re: reread newsyslog.conf without reboot

2009-02-11 Thread akruijff
Quoting Fbsd1 : How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? This is usually done by sending a HUP signal with 'kill' to the newsyslog daemon. If this doesn't do it then you can kill the daemon and load it again with the script in /etc/rc.d/ _

Xorg causes kernel panic (intel g45 chipset)

2009-02-11 Thread Howard Yeh
Hi, 7.1-RELEASE installs fine on the machine, but when I try to start xorg I get kernel page fault. it's Intel G45 GMA-4500HD. I saw a thread back in September 2008 that added support for the G45 chipset, did it make its way into the 7.1 release? Thanks, Howard _

Re: [NetBSD4.0(i386)]why NetBSD did not send link-local NS when NetBSD rebooted

2009-02-11 Thread matt donovan
On Wed, Feb 11, 2009 at 10:20 PM, wang_jiabo wrote: > Hello, all: > could you tell me why NetBSD did not send link-local NS when NetBSD > rebooted. > I add ip6mode=autohost in /etc/rc.conf and add up in ifconfig. file > thanks > jiabo > ___ > freebsd-q

[NetBSD4.0(i386)]why NetBSD did not send link-local NS when NetBSD rebooted

2009-02-11 Thread wang_jiabo
Hello, all: could you tell me why NetBSD did not send link-local NS when NetBSD rebooted. I add ip6mode=autohost in /etc/rc.conf and add up in ifconfig. file thanks jiabo ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Paul Schmehl
--On Wednesday, February 11, 2009 14:24:13 -0600 Roland Smith wrote: Why can't you chgroup and setgid the homedirs to www? (Or whatever account the web server is running under.) You really have two requirements: 1) Users can't see other users' files 2) The web server can read all users' web

Re: nss_ldap SSL/TLS problems..

2009-02-11 Thread Benjamin Lee
On 02/10/2009 10:08 PM, Arjun Singh wrote: > Thanks for the advice. I tried to see if I could get nscd to solve anything, > but it seems to just hide the problem, and not completely. With nscd > enabled, the first login fails. After that, it's fine.. > > I get the following in auth.log correspondi

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Paul Schmehl
--On Wednesday, February 11, 2009 14:24:13 -0600 Roland Smith wrote: Why can't you chgroup and setgid the homedirs to www? (Or whatever account the web server is running under.) You really have two requirements: 1) Users can't see other users' files 2) The web server can read all users' web

FreeBSD 7.1

2009-02-11 Thread Overdorf, Sam
I'm having problems getting "rsh/rshd" to work on my 7.1 installation. I have it configured the same as my 7.0 computer (which works fine) but when I try to run a command I get the following response: rsh u0610 ls rshd: Login incorrect. Thanks, Sam __

Re: Weird problem with firefox

2009-02-11 Thread Paul Schmehl
--On Wednesday, February 11, 2009 14:34:07 -0600 Chad Perrin wrote: On Tue, Feb 10, 2009 at 06:17:27PM -0600, Paul Schmehl wrote: --On Tuesday, February 10, 2009 17:49:08 -0600 Paul Schmehl wrote: > > I just uninstalled Firefox v. 2.0.0.20 and then installed firefox v. 3.0.5. > Which shows

Re: ipv6 and freebsd

2009-02-11 Thread gahn
Thanks Steve: the router that sending RA is juniper and the protocol router-advertisement has been activated: g...@lab_1> show interfaces fe-0/0/3 ... Logical interface fe-0/0/3.170 (Index 70) (SNMP ifIndex 59) ... Addresses, Flags: Is-Preferred Destination: fe80::/64, Local: f

Re: Bridge setup at boot

2009-02-11 Thread Da Rock
On Wed, 2009-02-11 at 08:36 -0500, Steve Bertrand wrote: > Da Rock wrote: > > >>> I had similar issues a while back (pre 7.1) in which sometimes 're' > >>> devices didn't start up at the proper speed/duplex. Every once in a > >>> while, it would show up at 10 or 100 half, when it should have been

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Da Rock
On Wed, 2009-02-11 at 11:22 -0500, Keith Palmer wrote: > OK, I'm sure this question has been asked a million times, but I havn't > been able to find a straight answer that actually solves the problem, so > here goes. > > We have a FreeBSD server with multiple users. I would rather each user > *not

Re: zfs raid and/or hardware raid..

2009-02-11 Thread Erik Trulsson
On Wed, Feb 11, 2009 at 10:18:42PM +0100, Wojciech Puchar wrote: > > RAID implementations (and most of the cheaper add-on RAID cards.) RAID that > > is supported in the BIOS have one advantage over other software > > implementations, and that is that you can boot from all supported RAID > > config

Re: please remove all search results with name Constantin Stalzer

2009-02-11 Thread Mario Lobo
On Wednesday 11 February 2009 01:09:50 Chris Knight wrote: > On Tue, Feb 10, 2009 at 6:50 PM, prad wrote: > > this is an interesting thing to think about actually. some people try > > very hard to get high rankings on google, but fail miserably. i looked > > into websearch optimization some time a

Re: portupgrade failed with...wrong errors

2009-02-11 Thread Albert Shih
Le 11/02/2009 à 18:30:05+, Peter Harrison a écrit > Wednesday, 11 February 2009 at 16:43:37 +0100, Albert Shih said: > > Hi all, > > > > I've very strange thing with portupgrade. He failed on upgrade and tell me > > > > ===> Running ldconfig > > /sbin/ldconfig -m /usr/local/lib > > ===>

Re: zfs raid and/or hardware raid..

2009-02-11 Thread Wojciech Puchar
RAID implementations (and most of the cheaper add-on RAID cards.) RAID that is supported in the BIOS have one advantage over other software implementations, and that is that you can boot from all supported RAID configurations, which is not always the case otherwise. always - if you use software

Re: Weird problem with firefox

2009-02-11 Thread Chad Perrin
On Tue, Feb 10, 2009 at 06:17:27PM -0600, Paul Schmehl wrote: > --On Tuesday, February 10, 2009 17:49:08 -0600 Paul Schmehl > wrote: > > > > >I just uninstalled Firefox v. 2.0.0.20 and then installed firefox v. 3.0.5. > >Which shows one firefox binary; firefox3. Yet, when I start firefox and >

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Roland Smith
On Wed, Feb 11, 2009 at 01:23:23PM -0600, Paul Schmehl wrote: > --On Wednesday, February 11, 2009 12:38:33 -0600 Keith Palmer > wrote: > > > ... really? Write a script to copy the user's files over on a schedule...? > > > > I can see where that might be an option for some people, but that's > > e

Re: zfs raid and/or hardware raid..

2009-02-11 Thread Erik Trulsson
On Wed, Feb 11, 2009 at 12:58:04PM -0500, B. Cook wrote: > I have a dimension 9150 that I am going to put amd64 freebsd on to play > with. > > It has Intel ICH7 SATA300 on it, in the bios it says it can do raid. > > I'm assuming that would be a hardware raid.. You are assuming wrong. It is sof

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread DAve
Keith Palmer wrote: OK, I'm sure this question has been asked a million times, but I havn't been able to find a straight answer that actually solves the problem, so here goes. We have a FreeBSD server with multiple users. I would rather each user *not* be able to view other users' files via an S

Re: hald makes cdrom fail

2009-02-11 Thread Wojciech Puchar
that's what i do. i don't have atapicd in kernel at all On Wed, 11 Feb 2009, Polytropon wrote: On Wed, 11 Feb 2009 10:43:22 +, Anton Shterenlikht wrote: On FBSD 7.1-stable i386 if I start hald from rc.conf with hald_enable="YES" the cdrom fails with acd0: FAILURE - unknown CMD (0x03) IL

Re: hald makes cdrom fail

2009-02-11 Thread Polytropon
On Wed, 11 Feb 2009 10:43:22 +, Anton Shterenlikht wrote: > On FBSD 7.1-stable i386 if I start hald from rc.conf with hald_enable="YES" > the cdrom fails with > > acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x24 ascq=0x00 > sks=0x40 0x00 0x00 Maybe this is a stupid and non-backe

Re: zfs raid and/or hardware raid..

2009-02-11 Thread Matias Surdi
If your are just going to "play with it", the play as much as you want with ZFS. But, if you are going to setup something that will have to go on production some day, at least at this moment i wouldn't recommend you ZFS. I've used it for a backup server, and due to power failures in the buil

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread A. Wright
On Wed, 11 Feb 2009, Keith Palmer wrote: What if I symlinked each home user's public_html directory to a directory readable only by Apache? Would Apache be able to read the destination directory via the symlink, even if it doesn't have permission to access the destination directory? You can do

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Chuck Swiger
On Feb 11, 2009, at 8:22 AM, Keith Palmer wrote: We have a FreeBSD server with multiple users. I would rather each user *not* be able to view other users' files via an SSH or SFTP session. i.e. if I'm logged in as "keith" I should *not* get a list of files when I do "ls /home/shannon" I rea

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Chris Rees
2009/2/11 Paul Schmehl : > --On Wednesday, February 11, 2009 12:38:33 -0600 Keith Palmer > wrote: > >> >> >> ... really? Write a script to copy the user's files over on a schedule...? >> >> I can see where that might be an option for some people, but that's >> entirely not an option in this case.

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Paul Schmehl
--On Wednesday, February 11, 2009 12:38:33 -0600 Keith Palmer wrote: ... really? Write a script to copy the user's files over on a schedule...? I can see where that might be an option for some people, but that's entirely not an option in this case. I'd have to schedule it to run every 5 sec

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Mel
On Wednesday 11 February 2009 07:22:17 Keith Palmer wrote: > OK, I'm sure this question has been asked a million times, but I havn't > been able to find a straight answer that actually solves the problem, so > here goes. > > We have a FreeBSD server with multiple users. I would rather each user > *

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Roland Smith
On Wed, Feb 11, 2009 at 01:38:33PM -0500, Keith Palmer wrote: > > ... really? Write a script to copy the user's files over on a schedule...? > > I can see where that might be an option for some people, but that's > entirely not an option in this case. I'd have to schedule it to run every > 5 seco

Re: portupgrade failed with...wrong errors

2009-02-11 Thread Peter Harrison
Wednesday, 11 February 2009 at 16:43:37 +0100, Albert Shih said: > Hi all, > > I've very strange thing with portupgrade. He failed on upgrade and tell me > > ===> Running ldconfig > /sbin/ldconfig -m /usr/local/lib > ===> Registering installation for libxcb-1.1.93 > ===> Cleaning for libxcb

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Keith Palmer
... really? Write a script to copy the user's files over on a schedule...? I can see where that might be an option for some people, but that's entirely not an option in this case. I'd have to schedule it to run every 5 seconds or something to keep users from getting upset. What if I symlinked e

is there a portupgrade equiv of "portmanager -u -p -l"?

2009-02-11 Thread Gary Kline
Reply-To: X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: With 22 years of service to the Unix community. well, people, i really screwed up my primary computer (running 7.0) thru have both kde3 and kde4 installed. i tried unsuccessfully to cl

Re: Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Roland Smith
On Wed, Feb 11, 2009 at 11:22:17AM -0500, Keith Palmer wrote: > > OK, I'm sure this question has been asked a million times, but I havn't > been able to find a straight answer that actually solves the problem, so > here goes. > > We have a FreeBSD server with multiple users. I would rather each u

zfs raid and/or hardware raid..

2009-02-11 Thread B. Cook
I have a dimension 9150 that I am going to put amd64 freebsd on to play with. It has Intel ICH7 SATA300 on it, in the bios it says it can do raid. I'm assuming that would be a hardware raid.. Would I be better off just using two disks and mirror them in software raid (zpool) or using the Inte

passwordless login not working in KDM

2009-02-11 Thread Mikhail T.
Hello! The instructions at: http://freebsd.kde.org/faq.php#HowdoIenablepasswordlessconvenienceloginsinKDMIcheckedthecheckboxintheLoginManagerControlbutKDMwontlogmein seem perfectly clear and, I believe, I followed them correctly: m...@corbulon:~ (1004) ls -l /etc/pam.d/kde* -rw-r--r-- 1

Re: trouble rebuilding kdelibs3.....

2009-02-11 Thread Gary Kline
On Wed, Feb 11, 2009 at 01:06:34PM +1000, Warren Liddell wrote: > Gary Kline wrote: > >Hi Guys, > > > >I am trying to rebuild things-KDE [3] and got this from kdelibs3. > > > > [[ ... ]] > >*** Error code 1 > > > >r...@tao:/usr/ports/x11/kdelibs3/work/kdelibs-3.5.10# tail -20 config.log >

Re: Bios chip update suggestions

2009-02-11 Thread Bruce Cran
On Sat, 14 Mar 2009 18:37:55 +0800 Fbsd1 wrote: > Chris Whitehouse wrote: > > Fbsd1 wrote: > >> I have an desktop manufactured in 2002 by a South Korean company > >> Hyunju. The company is now out of business. > >> It's bio's do not allow booting from a usb memory stick. > >> > >> I want to find

Re: hald makes cdrom fail

2009-02-11 Thread Joe Marcus Clarke
Anton Shterenlikht wrote: > On Wed, Feb 11, 2009 at 11:55:28AM -0500, Joe Marcus Clarke wrote: >> Anton Shterenlikht wrote: >>> On FBSD 7.1-stable i386 if I start hald from rc.conf with hald_enable="YES" >>> the cdrom fails with >>> >>> acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x24 as

Re: hald makes cdrom fail

2009-02-11 Thread Joe Marcus Clarke
Anton Shterenlikht wrote: > On FBSD 7.1-stable i386 if I start hald from rc.conf with hald_enable="YES" > the cdrom fails with > > acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x24 ascq=0x00 > sks=0x40 0x00 0x00 > > I submitted a PR on this > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=

Re: hald makes cdrom fail

2009-02-11 Thread Anton Shterenlikht
On Wed, Feb 11, 2009 at 11:55:28AM -0500, Joe Marcus Clarke wrote: > Anton Shterenlikht wrote: > > On FBSD 7.1-stable i386 if I start hald from rc.conf with hald_enable="YES" > > the cdrom fails with > > > > acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x24 ascq=0x00 > > sks=0x40 0x00 0

WIFI duplex link

2009-02-11 Thread KES
Здравствуйте, Freebsd-questions. Is there analog in FreeBSD like Microtic Nstreme? -- С уважением, KES mailto:kes-...@yandex.ru ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-

Restricting users to their own home directories / not letting users view other users files...?

2009-02-11 Thread Keith Palmer
OK, I'm sure this question has been asked a million times, but I havn't been able to find a straight answer that actually solves the problem, so here goes. We have a FreeBSD server with multiple users. I would rather each user *not* be able to view other users' files via an SSH or SFTP session. i

Re: please remove all search results with name Constantin Stalzer

2009-02-11 Thread Jerry McAllister
On Tue, Feb 10, 2009 at 06:31:42PM -0800, Chris Knight wrote: > On Tue, Feb 10, 2009 at 10:52 AM, Constantin Stalzer > wrote: > > Hello, can you please remove all search results with the name "Constantin > > Stalzer" immediately, so that my name will not be seen on google. > > thanks in advance

Re: csup supfile using date for ports-all

2009-02-11 Thread Warren Block
On Wed, 11 Feb 2009, Nikolai Wendorf wrote: I remember seeing a message going by in one of the mailing lists regarding the recent issues with the xorg update last month that mentioned using a date in the supfile in order to get a ports tree prior to the xorg update. I know this is wrong: kol

csup supfile using date for ports-all

2009-02-11 Thread Nikolai Wendorf
all, I remember seeing a message going by in one of the mailing lists regarding the recent issues with the xorg update last month that mentioned using a date in the supfile in order to get a ports tree prior to the xorg update. I know this is wrong: kolia# cat spec-supfile *default host=cvs

portupgrade failed with...wrong errors

2009-02-11 Thread Albert Shih
Hi all, I've very strange thing with portupgrade. He failed on upgrade and tell me ===> Running ldconfig /sbin/ldconfig -m /usr/local/lib ===> Registering installation for libxcb-1.1.93 ===> Cleaning for libxcb-1.1.93 ---> Cleaning out obsolete shared libraries [Updating the pkgdb in /var

Re: XDM login freezes on boot

2009-02-11 Thread Warren Block
On Wed, 11 Feb 2009, Da Rock wrote: On Wed, 2009-02-11 at 20:32 +1000, Warren Liddell wrote: AMD64 4gig RAM FreeBSD 7.1 KDE 4.2 I've noticed of late when i have had the misfortune of rebooting this machine due to severre storms and blackouts, when it boots everything loads fine, xdm initates a

Re: XDM login freezes on boot

2009-02-11 Thread Warren Block
On Wed, 11 Feb 2009, Warren Liddell wrote: AMD64 4gig RAM FreeBSD 7.1 KDE 4.2 I've noticed of late when i have had the misfortune of rebooting this machine due to severre storms and blackouts, when it boots everything loads fine, xdm initates an i get the standard logon screen, however, you c

Cannot access memory at address 0xb

2009-02-11 Thread Nikola Knežević
Hi, my 8-core amd64 machine crashes when I'm trying to run my module. The problem is that I can't debug it, since core dump is broken. ---8<--- GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are

Re: sh parameter substitution problem

2009-02-11 Thread Ian Smith
Thanks Ed - good old sed - and Jonathan too, now the digest's here. > 195.68.176.4 Lest anyone get the wrong idea: that's a victim, perpetrator unknown. cheers, Ian ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/li

Re: sh parameter substitution problem

2009-02-11 Thread Ian Smith
On Wed, 11 Feb 2009, Giorgos Keramidas wrote: > On Wed, 11 Feb 2009 21:47:17 +1100 (EST), Ian Smith > wrote: > > I'm getting nowhere trying to parse out IP addresses from strings of > > this form in /bin/sh, which have been awk'd out of 'tail named.run': > > > > addr='195.68.176.4#1440:'

Re: sh parameter substitution problem

2009-02-11 Thread Jonathan McKeown
On Wednesday 11 February 2009 12:47:17 Ian Smith wrote: > I'm getting nowhere trying to parse out IP addresses from strings of > this form in /bin/sh, which have been awk'd out of 'tail named.run': > > addr='195.68.176.4#1440:' > addr='195.68.176.4#16811:' > addr='195.68.176.4#276:' > > sh(1) in

Re: sh parameter substitution problem

2009-02-11 Thread Giorgos Keramidas
On Wed, 11 Feb 2009 21:47:17 +1100 (EST), Ian Smith wrote: > I'm getting nowhere trying to parse out IP addresses from strings of > this form in /bin/sh, which have been awk'd out of 'tail named.run': > > addr='195.68.176.4#1440:' > addr='195.68.176.4#16811:' > addr='195.68.176.4#276:' > > sh

Re: sh parameter substitution problem

2009-02-11 Thread eculp
Quoting Ian Smith : I'm getting nowhere trying to parse out IP addresses from strings of this form in /bin/sh, which have been awk'd out of 'tail named.run': addr='195.68.176.4#1440:' addr='195.68.176.4#16811:' addr='195.68.176.4#276:' sh(1) in hand, I've tried: ip=${addr:%#*} ip=${addr:

Re: XDM login freezes on boot

2009-02-11 Thread Anton Shterenlikht
On Wed, Feb 11, 2009 at 08:49:51PM +1000, Da Rock wrote: > On Wed, 2009-02-11 at 20:32 +1000, Warren Liddell wrote: > > AMD64 4gig RAM FreeBSD 7.1 KDE 4.2 > > > > I've noticed of late when i have had the misfortune of rebooting this > > machine due to severre storms and blackouts, when it boots e

sh parameter substitution problem

2009-02-11 Thread Ian Smith
I'm getting nowhere trying to parse out IP addresses from strings of this form in /bin/sh, which have been awk'd out of 'tail named.run': addr='195.68.176.4#1440:' addr='195.68.176.4#16811:' addr='195.68.176.4#276:' sh(1) in hand, I've tried: ip=${addr:%#*} ip=${addr:%%#*} ip=${addr:%[#]*

Re: Bridge setup at boot

2009-02-11 Thread Da Rock
On Wed, 2009-02-11 at 14:34 +1000, Da Rock wrote: > On Tue, 2009-02-10 at 23:10 -0500, Steve Bertrand wrote: > > Da Rock wrote: > > > I feel like a real newbie asking this one, but the answer is still > > > eluding me :( > > > > > > I have a system where I'm separating my servers for distinction s

Re: XDM login freezes on boot

2009-02-11 Thread Da Rock
On Wed, 2009-02-11 at 20:32 +1000, Warren Liddell wrote: > AMD64 4gig RAM FreeBSD 7.1 KDE 4.2 > > I've noticed of late when i have had the misfortune of rebooting this > machine due to severre storms and blackouts, when it boots everything > loads fine, xdm initates an i get the standard logon s

Re: Localized keyboard under Xorg 7.4...

2009-02-11 Thread Peter Harrison
Tuesday, 10 February 2009 at 16:41:37 -0600, Matt said: > On Tue, Feb 10, 2009 at 3:52 PM, Peter Harrison > wrote: > > So I've run the Xorg update. I've come across a number of problems (the > > biggest of which was needed to rebuilt xfce and losing all my settings). > > > > The one I'm having re

Re: XDM login freezes on boot

2009-02-11 Thread Anton Shterenlikht
On Wed, Feb 11, 2009 at 08:32:20PM +1000, Warren Liddell wrote: > AMD64 4gig RAM FreeBSD 7.1 KDE 4.2 > > I've noticed of late when i have had the misfortune of rebooting this > machine due to severre storms and blackouts, when it boots everything > loads fine, xdm initates an i get the standard

hald makes cdrom fail

2009-02-11 Thread Anton Shterenlikht
On FBSD 7.1-stable i386 if I start hald from rc.conf with hald_enable="YES" the cdrom fails with acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x00 I submitted a PR on this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=i386/131426 but it seems the problem is i

7.4 -> X -configure gives No devices to configure

2009-02-11 Thread Anton Shterenlikht
Upgrade from 7.3 to 7.4 made X unsuable on FBSD 7.1-stable i386. I followed the UPDATE procedures, had no errors on build, but on X -configure I get No devices to configure. Configuration failed. This is a Compaq Armada 1700 laptop, old I know, but 7.3 worked fine. The graphics is by Chips and

Re: Bios chip update suggestions

2009-02-11 Thread Fbsd1
Chris Whitehouse wrote: Fbsd1 wrote: I have an desktop manufactured in 2002 by a South Korean company Hyunju. The company is now out of business. It's bio's do not allow booting from a usb memory stick. I want to find an bio's update that adds booting from usb memory stick. I know the desktop

XDM login freezes on boot

2009-02-11 Thread Warren Liddell
AMD64 4gig RAM FreeBSD 7.1 KDE 4.2 I've noticed of late when i have had the misfortune of rebooting this machine due to severre storms and blackouts, when it boots everything loads fine, xdm initates an i get the standard logon screen, however, you cant do anything an the mouse dosent work. T

Re: mysqld out of memory

2009-02-11 Thread Vincent Hoffman
On 10/2/09 16:58, Ivan Voras wrote: > Valentin Bud wrote: > > >> I noticed that it is already at 1GB. Now my problem is how can i avoid this >> in the future because >> on that production server mysql is crucial or in case it happens how ca I be >> the first to know >> of that problem? >> >

Re: reread newsyslog.conf without reboot

2009-02-11 Thread s.g.
Wojciech Puchar wrote: >>> How do I get the system to reread /etc/newsyslog.conf file with out >>> rebooting the system? >> >> /etc/rc.d/newsyslog restart > no it's not needed > > /etc/rc.d/newsyslog just runs it at start Right, it won't do. Really sorry about that, guys. s.g. ___

Re: please remove all search results with name Constantin Stalzer

2009-02-11 Thread Don Read
On Tue, 10 Feb 2009 20:54:18 -0500 michael copeland said: > On Tue, Feb 10, 2009 at 8:52 PM, prad wrote: > i agree now that i think about it. > but what about the ipv6?! > vi versus Emacs? -- Don Read donr...@sbcglobal.net It's always darkest before th

Re: reread newsyslog.conf without reboot

2009-02-11 Thread Wojciech Puchar
How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? /etc/rc.d/newsyslog restart no it's not needed /etc/rc.d/newsyslog just runs it at start ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org

Re: reread newsyslog.conf without reboot

2009-02-11 Thread Wojciech Puchar
you don't have to. it's reread by newsyslog which is usually run by cron On Sat, 14 Mar 2009, Fbsd1 wrote: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? ___ freebsd-questions@freebsd.org mailing list http:/

Monaco Anti-Aging Medicine World Congress - March 19-20-21, 2009

2009-02-11 Thread AMWC 2009
By sending this e-mail we save trees. Thanks for understanding - If you cannot see this message, follow this [1]link . . . . . [LogoEMC150.gif] . World Leadi

Re: reread newsyslog.conf without reboot

2009-02-11 Thread s.g.
Fbsd1 wrote: > How do I get the system to reread /etc/newsyslog.conf file with out > rebooting the system? /etc/rc.d/newsyslog restart s.g. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To uns

Re: reread newsyslog.conf without reboot

2009-02-11 Thread Paul Procacci
newsyslog is spawn'd via cron every hour. It isn't daemonized and doesn't require any signals to be sent to any process. /etc/crontab ~Paul Fbsd1 wrote: How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? ___

reread newsyslog.conf without reboot

2009-02-11 Thread Fbsd1
How do I get the system to reread /etc/newsyslog.conf file with out rebooting the system? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsu

Re: Accessing the complete log (rlog)

2009-02-11 Thread Mel
On Tuesday 10 February 2009 22:13:09 Yann-Gaël Guéhéneuc wrote: > Is it possible that you CVS server does not support "rlog" because of > recursion? Do you think it could be possible to enable rlog? Easy work-around: hop over to /usr/share/examples/cvs/cvs-supfile. Read/edit. Install /usr/p