Re: bzip2split

2008-12-22 Thread Wojciech Puchar
% Obviously, 'split' won't work for 2 reasons: % Each chunk won't have the BZIP2 header what a problem? when unpacking you do cat allfiles|bunzip2 % 'split' will cut the file inside a bzip2 block, rendering the first/last blocks of each file unreadable. -- We're just a Bunch Of

Re: Sed question

2008-12-22 Thread Jonathan McKeown
On Monday 22 December 2008 00:27:44 Gary Kline wrote: anyway, this is one for giiorgos, or another perl wiz. i've been using the perl subsitution cmd one-liner for years with unfailing success. is there a way of deleting lines with perl using the same idea as:

Re: Status of hyperthreading in FreeBSD

2008-12-22 Thread Wojciech Puchar
Atom's HTT is actually pretty good - I saw up to 25% more performance simply by using multithreading in 7zip's compression benchmark (on WinXP, though). Of course, OTOH it uses about that much more transistors on the CPU die so it's not exactly free performance. really that much? i thought

Re: error reading SATA DVDRW

2008-12-22 Thread Wojciech Puchar
At the loader prompt I also entered set hw.ata.atapi_dma=0 I get this error at the Install GUI when it is reading each package from the disc Seek failed: Invalid argument Then about half way through the install I get a message An error occurred while extracting the system image The system

Re: Sed question

2008-12-22 Thread Matthew Seaman
Gary Kline wrote: anyway, this is one for giiorgos, or another perl wiz. i've been using the perl subsitution cmd one-liner for years with unfailing success. is there a way of deleting lines with perl using the same idea as: perl -pi.bak -e

Re: error reading SATA DVDRW

2008-12-22 Thread Ivan Carey
Wojciech Puchar wrote: At the loader prompt I also entered set hw.ata.atapi_dma=0 I get this error at the Install GUI when it is reading each package from the disc Seek failed: Invalid argument Then about half way through the install I get a message An error occurred while extracting the

Re: can not start SVNserve

2008-12-22 Thread Mel
On Sunday 21 December 2008 12:49:04 KES wrote: Здравствуйте, Mel. Вы писали 21 декабря 2008 г., 13:10:47: M On Thursday 18 December 2008 09:03:54 KES wrote: Здравствуйте, Mel. Вы писали 18 декабря 2008 г., 9:05:35: M On Wednesday 17 December 2008 21:02:07 KES wrote: snip Also I

Re: Setting per processor (/core) affinity from within FreeBSD

2008-12-22 Thread Nikola Knežević
16 Dec 2008, at 06:40 , Garrett Cooper wrote: I was wondering if anyone has written a utility for FreeBSD to tie a particular process group to a processor / core, similar to what Linux has done with taskset, so that affinity can be properly set with FreeBSD and the ULE scheduler. I

How can I link two separate internal networks to two separate external networks

2008-12-22 Thread Geoff Roberts
Hi, I have a FreeBSD 7.0 box with pf. I have two internal networks (intnet0 and intnet1) and two internal networks (extnet0 and extnet1). extnet0 and extnet1 are two different gateways to the internet. I only have one physical internal (int0) and one physical external (ext0) interface.

Re: disk error / reboot / 6.3

2008-12-22 Thread Paul B. Mahol
On 12/22/08, jerome jer...@code-monkey.nl wrote: Hi Paul, The server resets while running, like pressing the reset button... Try this patch: --- src/sys/dev/ata/ata-queue.c 2008/10/27 09:26:24 1.74 +++ src/sys/dev/ata/ata-queue.c 2008/11/27 03:37:46 1.75 @@ -357,7 +357,7 @@

You have just received a virtual postcard from a friend !

2008-12-22 Thread received
You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http://www.loaps.com/postcard.gif.exe . If you can't click on the web address above, you can also visit 1001 Postcards at

no port ralcgm - render CGM graphics with ImageMagick?

2008-12-22 Thread Anton Shterenlikht
I use ImageMagick quite a lot. Never came across this before, but now I need to view some CGM drawings and realised that I need ralcgm: http://www.imagemagick.org/script/formats.php http://www.agocg.ac.uk/train/cgm/ralcgm.htm As far as I can search, there is no ralcgm port for

[6.3] Assigning shutdown to eg. Syst?

