Building and running new package versions not yet in ports?

2010-08-12 Thread Thomas Mueller
What do I do if I want to build and run a package where version in ports collection is not up-to-date, and I want to build and run the current release version of that package, like Abiword 2.8.6 for instance, when version in ports is behind? Or maybe I want to try a new alpha or beta developmen

Re: Is there a way to rebuild 32-bit libraries under amd64?

2010-08-12 Thread b. f.
>I have 8.0-STABLE amd64 machine, and I need to run some 32-bit FreeBSD >process which runs fine on 8.0-STABLE i386. > >So I copied all shared libs needed by it from i386 into there respective >locations on amd64, but under lib32/ folder. > libexecinfo.so.1 => /usr/local/lib32/libexecinfo.s

Re: Telnet => servname ai_socktype error

2010-08-12 Thread Dan Nelson
In the last episode (Aug 12), jaymax said: > > FreeBSD my.domain.com 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 > UTC 2009 > r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > Testing a Qmail SMTP installation with Telnet > > (normally use SSH for networking) >

Telnet => servname ai_socktype error

2010-08-12 Thread jaymax
FreeBSD my.domain.com 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri May 1 08:49:13 UTC 2009 r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Testing a Qmail SMTP installation with Telnet (normally use SSH for networking) Temporary Telnet set up for testing ==> _ _ _ _ _ _ _ _ _ _

Re: UPS question

2010-08-12 Thread Al Plant
Ryan Coleman wrote: On Aug 12, 2010, at 12:52 PM, Al Plant wrote: David Brodbeck wrote: On Wed, August 11, 2010 1:18 pm, Ryan Coleman wrote: On Aug 11, 2010, at 3:06 PM, David Brodbeck wrote: On Wed, August 11, 2010 12:25 pm, Ryan Coleman wrote: He thinks that at 500W needed it would give

Re: X11 question

2010-08-12 Thread Fred Boatwright
Indeed you are right. I installed xinit from ports but something didn't happen as it should have. I tried again using pkg_add as you suggested and startx does exist now. I installed olvwm several days ago and it did not pull in the xorg stuff also. Thanks for the help! Best regards, Fred Samu

Is there a way to rebuild 32-bit libraries under amd64?

2010-08-12 Thread Yuri
I have 8.0-STABLE amd64 machine, and I need to run some 32-bit FreeBSD process which runs fine on 8.0-STABLE i386. So I copied all shared libs needed by it from i386 into there respective locations on amd64, but under lib32/ folder. libexecinfo.so.1 => /usr/local/lib32/libexecinfo.so.1

Re: X11 question

2010-08-12 Thread Warren Block
On Thu, 12 Aug 2010, Chris Hill wrote: On Thu, 12 Aug 2010, Fred Boatwright wrote: [snip] I installed x11-servers/xorg-server but maybe should have installed Xorg instead. However, from looking at the pkg-descr for xorg it looks like it will install a huge amount of software that will not ge

Re: X11 question

2010-08-12 Thread Chris Hill
On Thu, 12 Aug 2010, Fred Boatwright wrote: [snip] I installed x11-servers/xorg-server but maybe should have installed Xorg instead. However, from looking at the pkg-descr for xorg it looks like it will install a huge amount of software that will not get used. I am reluctant to do this. I

Re: OpenOffice.org 3.2.1 build error

2010-08-12 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Caleb Stein wrote: > Whenever I try to build OOo, I get this error: http://pastebin.com/8DBKJAhb > > How do I rebuild cppunit? Hi Caleb, A few resources suggest that the error is caused by a conflict with the installed devel/cppunit package. Can yo

OpenOffice.org 3.2.1 build error

2010-08-12 Thread Caleb Stein
Whenever I try to build OOo, I get this error: http://pastebin.com/8DBKJAhb How do I rebuild cppunit? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-qu

Re: X11 question

