Re: Opera

2002-12-04 Thread Franklin Pierce
- Original Message - From: "Wilkinson,Alex" <[EMAIL PROTECTED]> Date: Wed, 4 Dec 2002 11:36:24 +1030 (CST) To: Peter Milne <[EMAIL PROTECTED]> Subject: Re: Opera > >How do I get rid of it all or how do I fix it? > > shell> pkg_delete /var/db/pkg/opera* > > - aW Helpful, to say

Re: Removing sendmail and getting roots mail

2002-12-04 Thread Franklin Pierce
- Original Message - From: Tim Peters <[EMAIL PROTECTED]> Date: Wed, 4 Dec 2002 16:28:03 +1030 To: Grant Cooper <[EMAIL PROTECTED]> Subject: Re: Removing sendmail and getting roots mail > On Tue, Dec 03, 2002 at 08:13:44PM -0800, Grant Cooper wrote: > > If I remove sendmail will th

[no subject]

2002-12-04 Thread Partha Debnath
sir, please send me all category's some free megazine's,catalogs, Brochures, CD'c, book's and ect., also send some free products. For Men's my Jeans - 32 my shirt size haff- 40 my shirt size full- XXL my mailimg address is Partha Debnath, C/O.Sankar Dey, Northbanamali pur, Near Citty Office. Aga

Re: PROBLEM FOUND WAS : Re: /usr/bin/top seg faulting

2002-12-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-12-03 14:02:58 -0800: > > > flagg# top > > > Segmentation fault > > > flagg# > > I got a core file and ran gdb... I know almost nothing about gdb, but what > the heck. > > (gdb) where > #0 0x2810cbd8 in endpwent () from /usr/lib/libc.so.4 > #1 0x2810d421 in endpwent

PPP-FILTER

2002-12-04 Thread Oleg Golovanov
Dear Sirs: I have FreeBSD-3.0 with modem's pool where I must enable constraint as following user apppuser may have access to IP set x1.x2.x3.0/27 only. I found in pppd (which I am using) feature pass-filter and wrote to user's .ppprc : pass-filter 'net x1.x2.x3.0/27' but its constraint do

make fails

2002-12-04 Thread Julian Sassenscheidt
hello! i have some problems with compiling a kernel for my freebsd-4.7 system. make fails with the following error-message: if.o: In function `if_setlladdr': if.o(.text+0x1c48): undefined reference to `arp_ifinit' usb_ethersubr.o: In function `usbintr': usb_ethersubr.o(.text+0x31): undefi

Re: microuptime went backwards ??

2002-12-04 Thread bastill
Quoting Christopher Rosado <[EMAIL PROTECTED]>: > > On Wed, 4 Dec 2002 14:41:50 +1030 > [EMAIL PROTECTED] wrote: > > BCA> Makes no difference. As Greg Lehey explained earlier the only > BCA> solution is to delete all reference to APM in your kernel config file. > > He did? I see no such me

Re: make fails

