Re: The clock is running too fast

2004-03-19 Thread Stephen Liu
Hi Dan, Thanks for your advice. I had a similar problem on one of the machines at work. Here is a memo I made to myself to remind me of how to fix the problem in the future: The ACPI-safe Timecounter does not work (it is way, WAY too fast). To get around this, add the following line to

why can't I implement syslog ?

2004-03-19 Thread Supote Leelasupphakorn
Hi all, I would like to log my message by using syslog so I altered /etc/syslog.conf like below (kill and re-start syslogd as well) # file: /etc/syslog.conf -- snip --- local1.debug/var/log/myScript.log and in a shell script I use # /usr/bin/logger -i -p local1.debug

Norway

2004-03-19 Thread mona
Hello I need help finding the company that is distributing/ is importing FreeBSD in Norway. Thank youin advance Mona Lind dinpris ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

How to get an overview of the installed ports

2004-03-19 Thread Ronald Hoellwarth
Hello, I've installed some apps and deinstalled them again because I didn't like them. While installing them other software was installed too but I think it wasn't removed when I removed the unwanted programms. Is there a possibility to get an overview which ports are installed and how they

Re: How to get an overview of the installed ports

2004-03-19 Thread Arek Czereszewski
Ronald Hoellwarth wrote: Hello, I've installed some apps and deinstalled them again because I didn't like them. While installing them other software was installed too but I think it wasn't removed when I removed the unwanted programms. Is there a possibility to get an overview which ports

Re: php installation problems

2004-03-19 Thread Jorn Argelo
Why don't you use portupgrade instead? You can install it via /usr/ports/sysutils/portupgrade if you don't have it. Though I am not certain if it works or even exists for FreeBSD 4.5 Anyway, if you do have it, try this: pkg_info | grep php portupgrade -Rr output of previous command Cheers,

Re: cdrom mount problem

2004-03-19 Thread anubis
On Fri, 19 Mar 2004 1:35 am, Chris wrote: *This message was transferred with a trial version of CommuniGate(tm) Pro* In summary: the only way to mount my cdrom after burning an ISO is to reboot first. Prior to 5.2.1-RC1, I was able to burn ISO imaged onto a CDRW using burncd, then

Re: How to get an overview of the installed ports

2004-03-19 Thread Peder Blom
On Fri, 19 Mar 2004 09:40:39 +0100 Ronald Hoellwarth [EMAIL PROTECTED] wrote: Hello, I've installed some apps and deinstalled them again because I didn't like them. While installing them other software was installed too but I think it wasn't removed when I removed the unwanted programms.

I need help mounting a floppy

2004-03-19 Thread Willy Dingledorf
Gentlemen: I am a frustrated newbie who has a good back-ground in Microsoft operating-systems, but no experience with FreeBSD. I have installed various versions of FreeBSD many times on several different computers ... but after a successful install, I keep running into brick-walls. My

Re: How to get an overview of the installed ports

2004-03-19 Thread Ronald Hoellwarth
On Fri, Mar 19, 2004 at 11:21:34AM +0100, Peder Blom wrote: Is there a possibility to get an overview which ports are installed and how they are linked? pkg_info -rRa Aah. That's what I was after. Thanks. greetings from crailsheim, germany ronald höllwarth pgp0.pgp Description: PGP

[no subject]

2004-03-19 Thread siavash mahjoob
hi dear mr or mrs i have freebsd-5.0 in my computer.i install imap-2002e.tar.Z in my machine. then add this statement in /etc/inetd.conf : IMAP stream tcp nowait root /usr/local/etc/imapd imapd. i would see this working properly then use telnet localhost 143 i havent seen any problem. but when

Re: Imap-uw problem (was: )

2004-03-19 Thread Remko Lodder
Hi, you are bit .. vague. What's in your logs on the server itself? What does it respond with when you are telnetting to the port? Are you sure you should use /usr/local/etc/imapd? isn't that /usr/local/libexec/imapd or something?? Hope that this gives us some more insight info so we can perhaps

Re: Mail readers

2004-03-19 Thread Bart Silverstrim
On Mar 19, 2004, at 2:49 AM, Gary W. Swearingen wrote: Bart Silverstrim [EMAIL PROTECTED] writes: No. Nothing. Format=flowed applies solely to plain-text messages. HTML messages already have something functionally equivalent to f=f: the BLOCKQUOTE attribute, which... um... quotes blocks of text.

