JAILS: Shared IP?

2003-09-12 Thread Chris
When co-locating a FreeBSD box being used for 4 websites (inside jails),... 1) What would be the advantage(s) or disadvanatage(s) of giving each website it's own IP vs sharing a single IP? 2) Is one going to be more difficult to set up than the other? 3) Would it be better to use something lik

Re: "Connection refused" when setting up cyrus-imapd - SOLVED

2003-09-12 Thread Veritas
On Fri, 12 Sep 2003 21:35:20 -0400 Brian Bobowski <[EMAIL PROTECTED]> wrote: > On Thu, 11 Sep 2003 22:47:42 -0500 > "Micheal Patterson" <[EMAIL PROTECTED]> wrote: > > > However, when I run imtest and point it to my localhost, it immediately > > gives me the following response: > > > > > > connect:

Re: FreeBSD and DNS

2003-09-12 Thread jason
Ronnie Clark wrote: Hello all, I have a questions that I just cannot get my brain around. I have a home network and use FreeBSD as my firewall using IPFW. It is also my internal DNS server, handling name resolution for inside the network and passing requests to the internet. I have my own domain,

Re: FreeBSD and DNS

2003-09-12 Thread robert schlotterbeck
You can use BIND's view options for this. It would require BIND 9 Info can be found at http://sysadmin.oreilly.com/news/views_0501.html quick sample: acl "local-addresses" { 10.0.0.0/8; 127.0.0.1/32; }; view "internal" { match-clients { local-addresses; }; recursion yes;

xv flag to not create ~/dir/dir/.xvpics/

2003-09-12 Thread Peter Leftwich
If I `cd ~/dir/dir` then run `xv -vsmap` xv creates cached thumbnails. Does anyone know of a flag for "xv" to -NOT- create a directory called ".xvpics"? I do not want xv to create this directory. Thanks. -- Peter Leftwich President & Founder, Video2Video Services Box 13692, La Jolla, CA, 92039

FreeBSD and DNS

2003-09-12 Thread Ronnie Clark
Hello all, I have a questions that I just cannot get my brain around. I have a home network and use FreeBSD as my firewall using IPFW. It is also my internal DNS server, handling name resolution for inside the network and passing requests to the internet. I have my own domain, and use a free DNS s

Re: nforce 2 drivers aren't working

2003-09-12 Thread jason
Kris Kennaway wrote: On Fri, Sep 12, 2003 at 04:41:05PM -0400, jason wrote: Has anyone with a nforce2 board got the agp working? This driver is supported by nvidia, not FreeBSD. Kris Acutaully nvidia only supports linux for seperate chipset drivers, and thats with a patch. If I had a

Re: Samba domain and guest users - security advice needed

2003-09-12 Thread Peter Ulrich Kruppa
Hi Tony, hi Denis, I think I am going to set up local guest accounts and put some stickers with the login-data on the machines. Thus everybody can work and the teacher can decide if he wishes to save the works in his own home directory on the SAMBA machine - since he doesn't have write access to a

Re: Internal Modems that work with freebsd

2003-09-12 Thread Andrew L. Gould
On Friday 12 September 2003 08:53 pm, Bob Shadley wrote: > Any suggestions for an internal modem in the $20 unit cost range that > works with freebsd? The modem source would need to be reliable since it > would be to support an ongoing project. > Good luck. The inexpensive modems tend to be winmo

Internal Modems that work with freebsd

2003-09-12 Thread Bob Shadley
Any suggestions for an internal modem in the $20 unit cost range that works with freebsd? The modem source would need to be reliable since it would be to support an ongoing project. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/l

Re: "Connection refused" when setting up cyrus-imapd

2003-09-12 Thread Brian Bobowski
On Thu, 11 Sep 2003 22:47:42 -0500 "Micheal Patterson" <[EMAIL PROTECTED]> wrote: > > However, when I run imtest and point it to my localhost, it immediately > gives me the following response: > > > > connect: Connection refused > > failure: Network initialization > > > Not being familiar with imap

Re: ppp -auto dials immediately? (already tried the usual things)

2003-09-12 Thread Kris Kennaway
On Fri, Sep 12, 2003 at 05:38:07PM -0700, Philip Hallstrom wrote: > > On Fri, Sep 12, 2003 at 03:29:21PM -0700, Philip Hallstrom wrote: > > > Hi - > > > I'm setting up ppp for the first time and it works with one > > > exception. It always dials immediately. I've done the usual things and > > >

