Sendmail aliases mystery

2004-04-19 Thread Toomas Aas
Hello! After updating my firewall from RELENG_4_8 to RELENG_4_9 I observe an interesting behaviour of Sendmail (using the base system Sendmail). It doesn't seem to honor it's aliases database after server is started, but starts to do so once I run 'cd /etc/mail && make restart'. I have the fol

Re: Newbie Question

2004-04-19 Thread Remko Lodder
> Hello All, > >How do I uninstall or disable snmpd. I have spent too many days > trying to find this info. pkg_info |grep -i snmp Check which snmpd you have installed. then do pkg_delete $return_information_from_pkg_info_command HTH!, > > Thank you. > > Jeff > > -- Kind regards,

Re: Mail Delivery (failure autoresp408@edydsi.com)

2004-04-19 Thread autoresp408
This is an autoresponder. I'll never see your message. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Port Hacking

2004-04-19 Thread Matthew Seaman
On Mon, Apr 19, 2004 at 12:38:07AM -0500, Jason Dusek wrote: > I would like to edit the code for one of my ports (Inkscape, a graphics > tool for GNOME) and then wrap it up in a tarball, dump it into distfiles > and reinstall it. However, the ports system hits me with a checksum > mismatch. W

Re: ftp server

2004-04-19 Thread dick hoogendijk
On 18 Apr dave wrote: > I've heard good reviews of pure-ftpd, but i'm getting errors: can not > find the ftp account and it won't authenticate. I would check my system settings.. Pure-ftpd ran after a portinstall on my fbsd box as well as on a debian woody server. I do use the cli startup line fo

Re: PPPoed crashed!!

2004-04-19 Thread Matthew Seaman
On Mon, Apr 19, 2004 at 11:56:29AM +0545, Bikrant Neupane wrote: > I'm running pppoed on freebsd-4.9. It is running smoothly. However it crashes > sometime with a pppoed.core file dumpped at the root directory. > gdb -c pppoed.core shows that it crashed with signal 11 segmentation fault. > I'm run

Why is the chmod values in /home insecure by default?

2004-04-19 Thread Jesper Wallin
Hello.. I'm running FreeBSD 5.2.1-RELEASE-p5 and when I create new user accounts with "adduser", the home directories are world readable/executable.. Sure, it might be useful if I want to publish a website in my public_html, but yet, it should be up to the user if he want to have his homedir worl

Re: Sendmail aliases mystery

2004-04-19 Thread Matthew Seaman
On Mon, Apr 19, 2004 at 10:15:04AM +0300, Toomas Aas wrote: > However, the daily periodic reports (which is essentially the only mail > this box sends) are sent to [EMAIL PROTECTED], which > in this case means that they essentially go nowhere. When the system is > in this state and I use 'mail

growfs on file-backed fs

2004-04-19 Thread Richard P. Williamson
Hello all, according to the handbook, I can create a file-backed fs (Example 12-5. Creating a New File-Backed Disk with vnconfig) # dd if=/dev/zero of=newimage bs=1k count=5k .. # vnconfig -s labels -c vn0 newimage # disklabel -r -w vn0 auto # newfs vn0c ... # mount /dev/vn0c /mnt I've been try

Re: Sendmail aliases mystery

2004-04-19 Thread Toomas Aas
Hi! Date sent:Mon, 19 Apr 2004 09:57:15 +0100 From: Matthew Seaman <[EMAIL PROTECTED]> > Most odd. Is there anything in the log files (/var/log/maillog) to > indicate what the problem might be? Nothing that I can see. When Sendmail starts up, only the following is logged:

Re: Kernel debugging question

2004-04-19 Thread Jorn Argelo
Hey Greg, I forgot to add the following kernel option: makeoptions DEBUG=-g#Build kernel with gdb(1) debug symbol I did enable the rest though. This is the output of the debugging, though it seems somewhat different then the output on the FreeBSD page. Do you think the folk

Re: Why is the chmod values in /home insecure by default?

2004-04-19 Thread Peter Risdon
Jesper Wallin wrote: Hello.. I'm running FreeBSD 5.2.1-RELEASE-p5 and when I create new user accounts with "adduser", the home directories are world readable/executable.. Sure, it might be useful if I want to publish a website in my public_html, but yet, it should be up to the user if he want to

Re: Port Hacking

2004-04-19 Thread Daniel Rucci
Jason Dusek wrote: Hi Everyone, I would like to edit the code for one of my ports (Inkscape, a graphics tool for GNOME) and then wrap it up in a tarball, dump it into distfiles and reinstall it. However, the ports system hits me with a checksum mismatch. What do I do about it? -