2010-08-12 Thread Samuel Martín Moro
On Thu, Aug 12, 2010 at 11:43 PM, Fred Boatwright wrote: > pkg_info | grep xinit doesn't return anything > then, you doesn't have installed xinit, and startx can't be here pkg_add -rv xinit and then, if it doesn't fail, try again: rehash which startx > rehash > which startx > startx: Command no

Re: X11 question

2010-08-12 Thread Fred Boatwright
pkg_info | grep xinit doesn't return anything rehash which startx startx: Command not found whereis X X: /usr/local/bin/X pkg_which /usr/local/bin/X pkg_which: Command not found Oliver: I used your porgle tool to find pkg_which and will install it later. Porgle appears to be a very useful too

Re: releases, branches,..

2010-08-12 Thread Polytropon
On Thu, 12 Aug 2010 23:02:01 +0200, Dick Hoogendijk wrote: > Thank you. I will follow RELEASE than. Also a thanks to Svein. ;-) Is > RELEASE automaticaly set in a fresh FreeBSD install or do I need to > change anything? The freebsd-update program will track RELEASE-p because this is what it can

Re: releases, branches,..

2010-08-12 Thread Rocky Borg
On 8/12/2010 2:02 PM, Dick Hoogendijk wrote: On 12-8-2010 22:53, Polytropon wrote: On Thu, 12 Aug 2010 22:46:18 +0200, Dick Hoogendijk wrote: I'm running 8.1-RELEASE now, but what about security issues found? Which brach do I follow? In this case, use "freebsd-update" to track -RELEASE; you

Re: releases, branches,..

2010-08-12 Thread Dick Hoogendijk
On 12-8-2010 22:53, Polytropon wrote: On Thu, 12 Aug 2010 22:46:18 +0200, Dick Hoogendijk wrote: I'm running 8.1-RELEASE now, but what about security issues found? Which brach do I follow? In this case, use "freebsd-update" to track -RELEASE; you will get the security patches by binary updati

Re: releases, branches,..

2010-08-12 Thread Polytropon
On Thu, 12 Aug 2010 22:46:18 +0200, Dick Hoogendijk wrote: > My years of OpenSolaris made me forget the use of releases and branches. > I'm not into too much compiling anymore. I want a stable, but also safe > server. > I'm running 8.1-RELEASE now, but what about security issues found? > What d

Re: releases, branches,..

2010-08-12 Thread Svein Skogen (Listmail account)
On 12.08.2010 22:46, Dick Hoogendijk wrote: > My years of OpenSolaris made me forget the use of releases and branches. > I'm not into too much compiling anymore. I want a stable, but also safe > server. > I'm running 8.1-RELEASE now, but what about security issues found? > What do I need to run if

releases, branches,..

2010-08-12 Thread Dick Hoogendijk
My years of OpenSolaris made me forget the use of releases and branches. I'm not into too much compiling anymore. I want a stable, but also safe server. I'm running 8.1-RELEASE now, but what about security issues found? What do I need to run if I want the lates and needed security patches? I do

Re: X11 question

2010-08-12 Thread Tim Kellers
Fred, From man startx(1): SEE ALSO xinit(1), X(7), Xserver(1), Xorg(1), xorg.conf(5) Try: # whereis X If X is installed, it should return: # X: /usr/local/bin/X pkg_which if X is installed should return: # pkg_which /usr/local/bin/X xorg-server-1.7.5,1 If it doesn't, then the full

Re: X11 question

2010-08-12 Thread Samuel Martín Moro
pkg_info | grep xinit rehash (if using some *csh) which startx ? Samuel Martín Moro {EPITECH.} tek4 CamTrace S.A.S (+033) 1 41 38 37 60 1 Allée de la Venelle 92150 Suresnes FRANCE "Nobody wants to say how this works. Maybe nobody knows ..." Xorg.conf(5) On Thu, A

Re: UPS question