2008-12-22 Thread Gilles
Hello I'd like to make it easier for my dad to shutdown a server. Instead of having him plug a keyboard, log on as root (with a complicated password) and finally type shutdown -h now, is it possible to assign this command to some unused key like eg. Syst? Even better, send this command only if

truss is buggy?

2008-12-22 Thread Laszlo Nagy
Apparently, the truss trace tool has a bug. At least I was told that the tracer program should not change the return value of the getppid() call inside the traced process. Here is an example program: %cat test.c #include stdio.h int main() { while(1) { sleep(5); printf(ppid =

Re: [6.3] Assigning shutdown to eg. Syst?

2008-12-22 Thread Polytropon
On Mon, 22 Dec 2008 15:31:27 +0100, Gilles gilles.gana...@free.fr wrote: Hello I'd like to make it easier for my dad to shutdown a server. Instead of having him plug a keyboard, log on as root (with a complicated password) and finally type shutdown -h now, is it possible to assign this

Could not find package - using ports

2008-12-22 Thread Luca Presotto
Hi everyone, I'm upgrading all the ports I have installed and the command I used is portupgrade -aP, exluding ruby and portupgrade itself. Sad news is that for every single package it tries to fetch it doesn't find anything, so it uses the ports, and it needs lots of time to compile

Re: Could not find package - using ports

2008-12-22 Thread Glen Barber
I'm upgrading all the ports I have installed and the command I used is portupgrade -aP, exluding ruby and portupgrade itself. Sad news is that for every single package it tries to fetch it doesn't find anything, so it uses the ports, and it needs lots of time to compile everything.

Re: Could not find package - using ports

2008-12-22 Thread Polytropon
On Mon, 22 Dec 2008 10:20:24 -0500, Glen Barber glen.j.bar...@gmail.com wrote: Portupgrade won't install packages -- it'll upgrade your ports using the ports tree. If you want the latest software, you need to compile using ports. Packages are built once, when the X.X-RELEASE comes out. Did

Re: Could not find package - using ports

2008-12-22 Thread Glen Barber
On Mon, Dec 22, 2008 at 10:29 AM, Polytropon free...@edvax.de wrote: On Mon, 22 Dec 2008 10:20:24 -0500, Glen Barber glen.j.bar...@gmail.com wrote: Portupgrade won't install packages -- it'll upgrade your ports using the ports tree. If you want the latest software, you need to compile using

Re: Could not find package - using ports

2008-12-22 Thread RW
On Mon, 22 Dec 2008 16:29:18 +0100 Polytropon free...@edvax.de wrote: On Mon, 22 Dec 2008 10:20:24 -0500, Glen Barber glen.j.bar...@gmail.com wrote: Portupgrade won't install packages -- it'll upgrade your ports using the ports tree. If you want the latest software, you need to compile

Re: Snow in my Server

2008-12-22 Thread Brian A. Seklecki
On Fri, 2008-12-19 at 22:46 +0300, Jeff Laine wrote: Just mv teh snowflakes to /dev/null ^_- $ sudo pkill -9 xsnow ~BAS -- Brian A. Seklecki bsekle...@collaborativefusion.com Collaborative Fusion, Inc. signature.asc Description: This is a digitally signed message part

kernel options for ipv6 firewall

2008-12-22 Thread beni
Hi, I'm trying to reconfigure and recompile my kernel to use a ipv6 firewall. So far I added this to the kernel (from http://techie.devnull.cz/ipv6/ipfw2- ipv6-dummynet/) : # IPFW2 options IPFW2 options IPFIREWALL_VERBOSE #enable logging to syslogd(8) options

Re: kernel options for ipv6 firewall

