Re: Getting Perl scripts to work as mail filters

2002-12-19 Thread Matthew Seaman
On Thu, Dec 19, 2002 at 01:13:17AM +0100, Mxsmanic wrote: What about appending directly to the mailbox file under /var/mail/$USER with the script? It looks like the format of the file is very simple. Why wouldn't that work? I've tried writing to it, but I can't, at least not when the script

natd not loading

2002-12-19 Thread Bob Hall
Natd has stopped loading on startup (Freebsd 4.4). After adding some new apps that load on start up (Squid and Dansguardian), natd fails to start and the ipfw rules aren't loaded. I can start natd manually and load the rules, but this is a bit of a pain. I also have to start Dansguardian

OpenOffice.org1.0 and much death

2002-12-19 Thread Matthew E. Boyce
I feel a bit silly not trying to work this out for a day before I ask for help, but I am a bit despirate (Windows98 TCP/IP died completely so I am left with ONLY FreeBSD for awhile... which is no big deal, I just need to get stuff working). Well here is the problem: I downloaded the OpenOffice1.0

Re: Slow network - ed driver, Realtek 8029

2002-12-19 Thread Layder
You should probably manually point your nic to use 10baseT: ifconfig ed0 xxx.xxx.xxx netmask xxx.xxx.xxx.xxx media 10baseT/UTP up To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: MD5 Mismatch in 4.7

2002-12-19 Thread Kris Kennaway
On Tue, Dec 17, 2002 at 02:18:34PM -0500, Carl J wrote: [If it was only one file, I would not have inquired. But it appears to affect all compat*, info*, manpages*, etc.] It almost appears as if there are two different FreeBSD 4.7. Could someone enlighten me please? The archives probably

Is LDAP broken?

2002-12-19 Thread Josef Grosch
On 4.7-STABLE, cvsup as of 4 Dec 02, with the ports updated, I build openldap2 and try and start it. Nothing happens. Couple of hours of poking around, checking man pages and the OpenLDAP project web site and still nothing. Then I cd to /usr/ports/net/openldap2/work/openldap-2.0.25/tests and make

Problems with a C application that changes users and run 'screen -x'

2002-12-19 Thread Aaron Burke
Hello list I have an application that simply logs in as another user and runs screen -x. The problem I am having with the followin code is that the results of execution is a message from (I am guessing the shell) saying that I dont have access to the /dev/ttyp? where ? is the current virtual

Re: OpenOffice.org1.0 and much death

