Re: Autotools, libraries and man pages: oh my!

2012-11-02 Thread Polytropon
On Thu, 01 Nov 2012 22:01:16 -0700, James Colannino wrote: On 11/01/12 21:44, James Colannino wrote: [...]I'm able to use autotools on FreeBSD to generate configure and Makefile.in, and can use gmake to compile and install it. Unfortunately, the man pages are installed to

Re: Autotools, libraries and man pages: oh my!

2012-11-02 Thread Robert Bonomi
From owner-freebsd-questi...@freebsd.org Fri Nov 2 00:03:38 2012 Date: Thu, 01 Nov 2012 22:01:16 -0700 From: James Colannino crankycycl...@gmail.com To: freebsd-questions@freebsd.org Subject: Re: Autotools, libraries and man pages: oh my! On 11/01/12 21:44, James Colannino wrote

Autotools, libraries and man pages: oh my!

2012-11-01 Thread James Colannino
Hey everyone, So, I have a question. I have Makefile.am, configure.in and a file called dstring.pc.in (for a library of mine called dstring) for a project. It always built fine on Linux. My home is now FreeBSD. This is the first time I've tried to compile/install this library since moving

Re: Autotools, libraries and man pages: oh my!

2012-11-01 Thread James Colannino
On 11/01/12 21:44, James Colannino wrote: [...]I'm able to use autotools on FreeBSD to generate configure and Makefile.in, and can use gmake to compile and install it. Unfortunately, the man pages are installed to /usr/local/share/man instead of to /usr/local/man, which I thought the tools

Re: OH NO! IT says my root partition / is full but it isn't! Why is FreeBSD lying about space?

2011-11-08 Thread rtsit
Gilbert freebsd-questions-lo...@be-well.ilk.org To: rtsit rt...@yahoo.com Cc: freebsd-questions@freebsd.org freebsd-questions@freebsd.org Sent: Monday, November 7, 2011 1:13 PM Subject: Re: OH NO! IT says my root partition / is full but it isn't! Why is FreeBSD lying about space? rtsit rt...@yahoo.com

OH NO! Says root partition / is full but it's not! I don't get it

2011-11-07 Thread rtsit
Why does it say my main root partition is full when it's not? It's only using 146 Meg out of a possible 507 Meg Filesystem   1024-blocks Used Avail Capacity  Mounted on /dev/ad4s1a   507630   495736    -28716   106% 

OH NO! IT says my root partition / is full but it isn't! Why is FreeBSD lying about space?

2011-11-07 Thread rtsit
Why does it say my main root partition is full when it's not? It's only using 146 Meg out of a possible 507 Meg Filesystem   1024-blocks Used Avail Capacity  Mounted on /dev/ad4s1a   507630   495736    -28716   106%   

Re: OH NO! IT says my root partition / is full but it isn't! Why is FreeBSD lying about space?

2011-11-07 Thread Lowell Gilbert
Try the FAQ entry titled The du and df commands show different amounts of disk space available. What is going on?. You can find it at: http://be-well.ilk.org/FreeBSD/doc/en_US.ISO8859-1/books/faq/disks.html#DU-VS-DF ___ freebsd-questions@freebsd.org

Re: OH NO! Says root partition / is full but it's not! I don't get it

