Kernal Panics

2002-11-05 Thread Neil Doody
Hi, ive been getting kernel panics, number 12's for some time, ive had the whole load of hardware changed, the only thing that is the same now is the hard disk drive. We thought this had cured the problem, but I had one the other day. Okay, I thought this was a one off, but I just had another, onl

Is Perl Fixed Yet?

2002-11-05 Thread Lee Nelson
Did they ever fix the bugs in the Perl that comes with FreeBSD? In FreeBSD 4.5 for example, setting $0 (the process name) causes a core dump. There are others - ones that I know exist but I can't find. I have an app, Minivend, that crashes after X thousands of hits (every few weeks) on FreeBSD

Re: What is bsd.port.mk ?

2002-11-05 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> (11.04.2002 @ 2322 PST): Peter Leftwich said, in 2.7K: << > > Which tar trick are you referring to? Apparently you have chosen not to > > download an entire ports tree, which is fine, but you could have just > > done a "locate bsd.port.mk" on a mach

BASH shell

2002-11-05 Thread Naydoe Maung
how would i go about fixing the shell so that it will always start with "bash"? thanks in advance. - i'm using FBSD 4.7 with KDE. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: BASH shell

2002-11-05 Thread Denis N. Peplin
On Tuesday 05 November 2002 12:47, Naydoe Maung wrote: > how would i go about fixing the shell so that it will always start with > "bash"? thanks in advance. > > - i'm using FBSD 4.7 with KDE. Read "Changing Your Shell" topic in http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/shells.html

bridging the right way?

2002-11-05 Thread Jonas Sonntag
hi list i'm looking for a little advice here. i've got a fbsd server conected to the internet via rl0. there are about 30 workstation in 192.168, fbsd does nat for, those are connected via rl1. now, on rl1, behind nat there's also a win2k server in here which should soon get connected to the inter

Re: bridging the right way?

2002-11-05 Thread Thomas Spreng
On Tue, Nov 05, 2002 at 10:09:16AM +0100, Jonas Sonntag wrote: > hi list > > i'm looking for a little advice here. > i've got a fbsd server conected to the internet via rl0. there are about 30 > workstation in 192.168, fbsd does nat for, those are connected via rl1. > now, on rl1, behind nat there

URGENT TRANSACTION

2002-11-05 Thread fresh light
FROM: ENGR. AHMED USMAN. Dear Sir, Iam Engr. Ahmed Usman the former committee chairman of the special TASK FORCE on petroleum and distribution of the present civilian government. In the cause of the discharge of my duties, i was privy to be free flow of multi-billion petro-Dollars. Sequel thert

Re: NFS Performance woes

