Re: Postfix and SASL2 authentication

2003-11-13 Thread Sunil Sunder Raj
Hi, Enable verbose logging so that you get readable error messages. 8) ee /usr/local/etc/postfix/master.cf search for smtpd and append -v. When your done it should look like this: # == # service type private unpriv chroot wa

Re: Recursion with grep?

2003-11-13 Thread Kirk Strauser
At 2003-11-14T03:42:18Z, Francisco J Reyes <[EMAIL PROTECTED]> writes: > I think I am going to research what would it take for someone to fix grep > and pay them. Grep works perfectly in that respect, thanks - it's your understanding that's a bit askew. Say you're in a directory with 'file1.c',

RV: FW: Script configure failed unexpectedly

2003-11-13 Thread Ernesto Antonio Lira Castro
Hi im installing openoffice 1.1 and everything goes ok until this error, i already have installed jdk1.4.2 and i thing that this error is only a small path mistake, i tried to change the path from jdk1.4.1 to jdk1.4.2 but i couldn't found the error! this is the error configure: error

RV: FW: Script configure failed unexpectedly

2003-11-13 Thread Ernesto Antonio Lira Castro
Hi im installing openoffice 1.1 and everything goes ok until this error, i already have installed jdk1.4.2 and i thing that this error is only a small path mistake, i tried to change the path from jdk1.4.1 to jdk1.4.2 but i couldn't found the error! this is the error configure: error

updating 4.8->4.9 did it take?

2003-11-13 Thread Ronny Hippler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I just went through updating via cvsup and then did it through sysinstall rebuilt the kernal but it still states v4.8 when I log in. What am I doing wrong? - -- After we pull the pin, Mr. Grenade is NOT our friend! Ronny Hippler || Sp

Re: ioctl for my cdrom

2003-11-13 Thread Jason
Simon Barner wrote: When I try to play a music cd in xmms as root ^^ evil!! ;-) it says digital aufio extraction test failed: inappropriate ioctl for device. Also it says device /dev/acd0 ok. Anyone have a solution? You are running a

Re: chroot users

2003-11-13 Thread Sunil Sunder Raj
Hi, proftp is the best bet. It locks the user in his home directory not allowng him to go below his home directory. Regards SSR From: "Shawn Guillemette" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: chroot users Date: Thu, 13 Nov 2003 16:45:58 -0800 I want to chroot users to there home d

Sound card