2002-12-04 Thread Thomas Spreng
Hi, Please include your kernel config. On Wed, Dec 04, 2002 at 12:37:41PM +0100, Julian Sassenscheidt wrote: > hello! > > i have some problems with compiling a kernel for my freebsd-4.7 system. > make fails with the following error-message: > > if.o: In function `if_setlladdr': > if.o(.tex

Re: More then 4 IDE devices in one FreeBSD server.

2002-12-04 Thread Ceri Davies
On Tue, Dec 03, 2002 at 10:56:37PM -0500, mike wrote: > Problem is as you can guess from the subject is i got 4 120 > gig hard drives in there, and i would like to have a CDROM and maybe even > more disks as needed. > > A: What is the hardware name of the device i am looking for that will > allow

Re: More then 4 IDE devices in one FreeBSD server.

2002-12-04 Thread Ceri Davies
On Tue, Dec 03, 2002 at 08:12:47PM -0800, Mike Hogsett wrote: > > Can't you just go down into /dev and do : > > ./MAKEDEV ad4 ad5 ad6 ad7 > > and gain access to the 4 drives on a second (supported) IDE controller? Umm, two devices per controller ? Ceri -- Your weakness shall be your defeat!

Re: How do I use uvisor?

2002-12-04 Thread Dan Pelleg
Pat Lashley writes: > --On Tuesday, December 03, 2002 06:36:45 -0500 Dan Pelleg > <[EMAIL PROTECTED]> wrote: > > > Pat Lashley <[EMAIL PROTECTED]> writes: > > > >> I've been syncing my Handspring Visor over the USB cable using > >> coldsync and ugen0 for a couple of years now. One of the

Re: tool/method to convert DOS line endings to UNIX line endings

2002-12-04 Thread Warren Block
On Tue, 3 Dec 2002, D J Hawkey Jr wrote: > In article <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] writes: > > It's a bit easier if you let Perl do the heavy lifting: > > > > perl -pi -e 's/\r//g' file-to-convert > > Even easier (and "lighter") if you ditch the perl: >sed -e 's/\r//g' inpu

Jail question

2002-12-04 Thread Didier Wiroth
Hey, I'm a freebsd newbie. I was experimenting with jails. I've build an entire jail under /usr/local/jail/test which I'm accessing through the network using ssh. I thought that you can't grep any path or any information outside the jail but when I use the command "df", I can clearly see the disk

Re: Jail question

2002-12-04 Thread Paul Everlund
On Wed, 4 Dec 2002, Didier Wiroth wrote: > Hey, > I'm a freebsd newbie. I was experimenting with jails. I've build an > entire jail under /usr/local/jail/test which I'm accessing through the > network using ssh. > > I thought that you can't grep any path or any information outside the > jail but w

Re: tool/method to convert DOS line endings to UNIX line endings

2002-12-04 Thread D J Hawkey Jr
On Dec 04, at 06:05 AM, Warren Block wrote: > > On Tue, 3 Dec 2002, D J Hawkey Jr wrote: > > > In article <[EMAIL PROTECTED]>, > > [EMAIL PROTECTED] writes: > > > It's a bit easier if you let Perl do the heavy lifting: > > > > > > perl -pi -e 's/\r//g' file-to-convert > > > > Even easier (a

Re: Jail question

2002-12-04 Thread Ruben de Groot
On Wed, Dec 04, 2002 at 02:35:11PM +0100, Paul Everlund typed: > On Wed, 4 Dec 2002, Didier Wiroth wrote: > > > Hey, > > I'm a freebsd newbie. I was experimenting with jails. I've build an > > entire jail under /usr/local/jail/test which I'm accessing through the > > network using ssh. > > > > I t

Another Jail Question

2002-12-04 Thread Jeff MacDonald
Hi, I have been thinking about running 2 jails on my home server one for "work sensitive" data, the other for personal fun stuff. However i only have 1 ip at my house [static]. Could i take the server taht will have jails on it, put it behind a natd box so it has 2 ip's [192.168.0.1 and .2] and

Re: Another Jail Question

2002-12-04 Thread Ruben de Groot
On Wed, Dec 04, 2002 at 09:27:33AM -0500, Jeff MacDonald typed: > Hi, > > I have been thinking about running 2 jails on my home server > one for "work sensitive" data, the other for personal fun stuff. > > However i only have 1 ip at my house [static]. > > Could i take the server taht will have

Re: Another Jail Question

2002-12-04 Thread Kirk Strauser
At 2002-12-04T14:27:33Z, "Jeff MacDonald" <[EMAIL PROTECTED]> writes: > Could i take the server taht will have jails on it, put it behind a natd > box so it has 2 ip's [192.168.0.1 and .2] and just make the nat box, > forward packets to teh appropriate jail based upon what port they come in > on

Re: Help !!!

2002-12-04 Thread John Bleichert
On Wed, 4 Dec 2002, David Kerr wrote: > Date: Wed, 04 Dec 2002 08:41:58 +0800 > From: David Kerr <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Help !!! > > I have a problem .. hope someone can help ! > > I am running FreeBSD 4.7 and it seems that if I log in as root I can > compile mo

Re: Opera

2002-12-04 Thread John Bleichert
On Tue, 3 Dec 2002, Peter Milne wrote: > Date: Tue, 3 Dec 2002 16:11:29 -0700 > From: Peter Milne <[EMAIL PROTECTED]> > To: Free BSD Questions <[EMAIL PROTECTED]> > Subject: Opera > > Opera was working fine. I now try to load a page and it crashes and closes. Every >page, every site. I instal

Re: tool/method to convert DOS line endings to UNIX line endings

2002-12-04 Thread Jerry McAllister
> > ... Much deleted ... > > Ack. Looks like you're right, and I agree with you. If "[2addr]l" can output > '\r', "[2addr]s/regex/repl/flags" ought to understand "\r". I have to wonder > how many times I may have been bitten by this mis-feature. ;-, > > This'll work though: > sed -e 's/[[:cnt

Re: Another Jail Question

2002-12-04 Thread Alex Hayward
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > Hi, > > I have been thinking about running 2 jails on my home server > one for "work sensitive" data, the other for personal fun stuff. > > However i only have 1 ip at my house [static]. > > Could i take the server taht will have jails on it, put it behi

Re: Drive Space?

2002-12-04 Thread Jerry McAllister
> > Newbie here, > How can you tell how much free drive space you have with v4.5-stable > FreeBSD? use df(1) generally you wantdf -k to make it display in kilobytes ordf -m to make it display in megabytes You might also want to use -l if you only want

patching a file

2002-12-04 Thread Kirk R. Wythers
I have a patch that should fix a build problem with one of freebsd's ports, pybliographer. The patch needs to be applied to recode-3.6_1 to make it compatable with pybliographer (which requires recode 3.5 exactly). I want to test this patch out on my system, to see if it does all it claims to do...

Re: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > Hi, > > I have been thinking about running 2 jails on my home server > one for "work sensitive" data, the other for personal fun stuff. > > However i only have 1 ip at my house [static]. > > Could i take the server taht will have jails on it, put it behi

Re: Another Jail Question

2002-12-04 Thread Dan Pelleg
"Jeff MacDonald" <[EMAIL PROTECTED]> writes: > Hi, > > I have been thinking about running 2 jails on my home server > one for "work sensitive" data, the other for personal fun stuff. > > However i only have 1 ip at my house [static]. > > Could i take the server taht will have jails on it, put i

RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
> Yes. Or you could just run both jails on the same IP address. yeah, a few people have said this but i have a spare sparc laying around to do natd avec openbsd, so i may as well put it to good use ;) > You can run PostgreSQL in a jail - though you do need to turn the > jail.sysvipc_allowed sysct

Re: patching a file

2002-12-04 Thread Matthew Seaman
On Wed, Dec 04, 2002 at 09:46:40AM -0600, Kirk R. Wythers wrote: > I have a patch that should fix a build problem with one of freebsd's > ports, pybliographer. The patch needs to be applied to recode-3.6_1 to > make it compatable with pybliographer (which requires recode 3.5 > exactly). I want to t

RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
Hi, I run proftpd which aready allows jailed processes in a matter of speaking that is, it chroots particular users. but i have a spare sparc laying here, that is gonna do nat just fine, so i might as well use it as a dedicated firewall as well. jeff. > -Original Message- > From: [EMAI

Re: Power Management

2002-12-04 Thread Mark
- Original Message - From: "R. Zoontjens" <[EMAIL PROTECTED]> To: "Joseph Maxwell" <[EMAIL PROTECTED]>; "freebsd-questions@FreeBSD. ORG" <[EMAIL PROTECTED]> Sent: Monday, December 02, 2002 8:49 PM Subject: RE: Power Management > APC Powerchute software does not work for FreeBSD, but apcup

Re: tool/method to convert DOS line endings to UNIX line endings

2002-12-04 Thread D J Hawkey Jr
On Dec 04, at 10:20 AM, Jerry McAllister wrote: > > > This'll work though: > > sed -e 's/[[:cntrl:]]$//g' > > > > > > I like the tr(1) conversion too, but I always seem to think in terms of > > > > sed(1) and awk(1). > > > > And if that sed(1) solution is still "too loose", the tr(1) solutio

Re: More then 4 IDE devices in one FreeBSD server.

2002-12-04 Thread Doug Reynolds
On Tue, 03 Dec 2002 20:12:47 -0800, Mike Hogsett wrote: > >Can't you just go down into /dev and do : > > >./MAKEDEV ad4 ad5 ad6 ad7 > >and gain access to the 4 drives on a second (supported) IDE controller? I know i did that when i installed a promise ATA66&100 addon card.. I had to make ad4 5 6

maxusers and random system freezes

2002-12-04 Thread Varshavchick Alexander
Hi people, Can it be so that kernel maxusers=768 value being more than 512 leads to spontaneous system freezes which can take up to several hours when the system is just sleeping (only replying to ping) and doing nothing else, not allowing to telnet or anything. The system is 4.5-STABLE with much

[no subject]

2002-12-04 Thread Peter Jamrisko
Hello, I already install FreeBSD 4.6. How to I change sendmail configuration, when I changed hostname and domain name? Default sendmail's installation working, but when I change hostname, all sending mails terminated in CLIENTMQUEUE folder. Please step-by-step help. Thanks. Peter -- Vyhra

Re: Dual Processor

2002-12-04 Thread Kris Kennaway
On Wed, Dec 04, 2002 at 10:45:55AM +0530, Abhay Kumar Srivastava wrote: > > Hi, > I want to run freeBSD 3.2 on a dual processor intell xenon > machine. I tried using the SMP option in the config file. Is there a > utility by which i can accertain if freeBSD has detected both the > processo

RE:

2002-12-04 Thread Jeff MacDonald
Step by step in all honesty remove sendmail install postfix or qmail enjoy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Peter Jamrisko > Sent: Wednesday, December 04, 2002 11:58 AM > To: freebsd question > Subject: > > > Hello, > > I alrea

Re:

2002-12-04 Thread Yann Golanski
Quoth Jeff MacDonald on Wed, Dec 04, 2002 at 11:59:46 -0500 > Step by step in all honesty > > remove sendmail Agreed. > install > > postfix or qmail enjoy Or exim. -- [EMAIL PROTECTED] -=*=- www.kierun.org PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751

Re[6]: XML to PDF parser, preferably FOP, for FreeBSD?

2002-12-04 Thread Gabriel Ambuehl
-BEGIN PGP SIGNED MESSAGE- Hello Simon, Wednesday, December 4, 2002, 4:46:54 PM, you wrote: > On Tue, 2002-12-03 at 18:26, Gabriel Ambuehl wrote: >> -BEGIN PGP SIGNED MESSAGE- >> >> Hello Simon, >> >> Tuesday, December 3, 2002, 5:27:41 PM, you wrote: >> >> >> So the next question

linksys WUSB11 USB WIRELESS LAN SUPPORT?

2002-12-04 Thread Tomoki Taniguchi
I have a Linksys WUSB11 v2.5. It is a USB wireless lan device using a prism chip. (I think prism2.5). Is there any support under freebsd? -tomoki To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
> Jeff, check with Chris on this, as I believe he's actually running a game > server inside of one of his jails, with his machine running off of the one > IP ... in fact, and I may be wrong about this, but you *should* be able to > avoid the other machine altogether and use IPFW for this, as I *bel

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > > You can run PostgreSQL in a jail - though you do need to turn the > > jail.sysvipc_allowed sysctl on first. You can also run it in the host > > environment and talk via TCP if you wish. > > some folks have said this is a security risk, as the shared me

Re: More then 4 IDE devices in one FreeBSD server.

2002-12-04 Thread Jack L. Stone
At 11:49 AM 12.4.2002 -0500, Doug Reynolds wrote: >On Tue, 03 Dec 2002 20:12:47 -0800, Mike Hogsett wrote: > >> >>Can't you just go down into /dev and do : >> >> >>./MAKEDEV ad4 ad5 ad6 ad7 >> >>and gain access to the 4 drives on a second (supported) IDE controller? > >I know i did that when i inst

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > Yeah, i think i'll go the safe route and keep away from shared memory as > such will likly run it on the host. not sure what your sparc is, but you might look at putting postgresql over there, which might allow you to create a larger cache buffer ... at

count the number of ports

2002-12-04 Thread Zhihui Zhang
Is there a way to count the number of ports in a FreeBSD release? I guess this boils down to how to parse the file /usr/ports/INDEX easily. Thanks. -Zhihui To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

top dumps core if specific errors in password file

2002-12-04 Thread Mike Hogsett
>Submitter-Id: current-users >Originator:Mike Hogsett >Organization: SRI International Computer Science Laboratory >Confidential: no >Synopsis: top dumps core if specific errors in password file >Severity: serious >Priority: medium >Category: bin >Class: sw-bug

RE: count the number of ports

2002-12-04 Thread Barry Byrne
How about: wc /usr/ports/INDEX - Barry -- Barry Byrne, IT Manager, WBT Systems, Block 2, Harcourt Centre Harcourt Street, Dublin 2, Ireland > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Zhihui Zhang > Sent: 04 December 2002 17:21 > To:

Re: sendmail

2002-12-04 Thread Thomas von Hassel
On Wednesday, December 4, 2002, at 06:35 PM, Yann Golanski wrote: 002 6:35:35 PM Europe/Copenhagen To: Peter Jamrisko <[EMAIL PROTECTED]> Cc: freebsd question <[EMAIL PROTECTED]> Subject: Re: sendmail Attachments: There is 1 attachment Quoth Peter Jamrisko on Wed, Dec 04, 2002 at 18:08:28 +01

Re: count the number of ports

2002-12-04 Thread Marc Perisa
Zhihui Zhang wrote: Is there a way to count the number of ports in a FreeBSD release? I guess this boils down to how to parse the file /usr/ports/INDEX easily. Thanks. wc -l /usr/ports/INDEX To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of

how to use an etoken

2002-12-04 Thread Bsd Neophyte
__ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
ha ! ;) it's a sparc classic, 50mhz proc, 64 ram, 2 gig scsi drive. it's got 2 nics, so it's perfect for a house natd box, and that's about it. > -Original Message- > From: Marc G. Fournier [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 04, 2002 12:15 PM > To: Jeff MacDonald > Cc

how to use an etoken? (ignore first post)

2002-12-04 Thread Bsd Neophyte
i accidently hit the enter key which sent that message forward. i appologize for that. i wanted to know if it was possible to purchase one of those usb memory devices and use it as an etoken by copying the public key onto it... there is one thing though... i don't want passwordless access. i w

RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
> Note that the 'security risk' is more based on the trust level you have > for your users ... if its just you, or you and a few friends, you > shouldn't have an issue with it ... the one issue you will have with > shared memory and jails is that I *believe* that Apache2 requires shared > memory to

Re: how to use an etoken? (ignore first post)

2002-12-04 Thread Marc Perisa
Bsd Neophyte wrote: i accidently hit the enter key which sent that message forward. i appologize for that. i wanted to know if it was possible to purchase one of those usb memory devices and use it as an etoken by copying the public key onto it... there is one thing though... i don't want passw

Re: how to use an etoken? (ignore first post)

2002-12-04 Thread Marc Perisa
Marc Perisa wrote: Bsd Neophyte wrote: i accidently hit the enter key which sent that message forward. i appologize for that. i wanted to know if it was possible to purchase one of those usb memory devices and use it as an etoken by copying the public key onto it... there is one thing though.

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > I run qmail, cause combined with vpopmail, it kicks ass for virtual > domains. Postfix with CyrusIMAPd v2.2, cause, well, Cyrus IMAPd is just in a class all its own :) Note that CyrusIMAPd was extended several months back to do full virtual domain unde

RE: Power Management

2002-12-04 Thread R. Zoontjens
> > APC Powerchute software does not work for FreeBSD, but apcupsd is a > > good alternative: > > Is it? I just tried to install it; Linux-ware. It installed everything in > the wrong directories, to start with. And it will not compile with > usb-support. What a disappointment! try to install it f

RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
wow, the sieve filtering really turns me on [yuck i know]. currently with qmail/vpopmail i've not found a really great way to do filtering of things like mailing lists. TMDA does anti spam, but i want more. does teh cyrus admin have a series of commands for making new virtual domains, or is it a

disklabel device busy

2002-12-04 Thread Jason Morgan
I am attempting to set up a new system with vinum. I've never used vinum before, but I found a good guide for what I want to do here (Case 2): http://org.netbase.org/vinum-mirrored.html Anyway, I have come to the point where I have to label my disks and I am getting the following: First try:

What happens at shutdown

2002-12-04 Thread Stephen Montgomery-Smith
When the system shuts down (like for example if I press CTRL-ALT-DEL), do the running processes receive SIGTERM before or after all the filesystems have been umounted? Would this be done even if I do something like kill -USR1 1 (Please copy the answer to me as I am not subscribed to this maili

RE: Another Jail Question

2002-12-04 Thread Philip Hallstrom
> > > server is a dual PII 300 with 512 megs of ram, this should be fine > > > to handle 2 jails, right ? > > > > unless you start gettinjg into high memory circumstances (ie. > > jakarta-tomcat is a major dog for memory), 2 wouldn't be a problem ... Just for comparison... I'm running four jails

Re: disklabel device busy

2002-12-04 Thread Jason Morgan
I'll answer my own question. The devices were mounted. They shouldn't be. -Jason On Wed, Dec 04, 2002 at 01:48:16PM -0500, Jason Morgan wrote: > I am attempting to set up a new system with vinum. I've never used > vinum before, but I found a good guide for what I want to do here > (Case 2): >

Re: File Counts

2002-12-04 Thread Cliff Sarginson
On Tue, Dec 03, 2002 at 05:14:44PM +0200, Giorgos Keramidas wrote: > On 2002-12-02 21:26, Peter Leftwich <[EMAIL PROTECTED]> wrote: > > On Mon, 2 Dec 2002, Doug Hardie wrote: > > > Thanks to all who responded. The approach below does just what I needed. > > > > Here's another way I don't see liste

Please update your webpage

2002-12-04 Thread Salem State College: Web Development Office
Salem State College has changed its domain name to salemstate.edu. The old domain salem.mass.edu is being eliminated. We have determined that the following pages on your site contain links to salem.mass.edu; http://btcips73x1.cip.uni-bayreuth.de/ru/ports/ruby.html Please update those pag

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > wow, the sieve filtering really turns me on [yuck i know]. > > currently with qmail/vpopmail i've not found a really great > way to do filtering of things like mailing lists. TMDA does > anti spam, but i want more. > > does teh cyrus admin have a series

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Philip Hallstrom wrote: > > > > server is a dual PII 300 with 512 megs of ram, this should be fine > > > > to handle 2 jails, right ? > > > > > > unless you start gettinjg into high memory circumstances (ie. > > > jakarta-tomcat is a major dog for memory), 2 wouldn't be a probl

sendmail

2002-12-04 Thread Peter Jamrisko
OK Boys, But I assume it must working with sendmail and then can I install another MTA. -- Vyhraj 2listky na Breakbeat Conference 7.12.2002 v Roxy. zacatek od 22:00 Soutez na http://web.volny.cz Vice informaci o akci na www.lighthouse.cz To Unsubscribe: send mail to [EMAIL PROTECTED] with

chroot from -STABLE into -CURRENT

2002-12-04 Thread Colin Percival
When I try to chroot into a -CURRENT world on a system running -STABLE, I get "Bad system call" errors. I'm guessing that this is a kernel/world sync problem, since I am (naturally) running a -STABLE kernel. Is there any way to get around this problem? It arises inevitably if one attempts

Re: sendmail

2002-12-04 Thread Yann Golanski
Quoth Peter Jamrisko on Wed, Dec 04, 2002 at 18:08:28 +0100 > OK Boys, > > But I assume it must working with sendmail and then can I install > another MTA. Sendmail has a horrendouse configuration file that takes years to understand much less change. Other MTAs such as Exim, Postfix and Qmail ar

Re: vinum documentation

2002-12-04 Thread Adam Laurie
Adam Laurie wrote: Greg 'groggy' Lehey wrote: describe the procedure for unplugging the external chassis from machine A, and plugging it into machine B, and bringing up the vinum RAID without re-initialising it (i.e. preserving the data already on it). 1. On machine A, stop Vinum. Dependi

Re: vinum documentation

2002-12-04 Thread Adam Laurie
Greg 'groggy' Lehey wrote: describe the procedure for unplugging the external chassis from machine A, and plugging it into machine B, and bringing up the vinum RAID without re-initialising it (i.e. preserving the data already on it). 1. On machine A, stop Vinum. Depending on the hardware, y

Re: vinum documentation

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Adam Laurie wrote: > .. having now digested what youve said so far, and re-read the docco > several times, i'm guessing the final step would be: > >6. Run 'vinum makedev' > > in which case our mistake was doing this and 'vinum start' the wrong way > around (and then going o

Re: vinum documentation

2002-12-04 Thread Vallo Kallaste
On Wed, Dec 04, 2002 at 02:30:10PM -0400, "Marc G. Fournier" <[EMAIL PROTECTED]> wrote: > On Wed, 4 Dec 2002, Adam Laurie wrote: > > > .. having now digested what youve said so far, and re-read the docco > > several times, i'm guessing the final step would be: > > > >6. Run 'vinum makedev' >

RE: Another Jail Question

2002-12-04 Thread Jeff MacDonald
Any idea when it will be merged into the main code base ? i tend to stay away from development branches.. that being said, why the hell am i running apache2.. who knows. Jeff. > -Original Message- > From: Marc G. Fournier [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 04, 2002 2:

Re: Power Management

2002-12-04 Thread Mark
- Original Message - From: "R. Zoontjens" <[EMAIL PROTECTED]> To: "Mark" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, December 04, 2002 7:42 PM Subject: RE: Power Management > > > APC Powerchute software does not work for FreeBSD, but apcupsd is a > > > good alternative: > >

RE: Another Jail Question

2002-12-04 Thread Marc G. Fournier
On Wed, 4 Dec 2002, Jeff MacDonald wrote: > Any idea when it will be merged into the main code base ? > i tend to stay away from development branches.. not sure, I believe not until 2.2 is fully released ... since I'm one of the ones that pushed for it to happen, I kinda had to be one of those wi

RE: Power Management

2002-12-04 Thread R. Zoontjens
> O, I read the docs alright; did you? Had you done so, you would have seen > that apcupsd 3.8.5 (the ported version) does NOT support usb yet > on FreeBSD. > Furthermore, you would have read that usb support is only in experimental > phase since version 3.9.4 (not ported yet), and then only for Li

Re: Another Jail Question

2002-12-04 Thread Vallo Kallaste
On Wed, Dec 04, 2002 at 03:47:10PM -0400, "Marc G. Fournier" <[EMAIL PROTECTED]> wrote: > > Hardly any traffic... it's an internal dev machine hit by about 10 > > people... > > 101 Jails: > > last pid: 13467; load averages: 21.09, 13.50, 19.54up 17+12:23:50 13:43:55 > 1576 processes:4 runn

Re: Cracker attack...is my system compromised?

2002-12-04 Thread Andrew Boothman
Matthew Emmerton wrote: arp: 192.168.1.1 moved from 00:04:5a:20:6e:b7 to 00:06:25:92:58:f5 on ep0 Nov 23 16:27:53 fat_man /kernel: arp: 192.168.1.1 moved from 00:04:5a:20:6e:b7 to 00:06:25:92:58:f5 on ep0 arp: 192.168.1.2 moved from 00:01:03:20:2f:75 to 00:06:25:10:e0:03 on ep0 Nov 23 16:57:41 fa

Re: howto convert a avi file to an mpg file

2002-12-04 Thread Scott A. Moberly
> > using console (shell) tools. > > FreeBSD 4.7-r > > all the programs I could find in ports were Xwindows > programs. I'm trying the make VCDs of avi's via > > avi2mpg > vcdimager > cdrdao (with IDE/SCSI emulation) > > the last two steps work fine with MPGs I just > need a shell tool to convert f

run command on logfile before it's rotated

2002-12-04 Thread Thomas von Hassel
I've got my system set up to rotate the maillog every day at midnight. What do i do if i want to run a command on the logfile just before it's rotated ? /thomas -- Thomas von Hassel DarX @ irc darxmac @ AIM/iChat Powered by inkwell...! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsub

Re: how to use an etoken? (ignore first post)

2002-12-04 Thread Bsd Neophyte
--- Marc Perisa <[EMAIL PROTECTED]> wrote: > Hi, > > if you mean the eToken from www.eladdin.com -> no, there is no device > drivers for them yet build. > > I mailed to them and asked them if they had plans to port the software > to FreeBSD/*NIX or let some help them with it. > > They answere

Re: run command on logfile before it's rotated

2002-12-04 Thread Nathan Kinkade
On Wed, Dec 04, 2002 at 10:51:43PM +0100, Thomas von Hassel wrote: > I've got my system set up to rotate the maillog every day at midnight. > What do i do if i want to run a command on the logfile just before it's > rotated ? > > /thomas > -- > Thomas von Hassel > DarX @ irc > darxmac @ AIM/iCha

Re: New install won't boot off A7V133

2002-12-04 Thread Cliff Sarginson
On Tue, Dec 03, 2002 at 06:57:33AM -0800, Scott I. Remick wrote: > In article , you say... > > On Mon, Dec 02, 2002 at 08:19:36PM -0800, Scott I. Remick wrote: > > > I just got in an ATA133 30GB drive that I am going to dedicat to FreeBSD > on > > > my main system (an Asus A7V133). I took off the e

atapicam

2002-12-04 Thread Brian Henning
greetings, i am trying to get cdrtools to work. when i run 'cdrecord -scanbus' i get the following errors. Cdrecord 1.11a39 (i386-unknown-freebsd4.7) Copyright (C) 1995-2002 Jörg Schilling cdrecord: No such file or directory. Cannot open SCSI driver. cdrecord: For possible targets try 'cdrecord -s

Re: atapicam

2002-12-04 Thread Vallo Kallaste
On Wed, Dec 04, 2002 at 02:26:52PM -0600, Brian Henning <[EMAIL PROTECTED]> wrote: > i am trying to get cdrtools to work. when i run 'cdrecord -scanbus' i get > the following errors. > > Cdrecord 1.11a39 (i386-unknown-freebsd4.7) Copyright (C) 1995-2002 Jörg > Schilling > cdrecord: No such file o

Re: sendmail stuff

2002-12-04 Thread Jens Rehsack
Yann Golanski wrote: Quoth Jeff MacDonald on Wed, Dec 04, 2002 at 11:59:46 -0500 Step by step in all honesty remove sendmail Agreed. install postfix or qmail enjoy Or exim. Hm, how about using subject lines next time? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscri

Re: run command on logfile before it's rotated

2002-12-04 Thread Dan Nelson
In the last episode (Dec 04), Thomas von Hassel said: > I've got my system set up to rotate the maillog every day at > midnight. What do i do if i want to run a command on the logfile > just before it's rotated ? Run it via cron at 11:59? newsyslog can notify a process (via a signal) after it ha

Re: sendmail

2002-12-04 Thread John Von Essen
Sendmail's configuration file is horrendous to "humans" because it is not intended to be messed around with by humans - only the beginning of sendmail.cf should be touched (i.e. modifying path to sendmail.cw). REASON: You use a .mc file and m4 to build a respective sendmail.cf config file. In t

FreeBSD, HylaFAX, and a Zoom USB modem...

2002-12-04 Thread Richard Morse
Hi! Does anyone have any experience setting up HylaFAX to work with a Zoom 2986L USB modem in FreeBSD? I'm running STABLE (as of last night), with device umodem (and ucom, although that doesn't seem to do anything) enabled in the kernel. I can properly see the modem -- cu will connect to /dev/um

need help mounting ext3 partitions from new freebsd 4.7 install

2002-12-04 Thread adsf adsf
I recently put an old hard drive in my system to install freebsd 4.7 onto, never having installed a bsd before my previous setup was this - /dev/hda 80 gig maxtor on primary on-board ide controller /dev/hde 120 gig maxtor on promise tx1332 controller card (dont know why it got stuck with hd"e")

Re: Power Management

2002-12-04 Thread Mark
- Original Message - From: "Fuzzy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 1:14 AM Subject: RE: Power Management > we have one of the "new" dumb APC UPSes, it uses a special > cable that comes with the unit, (usb comes with, serial can be > gotten wit

Re: test

2002-12-04 Thread Alex
Dear/Beste 불량, Tuesday, December 3, 2002, 10:15:10 AM, you wrote: > test > _ > MSN Messenger¸¦ ÅëÇØ ¿Â¶óÀÎ»ó¿¡ Àִ ģ±¸¿Í ´ëÈ­¸¦ ³ª´©¼¼¿ä. > http://messenger.msn.co.kr > To Unsubscribe: send mail to [EMAIL PROTECTED] > wi

Re: Power Management

2002-12-04 Thread Mark
- Original Message - From: "Fuzzy" <[EMAIL PROTECTED]> To: "Mark" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 05, 2002 1:48 AM Subject: Re: Power Management > > I just got the APC 350AV; it also came with a RJ45 to USB cable. I wish > > they would have given me a

dc0: TX underrun

2002-12-04 Thread bowen
question 1:) I keep getting this message?? dc0: TX underrun -- increasing TX threshold Is this normal or do I need to buy a better nic? It's currently a Linksys 10/100 pci nic ? question 2:) Also any newer links to using freebsd as a router/firewall using 4.7-RELEASE ? question 3:) is tripwire

Re: best way to back up entire disk?

2002-12-04 Thread Alex
Dear/Beste Ray, Tuesday, December 3, 2002, 12:25:48 AM, you wrote: > [please CC me, I'm not subscribed] > I'm looking for a way to back up my entire system in such a manner that > if it fails and I need to restore it, I would be able to do it to any > arbitrary disk without having to first inst

Re: vinum documentation

2002-12-04 Thread Greg 'groggy' Lehey
On Saturday, 30 November 2002 at 8:39:44 +, Adam Laurie wrote: > Greg 'groggy' Lehey wrote: > >>> >>> describe the procedure for unplugging the external chassis from >>> machine A, and plugging it into machine B, and bringing up the vinum >>> RAID without re-initialising it (i.e. preserving th

Re: vinum documentation

2002-12-04 Thread Greg 'groggy' Lehey
On Wednesday, 4 December 2002 at 9:36:29 +, Adam Laurie wrote: > Adam Laurie wrote: >> Greg 'groggy' Lehey wrote: >> describe the procedure for unplugging the external chassis from machine A, and plugging it into machine B, and bringing up the vinum RAID without re-initial

Re: vinum documentation

2002-12-04 Thread Greg 'groggy' Lehey
On Wednesday, 4 December 2002 at 14:30:10 -0400, Marc G. Fournier wrote: > On Wed, 4 Dec 2002, Adam Laurie wrote: > >> .. having now digested what youve said so far, and re-read the docco >> several times, i'm guessing the final step would be: >> >>6. Run 'vinum makedev' >> >> in which case ou

FreeBSD 4.7 on HP Pavilion ZT1130

2002-12-04 Thread Eduardo Maestri Righes
Hi, I tried to install the FreeBSD 4.7 on my HP Pavilion ZT1130 notebook, but the CD boot can't find the kernel or kernel.old, neither run 'ls' works at this time. I need some information about what I can do about this situation. I looked for about my problem in the FreeBSD documentation and G

  1   2   >