2002-12-19 Thread Scott Robbins
jn Thu, Dec 19, 2002 at 12:43:13AM -0800, Matthew E. Boyce wrote: Well here is the problem: I downloaded the OpenOffice1.0 for FreeBSD (it might be 1.0.1 but it doesn't seem to think so) and ran the installer... so far so good... it installs with a pretty installer ( a so very windows

Re: ipfw and rule 65535

2002-12-19 Thread Ronan Lucio
There are some kind of packets that isn´t IP packets. I don´t known exactly whichs, but a good read in man tcpdump man ipfw man bridge will make you make you undestand it better Ronan Here is the end of the output from 'ipfw show': 04000 0 0 deny log ip from any to any 65535 91

Re: Getting Perl scripts to work as mail filters

2002-12-19 Thread Mxsmanic
I finally got it to work by piping to sendmail. Seems to be adequate for what I want to do. Now all I have to do is design my patented, foolproof methodology for distinguishing spam from real mail so that I can encode the rules in the script. There must be a way! Also, this may allow me to do

Re: ipfw and rule 65535

2002-12-19 Thread Jens Rehsack
Ronan Lucio wrote: There are some kind of packets that isn´t IP packets. I don´t known exactly whichs, but a good read in man tcpdump man ipfw man bridge will make you make you undestand it better Ronan I don't know how it's in ipfw, but ipf uses the last matching rule if no quick keyword

Re: ipfw and rule 65535

2002-12-19 Thread ay
In article [EMAIL PROTECTED] you wrote: Here is the end of the output from 'ipfw show': 04000 0 0 deny log ip from any to any 65535 91 8227 deny ip from any to any Can anyone explain why the last rule is getting hit? I was under the impression that the rules are traversed in

Re: Are these IPF - IPFW protocols equivalent?

2002-12-19 Thread Rob
# Inside Interface (ipfw) [IPFW] add 200 allow tcp from any to any out xmit via dc0 keep-state [IPFW] add 200 allow icmp from any to any out xmit via dc0 keep-state [IPFW] add deny ip from any to any out xmit via dc0 [IPFW] add 200 allow tcp from any to any in recv via dc0 keep-state [IPFW]

Re: Best way to scale SMTP auth?

2002-12-19 Thread Ronan Lucio
Steven, I suggest you Postfix + SMTP AUTH You will find the howto´s in Postfix homepage at http://www.postfix.org Ronan Hi. Got a slight problem. I'd like to do an SMTP system that allows up to 100 users a second to authenticate to the system using the simplest means possible. I'd like to

Re: ipfw and rule 65535

2002-12-19 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2002-12-17 18:37:34 -0800: Here is the end of the output from 'ipfw show': 04000 0 0 deny log ip from any to any 65535 91 8227 deny ip from any to any Can anyone explain why the last rule is getting hit? I was under the impression that the rules are

problem with pcm driver with AudioPCI ES1373-B

2002-12-19 Thread Juha Erkkilä
hello there, just installed FreeBSD 4.7, and i appear to have a problem with my sound card. playing CDs through it with cdcontrol works fine, and i can use a mixer progran (`mixer'), but if i try to use /dev/dsp in any way, i get this: aot% play one_hand_clapping.wav pcm0:play:0: play interrupt

cannot connect to an ISP with ppp

2002-12-19 Thread Juha Erkkila
hello again, i installed FreeBSD 4.7, and it seems i can't get a ppp connection to my ISP to work. i didn't have this problem with FreeBSD 4.3, (and don't have in linux), so i guess i must have done something differently this time :-/ here's some info on my configuration: aot# hostname aot

how to configure sendmail to send mail locally?

2002-12-19 Thread Juha Erkkila
it seems i can't send mail to anyone locally. shouldn't sendmail do this? aot% date Thu Dec 19 14:46:26 EET 2002 aot% mail -s test je@localhost i think this should work, but it doesn't. no mail for me! EOT aot% mail No mail for je aot% su Password: aot# mailq -Ac

RE: Installing apache+ssl / frontpage / php

2002-12-19 Thread John Straiton
Search the mailing list. It was just last week that I was running a thread on this. I couldn't find a way to get mod_frontpage hacked into my existing setup. I tried several times. Even going so far as to deinstall everything, then rm -r the directories, then reinstalling and only copying over my

RE: Installing apache+ssl / frontpage / php

2002-12-19 Thread Jack L. Stone
At 09:28 AM 12.19.2002 -0500, John Straiton wrote: Search the mailing list. It was just last week that I was running a thread on this. I couldn't find a way to get mod_frontpage hacked into my existing setup. I tried several times. Even going so far as to deinstall everything, then rm -r the

Re: Exporting a variable on login

2002-12-19 Thread Patrick Holahan
Hey Barry, Hi guys gals.. I'm trying to get cvs to work on my BSD 4.6-RELEASE system.. and I'd like to make it easier to use for the clients loggin on. So what I'd like to do is set the CVSROOT variable to /usr/local/cvsroot However, when I try set this in .profile like so:

Re: Exporting a variable on login

2002-12-19 Thread Matthew Seaman
On Thu, Dec 19, 2002 at 05:17:37PM +0200, Patrick Holahan wrote: Hey Barry, Hi guys gals.. I'm trying to get cvs to work on my BSD 4.6-RELEASE system.. and I'd like to make it easier to use for the clients loggin on. So what I'd like to do is set the CVSROOT variable to

Re: Drive Failure

2002-12-19 Thread Noah Garrett Wallach
I dont know what this option means - does this matter? -B Install the `boot0' boot manager. This option causes MBR code to be replaced, without affecting the embedded slice table. Sounds like just what you said you wanted. Hi Jerry, What does without

Re: Drive Failure

2002-12-19 Thread Jerry McAllister
I dont know what this option means - does this matter? -B Install the `boot0' boot manager. This option causes MBR code to be replaced, without affecting the embedded slice table. Sounds like just what you said you wanted. Hi Jerry, What does

Problem with my startup script?

2002-12-19 Thread Adam Lofstedt
Hello wise ones, I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized), I have created a startup script (smbfsstartup.sh) and placed it in /usr/local/etc/rc.d: case $1 in

RE: Problem with my startup script?

2002-12-19 Thread Barry Byrne
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Adam Lofstedt I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized), I have

Re: Problem with my startup script?

2002-12-19 Thread Matt Smith
On Thu, 2002-12-19 at 11:59, Adam Lofstedt wrote: Hello wise ones, I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized), I have created a startup script

Re: DHCPD 3

2002-12-19 Thread Moti Levy
G D McKee wrote: Hi I have been running this for a while and I get the following error every time I start dhcpd as below. If I hit enter at the password if goes past and dies. If I kill it off at boot I can do a dhcpd and the server starts up fine. How can I resolve this - it is a pain when

Re: Errors

2002-12-19 Thread mark nelson
I installed the last box the same way. I selecte d preconfigured package even and I get the same error , my cd works becasue I used it on the last machine too? On Thu, 19 Dec 2002, Roman Neuhauser wrote: Date: Thu, 19 Dec 2002 14:09:51 +0100 From: Roman Neuhauser [EMAIL PROTECTED] To: mark

Re: Errors

2002-12-19 Thread Shane Kinney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I think that I have seen problems like this before as well, unrelated to the software. Typiclly when something has not worked in the install, it was due to faluty or broken hardware. Is your system pretty old? Maybe the CDROM is flaky? I have just

Re: Errors

2002-12-19 Thread mark nelson
Thanks Shane I think you may be right, I am on a budget and am using the original cd drive forma dell pentium 2, I will try a new drive and if that doesnt fix it then I will try the secondary IDE channel then the ide adapter if that still causes errors then I will just go buy th dual pentium 3

Re: DHCPD 3

2002-12-19 Thread G D McKee
Hi My dhcpd config file is as follows: greeneville# vi /usr/local/etc/dhcpd.conf # $FreeBSD: ports/net/isc-dhcp3/files/rc.isc-dhcpd.conf.sample,v 1.1 2001/10/15 13:33:15 roam Exp $ # # isc-dhcpd startup configuration file. # dhcpd_options=; # command option(s)

Re: DHCPD 3

2002-12-19 Thread Moti Levy
this should do it : # $FreeBSD: ports/net/isc-dhcp3/files/rc.isc-dhcpd.conf.sample,v 1.1 2001/10/15 13:33:15 roam Exp $ # # isc-dhcpd startup configuration file. # dhcpd_options=; # command option(s) dhcpd_ifaces=dc0; # ethernet

Re: Slow network - ed driver, Realtek 8029

2002-12-19 Thread BigBrother (BigB3)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm having a problem with slow transfers to my FreeBSD 4.7-RELEASE box using a D-Link 528CT (Realtek 8029 chipset). When I try to upload files to this machine from a windowsXP box, I only get about 30KB/s on the 10BaseT cat 5 network. This identical

Re: maxusers and random system freezes

2002-12-19 Thread Varshavchick Alexander
Hi, Despite the increased KVA space (2G now) and the perfect patch of the pthreads mechanism made by David, the server's lock-ups persist. Comparing this server's vmstat output with some other's which doesn't have the similar problem, I noticed that the FFS node value seems to be abnormally high

Re: maxusers and random system freezes

2002-12-19 Thread Varshavchick Alexander
There seems to be archive posts already on the subject, the most informative of them is here: http://www.freebsd.org/cgi/getmsg.cgi?fetch=1093170+1102546+/usr/local/www/db/text/2001/freebsd-stable/20010923.freebsd-stable Did this issue got solved somehow? More specifically, how the size of the

NFS Privileged port?

2002-12-19 Thread Ryan Sommers
I'm attempting to mount an NFS share between a commputer and a virtual machine running on another computer on the network (with vmware). The trouble is the vm is running over briged networking with the NAT in vmware. I think this is causing the problem where I am seeing Dec 19 12:14:02 lobo

Re: NFS Privileged port?

2002-12-19 Thread Ryan Sommers
I mean nfs_privport=YES and vfs.nfs.nfs_privport=1 On Thu, 2002-12-19 at 12:30, Ryan Sommers wrote: I'm attempting to mount an NFS share between a commputer and a virtual machine running on another computer on the network (with vmware). The trouble is the vm is running over briged networking

Re: Dedicated Mail Server

2002-12-19 Thread Fernando Gleiser
On Thu, 19 Dec 2002, Dennis Mathiasen wrote: I'm looking at setting up a dedicated mail server with lots of virtual domains and users. It's looking like qmail + vpopmail might work ok. Does anyone have experience using these in a heavy load environment with good / bad results? Define lots

RE: Dedicated Mail Server

2002-12-19 Thread Robert Covell
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Fernando Gleiser Sent: Thursday, December 19, 2002 2:04 PM To: Dennis Mathiasen Cc: [EMAIL PROTECTED] Subject: Re: Dedicated Mail Server On Thu, 19 Dec 2002, Dennis Mathiasen wrote: I'm

Re: Are these IPF - IPFW protocols equivalent?

2002-12-19 Thread Gary D Kline
On Thu, Dec 19, 2002 at 10:35:42PM +1030, Rob wrote: I've only used ipfw for a little while, but there's a few things I can suggest here. * A good diagnostic for your rules is ipfw list Run this after adding a list of rules, and it shows you how they were translated by

Re: how to configure sendmail to send mail locally?

2002-12-19 Thread Gary D Kline
On Thu, Dec 19, 2002 at 03:50:15PM +0200, Juha Erkkila wrote: it seems i can't send mail to anyone locally. shouldn't sendmail do this? Do you have ^Cw localhost in sendmail.cf? If not, that may be an issue. (Remember to kill -HUP sendmail.pid before retrying.

Re: Problems with a C application that changes users and run 'screen -x'

2002-12-19 Thread Giorgos Keramidas
On 2002-12-19 02:50, Aaron Burke [EMAIL PROTECTED] wrote: I have an application that simply logs in as another user and runs screen -x. The problem I am having with the followin code is that the results of execution is a message from (I am guessing the shell) saying that I dont have access to

Re: Problem with my startup script?

2002-12-19 Thread Giorgos Keramidas
On 2002-12-19 08:59, Adam Lofstedt [EMAIL PROTECTED] wrote: I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized), I have created a startup script (smbfsstartup.sh) and

CVS process runaways

2002-12-19 Thread David Kelly
Using pserver in cvs for local software projects between multiple FreeBSD machines. All of recent to most-recent -stable. Have noticed the past 6 months a number of runaway CVS processes sucking 100% CPU time if they could get it. Never knew how to create this situation until recently. cvs update

Re: Problem with my startup script?

2002-12-19 Thread Jack L. Stone
At 07:25 PM 12.19.2002 +0200, Giorgos Keramidas wrote: On 2002-12-19 08:59, Adam Lofstedt [EMAIL PROTECTED] wrote: I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the network is initialized),

Re: Problem with my startup script?

2002-12-19 Thread Daniel Schrock
Jack L. Stone wrote: At 07:25 PM 12.19.2002 +0200, Giorgos Keramidas wrote: On 2002-12-19 08:59, Adam Lofstedt [EMAIL PROTECTED] wrote: I am trying to mount a windows share at boot with mount_smbfs. Since I have to use the noauto option in fstab (filesystems in fstab are mounted before the

subscribe freebsd-questions@FreeBSD.ORG andysohn@yahoo.com

2002-12-19 Thread Hyun Jong Sohn
= Best regards Hyun J. Sohn To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Problem with my startup script?

2002-12-19 Thread Jack L. Stone
At 11:59 PM 12.19.2002 +0200, Giorgos Keramidas wrote: On 2002-12-19 15:45, Jack L. Stone [EMAIL PROTECTED] wrote: At 07:25 PM 12.19.2002 +0200, Giorgos Keramidas wrote: Local Package Initialization : (skipping smbfsstartup.sh, not executable). Quick fix: # chmod 0750

Re: delete /var/empty

2002-12-19 Thread Jerry McAllister
Please help I want to move my /var dir on to another file system but when I try to remove the /var dir all other dirs are deleted but the /var/empty dir will not delete. I am new at this but have tried to use the chmod commands but can still not remove this dir please help Probably you

Re: Problem with my startup script?

2002-12-19 Thread Giorgos Keramidas
On 2002-12-19 16:19, Jack L. Stone [EMAIL PROTECTED] wrote: At 11:59 PM 12.19.2002 +0200, Giorgos Keramidas wrote: Quick fix: # chmod 0750 /usr/local/etc/rc.d/smbfsstartup.sh Pardon moir for chiming in here, but I have noticed 3 different posts about the proper chmod for the

Re: CVS process runaways

2002-12-19 Thread Matthew Seaman
On Thu, Dec 19, 2002 at 03:30:42PM -0600, David Kelly wrote: Using pserver in cvs for local software projects between multiple FreeBSD machines. All of recent to most-recent -stable. Have noticed the past 6 months a number of runaway CVS processes sucking 100% CPU time if they could get it.

[Fwd: Re: NFS Reserved Port Only?]

2002-12-19 Thread Duncan Anker
Probably intended for the list -Forwarded Message- For the purpose of answering my own question if someone is reading through the old posts the unprivileged port because of NAT was solved by adding the -n option to mountd. Although I find it kind of interesting that the

Upgrading Bison to 1.75 on 4.6.2

2002-12-19 Thread Per olof Ljungmark
Is there a cure for the upgrade of Bison failing for some time now, at least on my 4.6.2 boxes? Thanks, To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

Re: Running X-clients on remote hosts.

2002-12-19 Thread Matthew Seaman
On Thu, Dec 19, 2002 at 07:07:49PM +, William Palfreman wrote: How can I allow Xfree86 to listen for network connections again? I certainly used to have no problem doing this, and I don't see anything about this specific and probably very simple problem in the handbook or googling. I'm

Re: NFS Reserved Port Only?

2002-12-19 Thread Duncan Anker
On Fri, 2002-12-20 at 03:59, Ryan Sommers wrote: Does nfs_reserved_port_only really make NFS that much more secure? Or is this more of a depricated option. Doesn't really help. It's slightly more secure in an environment where you don't fully trust your users, but all it does is require the

denied packet, where?

2002-12-19 Thread Mark
How quaint! Today, one of the (standard) daily security scripts returned this: test-server denied packets: test-server kernel log messages: 1 READY ad6: 39205MB Maxtor 2F040J1 [79656/16/63] at ata3-master UDMA133 I take it that had to go to /var/log/messages? Which would mean I am

Re: denied packet, where?

2002-12-19 Thread Matthew Emmerton
How quaint! Today, one of the (standard) daily security scripts returned this: test-server denied packets: test-server kernel log messages: 1 READY ad6: 39205MB Maxtor 2F040J1 [79656/16/63] at ata3-master UDMA133 I take it that had to go to /var/log/messages? Which would

Re: denied packet, where?

2002-12-19 Thread Mark
- Original Message - From: Matthew Emmerton [EMAIL PROTECTED] To: Mark [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, December 20, 2002 2:28 AM Subject: Re: denied packet, where? Thanks for the quick reply! How quaint! Today, one of the (standard) daily security scripts returned

Re: Getting Perl scripts to work as mail filters

2002-12-19 Thread Warren Block
On Thu, 19 Dec 2002, Mxsmanic wrote: I finally got it to work by piping to sendmail. Seems to be adequate for what I want to do. Now all I have to do is design my patented, foolproof methodology for distinguishing spam from real mail so that I can encode the rules in the script. There

Re: FTP installation from the floppies through ADSL modem with PPPoEor PPTP protocol.

2002-12-19 Thread Darren Pilgrim
Andrew wrote: On Fri, 20 Dec 2002, Asker wrote: The modem can be configured to use PPPoE or PPTP protocol for making the connection with my Internet Servise Provider. Well if the modem does PPPoE itself (and preusmably NAT) then you need no speical support from the OS. From its poitn of view

Re: FTP installation from the floppies through ADSL modem with PPPoE or PPTP protocol.

2002-12-19 Thread Brian
tis a good reason to use one of the pppoe speaking routers/nat boxes. Brian - Original Message - From: Darren Pilgrim [EMAIL PROTECTED] To: Andrew [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 7:29 PM Subject: Re: FTP installation from the floppies through

Re: /etc/mail/access list to DENY spam?

2002-12-19 Thread Warren Block
On Thu, 19 Dec 2002, Gary D Kline wrote: Several weeks ago someone posted the location of a spam list for sendmail's /etc/mail/access file. I understand the file was large... but that makes no difference! I'd just like to filter out most of the spam I've been

Re: Getting Perl scripts to work as mail filters

2002-12-19 Thread Warren Block
On Fri, 20 Dec 2002, Mxsmanic wrote: *** There's nothing wrong with reinventing procmail like this, but I'm curious why you consider it bloated--it's under 64K on my system. *** Bloated in the sense of complexity. My script is one file; I install it by changing one line in

Re: GDM question - anyone got it to work?

2002-12-19 Thread Daniel Schrock
Dmitrii PapaGeorgio wrote: Running FreeBSD 4.7 - I configured etc/ttys to point to GDM but the screen says it can't find the config file when it first boots. Am I missing something here? Thanks- yea, don't use /etc/ttys for this. cd /usr/X11R6/etc/rc.d cp gdm.sh.sample gdm.sh ls -la

Re: GDM question - anyone got it to work?

2002-12-19 Thread Joe Marcus Clarke
On Thu, 2002-12-19 at 23:50, Daniel Schrock wrote: Dmitrii PapaGeorgio wrote: Running FreeBSD 4.7 - I configured etc/ttys to point to GDM but the screen says it can't find the config file when it first boots. Am I missing something here? Thanks- yea, don't use /etc/ttys for

Re: FTP installation from the floppies through ADSL modem with PPPoE or PPTP protocol.

2002-12-19 Thread Randy Pratt
Darren wrote: Andrew wrote: On Fri, 20 Dec 2002, Asker wrote: The modem can be configured to use PPPoE or PPTP protocol for making the connection with my Internet Servise Provider. Well if the modem does PPPoE itself (and preusmably NAT) then you need no speical support from the OS. From its

Re: Slow network - ed driver, Realtek 8029

2002-12-19 Thread Brian
these cards seem like piecesosheeyat, on linux the ne2000 driver works, but I still wouldnt do it. Bri - Original Message - From: BigBrother (BigB3) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 19, 2002 7:48 AM Subject: Re: Slow network - ed driver, Realtek 8029

what is a pps file?

2002-12-19 Thread David Banning
Someone from the Netherlands sent me a pps file. Anyone know what type of file that is? To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the body of the message

ifconfig_aue0, fatal trap 12

2002-12-19 Thread J. Scott Edwards
Hello, I am having some difficulties moving FreeBSD to another machine. I moved the hard drive from a machine with a normal (NE2000) nic to a machine with a D-Link USB to Ethernet adapter. First I ran /stand/sysinstall to set up the aue interface (and then had to remove the old interface from

starting ppp on boot up

2002-12-19 Thread P. U. Kruppa
Hi! I have a well working user ppp configuration, which I run manually by # ppp -nat -ddial adsl What is the simpliest way to start this automatically on boot up? Thanks, Uli. *---* *Peter Ulrich Kruppa* * - Wuppertal - * *

Re: xdm fails at startup

2002-12-19 Thread malcolm kay
malcolm kay wrote: Finarfin wrote: I have a 'virgin' install of 4.7. When I boot, all the text mode stuff I want runs fine. I would like to show some stuff to others using X, but it won't start. In my /etc/ttys file, I had the following line installed by the installation process: ttyv8

PCI parallel port

2002-12-19 Thread fb . h . ds
Hi, I'm trying to install an additional lpt using PCI parallel port card NetMos Nm9805CV. The 4.7 kernel reports: pci0: unknown card (vendor=0x9710, dev=0x9805) at 20.0 irq 11 How can I use it? Thanks. To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-questions in the

adaptec raid 2400a

2002-12-19 Thread Condor
Hello, i am newbie in freebsd. I have adaptec 2400A pci raid. My freebsd 4.7 sucessful find it. I have da0 and da1 but have partitions on OpenBSD because before i install freebsd i have openbsd. I can mount da0s0c (first part of da0) and da1s0c (first part of da1) but i unable to mount seconds

Re: starting ppp on boot up

2002-12-19 Thread Jonathan Chen
On Fri, Dec 20, 2002 at 06:59:18AM +, P. U. Kruppa wrote: Hi! I have a well working user ppp configuration, which I run manually by # ppp -nat -ddial adsl What is the simpliest way to start this automatically on boot up? By adding the following lines into your /etc/rc.conf:

Re: FTP installation from the floppies through ADSL modem with PPPoE or PPTP protocol.

2002-12-19 Thread Randy Pratt
On Thu, 19 Dec 2002 22:45:03 -0800 Darren Pilgrim [EMAIL PROTECTED] wrote: Randy Pratt wrote: Darren wrote: Andrew wrote: On Fri, 20 Dec 2002, Asker wrote: The modem can be configured to use PPPoE or PPTP protocol for making the connection with my Internet Servise Provider. Well if