different passwords for local and remote login?

2004-12-08 Thread Geert Hendrickx
Hi, is it possible to have a different password for local (console, xdm) and remote (ssh) logins? I have a separate password database for my imap-server (dovecot), and I was wondering whether this is possible with OpenSSH, too. GH ___ [EMAIL PROTECTED]

Re: mysql won't start on boot

2004-12-08 Thread Markus Hoenicka
Vonleigh Simmons [EMAIL PROTECTED] was heard to say: After updating to 5.3 MySQL won't start at boot time. I read UPDATING and it says to include a line in /etc/rc.conf. But even after adding that line: # grep mysql /etc/rc.conf mysql_enable=YES It still won't start up on its

Re: ffmpeg port

2004-12-08 Thread Alastair G. Hogge
On Wed, 8 Dec 2004 04:38, Lucas Holt wrote: Just an fyi, the ffmpeg port is not building propery for two possible reasons. First, several of the html documents are not found and make dies. Second, if you ran the install once and it failed, it created a symlink in /usr/local/lib/ for a

Re: ffmpeg port

2004-12-08 Thread Stijn Hoop
On Wed, Dec 08, 2004 at 07:26:22PM +1100, Alastair G. Hogge wrote: On Wed, 8 Dec 2004 04:38, Lucas Holt wrote: Just an fyi, the ffmpeg port is not building propery for two possible reasons. First, several of the html documents are not found and make dies. Second, if you ran the install

Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Toomas Aas
orville weyrich wrote: I cannot find instructions in the official documentation, nor in the FreeBSD Dairy. Have you read this: http://www.vinumvm.org/vinum/replacing-drive.html I've followed these steps to successfully recover from two cases of drive failure.

Re[2]: Bad Host Name Error Message

2004-12-08 Thread Gerard Seibert
On Tuesday, December 07, 2004 9:59:53 PM stheg olloydson [EMAIL PROTECTED] wrote: |it was said: | |I continually receive an error message about a bad host name. This is |the error message: | |Starting cron |Local package initialization: printerDec 7 21:20:44 [EMAIL PROTECTED] |lpd[438]:

Re: mlock error: not setgid mail

2004-12-08 Thread Vonleigh Simmons
In the last episode (Dec 07), Vonleigh Simmons said: After updating to 5.3 I'm running into the following, I'm getting the following error in my mail log over and over: usr/local/libexec/mlock[755]: (64) not setgid mail I'm assuming it's an ownership problem, but what of? mlock

Re: mysql won't start on boot

2004-12-08 Thread Vonleigh Simmons
After updating to 5.3 MySQL won't start at boot time. I read UPDATING and it says to include a line in /etc/rc.conf. But even after adding that line: # grep mysql /etc/rc.conf mysql_enable=YES It still won't start up on its own after I reboot. However doing: I'm sitting in front of

Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Scott Mitchell
On Tue, Dec 07, 2004 at 09:45:51PM -0800, orville weyrich wrote: I have been trying to figure out how to get VINUM to recognize a new disk after a disk failure, and no luck at all. I cannot find instructions in the official documentation, nor in the FreeBSD Dairy. Lots of places tell how

Re: Bad Host Name Error Message

2004-12-08 Thread Dev Tugnait
Edit /etc/hosts add internal ip and host fro example if hostname is till.fool.net ip till till.fool.net * Gerard Seibert ([EMAIL PROTECTED]) wrote: I continually receive an error message about a bad host name. This is the error message: Starting cron Local package initialization:

Re: mkisofs and large files

2004-12-08 Thread Dev Tugnait
Create the iso via mkisofs use burncd or growisofs to burn the dvd. * RW ([EMAIL PROTECTED]) wrote: I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked on Google and found that

Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Stijn Hoop
Scott, your procedure is what I have used, except for: On Wed, Dec 08, 2004 at 10:09:05AM +, Scott Mitchell wrote: 6. Tell vinum to restart the failed subdisk: # vinum start raid.p0.s0 7. Wait ages while the new disk is 'revived'. I was quite impressed that the volume remained

recompiling my kernel error

2004-12-08 Thread Spades
After I cvsup'd and recompiling my kernel, it came up with this error, anyone has an idea on how to fix this? -- cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I.

Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Scott Mitchell
On Wed, Dec 08, 2004 at 11:52:55AM +0100, Stijn Hoop wrote: Scott, your procedure is what I have used, except for: On Wed, Dec 08, 2004 at 10:09:05AM +, Scott Mitchell wrote: 6. Tell vinum to restart the failed subdisk: # vinum start raid.p0.s0 7. Wait ages while the new