2003-11-13 Thread List
Can someone point me to enabling sound on FreeBsd 5.1. Also when i use to start my Xsession (startx) computer used to prompt with some message about sound. I have suppressed it. How do change the system to get that message again. thanks ___ [EMAIL PR

Re: Recursion with grep?

2003-11-13 Thread Francisco Reyes
On Fri, 14 Nov 2003, JacobRhoden wrote: > No need to hack grep plese! just use -R (it appears the man page does not > document the -R function, but you need to use -R in grep for it to recurse. -R == -r That was mentioned in the previous emails. It only recurses directories. It will not work wit

Re: Recursion with grep?

2003-11-13 Thread JacobRhoden
On Fri, 14 Nov 2003 02:37 pm, Francisco Reyes wrote: > On Thu, 13 Nov 2003, Matthew Hunt wrote: > > > The man page for grep says to use "-r" to recurse, yet when I try > > > something like > > > > > > grep -r -li string *.c > > > > > > I get no files. However, if I go into one of the subdirectories

Dictionary in ports?

2003-11-13 Thread Bryan Cassidy
Is there a stand-alone dictionary port? I would like to have one on the pc cause im gettin tired of goin online. thanks ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL

Re: apache install problem

2003-11-13 Thread Sunil Sunder Raj
Hi, Are you running apache as root user. If yes. sockstat | grep "80" and check which process is holding the port. Kill the process and restart apache. Regards SSR From: Marty Landman <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: apache install problem Date: Thu, 13 Nov 2003 12:21:23 -0500

Re: Recursion with grep?

2003-11-13 Thread parv
in message <[EMAIL PROTECTED]>, wrote Francisco J Reyes thusly... > > Do we want something like: > grep -r *.c I do not know about anybody else, i myself like to keep the current behaviour for -r option. > If I get someone to change grep anyone care to comment on whether > it would be difficult

Re: Drive errors?

2003-11-13 Thread stan
On Fri, Nov 14, 2003 at 02:31:29AM +0100, Martin wrote: > Am Fr, den 14.11.2003 schrieb stan um 01:20: > > Nov 12 20:00:07 black /kernel: ad3s1e: UDMA ICRC error writing fsbn > > 113202879 of 56601408-56601455 (ad3s1 bn 113202879; cn 7046 tn 141 sn 6) > > retrying > > I had a similar effect here

Re: Recursion with grep?

2003-11-13 Thread Francisco J Reyes
On Thu, 13 Nov 2003, Viktor Lazlo wrote: > If there are a large number of files this will call grep numerous > times--it would be more efficient to pass to xargs so grep is only called > a few times: > > find . -type f -print | xargs grep options string Although in my case the files are few I wi

Re: Recursion with grep?

2003-11-13 Thread Francisco Reyes
On Thu, 13 Nov 2003, Matthew Hunt wrote: > > The man page for grep says to use "-r" to recurse, yet when I try > > something like > > > > grep -r -li string *.c > > > > I get no files. However, if I go into one of the subdirectories and do a > > plain grep *.c then is found on several files. > >

Re: cdbakeoven doesn't see atapi burner

2003-11-13 Thread Rod Person
On Wednesday 12 November 2003 11:47 am, It was written: > On Wednesday 12 November 2003 17:13, Charles Howse wrote: > > > Try reading 'man atapicam'. It tells you what needs to be done. > > > > Actually, I read the Handbook section on CD's, added device atapicam to > > my kernel config file, rebuil

Re: Recursion with grep?

2003-11-13 Thread Viktor Lazlo
On Thu, 13 Nov 2003, Dan Busarow wrote: > On Nov 13, Francisco Reyes wrote: > > The man page for grep says to use "-r" to recurse, yet when I try > > something like > > > > grep -r -li string *.c > > find . -name "*.c" -exec grep -li string {} \; If there are a large number of files this will c

Re: quick question about turning the annoying beep off in X

2003-11-13 Thread Viktor Lazlo
On Thu, 13 Nov 2003, twig les wrote: > Hey all, in my /etc/csh.cshrc I have > > xset b off > > which does what I want, which is to tell X to shut up without me > having to type the command in every X session. But it seems > clumsy as it puts up an error "xset: unable to open display """ > when

Re: Install X windows in Free BSD 4.8 - Help required.

2003-11-13 Thread Lowell Gilbert
"Verghese George" <[EMAIL PROTECTED]> writes: > First of all the login screen for X windows still does not allow me to > get into the system. When I type my login name and password , the > screen goes blank and the login screen reappears after some time. Sounds like you need to debug your .xsess

Re: Drive errors?

2003-11-13 Thread Martin
Am Fr, den 14.11.2003 schrieb stan um 01:20: > Nov 12 20:00:07 black /kernel: ad3s1e: UDMA ICRC error writing fsbn > 113202879 of 56601408-56601455 (ad3s1 bn 113202879; cn 7046 tn 141 sn 6) > retrying I had a similar effect here yesterday (but on CURRENT) and I noticed that something is wrong wi

Drive errors?

2003-11-13 Thread stan
I've got a relativly recent STABLE machine that I', gettng errors like this on: Nov 12 20:00:01 black newsyslog[33912]: logfile turned over due to size>100K Nov 12 20:00:07 black /kernel: ad3s1e: UDMA ICRC error writing fsbn 113202879 of 56601408-56601455 (ad3s1 bn 113202879; cn 7046 tn 141 sn 6

Re: HP JetDirect EX printer problems ...

2003-11-13 Thread Alex de Kruijff
On Wed, Nov 12, 2003 at 05:13:06PM -0500, David Bein wrote: > Hello ... > > I have an older J2383 Jet Direct box which I am trying to setup > for a FreeBSD 4.9/x86 box. I have tried various things in /etc/printcap, > but still I get nothing reasonable. I know the box is working because > if I te

Re: Install X windows in Free BSD 4.8 - Help required.

2003-11-13 Thread Chris Pressey
On Fri, 14 Nov 2003 10:53:44 +1100 "Verghese George" <[EMAIL PROTECTED]> wrote: > Hello, > Thanks for the help. > I still have a problem starting up the X windows. > First of all the login screen for X windows still does not allow me to > get into the system. When I type my login name and passwor

Re: bluetooth support

2003-11-13 Thread Jonathan Clarke
> Anyone happen to know if bluetooth is supported in BSD? > > I was thinking of getting a little USB Bluetooth adapter:) I have just looked into this myself, so here is a brief summary of my findings. Bluetooth is supported via the netgraph framework, though only in 5.1 and 5-CURRENT. The USB ada

RE: apache install problem

2003-11-13 Thread Marty Landman
At 01:32 PM 11/13/2003, Terry Tyson wrote: I just had this problem the other day. It wasn't httpd.conf, it was /etc/hosts. I changed the httpd.conf as recommended too, it didn't fix it but afaik was still good/necessary. ::1 localhost.domain.com localhost 127.0.0.1 localhost.domain.com localhost

Re: Install X windows in Free BSD 4.8 - Help required.

2003-11-13 Thread Verghese George
Hello, Thanks for the help. I still have a problem starting up the X windows. First of all the login screen for X windows still does not allow me to get into the system. When I type my login name and password , the screen goes blank and the login screen reappears after some time. If I type C-A-F1

Re: Recursion with grep?

2003-11-13 Thread Dan Busarow
On Nov 13, Francisco Reyes wrote: > The man page for grep says to use "-r" to recurse, yet when I try > something like > > grep -r -li string *.c find . -name "*.c" -exec grep -li string {} \; Dan -- Dan Busarow 949 443 4172 Dana Point Communic

Re: Recursion with grep?

2003-11-13 Thread Matthew Hunt
On Thu, Nov 13, 2003 at 02:55:34PM -0800, Chris Readle wrote: > You can also do this with something like: > > ls -laR | egrep *.c He's trying to search the contents of files for a string. Your suggestion searches the directory listing (and not in a very useful way, since *.c does not mean the s

Re: Recursion with grep?

2003-11-13 Thread Jerry McAllister
> > --- Matthew Hunt <[EMAIL PROTECTED]> wrote: > > On Thu, Nov 13, 2003 at 05:37:39PM -0500, Francisco Reyes wrote: > > > > > The man page for grep says to use "-r" to recurse, yet when I try > > > something like > > > > > > grep -r -li string *.c > > > > > > I get no files. However, if I go i

Re: Recursion with grep?

2003-11-13 Thread Chris Readle
--- Matthew Hunt <[EMAIL PROTECTED]> wrote: > On Thu, Nov 13, 2003 at 05:37:39PM -0500, Francisco Reyes wrote: > > > The man page for grep says to use "-r" to recurse, yet when I try > > something like > > > > grep -r -li string *.c > > > > I get no files. However, if I go into one of the subdir

Re: how to change the name of root?

2003-11-13 Thread Kent Stewart
On Thursday 13 November 2003 02:41 pm, [EMAIL PROTECTED] wrote: > When I get admin emails from my remote boxes, or send messages from them, > they are from root or charlie root. How do I change this? > Did you try changing the name in the passwd files? Kent -- Kent Stewart Richland, WA http://

Re: how to change the name of root?

2003-11-13 Thread Mike Maltese
> When I get admin emails from my remote boxes, or send messages from them, > they are from root or charlie root. How do I change this? chpass will open up your default editor and allow you to change the "Full Name" of the account. ___ [EMAIL PROTECTED]

Re: Recursion with grep?

2003-11-13 Thread Matthew Hunt
On Thu, Nov 13, 2003 at 05:37:39PM -0500, Francisco Reyes wrote: > The man page for grep says to use "-r" to recurse, yet when I try > something like > > grep -r -li string *.c > > I get no files. However, if I go into one of the subdirectories and do a > plain grep *.c then is found on severa

how to change the name of root?

2003-11-13 Thread chip . wiegand
When I get admin emails from my remote boxes, or send messages from them, they are from root or charlie root. How do I change this? -- Chip ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, se

Recursion with grep?

2003-11-13 Thread Francisco Reyes
The man page for grep says to use "-r" to recurse, yet when I try something like grep -r -li string *.c I get no files. However, if I go into one of the subdirectories and do a plain grep *.c then is found on several files. ___ [EMAIL PROTECTED] mail

Re: quick question about turning the annoying beep off in X

2003-11-13 Thread twig les
--- Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (Nov 13), twig les said: > > Hey all, in my /etc/csh.cshrc I have > > > > xset b off > > > > which does what I want, which is to tell X to shut up > without me > > having to type the command in every X session. But it seems > clumsy

Re: chroot users

2003-11-13 Thread Tim Aslat
In the immortal words of "Shawn Guillemette" <[EMAIL PROTECTED]>... > I want to chroot users to there home directories so that I can allow > them to use FTP and not worry about someone going lower then there > home dir.. The default ftpd in FreeBSD works nicely, try looking in: man ftpchroot Ch

Re: quick question about turning the annoying beep off in X

2003-11-13 Thread Kevin D. Kinsey, DaleCo, S.P.
twig les wrote: Hey all, in my /etc/csh.cshrc I have xset b off which does what I want, which is to tell X to shut up without me having to type the command in every X session. But it seems clumsy as it puts up an error "xset: unable to open display """ when I ssh in. I fully understand that t

Re: quick question about turning the annoying beep off in X

2003-11-13 Thread Dan Nelson
In the last episode (Nov 13), twig les said: > Hey all, in my /etc/csh.cshrc I have > > xset b off > > which does what I want, which is to tell X to shut up without me > having to type the command in every X session. But it seems clumsy > as it puts up an error "xset: unable to open display """

Re: quick question about turning the annoying beep off in X

2003-11-13 Thread Chris Pressey
On Thu, 13 Nov 2003 13:44:43 -0800 (PST) twig les <[EMAIL PROTECTED]> wrote: > Hey all, in my /etc/csh.cshrc I have > > xset b off > > which does what I want, which is to tell X to shut up without me > having to type the command in every X session. But it seems > clumsy as it puts up an error "

Re: chroot users

2003-11-13 Thread Rus Foster
On Thu, 13 Nov 2003, Shawn Guillemette wrote: > I want to chroot users to there home directories so that I can allow them to use FTP > and not worry about someone going lower then there home dir.. > Hi, If you are using Proftpd add "DefaultRoot" or try changing their home directory to /home/./u

chroot users

2003-11-13 Thread Shawn Guillemette
I want to chroot users to there home directories so that I can allow them to use FTP and not worry about someone going lower then there home dir.. looking for a howto or links that might help out. Shawn ___ [EMAIL PROTECTED] mailing list http:/

quick question about turning the annoying beep off in X

2003-11-13 Thread twig les
Hey all, in my /etc/csh.cshrc I have xset b off which does what I want, which is to tell X to shut up without me having to type the command in every X session. But it seems clumsy as it puts up an error "xset: unable to open display """ when I ssh in. I fully understand that this *should* be a

Disk question

2003-11-13 Thread Gannater János
Hello, Why I booted my computer the following error came up: ad1s1a: UDMA ICRC error reading fsbn 6144095 of 16-31 (ad1s1 bn 6144095; cn 6095 tn 5 sn 20) retrying ad1s1a: UDMA ICRC error reading fsbn 6144095 of 16-31 (ad1s1 bn 6144095; cn 6095 tn 5 sn 20) falling back to PIO mode Is there a way

p5 ports don't respect LOCALBASE

2003-11-13 Thread Rich Winkel
I support various types of servers and workstations which need different "local" software sets. I do all my building on one machine, so I use LOCALBASE and PKG_DBDIR in /etc/make.conf to keep the various configurations separate. Unfortunately many ports don't respect the LOCALBASE setting and ins

Re: FreeBSD Essay.

2003-11-13 Thread Chad Leigh -- Shire.Net LLC
On Nov 13, 2003, at 8:07 AM, Viktor Lazlo wrote: On Wed, 12 Nov 2003, Lewis Thompson wrote: Hey guys, I'm a first year CS student at Manchester and I've been given the task of writing a 1,000 word essay on something computer-related. It can be 1000 words is awfully short to cover such a g

Re: RELENG_4_8 to RELENG_4_9 question

2003-11-13 Thread Kevin D. Kinsey, DaleCo, S.P.
Bryan Cassidy wrote: I am currently using FreeBSD 4.8-RELEASE and I did a cvsup /usr/share/examples/cvsup/standard-supfile to a RELENG_4_8. I haven't done a build/install world and finished the update of the system. What I'm wondering is sence I did a cvsup to the latest security patches etc for 4

Re: GDM - configured as per the documentation but stil chrashes - FreeBSD 4.9 an d 5.1

2003-11-13 Thread Lowell Gilbert
[EMAIL PROTECTED] writes: > I cannot get GDM2 to work on neither 4.9(nor 5.1.) > > GDM chrashes at boot time no matter what I do. > > I use the gnome2-2.4.0 package. I have tried to install it at install time(which > results in the gdm users not being created), installed it afterwards and compi

RELENG_4_8 to RELENG_4_9 question

2003-11-13 Thread Bryan Cassidy
I am currently using FreeBSD 4.8-RELEASE and I did a cvsup /usr/share/examples/cvsup/standard-supfile to a RELENG_4_8. I haven't done a build/install world and finished the update of the system. What I'm wondering is sence I did a cvsup to the latest security patches etc for 4.8 should I go on and

RELENG_4_8 to RELENG_4_9 question

2003-11-13 Thread Bryan Cassidy
I am currently using FreeBSD 4.8-RELEASE and I did a cvsup /usr/share/examples/cvsup/standard-supfile to a RELENG_4_8. I haven't done a build/install world and finished the update of the system. What I'm wondering is sence I did a cvsup to the latest security patches etc for 4.8 should I go on a

Re: No gethostbyname_r() in FreeBSD?

2003-11-13 Thread Cordula's Web
> > I'm trying to compile milter-dnsrbl.c from > > ftp://ftp.atnf.csiro.au/pub/people/rgooch/email-utilities/mailutils.tgz > > > > The problem is that gethostbyname_r() doesn't seem to exist > > in FreeBSD. This is the code which uses it (from milter-dnsrbl.c): > > It's a known issue. There are

Re: sound question

2003-11-13 Thread Cordula's Web
> > > > play: /dev/dsp: Device busy > > > Perhaps esd is running and grabbing the sound device? > > 80418 ?? Ss 2:56.38 esd -terminate -nobeeps -as 2 -spawnfd > > so if I kill -9 the esd process, icq will start emitting sounds ? > unfortunately no, it will just "mute" my xmms session 1. Who

Re: File System Limits on FreeBSD-stable

2003-11-13 Thread Erik Trulsson
On Thu, Nov 13, 2003 at 12:07:12PM -0800, Max Clark wrote: > Hi all, > > What are the file system, file size limits for FreeBSD-stable? I > understand that there is a 2TB file system limit, but what about the > file size? I have a friend who cannot create a file over 2GB. Should > he be able to? D

Re: Newbie: The C / C++ Issue

2003-11-13 Thread Viktor Lazlo
On Thu, 13 Nov 2003, Louis LeBlanc wrote: > I hate to seem like a jerk, but I get these messages through the list > already, and see no reason to get them in multiple boxes. Please feel > free to continue this discussion on list, but please take this email > out of the recipients list. I will

File System Limits on FreeBSD-stable

2003-11-13 Thread Max Clark
Hi all, What are the file system, file size limits for FreeBSD-stable? I understand that there is a 2TB file system limit, but what about the file size? I have a friend who cannot create a file over 2GB. Should he be able to? Does 5.x handle this differently? Thanks in advance, Max -- Max Clar

Along the lined of my last message

2003-11-13 Thread Chris Readle
That is, the "translation request". Here is some info on the issue I've got. Running 4.9-RELEASE (that is, releng_4_9) I started having an issue with it not exiting X correctly. X *does* seem to shut down, but it leaves a corrupted image of the desktop on the screen. If I ssh in from another ma

Re: Newbie: The C / C++ Issue

2003-11-13 Thread Louis LeBlanc
I hate to seem like a jerk, but I get these messages through the list already, and see no reason to get them in multiple boxes. Please feel free to continue this discussion on list, but please take this email out of the recipients list. I will join in when I am able. Granted that doesn't guarant

Re: Newbie: The C / C++ Issue

2003-11-13 Thread Chris Pressey
On Thu, 13 Nov 2003 11:01:54 -0800 "abowhill" <[EMAIL PROTECTED]> wrote: > > Am I missing something here? When does C have OO capability? > > Structs don't count. What about inheritance and polymorphism? > > >>That's in the implementation AND application. Just because you CAN > >>access part o

Shared object has no run-time symbol table(urgent)

2003-11-13 Thread Bimal Patel
Hello Guys, I am Bimal. I am developing a mail sender program as per client's requirement. Well, I've developed some part of it, and after sending the executables to them, they are not able to run it on their machine. We both are using Free BSD 4.8 stable. The same program runs nicely on my

bluetooth support

2003-11-13 Thread srenna
Anyone happen to know if bluetooth is supported in BSD? I was thinking of getting a little USB Bluetooth adapter:) ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PR

Translation request

2003-11-13 Thread Chris Readle
Hi all, I have a thread here from one of the polish lists that *might* have the solution to a problem I'm having. I was wondering if there were anyone on list that could translate the thread from Polish to English for me. I've tried the free online translators and they stumble over all the techn

Re: sound question

2003-11-13 Thread Petre Bandac
unfortunately no, it will just "mute" my xmms session any other solutions ? petre On Thursday 13 November 2003 21:11 Anno Domini, Petre Bandac wrote using one of his keyboards: > [EMAIL PROTECTED] ps -ax | grep esd > ~ > 80418 ?? Ss 2:56.38 esd -terminate -nobeeps -as 2 -spawnfd 5 > 84843

Re: sound question

2003-11-13 Thread Petre Bandac
[EMAIL PROTECTED] ps -ax | grep esd ~ 80418 ?? Ss 2:56.38 esd -terminate -nobeeps -as 2 -spawnfd 5 84843 p5 S+ 0:00.01 egrep esd so if I kill -9 the esd process, icq will start emitting sounds ? petre On Thursday 13 November 2003 21:0

Re: sound question

2003-11-13 Thread Cordula's Web
> play: /dev/dsp: Device busy Perhaps esd is running and grabbing the sound device? I have a similar problem with mpg123. Calling mpg123 multiple times (e.g. in a loop with a shell script) until it works is an acceptable work-around for me: #!/bin/sh until (mpg123 "$1") do sleep 1; done Of

Re: Newbie: The C / C++ Issue

2003-11-13 Thread abowhill
> Am I missing something here? When does C have OO capability? > Structs don't count. What about inheritance and polymorphism? >>That's in the implementation AND application. Just because you CAN >>access part of a lowly struct, doesn't mean you have to. It's object >>oriented if you OBSERVE t

sound question

2003-11-13 Thread Petre Bandac
hello I have a problem I somehow fixed once, but I can't remember how :-) sim-icq gives me the following message play: /dev/dsp: Device busy (it uses the play command for the sound plugin) it means that somehow the sound channel is used by other program (I have xmms running, and also enlight

Re: statvfs.h

2003-11-13 Thread M.D. DeWar
> spiderman# find / -name statvfs.h -print >>spiderman# > > > >comes up empty. > >now what ? > >Thanks > >Mark > > > > > > Hmm, dunno. Do you have full system sources > installed? Maybe a cvsup > > Ahh, what version are you running? statvfs.h > didn't exist in FBSD before 8-21-2002, and t

RE: video guru needed - installing driver for ATI 3D Rage IIC AGP

2003-11-13 Thread Olivier Cherrier
>> >> Why not using ports ? > >Fine...what is the port name? Oh ! Right ! ;-) I use it on OpenBSD and didn't imagine that it wouldn't exist on FreeBSD. Maybe, look at the OpenBSD port ... (http://www.openbsd.org/cgi-bin/cvsweb/ports/x11/gatos-bin/) Good luck. oc _

Re: apache install problem

2003-11-13 Thread Jez Hancock
On Thu, Nov 13, 2003 at 12:21:23PM -0500, Marty Landman wrote: > I just installed Apache2 and not sure how to proceed, if I'm doing things > wrong from here or there is some other problem: > > > $ which apachectl > /usr/local/sbin/apachectl > $ apachectl start > httpd: Could not determine the se

RE: apache install problem

2003-11-13 Thread Terry Tyson
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Marty Landman > Sent: Thursday, November 13, 2003 11:21 AM > To: [EMAIL PROTECTED] > Subject: apache install problem > > > I just installed Apache2 and not sure how to proceed, if > I'm doing things > wro

Re: Mount SMB share on bootup

2003-11-13 Thread Pierrick Brossin
On Wed, 12 Nov 2003 15:37:58 -0600 "Chirhart, Brian" <[EMAIL PROTECTED]> wrote: > What language is that script in? It isn't perl - is it C? -> #!/bin/sh Regards -- Pierrick Brossin < http://www.swissgeeks.com > perl -e\ 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);' _

Re: Missing cvsupit?

2003-11-13 Thread Viktor Lazlo
On Thu, 13 Nov 2003, Preston Crawford wrote: > > I'm missing this. Can someone give me an example cvsupfile for FreeBSD > 4.9? Example files covering all major configurations can be found in: /usr/share/examples/cvsup Cheers, Viktor ___ [EMAIL PROT

Re: No gethostbyname_r() in FreeBSD?

2003-11-13 Thread Kris Kennaway
On Thu, Nov 13, 2003 at 04:59:21PM +0100, Cordula's Web wrote: > Hi, > > I'm trying to compile milter-dnsrbl.c from > ftp://ftp.atnf.csiro.au/pub/people/rgooch/email-utilities/mailutils.tgz > > The problem is that gethostbyname_r() doesn't seem to exist > in FreeBSD. This is the code which uses

Re: video guru needed - installing driver for ATI 3D Rage IIC AGP

2003-11-13 Thread Charles Howse
On Thursday 13 November 2003 11:34 am, Olivier Cherrier wrote: > >-Message d'origine- > >De : Charles Howse [mailto:[EMAIL PROTECTED] > >Envoyé : jeudi 13 novembre 2003 17:26 > >À : Questions > >Objet : video guru needed - installing driver for ATI 3D Rage IIC AGP > > > > > >Hi, > >I've don

Re: apache install problem

2003-11-13 Thread Luke Kearney
On Thu, 13 Nov 2003 12:21:23 -0500 Marty Landman <[EMAIL PROTECTED]> spake thus: > I just installed Apache2 and not sure how to proceed, if I'm doing things > wrong from here or there is some other problem: > > > $ which apachectl > /usr/local/sbin/apachectl > $ apachectl start > httpd: Could

Re: apache install problem

2003-11-13 Thread Cordula's Web
> I just installed Apache2 and not sure how to proceed, if I'm doing things > wrong from here or there is some other problem: > > > $ which apachectl > /usr/local/sbin/apachectl > $ apachectl start > httpd: Could not determine the server's fully qualified domain name, using > 127.0.0.1 for Serv

Re: FreeBSD Essay.

2003-11-13 Thread Alex de Kruijff
On Wed, Nov 12, 2003 at 04:41:45PM -0500, Jud wrote: > > On Wed, 12 Nov 2003 21:41:40 +0100, "Alex de Kruijff" > <[EMAIL PROTECTED]> said: > > On Wed, Nov 12, 2003 at 07:01:36PM +, Lewis Thompson wrote: > > > Hey guys, > > > > > > I'm a first year CS student at Manchester and I've been given

apache install problem

2003-11-13 Thread Marty Landman
I just installed Apache2 and not sure how to proceed, if I'm doing things wrong from here or there is some other problem: $ which apachectl /usr/local/sbin/apachectl $ apachectl start httpd: Could not determine the server's fully qualified domain name, using 127.0.0.1 for ServerName (13)Permissi

Re: NTP question

2003-11-13 Thread Harald Schmalzbauer
On Thursday 13 November 2003 17:52, Ronnie Clark wrote: > Hello all, > > I have an NTP question that I hope someone can help me > with. I have built two NTP servers on FreeBSD 4.8 and > updated to STABLE. When they were being built and > tested, they were on the same subnet, and were able to > sync

NTP question

2003-11-13 Thread Ronnie Clark
Hello all, I have an NTP question that I hope someone can help me with. I have built two NTP servers on FreeBSD 4.8 and updated to STABLE. When they were being built and tested, they were on the same subnet, and were able to synch time just fine. Now they are in production, and on seperate networ

video guru needed - installing driver for ATI 3D Rage IIC AGP

2003-11-13 Thread Charles Howse
Hi, I've done as much research as I can on this, I need to enable xv support for my video card, so that I can play videos full-screen in Kmplayer. If I'm going about this wrong, let me know. According to the XFree86 log, It seems the place to go is http://gatos.sf.net I've been there, and downloa

Re: exim not running after portupgrade?

2003-11-13 Thread Jan Grant
On Thu, 13 Nov 2003, Ceri Davies wrote: > On Thu, Nov 13, 2003 at 08:50:31AM -0500, William O'Higgins wrote: > > I recently ran portupgrade to get to a state that approximates current, > > and when I rebooted exim is not running. It used to, just fine, but now > > when I boot I've got no MTA. I

Re: Newbie: The C / C++ Issue

2003-11-13 Thread Chris Howells
> On Tue, 11 Nov 2003, Alex Kelly wrote: > Good advice: > Have a look at Bruce Eckel's free, though excellent, electronic > books at > http://mindview.net/Books/ > "Thinking in C++" > and get started. FreeBSD's built in gcc should do all you need > for the beginning. There's no way, IMO, that you

Re: Missing cvsupit?

2003-11-13 Thread Cordula's Web
> I'm missing this. Can someone give me an example cvsupfile for FreeBSD > 4.9? This is for 4.9-STABLE: cut here --- cut here - *default host=cvsup2.de.FreeBSD.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix *default co

Re[2]: newbie dns mess w/ nic

2003-11-13 Thread Marty Landman
At 10:13 AM 11/13/2003, Dmitry Kochetov wrote: Ahh, but the line in rc.conf should be like that: defaultrouter="192.158.0.1" Thanks for the follow up Dmitry. Right now I've got the typo'd line commented out on /etc/rc.conf and am accomplishing this with the line route add default 192.168.0.7 in

Missing cvsupit?

2003-11-13 Thread Preston Crawford
I'm missing this. Can someone give me an example cvsupfile for FreeBSD 4.9? Preston ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Cant Build KDE3

2003-11-13 Thread Matt Edwards
"ME" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am having some problems building KDE3 on FreeBSD 5.1. When an attempt to > build the dependancy kdesdk3 is made it ALWAYS fails. Is this something I > could have caused? If so I would like to find out what it is. It seems you

No gethostbyname_r() in FreeBSD?

2003-11-13 Thread Cordula's Web
Hi, I'm trying to compile milter-dnsrbl.c from ftp://ftp.atnf.csiro.au/pub/people/rgooch/email-utilities/mailutils.tgz The problem is that gethostbyname_r() doesn't seem to exist in FreeBSD. This is the code which uses it (from milter-dnsrbl.c):

Re: Newbie: The C / C++ Issue

2003-11-13 Thread Peter Ulrich Kruppa
On Tue, 11 Nov 2003, Alex Kelly wrote: > Thanks for all of the great suggestions to my previous question! > > Yet, the responses have led me to another question. If C++ is > newer and more advanced than C, will it replace C? If so, > should I learn C++ and forget C? Good advice: Have a look at Bru

Postfix and SASL2 authentication

2003-11-13 Thread H. Wade Minter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been able to get Postfix and SASL1 to authenticate to system accounts under FreeBSD with no problem, but now I'm trying to use SASL2. I'm running into problems. I built postfix and sasl2 from ports with no problems. I created /usr/local/lib/sas

Re: statvfs.h

2003-11-13 Thread Kevin D. Kinsey, DaleCo, S.P.
SWIT wrote: From: "Kevin D. Kinsey, DaleCo, S.P." <[EMAIL PROTECTED]> To: "M.D. DeWar" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Tuesday, November 11, 2003 5:17 PM Subject: Re: statvfs.h M.D. DeWar wrote: were do yo u get header files ? or can't you ? I am trying to load a webmin

Cant Build KDE3

2003-11-13 Thread Matt Edwards
I am having some problems building KDE3 on FreeBSD 5.1. When an attempt to build the dependancy kdesdk3 is made it ALWAYS fails. Is this something I could have caused? If so I would like to find out what it is. It seems you MUST build kde with kdesdk3 so it is a required dependancy. I would re

Re[2]: newbie dns mess w/ nic

2003-11-13 Thread Dmitry Kochetov
Greetings, Thursday, November 13, 2003, 12:21:00 AM, you wrote: ML> At 03:32 PM 11/12/2003, Steve Bertrand wrote: >>Add the following to your /etc/rc.conf file: >> >>default_router="192.168.0.1" >> Ahh, but the line in rc.conf should be like that: defaultrouter="192.158.0.1" Wrong syntax, did

Re: FreeBSD Essay.

2003-11-13 Thread Viktor Lazlo
On Wed, 12 Nov 2003, Lewis Thompson wrote: > Hey guys, > > I'm a first year CS student at Manchester and I've been given the task > of writing a 1,000 word essay on something computer-related. It can be > pretty much anything I want (I think). I've decided FreeBSD is > interesting, the OS I ad

Re: exim not running after portupgrade?

2003-11-13 Thread Ceri Davies
On Thu, Nov 13, 2003 at 08:50:31AM -0500, William O'Higgins wrote: > I recently ran portupgrade to get to a state that approximates current, > and when I rebooted exim is not running. It used to, just fine, but now > when I boot I've got no MTA. I can tell you, fetchmail thinks this is > quite th

where to find info on ipfw programming interface?

2003-11-13 Thread Alex
Hi ppl! I need to be able to control ipfw rules from within my program. A year ago I spent a week to get how to do this using ipfw utility sources. And at last successfully did it after a lot of probes and falls :0) But now since 5.0 FreeBSD is using another implementation (so called IPFW2) whic

exim not running after portupgrade?

2003-11-13 Thread William O'Higgins
I recently ran portupgrade to get to a state that approximates current, and when I rebooted exim is not running. It used to, just fine, but now when I boot I've got no MTA. I can tell you, fetchmail thinks this is quite the problem :-) What could have caused this? As far as I can tell it was be

RE: How to find our what version of ports your running?

2003-11-13 Thread Paul Hamilton
Hmmm... Thanks for that Lowell. Yes I knew about the pkg_version cmd. I was just hoping that I had missed a command or file that explain it all. I started digging around, and found that the /usr/ports/LEGAL file has the following: # $FreeBSD: ports/LEGAL,v 1.274 2003/02/19 04:24:53 marcus Exp

GDM - configured as per the documentation but stil chrashes - FreeBSD 4.9 an d 5.1

2003-11-13 Thread martin . clausen
I cannot get GDM2 to work on neither 4.9(nor 5.1.) GDM chrashes at boot time no matter what I do. I use the gnome2-2.4.0 package. I have tried to install it at install time(which results in the gdm users not being created), installed it afterwards and compiled it from source(using ports), but t

  1   2   >