2002-11-05 Thread BigBrother
>I recently did some research into NFS performance tuning and came across >the suggestion in an article on onlamp.com by Michael Lucas, that 32768 >is a good value for the read and write buffers. His suggestion is these >flags: > >tcp,intr,nfsv3,-r=32768,-w=32768 > >I used these options (I found

Mysterious emails

2002-11-05 Thread Cliff Sarginson
Hello, I wonder if anyone can throw some light on this. I get a *lot* of emails addressed to non-existant users on my domain "raggedclown.net". They all follow a pattern A single alphabetic character followed by 3 numbers. e.g. a1025, b3471 Now why is is anyone doing this ? These are very unlikel

Re: ccd without ccd.conf

2002-11-05 Thread Ed Powers
Hi. > Hey people, > > Got a bit of a problem.. I made a ccd out of two drives, /dev/ad0e & > /dev/ad1e. I put stuff on them and reboote

Re: Mysterious emails

2002-11-05 Thread Matthew Seaman
On Tue, Nov 05, 2002 at 12:59:07PM +0100, Cliff Sarginson wrote: > I wonder if anyone can throw some light on this. > I get a *lot* of emails addressed to non-existant users > on my domain "raggedclown.net". They all follow a pattern > > A single alphabetic character followed by 3 numbers. > e.g.

Mount floopy disk

2002-11-05 Thread Tiago Andre
I like to know how do i mount my floopy disk i try: mount /dev/fd0 /mnt and mount /dev/fd0c /mnt but the anwser is incorrect super block Thanks Tiago _ Unlimited Internet access -- and 2 months free!  Try MSN. http://resourcecenter.

Re: Mount floopy disk

2002-11-05 Thread Konrad Heuer
On Tue, 5 Nov 2002, Tiago Andre wrote: > I like to know how do i mount my floopy disk i try: > mount /dev/fd0 /mnt > and > mount /dev/fd0c /mnt > but the anwser is incorrect super block Would be correct if your floppy disk contains a UFS; if it is a DOS formatted floppy disk, try: mount -t msd

Re: Mount floopy disk

2002-11-05 Thread Matthew Seaman
On Tue, Nov 05, 2002 at 12:29:45PM +, Tiago Andre wrote: > I like to know how do i mount my floopy disk i try: > mount /dev/fd0 /mnt > and > mount /dev/fd0c /mnt > but the anwser is incorrect super block These are DOS format floppies? The best advice is "don't bother mounting the disks". Jus

Re: Phoenix does nothing

2002-11-05 Thread Richard Tobin
> Is this the first time you've installed it? Yes. -- Richard To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Phoenix does nothing

2002-11-05 Thread Richard Tobin
> What version of perl are you using? Install perl5.8, rebuild phoenix, > and it'll likely work. Hopefully. The reason that I installed it now is that the requirement for a particular Perl version appeared to have been removed! Is that not true? And what the %$^&*( is it using Perl for anyway?

date set unable

2002-11-05 Thread root
Hello! I have a problem may be minor! I set the date back with an hour, looks fine, but if I want to see the current date, it's the same with the date before. I want to know why, please! Thanks! To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the

Re: date set unable

2002-11-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-05 16:55:42 +: > I set the date back with an hour, looks fine, but if I want to see the > current date, it's the same with the date before. > I want to know why, please! is this the problem? roman@freepuppy ~ 1030:0 > man date|col -b|grep -C1 securelevel

Re: BASH shell

2002-11-05 Thread xcas
On Tue, 5 Nov 2002, Naydoe Maung wrote: > how would i go about fixing the shell so that it will always start with > "bash"? thanks in advance. > > - i'm using FBSD 4.7 with KDE. > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "unsubscribe freebsd-questions" in the body of the messag

Re: man 1 eject

2002-11-05 Thread Giorgos Keramidas
On 2002-11-05 02:10, Peter Leftwich <[EMAIL PROTECTED]> wrote: > On Mon, 4 Nov 2002, Sue Blake wrote: > > Peter, I think Greg is saying that there's no man page for eject in > > FreeBSD, because that program is not part of the operating system. > > Perhaps NetBSD has an eject program as part of the

Re: XFree86, Anti-aliasing, Truetype, Freetype

2002-11-05 Thread Scott I. Remick
> a few more specifics here *might* be somewhat helpful. Well, bear with me... if I knew exactly what specific info you needed to solve the problem, I'd probably already know the answer myself. ;) Extra info happily provided as-requested... > you mention > mozilla, so are you getting not-so-pur

Re: Kernal Panics

2002-11-05 Thread Akifyev Sergey
On Tue, 2002-11-05 at 11:08, Neil Doody wrote: > Hi, ive been getting kernel panics, number 12's for some time, ive had > the whole load of hardware changed, the only thing that is the same now > is the hard disk drive. > > We thought this had cured the problem, but I had one the other day. > Okay

Re: Kernal Panics

2002-11-05 Thread Denis N. Peplin
On Tuesday 05 November 2002 17:33, Akifyev Sergey wrote: > On Tue, 2002-11-05 at 11:08, Neil Doody wrote: > > Hi, ive been getting kernel panics, number 12's for some time, ive had > > the whole load of hardware changed, the only thing that is the same now > > is the hard disk drive. > > > > We tho

Re: date set unable

2002-11-05 Thread DaleCo Help Desk
From: "root" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 10:55 AM Subject: date set unable > Hello! > I have a problem may be minor! > I set the date back with an hour, looks fine, but if I want to see the > current date, it's the same with the date before. > I wa

cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Kevin D. Kinsey, DaleCo, S.P.
Anyone have a 'cheat sheet' for an install of apache, mod_php4, mod_ssl, mysqld? I'm about sick of: grok a dozen web pages more through the INSTALL *one more time* *guessing* at the right flags, ./configure, make, etc.. and would be grateful for any pointers... Kevin Kinsey DaleCo, S.P.

syslogd server help ...please

2002-11-05 Thread Brent Bailey
I'm running FBSD 4.6.2 and im trying to get multiple routers to log to my freebsd machine. Making it a syslog server currently i can get one router to log ...but not 2 with the following commands. syslogd -4 -a x.x.x.x/24:xxx -a x.x.x.x/24:xxx the man page says you can do mulitiple -a flags allo

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Ruben de Groot
On Tue, Nov 05, 2002 at 08:43:00AM -0600, Kevin D. Kinsey, DaleCo, S.P. typed: > Anyone have a 'cheat sheet' for an install > of apache, mod_php4, mod_ssl, mysqld? > > I'm about sick of: > > grok a dozen web pages > more through the INSTALL *one more time* > *guessing* at the right flags, > ./co

Re: ccd without ccd.conf

2002-11-05 Thread fritzilldo . com
I did that, but it still didn't work.. I'm just going to remake the device, but how can I be sure this won't happen again? What are the correct steps for making a ccd.conf, or where can I find them? Quoting Ed Powers <[EMAIL PROTECTED]>: > Hi. > > > Hey people,

[no subject]

2002-11-05 Thread Tiago Andre
Hello there again... iam trying install a program called iptraf, but i have some problems on the instalation, i dont know if this is the good place but here it is: when i make the make install appears: install: unknown group root What's the problem? Iam the root?? Thanks. __

Re: Mount floopy disk

2002-11-05 Thread Jack L. Stone
At 12:53 PM 11.5.2002 +, Matthew Seaman wrote: >On Tue, Nov 05, 2002 at 12:29:45PM +, Tiago Andre wrote: >> I like to know how do i mount my floopy disk i try: >> mount /dev/fd0 /mnt >> and >> mount /dev/fd0c /mnt >> but the anwser is incorrect super block > >These are DOS format floppies?

Re:

2002-11-05 Thread DaleCo Help Desk
From: "Tiago Andre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 7:59 AM > Hello there again... > iam trying install a program called iptraf, but i have some problems on the > instalation, i dont know if this is the good place but here it is: > > when i make the >

Re: No Subject

2002-11-05 Thread Akifyev Sergey
On Tue, 2002-11-05 at 16:59, Tiago Andre wrote: > Hello there again... > iam trying install a program called iptraf, but i have some problems on the > instalation, i dont know if this is the good place but here it is: > > when i make the > > make install > > appears: > > install: unknown group

looking for a new motherboard.

2002-11-05 Thread Peter Brezny
Hi everyone, I'm looking for a new motherboard to use with freebsd as a router system. It's going to have two adaptec quartet 64 4 port fast ethernet controllers in it. I'd like something with multiple 64 bit pci buses. Anyone have something they find works well for them? Thanks. Peter Brezn

qmail timeout problem

2002-11-05 Thread Miroslav Pendev
Hi people, I just setup FreeBSD 4.7 RELEASE as web and mail server with qmail, Courier IMAP and POP3. Everything work fine except: When somebody is trying to send email to the server it timeouts more than 60 seconds. The email client is just waiting for something and after this time the email is

Re: man 1 eject

2002-11-05 Thread DaleCo Help Desk
From: "Giorgos Keramidas" <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 8:12 AM Subject: Re: man 1 eject > On 2002-11-05 02:10, Peter Leftwich <[EMAIL PROTECTED]> wrote: > > On Mon, 4 Nov 2002, Sue Blake wrote: > > > Peter, I think Greg is saying that there's no man page for eject in > > >

Re: qmail timeout problem

2002-11-05 Thread Joan Picanyol i Puig
* Miroslav Pendev <[EMAIL PROTECTED]> [20021105 16:42]: > When somebody is trying to send email to the server it timeouts > more than 60 seconds. The email client is just waiting for something > and after this time the email is sent. > ... > > I thought this is DNS probl

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Kevin D. Kinsey, DaleCo, S.P.
From: "Ruben de Groot" <[EMAIL PROTECTED]> To: "Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 9:03 AM Subject: Re: cheat sheet? apache, mod_ssl, mod_php, mysql > On Tue, Nov 05, 2002 at 08:43:00AM -0600, Kevin D. Kinsey, DaleCo, S.P. t

Re: qmail timeout problem

2002-11-05 Thread Miroslav Pendev
> * Miroslav Pendev <[EMAIL PROTECTED]> [20021105 16:42]: > > When somebody is trying to send email to the server it timeouts > > more than 60 seconds. The email client is just waiting for something > > and after this time the email is sent. > > > I thought t

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Brent Bailey
Im having the same issue .. I install per the way shown below cd /usr/ports/databases/mysql323-server make install clean cd /usr/ports/www/apache13-modssl make install clean cd /usr/ports/www/mod_php4 make install clean but php4 doesnt work ...is ther some flags or options that need to be put in

cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Roger Williams
Below is what I use. You might need to change some of the dirs and the version #s of the tarballs, but it is almost a copy and past operation with this. Roger $ gzip -d -c apache_1.3.x.tar.gz | tar xvf - $ gzip -d -c mod_ssl-2.8.x-1.3.x.tar.gz | tar xvf - $ gzip -d -c php-4.1.x.

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Jack L. Stone
At 11:32 AM 11.5.2002 -0500, Brent Bailey wrote: >Im having the same issue .. I install per the way shown below > >cd /usr/ports/databases/mysql323-server >make install clean >cd /usr/ports/www/apache13-modssl >make install clean >cd /usr/ports/www/mod_php4 >make install clean > >but php4 doesnt wo

RE: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Barry Byrne
Brent: Does PHP show up in the module list when Apache is restarted? Check the apache error_log for something like: [Tue Nov 5 11:51:55 2002] [notice] Apache/1.3.27 (Unix) PHP/4.2.3 configured -- resuming normal operations If not, have you modified the apache config file. Make sure you have som

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread DaleCo Help Desk
From: "Roger Williams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 10:24 AM Subject: cheat sheet? apache, mod_ssl, mod_php, mysql > Below is what I use. You might need to change some of the dirs and > the version #s of the tarballs, but it is almost a copy an

Re: XFree86, Anti-aliasing, Truetype, Freetype

2002-11-05 Thread erk!
On Tue, 5 Nov 2002 06:29:17 -0800 (PST) "Scott I. Remick" <[EMAIL PROTECTED]> wrote: > Yes... I have tried choosing one of the TTF fonts that only appeared > once I added the Fontpath line in XF86Config which pointed to the TTF > folder. I have done this in both OO and Moz. In Moz I can see the fo

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Roger Williams
Sorry about the mysql. I usually get the latest greatest from mysql.com and their instructions are very basic to follow. I promise to read the whole question next time..LOL Roger To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

RE: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Barry Byrne
You could try adding something like this in your apache startup file: LD_PRELOAD="/usr/local/mysql/lib/mysql/libmysqlclient.so"; export LD_PRELOAD Modify for your mysql lib location and add these two lines before the call to start httpd. Cheers, Barry -- Barry Byrne, IT Manager, WBT Systems, B

Re: Postfix auth problems on one system, not the other

2002-11-05 Thread H. Wade Minter
On 5 Nov 2002, Simon J Mudd wrote: > In your case it may also be useful to enable debugging in smtpd by > modifying master.cf and adding a -v line, and then restarting postfix > with postfix reload. Turns out the problem was that postfix didn't have access to the /var/pwcheck directory. Putting

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread DaleCo Help Desk
/usr/ports/databases/mysqlserver323 doesn't seem to build any shared objects.. :-( Could I get the same results by preloading the daemon (program) file? KDK From: "Barry Byrne" <[EMAIL PROTECTED]> To: "DaleCo Help Desk" <[EMAIL PROTECTED]>; "Roger Williams" <[EMAIL PROTECTED]>; <[EMAIL PROTE

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Jack L. Stone
At 12:27 PM 11.5.2002 -0500, Brent Bailey wrote: >oops sorry ... what paths am i suppose to edit ?? > >> What am i suppose to put in to php.ini-dist ?? >> >> Thanx for your help :-) >> Brent >>> At 11:32 AM 11.5.2002 -0500, Brent Bailey wrote: Im having the same issue .. I install per the way