2010-08-12 Thread Ryan Coleman
On Aug 12, 2010, at 2:49 PM, David Brodbeck wrote: > > On Aug 12, 2010, at 12:40 PM, Ryan Coleman wrote: >> Yes. The downside comes from when the BIOS is told to turn on the server at, >> say, 10pm and the power is still out... it starts the process and runs out >> of battery mid-way through t

Re: X11 question

2010-08-12 Thread Fred Boatwright
Hi Oliver and Tim, I installed xinit but startx still doesn't exist. whereis returns nothing and man startx returns nothing. Fred Tim Kellers wrote: > > /usr/ports/x11/xinit > > On my system (with X, obviously, already installed): > > beta# whereis startx > > startx: /usr/local/bin/startx /

Re: ZFS data from snv_b134 to fbsd

2010-08-12 Thread David Brodbeck
On Aug 12, 2010, at 12:31 PM, Dick Hoogendijk wrote: On 12-8-2010 20:04, David Brodbeck wrote: On Aug 12, 2010, at 6:10 AM, Dick Hoogendijk wrote: I want to transfer a lot of ZFS data from an old OpenSolaris ZFS mirror (v22) to a new FreeBSD-8.1 ZFs mirror (v14). I'm NOT a ZFS expert, but

Re: UPS question

2010-08-12 Thread David Brodbeck
On Aug 12, 2010, at 12:40 PM, Ryan Coleman wrote: Yes. The downside comes from when the BIOS is told to turn on the server at, say, 10pm and the power is still out... it starts the process and runs out of battery mid-way through the boot before it gets the chance to load the UPS controller.

Re: ZFS data from snv_b134 to fbsd

2010-08-12 Thread Dan Nelson
In the last episode (Aug 12), David Brodbeck said: > On Aug 12, 2010, at 6:10 AM, Dick Hoogendijk wrote: > > I want to transfer a lot of ZFS data from an old OpenSolaris ZFS mirror > > (v22) to a new FreeBSD-8.1 ZFs mirror (v14). If I boot off the > > OpenSolaris boot CD and import both mirrors wi

Re: UPS question

2010-08-12 Thread Ryan Coleman
On Aug 12, 2010, at 12:52 PM, Al Plant wrote: > David Brodbeck wrote: >> On Wed, August 11, 2010 1:18 pm, Ryan Coleman wrote: >>> On Aug 11, 2010, at 3:06 PM, David Brodbeck wrote: >>> On Wed, August 11, 2010 12:25 pm, Ryan Coleman wrote: > He thinks that at 500W needed it would give me

Re: ZFS data from snv_b134 to fbsd

2010-08-12 Thread Dick Hoogendijk
On 12-8-2010 20:04, David Brodbeck wrote: On Aug 12, 2010, at 6:10 AM, Dick Hoogendijk wrote: I want to transfer a lot of ZFS data from an old OpenSolaris ZFS mirror (v22) to a new FreeBSD-8.1 ZFs mirror (v14). I'm NOT a ZFS expert, but I think it should be OK as long as you don't upgrade th

Re: X11 question

2010-08-12 Thread Tim Kellers
/usr/ports/x11/xinit On my system (with X, obviously, already installed): beta# whereis startx startx: /usr/local/bin/startx /usr/local/man/man1/startx.1.gz beta# pkg_which /usr/local/bin/startx xinit-1.2.0 beta# whereis xinit xinit: /usr/local/bin/xinit /usr/local/man/man1/xinit.1.gz /us

Re: UPS question

2010-08-12 Thread Al Plant
David Brodbeck wrote: On Wed, August 11, 2010 1:18 pm, Ryan Coleman wrote: On Aug 11, 2010, at 3:06 PM, David Brodbeck wrote: On Wed, August 11, 2010 12:25 pm, Ryan Coleman wrote: He thinks that at 500W needed it would give me about 12 minutes on a 1400VA. My consideration is, then, give the