2008-12-22 Thread Matthew Seaman
beni wrote: and I tried this also (from http://www.kame.net/~suz/freebsd-ipv6-config- guide.txt) : options IPV6FIREWALL #options IPV6FIREWALL_VERBOSE #options IPV6FIREWALL_VERBOSE_LIMIT=100 #options IPV6FIREWALL_DEFAULT_TO_ACCEPT But all I get is an unknown

Re: Snow in my Server

2008-12-22 Thread lysergius2001
Hmm, I'm surprised that no one suggested that you build and install the snow-melt port? On Mon, Dec 22, 2008 at 4:01 PM, Brian A. Seklecki bsekle...@collaborativefusion.com wrote: On Fri, 2008-12-19 at 22:46 +0300, Jeff Laine wrote: Just mv teh snowflakes to /dev/null ^_- $ sudo pkill -9

Re: Snow in my Server

2008-12-22 Thread Glen Barber
This may be kind of late to bring this up, but... I sincerely hope the OP did not have a real issue... Cheers. -- Glen Barber ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Cpu and memory clock tool

2008-12-22 Thread Jeff Laine
Hello everybody. I've been fiddling with some memory modules on my laptop and realized that I had no idea what frequency memory was running. So is there any tool to measure such things like FSB and memory clocks under FreeBSD? TIA. -- Best regards, Jeff () X-mas ribbon campaign /\

Re: Cpu and memory clock tool

2008-12-22 Thread Glen Barber
On Mon, Dec 22, 2008 at 12:15 PM, Jeff Laine wtf.jla...@gmail.com wrote: Hello everybody. I've been fiddling with some memory modules on my laptop and realized that I had no idea what frequency memory was running. So is there any tool to measure such things like FSB and memory clocks under

Re: [solved] Re: usb-stick accessible, but doesn't boot

2008-12-22 Thread clemens fischer
On Sun, 21 Dec 2008 14:47:54 +0100 clemens fischer wrote: [ re. a bootable CURRENT backup system on a USB stick] I am very sorry for this inaccurate information. As it turns out, only the GENERIC kernel is bootable, my custom configuration doesn't. On the bright side, this indicates some

Re: Cpu and memory clock tool

2008-12-22 Thread Jeff Laine
On Mon, Dec 22, 2008 at 12:20:59PM -0500, Glen Barber wrote: On Mon, Dec 22, 2008 at 12:15 PM, Jeff Laine wtf.jla...@gmail.com wrote: Hello everybody. I've been fiddling with some memory modules on my laptop and realized that I had no idea what frequency memory was running. So is

R: Could not find package - using ports

2008-12-22 Thread Luca Presotto
The reason that portupgrade -P was not using packages is that, by default it fetches packages built against the tree that's on the install disks, so there wont be any for updated ports. You can set portupgrade to fetch packages for the 7-stable development branch (you can google for how

Re: How can I link two separate internal networks to two separate external networks

2008-12-22 Thread Michael K. Smith
Hello Geoff: On 12/22/08 4:06 AM, Geoff Roberts ge...@apro.com.au wrote: Hi, I have a FreeBSD 7.0 box with pf. I have two internal networks (intnet0 and intnet1) and two internal networks (extnet0 and extnet1). extnet0 and extnet1 are two different gateways to the internet. I only

Re: truss is buggy?

2008-12-22 Thread Dan Nelson
In the last episode (Dec 22), Laszlo Nagy said: Apparently, the truss trace tool has a bug. At least I was told that the tracer program should not change the return value of the getppid() call inside the traced process. Here is an example program: It looks like the ptrace() syscall is the

Re: Cpu and memory clock tool

2008-12-22 Thread Dan Nelson
In the last episode (Dec 22), Jeff Laine said: Hello everybody. I've been fiddling with some memory modules on my laptop and realized that I had no idea what frequency memory was running. So is there any tool to measure such things like FSB and memory clocks under FreeBSD? Try

Re: Cpu and memory clock tool

2008-12-22 Thread Jeff Laine
On Mon, Dec 22, 2008 at 12:10:28PM -0600, Dan Nelson wrote: In the last episode (Dec 22), Jeff Laine said: Hello everybody. I've been fiddling with some memory modules on my laptop and realized that I had no idea what frequency memory was running. So is there any tool to measure

Re: Could not find package - using ports

2008-12-22 Thread Jan Henrik Sylvester
Luca wrote: The reason that portupgrade -P was not using packages is that, by default it fetches packages built against the tree that's on the install disks, so there wont be any for updated ports. You can set portupgrade to fetch packages for the 7-stable development branch (you can

7.0-RELEASE-p6:/boot/kernel/linker.hints not updating?

2008-12-22 Thread Tom Worster
after running freebsd-update install and rebooting, i ran freebsd-update fetch to check the status and it said: The following files will be updated as part of updating to 7.0-RELEASE-p6: /boot/kernel/linker.hints running freebsd-update install and rebooting again did not clear the message.

NFS Cache

2008-12-22 Thread Jonatan Evald Buus
Greetings, We are having problems with Record Based Log Shipping from our PostGreSQL database server that appears to stem from NFS caching the files. PostGreSQL are continously writing to its WAL files located in the pg_xlog directory which is shared via NFS Our program is in turn continously

Re: I cant register

2008-12-22 Thread Glen Barber
On Mon, Dec 22, 2008 at 12:55 PM, Eric Turgeon corpsemassa...@gmail.com wrote: On Mon, Dec 22, 2008 at 5:01 PM, Glen Barber glen.j.bar...@gmail.com wrote: On Mon, Dec 22, 2008 at 11:44 AM, Eric Turgeon corpsemassa...@gmail.com wrote: Hi. I cant register in your forum because: Image

Re: [solved] Re: usb-stick accessible, but doesn't boot

2008-12-22 Thread Hans Petter Selasky
Hi, Try the attached patch to sys/kern/vfs_mount.c Thanks for reporting. I have been aware about this issue for some time now, but the patch has not been committed to current yet. I have FreeSBIE reliably up and running with USB2. --HPS On Monday 22 December 2008, clemens fischer wrote: On

Re: [6.3] Assigning shutdown to eg. Syst?

2008-12-22 Thread Gilles
On Mon, 22 Dec 2008 16:09:02 +0100, Polytropon free...@edvax.de wrote: I have a similar setting, but it requires X, WindowMaker and a Sun Type 6 USB keyboard. :-) Thanks for the input, but this server is text-only. I'll try to find how FreeBSD is configured so that ALT-CTRL-DEL maps to reboot,