2011-11-07 Thread Michael Sierchio
You're mistaken. ;-) 495736 / 507630, with some margin for free space, means you're full. Boot in single user mode. for each mount point ( /tmp /usr /var ) chflags -R noschg /mount point rm -rf /mount point/* You probably have a lot of hidden files covered by the mounted filesystems. - M On

Re: OH NO! Says root partition / is full but it's not! I don't get it

2011-11-07 Thread Adam Vande More
On Mon, Nov 7, 2011 at 11:39 AM, rtsit rt...@yahoo.com wrote: Why does it say my main root partition is full when it's not? It's only using 146 Meg out of a possible 507 Meg http://www.freebsd.org/doc/en/books/faq/disks.html#DU-VS-DF Boot in single user mode. for each mount point ( /tmp

Re: OH NO! Says root partition / is full but it's not! I don't get it

2011-11-07 Thread rtsit
Sierchio ku...@tenebras.com To: rtsit rt...@yahoo.com Cc: freebsd-questions@freebsd.org freebsd-questions@freebsd.org Sent: Monday, November 7, 2011 10:05 AM Subject: Re: OH NO! Says root partition / is full but it's not! I don't get it You're mistaken. ;-)  495736 / 507630, with some margin for free

Re: OH NO! Says root partition / is full but it's not! I don't get it

2011-11-07 Thread Michael Sierchio
On Mon, Nov 7, 2011 at 10:21 AM, Adam Vande More amvandem...@gmail.com wrote: This is terrible advice.  There are proper methods for finding what's using the space and to recover it.  You should use them. If there are files hidden by a covering mount, you won't find them when those filesystems

Re: OH NO! IT says my root partition / is full but it isn't! Why is FreeBSD lying about space?

2011-11-07 Thread rtsit
...@be-well.ilk.org To: rtsit rt...@yahoo.com Cc: freebsd-questions@freebsd.org freebsd-questions@freebsd.org Sent: Monday, November 7, 2011 10:01 AM Subject: Re: OH NO! IT says my root partition / is full but it isn't! Why is FreeBSD lying about space? Try the FAQ entry titled The du and df commands show

Re: OH NO! Says root partition / is full but it's not! I don't get it

2011-11-07 Thread Adam Vande More
On Mon, Nov 7, 2011 at 12:26 PM, Michael Sierchio ku...@tenebras.comwrote: On Mon, Nov 7, 2011 at 10:21 AM, Adam Vande More amvandem...@gmail.com wrote: This is terrible advice. There are proper methods for finding what's using the space and to recover it. You should use them. If

Re: OH NO! Says root partition / is full but it's not! I don't get it

2011-11-07 Thread Michael Sierchio
On Mon, Nov 7, 2011 at 10:33 AM, Adam Vande More amvandem...@gmail.com wrote: Indiscriminately instructing a user to delete files isn't good advice no matter how much butter you put on it. It was with no small amount of discrimination and discernment that I offered that advice. Any files that

Re: OH NO! Says root partition / is full but it's not! I don't get it

2011-11-07 Thread rtsit
...@yahoo.com; freebsd-questions@freebsd.org freebsd-questions@freebsd.org Sent: Monday, November 7, 2011 10:37 AM Subject: Re: OH NO! Says root partition / is full but it's not! I don't get it On Mon, Nov 7, 2011 at 10:33 AM, Adam Vande More amvandem...@gmail.com wrote: Indiscriminately instructing

Re: OH NO! IT says my root partition / is full but it isn't! Why is FreeBSD lying about space?

2011-11-07 Thread Lowell Gilbert
rtsit rt...@yahoo.com writes: I did reboot the machine a few times, hoping that any process in memory that still claimed ownership of an open part of the disk would release it. There are other things that can cause disk space to seem to disappear, but there is a reason that one is in the FAQ

Re: OH NO! IT says my root partition / is full but it isn't! Why is FreeBSD lying about space?

2011-11-07 Thread Albert Shih
Le 07/11/2011 à 10:27:02-0800, rtsit a écrit Thanks Lowell. I did reboot the machine a few times, hoping that any process in memory that still claimed ownership of an open part of the disk would release it. Didn't work. I'm going to try the other method recommended by Michael

Did a makeworld now my jails won't start!! Uh oh..

2008-08-02 Thread Redd Vinylene
Greetings, i just did a makeworld of my main system and both my jails (http://pastie.org/246273) but now my jails won't run. i get Starting jails:/etc/rc.d/jail: WARNING: devfs_set_ruleset: you must specify a ruleset number devfs rule: ioctl DEVFSIO_SAPPLY: No such process here's my main

Re: Did a makeworld now my jails won't start!! Uh oh..

2008-08-02 Thread Redd Vinylene
I tried changing camel_ruleset and box_ruleset to devfsrules_jail in rc.conf, it got rid of the devfs_set_ruleset: you must specify a ruleset number but whenever I try to SSH into one of my jails I seem to have logged onto the main system. I'm confused :( On Sat, Aug 2, 2008 at 10:34 PM, Redd

where oh where has my converter stuff gone?

2007-08-21 Thread Gary Kline
Guys, Where does the ps2ascii and related converter files live in ports? I thought they were part of the distribution, but nope. pdftopdf was one. thanks for any clues! gary -- Gary Kline [EMAIL PROTECTED] www.thought.org Public

Re: where oh where has my converter stuff gone?

2007-08-21 Thread dgmm
On Tuesday 21 August 2007, Gary Kline wrote: Guys, Where does the ps2ascii and related converter files live in ports? I thought they were part of the distribution, but nope. pdftopdf was one. thanks for any clues! gary Starting with: cd /usr/ports

Re: 6.2 -- Linksys wusb11 wireless supported? (oh no!)

2007-01-27 Thread Bill-Schoolcraft
/Comparison_of_Open_Source_Wireless_Drivers (Some people seem to be working on porting rum and zyd from OpenBSD to FreeBSD, but that won't help you, either.) Oh... that is very disappointing. I have my laptop triple booted with Windows-2000, Knoppix-5.1.1 and FreeBSD-6.2 and was going to show off FreeBSD's network speed

Re: 6.2 -- Linksys wusb11 wireless supported? (oh no!)

2007-01-27 Thread Abdullah Ibn Hamad Al-Marri
://en.wikipedia.org/wiki/Comparison_of_Open_Source_Wireless_Drivers (Some people seem to be working on porting rum and zyd from OpenBSD to FreeBSD, but that won't help you, either.) Oh... that is very disappointing. I have my laptop triple booted with Windows-2000, Knoppix-5.1.1 and FreeBSD-6.2

Re: System down, won't come up (was: Oh, no....)

2006-09-02 Thread Atom Powers
On 9/1/06, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: On Friday, 1 September 2006 at 20:30:24 -0700, Gary Kline wrote: Well, gang, for about the only time in ten or eleven years, my FreeBSD has kernel crashed. The kernel err is 18 I believe a int divide by zero. I

Re: Oh, no....

2006-09-02 Thread Giorgos Keramidas
On 2006-09-01 20:30, Gary Kline [EMAIL PROTECTED] wrote: Well, gang, for about the only time in ten or eleven years, my FreeBSD has kernel crashed. The kernel err is 18 I believe a int divide by zero. I backup most stuff regularly but still have several megs of data files. Can I fix this

Re: System down, won't come up (was: Oh, no....)

2006-09-02 Thread Gary Kline
On Sat, Sep 02, 2006 at 08:33:44AM -0700, Atom Powers wrote: On 9/1/06, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: On Friday, 1 September 2006 at 20:30:24 -0700, Gary Kline wrote: Well, gang, for about the only time in ten or eleven years, my FreeBSD has kernel crashed.

Re: Oh, no....

2006-09-02 Thread Gary Kline
On Sat, Sep 02, 2006 at 07:08:40PM +0300, Giorgos Keramidas wrote: On 2006-09-01 20:30, Gary Kline [EMAIL PROTECTED] wrote: Well, gang, for about the only time in ten or eleven years, my FreeBSD has kernel crashed. The kernel err is 18 I believe a int divide by zero. I backup most stuff

Re: Oh, no....

2006-09-02 Thread Giorgos Keramidas
On 2006-09-02 11:01, Gary Kline [EMAIL PROTECTED] wrote: 100% consistent. tHe strange thing is that when I set the boot-order in the BIOS to CDROM it's ignored. (Maybe I don't have the boot CD? that occured when I was crawling out of bed!) I have all 4 f the 5.3 boxed set. So there is no

Got to the CDROM drive!! (Was: Re: Oh, no....)

2006-09-02 Thread Gary Kline
On Sat, Sep 02, 2006 at 10:49:03PM +0300, Giorgos Keramidas wrote: On 2006-09-02 11:01, Gary Kline [EMAIL PROTECTED] wrote: 100% consistent. tHe strange thing is that when I set the boot-order in the BIOS to CDROM it's ignored. (Maybe I don't have the boot CD? that occured when I was

Re: Oh, no....

2006-09-02 Thread Jerold McAllister
Gary Kline writes: gary Fatal trap 18: blah, blah Uptime 1sec Have you restarted the system that crashed? Does it consistently panic when you try to boot, or was this a panic introduced by the particular conditions of that moment? 100% consistent. tHe strange thing is

Re: System down, won't come up (was: Oh, no....)

2006-09-02 Thread Gary Kline
On Sat, Sep 02, 2006 at 08:33:44AM -0700, Atom Powers wrote: On 9/1/06, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: On Friday, 1 September 2006 at 20:30:24 -0700, Gary Kline wrote: Well, gang, for about the only time in ten or eleven years, my FreeBSD has kernel crashed.

Re: System down, won't come up (was: Oh, no....)

2006-09-02 Thread Jerold McAllister
Gary Kline writes: On Sat, Sep 02, 2006 at 08:33:44AM -0700, Atom Powers wrote: On 9/1/06, Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: On Friday, 1 September 2006 at 20:30:24 -0700, Gary Kline wrote: Well, gang, for about the only time in ten or eleven years, my FreeBSD has

From FIXIT: (was:Re: System down, won't come up (was: Oh, no....))

2006-09-02 Thread Gary Kline
On Sat, Sep 02, 2006 at 10:25:01PM -0400, Jerold McAllister wrote: Gary Kline writes: On Sat, Sep 02, 2006 at 08:33:44AM -0700, Atom Powers wrote: If it's only the data you want, try a FreeSBIE boot disk. That will give you access to the file system/network, so you can recover your data.

Oh, no....

2006-09-01 Thread Gary Kline
Well, gang, for about the only time in ten or eleven years, my FreeBSD has kernel crashed. The kernel err is 18 I believe a int divide by zero. I backup most stuff regularly but still have several megs of data files. Can I fix this with a fixit disk?

System down, won't come up (was: Oh, no....)

2006-09-01 Thread Greg 'groggy' Lehey
On Friday, 1 September 2006 at 20:30:24 -0700, Gary Kline wrote: Well, gang, for about the only time in ten or eleven years, my FreeBSD has kernel crashed. The kernel err is 18 I believe a int divide by zero. I backup most stuff regularly but still have several

Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-27 Thread Kris Anderson
--- Gary W. Swearingen [EMAIL PROTECTED] wrote: Kris Anderson [EMAIL PROTECTED] writes: I'm getting off cable (Comcast and 6 megabits) and Good move. Their fine print - Don't forget the finer print. Invisible print might be a better term; good luck even finding it before

RE: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-27 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Kris Anderson Sent: Monday, October 24, 2005 8:48 PM To: [EMAIL PROTECTED] Subject: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my Hey folks, I'm getting off cable (Comcast and 6 megabits

Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-26 Thread James Long
Tell Qwest you want to use a local ISP instead of MSN. The local ISP will give you better service, and you won't be guilty of sending money to M$. You shouldn't have any problem using an run-of-the-mill Cable/DSL router/hub to share the service with your LAN, so long as you use only one public

Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-26 Thread Brandon Weisz
On 10/25/05, Eric F Crist [EMAIL PROTECTED] wrote: On Oct 25, 2005, at 8:01 AM, Brandon Weisz wrote: Stay away from the Actiontec GT701-WG DSL router modem device Qwest is pushing. Its running linux of some sort and absolutely pukes at high PPS rates. I didnt bother trouble shooting

Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-25 Thread Eric F Crist
On Oct 24, 2005, at 10:47 PM, Kris Anderson wrote: Hey folks, I'm getting off cable (Comcast and 6 megabits) and either looking at Qwest DSL w/MSN premium or a service called Clear Wire (Wireless internet). I'm a bit baffled because Qwest says they have a deal that I could get DSL for $19.99

Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-25 Thread Brandon Weisz
On 10/25/05, Eric F Crist [EMAIL PROTECTED] wrote: On Oct 24, 2005, at 10:47 PM, Kris Anderson wrote: Hey folks, I'm getting off cable (Comcast and 6 megabits) and either looking at Qwest DSL w/MSN premium or a service called Clear Wire (Wireless internet). I'm a bit baffled

Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-25 Thread Kris Anderson
--- Eric F Crist [EMAIL PROTECTED] wrote: On Oct 24, 2005, at 10:47 PM, Kris Anderson wrote: Hey folks, I'm getting off cable (Comcast and 6 megabits) and either looking at Qwest DSL w/MSN premium or a service called Clear Wire (Wireless internet). I'm a bit baffled because

Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-25 Thread Gary W. Swearingen
Kris Anderson [EMAIL PROTECTED] writes: I'm getting off cable (Comcast and 6 megabits) and Good move. Their fine print - Don't forget the finer print. Invisible print might be a better term; good luck even finding it before committing yourself. More below. home phone pac kage ($24.99

Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-24 Thread Kris Anderson
Hey folks, I'm getting off cable (Comcast and 6 megabits) and either looking at Qwest DSL w/MSN premium or a service called Clear Wire (Wireless internet). I'm a bit baffled because Qwest says they have a deal that I could get DSL for $19.99 a month for a year. Of course the fine prints MSN is

Fwd: Re: Qwest DLS MSN Premium Linksys Router FreeBSD.. Oh my

2005-10-24 Thread Kris Anderson
Oops, I don't think this got to the list. So I'm sending just in case. --- Steve Camp [EMAIL PROTECTED] wrote: Hi, Where are you located? Oregon. I'm in Denver. I use Qwest DSL, but Dimensional Communications / Forethought (www.dim.com / www.dimensional.com / www.forethought.com) is

Re: Shell scripts, SSH sessions, and for loops, oh my!

2005-07-29 Thread Nick Larsen
Hi, You need to escape the metacharacters, so $ will be \$. Double quotes expand variables, single quotes do not, sou cou could just put it all in single quotes. The local system will see the $ as a literal, but the remote system will see it as a variable. Hope this helps some. Nick Larsen (

Re: Shell scripts, SSH sessions, and for loops, oh my!

2005-07-25 Thread Damian Gerow
Thus spake Gary W. Swearingen ([EMAIL PROTECTED]) [25/07/05 02:13]: : I'm trying to write a shell script that runs a for loop in an SSH session. : Simply, I'm trying to do this: : : for HOST in `cat hostnames` ; do : ssh ${HOST} for PROCESS in 01 02 ; do echo '${PROCESS}' ; done :

Re: Shell scripts, SSH sessions, and for loops, oh my!

2005-07-25 Thread Gary W. Swearingen
Damian Gerow [EMAIL PROTECTED] writes: Yeah, but... The current shell still interprets $SHELL, and assigns it whatever local value it has. I don't want that. I want $SHELL to be evaluated by the remote system (the on to which I am establishing the SSH connection). No, the whole object of

Shell scripts, SSH sessions, and for loops, oh my!

2005-07-24 Thread Damian Gerow
(I don't really know /where/ to ask this question. It's not particularly FreeBSD-centric, but the list has been good to me in the past, so hopefully nobody minds.) I'm trying to write a shell script that runs a for loop in an SSH session. Simply, I'm trying to do this: for HOST in `cat

Re: Shell scripts, SSH sessions, and for loops, oh my!

2005-07-24 Thread Gary W. Swearingen
Damian Gerow [EMAIL PROTECTED] writes: I'm trying to write a shell script that runs a for loop in an SSH session. Simply, I'm trying to do this: for HOST in `cat hostnames` ; do ssh ${HOST} for PROCESS in 01 02 ; do echo '${PROCESS}' ; done done But because this is run in a

Re: Gigabits, watchdog timeouts and downtime, oh my!

2004-07-06 Thread Thomas Moyer
Brad Waite wrote: Thomas Moyer wrote: Brad Waite wrote: Hey all, Decided to move into the Gigabit world yesterday and picked up a SMC 9452TX for my 4.10-STABLE box. I rebuilt the kernel with the sk device and while it works somewhat, I'm getting 'sk0: watchdog timeout' errors and the card goes

Re: [OT] fetchmail, procmail and mutt (oh my!)

2004-07-02 Thread Geert Hendrickx
Problem: If I put 'mda /usr/local/bin/procmail' in the .fetchmailrc lines, procmail puts the emails in the correct mbox files; but mutt complains that the files are not valid email files and refuses to read them. Make it 'mda /usr/local/bin/procmail -d %T' and it'll work fine. Without the

Re: [OT] fetchmail, procmail and mutt (oh my!)

2004-07-01 Thread Toni Schmidbauer
On Wed, Jun 30, 2004 at 09:46:31PM -0500, Andrew L. Gould wrote: If I put 'mda /usr/local/bin/procmail' in the .fetchmailrc lines, procmail puts the emails in the correct mbox files; but mutt complains that the files are not valid email files and refuses to read them. i've this line in my

[OT] fetchmail, procmail and mutt (oh my!)

2004-06-30 Thread Andrew L. Gould
Background: When I travel, I use access a home server via ssh and deal with my email using console applications. I obtain my email from several sources using fetchmail. I have a .procmailrc file that properly puts the emails into specified mbox files -- so far so good. Problem: If I put 'mda

Re: [OT] fetchmail, procmail and mutt (oh my!)

2004-06-30 Thread Erik Trulsson
On Wed, Jun 30, 2004 at 09:46:31PM -0500, Andrew L. Gould wrote: Background: When I travel, I use access a home server via ssh and deal with my email using console applications. I obtain my email from several sources using fetchmail. I have a .procmailrc file that properly puts the

Re: [OT] fetchmail, procmail and mutt (oh my!)

2004-06-30 Thread Giorgos Keramidas
On 2004-06-30 21:46, Andrew L. Gould [EMAIL PROTECTED] wrote: Problem: If I put 'mda /usr/local/bin/procmail' in the .fetchmailrc lines, procmail puts the emails in the correct mbox files; but mutt complains that the files are not valid email files and refuses to read them. [...] Here's the

Re: [OT] fetchmail, procmail and mutt (oh my!)

2004-06-30 Thread Andrew L. Gould
On Wednesday 30 June 2004 10:37 pm, Erik Trulsson wrote: On Wed, Jun 30, 2004 at 09:46:31PM -0500, Andrew L. Gould wrote: Background: When I travel, I use access a home server via ssh and deal with my email using console applications. I obtain my email from several sources using

VMWare 3, USB, devusbfs... Oh my...

2003-12-26 Thread Jacob S. Barrett
So I have done some googling and have come up with more questions than answers. Has anyone been successful at getting USB devices to work with the vmware3 port? I saw some messages over a year ago about needing to port usbdevfs to FreeBSD for Linux compat. After that I can't find any

Re: black screens and fat32 and fsck, oh my...

2003-11-02 Thread Lowell Gilbert
1) You probably lost the data on the external drive; using the whole-disk device for new filesystems will tend to do that. That means it probably isn't FAT32 any more. 2) Don't use fsck on an active partition. That means umount it first, or at *least* re-mount it read-only. 3)

black screens and fat32 and fsck, oh my...

2003-11-01 Thread Andrew B
notebook drive I have that fits, good external storage for this poor BSD box with about 3 gigs total on it. Course, I often rip out the USB cable of the poor fat32 drive without umounting it. I try one day: [~]# mount /dev/da0 /mnt/USB mount: /dev/da0 on /mnt/USB: incorrect super block Oh, no, I think

Blank terminals, no monitor signal, oh my...

2003-10-23 Thread Andrew B
This has happened to me 3-5 times so far, in the past two months. The ttyvs are all black, the monitor acts as though it gets no signal... kind of. Specifically, the monitor will power down the screen after a bit, as normal. However, instead of the light blinking on 1 second intervals or so, it

NFS / MBUFs, oh my!

2003-04-01 Thread Eric Anderson
On a FreeBSD 4.7-RELEASE machine, running as a super heavily loaded NFS server, I occasionally get messages like: All mbuf clusters exhausted, please see tuning(7). All mbufs exhausted, please see tuning(7). All mbufs exhausted, please see tuning(7). All mbuf clusters exhausted, please see

oh my god the nasa shuttle blewup

2003-02-01 Thread JoeB
Seven soles lost in the disaster. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: adduser .. revisited, an apology .. oh come on

2002-12-31 Thread Cliff Sarginson
Adding a user should not be rocket science, If the old time Bill Joy lovers would realise that 'csh sucks big time, we may avoid a lot of problems. If anyone can prove to me that csh is superior in any respect to bash, then please tell me. -- Regards Cliff Sarginson The Netherlands [

Re: adduser .. revisited, an apology .. oh come on

2002-12-31 Thread Miguel Mendez
On Tue, 31 Dec 2002 19:16:31 +0100 Cliff Sarginson [EMAIL PROTECTED] wrote: Adding a user should not be rocket science, It isn't. If the old time Bill Joy lovers would realise that 'csh sucks big time, we may avoid a lot of problems. You can always use /bin/sh, and yes, it does history

Re: adduser .. revisited, an apology .. oh come on

2002-12-31 Thread Stacey Roberts
On Tue, 2002-12-31 at 18:30, Miguel Mendez wrote: On Tue, 31 Dec 2002 19:16:31 +0100 Cliff Sarginson [EMAIL PROTECTED] wrote: Adding a user should not be rocket science, It isn't. If the old time Bill Joy lovers would realise that 'csh sucks big time, we may avoid a lot of

Uh-oh... fsck can't repair my files-partition!

2002-10-22 Thread Pascal Giannakakis
Hello, after a total systemfreeze - probably due to a new installed kernel - i had to do a few resets. That bashed a few partiotions, among them the /files, which is my largest and most valuable with around 30 GB. All could be cleaned except of files, here is the output: -- # fsck /files **

Re: Uh-oh... fsck can't repair my files-partition!

2002-10-22 Thread chip . wiegand
[EMAIL PROTECTED] wrote on 10/22/2002 12:58:49 PM: Hello, after a total systemfreeze - probably due to a new installed kernel - i had to do a few resets. That bashed a few partiotions, among them the /files, which is my largest and most valuable with around 30 GB. All could be cleaned

Re: Uh-oh... fsck can't repair my files-partition!

2002-10-22 Thread Pascal Giannakakis
Howabout answering these questions with 'yes' instead of 'no'? That always works for me. In fact, I have a hard drive on it's last legs, the other day it apparently crashed, I hard-reset the computer, ran fsck -y on that disk and finally after running this about 8 times it finally was marked

Re: Uh-oh... fsck can't repair my files-partition!

2002-10-22 Thread Pascal Giannakakis
LOL There is no prompt to type y or n, and it is the same with fsck -y. Sorry for not mentioning this. Meanwhile i got the tip to try... Dismount the volume before running fsck. The (NO WRITE) message means that the filesystem was in use or otherwise read-only. YES :D Thank you