ezm3 compilation problem.

2003-09-12 Thread Lewis Thompson
Hi, I'm trying to compile ezm3 (for cvsup) and I get the following error: new source -> compiling ../src/float/IEEE/LongReal.i3 *** *** runtime error: ***Segmentation violation - possible attempt to dereference NIL *** *** runtime error: ***Subscript out of range ***file "/usr/ho

Re: ppp -auto dials immediately? (already tried the usual things)

2003-09-12 Thread Philip Hallstrom
> On Fri, Sep 12, 2003 at 03:29:21PM -0700, Philip Hallstrom wrote: > > Hi - > > I'm setting up ppp for the first time and it works with one > > exception. It always dials immediately. I've done the usual things and > > stopped all the processes, etc... What's weird is that logging seems to

Solved! Trying to secure PostgreSQL

2003-09-12 Thread Kirk Strauser
At 2003-09-12T23:28:41Z, "Andrew L. Gould" <[EMAIL PROTECTED]> writes: > You might be interested in 'ident same' or some other combination of > options. That was exactly what I needed - thanks! My pg_hba.conf now looks like: local all pgsql

Re: How do I change the extensions on a slew of files

2003-09-12 Thread Larry Rosenman
--On Friday, September 12, 2003 17:11:50 -0700 James Long <[EMAIL PROTECTED]> wrote: On Wed, Sep 03, 2003 at 08:28:19PM -0500, Larry Rosenman wrote: from an sh type shell for i in *.inc do z=`echo $i | sed -e "s/inc/htm/g"` mv ${i} ${z} done (not tested, but should work.) LER What does it do

Re: ppp -auto dials immediately? (already tried the usual things)

2003-09-12 Thread Kris Kennaway
On Fri, Sep 12, 2003 at 03:29:21PM -0700, Philip Hallstrom wrote: > Hi - > I'm setting up ppp for the first time and it works with one > exception. It always dials immediately. I've done the usual things and > stopped all the processes, etc... What's weird is that logging seems to > indica

Re: max physical memory per process?

2003-09-12 Thread Kris Kennaway
On Fri, Sep 12, 2003 at 03:22:53PM -0700, Steven G. Kargl wrote: > I guess the gist of the question is: "are 64-bit > FreeBSD platforms limited to 4GB per process due > to some underlying assumption in the ia32 vm code?" ISTR that alpha has some kind of limitation, but other 64-bit platforms - in

Re: How do I change the extensions on a slew of files