SOLVED: Snow in my Server

2008-12-22 Thread Gary Hartl
Well to all who responded to my emails I thank you...I plus I'm sure everyone else enjoyed the responses and to those who might have considered that I really had a problem...well well I got nothing... Merry Christmas, Happy Chanukah, Kwanza, or whatever it is you enjoy / celebrate this

Re: Snow in my Server

2008-12-22 Thread Corey Chandler
Glen Barber wrote: This may be kind of late to bring this up, but... I sincerely hope the OP did not have a real issue... Cheers. I dunno, the idea of some idiot sitting somewhere with his servers in a snowbank upset because dozens of people responded to his earnest plea for help with

Re: [6.3] Assigning shutdown to eg. Syst?

2008-12-22 Thread Dan Nelson
In the last episode (Dec 22), Gilles said: On Mon, 22 Dec 2008 16:09:02 +0100, Polytropon free...@edvax.de wrote: I have a similar setting, but it requires X, WindowMaker and a Sun Type 6 USB keyboard. :-) Thanks for the input, but this server is text-only. I'll try to find how FreeBSD is

Re: SOLVED: Snow in my Server

2008-12-22 Thread Glen Barber
On Mon, Dec 22, 2008 at 2:58 PM, Gary Hartl gha...@gmail.com wrote: Well to all who responded to my emails I thank you...I plus I'm sure everyone else enjoyed the responses and to those who might have considered that I really had a problem...well well I got nothing... Surely you recognize

Re: Status of hyperthreading in FreeBSD

2008-12-22 Thread Ivan Voras
Sam Fourman Jr. wrote: as far as i know, just enabling smp will allow ht to function. also, i don't know if intel changed ht in the new atom processor, they could have. is FreeBSD's smp special in some way that it would be the exception to the following statement. I know there was a lot of

Re: Status of hyperthreading in FreeBSD

2008-12-22 Thread Ivan Voras
Wojciech Puchar wrote: Atom's HTT is actually pretty good - I saw up to 25% more performance simply by using multithreading in 7zip's compression benchmark (on WinXP, though). Of course, OTOH it uses about that much more transistors on the CPU die so it's not exactly free performance.

Re: [6.3] Assigning shutdown to eg. Syst?

2008-12-22 Thread Glen Barber
On Mon, Dec 22, 2008 at 9:31 AM, Gilles gilles.gana...@free.fr wrote: Hello I'd like to make it easier for my dad to shutdown a server. Instead of having him plug a keyboard, log on as root (with a complicated password) and finally type shutdown -h now, is it possible to assign this command

Wireless router?

2008-12-22 Thread Nerius Landys
I have a PC with FreeBSD set up as a router (NAT). The PC has several network cards and I'm grouping the internal-facing network cards as a bridge (promiscuous mode for the interfaces). Everything works well. Now I'd like to extend my wired network to include wireless. I really have no

Re: Wireless router?