Re: Grepping a list of words

2010-08-12 Thread John R. Levine
> Gee, 50 words, that's about a 300 character pattern, that's not a problem > for any shell or version of grep I know. > > But reading the words from a file is equivalent and as you note most > likely easier to do. The question is what is more efficient. This might be important if that kind of g

Re: ZFS data from snv_b134 to fbsd

2010-08-12 Thread David Brodbeck
On Aug 12, 2010, at 6:10 AM, Dick Hoogendijk wrote: I want to transfer a lot of ZFS data from an old OpenSolaris ZFS mirror (v22) to a new FreeBSD-8.1 ZFs mirror (v14). If I boot off the OpenSolaris boot CD and import both mirrors will the copying from v22 ZFS to v14 ZFS be harmless? I'm not

Re: Grepping a list of words

2010-08-12 Thread Chip Camden
Quoth Anonymous on Thursday, 12 August 2010: > Oliver Fromme writes: > > > John Levine wrote: > > > > > % egrep 'word1|word2|word3|...|wordn' filename.txt > > > > > > > Thanks for the replies. This suggestion won't do the job as the list of > > > > words is very long, maybe 50-60. This is w

Re: Grepping a list of words

2010-08-12 Thread Anonymous
Oliver Fromme writes: > John Levine wrote: > > > > % egrep 'word1|word2|word3|...|wordn' filename.txt > > > > > Thanks for the replies. This suggestion won't do the job as the list of > > > words is very long, maybe 50-60. This is why I asked how to place them > all > > > in a file. One r

Re: X11 question

2010-08-12 Thread Oliver Fromme
Fred Boatwright wrote: > Where would I find startx? I assume it is part one of the ports > under X11 but I don't want to install all of them to find it. It's in x11/xinit. You can use "porgle" to find out: http://www.secnetix.de/tools/porgle/porgle.py?w=p&q=startx It has four hits, but it's

Re : Re : Re : How to connect a jail to the web ?