2003-09-12 Thread James Long
On Wed, Sep 03, 2003 at 08:28:19PM -0500, Larry Rosenman wrote: > > > from an sh type shell > for i in *.inc > do > z=`echo $i | sed -e "s/inc/htm/g"` > mv ${i} ${z} > done > > (not tested, but should work.) > > LER What does it do with a file named include.inc z=`echo $i | sed -e "s/inc$/ht

Re: Trying to secure PostgreSQL

2003-09-12 Thread alexander v p
story short: su -l postgres -c "/usr/local/pgsql/bin/postmaster -o -i -D /usr/local/pgsql/data -s &" in the /etc/rc.local and it will start postgres w/o asking for password. now, be carefull and read ( man postmaster) about switches. if you need more help, please let us know. if it works let us kno

"The Complete FreeBSD": errata and addenda

2003-09-12 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception. Inev

How to get best results from FreeBSD-questions

2003-09-12 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2003/03/09 22:09:31 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at

Re: Software patents

2003-09-12 Thread Bob Hall
On Fri, Sep 12, 2003 at 09:18:34PM +, Jens Rehsack wrote: > Todd Stephens wrote: > But if any algorithm used in bsd will be patented in europe and > the patent became valid, they may have a problem either. I don't know about Europe, but if the algorithm existed in *BSD prior to the patent, th

Re: Trying to secure PostgreSQL

2003-09-12 Thread Andrew L. Gould
On Friday 12 September 2003 05:13 pm, Kirk Strauser wrote: > At 2003-09-12T21:39:14Z, "Andrew L. Gould" <[EMAIL PROTECTED]> writes: > > You're looking for something difficult when the easier answer is correct. > > > > As root, set pgsql's password by executing: > > > > passwd pgsql > > What would t

Re: Trying to secure PostgreSQL

2003-09-12 Thread Kirk Strauser
At 2003-09-12T22:36:43Z, alexander v p <[EMAIL PROTECTED]> writes: > look in /usr/local/pgsql/data/pg_hba.conf > by default is: > > local all all trust > hostall all 127.0.0.1 255.255.255.255 trust > > what you ha

Re: sendto: buffer space not available

2003-09-12 Thread chael
This is serious. I have just cvsuped stable-supfile again and did all necessary steps re kernel/world. It is still having this problem. Anybody stumbled accross the same? Should I just reinstall back to 4.8-RELEASE? Because I got another identical hardware/machine working without this error on 4.8-

Re: Trying to secure PostgreSQL

2003-09-12 Thread alexander v p
look in /usr/local/pgsql/data/pg_hba.conf by default is: local all all trust hostall all 127.0.0.1 255.255.255.255 trust what you have to do is to change trust into password or md5 hope that helps alex p.s. resta

How to read CF card via USB with umass on 4.7-STABLE?

2003-09-12 Thread Chris Shenton
I have an old digital camera which has a 64MB CF card in it. A friend loaned me a USB card reader to extract the images. I don't seem to be able to mount it on FreeBSD-4.7-STABLE per the umass man page. After plugging in the card and USB reader, dmesg shows: umass0: PQI Travel Flash, rev 1.10/

Re: Securing the FreeBSD Console by removing OS Version

2003-09-12 Thread Matthew Seaman
On Fri, Sep 12, 2003 at 03:44:14PM -0500, Ray Seals wrote: > I don't want the console to display the OS version number. I have > removed the %h variable from gettytab for my remote login users. Where > can I remove this info from the Console screen? Edit /etc/motd ? If you've got an /etc/issue

ppp -auto dials immediately? (already tried the usual things)

2003-09-12 Thread Philip Hallstrom
Hi - I'm setting up ppp for the first time and it works with one exception. It always dials immediately. I've done the usual things and stopped all the processes, etc... What's weird is that logging seems to indicate that this is causing it: tun0: TCP/IP: OUT <0>: fe80::230:1bff:feae:22

Re: Map Windows Key under syscons

2003-09-12 Thread Lars Eighner
On Wed, 10 Sep 2003, Stefan Malte Schumacher wrote: > > Hi > > I would like to be able to use the Windows Key as "Meta" while using syscons > - it much easier to reach then escape. I have found out with xev that the > scancode of this key is 115. After this I opened the German-Iso-Keymap with > an

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Vincent Zee
On Fri, 12 Sep 2003 23:12:07 +0200, Vincent Zee wrote: >>> How do I add a disk containing data to a new system without erasing >>> that data. >>> >>> I searched the mailinglist and the documentation but could not find >>> information >>> for this scenario. >>> >>> The system in q

Re: max physical memory per process?

2003-09-12 Thread Steven G. Kargl
Charles Swiger wrote: > On Friday, September 12, 2003, at 04:19 PM, Steven G. Kargl wrote: > > Assuming that a user has the proper resource limits > > set and assuming that the system has sufficient physical > > memory, what is the maximum amount of physical memory > > that a process can allocate?

Re: RUS, 4.8

2003-09-12 Thread Matthew Seaman
On Fri, Sep 12, 2003 at 09:43:21PM +, Daniela wrote: > On Friday 12 September 2003 14:34, Alex Zivenko wrote: > > Hallo all! > > I am russian, but I have FreeBSD 4.8 installed with onlu eng support. How > > can I add ru support in my X (I am using KDE), and in console? Thank's > > I think you

Re: Trying to secure PostgreSQL

2003-09-12 Thread Kirk Strauser
At 2003-09-12T21:39:14Z, "Andrew L. Gould" <[EMAIL PROTECTED]> writes: > You're looking for something difficult when the easier answer is correct. > > As root, set pgsql's password by executing: > > passwd pgsql What would that buy me? After doing that, I can still access any database on the sys

Re: Script doesn't complete via Cron

2003-09-12 Thread Gerard Samuel
Ok, I figured out the problem. The step that creates the zip file, wasn't creating the zip file, because, I wasn't using the full path to the zip command. Since there was no files to scp, the script ended. Once I started using /usr/local/bin/zip, things started working correctly with cron. Ge

RE: Script doesn't complete via Cron

2003-09-12 Thread Jim
I'm extremely new to scripted scp, so this may be idiotic: Assuming you are using rsa or dsa public key authentication for the transfer, you need to make sure the crontab was setup from the account of the authenticated user. Setting it up under root's crontab won't work - the script will request

Re: Trying to secure PostgreSQL

2003-09-12 Thread Andrew L. Gould
On Friday 12 September 2003 03:59 pm, Kirk Strauser wrote: > I'm running PostgreSQL 7.3 on a FreeBSD 5.1 server. The databases are > working well and it's humming along nicely, but I really want to secure it. > > In particular, my pg_hba.conf looks like: > >local all pgsql

Re: Software patents

2003-09-12 Thread Jens Rehsack
Todd Stephens wrote: On Friday 12 September 2003 06:05 am, Ruben de Groot wrote: I think he was talking about putting a protest on the freebsd website, like some linux distributions have done (eg http://www.debian.org) This would be free, wouldn't it ? A large part of the reason of why I switch

RE: 56k pccard modem connect speed?

2003-09-12 Thread Jesse Guardiani
fbsd_user wrote: > Issue this command from console after modem connection is complete > Cat /var/log/ppp.log | grep CONNECT Sweet. I must have missed that line in all the noise. Thanks. Another question: I know that WingNET's 3com Total Control Chassis (modem terminal server) will modulate conn

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Vincent Zee
On Fri, 12 Sep 2003 14:04:22 -0700 (PDT), Dan Strick wrote: > >> How do I add a disk containing data to a new system without erasing >> that data. >> >> I searched the mailinglist and the documentation but could not find >> information >> for this scenario. >> >> The system in ques

Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Lowell Gilbert
Vincent Zee <[EMAIL PROTECTED]> writes: > Hello, > > How do I add a disk containing data to a new system without erasing > that data. > > I searched the mailinglist and the documentation but could not find > information > for this scenario. > > The system in question is running 4.8 > The disk

Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Dan Strick
> How do I add a disk containing data to a new system without erasing > that data. > > I searched the mailinglist and the documentation but could not find > information > for this scenario. > > The system in question is running 4.8 > The disk is coming from a 5.1 system and uses ufs with s

Trying to secure PostgreSQL

2003-09-12 Thread Kirk Strauser
I'm running PostgreSQL 7.3 on a FreeBSD 5.1 server. The databases are working well and it's humming along nicely, but I really want to secure it. In particular, my pg_hba.conf looks like: local all pgsql trust hostall all

Re: nforce 2 drivers aren't working

2003-09-12 Thread Kris Kennaway
On Fri, Sep 12, 2003 at 04:41:05PM -0400, jason wrote: > Has anyone with a nforce2 board got the agp working? This driver is supported by nvidia, not FreeBSD. Kris pgp0.pgp Description: PGP signature

RE: 56k pccard modem connect speed?

2003-09-12 Thread fbsd_user
Issue this command from console after modem connection is complete Cat /var/log/ppp.log | grep CONNECT -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jesse Guardiani Sent: Friday, September 12, 2003 3:44 PM To: [EMAIL PROTECTED] Subject: 56k pccard modem con

nforce 2 drivers aren't working

2003-09-12 Thread jason
Has anyone with a nforce2 board got the agp working? I have been trying on my machine with the new driver /usr/src/sys/pci/agp_nvidia.c. When I load it as a module or compile it in I have problems. The cml is fine. When I start gnome or X the system freezes with a black screen, there is har

Securing the FreeBSD Console by removing OS Version

2003-09-12 Thread Ray Seals
I don't want the console to display the OS version number. I have removed the %h variable from gettytab for my remote login users. Where can I remove this info from the Console screen? -- Ray Seals <[EMAIL PROTECTED]> ___ [EMAIL PROTECTED] mailing li

Re: max physical memory per process?

2003-09-12 Thread Charles Swiger
On Friday, September 12, 2003, at 04:19 PM, Steven G. Kargl wrote: Assuming that a user has the proper resource limits set and assuming that the system has sufficient physical memory, what is the maximum amount of physical memory that a process can allocate? In particular, if I have a Tyan K8W (du

max physical memory per process?

2003-09-12 Thread Steven G. Kargl
Assuming that a user has the proper resource limits set and assuming that the system has sufficient physical memory, what is the maximum amount of physical memory that a process can allocate? In particular, if I have a Tyan K8W (dual opteron platform) with 16 GB of memory, can my numerical simulat

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Vincent Zee
On Fri, 12 Sep 2003 15:42:54 -0400 (EDT), Steve Bertrand wrote: >> 8 partitions: >> #size offsetfstype [fsize bsize bps/cpg] >>c: 2401074270unused0 0# (Cyl.0 - >> 14945*) >>d: 24010742704.2BSD 2048 16384 28552 # (Cyl.

Re: RUS, 4.8

2003-09-12 Thread Daniela
On Friday 12 September 2003 14:34, Alex Zivenko wrote: > Hallo all! > I am russian, but I have FreeBSD 4.8 installed with onlu eng support. How > can I add ru support in my X (I am using KDE), and in console? Thank's I think you need to modify the LANG environment variable in your .cshrc (or what

56k pccard modem connect speed?

2003-09-12 Thread Jesse Guardiani
Howdy list, I use: ppp -auto MyProvider to connect to the internet with my 56k pccard. How do I glean the connection speed? Thanks! -- Jesse Guardiani, Systems Administrator WingNET Internet Services, P.O. Box 2605 // Cleveland, TN 37320-2605 423-559-LINK (v) 423-559-5145 (f) http://www.win

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Steve Bertrand
> 8 partitions: > #size offsetfstype [fsize bsize bps/cpg] > c: 2401074270unused0 0# (Cyl.0 - > 14945*) > d: 24010742704.2BSD 2048 16384 28552 # (Cyl.0 - > 14945*) > super block size 0 Ok, try # mount /dev/ad5s1d /music2

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Vincent Zee
On Fri, 12 Sep 2003 15:36:34 -0400 (EDT), Steve Bertrand wrote: >> just the one partition. >> I tried: /dev/ad5 /dev/ad5s1 /dev/ad5s1a with the same response >> "incorrect super block" > > What is the output from: > > # disklabel -r ad5 disklabel -r ad5 # /dev/ad5c: type: ESDI disk: ad5s1

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Steve Bertrand
> just the one partition. > I tried: /dev/ad5 /dev/ad5s1 /dev/ad5s1a with the same response > "incorrect super block" What is the output from: # disklabel -r ad5 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-q

Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Bob Collins
At 03:28 PM 9/12/2003, Vincent Zee wrote: On Fri, 12 Sep 2003 15:19:42 -0400, Veritas wrote: > On Fri, 12 Sep 2003 21:16:45 +0200 > Vincent Zee <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> In the dmesg it comes up as ad5 but when I mount it, it can't find the >> device. >> >> mount ad5 /music2 >>

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Vincent Zee
On Fri, 12 Sep 2003 15:21:04 -0400 (EDT), Steve Bertrand wrote: >> In the dmesg it comes up as ad5 but when I mount it, it can't find the >> device. >> >> mount ad5 /music2 >> mount: ad5: No such file or directory > > How many partitions were on the old drive? > > You might want to try > >

Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Vincent Zee
On Fri, 12 Sep 2003 15:19:42 -0400, Veritas wrote: > On Fri, 12 Sep 2003 21:16:45 +0200 > Vincent Zee <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> In the dmesg it comes up as ad5 but when I mount it, it can't find the >> device. >> >> mount ad5 /music2 >> mount: ad5: No such file or direc

Re: Mac OS 9.2 won't start

2003-09-12 Thread Kris Kennaway
On Fri, Sep 12, 2003 at 09:45:28AM -0700, lawrence lee wrote: > Hi. My Mac OS starts but the cursur is stuck and the system is > frozen, even after I restart the computer over and over. Does > anyone have any idea to fix this??? I hope someone will answer my > question soon... thank you. (the mo

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Steve Bertrand
> In the dmesg it comes up as ad5 but when I mount it, it can't find the > device. > > mount ad5 /music2 > mount: ad5: No such file or directory How many partitions were on the old drive? You might want to try # mount /dev/ad5s1x /music2 (where x == a,c,e,f or g, depending on the number of part

Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Veritas
On Fri, 12 Sep 2003 21:16:45 +0200 Vincent Zee <[EMAIL PROTECTED]> wrote: > Hi, > > In the dmesg it comes up as ad5 but when I mount it, it can't find the > device. > > mount ad5 /music2 > mount: ad5: No such file or directory Try it as /dev/ad5 instead. _

Re: Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Vincent Zee
On Fri, 12 Sep 2003 21:14:46 +0200, Vincent Zee wrote: > On Fri, 12 Sep 2003 15:06:37 -0400, Kliment Andreev wrote: >>> Hello, >>> How do I add a disk containing data to a new system without erasing >>> that data. >> >> Check dmesg output to see the device name. Then try to mount that >>

yet another newbie ppp/modem question

2003-09-12 Thread Alex
I'm having some trouble getting my modem up and running on FreeBSD 4.8. A search through the mailing list archives shows that many of the problems I've been wrestling with seem to have cropped up before, yet I haven't been able to follow any of the discussion to a workable answer. My modem is sit

Re: How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Kliment Andreev
> Hello, > How do I add a disk containing data to a new system without erasing > that data. Check dmesg output to see the device name. Then try to mount that hard disk. If everything went fine, you might want to mount that HDD on every boot so check /etc/fstab. ___

How to add a disk to a new system without losing the data on it?

2003-09-12 Thread Vincent Zee
Hello, How do I add a disk containing data to a new system without erasing that data. I searched the mailinglist and the documentation but could not find information for this scenario. The system in question is running 4.8 The disk is coming from a 5.1 system and uses ufs with softupdates. The

Re: Script doesn't complete via Cron

2003-09-12 Thread Alexander Haderer
At 14:26 12.09.2003 -0400, Gerard Samuel wrote: ... scp -q foo.zip server_name: rm -rf foo_dev foo.zip -- Cron job -> -- # export, zip up and scp foo source to server_name 17 14 * * * /home/bar/bin/export-foo 2> /dev/null > /dev/null -- When I execute t

Re: Script doesn't complete via Cron

2003-09-12 Thread Kevin Kinsey, DaleCo, S.P.
- Original Message - From: "Gerard Samuel" <[EMAIL PROTECTED]> To: "FreeBSD Questions" <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 1:26 PM Subject: Script doesn't complete via Cron > When I execute the script by hand, it completes without any problems. > When I let a cronjob han

Script doesn't complete via Cron

2003-09-12 Thread Gerard Samuel
Script -> #!/bin/sh # # To roll up a zip file of source code # date=`date '+%Y-%m-%d'` cd ~/temp rm -rf foo_dev foo.zip export CVS_RSH=ssh export CVSROOT=:ext:[EMAIL PROTECTED]:/xxx/yyy/zzz cvs -Q export -D $date -d foo_dev foo zip -q -r foo foo_dev scp -q foo.zip server_name: rm -rf foo_

Re: `top` process memory usage: SIZE vs RES

2003-09-12 Thread Dan Nelson
In the last episode (Sep 12), Jesse Guardiani said: > Dan Nelson wrote: > > In the last episode (Sep 12), Jesse Guardiani said: > >> Dan Nelson wrote: > >> > In the last episode (Sep 11), Jesse Guardiani said: > >> > > >> >> 2.) What, exactly, is RES? `man top` describes it as this: > >> >> "

Re: `top` process memory usage: SIZE vs RES

2003-09-12 Thread Jesse Guardiani
Dan Nelson wrote: > In the last episode (Sep 12), Jesse Guardiani said: >> Dan Nelson wrote: >> > In the last episode (Sep 11), Jesse Guardiani said: >> > >> >> 2.) What, exactly, is RES? `man top` describes it as this: >> >> "RES is the current amount of resident memory", but does >> >>

Re: *how to obtain a better result from this list*

2003-09-12 Thread David Landgren
Paredes Sánchez Martín A. wrote: Hi: I am looking for a mail that says how to obtain a better result from this list. Does someone can send to me? I forwarded "How to get best results from FreeBSD-questions", so there's no need to spam him with 10 copies :) David __

Re: `top` process memory usage: SIZE vs RES

2003-09-12 Thread Lowell Gilbert
Jesse Guardiani <[EMAIL PROTECTED]> writes: > Dan Nelson wrote: > > > In the last episode (Sep 11), Jesse Guardiani said: > >> 1.) Where is my Free memory going? I can't account for it > >> in the SIZE and RES columns of the various processes. > >> These are relatively constant. > > > >

Multimedia type of keybord....

2003-09-12 Thread Denis
Hi! Has KDE support for multimedia keyboards I have many externel buttons on my keybord such as "mute", "volume", "play/stop/pause /etc". How I can to use it In FreeBSD KDE? -- Best Regards, Denis. ___ [EMAIL PROTECTED] mailing list http://li

*how to obtain a better result from this list*

2003-09-12 Thread Paredes Sánchez Martín A.
Hi: I am looking for a mail that says how to obtain a better result from this list. Does someone can send to me? maps ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMA

Mac OS 9.2 won't start

2003-09-12 Thread lawrence lee
Hi. My Mac OS starts but the cursur is stuck and the system is frozen, even after I restart the computer over and over. Does anyone have any idea to fix this??? I hope someone will answer my question soon... thank you. (the mouse is new so it is not a battery probelm) ---

Re: `top` process memory usage: SIZE vs RES

2003-09-12 Thread Dan Nelson
In the last episode (Sep 12), Jesse Guardiani said: > Dan Nelson wrote: > > In the last episode (Sep 11), Jesse Guardiani said: > > > >> 2.) What, exactly, is RES? `man top` describes it as this: > >> "RES is the current amount of resident memory", but does > >> that mean RES is included

Re: Sendmail Spam Block question.

2003-09-12 Thread Micheal Patterson
- Original Message - From: "Micheal Patterson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 12, 2003 7:58 AM Subject: Sendmail Spam Block question. > I'm getting numerous spam messages that are coming in with headers such as: > > > Received: from 67.66.xxx.x. ([

Re: Long-running connections stop working through a FreeBSD 5.1R firewall/NAT box...

2003-09-12 Thread Chuck Swiger
Douglas Carmichael wrote: HTTP connections across the firewall work fine (ie. web browsing) and I can maintain a connection to a streaming radio station just fine from my PowerBook inside the firewall, but AIM, ICQ, and Yahoo Messenger seem to stay up for a while and then just unexpectedly disconne

Re: passwort create with perl

2003-09-12 Thread Matthew Seaman
On Fri, Sep 12, 2003 at 02:22:11PM +0200, thomas may wrote: > iam searching for a perl programm to create an freebsd user account > password, i dont want to change a password, i want to see it on the > command line, to copy and paste it into another application. You want to input the password to

GTK2 build error

2003-09-12 Thread Joseph Dunn
Hi all, I'm trying to build GAIM, and it depends on GTK2. Everything works up to the point where is tries to build scalable fonts for pango, and then the Makefile dies. Anyone have any ideas on what's causing this? I'm using the latest ports, AFAIK, just checked out yesterday with CVS. The buil

Boca multiport serial card

2003-09-12 Thread Dan Langille
I am trying to get a Boca 8 port serial card running under 4.8- STABLE. I've added the following to my kernel, compiled it, and installed it: options COM_MULTIPORT #code for some cards with shared IRQs device sio4 at isa? port 0x100 flags 0xb05 device sio5 at isa? port 0x108

built-in ftpd and uploaded file permissions

2003-09-12 Thread Sergei Vyshenski
Dear experts, Using built-in ftpd, is it possible to control permissions of uploaded files for user anonymous? Files, uploaded by anonymous, have permissions 644 irrespective of mask values requested by 1) option -u for ftpd, and 2) from file login.conf I would prefer to have 660 for uploaded file

Re: color in Xwindows

2003-09-12 Thread Nathan Kinkade
On Thu, Sep 11, 2003 at 06:03:19PM -0400, Gerald S Stoller wrote: > FreeBSD 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Sat Apr 21 10:54:49 GMT 2001 > [EMAIL PROTECTED]:/usr/src/sys/compile/GENERIC i386 > > I am trying to put color in some of my messages (I am using > Xwindows ). One

Samba domain and guest users - security advice needed

2003-09-12 Thread Peter Ulrich Kruppa
Hi, I set up a FreeBSD/Samba server for our schools network and I think we need some kind of guest accounts, because students who don't visit one of our regular computer courses frequently forget their usernames or passwords. What would be the best way to achieve this? I could think of three poss

Re: Sound Device Toruble

2003-09-12 Thread Alin-Adrian Anton
[EMAIL PROTECTED] wrote: I have a problem with my Toshiba Satellite 2105 CDS laptop I compiled the kernel with "device pcm" option, and I can see the card in dmesg, but when I'm trying to play smth to /dev/dsp0 the system is not respondig till hard-reboot. There is an ESS Maestro-2E Soundcard, an

Re: help

2003-09-12 Thread Alin-Adrian Anton
deepak patil wrote: Dear sir/ Madam, We are having Server with FreeBSD 4.6.2 - Release. I would like to know Some basic paths & Commands to start, stop the apache, sendmail , ftpd, mysqld services. How or Where Iwill find these services means what is the path for those. Please help me in this i

RE: Performance Problems.. Server hardware smoked by $500 box?

2003-09-12 Thread John Straiton
> The first step would be to try to quantify the performance > difference in serving the actual web pages. Find a single > page that you think is slow on the production system and that > can be accessed without having to be part of a session, and > quantify the performance difference for that p

Re: Inquiry Into Japanese-English Translation Opportunities

2003-09-12 Thread Jerry McAllister
> > Good afternoon, > > I recently visited your website and was wondering if you might have > occasional need of assistance. > > I am a Japanese-English interpreter/translator based in Las Vegas, NV. > I am a court experienced interpreter with 30 years legal as well as technical > translation

RUS, 4.8

2003-09-12 Thread Alex Zivenko
Hallo all! I am russian, but I have FreeBSD 4.8 installed with onlu eng support. How can I add ru support in my X (I am using KDE), and in console? Thank's ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: freeBSD 4.8

2003-09-12 Thread Jerry McAllister
> > I am a very-very new LINUX/UNIX user. After being convinced by friends > that it is far better and stablethan windows architechture. So I bought the > LINUX Format magazine because it offered a full OS called FREEBSD 4.8 > I tried to install it and after a few a attempts I managed to

Re: ports/53019 still open

2003-09-12 Thread Tuc
> > Hello, > > I write Problem Report ports/53019 which include > a new port of kvirc3, which is a irc client. > > My question is why is this port not processed. > Is there somthing wrong with it? > I use it myself, unpatched but its still in beta and not released, no? I just submitted

Re: user-ppp faster then pppd ?

2003-09-12 Thread Jerry McAllister
> > On Fri, Sep 12, 2003 at 01:37:59AM +0200, [EMAIL PROTECTED] wrote: > > >The difference is too small to be meaningful. > > > > when you have 56k modem and ~4.5KB throughput 0.5KB can make a big > > difference > > I wonder if we're thinking of the same numbers. I've seen 56k modems > run at

Where can I find a log file for this ... ?

2003-09-12 Thread Peter Ulrich Kruppa
Hi, one FreeBSD machine at work froze, saying something about some kind of panic. I simply rebooted it, because I had no time then to have a close look at it. Is there some kind of log file where I could see this message again? Regards, Uli. +---+ |Pe

Re: whereis fails

2003-09-12 Thread peter lageotakes
I am not 100 percent sure but if memory serves; the man pages are a port by themselves (for xfree), at which point they get installed separately. Those ports should be on disc 1. You can use /stand/sysintall to get back into those ports. My second thought is building/rebuilding the locate databa

Re: Quantum DLT4000 on 4.5-R: "Device busy"

2003-09-12 Thread Jerry McAllister
Hi, > Greetings, > (Apologies in advance if this is not the correct list for this question) > > I am attemping to get a new tape drive (Quantum DLT4000, external) working > on my FreeBSD (4.5-R, i386) machine. The kernel detects the drive during > boot: > > ahc0: port 0xdc00-0xdcff mem >

Dummynet Pipes

2003-09-12 Thread Colin Watson
I've got a question about dummynet pipes, basically I've installed two rules per user to control their traffic flow: add 150 pipe 15 ip from 78.77.76.21 to any out pipe 15 config bw 512Kbit/s queue 10 add 160 pipe 16 ip from any to 78.77.76.21 in pipe 16 config bw 512Kbit/s queue 10 However, th

Re: `top` process memory usage: SIZE vs RES

2003-09-12 Thread Jesse Guardiani
Dan Nelson wrote: > In the last episode (Sep 11), Jesse Guardiani said: >> 1.) Where is my Free memory going? I can't account for it >> in the SIZE and RES columns of the various processes. >> These are relatively constant. > > Disk cache. I thought it might be something like that. My la

Sound Device Toruble

2003-09-12 Thread admin
I have a problem with my Toshiba Satellite 2105 CDS laptop I compiled the kernel with "device pcm" option, and I can see the card in dmesg, but when I'm trying to play smth to /dev/dsp0 the system is not respondig till hard-reboot. There is an ESS Maestro-2E Soundcard, and it works fine under Wind

Re: `top` process memory usage: SIZE vs RES

2003-09-12 Thread Jesse Guardiani
[EMAIL PROTECTED] wrote: [...] > J> 1.) Where is my Free memory going? > > given what you say > custom-python->>>qmail-scanner->clamd->qmail-queue > > This whole scenario is very memory intensive. First you have each email > "pythonized" and then qmail-scanner is *very* memory intensive, as it

  1   2   >