gcc 3.3.3 and -mcpu=r2000: bad value for -mcpu= switch

2004-03-19 Thread Augusto Jun Devegili
Hi all, I'd like to generate MIPS code from gcc. I've tried $ gcc test01.c -o test01 -mcpu=r2000 and this is the error message I got cc1: error: bad value (r2000) for -mcpu= switch I'm using gcc (GCC) 3.3.3 [FreeBSD] 20031106 in a FreeBSD 5.2-CURRENT i386 box. Any ideas? TIA and regards,

Re: gcc 3.3.3 and -mcpu=r2000: bad value for -mcpu= switch

2004-03-19 Thread Kris Kennaway
On Fri, Mar 19, 2004 at 08:55:21AM -0300, Augusto Jun Devegili wrote: Hi all, I'd like to generate MIPS code from gcc. I've tried $ gcc test01.c -o test01 -mcpu=r2000 and this is the error message I got cc1: error: bad value (r2000) for -mcpu= switch I'm using gcc (GCC) 3.3.3

Autoreply from Warsaw

2004-03-19 Thread GayGuide Net Warsaw
This is an automated response. We will reply within 48 hours :-) Gay Travel Guide Warsaw: http://warsaw.gayguide.net/ For Budapest, Prague and Cracow: http://budapest.gayguide.net/ http://prague.gayguide.net/ http://cracow.gayguide.net/ Accommodations Warsaw:

update of OpenSSL from tarball

2004-03-19 Thread J.D. Bronson
I thought I would post to the group my solution for updating OpenSSL w/o having to rebuild the entire machine... # tar xzf openssl-0.9.7d.tar.gz # cd openssl-0.9.7d # ./config --prefix=/usr --openssldir=/etc/ssl # make # make test # make install ..this seems to correctly place all the files

Re: why can't I implement syslog ?

2004-03-19 Thread Peder Blom
On Fri, 19 Mar 2004 08:18:59 + (GMT) Supote Leelasupphakorn [EMAIL PROTECTED] wrote: Hi all, I would like to log my message by using syslog so I altered /etc/syslog.conf like below (kill and re-start syslogd as well) # file: /etc/syslog.conf -- snip --- local1.debug

Re: I need help mounting a floppy

2004-03-19 Thread Kevin D. Kinsey, DaleCo, S.P.
Willy Dingledorf wrote: Gentlemen: I am a frustrated newbie who has a good back-ground in Microsoft operating-systems, but no experience with FreeBSD. I have installed various versions of FreeBSD many times on several different computers ... but after a successful install, I keep running

LG GSA-4081B, blank disk recommendations

2004-03-19 Thread h0444lp6
Dear list, I just bought a LG GSA-4081B. I would like to know of DVD-R, DVD-RW, DVD+R, DVD+RW, and DVD-RAM blank media, which are peticularly good supported. (tried LG web-site, and different mailing lists without success). Thanks Zheyu PS: heard DVD+R(W) media is not that good supported on

Re: Use LDAP auth at 5.2.1 ?

2004-03-19 Thread Uwe Laverenz
Frank Bonnet wrote: Is there some howto to use nss_ldap and pam_ldap at FreeBSD 5.2.1 ? http://www.cultdeadsheep.org/FreeBSD/docs/Quick_and_dirty_FreeBSD_5_x_and_nss_ldap_mini-HOWTO.html cu, Uwe ___ [EMAIL PROTECTED] mailing list

Re: I need help mounting a floppy

2004-03-19 Thread Richard . Williamson
Willy Dingledorf wrote: fdformat: open(/dev/fd0): No such file or directory mount: /dev/fd0: No such file or directory msdosfs: /dev/fd0: No such file or directory msdosfs /dev/fd0: No such file or directory I'd try Occam... Can you give us the output of $ls /dev/fd0 regards, rip

RE: 5.1 mysql problem

2004-03-19 Thread Darryl Hoar
[EMAIL PROTECTED] wrote: I installed Freebsd 5.1-release. I then installed lynx from the ports system without problem. I then installed apache13 from ports without problem. When I tried to install mysql323-client. I did this by cd /usr/ports/databases/mysql323-client. I then did

Re: FreeBSD as vmware guest OS and net

2004-03-19 Thread J. W. Ballantine
Sorry if I didn't make my question clear. I know my NIC card driver, the problem is when I start up BSD as a guest OS in vmware, it responds that it can't find a route to the network and I was inquiring if there was a different driver needed under vmware bridged-to-network. Thanks for the