recompiling my kernel error

2004-12-08 Thread Spades
After I cvsup'd and recompiling my kernel, it came up with this error, anyone has an idea on how to fix this? -- cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I.

Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Stijn Hoop
On Wed, Dec 08, 2004 at 11:30:13AM +, Scott Mitchell wrote: On Wed, Dec 08, 2004 at 11:52:55AM +0100, Stijn Hoop wrote: I was quite impressed that the volume remained available with users accessing it throughout this procedure :-) Yes I was too -- however I wasn't as impressed with

RE: different passwords for local and remote login?

2004-12-08 Thread Paul Hamilton
Hi Geert, Couldn't you just login remotely as someone different, and then (if needed), su to the correct user? That's what I do. Cheers, Paul Hamilton -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Geert Hendrickx Sent: Wednesday, 8 December 2004

Re: recompiling my kernel error

2004-12-08 Thread Giorgos Keramidas
On 2004-12-08 19:11, Spades [EMAIL PROTECTED] wrote: After I cvsup'd and recompiling my kernel, it came up with this error, anyone has an idea on how to fix this? -- {standard input}: cc: Assembler messages: Internal compiler error: program cc1 got fatal signal 11{standard input}:1997:

Re: different passwords for local and remote login?

2004-12-08 Thread Geert Hendrickx
Paul Hamilton wrote: Hi Geert, Couldn't you just login remotely as someone different, and then (if needed), su to the correct user? That's what I do. Cheers, Paul Hamilton Good idea -- then I would only allow a user called remote in, via AllowUsers or AllowGroups in /etc/ssh/sshd_config. But this

Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Scott Mitchell
On Wed, Dec 08, 2004 at 12:34:27PM +0100, Stijn Hoop wrote: On Wed, Dec 08, 2004 at 11:30:13AM +, Scott Mitchell wrote: On Wed, Dec 08, 2004 at 11:52:55AM +0100, Stijn Hoop wrote: AFAIK the only way to guarantee a consistent rebuild is to do it offline (at least in 4.x, haven't

Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Stijn Hoop
On Wed, Dec 08, 2004 at 11:54:45AM +, Scott Mitchell wrote: On Wed, Dec 08, 2004 at 12:34:27PM +0100, Stijn Hoop wrote: I'm just saying that in my case it didn't work out well. As with any other advice, it might just work for you :) Sure, I'm definitely not disagreeing with anything

Re:

2004-12-08 Thread Erik Norgaard
Anita Hicklin wrote: I was wondering if I could get instructions on how to uninstall free bsd. It's on my computer and I dont' know how to use it so I was going to just unistall it but I can't seem to figure it out. Operating systems unlike other programs, you don't really uninstall - you

Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread Scott Mitchell
On Wed, Dec 08, 2004 at 01:01:30PM +0100, Stijn Hoop wrote: On Wed, Dec 08, 2004 at 11:54:45AM +, Scott Mitchell wrote: On Wed, Dec 08, 2004 at 12:34:27PM +0100, Stijn Hoop wrote: I'm just saying that in my case it didn't work out well. As with any other advice, it might just work for

Harddisk speed: PIO4 vs. UDMA66 controller ?

2004-12-08 Thread Rob
Hi, I have a PII PC running 5.3. The output of 'dmesg' has a line: atapci0: VIA 82C596B UDMA66 controller [...] at device 7.1 on pci0 And at the end, it says: ad0: 43979MB IBM-DTLA-307045/TX6OA50C [89355/16/63] at ata0-master PIO4 acd0: CDROM CRD-8520B/1.00 at ata1-master PIO4 The harddisk is

[Q] Strange boot warning

2004-12-08 Thread Anton Kazak
Hello all! This is my boot process: Dec 6 18:19:39 P-III syslogd: kernel boot file is /boot/kernel/kernel Dec 6 18:19:39 P-III kernel: Copyright (c) 1992-2004 The FreeBSD Project. Dec 6 18:19:39 P-III kernel: Copyright (c) 1979, 1980,

Re: intermittent ath0

2004-12-08 Thread Erik Norgaard
scott renna wrote: I've been running 5.3 for a little bit now using a d-link g520 wireless card(ath0) and using a netgear 802.11b router. I've noticed a problem with intermittancy. My system seems to have issues maintaining steady data flow for long periods of time. I just noticed my system is

Re: Harddisk speed: PIO4 vs. UDMA66 controller ?

2004-12-08 Thread Rob
Rob wrote: Hi, I have a PII PC running 5.3. The output of 'dmesg' has a line: atapci0: VIA 82C596B UDMA66 controller [...] at device 7.1 on pci0 And at the end, it says: ad0: 43979MB IBM-DTLA-307045/TX6OA50C [89355/16/63] at ata0-master PIO4 acd0: CDROM CRD-8520B/1.00 at ata1-master PIO4 The

Upgrading/Updating precompiled packages

2004-12-08 Thread Alex G
Hi, I have a small system running FreeBSD. I'd like to know if there's an easy way to upgrade/update precompiled ports packages without using ports tree and portupgrade. Thanks Alex G ___ [EMAIL PROTECTED] mailing list

Re: Designed for FreeBSD stickers

2004-12-08 Thread Richard Bradley
On Wednesday 08 December 2004 3:41 am, Matthias Buelow wrote: Richard Bradley wrote: ScotGold seems reasonably priced, but once you've bought their minimum order of 10, you're again paying almost £5. Is there a gap in the market? the question is if that would be economical. do you also

Link trade inquiry

2004-12-08 Thread Jason
It's Jason over here with the Free Stuff Sites - Directory by FunnyTaf, Inc. Please add your free site(s) to our directory: http://www.funnytaf.com/free/ Our homepage has a PR of 4. www.funnytaf.com To add your site, please go to: http://www.funnytaf.com/free/directory/suggest_link.php You