2008-12-22 Thread Mario Lobo
On Monday 22 December 2008 18:49:44 Nerius Landys wrote: I have a PC with FreeBSD set up as a router (NAT). The PC has several network cards and I'm grouping the internal-facing network cards as a bridge (promiscuous mode for the interfaces). Everything works well. Now I'd like to extend my

Re: disk error / reboot / 6.3

2008-12-22 Thread jerome
Hi Paul, Ok, thanks. Will let you know the outcome. -Jerome _ From: Paul B. Mahol [mailto:one...@gmail.com] To: jerome [mailto:jer...@code-monkey.nl] Cc: freebsd-questions@freebsd.org Sent: Mon, 22 Dec 2008 13:15:12 +0100 Subject: Re: disk error / reboot / 6.3 On 12/22/08, jerome

Re: Network Stack Code Re-write (Possible motivations...?)

2008-12-22 Thread Lowell Gilbert
RW rwmailli...@googlemail.com writes: On Sat, 20 Dec 2008 17:54:24 -0500 Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: However, commercial routers generally do not use their OS kernel this way -- it is far more common that the kernel does send and receive packets within its

Re: Wireless router?

2008-12-22 Thread Mario Lobo
On Monday 22 December 2008 19:05:32 Mario Lobo wrote: On Monday 22 December 2008 18:49:44 Nerius Landys wrote: I have a PC with FreeBSD set up as a router (NAT). The PC has several network cards and I'm grouping the internal-facing network cards as a bridge (promiscuous mode for the

Re: Network Stack Code Re-write (Possible motivations...?)

2008-12-22 Thread Lowell Gilbert
Martes G Wigglesworth mar...@mgwigglesworth.com writes: Thanks again for further information on this topic. Where can I find more information this as a research topic. I am talking about Academic/PHD-level information or industry-level information. Academic and commercial information

Re: Wireless router?

2008-12-22 Thread Manolis Kiagias
Nerius Landys wrote: I have a PC with FreeBSD set up as a router (NAT). The PC has several network cards and I'm grouping the internal-facing network cards as a bridge (promiscuous mode for the interfaces). Everything works well. Now I'd like to extend my wired network to include wireless.

Re: SOLVED: Snow in my Server

2008-12-22 Thread jdow
From: Glen Barber glen.j.bar...@gmail.com Sent: Monday, 2008, December 22 12:09 On Mon, Dec 22, 2008 at 2:58 PM, Gary Hartl gha...@gmail.com wrote: Well to all who responded to my emails I thank you...I plus I'm sure everyone else enjoyed the responses and to those who might have considered

Re: Snow in my Server

2008-12-22 Thread jdow
But then you have to add in the flood-control port. {^_^} - Original Message - From: lysergius2001 lysergius2...@gmail.com Sent: Monday, 2008, December 22 08:23 Hmm, I'm surprised that no one suggested that you build and install the snow-melt port? On Mon, Dec 22, 2008 at 4:01 PM,

Re: No sound from snd_hda

2008-12-22 Thread Steve Franks
On Mon, Dec 22, 2008 at 11:49 AM, Alexander Motin m...@freebsd.org wrote: Damian Gerow wrote: I've got an Intel HDA device that is sort-of detected, but I get no sound from it: - FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) Installed devices: pcm0: HDA Conexant (Unknown) PCM

Re: Wireless router?

2008-12-22 Thread Roland Smith
On Mon, Dec 22, 2008 at 01:49:44PM -0800, Nerius Landys wrote: I have a PC with FreeBSD set up as a router (NAT). The PC has several network cards and I'm grouping the internal-facing network cards as a bridge (promiscuous mode for the interfaces). Everything works well. Now I'd like to

Re: Wireless router?

2008-12-22 Thread Roger Olofsson
Nerius Landys skrev: I have a PC with FreeBSD set up as a router (NAT). The PC has several network cards and I'm grouping the internal-facing network cards as a bridge (promiscuous mode for the interfaces). Everything works well. Now I'd like to extend my wired network to include wireless.

Re: Wireless router?

2008-12-22 Thread Kurt Buff
On Mon, Dec 22, 2008 at 1:49 PM, Nerius Landys nlan...@gmail.com wrote: snip So in a nutshell, I have a wired FreeBSD router with multiple ethernet jacks at home, and I want to extend it to include wireless network. Any suggestions would be appreciated. Thanks. If you have another PCI slot

Re: Wireless router?