Re: PPPoed crashed!!

2004-04-19 Thread Gleb Smirnoff
On Mon, Apr 19, 2004 at 11:56:29AM +0545, Bikrant Neupane wrote: B> I'm running pppoed on freebsd-4.9. It is running smoothly. However it crashes B> sometime with a pppoed.core file dumpped at the root directory. B> gdb -c pppoed.core shows that it crashed with signal 11 segmentation fault. B> I'm

Re: need BSD

2004-04-19 Thread anubis
On Sun, 18 Apr 2004 7:20 am, Вячелслав Обухов wrote: > Hello I need BSD news & questions > > Sloan Moscow Russia > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "[EM

Re: Why is the chmod values in /home insecure by default?

2004-04-19 Thread Jesper Wallin
> Jesper Wallin wrote: > >>Hello.. >> >>I'm running FreeBSD 5.2.1-RELEASE-p5 and when I create new user accounts with >> "adduser", >>the home directories are world readable/executable.. Sure, it might be useful if I >>want >>to publish a website in my public_html, but yet, it should be up to the

Re: Kernel debugging question

2004-04-19 Thread Greg 'groggy' Lehey
On Monday, 19 April 2004 at 11:45:37 +0200, Jorn Argelo wrote: > On Monday 19 April 2004 00:48, you wrote: >> On Sunday, 18 April 2004 at 20:01:46 +0200, Jorn Argelo wrote: >>> Hey folks, >>> >>> I've been trying to debug my kernel. I've successfully extracted a kernel >>> dump as described in the

Re: Sendmail aliases mystery

2004-04-19 Thread Matthew Seaman
On Mon, Apr 19, 2004 at 12:45:14PM +0300, Toomas Aas wrote: > Hi! > > Date sent:Mon, 19 Apr 2004 09:57:15 +0100 > From: Matthew Seaman <[EMAIL PROTECTED]> > > > Most odd. Is there anything in the log files (/var/log/maillog) to > > indicate what the problem might be? > > Not

Re: Why is the chmod values in /home insecure by default?

2004-04-19 Thread Peter Risdon
Jesper Wallin wrote: Jesper Wallin wrote: Hello.. I'm running FreeBSD 5.2.1-RELEASE-p5 and when I create new user accounts with "adduser", the home directories are world readable/executable.. Sure, it might be useful if I want to publish a website in my public_html, but yet, it should be up

Re: Sendmail aliases mystery