mounting smbfs at boot time

2002-11-05 Thread Rotaru Razvan
Hello, Well here is what i want to ask: I want to mount a smbfs at boot time. Editing /etc/fstab won't do because filesystems are mounted before network initalisation. The noauto option doesn't help (it doesn't mount at boottime, neither on 'mount -a' ; by the way why should anyone enter a filesys

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Mike Hogsett
Sorry to jump into the middle of this thread, but I have recently installed Apache 1.3x, mod_php4, and mysql on a 4.7 box. I simply installed apache from the ports, mod_php from the ports and mysql from the ports. The mod_php port asks what support you want built in before building, an option th

Re: man 1 eject

2002-11-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-11-05 16:12:49 +0200: > On 2002-11-05 02:10, Peter Leftwich <[EMAIL PROTECTED]> wrote: > > On Mon, 4 Nov 2002, Sue Blake wrote: > > > Peter, I think Greg is saying that there's no man page for eject in > > > FreeBSD, because that program is not part of the operating syste

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Brent Bailey
I hate to bug ya ...but ive built php into apache befor ...and have never had to edit that file for paths. Unless somewhting has changed wit the way apache & php work together ... what paths am i suppose to edit ?? paths for apache mysql ?? thanx Brent > At 12:27 PM 11.5.2002 -0500, Brent Ba

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread DaleCo Help Desk
From: "Mike Hogsett" <[EMAIL PROTECTED]> To: "DaleCo Help Desk" <[EMAIL PROTECTED]> Cc: "Barry Byrne" <[EMAIL PROTECTED]>; "Roger Williams" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 11:43 AM Subject: Re: cheat sheet? apache, mod_ssl, mod_php, mysql > > Sorry to jum

Re: Printing to HP845c attached to Win2K - over samba?

2002-11-05 Thread Stacey Roberts
Hi Again! On Mon, 2002-11-04 at 23:21, ScaryG wrote: > On 04 Nov 2002 06:21:42 + > Stacey Roberts <[EMAIL PROTECTED]> wrote: > > > I'm trying to set up printing over samba to an HP845c printer > > attached (usb) to a Win2K box on the network. > > Hi Stacey. I have almost the same setup

RE: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Barry Byrne
I tend to build from standard sources rather than ports, but I think the MySQL port installs the client library by default at: /usr/local/lib/mysql/libmysqlclient.so So you could try preloading that. I'm not sure for definite that this is your problem though, as I don't often use the ports. Cheer

RE: Kernal Panics

2002-11-05 Thread Neil Doody
Okay, this is the latest panic this afternoon, very different errors from what I used to get these two that I have showed you are. What will that instruction "dd bs=65536 if=/dev/da0 of=/dev/da1" do? I need to be in single user mode? Does that mean I must be at the console? I cannot get to the

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Brent Bailey
Awesome ..thank you :-) i got it going Brent > > Sorry to jump into the middle of this thread, but I have recently > installed Apache 1.3x, mod_php4, and mysql on a 4.7 box. I simply > installed apache from the ports, mod_php from the ports and mysql from > the ports. The mod_php port asks

Re: NFS Performance woes

2002-11-05 Thread Steve Shorter
Howdy! I have done some simulations with NFS servers - Intel SCB2 (4G RAM) serving files from 500G RAID devices. I created a treed directory structure with 300G of 32k files that approximates our "homedirectory" structure. I had about 6 diskless front ends (tyan 2518 with

Re: No Subject

2002-11-05 Thread Giorgos Keramidas
On 2002-11-05 17:41, Akifyev Sergey <[EMAIL PROTECTED]> wrote: > On Tue, 2002-11-05 at 16:59, Tiago Andre wrote: > > Hello there again... > > iam trying install a program called iptraf, but i have some > > problems on the instalation, i dont know if this is the good place > > but here it is: [...]

Re: TSIG with BIND requires chmod+chgrp /etc/namedb

2002-11-05 Thread Vivek Khera
> "DL" == Dan Langille <[EMAIL PROTECTED]> writes: DL> It appears that using TSIG with BIND for secondary domains requires a DL> chmod and chgrp of /etc/namedb. [ ... ] DL> I don't really liked having to change the permission of /etc/namedb DL> especially as that will be necessary for peopl

Re: Mysterious emails

2002-11-05 Thread Cliff Sarginson
On Tue, Nov 05, 2002 at 12:24:46PM +, Matthew Seaman wrote: > On Tue, Nov 05, 2002 at 12:59:07PM +0100, Cliff Sarginson wrote: > > > I wonder if anyone can throw some light on this. > > I get a *lot* of emails addressed to non-existant users > > on my domain "raggedclown.net". They all follow

Re: Using iBook OS X 10.2 CD Writer to create a FBSD on Intel BootCDROM

2002-11-05 Thread Dirk-Willem van Gulik
On Wed, 30 Oct 2002, Doug Hardie wrote: > Once you have a iso format from mkisofs you can use Toast to burn the > CD. I use that approach often. Likewise; to 'burn' a floppy; simply insert it in the USB floppy drive; wait for it to show up as a volume (or for the Error) and do a sudo

Re: NFS Performance woes

2002-11-05 Thread Lasse Laursen
Hi, > According to my experience UDP is much preffered for NFS transport > protocols. Also try to have the NFSIOD daemon being executed on every > machine by putting in the /etc/rc.conf > > nfs_client_enable="YES" > nfs_client_flags="-n 10" > > > [u may put more than 10 instances if u suspect that

mapping ports to packages

2002-11-05 Thread Ross Lippert
I am writing a little utility to help me get an instant-workstation (the instant-workstation port is fine when you have high bandwidth, but not when you are low bandwidth and have CDs with some stuff already, blah blah blah, there are other reasons why I believe this would be a nice thing). Anyhow

Re: cheat sheet? apache, mod_ssl, mod_php, mysql

2002-11-05 Thread Jack L. Stone
At 11:52 AM 11.5.2002 -0600, DaleCo Help Desk wrote: >From: "Mike Hogsett" <[EMAIL PROTECTED]> >To: "DaleCo Help Desk" <[EMAIL PROTECTED]> >Cc: "Barry Byrne" <[EMAIL PROTECTED]>; "Roger Williams" ><[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Tuesday, November 05, 2002 11:43 AM >Subject: Re: chea

recovering normal partition from vinum

2002-11-05 Thread Frank Tobin
I'm trying to recover as much data as possible from a vinum partition that was on top of a faulty hd. To make sure vinum doesn't wipe anything accidentally, I'd like to get access to it as a normal fbsd partition or slice. Is it possible to tell dd to read the vinum partition, skip N amount of bl

Re: mounting smbfs at boot time

2002-11-05 Thread Rotaru Razvan
Hello, well when I said ~/.nsmbrc i meant also /root/.nsmbrc. Still i doesn't work for me, but then again my method with the daemon-like startup script in /usr/local/etc/rc.d is unusual. /usr/local/etc/nsmb.conf doesn't even work work even with a normal mount_smbfs command with -N. Can you tell m

Re: network config or apache config or neither?

2002-11-05 Thread Mike Hogsett
Hmm. Looks to me that they need to change: www.hamanndonald.com10800 INCNAME stimpy to www.hamanndonald.com10800 INCNAME stimpy.hamanndonald.com or to www.hamanndonald.com10800 INA 198.88.146.57 > $ host -all hamanndonald.com > rcode = 0 (Succ

Junior hacker assignment :o

2002-11-05 Thread Carlos Carnero
Hello, I'd like to make my own modification to FreeBSD, but I really don't know where to start. This is what I want to do: After doing a shutdown (no APM nor ACPI) FreeBSD tells me that the system is ready to be powered down. I'd like to add a (configurable) timeout to this final system notice th

Re: Junior hacker assignment :o

2002-11-05 Thread Steve Tremblett
+ Carlos Carnero wrote: | Hello, | | I'd like to make my own modification to FreeBSD, but I | really don't know where to start. This is what I want | to do: | | After doing a shutdown (no APM nor ACPI) FreeBSD tells | me that the system is ready to be powered down. I'd | like to add a (config

Re: Junior hacker assignment :o

2002-11-05 Thread Stephen Hovey
> Hello, > > I'd like to make my own modification to FreeBSD, but I > really don't know where to start. This is what I want > to do: > > After doing a shutdown (no APM nor ACPI) FreeBSD tells > me that the system is ready to be powered down. I'd > like to add a (configurable) timeout to this fina

Shared object "libkrb.so.3" not found

2002-11-05 Thread Dmitry_S
Hi All! can anyone help me? my system doesn't have a libkrb.so library, how do i install it? when i run GNOME, it writes: /usr/libexec/ld-elf.so.1: Shared object "libkrb.so.3" not found Thanx! -- To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body

Re: Junior hacker assignment :o

2002-11-05 Thread Carlos Carnero
Hi, > Does "shutdown -r now" reboot the machine without > APM? yes it does. And it can set for a specific time if I use something other than now :) But I need it for other purposes. Let me see if I can explain this. I'm using a real dumb UPS, which can signal FreeBSD that not only the AC's gone

Re: Kernal Panics

2002-11-05 Thread Jerry McAllister
> > Hi, ive been getting kernel panics, number 12's for some time, ive had > the whole load of hardware changed, the only thing that is the same now > is the hard disk drive. > > We thought this had cured the problem, but I had one the other day. > Okay, I thought this was a one off, but I just h

Re: Junior hacker assignment :o

2002-11-05 Thread DaleCo Help Desk
- Original Message - From: "Carlos Carnero" <[EMAIL PROTECTED]> To: "FreeBSD Questions" <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 1:20 PM Subject: Junior hacker assignment :o > Hello, > > I'd like to make my own modification to FreeBSD, but I > really don't know where to sta

Re: Junior hacker assignment :o

2002-11-05 Thread DaleCo Help Desk
- Original Message - From: "Carlos Carnero" <[EMAIL PROTECTED]> To: "FreeBSD Questions" <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 1:20 PM Subject: Junior hacker assignment :o > Hello, > > I'd like to make my own modification to FreeBSD, but I > really don't know where to star

Re: Junior hacker assignment :o

2002-11-05 Thread Carlos Carnero
Hi, --- DaleCo Help Desk <[EMAIL PROTECTED]> wrote: > And this is a need that "shutdown -r" doesn't > address? >From an earlier message: --- Steve Tremblett wrote: > Does "shutdown -r now" reboot the machine without > APM? yes it does. And it can set for a specific time if I use something other

Re: Junior hacker assignment :o

2002-11-05 Thread Carlos Carnero
Hi, --- Stephen Hovey <[EMAIL PROTECTED]> wrote: > Um - its already in there - man shutdown This is from an earlier message: Hi, --- DaleCo Help Desk <[EMAIL PROTECTED]> wrote: > And this is a need that "shutdown -r" doesn't > address? >From an earlier message: --- Steve Tremblett wrote: > D

Re: Junior hacker assignment :o

2002-11-05 Thread Carlos Carnero
Hello, --- DaleCo Help Desk <[EMAIL PROTECTED]> wrote: > I suppose you want to read the code in > /usr/src/sbin/shutdown/shutdown.c in the (appropiately named? :) function die_you_gravy_sucking_pig_dog() rebooting means sending init a INT signal... I'll heck init (and that's kernel turf right?)

make install for apsfilter-7.2.3 fails

2002-11-05 Thread Stacey Roberts
Hello, Trying to install apsfilter-7.2.3, which fails. I've included the tail of the build here in the hope that it is of some use to those that maintain / know more about this port. Here is the uname info: # uname -a FreeBSD 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Oct 12 10:04:03 BST 2002

Any way to recover files after they have been deleted?

2002-11-05 Thread David Cramblett
While cleaning up my home directory Imistakenly deleted some files. Is there any way to get them back? I shut down my system and remounted the drive read-only. I tried running fsdb but am having trouble figuring out how to locate the inodes with the data I deleted. Any help would be apprec

RE: Kernal Panics

2002-11-05 Thread Neil Doody
Hi, this method you speak of here. Would it be possible to perform these tasks in multiuser mode, i.e. via ssh ? As I have no console to this server. -Original Message- From: Jerry McAllister [mailto:jerrymc@;clunix.cl.msu.edu] Sent: 05 November 2002 19:44 To: [EMAIL PROTECTED] Cc: [EMA

vinum: recovering from hd read errors

2002-11-05 Thread Frank Tobin
Note: This post is a long shot at trying to see if anyone else has encountered a similar issue, and see if there are any tricks/traps that I should avoid. It takes a while to get to the actual question, but a lot of preparatory info is needed. On a legacy FreeBSD 4.0-CURRENT, from about Aug 26 19

Re: Junior hacker assignment :o

2002-11-05 Thread DaleCo Help Desk
- Original Message - From: "Carlos Carnero" <[EMAIL PROTECTED]> To: "DaleCo Help Desk" <[EMAIL PROTECTED]>; "FreeBSD Questions" <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 2:07 PM Subject: Re: Junior hacker assignment :o > Hello, > > --- DaleCo Help Desk <[EMAIL PROTECTED]> wrote

Re: Junior hacker assignment :o

2002-11-05 Thread Mike Hogsett
> - Original Message - > From: "Carlos Carnero" <[EMAIL PROTECTED]> > To: "DaleCo Help Desk" <[EMAIL PROTECTED]>; "FreeBSD Questions" > <[EMAIL PROTECTED]> > Sent: Tuesday, November 05, 2002 2:07 PM > Subject: Re: Junior hacker assignment :o > > > > Hello, > > > > --- DaleCo Help Desk <[

Re: Junior hacker assignment :o

2002-11-05 Thread Carlos Carnero
Hi, > Is that 'check init' or 'hack init'? Um... at this moment make that 'check'. Hopefully I can change it to 'hack' in the future :) > > I might just alter shutdown so it took an > additional argument to -r along the lines > of shutdown -r [when-die] [when-resurrect] >

Re: Junior hacker assignment :o

2002-11-05 Thread Carlos Carnero
Hi, --- Mike Hogsett <[EMAIL PROTECTED]> wrote: > Well whatever function the kernel is in while it > loops, polling the > keyboard asking "press any key to reboot" could have > additional logic for > a countdown timer to reboot. Great! > How and where to do this? I don't know. Not so great ;)

Re: Novice question about testing sound cards

2002-11-05 Thread Ronald F. Guilmette
In message <[EMAIL PROTECTED]>, you wrote: >Ronald F. Guilmette wrote: OK, I'm willing to give that a try, but what device should I can the .au file to? Do I cat to /dev/dsp0 ? >>> >>>Yes, give it a try. >> >> >> I tried it, and nothing happened. No sound came out. >> >> I cat'd the

Re: Junior hacker assignment :o

2002-11-05 Thread Mike Hogsett
Look in /usr/src/sys/kern/kern_shutdown.c static void shutdown_halt(void *junk, int howto) { ... } Looks interesting. - Mike > Hi, > > --- Mike Hogsett <[EMAIL PROTECTED]> wrote: > > Well whatever function the kernel is in while it > > loops, polling the > > keyboard asking "press any key t

Re: Junior hacker assignment :o

2002-11-05 Thread Fernando Gleiser
On Tue, 5 Nov 2002, DaleCo Help Desk wrote: > > With a second look, you say "(configurable)" so > I guess the -r switch isn't enough. > > I suppose you want to read the code in > /usr/src/sbin/shutdown/shutdown.c Nope. This is the code to the shutdown command, which tells the kernel to shut down.

Re: your mail

2002-11-05 Thread Marc Schneiders
On Tue, 5 Nov 2002, at 13:59 [=GMT-], Tiago Andre wrote: > Hello there again... > iam trying install a program called iptraf, but i have some problems on the > instalation, i dont know if this is the good place but here it is: > > when i make the > > make install > > appears: > > install: unkn

doh! I found my answer

2002-11-05 Thread Ross Lippert
Don't bother to respond to what I just wrote. I have discovered that make -V PKGNAME will do the mapping I want. -r To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Mount floopy disk

2002-11-05 Thread Naydoe Maung
On Tuesday 05 November 2002 04:53 am, Matthew Seaman wrote: > On Tue, Nov 05, 2002 at 12:29:45PM +, Tiago Andre wrote: > > I like to know how do i mount my floopy disk i try: > > mount /dev/fd0 /mnt > > and > > mount /dev/fd0c /mnt > > but the anwser is incorrect super block > > These are DOS f

network config or apache config or neither?

2002-11-05 Thread Jeff D. Hamann
I've got a freebsd 4.4. machine (which rocks!) that acts as my server behind a router to handle web servering, email, etc and have had almost zero problems with the setup. When I attempt to set a browser from outside my lan (say from a college campus nearby) I cannot get to my domain (www.hamanndo

Re: NFS Performance woes

2002-11-05 Thread BigBrother
>> According to my experience UDP is much preffered for NFS transport >> protocols. Also try to have the NFSIOD daemon being executed on every >> machine by putting in the /etc/rc.conf >> >> nfs_client_enable="YES" >> nfs_client_flags="-n 10" >> >> >> [u may put more than 10 instances if u suspec

Re: Phoenix does nothing

2002-11-05 Thread Adam Weinberger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 >> (11.05.2002 @ 0509 PST): Richard Tobin said, in 0.4K: << > > What version of perl are you using? Install perl5.8, rebuild phoenix, > > and it'll likely work. Hopefully. > > The reason that I installed it now is that the requirement for a > particul

Map a network interface to another name.

2002-11-05 Thread Abel Alejandro
I have a program that is hardcoding the interface name to ed0. But I don't have access to the source code or can modify the binary to look at another interface. So my question is, can I make my rl0 or xl0 interface to get the name of ed0 or do some kind of alias? Please CC, I am not subscribed.

cvsup done, now what

2002-11-05 Thread Darryl Hoar
Greetings. I downloaded the ISO image for 4.7-release and burned it to a cd. I installed this on a server of mine. I then copied /usr/share/examples/cvsup/stable-supfile to /etc. Edited stable-supfile to my desires. then I cvsup /etc/stable-supfile this completed. What do I need to do next to

  1   2   >