Memory problems:-(

2004-12-08 Thread Akhthar Parvez. K
Hi All, I am facing a lot of memory issues with all services in the server. Following log will tell you what is the exact problem. dmesg 18575 (exim-4.43-0), uid 26: exited on signal 11 pid 18595 (exim-4.43-0), uid 26: exited on signal 11 pid 18512 (httpd), uid 65534: exited on signal 11 pid

Free BSD documentation required

2004-12-08 Thread Milind Nanal
List, I am new to FreeBSD finding is little difficult with administrative commands. I have worked on RedHat Suse. Service startup, boot scripts, pstree command everything seems to be different in FreeBsd compare to RedHat or Suse. Can any give me good ref URL other that FreeBSD.org to

Anyone running FreeBSD on a HP DL140 server?

2004-12-08 Thread Paul Hamilton
Hi, I would like to run FreeBSD on a cheep HP server, and the DL140 looks great from a price point of view. Has anyone tried installing FreeBSD 4.10 or 5.3 on one of these? Anyone know of a current dual port NIC that is supported under FreeBSD, and will fit into the above server? I would

Questions about Installations of FreeBSD

2004-12-08 Thread Alexis Rios Ayende
I have a Virtual PC to install FreeBSD , but when i try to install appears an error explaining that couldn't find an ELF library. How can i fix it? Thanks, Alexis Please reply my message asap. ___ [EMAIL PROTECTED] mailing list

About FreeBSD installation

2004-12-08 Thread Alexis Rios Ayende
Hi Can i boot from my Virtual PC? Thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

ax88790 chipset 100mbit/s support

2004-12-08 Thread [EMAIL PROTECTED]
hello, i have a 10/100 fast ethernet pccard labeled sitecom. it is built around the asix ax88790 chipset and runs at 10 mbit using the ed driver. is 10 mbit/sec the maximum transfer rate the ed driver supports? does somebody know a way i can use this card at 100 mbit/sec on my

Re: Free BSD documentation required

2004-12-08 Thread Giorgos Keramidas
On 2004-12-08 15:55, Milind Nanal [EMAIL PROTECTED] wrote: I am new to FreeBSD finding is little difficult with administrative commands. I have worked on RedHat Suse. Service startup, boot scripts, pstree command everything seems to be different in FreeBsd compare to RedHat or Suse.

Brighstor ARCserve Backup for Linux on FreeBSD

2004-12-08 Thread Piotr Gnyp
Have anyone tried to install Brighstor ARCserve Backup for Linux on FreeBSD? discordia# pwd /mnt/cdrom/agents/Linux discordia# ./install ./install: 43: Syntax error: Bad substitution line 43 is: printf %-42s $INST_MSG_102 ${FILESYS_GROUP[$VCOUNT]}

Mounting a network drive - winxp/nfs

2004-12-08 Thread George Katsanos
Dear Sir, I want to see the files of the other computer of my 2-pc lan , which runs winxp and has a nfs filesystem. I know that i must edit /etc/fstab , and use the smbfs utility as told on the FAQ . But i could not run smbfs command , and other commands like smbutil , ask a lot of

Re: ax88790 chipset 100mbit/s support

2004-12-08 Thread Nelis Lamprecht
On Thu, 09 Dec 2004 02:25:30 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hello, i have a 10/100 fast ethernet pccard labeled sitecom. it is built around the asix ax88790 chipset and runs at 10 mbit using the ed driver. is 10 mbit/sec the maximum transfer rate the ed driver

Re: Designed for FreeBSD stickers

2004-12-08 Thread Vonleigh Simmons
ScotGold seems reasonably priced, but once you've bought their minimum order of 10, you're again paying almost £5. Is there a gap in the market? Try ScotGold - http://www.scotgold.com/ They're located in the UK and have a variety of BSD merchandise, not just case badges. I don't want to pick on

Re: ax88790 chipset 100mbit/s support

2004-12-08 Thread [EMAIL PROTECTED]
Nelis Lamprecht wrote: On Thu, 09 Dec 2004 02:25:30 +0100, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: hello, i have a 10/100 fast ethernet pccard labeled sitecom. it is built around the asix ax88790 chipset and runs at 10 mbit using the ed driver. is 10 mbit/sec the maximum transfer rate the ed

RE: Help needed re Mozilla with libjavaplugin_oji_so

2004-12-08 Thread Kees Plonsz
Dundar Turker wrote: Thanks for the quick reply... But I'm not so convinced with this answer... May I ask how will it change the process.? In the end the libjavaplugin_oji.so is the one to get loaded isn't it, which in turn generates the error I get. I linked libjavaplugin_oji.so (not

Re: Harddisk speed: PIO4 vs. UDMA66 controller ?

2004-12-08 Thread Kris Kennaway
On Wed, Dec 08, 2004 at 09:41:15PM +0900, Rob wrote: ad0: 43979MB IBM-DTLA-307045/TX6OA50C [89355/16/63] at ata0-master PIO4 acd0: CDROM CRD-8520B/1.00 at ata1-master PIO4 The harddisk is very new and can do UDMA100. With a UDMA66 controller I expect the harddisk to operate at least at 66

Re: ax88790 chipset 100mbit/s support

2004-12-08 Thread [EMAIL PROTECTED]
Henry Miller wrote: On 12/9/2004 at 02:25 [EMAIL PROTECTED] wrote: hello, i have a 10/100 fast ethernet pccard labeled sitecom. it is built around the asix ax88790 chipset and runs at 10 mbit using the ed driver. is 10 mbit/sec the maximum transfer rate the ed driver supports? does somebody

Re: ffmpeg port

2004-12-08 Thread Mario Sergio Fujikawa Ferreira
On Wed, Dec 08, 2004 at 09:30:56AM +0100, Stijn Hoop wrote: On Wed, Dec 08, 2004 at 07:26:22PM +1100, Alastair G. Hogge wrote: On Wed, 8 Dec 2004 04:38, Lucas Holt wrote: Just an fyi, the ffmpeg port is not building propery for two possible reasons. First, several of the html documents

Re: mlock error: not setgid mail

2004-12-08 Thread Dan Nelson
In the last episode (Dec 08), Vonleigh Simmons said: In the last episode (Dec 07), Vonleigh Simmons said: After updating to 5.3 I'm running into the following, I'm getting the following error in my mail log over and over: usr/local/libexec/mlock[755]: (64) not setgid mail I

Re: Free BSD documentation required

2004-12-08 Thread Jerry McAllister
List, I am new to FreeBSD finding is little difficult with administrative commands. I have worked on RedHat Suse. Service startup, boot scripts, pstree command everything seems to be different in FreeBsd compare to RedHat or Suse. Can any give me good ref URL other that FreeBSD.org

Re: Designed for FreeBSD stickers

2004-12-08 Thread Jerry McAllister
Jerry McAllister wrote: snip OK. So I went and looked for them. They are from FreeBSD Mall. Go to: http://www.freebsdmall.com/cgi-bin/fm Select 'Promo' and then 'FreeBSD Sticker Sheet' They are only $0.50 US each so get a hundred or so. There are a bunch of

Re: ffmpeg port

2004-12-08 Thread Kris Kennaway
On Wed, Dec 08, 2004 at 01:06:27PM -0200, Mario Sergio Fujikawa Ferreira wrote: On Wed, Dec 08, 2004 at 09:30:56AM +0100, Stijn Hoop wrote: On Wed, Dec 08, 2004 at 07:26:22PM +1100, Alastair G. Hogge wrote: On Wed, 8 Dec 2004 04:38, Lucas Holt wrote: Just an fyi, the ffmpeg port is not

Re: semaphore problem with Bakbone's Netvault on FreeBSD 4.10

2004-12-08 Thread Georg Altmann
In the meantime Bakbone support managed to send me a working (binary) patch fixing the problem and I was asked by Bakbone to post this information. So, if you experience the problem described below, please contact Bakbone support. Best regards, Georg Altmann --On Montag, November 22, 2004

Re: Free BSD documentation required

2004-12-08 Thread Adam Smith
On Wed, Dec 08, 2004 at 03:55:11PM +0530, Milind Nanal said: List, I am new to FreeBSD finding is little difficult with administrative commands. I have worked on RedHat Suse. Service startup, boot scripts, pstree command everything seems to be different in FreeBsd compare to RedHat

Vinum questions

2004-12-08 Thread Faisal Ali
Hello, I want to be alerted when a disk on the server fails, does Vinum generate syslog when a disk part of a mirror volume fails? Faisal Ali Kintetsu Global IT Inc. Network Engineer 100 Jericho Quadrangle, Suite 144 Jericho, NY 11753 ___ [EMAIL

Re: Upgrading/Updating precompiled packages

2004-12-08 Thread Joshua Lokken
On Wed, 8 Dec 2004 23:49:31 +1100, Alex G [EMAIL PROTECTED] wrote: Hi, I have a small system running FreeBSD. I'd like to know if there's an easy way to upgrade/update precompiled ports packages without using ports tree and portupgrade.

Need disk statistics

2004-12-08 Thread Brian McCann
Hi all. I need to get the percent busy for the disks in my servers, so that I can graph/monitor them. I've looked into the UCD-SNMP MIBs, but their % busy counters for disks don't appear to work. I know I can use iostat to get the close to instantaneous % busy, but I'm looking for a 5 minute

Re: Need disk statistics

2004-12-08 Thread Jorn Argelo
On Wed, 8 Dec 2004 12:04:58 -0500, Brian McCann wrote Hi all. I need to get the percent busy for the disks in my servers, so that I can graph/monitor them. I've looked into the UCD-SNMP MIBs, but their % busy counters for disks don't appear to work. I know I can use iostat to get the

Re: Need disk statistics

2004-12-08 Thread Brian McCann
I'm using RRDTool now for a lot of things, but it's just a database...I need to feed in the data I need...that's the hard part...getting the data. Same goes with Nagios/Netsaint. I know they do the disk % used, but I'm fairly confident they don't do busy %...I'll check though...I forgot about

configuration of XFree86

2004-12-08 Thread Leon
Hi, I'm first time installing FreeBSD. I'm trying to configure X server. And I have a problem with configuring of X server. I use the instructions for installation and configuration. Which says: use /stand/sysinstall Take Configure Then pick XFree86 The problem is that I can't find XFree86;

Re: mkisofs and large files

2004-12-08 Thread Vulpes Velox
On Wed, 8 Dec 2004 04:08:12 + RW [EMAIL PROTECTED] wrote: I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked on Google and found that mkisofs had a filesize limit of 2 GB, but

Re: mkisofs and large files

2004-12-08 Thread Paul Mather
On Wed, 8 Dec 2004 04:08:12 +, RW [EMAIL PROTECTED] wrote: I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked on Google and found that mkisofs had a filesize limit of 2 GB,

Re: configuration of XFree86

2004-12-08 Thread Jerry McAllister
Hi, I'm first time installing FreeBSD. I'm trying to configure X server. And I have a problem with configuring of X server. I use the instructions for installation and configuration. Which says: use /stand/sysinstall Take Configure Then pick XFree86 The problem is that I can't

Re: mysql won't start on boot

2004-12-08 Thread Markus Hoenicka
Vonleigh Simmons writes: /usr/local/etc/init.d/ which you have to rename to mysql.sh. I do have a file in rc.d: Ah, sure. init.d is linuxish. It just so happened that I installed a 5.3 box from scratch in the last couple of days. MySQL wasn't installed yet, so I grabbed the

Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 15:16, Vulpes Velox wrote: On Wed, 8 Dec 2004 04:08:12 + RW [EMAIL PROTECTED] wrote: I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked on

Re: Bad Host Name Error Message

2004-12-08 Thread polymorph
I continually receive an error message about a bad host name. This is the error message: Starting cron Local package initialization: printerDec 7 21:20:44 [EMAIL PROTECTED] lpd[438]: Get_local_host: hostname '[EMAIL PROTECTED]' bad 2004-12-07-21:20:44.236 Get_local_host: hostname '[EMAIL

Re: configuring sound card on P4SP-MX SE

2004-12-08 Thread Paulo Fonseca Jr.
On Tuesday 07 December 2004 20:20, Lowell Gilbert wrote: Paulo Fonseca Jr. [EMAIL PROTECTED] writes: I tried to configure my kernel including device pcm to set soundmax card on P4SP-MX SE motherboard but config not runs ok: device pcm is unknown. Somebody who already installed this

Sorry to bother you ,but...

2004-12-08 Thread me
Dear [EMAIL PROTECTED] GTK-Server is a program that allows scripts to have a graphical interface with I/O. It also works with several programming languages. The one I am most interested in is yabasic. I am working with Peter Van Eerten to try to get GTK-Server working on FreeBSD 5.3. Peter is

Re: Memory problems:-(

2004-12-08 Thread Jonathan Chen
On Wed, Dec 08, 2004 at 06:29:27PM +0530, Akhthar Parvez. K wrote: Hi All, I am facing a lot of memory issues with all services in the server. Following log will tell you what is the exact problem. dmesg 18575 (exim-4.43-0), uid 26: exited on signal 11 [...] pid 19600 (exim-4.43-0),

Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 17:42, Paul Mather wrote: On Wed, 8 Dec 2004 04:08:12 +, RW [EMAIL PROTECTED] wrote: I've been trying to burn a single large file (a 4.2 GB encrypted gbde filesystem within a file) to a DVD, but mkisofs tells me the file is too large. I looked on

dhcpd error - rrset doesn't exist add...timed out.

2004-12-08 Thread Paulo Fonseca Jr.
Hi, I'm receiving the folowing error when a windows machine to try a connection with internet through freebsd adsl (ppp) gateway: IF windows.myisp.com.br IN A rrset doesn't exist add windows.myisp.com.br 300 IN A 192.168.0.3: timed out. I'm not running a dns on My dhcpd.conf: option

Re: mkisofs and large files

2004-12-08 Thread Randy Grafton
growisofs is your solution. It is in the dvd+r-tools port in /usr/pots/sysutils. This was supposed to be a front end to mkisofs and therefore handles most of the options that mkisofs has. It also allows you to burn directly to disc! (I use this one a lot, great for backups). -Randy RW wrote:

configuration of XFree86

2004-12-08 Thread Markus Hoenicka
Leon writes: Hi, I'm first time installing FreeBSD. I'm trying to configure X server. And I have a problem with configuring of X server. I use the instructions for installation and configuration. Which says: use /stand/sysinstall Take Configure Then pick XFree86 Newer

Re: Designed for FreeBSD stickers

2004-12-08 Thread Ian Smith
Jerry wrote: Chris wrote: [..] For myself, I want one so I can stick it on my desktop at home so it'll look better to casual computer users and to annoy my wife that my desktop is better than her gentoo desktop. OK. So I went and looked for them. They are from FreeBSD Mall. Go

Re: mkisofs and large files

2004-12-08 Thread RW
On Wednesday 08 December 2004 18:54, Randy Grafton wrote: growisofs is your solution. No, it isn't. I originally hit the problem using growisofs, although the error comes from mkisofs. Installing the development version of mkisofs solves the burning problem, but FreeBSD can't use the file.

Re: mysql won't start on boot

2004-12-08 Thread Vonleigh Simmons
What happens if you run /usr/local/etc/rc.d/mysql-server.sh start manually? Does the log file enlighten you (/var/db/mysql/[boxname].err)? I think you may have found it. I was able to stop mysql using the rc script. However starting it back up did nothing: # /usr/local/etc/rc.d/mysql-server.sh

Re: mlock error: not setgid mail

2004-12-08 Thread Vonleigh Simmons
In the last episode (Dec 08), Vonleigh Simmons said: In the last episode (Dec 07), Vonleigh Simmons said: After updating to 5.3 I'm running into the following, I'm getting the following error in my mail log over and over: usr/local/libexec/mlock[755]: (64) not setgid mail I

RE: mysql won't start on boot

2004-12-08 Thread Haulmark, Chris
Someone broke the silence: What happens if you run /usr/local/etc/rc.d/mysql-server.sh start manually? Does the log file enlighten you (/var/db/mysql/[boxname].err)? I think you may have found it. I was able to stop mysql using the rc script. However starting it back up did

Re: Sorry to bother you ,but...

2004-12-08 Thread CHris Rich
Peter has managed to get it compiled on FreeBSd5.3, however when run a yabasic demo program that uses GTK-Server, I get an error message that library nss_dns.so.1 is missing. I have searched the ports tree and found references to this in files in these locations... eshop1# grep -r -i

Re: mysql won't start on boot

2004-12-08 Thread Vonleigh Simmons
Since you didn't mention which mysql version you are using..I will say this. In the /usr/ports/UPDATING...there is a paragraph. 20041031: AFFECTS: users of databases/mysql40-server AUTHOR: [EMAIL PROTECTED] The MySQL Daemon must now be enabled / disabled in rc.conf. See the script for

Re: mlock error: not setgid mail

2004-12-08 Thread Vonleigh Simmons
The code that does the check is this: struct group *grp = getgrnam (mail); if (!grp || (grp-gr_gid != getegid ())) die (not setgid mail,EX_USAGE); The only way I can see that failing is if getgrnam() failed to look up the mail group, or if the gid of mlock doesn't match the gid returned by

Re: mysql won't start on boot

2004-12-08 Thread Joshua Lokken
On Wed, 8 Dec 2004 12:05:13 -0800, Vonleigh Simmons [EMAIL PROTECTED] wrote: What happens if you run /usr/local/etc/rc.d/mysql-server.sh start # /usr/local/etc/rc.d/mysql-server.sh start Starting mysql. Yet mysql never started up, here is the error log: --- 041208 14:07:26 mysqld

FAT32 Partition?

2004-12-08 Thread Phusion
I'm having problems accessing a shared FAT32 partition in FreeBSD 5.3. When I try to mount the partition, it says: bad FAT32 filesystem. I'll explain what I'm trying to do, and what I've tried. I have one hard drive, and I'm trying to get Windows XP Pro, FreeBSD 5.3, and Fedora on it. I want to

Samba/two Win2K machines

2004-12-08 Thread Patrick Lindholm
Hello I have tried to find solution to my problem for a while but have only found solutions to why is Samba on Freebsd between Win2k too slow. Mine wokrs fine between win2k and BSD box. I have freebsd 4.10 and 10MB network. With pentium 300mhz and 128MB memory running samba-3.0.5 i´m not

Re: Sorry to bother you ,but...

2004-12-08 Thread pete wright
Peter has managed to get it compiled on FreeBSd5.3, however when run a yabasic demo program that uses GTK-Server, I get an error message that library nss_dns.so.1 is missing. I have searched the ports tree and found references to this in files in these locations... eshop1# grep -r -i

RE: Help needed re Mozilla with libjavaplugin_oji_so

2004-12-08 Thread Dundar Turker
This makes sense to me. I too suspect it is some kind of version problem. On Linux machines I had to use mozilla 1.7.3 to get this plugin working fine. Previous versions did not work. FreeBSD ports have version 1.7.2. I believe FreeBSD should make this 1.7.3 or newer versions of mozilla

Re: Brighstor ARCserve Backup for Linux on FreeBSD

2004-12-08 Thread pete wright
On Wed, 8 Dec 2004 14:48:26 +0100, Piotr Gnyp [EMAIL PROTECTED] wrote: Have anyone tried to install Brighstor ARCserve Backup for Linux on FreeBSD? discordia# pwd /mnt/cdrom/agents/Linux discordia# ./install ./install: 43: Syntax error: Bad substitution line 43 is: printf

Re: Designed for FreeBSD stickers

2004-12-08 Thread stheg olloydson
it was said: I'd put those badges on all the servers I configured if they weren't 2 bucks a pop! I'd be willing to pay a quarter, or at most 50 cents, but $2 seems excessive. --Brett Wonder what they do with that execessive profit from their merchandise?

Re: Multiple IPs in jail

2004-12-08 Thread klr
It would be AWESOME if FreeBSD supported multiple IPs per jail. In my opinion, this is one of FreeBSD's greatest disadvantages on the virtual server market, as some specific customers will always require multiple IPs (shell providers for one). Also, interface virtualization and firewalls inside

idiot 5.3 disk question

2004-12-08 Thread thursday
Greets, I haven't been following FreeBSD much at all lately, having gotten a Linx admin job, so forgive me: I'm installing FreeBSD 5.3 on a new machine. I've added a second disk, and 80Gig Maxtor IDE drive. I use sysinstall to partition it, and run disklabel/newfs, etc, mounting it as

Re: Intel ICH5 SATA controler on FreeBSD 5.3

2004-12-08 Thread David Kelly
On Dec 7, 2004, at 7:33 PM, Mário Gamito wrote: Searching in the hardware suported by 5.3 i see no (obvious) reference to Intel ICH5 SATA disk controler. But googling for intel ich5 freebsd, there are lots os links about this issue. Some talk about patches, even in this list, several months

Re: Intel ICH5 SATA controler on FreeBSD 5.3

2004-12-08 Thread David Kelly
On Dec 7, 2004, at 7:57 PM, Mail Admin wrote: I have it working, though could not manage to get the hardware RAID going: An ICH5 doesn't necessarily have hardware RAID. My Del PE400SC does not. -- David Kelly N4HHE, [EMAIL PROTECTED]

Re: Free BSD documentation required

2004-12-08 Thread Joe Altman
On Wed, Dec 08, 2004 at 03:55:11PM +0530, Milind Nanal wrote: List, I am new to FreeBSD finding is little difficult with administrative commands. I have worked on RedHat Suse. Service startup, boot scripts, pstree command everything seems to be different in FreeBsd compare to RedHat

Re: idiot 5.3 disk question

2004-12-08 Thread Lowell Gilbert
thursday [EMAIL PROTECTED] writes: Greets, I haven't been following FreeBSD much at all lately, having gotten a Linx admin job, so forgive me: I'm installing FreeBSD 5.3 on a new machine. I've added a second disk, and 80Gig Maxtor IDE drive. I use sysinstall to partition it, and run

Re: ffmpeg port

2004-12-08 Thread Vladimir Kushnir
Hi, There seems to be another breakage: ffmpeg doesn't grab anymore. It just sits there and dumps core with page already free on exit. Comparing to libavformat/grab.c, the following patch (sort of) fixes situation, bit only partially. Regards, Vladimir ***

Question about updating 5.3

2004-12-08 Thread sp0ng3b0b
There seem to be a LOT of great articles about how to update a freebsd system. But they all seem to recommend a different approach. I am looking for a simple way to keep the OS up to date. Background info: I am going to be running a few FreeBSD production servers. I need to document everything

Re: Memory problems:-(

2004-12-08 Thread Olivier Nicole
I am facing a lot of memory issues with all services in the server. Following log will tell you what is the exact problem. Have you tried cleaning the contacts on the memory stick? Cotton bud and rubing alchool, thooth paste, sliver cleaning paste, car polish... OK use alchool last to rinse

CVSup and Building World

2004-12-08 Thread Cyber Dog
Earlier this evening I did a full CVSup on a FreeBSD 4.9 machine using RELENG_4, built and installed the kernel and world. My question is: are all the patches released since the last release came out included when I use CVSup? Or is it still necessary to patch the system after install? My guess

Re: intermittent ath0

2004-12-08 Thread scott renna
sweet, that's great. I only notice it drop during times when i push data over the line. in this case it's a server that is tucked away in the back of my place. i am getting tired of sitting in there using a windows laptop to diagnose why it doesn't work. i wasn't sure if using the NDISulator

Re: CVSup and Building World

2004-12-08 Thread Giorgos Keramidas
On 2004-12-08 19:50, Cyber Dog [EMAIL PROTECTED] wrote: Earlier this evening I did a full CVSup on a FreeBSD 4.9 machine using RELENG_4, built and installed the kernel and world. My question is: are all the patches released since the last release came out included when I use CVSup? Or is it

Re: Free BSD documentation required

2004-12-08 Thread W. D.
At 04:25 12/8/2004, Milind Nanal wrote: List, I am new to FreeBSD finding is little difficult with administrative commands. I have worked on RedHat Suse. Service startup, boot scripts, pstree command everything seems to be different in FreeBsd compare to RedHat or Suse. Can any give me

Re: Has anybody EVER successfully recovered VINUM?

2004-12-08 Thread orville weyrich
See below --- Toomas Aas [EMAIL PROTECTED] wrote: orville weyrich wrote: In any event, the example shown in the link lacks context. Is the failed drive named data1? It is automagically replaced by a new drive named data3? In all cases I've replaced a failed drive, I have named the

  1   2   >