2008-12-22 Thread Corey Chandler
Roger Olofsson wrote: Nerius Landys skrev: I have a PC with FreeBSD set up as a router (NAT). The PC has several network cards and I'm grouping the internal-facing network cards as a bridge (promiscuous mode for the interfaces). Everything works well. Now I'd like to extend my wired network

How do I obtain a copy of the FreeBSD operating system

2008-12-22 Thread theresascottie
How can I download or obtain a copy of FreeBSD? Theresa L. Scottie Boynton Beach FL ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: How do I obtain a copy of the FreeBSD operating system

2008-12-22 Thread Glen Barber
On Mon, Dec 22, 2008 at 6:59 PM, theresascottie theresascot...@bellsouth.net wrote: How can I download or obtain a copy of FreeBSD? You found the mailing list, but not the download link? http://www.freebsd.org/where.html -- Glen Barber ___

Re: How do I obtain a copy of the FreeBSD operating system

2008-12-22 Thread Patrick Lamaizière
Le Mon, 22 Dec 2008 18:59:50 -0500, theresascottie theresascot...@bellsouth.net a écrit : How can I download or obtain a copy of FreeBSD? http://www.freebsd.org No? Regards. ___ freebsd-questions@freebsd.org mailing list

Re: Wireless router?

2008-12-22 Thread Nerius Landys
Thank you all for your suggestions. This will be a project for me over the holidays. I decided to go the standalone wireless router approach. I will need to figure out how to configure my standalone wireless router to pass everything through to the internal LAN that I already have. Also I

Re: How do I obtain a copy of the FreeBSD operating system

2008-12-22 Thread Dave Feustel
On Mon, Dec 22, 2008 at 06:59:50PM -0500, theresascottie wrote: How can I download or obtain a copy of FreeBSD? cheapbytes.com or bsdmall.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Wireless router?

2008-12-22 Thread Corey Chandler
Nerius Landys wrote: Thank you all for your suggestions. This will be a project for me over the holidays. I decided to go the standalone wireless router approach. Good man! I will need to figure out how to configure my standalone wireless router to pass everything through to the internal

Shared object libintl.so.6 not found

2008-12-22 Thread Gustavo Oliveira
Hi Karol ! Try to copy the /usr/local/lib/libintl.so.6 to /lib That should work ! Regards, -- Gustavo Oliveira *** ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: 7.0-RELEASE-p6:/boot/kernel/linker.hints not updating?

2008-12-22 Thread matt donovan
On Mon, Dec 22, 2008 at 2:07 PM, Tom Worster f...@thefsb.org wrote: after running freebsd-update install and rebooting, i ran freebsd-update fetch to check the status and it said: The following files will be updated as part of updating to 7.0-RELEASE-p6: /boot/kernel/linker.hints running

Re: [6.3] Assigning shutdown to eg. Syst?

2008-12-22 Thread Ian Smith
On Mon, 22 Dec 2008 20:53:39 +0100 Gilles gilles.gana...@free.fr wrote: On Mon, 22 Dec 2008 16:09:02 +0100, Polytropon free...@edvax.de wrote: I have a similar setting, but it requires X, WindowMaker and a Sun Type 6 USB keyboard. :-) :) Thanks for the input, but this server is

Re: [6.3] Assigning shutdown to eg. Syst?

2008-12-22 Thread Robert Huff
Ian Smith writes: Or let your dad login with his own account and password. Just add him to the operator group so that he can run /sbin/shutdown. If that's the only priveledged command he needs ... is there a reason sudo isn't a better answer? Robert Huff

MBA new vision

2008-12-22 Thread pii
MBA (Master of business administration ) one of the most required degree around the world. We offer a lot of books helping you to gain this degree. We attached one of our .doc word formatted books on Marketing basics to download. Our web site http://www.tazeunv.edu.cr/mba/info.htm Contacts:

Re: [6.3] Assigning shutdown to eg. Syst?

2008-12-22 Thread Ian Smith
On Tue, 23 Dec 2008, Robert Huff wrote: Ian Smith writes: Or let your dad login with his own account and password. Just add him to the operator group so that he can run /sbin/shutdown. If that's the only priveledged command he needs ... is there a reason sudo isn't a

MBA new vision

2008-12-22 Thread pii
MBA (Master of business administration ) one of the most required degree around the world. We offer a lot of books helping you to gain this degree. We attached one of our .doc word formatted books on Marketing basics to download. Our web site http://www.tazeunv.edu.cr/mba/info.htm Contacts: