5.3 /etc/rc.network

2005-02-20 Thread Gerard Samuel
Im reading an older article that refers to /etc/rc.network Is there an equivalent to /etc/rc.network in FreeBSD 5.3? Thanks ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Split DNS [was]: 5.3 /etc/rc.network

2005-02-20 Thread Gerard Samuel
Erik Norgaard wrote: Gerard Samuel wrote: Im reading an older article that refers to /etc/rc.network Is there an equivalent to /etc/rc.network in FreeBSD 5.3? Not a single script. Instead varios scripts for varios tasks, scripts are in /etc/rc.d names should be sufficient explanation. Yeah I

Re: Split DNS [was]: 5.3 /etc/rc.network

2005-02-20 Thread Gerard Samuel
Bill Moran wrote: Gerard Samuel [EMAIL PROTECTED] wrote: [...] Im attempting to setup split dns, using instructions from http://www.cfcl.com/rdm/split_DNS.html (Specifically under the heading /etc/rc.network) Can anyone point me as to what can be done to run 2 instances of bind, using freebsd

Re: Split DNS [was]: 5.3 /etc/rc.network

2005-02-20 Thread Gerard Samuel
Gerard Samuel wrote: Bill Moran wrote: Gerard Samuel [EMAIL PROTECTED] wrote: [...] Im attempting to setup split dns, using instructions from http://www.cfcl.com/rdm/split_DNS.html (Specifically under the heading /etc/rc.network) Can anyone point me as to what can be done to run 2 instances