Problems using ppp as a server

2004-03-19 Thread ejff
Hello, i have a problem using ppp as a server. When i start it like this: root # ppp -direct server it prints out a garbage: ~}#!}!}!} }=}(}}' } } } }!}$}%}%}?3i}#}%#}%C~~}#!}!}!} }=}(}}' } } } }!}$}%}%}?3i}#}%#}%C~~}#!}!}!} }=}(}}'}} }} } } } }!}$}%}%}?3i}#}%#}%C~~}#!}!}!} }=}(}}'

Re: Downgrading 4.9-stable to 4.9-release-p3

2004-03-19 Thread Toomas Aas
Hi! Kent Stewart wrote: My question is how is the typical sysadmin going to tell which ones were built dynamically. file /path/to/program -- Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/ * Feeling compressed ARJ you? ___

no text in drscheme

2004-03-19 Thread John Nielsen
I don't know if this is a DrScheme issue or if it's a FreeBSD/X issue, so I hope you'll indulge the cross-post. I recently did an upgrade of several ports on my system, DrScheme being one of them. Now when I run it, there is no visible text in any of the menus or dialog boxes. The buttons

RE: The clock is running too fast

2004-03-19 Thread Dan MacMillan
Hola I'm sorry, I don't know what 'ntc' is. Do you mean 'ntp'? You can use ntp or not ... if your timing hardware is off, ntp will constantly try to slew the time back to where it should be, which will a) mean your systems concept of time is very non-linear and b) fill the log with warning

Re[2]: cdrom mount problem

2004-03-19 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro* I had a problem with burncd where I couldnt access the disk after burning. I couldnt eject or mount it. It required a reboot to get it. I couldnt solve it but I was able to work around it by using cdcontrol. See the

Re: How to know last files installed ?

2004-03-19 Thread Lowell Gilbert
[EMAIL PROTECTED] writes: A newbie to Unix here. I installed (almost innstalled) a package (emacs) on a VPS hosting account that I just signed up for. Emacs required other packages and this sucked up most of the disk quota. For some reason, the installation didn't go well and it was

Trouble with CF PC card

2004-03-19 Thread Goodleaf, John M
Hello, I was recently given a Socket Low Power WLAN card, in compact flash form. I've been trying to get in running plugged into the compact flash reader on my old IBM X20 laptop. It's running FBSD 5.2.1. I'm not really sure how to proceed. I've never tried to run wireless stuff on FreeBSD, or

Re: dating a ports tree

2004-03-19 Thread Scott K. Benolkin
Thank you for your answer. I learned something, but I still appear to be missing something obvious. My supfile is appended below. Using the line *default tag=RELENG_5_2_1_RELEASE list=cvs:RELENG_5_2 works as I anticipate for src-* collections, creating checkout files with the appropriate

Re: php installation problems; now mysql connection problems

2004-03-19 Thread samy lancher
This morning I decided to install php4.4.2.2 back. In usr/ports/www/mod_php4 I gave make clean. It cleared work directory. Than I gave make install command. I chose the option of installing php without mysql since i already have mysql in my system. Installation went on fine but now php is not

Re: php installation problems; now mysql connection problems

2004-03-19 Thread Matt Emmerton
When you chose install php without mysql, what you really did is install PHP without mysql _support_. This is why you can't connect. Reinstall PHP *with* mysql support and you will be fine. Matt - Original Message - From: samy lancher [EMAIL PROTECTED] To: Jorn Argelo [EMAIL PROTECTED]

Re: php installation problems; now mysql connection problems

2004-03-19 Thread samy lancher
If I install with mysql, Will i lose my existing databases.? Matt Emmerton [EMAIL PROTECTED] wrote:When you chose install php without mysql, what you really did is install PHP without mysql _support_. This is why you can't connect. Reinstall PHP *with* mysql support and you will be fine. Matt

Rxvt replacement?

2004-03-19 Thread Francisco Reyes
Ever since I updated to stable a few days ago (from an Oct 2003 stable) Rxvt either takes a long time to come up or flat out crashes Xfree. Logs for Xfree say that a signal 11 was caught, but nothing else. Tried asking on the stable list,but got no response. Tried updating Xfree, reinstalling

dump/restore issue

2004-03-19 Thread David Bear
My tape unit has been giving me problems on one server. So I did a dump over ssh to another box with a working tape like this: dump -0u -a -b 64 -f - /dev/da1s1e | ssh [EMAIL PROTECTED] dd of=/dev/nrsa0 Then to check the dump on srv2 I did restore -i -f /dev/nrsa0 which came back and