2010-08-12 Thread Brice ERRANDONEA
> Where did you get that second IP address from? Did you just > add it manually? Or is that the address that your gateway > (DSL router, whatever) got assigned from your ISP? I added it manually in rc.conf (on the host) : hostname="FreeBSD.ici" ifconfig_rl0="DHCP" keymap="fr.iso.acc" (y

Re: Grepping a list of words

2010-08-12 Thread Oliver Fromme
John Levine wrote: > > > % egrep 'word1|word2|word3|...|wordn' filename.txt > > > Thanks for the replies. This suggestion won't do the job as the list of > > words is very long, maybe 50-60. This is why I asked how to place them all > > in a file. One reply dealt with using a file with egrep

X11 question

2010-08-12 Thread Fred Boatwright
Hello, Where would I find startx? I assume it is part one of the ports under X11 but I don't want to install all of them to find it. Also, is p5-Tk the same as Perl/Tk? Best regards, Fred ___ freebsd-questions@freebsd.org mailing list http://lists.fr

Re: Grepping a list of words

2010-08-12 Thread John Levine
>>% egrep 'word1|word2|word3|...|wordn' filename.txt >Thanks for the replies. This suggestion won't do the job as the list of >words is very long, maybe 50-60. This is why I asked how to place them all >in a file. One reply dealt with using a file with egrep. I'll try that. Gee, 50 words, that's

Re: Re : Re : How to connect a jail to the web ?

2010-08-12 Thread Oliver Fromme
Brice ERRANDONEA wrote: > On the host, when the jail is not running : > > %ifconfig > rl0: flags=8843 metric 0 mtu 1500 > options=8 > ether 00:11:09:15:72:6a > inet 192.168.1.38 netmask 0xff00 broadcast 192.168.1.255 > media: Ethernet autoselect (100bas

Re : Re : How to connect a jail to the web ?

2010-08-12 Thread Brice ERRANDONEA
Here they are. On the host, when the jail is not running : %ifconfig rl0: flags=8843 metric 0 mtu 1500 options=8 ether 00:11:09:15:72:6a inet 192.168.1.38 netmask 0xff00 broadcast 192.168.1.255 media: Ethernet autoselect (100baseTX ) status: active fwe0

ZFS data from snv_b134 to fbsd

2010-08-12 Thread Dick Hoogendijk
I want to transfer a lot of ZFS data from an old OpenSolaris ZFS mirror (v22) to a new FreeBSD-8.1 ZFs mirror (v14). If I boot off the OpenSolaris boot CD and import both mirrors will the copying from v22 ZFS to v14 ZFS be harmless? I'm not sure if this is teh right mailinglist for this question

ISC eventlib

2010-08-12 Thread PALAIA, FRANK J (ATTSI)
Hello folks, I'm a big fan of your work. I'm working on an application that essentially requires an eventlib (evSetTimer, etc.) All the research I've done points to bind9 and, I guess, trying to extract it from there. I actually tried extracting some files from bind9 and building a libevent.a but i

Re: Re : How to connect a jail to the web ?

2010-08-12 Thread Oliver Fromme
Brice ERRANDONEA wrote: > 192.168.1.38 is the private address of rl0 on my host. 93.0.168.242 is the > public one. I tried both as the jail's address. With the private one, > neither > portsnap nor ping work at all. > > With the public one, I get this result : > [...] > FreeBSD# jexec

Re: Qlogic FC controller

2010-08-12 Thread Arek Czereszewski
W dniu 2010-08-12 14:04, claudiu vasadi pisze: Arek, man isp shows: Qlogic 2422 Qlogic 2422 Optical Fibre Channel PCI cards (4 Gigabit) Qlogic 2432 Qlogic 2432 Optical Fibre Channel PCIe cards (4 Gigabit) and the hw list shows t

Re: Grepping a list of words

2010-08-12 Thread Jack L. Stone
At 05:14 PM 8.12.2010 +0530, Ashish SHUKLA wrote: >Jack L Stone writes: >> Kindly appreciate help with how to grep (or similar) a list of words to >> determine if any of them are in a file rather than grepping one word at a >> time. > >#v+ >% egrep 'word1|word2|word3|...|wordn' filename.txt >#v- >

Re: Qlogic FC controller

2010-08-12 Thread claudiu vasadi
Arek, man isp shows: Qlogic 2422 Qlogic 2422 Optical Fibre Channel PCI cards (4 Gigabit) Qlogic 2432 Qlogic 2432 Optical Fibre Channel PCIe cards (4 Gigabit) and the hw list shows the same. What exactly are you trying to say here ? _

Re: Qlogic FC controller

2010-08-12 Thread Arek Czereszewski
W dniu 2010-08-12 13:50, claudiu vasadi pisze: Hi, If you check http://www.freebsd.org/releases/8.1R/hardware.html you will see that both are supported by the isp(4) driver In man are only 2432 and 2422 also on 8.1 hardware site. Or maybe I'm blind. Regards Arek -- Arek Czereszewski arek (at

Re: Qlogic FC controller

2010-08-12 Thread claudiu vasadi
Hi, If you check http://www.freebsd.org/releases/8.1R/hardware.html you will see that both are supported by the isp(4) driver ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Grepping a list of words

2010-08-12 Thread Ashish SHUKLA
Jack L Stone writes: > Kindly appreciate help with how to grep (or similar) a list of words to > determine if any of them are in a file rather than grepping one word at a > time. #v+ % egrep 'word1|word2|word3|...|wordn' filename.txt #v- 'word1|word2|word3|...|wordn' is the regular expression, so

Re: Grepping a list of words

2010-08-12 Thread Arthur Chance
On 08/12/10 00:00, Jack L. Stone wrote: Kindly appreciate help with how to grep (or similar) a list of words to determine if any of them are in a file rather than grepping one word at a time. fgrep, aka grep -F A snippet from "man grep": -F, --fixed-strings Interpret PAT

Re: Page fault in kernel when using CD, BSD 7.2

2010-08-12 Thread Mark Terribile
Hi, > Second problem: on a machine (Core 2 Quad, 2.24 GHz) the > CD/DVD drive has started to give me page faults in the kernel. > The "press any key on the console" to halt the reboot does > not work. > > Okay, now it's happening with nothing but the fsck > running. > It takes maybe fifteen minu

Re: Grepping a list of words

2010-08-12 Thread Rodrigo Gonzalez
On Wed, 11 Aug 2010 18:00:22 -0500 "Jack L. Stone" wrote: > Kindly appreciate help with how to grep (or similar) a list of words > to determine if any of them are in a file rather than grepping one > word at a time. > Use egrep egrep "(word1|word2)" signature.asc Description: PGP signature

Qlogic FC controller

2010-08-12 Thread Arek Czereszewski
Hi We are planning to buy new servers which we would like connect to disk array via FC. We have 2 options for this servers: Qlogic QLE2462 or QLE2460. I check in isp man but only 2432 and 2422 are supported. Is any chance to use one of this cards on freebsd? I found some informations about wor

RE: Page fault in kernel when using CD, BSD 7.2

2010-08-12 Thread Graeme Dargie
-Original Message- From: Mark Terribile [mailto:materrib...@yahoo.com] Sent: 12 August 2010 03:32 To: freebsd-questions@freebsd.org Subject: Page fault in kernel when using CD, BSD 7.2 Hi, In the last two days I've had two nasty problems on two machines. The first started dumping cor

Re: Grepping a list of words

2010-08-12 Thread Anonymous
"Jack L. Stone" writes: > Kindly appreciate help with how to grep (or similar) a list of words to > determine if any of them are in a file rather than grepping one word at a > time. Perhaps, `-e' option? $ printf 'foo\nbar\n' | fgrep -e foo -e bar foo bar _

Re: Grepping a list of words

2010-08-12 Thread Thomas Dickey
On Wed, Aug 11, 2010 at 06:00:22PM -0500, Jack L. Stone wrote: > Kindly appreciate help with how to grep (or similar) a list of words to > determine if any of them are in a file rather than grepping one word at a > time. put the list in a file, and use grep -f better, use the \< and \> markers on

Re: Grepping a list of words

2010-08-12 Thread Daniel Bye
On Wed, Aug 11, 2010 at 06:00:22PM -0500, Jack L. Stone wrote: > Kindly appreciate help with how to grep (or similar) a list of words to > determine if any of them are in a file rather than grepping one word at a > time. Something like this should do the trick: egrep "(word1|word2|word3)" file D

hast

2010-08-12 Thread Julien Cigar
Hello, I would like to test HAST / CARP as a cheap redundant storage solution. Apart NFS, are there other ways to export the file system of the HAST box? Thanks, Julien -- No trees were killed in the creation of this message. However, many electrons were terribly inconvenienced. ___

Re: How to connect a jail to the web ?

2010-08-12 Thread Oliver Fromme
David Allen wrote: > I've read comments in the past about setting up jails using local > loopback addresses, but I'm wondering if you wouldn't mind elaborating > on what the actual pf rules would look like. > > Say you have 3 jails and more than one public IP address: > > ns127.0.0.

Re: Skype

2010-08-12 Thread Alex Huth
On Wed, Aug 11, 2010 at 08:00:28AM -1000, p...@pair.com wrote: > in message <20100811124006.ga2...@borusse.ewmr.base>, > wrote Alex Huth thusly... > > > > Is anyone using skype on freebsd 8 and can tell me how to do the > > setup? Seem to be that there is no port and on the website i find > > no p

Re : How to connect a jail to the web ?

2010-08-12 Thread Brice ERRANDONEA
192.168.1.38 is the private address of rl0 on my host. 93.0.168.242 is the public one. I tried both as the jail's address. With the private one, neither portsnap nor ping work at all. With the public one, I get this result : FreeBSD# sysctl security.jail.allow_raw_sockets=1 security.jail.allow

Re: UPS question

2010-08-12 Thread Michael Powell
Oliver Fromme wrote: > Ryan Coleman wrote: > > He thinks that at 500W needed it would give me about 12 minutes on > > a 1400VA. > > That W and VA numbers of the UPS are pretty much irrelevant, > because they tell nothing about the capacity of the battery. > Those numbers only give an upper lim

Re: Jail from dump/restore?

2010-08-12 Thread Christer Solskogen
On Wed, Aug 11, 2010 at 10:57 PM, Chris Maness wrote: > Is it possible to create a jail from a dump/restore of a real system. > If so, would I just restore the dump to the jail tld? > That should be possible yes. But it's probably a better idea to just create a new jail and transfer the data, the

Page fault in kernel when using CD, BSD 7.2

2010-08-12 Thread Mark Terribile
Hi, In the last two days I've had two nasty problems on two machines. The first started dumping core on epiphany, apparently when the Javascript garbage collector ran. I found that the fan on the video card was running and stopping. I jury-rigged a fan over it (until I get a new one) and th

Anyone client-bridge'ing with ath(4) ?

2010-08-12 Thread Brian A. Seklecki (CFI NOC)
All: It's a bit hard to track where we stand with this issue. Is anyone having success running client-bridge (wifi0 in client mode, briding to wired interfaces)? From assorted posts, I understand ath(4) can't transmit from arbitrary source MACs or there's some limitation to the the

Page fault in kernel when using CD, BSD 7.2

2010-08-12 Thread Mark Terribile
Hi, > Second problem: on a machine (Core 2 Quad, 2.24 GHz) the > CD/DVD drive has started to give me page faults in the kernel. > The "press any key on the console" to halt the reboot does > not work. Okay, now it's happening with nothing but the fsck running. It takes maybe fifteen minutes. I

Re: UPS question

2010-08-12 Thread Ryan Coleman
On Aug 11, 2010, at 6:01 PM, David Brodbeck wrote: > On Wed, August 11, 2010 1:18 pm, Ryan Coleman wrote: >> On Aug 11, 2010, at 3:06 PM, David Brodbeck wrote: >> >>> On Wed, August 11, 2010 12:25 pm, Ryan Coleman wrote: He thinks that at 500W needed it would give me about 12 minutes on a >

Grepping a list of words

2010-08-12 Thread Jack L. Stone
Kindly appreciate help with how to grep (or similar) a list of words to determine if any of them are in a file rather than grepping one word at a time. Thanks for any suggestions... All the best, Jack (^_^) Happy trails, Jack L. Stone System Admin Sage-american _

Re: ftp login failing after upgrade to 8.1

2010-08-12 Thread Robert Bonomi
> Date: Tue, 10 Aug 2010 14:23:22 -0700 > From: Chris Maness > To: Mark Tinguely > Cc: freebsd-questions@freebsd.org > Subject: Re: ftp login failing after upgrade to 8.1 > > On Tue, Aug 10, 2010 at 2:19 PM, Mark Tinguely wro= > te: > > Chris Maness wrote: > >> > >> On Tue, Aug 10, 2010 at 2:07

Re: UPS question

2010-08-12 Thread David Brodbeck
On Wed, August 11, 2010 1:18 pm, Ryan Coleman wrote: > On Aug 11, 2010, at 3:06 PM, David Brodbeck wrote: > >> On Wed, August 11, 2010 12:25 pm, Ryan Coleman wrote: >>> He thinks that at 500W needed it would give me about 12 minutes on a >>> 1400VA. My consideration is, then, give the server 2 minu