Re: PEAR Search Path (PHP's include_path)

2005-02-20 Thread Gerard Samuel
[EMAIL PROTECTED] wrote: I am running fBSD 5.3-Release and have installed Horde via ports and am having trouble finding the pear search path to put in the php.ini include_path. When Horde was installed it installed PHP 4. If I bring up the Horde test.php page it shows the following under pear:

Reconfiguring my network

2005-02-19 Thread Gerard Samuel
I currently own my own domain name, and run a dns server that services only the lan (i.e. It just forwards requests to my ISP's dns server, and resolves computers on the lan). Other services, (i.e. www/mail/cvs/etc) are port forwarded through the firewall. The setup is ok, but I have it in my

Re: PHP

2005-02-19 Thread Gerard Samuel
Andrei Iarus wrote: I have installed apache-1.3.33_1, php5-5.0.3_1. And I tried to run simple scripts like: html head titlePHP Test/title /head body ?php echo 'pHello World/p'; ? /body /html and the output was an unexpected one: Hello World '; ? It also doesn`t outputs anything when using the

Re: PHP

2005-02-19 Thread Gerard Samuel
Jeffery Fernandez wrote: Gerard Samuel wrote: Andrei Iarus wrote: I have installed apache-1.3.33_1, php5-5.0.3_1. And I tried to run simple scripts like: html head titlePHP Test/title /head body ?php echo 'pHello World/p'; ? /body /html and the output was an unexpected one: Hello World

Shabang executable path

2005-02-14 Thread Gerard Samuel
A bit off topic, but I figure someone in here, may be able to point me in the right direction. !#/path/to/php Im wondering, if its possible for the /path/to/php can be made dynamic. i.e. Have the file still look as if it is a shell script, but the path to the executable is determined at run time,

Re: Shabang executable path

2005-02-14 Thread Gerard Samuel
Jordan Michaels wrote: Gerard Samuel wrote: Jordan Michaels wrote: Gerard Samuel wrote: A bit off topic, but I figure someone in here, may be able to point me in the right direction. !#/path/to/php Im wondering, if its possible for the /path/to/php can be made dynamic. i.e. Have the file still

Re: Shabang executable path

2005-02-14 Thread Gerard Samuel
Clint Gilders wrote: Gerard Samuel wrote: A bit off topic, but I figure someone in here, may be able to point me in the right direction. !#/path/to/php Im wondering, if its possible for the /path/to/php can be made dynamic. i.e. Have the file still look as if it is a shell script, but the path

Re: Simulating webserver load balancing

2005-02-11 Thread Gerard Samuel
Nick Pavlica wrote: Here are a couple of other solutions to look at: http://www.inlab.de/balance.html http://pythondirector.sourceforge.net/ --Nick On Thu, 10 Feb 2005 22:07:20 -0500, Gerard Samuel [EMAIL PROTECTED] wrote: Im looking for suggestions for a port and/or tips that would

Simulating webserver load balancing

2005-02-10 Thread Gerard Samuel
Im looking for suggestions for a port and/or tips that would assist me in setting up a webserver cluster. But the catch is, I only have one physical webserver. I want to simulate an environment to test some code that I wrote. Thanks for anything that you can provide...

Re: Simulating webserver load balancing

2005-02-10 Thread Gerard Samuel
Gerard Samuel wrote: Im looking for suggestions for a port and/or tips that would assist me in setting up a webserver cluster. But the catch is, I only have one physical webserver. I want to simulate an environment to test some code that I wrote. Thanks for anything that you can provide... I

Generating Backtrace on FBSD 5.3

2005-02-08 Thread Gerard Samuel
Slightly off-topic. Im trying to figure out how to generate a backtrace from a core dump of subversion, to send to subversion developers. What tools are available to read a core dump file, to generate this backtrace on FreeBSD 5.3? I'm trying to understand gdb, but Im not sure if this is what I'm

Re: Generating Backtrace on FBSD 5.3

2005-02-08 Thread Gerard Samuel
Miguel Mendez wrote: On Tue, 08 Feb 2005 10:13:32 -0500 Gerard Samuel [EMAIL PROTECTED] wrote: Im trying to figure out how to generate a backtrace from a core dump of subversion, to send to subversion developers. What tools are available to read a core dump file, to generate this backtrace

Re: [Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-27 Thread Gerard Samuel
Ruben de Groot wrote: On Tue, Jan 25, 2005 at 11:28:06AM -0500, Gerard Samuel typed: ... This will only log user.info messages coming from the ppp program to /var/log/php.log. Either move the user.=info line up or finish the !ppp block with a !* line (see manpage). I went over the man

Re: [Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-25 Thread Gerard Samuel
Ruben de Groot wrote: On Mon, Jan 24, 2005 at 12:18:46PM -0500, Gerard Samuel typed: I think this is a FreeBSD problem. It's not. Here is what I have. 1. I removed my initial modification of /etc/syslog.conf, and added - user.=info /var/log/php.log

[Repost] Logging to custom file via syslog [was]: php log to own syslog file

2005-01-24 Thread Gerard Samuel
Kevin Kinsey wrote: Gerard Samuel wrote: Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added - # php logs !httpd *.* /var/log/php.log I created a empty file for the log

Logging to custom file via syslog [was]: [Repost] php log to own syslog file

2005-01-22 Thread Gerard Samuel
Kevin Kinsey wrote: Gerard Samuel wrote: Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added - # php logs !httpd *.* /var/log/php.log I created a empty file for the log

Re: Network Printing - Please put me out of my misery

2005-01-22 Thread Gerard Samuel
gabriel wrote: I'm not sure what you mean by try the jetdirect, PORT STATE SERVICE 9100/tcp open jetdirect === This One Jetdirect is HP's print server ___ freebsd-questions@freebsd.org mailing list

[Repost] php log to own syslog file

2005-01-21 Thread Gerard Samuel
Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added - # php logs !httpd *.* /var/log/php.log I created a empty file for the log - gladiator# touch /var/log/php.log gladiator# ls

Re: [Repost] php log to own syslog file

2005-01-21 Thread Gerard Samuel
Kevin Kinsey wrote: Gerard Samuel wrote: Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added - # php logs !httpd *.* /var/log/php.log I created a empty file for the log

php log to own syslog file

2005-01-20 Thread Gerard Samuel
Im trying to figure out how to setup FreeBSD 5.3 to log php events to its own log file via syslog. In /etc/syslog.conf, I added - # php logs !httpd *.* /var/log/php.log I created a empty file for the log - gladiator# touch /var/log/php.log gladiator# ls

NFS File Locking on FBSD 5.3

2005-01-11 Thread Gerard Samuel
Whats needed to enable file locking on FBSD 5.3? I already had NFS running, so I added this to the server's rc.conf file - rpc_lockd_enable=YES and rebooted. Im just checking to see if that is all that I should be doing. Thanks for your time ___

Re: NFS File Locking on FBSD 5.3

2005-01-11 Thread Gerard Samuel
Gerard Samuel wrote: Whats needed to enable file locking on FBSD 5.3? I already had NFS running, so I added this to the server's rc.conf file - rpc_lockd_enable=YES and rebooted. Im just checking to see if that is all that I should be doing. Thanks for your time I just noticed this in the logs

Re: NFS File Locking on FBSD 5.3

2005-01-11 Thread Gerard Samuel
Erik Norgaard wrote: Gerard Samuel wrote: Gerard Samuel wrote: Whats needed to enable file locking on FBSD 5.3? I already had NFS running, so I added this to the server's rc.conf file - rpc_lockd_enable=YES and rebooted. I just noticed this in the logs - Jan 11 15:23:37 hivemind rpcbind: cannot

Re: 9.3.0 on FreeBSD 5.3

2004-12-31 Thread Gerard Samuel
J.D. Bronson wrote: At 09:07 AM 12/31/2004, Richard Cotrina wrote: Is there any reason for not using bind 9.3.0 that comes with FreeBSD 5.3 ? It can be run chrooted with the same flags you are using. I deleted it by accident. I dont know how to re-make the OEM version that comes with 5.3I

sleepy fxp0

2004-12-11 Thread Gerard Samuel
Im currently using FreeBSD 5.3, using the fxp driver for my network card. $ dmesg | grep fxp0 fxp0: Intel 82557 Pro/100 Ethernet port 0xec00-0xec1f mem 0xdff0-0xdfff,0xdd9ff000-0xdd9f irq 10 at device 8.0 on pci0 This box currently uses DHCP to get its IP address. When it boots up,

[Solved] Re: sleepy fxp0

2004-12-11 Thread Gerard Samuel
Chuck Swiger wrote: Gerard Samuel wrote: [ ... ] This box currently uses DHCP to get its IP address. When it boots up, and I log in, and immediately try to initiate any network activity from this box, it takes about 2-3 seconds for said network activity to start. For example, if I were to ping

Re: Wildcard syntax in newsyslog.conf

2004-12-10 Thread Gerard Samuel
Paul Schmehl wrote: --On Friday, December 10, 2004 09:03:47 AM -0500 Gerard Samuel [EMAIL PROTECTED] wrote: Is it possible to use wildcards in newsyslog.conf? For example, my current apache setup, I have a few virtual hosts logging into their own file. And instead of specifying each file

Wildcard syntax in newsyslog.conf

2004-12-10 Thread Gerard Samuel
Is it possible to use wildcards in newsyslog.conf? For example, my current apache setup, I have a few virtual hosts logging into their own file. And instead of specifying each file in newsyslog.conf, Im trying - /var/log/httpd-*.logroot:wheel 640 1 *@T00 B

Re: Wildcard syntax in newsyslog.conf

2004-12-10 Thread Gerard Samuel
Panagiotis Christias wrote: On Fri, 10 Dec 2004 09:03:47 -0500, Gerard Samuel [EMAIL PROTECTED] wrote: Is it possible to use wildcards in newsyslog.conf? For example, my current apache setup, I have a few virtual hosts logging into their own file. And instead of specifying each file

Re: PostgreSQL 8

2004-12-07 Thread Gerard Samuel
Mário Gamito wrote: Hi, I'm running 5.3 and i'm looking for a port of PostgreSQL, even if it is not stable yet. A beta or RC will do the job for now. Does anyone knows where i can find one, or if there's none, what can i do to install it ? Any help would be apreciated. If you're looking for

Re: /dev 5.3 vs 4.x, additional rights for user, reboot

2004-11-30 Thread Gerard Samuel
[EMAIL PROTECTED] wrote: Hi I started to move some of my machines from 4.x to 5.3. Using amanda (www.amanda.org) for backups I ran into a problem: The user operator is used by amanda for all stuff, for example questioning /dev/ch0 to change the tape. 5.3: ls -la /dev/ch0 crw--- 1 root

Virtual IP/DNS test results

2004-11-19 Thread Gerard Samuel
Im trying to setup virtual IPs/DNS/Apache, and it seems to be working within the LAN so far. Box 1: Firewall/Router/DNS/DHCP Server Box 2: Virtual IPs Box 3: DHCP client. This is where Im getting an oddity (see below). If I were to ping a hostname that is using a virtual IP address, or if I

Re: BIND 9.3.0 not restarting

2004-11-19 Thread Gerard Samuel
Cezar Fistik wrote: Hello group, I have a problem with BIND 9.3.0. Everything works just fine until i try to restart the service. When sending to it kill -HUP, named daemon just gets killed and not restarted. Does any body have an idea why this happens? If you're using 5.3 (or at least a version

Corrupted Disk? [Was: Re: FreeBSD 5.x CCD]

2004-11-18 Thread Gerard Samuel
Gerard Samuel wrote: Kris Kennaway wrote: On Wed, Nov 17, 2004 at 09:22:51PM -0500, Gerard Samuel wrote: Well you just burst my bubble. I was hoping I was missing a node. Im trying to figure out a problem Im having - http://lists.freebsd.org/pipermail/freebsd-questions/2004-November/064973

List of unofficial 5.3 make.conf options

2004-11-18 Thread Gerard Samuel
Is there a list of *unofficial* make.conf options saved somewhere? For example, WITHOUT_X11=yes isn't listed in /usr/share/examples/etc/make.conf, and the option seems to work on a box, that I don't want X11 pieces built. Thanks ___ [EMAIL PROTECTED]

Re: Corrupted Disk? [Was: Re: FreeBSD 5.x CCD]

2004-11-18 Thread Gerard Samuel
Gerard Samuel wrote: Gerard Samuel wrote: Kris Kennaway wrote: On Wed, Nov 17, 2004 at 09:22:51PM -0500, Gerard Samuel wrote: Well you just burst my bubble. I was hoping I was missing a node. Im trying to figure out a problem Im having - http://lists.freebsd.org/pipermail/freebsd-questions

Re: List of unofficial 5.3 make.conf options

2004-11-18 Thread Gerard Samuel
Subhro wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gerard Samuel Sent: Thursday, November 18, 2004 20:41 To: freebsd-questions Subject: List of unofficial 5.3 make.conf options Is there a list of *unofficial* make.conf options saved somewhere

Re: Getting back my CCD Raid

2004-11-17 Thread Gerard Samuel
Gerard Samuel wrote: I had a ccd raid 0 drive setup under 4.10. I did a fresh install of 5.3, with the thought, that I could just reenable the settings for the ccd drive, to bring it back to life with its data intact. 1. Added device ccd to the kernel and rebuilt it. 2. Verified

FreeBSD 5.x CCD

2004-11-17 Thread Gerard Samuel
This is to anyone who is successfully running a CCD raid under 5.x. I want to compare your ccd* device nodes under /dev to what I have. This is what I have. hivemind# ls -al /dev/ccd* crw-r- 1 root operator4, 38 Nov 17 10:53 /dev/ccd0 I want to see if Im missing the ccd0c node. Thanks

Re: FreeBSD 5.x CCD

2004-11-17 Thread Gerard Samuel
Kris Kennaway wrote: On Wed, Nov 17, 2004 at 12:22:57PM -0500, Gerard Samuel wrote: This is to anyone who is successfully running a CCD raid under 5.x. I want to compare your ccd* device nodes under /dev to what I have. This is what I have. hivemind# ls -al /dev/ccd* crw-r- 1 root

Re: FreeBSD 5.x CCD

2004-11-17 Thread Gerard Samuel
Kris Kennaway wrote: On Wed, Nov 17, 2004 at 09:22:51PM -0500, Gerard Samuel wrote: Well you just burst my bubble. I was hoping I was missing a node. Im trying to figure out a problem Im having - http://lists.freebsd.org/pipermail/freebsd-questions/2004-November/064973.html Thanks Just

Do I need to worry about these logs?

2004-11-16 Thread Gerard Samuel
This is a fresh install of 5.3 from last week. Granted the script-kiddies has been working to break in via ssh, when I was running 4.10, I've never seen these types of logs before. Any clues, would be appreciated. Thanks. -- snip of /var/logs/auth.log -- Nov 16 09:06:56 hivemind sshd[7611]:

Getting back my CCD Raid

2004-11-16 Thread Gerard Samuel
I had a ccd raid 0 drive setup under 4.10. I did a fresh install of 5.3, with the thought, that I could just reenable the settings for the ccd drive, to bring it back to life with its data intact. 1. Added device ccd to the kernel and rebuilt it. 2. Verified that the disklabels are

Re: Getting back my CCD Raid

2004-11-16 Thread Gerard Samuel
Olivier Nicole wrote: mount: /dev/ccd0c: No such file or directory hivemind# ls -al /dev/ccd* crw-r- 1 root operator4, 49 Nov 16 19:16 /dev/ccd0 It seems that the device does not exists rather :) You have /dev/ccd0 but not /dev/ccd0C ! First of all I'd try MAKEDEV Im running 5.3

Standard to Minimal FreeBSD 5.3

2004-11-15 Thread Gerard Samuel
Was just wondering if its possible to move from a standard installation, to the minimal installation (as defined by the install process). Just looking to see how small I can get my installation. So far I removed all html files (that alone was about 128M). Currently Im using about 315Mb. Looking

Disabling ata device in 5.3?

2004-11-12 Thread Gerard Samuel
I have an ASUS A7V8X that has ATA SATA RAID options. There are no drives hooked up to it. When the box boots it hangs (not for too long) when its probing the SATA interface. I dont remember if there was any options in the bios to disable it, but is it possible to turn it off via a hint or kernel

Re: Out of Office AutoReply: Sex

2004-11-12 Thread Gerard Samuel
Chris wrote: Lea Faso Public Relations Manager Motorola iDEN Subscriber Group 954-723-6333 Part-time; in office Mondays and Tuesdays Why do users do this? Good Gawd. This one ought to be slapped, then reported to his superiors for burning corporate resources... Hmm. (954) is my neck of the

Re: /dev/io problem in 5.3

2004-11-11 Thread Gerard Samuel
Nelis Lamprecht wrote: On Wed, 10 Nov 2004 23:22:59 -0500, Gerard Samuel [EMAIL PROTECTED] wrote: Louis LeBlanc wrote: Just got through buildworld/kernel on 5.3. Strange problem I can't find the solution to. Xorg won't start: Fatal server error: xf86EnableIO: Failed to open /dev/io

Maybe a bug in 5.3 [Was: Re: BIND9 dump file]

2004-11-11 Thread Gerard Samuel
Erik Norgaard wrote: Gerard Samuel wrote: Im getting a bunch of these in the logs - Nov 10 10:30:48 gatekeeper named[312]: dumping master file: master/tmp-SLtSQEmBBK: open: permission denied So I figured a filesystem permissions problem. I chowned Thanks for any info that you may provide

Re: Maybe a bug in 5.3 [Was: Re: BIND9 dump file]

2004-11-11 Thread Gerard Samuel
Gerard Samuel wrote: Erik Norgaard wrote: Gerard Samuel wrote: Im getting a bunch of these in the logs - Nov 10 10:30:48 gatekeeper named[312]: dumping master file: master/tmp-SLtSQEmBBK: open: permission denied So I figured a filesystem permissions problem. I chowned Thanks for any info

BIND9 dump file

2004-11-10 Thread Gerard Samuel
Im getting a bunch of these in the logs - Nov 10 10:30:48 gatekeeper named[312]: dumping master file: master/tmp-SLtSQEmBBK: open: permission denied So I figured a filesystem permissions problem. I chowned /var/named/etc/namedb/master to bind:wheel. But when the box gets rebooted, the directory

Re: BIND9 dump file

2004-11-10 Thread Gerard Samuel
Gerard Samuel wrote: Im getting a bunch of these in the logs - Nov 10 10:30:48 gatekeeper named[312]: dumping master file: master/tmp-SLtSQEmBBK: open: permission denied So I figured a filesystem permissions problem. I chowned /var/named/etc/namedb/master to bind:wheel. But when the box gets

Re: /dev/io problem in 5.3

2004-11-10 Thread Gerard Samuel
Louis LeBlanc wrote: Just got through buildworld/kernel on 5.3. Strange problem I can't find the solution to. Xorg won't start: Fatal server error: xf86EnableIO: Failed to open /dev/io for extended I/O Please consult the The x.org Foundation support at http://wiki.X.org for help. Yada Yada Yada.

/usr/src/sys/i386/compile

2004-11-09 Thread Gerard Samuel
Is there a correct way of emptying this directory. I've made a custom kernel, and Im looking to save disk space. Thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: /usr/src/sys/i386/compile

2004-11-09 Thread Gerard Samuel
Lowell Gilbert wrote: Gerard Samuel [EMAIL PROTECTED] writes: Is there a correct way of emptying this directory. I've made a custom kernel, and Im looking to save disk space. rm(1) will work. Thanks ___ [EMAIL PROTECTED] mailing list http

Re: /etc/dhclient.conf syntax?

2004-11-08 Thread Gerard Samuel
Bob Tito wrote: Gerard Samuel wrote: I cant seem to get a custom version of /etc/resolv.conf to stick. dhclient keeps overwriting it with data from my ISP's dhcp server. This is what I have in /etc/dhclient.conf - interface ed0 { supercede domain-name trini0.org; prepend domain-name-servers

FreeBSD DHCP client not working with dynamic DNS

2004-11-08 Thread Gerard Samuel
Box 1: Firewall/DHCP Server/DNS (FreeBSD 5.3) Box 2: DHCP Client (FreeBSD 5.3R2) When I boot Box 2, it gets its IP address, but DNS doesn't get updated, so Box 2 is unknown to the LAN via its hostname. If I boot a windows box (tested with 2000/XP), and I've tested with a networked printer, they

Re: FreeBSD DHCP client not working with dynamic DNS

2004-11-08 Thread Gerard Samuel
Gerard Samuel wrote: Box 1: Firewall/DHCP Server/DNS (FreeBSD 5.3) Box 2: DHCP Client (FreeBSD 5.3R2) When I boot Box 2, it gets its IP address, but DNS doesn't get updated, so Box 2 is unknown to the LAN via its hostname. If I boot a windows box (tested with 2000/XP), and I've tested

Re: FreeBSD DHCP client not working with dynamic DNS

2004-11-08 Thread Gerard Samuel
Emanuel Strobl wrote: Am Montag, 8. November 2004 18:32 schrieb Gerard Samuel: Box 1: Firewall/DHCP Server/DNS (FreeBSD 5.3) Box 2: DHCP Client (FreeBSD 5.3R2) When I boot Box 2, it gets its IP address, but DNS doesn't get updated, so Box 2 is unknown to the LAN via its hostname. If I boot

Re: FreeBSD 5.3 and ed0 [SOLVED]

2004-11-07 Thread Gerard Samuel
Gerard Samuel wrote: Gerard Samuel wrote: Gerard Samuel wrote: Kris Kennaway wrote: On Sat, Nov 06, 2004 at 09:29:27PM -0500, Gerard Samuel wrote: Im trying to move from FreeBSD 4.10 to 5.3. When I used to install 3.x/4.x on this box, I would configure the network card during the install

/etc/dhclient.conf syntax?

2004-11-07 Thread Gerard Samuel
I cant seem to get a custom version of /etc/resolv.conf to stick. dhclient keeps overwriting it with data from my ISP's dhcp server. This is what I have in /etc/dhclient.conf - interface ed0 { supercede domain-name trini0.org; prepend domain-name-servers 127.0.0.1; } And for some reason,

FreeBSD 5.3 and ed0

2004-11-06 Thread Gerard Samuel
Im trying to move from FreeBSD 4.10 to 5.3. When I used to install 3.x/4.x on this box, I would configure the network card during the install process. According to the manual, the device config part of the install, was taken out, but the network card doesnt get identified by FreeBSD 5.3. I tried

Re: FreeBSD 5.3 and ed0

2004-11-06 Thread Gerard Samuel
Kris Kennaway wrote: On Sat, Nov 06, 2004 at 09:29:27PM -0500, Gerard Samuel wrote: Im trying to move from FreeBSD 4.10 to 5.3. When I used to install 3.x/4.x on this box, I would configure the network card during the install process. According to the manual, the device config part

Re: FreeBSD 5.3 and ed0

2004-11-06 Thread Gerard Samuel
Gerard Samuel wrote: Kris Kennaway wrote: On Sat, Nov 06, 2004 at 09:29:27PM -0500, Gerard Samuel wrote: Im trying to move from FreeBSD 4.10 to 5.3. When I used to install 3.x/4.x on this box, I would configure the network card during the install process. According to the manual, the device

Re: First questions: rebuilding world

2004-11-06 Thread Gerard Samuel
Joseph H. Fry wrote: Hello everyone! Seeing as how this is my first post to this fine mailing list, I first want to make sure that my message is formatted properly. I'm using MS Outlook (cringe) and don't want to offend anyone if it's formatted incorrectly. Looks fine to me in Thunderbird...

Re: FreeBSD 5.3 and ed0

2004-11-06 Thread Gerard Samuel
Gerard Samuel wrote: Gerard Samuel wrote: Kris Kennaway wrote: On Sat, Nov 06, 2004 at 09:29:27PM -0500, Gerard Samuel wrote: Im trying to move from FreeBSD 4.10 to 5.3. When I used to install 3.x/4.x on this box, I would configure the network card during the install process. According

Re: First questions: rebuilding world

2004-11-06 Thread Gerard Samuel
Joseph H. Fry wrote: Once in single user mode, ssh is out of the question. In single user mode, only *person* can login, and that is at the actual terminal. Depending on the situation, for example. My firewall is at the other side of the house, without a keyboard/monitor. Since the box doesn't

FreeBSD 5.3 and XFree86

2004-11-03 Thread Gerard Samuel
I just upgraded from 5.2.1 to 5.3. When running startx, it ends up with this error - Fatal server error: xf86EnableIO: Failed to open /dev/io for extended I/O So I uninstalled XFree86, and reinstalled it, while including this in /etc/make.conf - X_WINDOW_SYSTEM=xfree86-4 XFree86 installed

Re: FreeBSD 5.3 and XFree86

2004-11-03 Thread Gerard Samuel
Marc Fonvieille wrote: On Wed, Nov 03, 2004 at 09:32:07AM -0500, Gerard Samuel wrote: I just upgraded from 5.2.1 to 5.3. When running startx, it ends up with this error - Fatal server error: xf86EnableIO: Failed to open /dev/io for extended I/O [...] device io etc. are not in your

Upgrading 5.2.1 to 5.3R2

2004-11-02 Thread Gerard Samuel
Ok, so I upgraded, ran mergemaster, and merged /etc/group (and /etc/master.passwd I think) via mergemaster. I merged those files to retain my non root user account. I rebooted, and I haven't been able to log into my non root account. I tried to readd the account via adduser, but it says that the

Re: Upgrading 5.2.1 to 5.3R2 (Maybe a problem adding a user)

2004-11-02 Thread Gerard Samuel
Gerard Samuel wrote: Ok, so I upgraded, ran mergemaster, and merged /etc/group (and /etc/master.passwd I think) via mergemaster. I merged those files to retain my non root user account. I rebooted, and I haven't been able to log into my non root account. I tried to readd the account via adduser

Re: Upgrading 5.2.1 to 5.3R2 (Maybe a problem adding a user) [SOLVED]

2004-11-02 Thread Gerard Samuel
Gerard Samuel wrote: Gerard Samuel wrote: Ok, so I upgraded, ran mergemaster, and merged /etc/group (and /etc/master.passwd I think) via mergemaster. I merged those files to retain my non root user account. I rebooted, and I haven't been able to log into my non root account. I tried to readd

Determining original FBSD version

2004-10-31 Thread Gerard Samuel
I plan on making the move to 5.3 on boxes running 4.10 via a fresh install. The thought came to me as to what was the original version of FreeBSD did I install on those boxes. Usually I upgrade the boxes via build/install world. If there is way to find out, that it would be interesting to know. If

Re: Determining original FBSD version

2004-10-31 Thread Gerard Samuel
jason wrote: Gerard Samuel wrote: I plan on making the move to 5.3 on boxes running 4.10 via a fresh install. The thought came to me as to what was the original version of FreeBSD did I install on those boxes. Usually I upgrade the boxes via build/install world. If there is way to find out

Re: Determining original FBSD version

2004-10-31 Thread Gerard Samuel
Jeremy Faulkner wrote: On Sun, 2004-10-31 at 18:59, Gerard Samuel wrote: jason wrote: Gerard Samuel wrote: I plan on making the move to 5.3 on boxes running 4.10 via a fresh install. The thought came to me as to what was the original version of FreeBSD did I install on those boxes

Re: starting apache2 just hangs

2004-10-29 Thread Gerard Samuel
asolomon15 wrote: I am having a problem starting my apache webserver. I had it running just fine but a few days ago I had a power outage. When trying to start the apache it will just hang there and not start at all. Anyone have any ideas? Is some form of dns running? Usually, when my

Fatal trap??

2004-10-21 Thread Gerard Samuel
The box usually runs without any problems, but anyone have any idea what caused the box to reboot with this error? Hardware maybe? FreeBSD 4.10-RELEASE-p3 Thanks - Oct 21 17:27:34 hivemind /kernel: Fatal trap 12: page fault while in kernel mode Oct 21 17:27:34 hivemind /kernel: fault virtual

Re: What version of FBSD does Yahoo run?

2004-10-06 Thread Gerard Samuel
Jonathon McKitrick wrote: On Tue, Oct 05, 2004 at 09:07:44AM -0700, Kris Kennaway wrote: : On Tue, Oct 05, 2004 at 05:01:32PM +0100, Jonathon McKitrick wrote: : : I would expect they are running 4.x, but does anyone know if they have : migrated any production boxes to 5.x? Are they

Re: Port Freeze

2004-10-03 Thread Gerard Samuel
Raman wrote: Hi, I thought this port freeze was only supposed to last 2 weeks from Sept 3rd. Just wondering what is taking so long. Until portmanager says so. 5.3 is still being tested, so when things settle down, things are as they are for the time being...

Re: Starting apache at boot with SSL.

2004-10-02 Thread Gerard Samuel
Eric Crist wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I must be missing something. I have apache starting correctly during boot, but without SSL. I have to log in and type apachectl startssl to get it to work correctly. What did I miss? From /usr/ports/UPDATING

Re: mini-itx posting.

2004-09-17 Thread Gerard Samuel
borg wrote: Greetings, I want to post some info on a mini-itx mobo I bought, so other users can benefit from that. can I post that to freebsd-questions@ ? If not what's the right list ? My guess is it probably would be better to post to -hardware.

Re: BIND9 REPLACE BASE BIND8

2004-09-14 Thread Gerard Samuel
Joshua Lewis wrote: I have been having been having some issues with BIND that have been driving me up the wall. I believe I may have located the problem. I believe I had both BIND8 and BIND9 installed on the same system. So I am reinstalling from the ports collection and overwriting BIND8

Re: linux-flash6 crashes firefox on 5.3BETA

2004-09-14 Thread Gerard Samuel
Jason Porter wrote: so I deleted the plugin I think you answered your self here. You can also look at - http://www.packetwatch.net/documents/guides/freebsd/flash6.php I haven't tried this method... ___ [EMAIL PROTECTED] mailing list

Renaming files using find

2004-08-31 Thread Gerard Samuel
Im trying to rename a few files with the .dist extension. Im trying - hivemind# find . -name '*.dist' -exec cp {} `basename {} .dist` \; And Im getting - cp: ./html.php.dist and ./html.php.dist are identical (not copied). cp: ./horde.php.dist and ./horde.php.dist are identical (not copied). cp:

Re: Renaming files using find

2004-08-31 Thread Gerard Samuel
Giorgos Keramidas wrote: On 2004-08-31 11:15, Gerard Samuel [EMAIL PROTECTED] wrote: Im trying to rename a few files with the .dist extension. Im trying - hivemind# find . -name '*.dist' -exec cp {} `basename {} .dist` \; And Im getting - cp: ./html.php.dist and ./html.php.dist are identical

Re: Embedded freebsd How to?

2004-08-24 Thread Gerard Samuel
Andrew L. Gould wrote: On Monday 23 August 2004 11:21 pm, Gerard Samuel wrote: Andrew L. Gould wrote: On Monday 23 August 2004 07:41 pm, Gerard Samuel wrote: Well I've been using FBSD since 3.4, and I would like to try my hand at trying to put together an embedded FBSD system. I browsed the -small

Re: Embedded freebsd How to?

2004-08-24 Thread Gerard Samuel
Murray Taylor wrote: On Tue, 2004-08-24 at 23:26, Gerard Samuel wrote: Andrew L. Gould wrote: On Monday 23 August 2004 11:21 pm, Gerard Samuel wrote: Andrew L. Gould wrote: On Monday 23 August 2004 07:41 pm, Gerard Samuel wrote: Well I've been using FBSD since 3.4, and I would like to try my

Embedded freebsd How to?

2004-08-23 Thread Gerard Samuel
Well I've been using FBSD since 3.4, and I would like to try my hand at trying to put together an embedded FBSD system. I browsed the -small mailing list, but there doesnt seem to be any relevant up to date data there (I may be mistaken). I did a bit of googling, but Im not finding what Im looking

Re: Embedded freebsd How to?

2004-08-23 Thread Gerard Samuel
Andrew L. Gould wrote: On Monday 23 August 2004 07:41 pm, Gerard Samuel wrote: Well I've been using FBSD since 3.4, and I would like to try my hand at trying to put together an embedded FBSD system. I browsed the -small mailing list, but there doesnt seem to be any relevant up to date data

Means of trimming files

2004-06-29 Thread Gerard Samuel
When editing php files, via the command line, there is a newline character after the closing ? Im looking for a command that would trim files, so that I can append it to the find command. find ./ -name '*.php' -exec SOME_COMMAND {} \; Thanks ___

Re: Means of trimming files

2004-06-29 Thread Gerard Samuel
On Tuesday 29 June 2004 01:07 pm, Bill Moran wrote: Gerard Samuel [EMAIL PROTECTED] wrote: When editing php files, via the command line, there is a newline character after the closing ? Im looking for a command that would trim files, so that I can append it to the find command. find

Re: Means of trimming files

2004-06-29 Thread Gerard Samuel
On Tuesday 29 June 2004 01:07 pm, Bill Moran wrote: Gerard Samuel [EMAIL PROTECTED] wrote: When editing php files, via the command line, there is a newline character after the closing ? Im looking for a command that would trim files, so that I can append it to the find command. find

Re: Means of trimming files

2004-06-29 Thread Gerard Samuel
On Tuesday 29 June 2004 04:04 pm, Jerry McAllister wrote: On Tuesday 29 June 2004 01:07 pm, Bill Moran wrote: Gerard Samuel [EMAIL PROTECTED] wrote: When editing php files, via the command line, there is a newline character after the closing ? Im looking for a command that would

Re: Means of trimming files

2004-06-29 Thread Gerard Samuel
On Tuesday 29 June 2004 04:21 pm, Gerard Samuel wrote: So Ill start using truncate() for now, and start investigating perl. Thanks As I was writing the previous email, I thought about combining find with php's cli interface and came up with this dirty command (all in one line) - find

Re: atapi/cam driver

2004-06-22 Thread Gerard Samuel
On Tuesday 22 June 2004 08:28 am, Simon Barner wrote: Hi, your kernel configuration looks good: # ATA and ATAPI devices device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options

atapi/cam driver

2004-06-21 Thread Gerard Samuel
Im trying to set it up, and Im not getting any real output from camcontrol devlist. Im following instructions from http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html#ATAPICAM. dmesg only shows the devices as atapi devices, and not scsi. Does anyone have an idea where Im

  1   2   3   >