2004-04-19 Thread Matthew Seaman
On Mon, Apr 19, 2004 at 11:18:40AM +0100, Matthew Seaman wrote: > To: Toomas Aas <[EMAIL PROTECTED]>, [EMAIL PROTECTED], > ctladdr= <[EMAIL PROTECTED]> > Mail-Followup-To: Matthew Seaman <[EMAIL PROTECTED]>, > Toomas Aas <[EMAIL PROTECTED]>, [EMAIL PROTECTED], > ctladdr= <[

Re: Kernel debugging question

2004-04-19 Thread Jorn Argelo
[snip] > > > I did enable the rest though. This is the output of the debugging, > > What is the output of the "debugging"? Your message contained only > the panic message and the gdb prompt: I used the gdb -k /boot/kernel/kernel.debug /home/jorn/dump/vmcore.0 command, and the output with the pr

Re: Kernel debugging question

2004-04-19 Thread Greg 'groggy' Lehey
On Monday, 19 April 2004 at 12:56:56 +0200, Jorn Argelo wrote: > [snip] > >> >>> I did enable the rest though. This is the output of the debugging, >> >> What is the output of the "debugging"? Your message contained only >> the panic message and the gdb prompt: > > I used the gdb -k /boot/kernel/k

Re: ftp server

2004-04-19 Thread Micah Bushouse
If you're having a problem building the data connection, you might have problems with your ipfilter. This link has information on how to help ipfilter and ftp coexist. http://www.obfuscation.org/ipf/ It's about 3/4 into the article, do a find for "coping with ftp" ~Micah Jesper Wallin wrote:

what is this error ?

2004-04-19 Thread Petre Bandac
and how can I fix it ? it happened after I cvsup'ed today kgb# portsdb -Uu Updating the ports index ... Generating INDEX.tmp - please wait..===> archivers/jzip.org failed: "/usr/ports/Mk/bsd.java.mk", line 180: warning: String comparison operator should be either == or != "/usr/ports/Mk/bsd.j

Apache problem

2004-04-19 Thread Jiye Zeng
Dear Sir, First of all, I apologize for bothering you. The number of emails you have to deal with is beyond my imagination. I apologize for adding another. I installed FreeBSD 5.2.1 without X. Since I intend to use the system as an internal server for our research group, I installed no packag

Re: Apache problem

2004-04-19 Thread albi
On Mon, 19 Apr 2004 18:56:05 +0900 Jiye Zeng <[EMAIL PROTECTED]> wrote: > I installed FreeBSD 5.2.1 without X. Since I intend to use the system > as an internal server for our research group, I installed no package > except for mod_php4-4.3.5_7,1 and mc-4.6.0_7. Apache-1.3.29_3 and a > few other p

Re: Apache problem

2004-04-19 Thread Peter Risdon
Jiye Zeng wrote: Dear Sir, First of all, I apologize for bothering you. The number of emails you have to deal with is beyond my imagination. I apologize for adding another. I installed FreeBSD 5.2.1 without X. Since I intend to use the system as an internal server for our research group, I ins

Re: Sendmail aliases mystery

2004-04-19 Thread Toomas Aas
Hi! Have you customized the `hostname`.mc file at all? If you have, could you port it here? 80-235-112-80-dsl# diff 80-235-112-80-dsl.mc freebsd.mc 47c47 < VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.10.2.17 2002/11/14 03:21:18 keramida Exp$') --- > VERSIONID(`$FreeBSD: src/etc/sendm

RE: PPPoed crashed!!

2004-04-19 Thread fbsd_user
Pppoe is one of the major work horses of FBSD. There being an bug is very unlikely in 4.9. Odds are you have mis-configured an configuration file. If you are running pppoe under gdb as standard production method, then run pppoe without gdb in the way. Posting your rc.conf and ppp.conf so people c

comments

2004-04-19 Thread James T. Harrison
My server had some apps running that should not have been there. You have a hacker using your site to gather info on servers. What are your plans to stop? What is your phone number and contact name? Here is part of the script. Notice USA as the country. This is one of many batch files tha

Re: what is this error ?

2004-04-19 Thread Matthew Seaman
On Mon, Apr 19, 2004 at 02:55:40PM +0300, Petre Bandac wrote: > and how can I fix it ? > > it happened after I cvsup'ed today > There's a bit of code in the latest bsd.java.mk file which pretty much assumes you're running on one of the supported versions of the OS. (Well, actually it assumes you

Kernel build fails in /usr/src/sys/cam/scsi/scsi_da (4.9)

2004-04-19 Thread Ewald Jenisch
Hi, After cvsup-ing and building a new system ("make buildworld") I tried to compile a new kernel and ended up with /usr/src/sys/cam/scsi/scsi_da.c:32: opt_da.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/OeKB040419. *** Error code 1 Stop in /u

Re: comments

2004-04-19 Thread Kevin D. Kinsey, DaleCo, S.P.
James T. Harrison wrote: My server had some apps running that should not have been there. That is probably true. It's possible that Microsoft Windows(R) is one of them, in this case. You have a hacker using your site to gather info on servers. That doesn't ring true. Your machine is t

Re: comments

2004-04-19 Thread Ceri Davies
On Mon, Apr 19, 2004 at 07:34:31AM -0500, James T. Harrison wrote: > My server had some apps running that should not have been there. You have a hacker > using your site to gather info on servers. > > What are your plans to stop? What is your phone number and contact name? The perpetrator he

RE: comments

2004-04-19 Thread JJB
Bud Your MS/windows box is the one that has been compromised. Your problem has nothing to do with FreeBSD org, or the FBSD operating system. You need Norton personal firewall and virus checker to cleanup your system and stop it from happening again. -Original Message- From: [EMAIL PROTECT

Re: Apache problem

2004-04-19 Thread Jerry McAllister
> > Jiye Zeng wrote: > > >Dear Sir, > > > >First of all, I apologize for bothering you. The number of emails you have to deal > >with is > >beyond my imagination. I apologize for adding another. > > > >I installed FreeBSD 5.2.1 without X. Since I intend to use the system as an > >internal serv

Re: .htaccess in subdir of /usr/home//public_html

2004-04-19 Thread Glenn Sieb
Noah said the following on 4/19/2004 12:39 AM: AuthType Basic AuthUserFile htpasswd.file.location.and.name.here AuthName "Something to make sense" require valid-user thanks glen - looks like this is still not working. No password Prompt here is what I did: cat of /usr/home//public_html//

etherchannel on 5.2.1 - possible?

2004-04-19 Thread J.D. Bronson
I am looking for performance. Not fail-over.. Does anyone have this working with either intel or broadcom nics? Anyone have any good site that talks about what is needed to make this work as well? - I do have a Cisco switch and it fully supports this. I need a little advice on setting this up...

Re: Kernel build fails in /usr/src/sys/cam/scsi/scsi_da (4.9)

2004-04-19 Thread Peter Risdon
Ewald Jenisch wrote: Hi, After cvsup-ing and building a new system ("make buildworld") I tried to compile a new kernel and ended up with /usr/src/sys/cam/scsi/scsi_da.c:32: opt_da.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/obj/usr/src/sys/OeKB040419. *** Erro

Re: Kernel build fails in /usr/src/sys/cam/scsi/scsi_da (4.9)

2004-04-19 Thread Kris Kennaway
On Mon, Apr 19, 2004 at 02:54:30PM +0100, Peter Risdon wrote: > Ewald Jenisch wrote: > > >Hi, > > > >After cvsup-ing and building a new system ("make buildworld") I tried > >to compile a new kernel and ended up with > > > >/usr/src/sys/cam/scsi/scsi_da.c:32: opt_da.h: No such file or directory > >

RE: etherchannel on 5.2.1 - possible?

2004-04-19 Thread Will Saxon
> -Original Message- > From: J.D. Bronson [mailto:[EMAIL PROTECTED] > Sent: Monday, April 19, 2004 9:46 AM > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: etherchannel on 5.2.1 - possible? > > > I am looking for performance. Not fail-over.. > > Does anyone have this working wi

Re: etherchannel on 5.2.1 - possible?

2004-04-19 Thread Steven Hartland
When I checked the various methods a while back all resulted in performance drop not increase on a dual port intel etherxpress Pro 100. If anyone has different experiences I also would be interested. Also noted was that Gb performance on nge was also lower than that of fxp on 100Mb especially when

Re: How to update binary-files?

2004-04-19 Thread R. Zoontjens
Oliver Fuchs wrote: Hi, I would like to know how to upgrade binary-files on my FreeBSD system. Take a look at 'freebsd-update' in the ports dir (Category security). And here for some explanation and arguments: http://www.daemonology.net/freebsd-update/binup.html You have to do the 1st update

Dependency hell

2004-04-19 Thread Ziller, James
Hello all, It's been awhile since I used FreeBSD but I've been itching to try 5.x so I installed it the other day. Im having big problems with the ports collection and dependencies even though I've read through multiple docs on using portupgrade which is suppose to make dealing with depen

Re: Dependency hell

2004-04-19 Thread Lowell Gilbert
"Ziller, James" <[EMAIL PROTECTED]> writes: > Making a simple symlink from libexpat.so.4 to libexpat.so.5 will allow xterm > to run again - but of course that's a dirty disgusting way to do things. > From what I understood, pkgdb is the tool to fix this, but running pkgdb -F > will not prompt me t

RE: Dependency hell

2004-04-19 Thread Ziller, James
So in other words I do have to recompile everything that depends on a given library just because that library is updated to a slightly newer version?:( jz -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 9:20 AM To: Ziller, James Cc: '[EMA

Re: Dependency hell

2004-04-19 Thread Dan Nelson
In the last episode (Apr 19), Ziller, James said: > So in other words I do have to recompile everything that depends on a > given library just because that library is updated to a slightly > newer version? :( If you want those dependant programs to use the new library, yes. It's not required thou

securelevel=3 and append-only: can I use this for files in /var/log/ ?

2004-04-19 Thread Rob
Hi, To prevent a possible intruder to modify the syslog files (unless rebooting the system), would following cause havoc on my FreeBSD-stable PC, or would it add the expected security: as root: # chflags sappnd /var/log/* rc.conf: kern_securelevel_enable="YES" kern_securelevel="3" And reboot

mod_perl installation and non-standard perl path

2004-04-19 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 For reasons I don't want to trouble you with, I had to install the latest perl port into /usr/local/rt3/perl/ and now I need to get mod_perl to compile against that version. I edited the Makefile, added MOD_PERLCONFIG=/usr/local/rt3/perl/bin/perl to

Re: PPP connections drop frequently and won't automatically come up again

2004-04-19 Thread Cordula's Web
Mon, 19 Apr 2004 00:08:13 +0200, Guido Winkelmann <[EMAIL PROTECTED]>: > I am using a small FreeBSD machine as a NAT router (and for a few other > purposes) for an ADSL connection for my home network. I am using the user > space ppp program with the -ddial and the -nat switch for this. > > The

cvsup stable

2004-04-19 Thread henk
Hi all, I'd like to raise a question on cvsup. I'm an enthousiastic user of cvsup to keep up to date. I always use to stable-supfile Last week I installed a 4.9 machine ran a cvsup. Rebuilt the whole world and my kernel and ... ended up with 4.10 beta. A few aday later ran a cvsup again. Same stor

mouse in FreeBSD

2004-04-19 Thread ilich
Hello All! 1. My mouse has a fancy wheel.Can I use it in the X Window system? 2. Can I use copy\cut\paste text with mouse in the console? 4. Can I copy mouse options for X from Linux? 3. How do I copy\cut\paste text in Vim? Thanks, Ivan ___ [EMAIL PROTE

MySQL

2004-04-19 Thread ilich
Hello All! I have small problem. I installed apache2\php4\mysql. Apache and php work fine, but mysql doesn't work. When I enter "mysql" to my console it send massage "Can't connect to local MySQL server through socket 'tmp/mysql.socket'". As far as I Know mysqld doesn't load to memory, but I'm

rc.conf.local error nn7j

2004-04-19 Thread Dan
I made an error in the rc.conf.conf file used ;# for rem statement. It hang on that statement at boot. Also can't find shell get error message to use /bin/sh hit return. I can't vi the rc.conf.local file vi is not there. Dan ___ [EMAIL PROTECTED] m

rc.conf.local file error nn7j

2004-04-19 Thread Dan
I made an error in the rc.conf.conf file used ;# for rem statement. It hang on that statement at boot. Also can't find shell get error message to use /bin/sh hit return. I can't vi the rc.conf.local file vi is not there. Dan ___ [EMAIL PROTECTED] m

edited my rc.conf.locall nn7j

2004-04-19 Thread Dan
edited my rc.conf.local file made a mistake in rem statment used ;# for rem. Error message hang on ;# statement. Can't vi rc.local.conf file to correct error. error can't find shell do you want to use /bin/sh hit return. What can I do? Dan ___ [EM

Amavisd-new errors

2004-04-19 Thread R. Zoontjens
Hi, This question does not concern FreeBSD only, I know... But here it goes. I am working on a mailserver that has antispam and antivirus functionality. I gathered some courage and read articles at O'reilly and Daemonnews to build-my-own. Also did some extensive Googling. The stuff I use: Post

Re: rc.conf.local error nn7j

2004-04-19 Thread Matthew Seaman
On Mon, Apr 19, 2004 at 06:08:22AM -, Dan wrote: > I made an error in the rc.conf.conf file used ;# for rem statement. It hang on that > statement at boot. Also can't find shell get error message to use /bin/sh hit > return. I can't vi the rc.conf.local file vi is not there. > Right --

Re: MySQL

2004-04-19 Thread Peter Risdon
ilich wrote: Hello All! I have small problem. I installed apache2\php4\mysql. Apache and php work fine, but mysql doesn't work. When I enter "mysql" to my console it send massage "Can't connect to local MySQL server through socket 'tmp/mysql.socket'". As far as I Know mysqld doesn't load to m

Re: MySQL

2004-04-19 Thread Micah Bushouse
I think you're actually trying to start the mysql client, which defaults to attempt a connection localhost when no cmd arguments are given. Since mysqld isn't running, the mysql client will complain about the socket. If you're using mysql 4.x (mysql 3.x will be very similar, except the daemon

Re: MySQL

2004-04-19 Thread Andrew L. Gould
On Thursday 15 April 2004 01:00 am, ilich wrote: > Hello All! > I have small problem. > I installed apache2\php4\mysql. Apache and php work fine, but mysql > doesn't work. When I enter "mysql" to my console it send massage "Can't > connect to local MySQL server through socket 'tmp/mysql.socket'". A

Re: cvsup stable

2004-04-19 Thread Matthew Seaman
On Mon, Apr 19, 2004 at 06:11:27PM +0200, [EMAIL PROTECTED] wrote: > Hi all, > > I'd like to raise a question on cvsup. > I'm an enthousiastic user of cvsup to keep up to date. > I always use to stable-supfile > Last week I installed a 4.9 machine ran a cvsup. > Rebuilt the whole world and my kern

Re: MySQL

2004-04-19 Thread Peter Risdon
Micah Bushouse wrote: Peter Risdon wrote: ilich wrote: Hello All! I have small problem. I installed apache2\php4\mysql. Apache and php work fine, but mysql doesn't work. When I enter "mysql" to my console it send massage "Can't connect to local MySQL server through socket 'tmp/mysql.socke

Re: Interpreting ping response? (the POD lives??)

2004-04-19 Thread Charles Swiger
On Apr 18, 2004, at 6:10 PM, Kevin D. Kinsey, DaleCo, S.P. wrote: A further question, if I may ... from a FBSD box at 192.168.0.2, I can ping 192.168.0.2 up to { -s 65507 }. Windows XP at *.*.*.10 responds as long as { -s < 25153 } ... if Ethernet Maximum is 1500, and that's the reason for the er

soundcard

2004-04-19 Thread pvargas
Good day everybody, I'am a real newbie and i got some questions the first one is how can i know what devices are installed on my computer, I mean if there is a command for do that, the second is how can I configure my soundcard, I think that first I need to know what soundacard is installed o

Re: soundcard

2004-04-19 Thread Kent Stewart
On Monday 19 April 2004 11:15 am, pvargas wrote: > Good day everybody, I'am a real newbie and i got some questions the > first one is how can i know what devices are installed on my > computer, I mean if there is a command for do that, the second is how > can I configure my soundcard, I think that

Re: Dependency hell

2004-04-19 Thread Lowell Gilbert
"Ziller, James" <[EMAIL PROTECTED]> writes: > So in other words I do have to recompile everything that depends on a given > library just because that library is updated to a slightly newer version?:( Yes. The developers of the library chose not to maintain backward compatibility. Fortunately, t

[OT] porting an application from FreeBSD to z/os

2004-04-19 Thread Bill Moran
I have an application that I wrote to run on FreeBSD that I may have to port to z/os. I have no idea what this means. I tried looking up z/os on IBM's site, but all I found was marketspeak. Anyone on the list have any experience with z/os? Is it posix-like? I already did some tweaking to ensure

Re: speed issues

2004-04-19 Thread Charles Swiger
On Apr 19, 2004, at 2:31 AM, Radu MOLNAR wrote: But in this network we also use DC for file sharing. And using the DC protocol i only get rates below 1MB/s for upload or download. I'm not sure what the "DC filesharing procotol" is; I've never heard of it, and I suspect not many other people have

Re: Dependency hell

2004-04-19 Thread Charles Swiger
On Apr 19, 2004, at 10:28 AM, Ziller, James wrote: So in other words I do have to recompile everything that depends on a given library just because that library is updated to a slightly newer version?:( Well, you could simply use the old version of the library. It's not especially hard to write

RE: Dependency hell

2004-04-19 Thread Ziller, James
So then is there a way that the ports/package system can automatically handle replacing libfoo.so.3 with libfoo.so.4, so that packages compiled to use libfoo.so.3 can use libfoo.so.4 instead (assuming the new version is backward compatable)? Or can the port link against say libfoo.so (which should

Re: Dependency hell

2004-04-19 Thread Erik Trulsson
On Mon, Apr 19, 2004 at 01:34:34PM -0500, Ziller, James wrote: > So then is there a way that the ports/package system can automatically > handle replacing libfoo.so.3 with libfoo.so.4, so that packages compiled to > use libfoo.so.3 can use libfoo.so.4 instead (assuming the new version is > backward

Re: .htaccess in subdir of /usr/home//public_html

2004-04-19 Thread Noah
> Ok.. first off: Is there a user named "glob" in that .htpasswd file? Hi, uppers there is a username glob in that .htpasswd file. -- snip --- less /usr/home//public_html/.htpasswd glob:uKRB.ktQoL./I --- snip -- > > Secondly, can you check that you have the module mod_

Simple Router on FreeBSD - Which should I use?

2004-04-19 Thread Danny
I would like to setup a simple router, for the following: Enable a 192.168.1.0 255.255.255.0 network talk to a 10.10.0.0 255.255.0.0 network, and obviously vise versa. Now the 10.10.0.0 is tentative, so I am also wondering on a network with less then 240 network nodes, if a 255.255.0.0 subnet m

kernel config optimized

2004-04-19 Thread Brian Henning
The following is a copy of my kernel config file. I am trying to optimize it as much as possible. do i need any of these psudo devices? pseudo-device loop # Network loopback pseudo-device ether# Ethernet support pseudo-device sl 1 # Kernel SLIP pseudo-device ppp 1# Kernel PPP pseud

Re: Dependency hell

2004-04-19 Thread Charles Swiger
On Apr 19, 2004, at 2:34 PM, Ziller, James wrote: So then is there a way that the ports/package system can automatically handle replacing libfoo.so.3 with libfoo.so.4, so that packages compiled to use libfoo.so.3 can use libfoo.so.4 instead (assuming the new version is backward compatable)? If th

Re: How do I eliminate resolver delay??

2004-04-19 Thread Jonathon McKitrick
: up. And let's not forget the routing tables. Rather than having it in : rc.conf, maybe throwing that into entry and exit hooks to set up the : default gateway for the wireless is a good idea as well? : : But like I said, I haven't gotten around to trying it out yet. If you : beat me to it, do

RE: Dependency hell - fixed

2004-04-19 Thread Ziller, James
Thanks a lot for all the advice and explanations. My system is now back in working order after hours of recompiling, now I know how to avoid this mess to begin with! -jz -Original Message- From: Charles Swiger [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 2:05 PM To: Ziller, Ja

Re: kernel config optimized

2004-04-19 Thread Kevin D. Kinsey, DaleCo, S.P.
Brian Henning wrote: The following is a copy of my kernel config file. I am trying to optimize it as much as possible. do i need any of these psudo devices? pseudo-device loop # Network loopback Most people would leave this in. I've no idea what might break without it, but I'll wager somet

Re: kernel config optimized

2004-04-19 Thread Jorn Argelo
On Monday 19 April 2004 21:02, Brian Henning wrote: > The following is a copy of my kernel config file. I am trying to optimize > it as much as possible. > > do i need any of these psudo devices? > pseudo-device loop # Network loopback > pseudo-device ether# Ethernet support > pseudo-device

Which Device for LCD on Serial Port

2004-04-19 Thread Joe Lewis
G'Day! I am trying to set up LCDd on my 1U server, and it requires a device=[device name] line. In my dmesg, I get a listing of sio0 and sio1 (and the manual for the motherboard states that it's the second serial connector). dmesg output reveals : sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1:

Networking problem! Watchdog -- Timeout

2004-04-19 Thread Henrik Zagerholm
Hi all! Installing 5.2 on my new box with an integraded Intel PRO 1000 CT NIC. System detects it as em0 but I cant get it to work. I'm trying dhcp and I have added the line: ifconfig_em0="DHCP" in rc.conf but I still get this problem. em0: Watchdog Timeout ---Resetting IF I disable ACPI it works

Re: Which Device for LCD on Serial Port

2004-04-19 Thread Dan Nelson
In the last episode (Apr 19), Joe Lewis said: > I am trying to set up LCDd on my 1U server, and it requires a > device=[device name] line. In my dmesg, I get a listing of sio0 and > sio1 (and the manual for the motherboard states that it's the second > serial connector). dmesg output reveals : >

screen size on Inspiron 8200

2004-04-19 Thread kro21
Please respond to my email address as I am not subscribed to a newsgroup. I was subscribed until I started getting tons of SPAM. I have a Dell Inspiron 8200 with a 32 MB Nvidia GeForce2 Go video card. I have FreeBsd 5.1 loaded. I am not able to get the screen size to 1600x1200. The max size

Re: Simple Router on FreeBSD - Which should I use?

2004-04-19 Thread Matthew Seaman
On Mon, Apr 19, 2004 at 03:06:51PM -0500, Danny wrote: > I would like to setup a simple router, for the following: > > Enable a 192.168.1.0 255.255.255.0 network talk to a 10.10.0.0 255.255.0.0 > network, and obviously vise versa. Just setup your FreeBSD box with an interface on each network, an

Re: mouse in FreeBSD

2004-04-19 Thread Rob
On Wednesday 14 April 2004 11:00 pm, ilich wrote: > Hello All! > 1. My mouse has a fancy wheel.Can I use it in the X Window system? > 2. Can I use copy\cut\paste text with mouse in the console? > 4. Can I copy mouse options for X from Linux? > 3. How do I copy\cut\paste text in Vim? > Thanks, Ivan

Re: speed issues

2004-04-19 Thread Radu MOLNAR
Sorry if i wasn't correct in what i said. i was referring to the protocol that DC clients use to transfer files. didn't know what else to call it :) Radu Molnar Babes-Bolyai Comunication Center On Mon, 19 Apr 2004, Charles Swiger

Re: Networking problem! Watchdog -- Timeout

2004-04-19 Thread Kevin D. Kinsey, DaleCo, S.P.
Henrik Zagerholm wrote: Hi all! Installing 5.2 on my new box with an integraded Intel PRO 1000 CT NIC. System detects it as em0 but I cant get it to work. I'm trying dhcp and I have added the line: ifconfig_em0="DHCP" in rc.conf but I still get this problem. em0: Watchdog Timeout ---Resetting I

Re: rc.conf.local error nn7j

2004-04-19 Thread Kevin D. Kinsey, DaleCo, S.P.
Dan wrote: I made an error in the rc.conf.conf file used ;# for rem statement. Oops! You can recover, but it may be a tad tricky. It hang on that statement at boot. But then it at least gives a loader prompt, apparently? Also can't find shell get error message to use /bin/sh hit return.

jfs4bsd

2004-04-19 Thread UBM
Hiho! :-) Is there any chance that I can get patches for JFS support under FreeBSD? I googled and checked the website, but the last information about the "jfs4bsd" project that I can find is from 2002. TIA! :-) Bye Marc ___ [EMAIL PROTECTED] mailing l

Re: Networking problem! Watchdog -- Timeout

2004-04-19 Thread Henrik Zagerholm
Kevin D. Kinsey, DaleCo, S.P. wrote: Henrik Zagerholm wrote: Hi all! Installing 5.2 on my new box with an integraded Intel PRO 1000 CT NIC. System detects it as em0 but I cant get it to work. I'm trying dhcp and I have added the line: ifconfig_em0="DHCP" in rc.conf but I still get this problem.

Re: jfs4bsd

2004-04-19 Thread Greg 'groggy' Lehey
On Monday, 19 April 2004 at 22:42:17 +0200, Marc UBM Bocklet wrote: > > Hiho! :-) > > Is there any chance that I can get patches for JFS support under > FreeBSD? No. The project never took off. Greg -- When replying to this message, please copy the original recipients. If you don't, I may ignore

Fastrak s150 tx4 SATA Raid help

2004-04-19 Thread Brent Wiese
I have an onboard Promise s150 tx4 SATA raid chip. Anyone have any luck running this under FreeBSD 4.9? Will it run under 4.9? Any experiences with it under 5.x? Due to already overbudgeting on this particular box, moving to a 3ware card is unlikely unless I can't for 100% sure get it running on

Re: mouse in FreeBSD

2004-04-19 Thread Joshua Lokken
* ilich <[EMAIL PROTECTED]> [2004-04-19 09:16]: > > Hello All! > 1. My mouse has a fancy wheel.Can I use it in the X Window system? This is a FAQ: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#AEN3648 > 2. Can I use copy\cut\paste text with mouse in the console? This text was cop

Re: mouse in FreeBSD

2004-04-19 Thread Nathan Kinkade
On Thu, Apr 15, 2004 at 10:00:41AM +0400, ilich wrote: > Hello All! > 1. My mouse has a fancy wheel.Can I use it in the X Window system? Yes, the answer to this is partly related the question 2. This is also in the FAQ: http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#X-AND-WHEEL > 2.

Re: speed issues

2004-04-19 Thread Bill Moran
Radu MOLNAR wrote: Sorry if i wasn't correct in what i said. i was referring to the protocol that DC clients use to transfer files. didn't know what else to call it :) I suspect I'm not the only one wondering this: What is DC? Radu Molnar Babes-Bolyai Comunication

Re: Simple Router on FreeBSD - Which should I use?

2004-04-19 Thread Bill Moran
Danny wrote: I would like to setup a simple router, for the following: Enable a 192.168.1.0 255.255.255.0 network talk to a 10.10.0.0 255.255.0.0 network, and obviously vise versa. You'll probably just want to set gateway_enable=yes and natd_enable=yes I believe there are a number of tutorials o

Re: speed issues

2004-04-19 Thread Radu MOLNAR
i was talking about Direct Connect (http://dcplusplus.sourceforge.net/ is one of the clients, and http://opendchub.sourceforge.net/ is one of the servers) Radu Molnar Babes-Bolyai Comunication Center On Mon, 19 Apr 2004, Bill Mora

Re: kernel config optimized

2004-04-19 Thread Kris Kennaway
On Mon, Apr 19, 2004 at 02:02:38PM -0500, Brian Henning wrote: > The following is a copy of my kernel config file. I am trying to optimize it as > much as possible. > > do i need any of these psudo devices? > pseudo-device loop # Network loopback > pseudo-device ether# Ethernet support > p

Removing wierd file

2004-04-19 Thread Paul English
One of my former users has a strange file in her directory and I can't remove, chown or chmod it as root. ls -l total 0 -rwxrws--T 1 1708453043 4187987649 0 Oct 9 2001 10009_dir It was created over nfs by arcinfo running on a Sun machine. I have no idea why it would have those permissions,

  1   2   >