Re: Rxvt replacement?

2004-03-19 Thread Peter Schuller
Is there any other xterm replacement which is small like rxvt? Or at least smaller than xterm. Grepping around the ports tree i found 'wterm' which is supposedly a fork/branch of rxvt (haven't tried it yet). There's also aterm (also forked off rxvt apparantly). -- / Peter Schuller, InfiDyne

Re: php installation problems; now mysql connection problems

2004-03-19 Thread samy lancher
I tried to installed PHP with MySQL but I could not successfully install it. I got an error which says MySQL is already installed in your system, please uninstall mysql first. Is there a way to install php without actually uninstalling mysql? Matt Emmerton [EMAIL PROTECTED] wrote: When you

lsmod

2004-03-19 Thread Brian Henning
Greetings: I am trying to run cisco vpn software on Freebsd. It is a linux binary so, I turned on emulation. I am running into the following problem, is there a way to install lsmod? thanks, brian /home/henninb/vpn/vpnclient ./vpnclient_init start Starting @VPNBINDIR@/vpnclient:

SUDO and adduser... not allowing group of wheel

2004-03-19 Thread Eric Six
Hi all, I have an admin question regarding sudo. I want a user to be able to use sudo with adduser, but not be able to add users to the group wheel. How would I go a bout doing this? Cmnd_Alias NOWHEEL = !/usr/sbin/adduser -group wheel I tried the above and that doesn't seem to do it..

Re: problem with MySon Ethernet Nics

2004-03-19 Thread GiTi
On Thursday 18 March 2004 18:09, Olaf Hoyer wrote: Ok, do you have any Information about the chipset used on these? What is needed, is the dmesg output, at least those lines where the nic is probed. should read something like: pci2: unknown card foo bar dmesg print out something like:

Top posting

2004-03-19 Thread Joshua Lokken
http://www.google.com/search?q=rfc+top+postingsourceid=mozilla-searchstart=0start=0ie=utf-8oe=utf-8 Wow, almost every single reply to the list today was top posted. People, please know (and you must, you have to read them, too) that posting replies to the top of an email is, well, counter-

Re: Rxvt replacement?

2004-03-19 Thread Francisco Reyes
On Fri, 19 Mar 2004, Peter Schuller wrote: Is there any other xterm replacement which is small like rxvt? Or at least smaller than xterm. fork/branch of rxvt (haven't tried it yet). There's also aterm (also forked off rxvt apparantly). Went with aterm. It's size is just a few KBs more

Re: Top posting

2004-03-19 Thread Louis LeBlanc
On 03/19/04 09:21 AM, Joshua Lokken sat at the `puter and typed: http://www.google.com/search?q=rfc+top+postingsourceid=mozilla-searchstart=0start=0ie=utf-8oe=utf-8 Wow, almost every single reply to the list today was top posted. People, please know (and you must, you have to read

Re: Top posting

2004-03-19 Thread Kevin D. Kinsey, DaleCo, S.P.
Joshua Lokken wrote: http://www.google.com/search?q=rfc+top+postingsourceid=mozilla-searchstart=0start=0ie=utf-8oe=utf-8 Wow, almost every single reply to the list today was top posted. People, please know (and you must, you have to read them, too) that posting replies to the top of an email

using wget for FETCH_CMD

2004-03-19 Thread Brady Montz
Hello, I've been using wget as my FETCH_CMD in /etc/make.conf for some time now, as it's the only thing I've been able to use to reliably get through the microsoft proxy server. Now, when I make fetch, I get this error: wget: illegal option -- and according to the thread /etc/make.c wget... on

Re: Top posting

2004-03-19 Thread Joshua Lokken
* Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] [2004-03-19 09:55]: Joshua Lokken wrote: http://www.google.com/search?q=rfc+top+postingsourceid=mozilla-searchstart=0start=0ie=utf-8oe=utf-8 Wow, almost every single reply to the list today was top posted. People, please know (and you

Re: Playing DVDs with xine

2004-03-19 Thread Andrew Elmore
On Thu, Mar 18, 2004 at 06:39:00PM -0600, Michael Madden wrote: Has anyone gotten xine to play DVDs? I have installed it from /usr/ports/multimedia/xine and setup /dev/dvd, but I keep getting this error: This is xine (X11 gui) - a free video player v0.9.23. (c) 2000-2003 The xine Team.

Re: Top posting

2004-03-19 Thread Kirk Strauser
At 2004-03-19T17:53:31Z, Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] writes: Now, it's Almost certain that i'm VEry out of it whEN it comes to Netiquette, but Almost eVEry singlE reply might be too stroNg a statement; however, i thiNk thAt it is most obVious that you ExcEl iN matters of

RE: Mail readers

2004-03-19 Thread Dan MacMillan
It's not just terminal mail readers that had the problem ... I'm using MS Outlook 2000 and your problem messages also appeared screwy to me. I don't have any suggestions to contribute, just this observation. -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: How to get an overview of the installed ports

2004-03-19 Thread Dan MacMillan
pkg_tree is also available in the ports collection at /usr/ports/sysutils/pkg_tree -Dan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Arek Czereszewski Sent: March 19, 2004 02:47 To: Ronald Hoellwarth Cc: [EMAIL PROTECTED] Subject: Re: How to get an

Re: using wget for FETCH_CMD

2004-03-19 Thread Dan Nelson
In the last episode (Mar 19), Brady Montz said: The problem is, that I while I fetch does seem to be able to download HTTP urls, I can't get it to download FTP urls through the proxy. I've tried various combinations of FTP_PROXY and FTP_PASSIVE_MODE. Is there anything else I can set?

Re: using wget for FETCH_CMD

2004-03-19 Thread Brady Montz
Dan Nelson [EMAIL PROTECTED] writes: In the last episode (Mar 19), Brady Montz said: The problem is, that I while I fetch does seem to be able to download HTTP urls, I can't get it to download FTP urls through the proxy. I've tried various combinations of FTP_PROXY and FTP_PASSIVE_MODE. Is

RE: Top posting

2004-03-19 Thread flowers
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Joshua Lokken Sent: March 19, 2004 10:22 To: [EMAIL PROTECTED] Subject: Top posting Wow, almost every single reply to the list today was top posted. People, please know (and you must, you have to read

Re: Top posting

2004-03-19 Thread whizkid
etiquetteetiquette http://www.google.com/search?q=rfc+top+postingsourceid=mozilla-searchstart=0start=0ie=utf-8oe=utf-8 Wow, almost every single reply to the list today was top posted. People, please know (and you must, you have to read them, too) that posting replies to the top of an email

ipfw question...

2004-03-19 Thread Xpression
Hi list, I've this network configuration: router (169.158.120.177) server1 (169.158.120.178) running bind (named), tacacs+, exim, and a pop3 server server2 (169.158.120.179) running squid, apache2, mysql, proftpd (is acting as a GATEWAY) I've a LAN (192.168.1.0/24) and a breaking apart LAN

Re: ipfw question...

2004-03-19 Thread whizkid
Hi list, I've this network configuration: router (169.158.120.177) server1 (169.158.120.178) running bind (named), tacacs+, exim, and a pop3 server server2 (169.158.120.179) running squid, apache2, mysql, proftpd (is acting as a GATEWAY) I've a LAN (192.168.1.0/24) and a breaking apart

Re: Downgrading 4.9-stable to 4.9-release-p3

2004-03-19 Thread Kent Stewart
On Friday 19 March 2004 06:48 am, Toomas Aas wrote: Hi! Kent Stewart wrote: My question is how is the typical sysadmin going to tell which ones were built dynamically. file /path/to/program That tells you whether the program is static or dynamic but it doesn't tell you if it used one

Re: using wget for FETCH_CMD

2004-03-19 Thread Dan Nelson
In the last episode (Mar 19), Brady Montz said: Dan Nelson [EMAIL PROTECTED] writes: In the last episode (Mar 19), Brady Montz said: The problem is, that I while I fetch does seem to be able to download HTTP urls, I can't get it to download FTP urls through the proxy. I've tried

Re: Problems using ppp as a server

2004-03-19 Thread Sergey 'DoubleF' Zaharchenko
On Fri, 19 Mar 2004 17:34:16 +0300 (MSK) ejff [EMAIL PROTECTED] probably wrote: Hello, i have a problem using ppp as a server. When i start it like this: root # ppp -direct server it prints out a garbage: ~}#!}!}!} }=}(}}' } } } }!}$}%}%}?3i}#}%#}%C~~}#!}!}!} }=}(}}' } } }

Re[2]: 5.2(x)-RELEASE panic booting

2004-03-19 Thread Guy Harrison
Hi Guy Harrison, you wrote. Do you get the same result if booting without ACPI? GH Yes. I'm assuming here that the [default] boot option does not have ACPI GH enabled (if so, how to disable it?). The boot results are identical to GH when I select option 2 to boot with ACPI enabled. I too get

Re: Building Packages - Links to Tutorials?

2004-03-19 Thread Drew Tomlinson
On 3/7/2004 1:15 PM Remko Lodder wrote: I am not sure but perhaps after the make -DCLIENT_ONLY=yes stuff you can do make package, this should in my opinion make the package you can install everywhere you wish (freebsd ofcourse). Note that i did not read any explaination about this, and i just

CMS on FreeBSD

2004-03-19 Thread Scott I. Remick
I'm thinking about setting up a FreeBSD-based CMS/intranet and wanted to know what other people were doing. I have a tiny bit of experience with PHP-Nuke because my webhost uses it. Although I have no real complaints about it, I am not wedded to it. PHP-Nuke is in ports and was recently upgraded

lpt0 stopped working after upgrading

2004-03-19 Thread Markie
Hello, I recently upgraded to the latest -CURRENT and afterwards my printer would no longer print over Samba via CUPS. At first I thought it was a CUPS/Samba problem so I deinstalled and recompiled both of those but the problem still remains. CUPS recieves the print jobs ok and tries to print

Re: CMS on FreeBSD

2004-03-19 Thread Jack Raats
Hi Scott, I'm thinking about setting up a FreeBSD-based CMS/intranet and wanted to know what other people were doing. I'm running an intranet site on a Pentium 1, 80 MB RAM, 120 MHz and a 30GB Harddisk. I'm using Mambo 4.5, which can be downloaded at http://www.mamboserver.com or with a lot of

atacontrol addspare missing in -stable

2004-03-19 Thread Harald Schmalzbauer
Hi all, how do I rebuild a degraded RADI1 in -stable? I have a HighPoint 372 Controller and yesterday had one drive failed (wich it does regularly and comes back fine after reboot). atacontrol status ar0 reported only one disk (ad4) and degraded (of course). In -current with a SIL0680 I usually

Re: ld-elf, libkvm out of sync, can't build ports

2004-03-19 Thread knowtree
On Thu, Mar 18, 2004 at 03:13:42PM +, [EMAIL PROTECTED] wrote: Running 4.9 STABLE, fresh cvsup of src and ports. Kernel builds and installs fine, but none of my ports will build. gkrellm and postgresql, just to name a couple. Linking stops with error message:

Re: ipfw question...

2004-03-19 Thread W. D.
At 12:40 3/19/2004, [EMAIL PROTECTED], wrote: If you would like I can post my IPFW rules. They are extemly simple for my SSH, POP3, SMTP, NTP, IMAP, BIND8 setup... Please do! Could you also include plain English comments as well? There are a number of people that find these rules confusing.

Re: ld-elf, libkvm out of sync, can't build ports

2004-03-19 Thread mario
[EMAIL PROTECTED] wrote: I looked over my supfile and it is absolutly generic, but just to be sure I'm going to get the latest one in /usr/share. The one I have been using is included below. # IMPORTANT: Change the next line to use one of the CVSup mirror sites # listed at

Best port for mail stats

2004-03-19 Thread Leo Lapousterle
Hi all :) I'm using mailgraph-1.7 actually, and I was wondering if there was a better port to elaborate that kind of statistics, because I found mailgraph weird and not easily readable... maybe too complex. Every advice would be welcome :) -- Léo Lapousterle - Paris, France.

drive / IDE controller questions

2004-03-19 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I've been having problems with my western digital drive (http://www.wdc.com/en/products/products.asp?DriveID=24) for about a year. I've posted messages about this before, but I have some new information that may be relevant. The problem

RE: 5.1 mysql problem - solved

2004-03-19 Thread Darryl Hoar
Cc: [EMAIL PROTECTED] Subject: RE: 5.1 mysql problem [EMAIL PROTECTED] wrote: I installed Freebsd 5.1-release. I then installed lynx from the ports system without problem. I then installed apache13 from ports without problem. When I tried to install

Re: drive / IDE controller questions

2004-03-19 Thread Jerry McAllister
Hi, I've been having problems with my western digital drive (http://www.wdc.com/en/products/products.asp?DriveID=24) for about a year. I've posted messages about this before, but I have some new information that may be relevant. The problem started out when I would randomly hear

Re: CMS on FreeBSD

2004-03-19 Thread Dan Rue
On Fri, Mar 19, 2004 at 01:53:04PM -0500, Scott I. Remick wrote: I'm thinking about setting up a FreeBSD-based CMS/intranet and wanted to know what other people were doing. I have a tiny bit of experience with PHP-Nuke because my webhost uses it. Although I have no real complaints about it,

Re: drive / IDE controller questions

2004-03-19 Thread Joey Mingrone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 snip Another early guess might also be overheating problems. I am not sure how you would check other than trying to make it cooler. jerry snip Could be.. although I have almost always had the case open and I have two case fans. The CPU

Re: drive / IDE controller questions

2004-03-19 Thread Jerry McAllister
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 snip Another early guess might also be overheating problems. I am not sure how you would check other than trying to make it cooler. jerry snip Could be.. although I have almost always had the case open and I have two case

Re: Zope

2004-03-19 Thread Chad Gross
I ran ./start -u root and that is the only way it works. If I use any other user it gives permission denied errors in the browser (when accessing on port 8080 and 8080/manage) or the following output on the command line (when accessing the normal website on port 80 which apache is rewriting for):

Re: CMS on FreeBSD

2004-03-19 Thread Scott I. Remick
On Fri, 19 Mar 2004 14:05:45 -0600, Dan Rue wrote: Umm.. I don't know what other people think about this - but I really never run any PHP stuff from ports. It is easier, imo, to just download the tgz and unzip it to the directory you want it in. Since there's no compiling, usually very

DVD R/W in FreeBSD?

2004-03-19 Thread Ed Alley
Does FreeBSD support ATA DVD writers the same way that it supports CD writers? I have been to SOS's web page, and have looked at hardware support info, but have found no hint at whether ATA DVD writers are supported under FreeBSD. Any help would be greatly appreciated. Ed

Pango/freetype

2004-03-19 Thread brad harder
Sorry if this has been discussed before (I'd be surprised if it hasn't). I'm trying to build pango on my system (up-to-date 5.2.1), but it's choking (see below)... I see on archived mailing lists, people are discussing Freetype and Pango, and how _something_ isn't working, but I see no

Re: CMS on FreeBSD

2004-03-19 Thread Dan Rue
On Fri, Mar 19, 2004 at 03:25:17PM -0500, Scott I. Remick wrote: Drupal looks really nice. Do you have any thoughts on Drupal vs. Mambo? I've used both, but neither very much. I can only tell you that my boss went from Mambo to Drupal - I guess he found it easier to hack on. That's the thing -

Re: CMS on FreeBSD

2004-03-19 Thread David Bear
On Fri, Mar 19, 2004 at 01:53:04PM -0500, Scott I. Remick wrote: I'm thinking about setting up a FreeBSD-based CMS/intranet and wanted to know what other people were doing. you should at least read through some of the material on zope. its well maintained in the ports collection -- take a look

Re: Top posting

2004-03-19 Thread Charles McManis
Perhaps it isn't logical, if you've read all the email then the quoted thread is just reference anyway. This is the new stuff. I love being able to read mail in the preview-pane vs next message , jump to the bottom, next message jump to the bottom. It comes down to opinion I think --Chuck On

Re: Vinum, replaced disk -- fsck error.

2004-03-19 Thread Greg 'groggy' Lehey
On Friday, 19 March 2004 at 3:03:34 +, Lewis Thompson wrote: On Thu, Mar 18, 2004 at 01:26:02PM +1030, Greg 'groggy' Lehey wrote: On Tuesday, 16 March 2004 at 17:25:26 +, Lewis Thompson wrote: I can't think of anything else. Originally I ran dd without the conv=noerror and it stopped

Re: Top posting

2004-03-19 Thread Bob Collins
On Fri, Mar 19, 2004, Charles McManis clacked the keyboard to produce: Perhaps it isn't logical, if you've read all the email then the quoted thread is just reference anyway. This is the new stuff. I love being able to read mail in the preview-pane vs next message , jump to the bottom, next

Re: which 8-port 10/100 hub is best?

2004-03-19 Thread Greg 'groggy' Lehey
On Thursday, 18 March 2004 at 22:54:49 -0600, W. D. wrote: At 21:45 3/18/2004, Gary Kline, wrote: People, I'm upgrading my hub from a 5-port hub and thought I would check with this list to see if the Linksys EFAH08W is still a good deal. If there is somethng other that

Re: Top posting

2004-03-19 Thread Al Johnson
I'm with you... Top-posting makes the most sense for me. I was born to top-post. On Fri, Mar 19, 2004 at 02:28:24PM -0800, Charles McManis wrote: Perhaps it isn't logical, if you've read all the email then the quoted thread is just reference anyway. This is the new stuff. I love being able

Re: drive / IDE controller questions

2004-03-19 Thread Parv
in message [EMAIL PROTECTED], wrote Joey Mingrone thusly... I've been having problems with my western digital drive (http://www.wdc.com/en/products/products.asp?DriveID=24) for about a year. What that has to do w/ the thread discussing wget proxy problem? Above message was a *reply* to one

Re: Top posting

2004-03-19 Thread Joshua Lokken
* Bob Collins [EMAIL PROTECTED] [2004-03-19 14:33]: It comes down to opinion I think --Chuck On Friday 19 March 2004 09:46, Louis LeBlanc wrote: On 03/19/04 09:21 AM, Joshua Lokken sat at the `puter and typed: RFC 1855. Please, it has been requested from many users of

Re: Top posting

2004-03-19 Thread Jerry McAllister
I'm with you... Top-posting makes the most sense for me. No, it is like reading all the answers and then being handed the questions. I know some college students like to function that way, but... Top posting doesn't fit in to a naturally conversational style. I occasionally top post when me

Re: Top posting

2004-03-19 Thread Jerry McAllister
On Fri, Mar 19, 2004, Charles McManis clacked the keyboard to produce: Perhaps it isn't logical, if you've read all the email then the quoted thread is just reference anyway. This is the new stuff. I love being able to read mail in the preview-pane vs next message , jump to the bottom,

Re: Top posting

2004-03-19 Thread Chris
On Friday 19 March 2004 04:28 pm, Charles McManis wrote: Perhaps it isn't logical, if you've read all the email then the quoted thread is just reference anyway. This is the new stuff. I love being able to read mail in the preview-pane vs next message , jump to the bottom, next message jump to

Emachines M6805

2004-03-19 Thread finnegan
Hello, I was wondering if there are any patches or plans to include support for the emachines m6805 with the mobile amd76 processor? I have tried installing via cd, but can't get passed boot, however I was able to install gentoo. Thankyou for your time. Dustin -- +++ NEU bei GMX und erstmalig

Re: problem with MySon Ethernet Nics

2004-03-19 Thread Olaf Hoyer
On Fri, 19 Mar 2004, GiTi wrote: On Thursday 18 March 2004 18:09, Olaf Hoyer wrote: Ok, do you have any Information about the chipset used on these? What is needed, is the dmesg output, at least those lines where the nic is probed. should read something like: pci2: unknown card

Re: Top posting

2004-03-19 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html] RFC 1855 violation, reordered. Mutilated IRL. On Friday, 19 March 2004 at 14:28:24 -0800, Charles McManis wrote: On Friday 19 March 2004 09:46, Louis LeBlanc wrote: On 03/19/04 09:21 AM, Joshua Lokken sat at the `puter and

Re: Top posting

2004-03-19 Thread Greg 'groggy' Lehey
On Friday, 19 March 2004 at 17:53:09 -0500, Jerry McAllister wrote: On Fri, Mar 19, 2004, Charles McManis clacked the keyboard to produce: Perhaps it isn't logical, if you've read all the email then the quoted thread is just reference anyway. This is the new stuff. I love being able to read

Re: Top posting

2004-03-19 Thread Tillman Hodgson
On Fri, Mar 19, 2004 at 05:35:06PM -0500, Al Johnson wrote: I'm with you... Top-posting makes the most sense for me. It comes down to opinion I think My standard response to top-posting: A: Because it reverses the logical flow of conversation. Q: Why is putting a reply at the top of the

drive / IDE controller questions

2004-03-19 Thread Mark Terribile
[Jerry McAllister writes] {Joey Mingrone writes] I've been having problems with my western digital drive ... The problem started out when I would randomly hear the drive restarting. It would make a high pitch sound... (The same sound the drive makes when you power on the system). ...

OT: Quiet SCSI drives?

2004-03-19 Thread Goodleaf, John M
I'm going to be doing some development work with a few databases in a regulated environment. Needless to say, I need some serious storage for running test versions. But for the reasons I won't bore you with, I'll want them just to run on my workstation. So I need an oomph workstation with a fair

  1   2   >