From owner-freebsd-isp Sun Oct 24 12:52:22 1999 Delivered-To: freebsd-isp@freebsd.org Received: from kermit.empireone.net (kermit.empireone.net [207.111.39.2]) by hub.freebsd.org (Postfix) with ESMTP id C6888150C2 for ; Sun, 24 Oct 1999 12:52:13 -0700 (PDT) (envelope-from jrsysadmin@empireone.net) Received: from dragonlord (webmaster.empireone.net [209.118.194.233]) by kermit.empireone.net (8.8.7/8.8.7) with SMTP id PAA21235; Sun, 24 Oct 1999 15:51:58 -0400 (EDT) Message-ID: <01aa01bf1e64$7225b560$e9c276d1@empireone.net> From: "James" To: "Mark Conway Wirt" , "Khetan Gajjar" , References: <19991023181559.A4134@intrepid.net> Subject: re-direct domain Date: Sun, 24 Oct 1999 14:12:12 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org How would you go about re directing a domain if you have to re-direct it to something like the following: http://www.domainname.com/domainname i was thinking about CNAME but i get an error everytime i play with it... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Oct 24 13: 9:11 1999 Delivered-To: freebsd-isp@freebsd.org Received: from verdi.nethelp.no (verdi.nethelp.no [158.36.41.162]) by hub.freebsd.org (Postfix) with SMTP id EF3591510A for ; Sun, 24 Oct 1999 13:09:07 -0700 (PDT) (envelope-from sthaug@nethelp.no) Received: (qmail 46597 invoked by uid 1001); 24 Oct 1999 20:09:03 +0000 (GMT) To: jrsysadmin@empireone.net Cc: mark@intrepid.net, khetan@os.org.za, freebsd-isp@FreeBSD.ORG Subject: Re: re-direct domain From: sthaug@nethelp.no In-Reply-To: Your message of "Sun, 24 Oct 1999 14:12:12 -0700" References: <01aa01bf1e64$7225b560$e9c276d1@empireone.net> X-Mailer: Mew version 1.05+ on Emacs 19.34.2 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Date: Sun, 24 Oct 1999 22:09:03 +0200 Message-ID: <46595.940795743@verdi.nethelp.no> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > How would you go about re directing a domain if you have to re-direct it to > something like the following: > http://www.domainname.com/domainname > i was thinking about CNAME but i get an error everytime i play with it... You can't do that. A domain name is not a URL. You can point a domain name (one single name) at another domain name using CNAME, e.g. dom.a.com. CNAME dom.b.com. But there is no way (today) of doing something like this: *.a.com. CNAME *.b.com. Steinar Haug, Nethelp consulting, sthaug@nethelp.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Oct 24 16:57:30 1999 Delivered-To: freebsd-isp@freebsd.org Received: from tinker.com (troll.tinker.com [204.214.7.146]) by hub.freebsd.org (Postfix) with ESMTP id 684B015145 for ; Sun, 24 Oct 1999 16:57:21 -0700 (PDT) (envelope-from carol@tinker.com) Received: by localhost (8.8.5/8.8.5) Received: by mail.tinker.com via smap (V2.0) id xma018378; Sun Oct 24 18:33:37 1999 Received: by localhost (8.8.8/8.8.8) id SAA18778; Sun, 24 Oct 1999 18:57:22 -0500 (CDT) Message-ID: <38139CA2.DDEC6831@tinker.com> Date: Sun, 24 Oct 1999 18:56:18 -0500 From: Carol Deihl Organization: Shrier and Deihl X-Mailer: Mozilla 4.5 [en] (X11; U; FreeBSD 2.2.8-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: James Cc: freebsd-isp@FreeBSD.ORG Subject: Re: re-direct domain References: <19991023181559.A4134@intrepid.net> <01aa01bf1e64$7225b560$e9c276d1@empireone.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello James, If you are trying to redirect (for example) from www.one.com to www.two.com/one (where you are hosting both domains), and you are running Apache, you can compile mod-rewrite into Apache, then include a rewrite rule in your httpd.conf file like this: ServerName www.one.com RewriteEngine on RewriteRule ^(.*)$ http://www.two.com/one$1 [nocase,last,redirect] ...other config statements if necessary.... See the Apache docs for mod-rewrite. Hope this helps, Carol James wrote: > > How would you go about re directing a domain if you have to re-direct it to > something like the following: > http://www.domainname.com/domainname > i was thinking about CNAME but i get an error everytime i play with it... -- Carol Deihl - principal, Shrier and Deihl - mailto:carol@tinker.com Remote Unix Network Admin, Security, Internet Software Development Tinker Internet Services - Superior FreeBSD-based Web Hosting http://www.tinker.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Oct 24 21:45:22 1999 Delivered-To: freebsd-isp@freebsd.org Received: from is2.net.ohio-state.edu (is2.net.ohio-state.edu [128.146.48.9]) by hub.freebsd.org (Postfix) with SMTP id 8CCBD1519E for ; Sun, 24 Oct 1999 21:45:20 -0700 (PDT) (envelope-from maf@dev1.net.ohio-state.edu) Received: (qmail 24534 invoked from network); 25 Oct 1999 04:45:19 -0000 Received: from dev1.net.ohio-state.edu (128.146.222.3) by is2.net.ohio-state.edu with SMTP; 25 Oct 1999 04:45:19 -0000 Received: (qmail 2608 invoked by uid 4454); 25 Oct 1999 04:45:18 -0000 Date: Mon, 25 Oct 1999 00:45:18 -0400 From: Mark Fullmer To: Khetan Gajjar Cc: freebsd-isp@freebsd.org Subject: Re: Rolling multiple FreeBSD installations Message-ID: <19991025004518.A1774@net.ohio-state.edu> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.15i In-Reply-To: ; from Khetan Gajjar on Sat, Oct 23, 1999 at 01:28:17AM +0200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Oct 23, 1999 at 01:28:17AM +0200, Khetan Gajjar wrote: > Hi. > > I'd like to create a FreeBSD installation and then duplicate > it onto multiple PC's, only changing the hostname and IP address. > This would be done with 3.3-RELEASE, and is necessary > because the boxes will be identical except for location. What we do is use sysinstall and have a custome install.cfg for each server that sets the IP, hostname, and disk configuration. When sysinstall is done it adds a package that sets local static configuration options such as configuring ssh, adding in a common rc.local, setting up qmail, etc. It then uses cvsup to pull over /usr/local from a master server. -- mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 7:18:19 1999 Delivered-To: freebsd-isp@freebsd.org Received: from kermit.empireone.net (kermit.empireone.net [207.111.39.2]) by hub.freebsd.org (Postfix) with ESMTP id C46DB14BFD for ; Mon, 25 Oct 1999 07:18:10 -0700 (PDT) (envelope-from jrsysadmin@empireone.net) Received: from dragonlord (webmaster.empireone.net [209.118.194.233]) by kermit.empireone.net (8.8.7/8.8.7) with SMTP id KAA21866; Mon, 25 Oct 1999 10:17:50 -0400 (EDT) Message-ID: <00d501bf1f0a$05667d00$e9c276d1@empireone.net> From: "James" To: "James" , "Mark Conway Wirt" , "Khetan Gajjar" , Subject: Mass Email Date: Mon, 25 Oct 1999 09:57:28 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I have to make a change on our system. How do I go about emailing all of the users on the system with out giving each of my users my user list? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 7:30:15 1999 Delivered-To: freebsd-isp@freebsd.org Received: from mail.ausit.com (mail.ausit.com [203.41.163.235]) by hub.freebsd.org (Postfix) with ESMTP id 4E4E514BFD for ; Mon, 25 Oct 1999 07:30:08 -0700 (PDT) (envelope-from greg@ausit.com) Received: from wk1 (sun.ausit.com [203.41.163.240]) by mail.ausit.com (8.9.3/8.9.3) with ESMTP id AAA09507 for ; Tue, 26 Oct 1999 00:30:13 +1000 Message-ID: <199910260030490218.06A28D3C@mail.ausit.com> In-Reply-To: <00d501bf1f0a$05667d00$e9c276d1@empireone.net> References: <00d501bf1f0a$05667d00$e9c276d1@empireone.net> X-Mailer: Calypso Version 3.00.03.02 (1) Date: Tue, 26 Oct 1999 00:30:49 +1000 From: "Greg W" To: freebsd-isp@FreeBSD.ORG Subject: Re: Mass Email Content-Type: text/plain; charset="ISO-8859-1" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Here is something a Rick L Mantooth whipped up you should be able to mod to your liking Here is a quickie. #!/bin/sh # Build list of users from /etc/passwd starting with # Line 19 so we don't send mail to non-users. # # Adjust below if statement to match your system. # ( cat /etc/passwd | awk ' BEGIN{ FS=":" cnt=1 } { if(cnt < 19){ cnt++ ; next } printf "%s@domain.com\n",$1 cnt++ }' ) > /tmp/mail_list # # You may need to use grep -v statement in for # loop below if you have added automated users # ie: postgres, etc.. to filter out. # # Now to email out to the users. for user in `cat /tmp/mail_list` do mail "${user}" < /Path/To/File/File_To_Send_Here done rm -f /tmp/mail_list # End script *********** REPLY SEPARATOR *********** On 25/10/99 at 9:57 James wrote: >I have to make a change on our system. >How do I go about emailing all of the users on the system >with out giving each of my users my user list? > > > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 7:38: 4 1999 Delivered-To: freebsd-isp@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 12761151E5 for ; Mon, 25 Oct 1999 07:37:59 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id KAA27021; Mon, 25 Oct 1999 10:37:17 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Mon, 25 Oct 1999 10:37:17 -0400 (EDT) From: Steve Hovey To: James Cc: Mark Conway Wirt , Khetan Gajjar , freebsd-isp@FreeBSD.ORG Subject: Re: Mass Email In-Reply-To: <00d501bf1f0a$05667d00$e9c276d1@empireone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org You can throw them all into a mail alias (which you need to then pull back out right away again) - or put them in a BCC On Mon, 25 Oct 1999, James wrote: > I have to make a change on our system. > How do I go about emailing all of the users on the system > with out giving each of my users my user list? > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 7:40:17 1999 Delivered-To: freebsd-isp@freebsd.org Received: from richard2.pil.net (richard2.pil.net [207.8.164.9]) by hub.freebsd.org (Postfix) with SMTP id E3B7114BFD for ; Mon, 25 Oct 1999 07:40:13 -0700 (PDT) (envelope-from up@pil.net) Received: (qmail 4586 invoked by uid 1825); 25 Oct 1999 14:40:10 -0000 Date: Mon, 25 Oct 1999 10:40:10 -0400 (EDT) From: X-Sender: up@richard2.pil.net To: James Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Mass Email In-Reply-To: <00d501bf1f0a$05667d00$e9c276d1@empireone.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 25 Oct 1999, James wrote: > I have to make a change on our system. > How do I go about emailing all of the users on the system > with out giving each of my users my user list? BCC an alias with the users in them: cut -f1 -d: /etc/passwd > users.alias take out all the non-users, etc... James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= ISPF 3 - The Forum for ISPs by ISPs(tm) || Nov 15-17, 1999, New Orleans 3 days of clues, news, and views from the industry's best and brightest. Visit for information and registration. ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 8:10: 7 1999 Delivered-To: freebsd-isp@freebsd.org Received: from seidata.com (mailer.seidata.com [208.10.211.10]) by hub.freebsd.org (Postfix) with ESMTP id 5E5AB15276 for ; Mon, 25 Oct 1999 08:10:02 -0700 (PDT) (envelope-from rschunk@seidata.com) Received: from seidata.com (lan-gw.seidata.com [208.10.211.26]) by seidata.com (8.9.3/8.9.3) with ESMTP id LAA72918 for ; Mon, 25 Oct 1999 11:13:12 GMT Message-ID: <38147264.B5106584@seidata.com> Date: Mon, 25 Oct 1999 11:08:21 -0400 From: Ron Organization: SEI Data X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Mass Email References: <00d501bf1f0a$05667d00$e9c276d1@empireone.net> <199910260030490218.06A28D3C@mail.ausit.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We were doing about the same thing, but were constantly getting requests to not mail users because they weren't interested. Each time the list was opened it was regenerated out of the password file. So just last week we made the "userlist" a majordomo list and allow people to opt out of it. Our adduser script just echos a line to the end of the majordomo list. Ron Schunk Seidata/venus.net Sysadmin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 8:22: 6 1999 Delivered-To: freebsd-isp@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 22BB414A1A for ; Mon, 25 Oct 1999 08:22:03 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id LAA29160; Mon, 25 Oct 1999 11:21:59 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Mon, 25 Oct 1999 11:21:59 -0400 (EDT) From: Steve Hovey To: Ron Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Mass Email In-Reply-To: <38147264.B5106584@seidata.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We do something similar - we have a mass email list for stuff they just gotta get - like notices of planned outtage (if you dont force feed them that, they whine they didnt get told - cant win) and then a usergroup they can sign up to for non-must knows. On Mon, 25 Oct 1999, Ron wrote: > We were doing about the same thing, but were constantly getting requests > to not mail users because they weren't > interested. Each time the list was opened it was regenerated out of the > password file. So just last week we made the > "userlist" a majordomo list and allow people to opt out of it. Our > adduser script just echos a line to the end of > the majordomo list. > > Ron Schunk > Seidata/venus.net > Sysadmin > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 8:24:42 1999 Delivered-To: freebsd-isp@freebsd.org Received: from pau-amma.whistle.com (pau-amma.whistle.com [207.76.205.64]) by hub.freebsd.org (Postfix) with ESMTP id 6F2ED14A1A for ; Mon, 25 Oct 1999 08:24:39 -0700 (PDT) (envelope-from dhw@whistle.com) Received: (from dhw@localhost) by pau-amma.whistle.com (8.9.2/8.9.2) id IAA21309; Mon, 25 Oct 1999 08:24:39 -0700 (PDT) Date: Mon, 25 Oct 1999 08:24:39 -0700 (PDT) From: David Wolfskill Message-Id: <199910251524.IAA21309@pau-amma.whistle.com> To: freebsd-isp@FreeBSD.ORG, jrsysadmin@empireone.net, khetan@os.org.za, mark@intrepid.net Subject: Re: Mass Email In-Reply-To: <00d501bf1f0a$05667d00$e9c276d1@empireone.net> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >From: "James" >Date: Mon, 25 Oct 1999 09:57:28 -0700 >I have to make a change on our system. >How do I go about emailing all of the users on the system >with out giving each of my users my user list? There are various approaches. Basically, you need to arrange for the mail to be sent in a way that doesn't include the individual addresses in the (retained) headers. And since you're asking the question, I would presume that you also need a way to generate a list of users' email addresses. (A way to avoid this latter concern is to have a mailing list -- probably moderated in such a way that only certain folks are permitted to send mail to it -- that will contain the addresses for each user. Updating it could be a regular part of account maintenance.) One way I ahve accomplished the latter concern is to go through the "password" data (we use NIS; the same considerations apply for it as to reading the local /etc/passwd file), extracting the information for all users within a certain range of UIDs, then using a hand-maintained "stop list" to cull the entries that should not remain. As for generating the mail... bear in mind that you do not want the tools you use to do this to be too accessible: as with most such tols, they have their good uses (as you intend), and they have not-so-good uses; a typical one that applies in this case is spamming. With that warning, if you have a working sendmail configuration, you could just fabricate a file: From: jrsysadmin@empireone.net Reply-To: jrsysadmin@empireone.net Subject: Upcoming changes Bcc: address0 Bcc: address1 ... Bcc: addressN This is the body of the message. Except for this paragraph, it contains no self-referential material. .... then feed it (as stdin) to "sendmail -t" (probably as root). sendmail will take care of inserting the Date: and Message-ID: headers. Another approach would be to make use of majordomo (for example), especially if you already have majordomo (or a similar mailing-list manager) running. But as above, you would do well to ensure that only selected, trusted individuals are permitted to send material to that list. Cheers, david -- David Wolfskill dhw@whistle.com UNIX System Administrator voice: (650) 577-7158 pager: (888) 347-0197 FAX: (650) 372-5915 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 12:23:51 1999 Delivered-To: freebsd-isp@freebsd.org Received: from circuit.vexpanse.net (circuit.vexpanse.net [216.36.26.51]) by hub.freebsd.org (Postfix) with ESMTP id 692D4152CF; Mon, 25 Oct 1999 12:23:03 -0700 (PDT) (envelope-from gent@vexpanse.net) Received: from localhost (gent@localhost) by circuit.vexpanse.net (8.9.3/8.9.3) with ESMTP id MAA87455; Mon, 25 Oct 1999 12:22:56 GMT (envelope-from gent@vexpanse.net) Date: Mon, 25 Oct 1999 12:22:56 +0000 (GMT) From: Mike Gent To: freebsd-questions@freebsd.org, freebsd-isp@freebsd.org Subject: Please help: transmit underflow issues Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I am getting so many of these error that I cannot get reliable throughput anymore. The system has 2 Lynx 4-port cards (de0-de7), P1-233, 196MB RAM. Was running 2.2.2-RELEASE without any problems. Underflow problems reported were: de0: abnormal interrupt: transmit underflow (raising X threshold to 96|256) de0: abnormal interrupt: transmit underflow (raising X threshold to 128|512) de0: abnormal interrupt: transmit underflow (raising X threshold to 160|1024) After swapping boot drives to one running 2.2.8-RELEASE, I am now receiving: Oct 25 11:14:29 starfish /kernel: de0: abnormal interrupt: transmit underflow Oct 25 11:15:00 starfish last message repeated 24 times Oct 25 11:17:01 starfish last message repeated 135 times I was getting a lot of collisions so I set de0 to 10baseT full-duplex and my HP Procurve switch to full-duplex and all collisions disappeared. However I still am having problems and I see IN and OUT frame errors. Here's some output: starfish# netstat -i | grep de0; sleep 5; netstat -i | grep de0 Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll de0 1500 00.c0.95.f0.3a.34 502072536 2258970 504489650 1902369 30311942 de0 1500 205.240.25 starfish.pond.n 502072536 2258970 504489650 1902369 30311942 de0 1500 216.36/26 pcncore-gw.eug. 502072536 2258970 504489650 1902369 30311942 de0 1500 216.36.3 pond-gw.pond.ne 502072536 2258970 504489650 1902369 30311942 de0 1500 00.c0.95.f0.3a.34 502075518 2259002 504492947 1902376 30311942 de0 1500 205.240.25 starfish.pond.n 502075518 2259002 504492947 1902376 30311942 de0 1500 216.36/26 pcncore-gw.eug. 502075518 2259002 504492947 1902376 30311942 de0 1500 216.36.3 pond-gw.pond.ne 502075518 2259002 504492947 1902376 30311942 I'm not sure what to do now. I have replaced the Ethernet cable and moved it to other ports on the switch. All my de? ports have errors, just not as many because this is my primary interface out the the Net. Any Help?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 13: 3:40 1999 Delivered-To: freebsd-isp@freebsd.org Received: from mail.polytechnic.edu.na (mail.polytechnic.edu.na [196.31.225.2]) by hub.freebsd.org (Postfix) with ESMTP id 33C9F14CA1 for ; Mon, 25 Oct 1999 13:03:13 -0700 (PDT) (envelope-from tim@iafrica.com.na) Received: from [196.31.225.199] (helo=310.priebe.alt.na) by mail.polytechnic.edu.na with smtp (Exim 3.02 #2) id 11fsF6-0005FH-00; Mon, 25 Oct 1999 20:05:28 -0200 From: Tim Priebe Reply-To: tim@iafrica.com.na To: "James" , "Mark Conway Wirt" , "Khetan Gajjar" , Subject: Re: re-direct domain Date: Mon, 25 Oct 1999 22:01:07 +0200 X-Mailer: KMail [version 1.0.17] Content-Type: text/plain References: <01aa01bf1e64$7225b560$e9c276d1@empireone.net> MIME-Version: 1.0 Message-Id: <99102522020700.58260@310.priebe.alt.na> Content-Transfer-Encoding: 8bit X-KMail-Mark: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sun, 24 Oct 1999, James wrote: > How would you go about re directing a domain if you have to re-direct it to > something like the following: > http://www.domainname.com/domainname > i was thinking about CNAME but i get an error everytime i play with it... Try using an A record, instead of a CNAME. Tim. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 16:38:26 1999 Delivered-To: freebsd-isp@freebsd.org Received: from bluerose.windmoon.nu (c255152-a.plstn1.sfba.home.com [24.7.89.179]) by hub.freebsd.org (Postfix) with ESMTP id D9BB114DAE for ; Mon, 25 Oct 1999 16:38:24 -0700 (PDT) (envelope-from fengyue@bluerose.windmoon.nu) Received: from localhost (fengyue@localhost) by bluerose.windmoon.nu (Windmoon-Patched/8.9.3/8.9.3) with ESMTP id QAA05999 for ; Mon, 25 Oct 1999 16:42:45 -0700 (PDT) Date: Mon, 25 Oct 1999 16:42:45 -0700 (PDT) From: FengYue To: freebsd-isp@FreeBSD.ORG Subject: FreeBSD & MySQL In-Reply-To: <99102522020700.58260@310.priebe.alt.na> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Recently I'm convinced to help a company buildup an ecomm site. I've been thinking about using FreeBSD and MySQL. Has someone here used this combination on a heavy site? Could you give me some figures? (such as trancation/s ...etc) Or if you have any tips to share that would be great too My goal is build up this site with only open-source products. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 16:52: 0 1999 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id 6C9FA14BF8 for ; Mon, 25 Oct 1999 16:51:54 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from localhost (jahanur@localhost) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id SAA00997 for ; Mon, 25 Oct 1999 18:51:52 -0500 (CDT) Date: Mon, 25 Oct 1999 18:51:52 -0500 (CDT) From: jahanur To: freebsd-isp@freebsd.org Subject: root access problem please help. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org HI, everybody, I have got a major problem. Whenever I try to login as root it says "su: /bin/bash: No such file or directory". After a lot investgation I found out that the other administrator was trying to change shell for some user. He is not shure what he did, but he ran the "chsh" command while he was root and probably changed the shell for the root. I have tried copying the "bash" in /bin directory by using "su root -c "cp bash /bin" from /usr/local/bin/ directory. I dont know what else I could do. Please help. Jahanur To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 17: 9: 5 1999 Delivered-To: freebsd-isp@freebsd.org Received: from sneakerz.org (sneakerz.org [208.176.135.226]) by hub.freebsd.org (Postfix) with SMTP id 1CEA814C01 for ; Mon, 25 Oct 1999 17:09:03 -0700 (PDT) (envelope-from dave@sneakerz.org) Received: (qmail 96769 invoked by uid 1004); 26 Oct 1999 00:07:30 -0000 Date: Mon, 25 Oct 1999 17:07:29 -0700 From: "Dr. Dave" To: jahanur Cc: freebsd-isp@freebsd.org Subject: Re: root access problem please help. Message-ID: <19991025170729.A96748@sneakerz.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from jahanur on Mon, Oct 25, 1999 at 06:51:52PM -0500 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Oct 25, 1999 at 06:51:52PM -0500, jahanur wrote: > HI, everybody, > I have got a major problem. > Whenever I try to login as root it says "su: /bin/bash: No such file or > directory". bash is not a great shell to use for root unless it is staticly linked. > I have tried copying the "bash" in /bin directory by using "su root -c "cp > bash /bin" from /usr/local/bin/ directory. > I dont know what else I could do. > Please help. You can boot into single user mode, use /bin/sh for the shell. Then mount all of your file systems, and do the copy from there. -- -------------------------------------------------------------------------- Dave McKay dave@sneakerz.org MSN Hotmail http://www.hotmail.com -------------------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 17:26:38 1999 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id 96A5414D9D for ; Mon, 25 Oct 1999 17:26:36 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from localhost (jahanur@localhost) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id TAA01050; Mon, 25 Oct 1999 19:26:34 -0500 (CDT) Date: Mon, 25 Oct 1999 19:26:34 -0500 (CDT) From: jahanur To: "Dr. Dave" Cc: freebsd-isp@freebsd.org Subject: Re: root access problem please help. In-Reply-To: <19991025170729.A96748@sneakerz.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thank you very much for your help. Isnt there any other way? I realy dont want shut the system down. THanks Jahanur On Mon, 25 Oct 1999, Dr. Dave wrote: > On Mon, Oct 25, 1999 at 06:51:52PM -0500, jahanur wrote: > > HI, everybody, > > I have got a major problem. > > Whenever I try to login as root it says "su: /bin/bash: No such file or > > directory". > > bash is not a great shell to use for root unless it is staticly linked. > > > I have tried copying the "bash" in /bin directory by using "su root -c "cp > > bash /bin" from /usr/local/bin/ directory. > > I dont know what else I could do. > > Please help. > > You can boot into single user mode, use /bin/sh for the shell. Then mount all of your file systems, and do the copy from there. > > -- > -------------------------------------------------------------------------- > Dave McKay dave@sneakerz.org > MSN Hotmail http://www.hotmail.com > -------------------------------------------------------------------------- > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Oct 25 21: 6:49 1999 Delivered-To: freebsd-isp@freebsd.org Received: from bsdie.rwsystems.net (bsdie.rwsystems.net [209.197.223.2]) by hub.freebsd.org (Postfix) with ESMTP id BEB2614E38 for ; Mon, 25 Oct 1999 21:06:45 -0700 (PDT) (envelope-from jwyatt@rwsystems.net) Received: from bsdie.rwsystems.net([209.197.223.2]) (1300 bytes) by bsdie.rwsystems.net via sendmail with P:esmtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Mon, 25 Oct 1999 22:57:40 -0500 (CDT) (Smail-3.2.0.106 1999-Mar-31 #1 built 1999-Aug-7) Date: Mon, 25 Oct 1999 22:57:28 -0500 (CDT) From: James Wyatt To: jahanur Cc: freebsd-isp@freebsd.org Subject: Re: root access problem please help. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 25 Oct 1999, jahanur wrote: > HI, everybody, > I have got a major problem. > Whenever I try to login as root it says "su: /bin/bash: No such file or > directory". > After a lot investgation I found out that the other administrator was > trying to change shell for some user. He is not shure what he did, but he > ran the "chsh" command while he was root and probably changed the shell > for the root. > > I have tried copying the "bash" in /bin directory by using "su root -c "cp > bash /bin" from /usr/local/bin/ directory. > I dont know what else I could do. > Please help. > > Jahanur If I understand, can't you just do something like: su root -c "chsh" It's times like this I appreciate sudo... - Jy@ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 2: 1:44 1999 Delivered-To: freebsd-isp@freebsd.org Received: from colossus.invictanet.co.uk (colossus.invictanet.co.uk [62.232.18.118]) by hub.freebsd.org (Postfix) with ESMTP id 8725814A2C for ; Tue, 26 Oct 1999 02:01:37 -0700 (PDT) (envelope-from martynr@invictanet.co.uk) Received: from harry (warp9-81.enta-net.co.uk [195.74.110.82]) by colossus.invictanet.co.uk (8.9.3/8.9.3) with SMTP id KAA07221 for ; Tue, 26 Oct 1999 10:01:47 +0100 (BST) Reply-To: From: "Martyn Routley" To: "Freebsd-ISP" Subject: Virtual Hosting Date: Tue, 26 Oct 1999 09:39:51 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Can anybody suggest a Virtual Hosting Control Panel type system? We have a few resellers each selling their own dial accounts, web space and domain names. We currently manage their accounts manually but would like them to be able to do most things themselves. Any ideas? Thanks Martyn Routley ----------------------------------------------------- InvictaNet - The Internet in Plain English, Guaranteed http://www.invictanet.co.uk mailto:info@invictanet.co.uk phone: 0870 7402252 fax: +44 (0)1233 334001 ------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 2:31:48 1999 Delivered-To: freebsd-isp@freebsd.org Received: from cronus.medianetwork.se (cronus.medianetwork.se [193.14.204.1]) by hub.freebsd.org (Postfix) with ESMTP id E8FB81532E for ; Tue, 26 Oct 1999 02:31:45 -0700 (PDT) (envelope-from dl@tyfon.net) Received: from junglenote.com (digital06.medianetwork.se [193.14.204.224]) by cronus.medianetwork.se (8.9.3/8.7) with ESMTP id LAA18279 for ; Tue, 26 Oct 1999 11:31:45 +0200 Received: from enigmatic [127.0.0.1] by junglenote.com [localhost] with SMTP (MDaemon.v2.84.R) for ; Tue, 26 Oct 1999 11:37:18 +0200 Received: by localhost with Microsoft MAPI; Tue, 26 Oct 1999 11:37:17 +0200 Message-ID: <01BF1FA6.74E685C0.dl@tyfon.net> From: Dan Larsson To: "'martynr@invictanet.co.uk'" , Freebsd-ISP Subject: SV: Virtual Hosting Date: Tue, 26 Oct 1999 11:37:16 +0200 Organization: Network Operations - Tyfon Internet Services X-Mailer: Microsoft Internet-e-post/MAPI - 8.0.0.4211 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MDaemon-Deliver-To: freebsd-isp@FreeBSD.ORG X-Return-Path: dl@tyfon.net Reply-To: dl@tyfon.net Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org webmin might work for your situation Regards ------------ Dan Larsson Tyfon Internet Services Portabla Datorer AB http://tyfon.net : http://pod.nu =20 >=20 > -----Ursprungligt meddelande----- > Fr=E5n: Martyn Routley [SMTP:martynr@invictanet.co.uk] > Skickat: den 26 oktober 1999 10:40 > Till: Freebsd-ISP > =C4mne: Virtual Hosting >=20 > <> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 2:47:26 1999 Delivered-To: freebsd-isp@freebsd.org Received: from colossus.invictanet.co.uk (colossus.invictanet.co.uk [62.232.18.118]) by hub.freebsd.org (Postfix) with ESMTP id 67D321538B for ; Tue, 26 Oct 1999 02:47:19 -0700 (PDT) (envelope-from martynr@invictanet.co.uk) Received: from harry (warp9-81.enta-net.co.uk [195.74.110.82]) by colossus.invictanet.co.uk (8.9.3/8.9.3) with SMTP id KAA08102 for ; Tue, 26 Oct 1999 10:47:31 +0100 (BST) Reply-To: From: "Martyn Routley" To: "Freebsd-ISP" Subject: RE: Virtual Hosting Date: Tue, 26 Oct 1999 10:25:33 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <01BF1FA6.74E685C0.dl@tyfon.net> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We already use webmin, but unless I have missed something in its configuration, I can't set up a webmin user to havbe access only to a limited block of user accounts. Martyn ----------------------------------------------------- InvictaNet - The Internet in Plain English, Guaranteed http://www.invictanet.co.uk mailto:info@invictanet.co.uk phone: 0870 7402252 fax: +44 (0)1233 334001 ------------------------------------------------------ > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Dan Larsson > Sent: 26 October 1999 10:37 > To: 'martynr@invictanet.co.uk'; Freebsd-ISP > Subject: SV: Virtual Hosting > > > webmin might work for your situation > > Regards > ------------ > Dan Larsson > Tyfon Internet Services > Portabla Datorer AB > http://tyfon.net : http://pod.nu > > > > > -----Ursprungligt meddelande----- > > Från: Martyn Routley [SMTP:martynr@invictanet.co.uk] > > Skickat: den 26 oktober 1999 10:40 > > Till: Freebsd-ISP > > Ämne: Virtual Hosting > > > > <> > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 3:38: 0 1999 Delivered-To: freebsd-isp@freebsd.org Received: from chuggalug.clues.com (chuggalug.clues.com [194.217.82.22]) by hub.freebsd.org (Postfix) with ESMTP id 2BFFB14D74 for ; Tue, 26 Oct 1999 03:37:57 -0700 (PDT) (envelope-from geoffb@chuggalug.clues.com) Received: (from geoffb@localhost) by chuggalug.clues.com (8.9.3/8.9.3) id LAA95571; Tue, 26 Oct 1999 11:37:47 +0100 (BST) (envelope-from geoffb) Date: Tue, 26 Oct 1999 11:37:47 +0100 From: Geoff Buckingham To: Martyn Routley Cc: Freebsd-ISP Subject: Re: Virtual Hosting Message-ID: <19991026113747.A95560@chuggalug.clues.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: ; from Martyn Routley on Tue, Oct 26, 1999 at 09:39:51AM +0100 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Oct 26, 1999 at 09:39:51AM +0100, Martyn Routley wrote: > Can anybody suggest a Virtual Hosting Control Panel type system? > We have a few resellers each selling their own dial accounts, web space and > domain names. We currently manage their accounts manually but would like > them to be able to do most things themselves. > > Any ideas? > If you can switch httpd, try Zeus. It has a web administration tool that allows delegation of a selection of configurable controls. 30 day trial available from http://www.zeus.co.uk However that will only help with the webhosting side of things. -- GeoffB To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 6:18:40 1999 Delivered-To: freebsd-isp@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id E1D7514D71 for ; Tue, 26 Oct 1999 06:18:35 -0700 (PDT) (envelope-from shovey@buffnet.net) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.8.7/8.8.7) with ESMTP id JAA07447; Tue, 26 Oct 1999 09:18:26 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Tue, 26 Oct 1999 09:18:26 -0400 (EDT) From: Steve Hovey To: James Wyatt Cc: jahanur , freebsd-isp@FreeBSD.ORG Subject: Re: root access problem please help. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Why not boot stand alone (with -s) and when it says enter shell or press enter enter /bin/sh and then enter On Mon, 25 Oct 1999, James Wyatt wrote: > On Mon, 25 Oct 1999, jahanur wrote: > > HI, everybody, > > I have got a major problem. > > Whenever I try to login as root it says "su: /bin/bash: No such file or > > directory". > > After a lot investgation I found out that the other administrator was > > trying to change shell for some user. He is not shure what he did, but he > > ran the "chsh" command while he was root and probably changed the shell > > for the root. > > > > I have tried copying the "bash" in /bin directory by using "su root -c "cp > > bash /bin" from /usr/local/bin/ directory. > > I dont know what else I could do. > > Please help. > > > > Jahanur > > If I understand, can't you just do something like: > > su root -c "chsh" > > It's times like this I appreciate sudo... - Jy@ > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 6:33:54 1999 Delivered-To: freebsd-isp@freebsd.org Received: from dumbo.familyinet.net (dumbo.familyinet.net [206.105.51.10]) by hub.freebsd.org (Postfix) with ESMTP id 0ADB414C81 for ; Tue, 26 Oct 1999 06:33:50 -0700 (PDT) (envelope-from phill@freebsd.org) Received: from localhost (phill@localhost) by dumbo.familyinet.net (8.9.1/8.9.1) with ESMTP id IAA21364; Tue, 26 Oct 1999 08:50:13 GMT X-Authentication-Warning: dumbo.familyinet.net: phill owned process doing -bs Date: Tue, 26 Oct 1999 08:50:12 +0000 (GMT) From: Phillip Salzman X-Sender: phill@dumbo.familyinet.net To: jahanur Cc: freebsd-isp@freebsd.org Subject: Re: root access problem please help. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "man su" Use the su -m command. It will allow you to keep your current shell while acting as root. After you have done that, move the roots shell to csh or sh -- with vipw. -- Phillip Salzman phill@freebsd.org On Mon, 25 Oct 1999, jahanur wrote: > HI, everybody, > I have got a major problem. > Whenever I try to login as root it says "su: /bin/bash: No such file or > directory". > After a lot investgation I found out that the other administrator was > trying to change shell for some user. He is not shure what he did, but he > ran the "chsh" command while he was root and probably changed the shell > for the root. > > I have tried copying the "bash" in /bin directory by using "su root -c "cp > bash /bin" from /usr/local/bin/ directory. > I dont know what else I could do. > Please help. > > Jahanur > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 10: 1:21 1999 Delivered-To: freebsd-isp@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 307F2151C5 for ; Tue, 26 Oct 1999 10:01:15 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 729671C2B; Tue, 26 Oct 1999 12:03:42 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 6E0493817; Tue, 26 Oct 1999 12:03:42 -0400 (EDT) Date: Tue, 26 Oct 1999 12:03:42 -0400 (EDT) From: Bill Fumerola To: jahanur Cc: "Dr. Dave" , freebsd-isp@freebsd.org Subject: Re: root access problem please help. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 25 Oct 1999, jahanur wrote: > Thank you very much for your help. > Isnt there any other way? > I realy dont want shut the system down. For God's sakes: If you made the dumb move of making a dynamically linked binary your root shell you're going to have to pay consequences. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 10:18:40 1999 Delivered-To: freebsd-isp@freebsd.org Received: from icarus.idirect.com (icarus.idirect.com [207.136.80.7]) by hub.freebsd.org (Postfix) with ESMTP id 5338414EDE for ; Tue, 26 Oct 1999 10:18:11 -0700 (PDT) (envelope-from ReachMe@Syne-Post.com) Received: from terminus.idirect.com ([207.136.80.70]) by icarus.idirect.com with esmtp (Exim 3.02 #2) id 11gAEc-0003Wl-00; Tue, 26 Oct 1999 13:18:10 -0400 Received: from Syne-Post.com (ts3-1t-40.tor.idirect.com [209.161.224.40]) by terminus.idirect.com (8.9.3/8.9.3) with ESMTP id NAA00805; Tue, 26 Oct 1999 13:18:08 -0400 (EDT) Message-ID: <3815E2AD.EA3D20BC@Syne-Post.com> Date: Tue, 26 Oct 1999 13:19:41 -0400 From: Phil X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: martynr@invictanet.co.uk Cc: Freebsd-ISP Subject: Re: Virtual Hosting References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello There. Where can I find webmin?? I have been looking to implement something on this line aswell. I am an independent Web Hosting provider operating one collocated server. I also out source access services. Thank you for the pointers. Phil Perreault Syne-Post Communications Martyn Routley wrote: > We already use webmin, but unless I have missed something in its > configuration, I can't set up a webmin user to havbe access only to a > limited block of user accounts. > > Martyn > ----------------------------------------------------- > InvictaNet - The Internet in Plain English, Guaranteed > http://www.invictanet.co.uk > mailto:info@invictanet.co.uk > phone: 0870 7402252 > fax: +44 (0)1233 334001 > ------------------------------------------------------ > > > -----Original Message----- > > From: owner-freebsd-isp@FreeBSD.ORG > > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Dan Larsson > > Sent: 26 October 1999 10:37 > > To: 'martynr@invictanet.co.uk'; Freebsd-ISP > > Subject: SV: Virtual Hosting > > > > > > webmin might work for your situation > > > > Regards > > ------------ > > Dan Larsson > > Tyfon Internet Services > > Portabla Datorer AB > > http://tyfon.net : http://pod.nu > > > > > > > > -----Ursprungligt meddelande----- > > > Fr=E5n: Martyn Routley [SMTP:martynr@invictanet.co.uk] > > > Skickat: den 26 oktober 1999 10:40 > > > Till: Freebsd-ISP > > > =C4mne: Virtual Hosting > > > > > > <> > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 11:12:18 1999 Delivered-To: freebsd-isp@freebsd.org Received: from roble.com (roble.com [206.40.34.50]) by hub.freebsd.org (Postfix) with ESMTP id 6C60114E25 for ; Tue, 26 Oct 1999 11:12:15 -0700 (PDT) (envelope-from sendmail@roble.com) Received: from roble2.roble.com (roble2.roble.com [206.40.34.52]) by roble.com (Roble1b) with SMTP id LAA16225 for ; Tue, 26 Oct 1999 11:12:13 -0700 (PDT) Date: Tue, 26 Oct 1999 11:12:10 -0700 (PDT) From: Roger Marquis To: freebsd-isp@FreeBSD.ORG Subject: Re: root access problem please help. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > For God's sakes: If you made the dumb move of making a dynamically linked > binary your root shell you're going to have to pay consequences. It would only be a dumb move if neither the shell nor the linked libraries were on the root filesystem. I've been using dynamically linked tcsh and bash as the root shell for over a decade with no problems. Splitting /usr onto a separate filesystem, however, can be a dumb move if you're not restricted to 1GB drives. -- Roger Marquis Roble Systems Consulting http://www.roble.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 11:35:30 1999 Delivered-To: freebsd-isp@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 1D00914BEB for ; Tue, 26 Oct 1999 11:35:28 -0700 (PDT) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 9A4CB1C29; Tue, 26 Oct 1999 13:37:56 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 970E43817; Tue, 26 Oct 1999 13:37:56 -0400 (EDT) Date: Tue, 26 Oct 1999 13:37:56 -0400 (EDT) From: Bill Fumerola To: Roger Marquis Cc: freebsd-isp@FreeBSD.ORG Subject: Re: root access problem please help. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 26 Oct 1999, Roger Marquis wrote: > > For God's sakes: If you made the dumb move of making a dynamically linked > > binary your root shell you're going to have to pay consequences. > > It would only be a dumb move if neither the shell nor the linked > libraries were on the root filesystem. I've been using dynamically > linked tcsh and bash as the root shell for over a decade with no > problems. Splitting /usr onto a separate filesystem, however, can be a > dumb move if you're not restricted to 1GB drives. Obviously. I'm refering to the plethora of users who have the typical /, /usr, /var, swap install, and the plethora of users who # cd /usr/ports/shells/bash2 && make install clean # chsh [...] # And then file a PR. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 11:39: 0 1999 Delivered-To: freebsd-isp@freebsd.org Received: from mail.alpha1.net (mail.alpha1.net [216.88.112.3]) by hub.freebsd.org (Postfix) with ESMTP id 683C814F6B for ; Tue, 26 Oct 1999 11:38:57 -0700 (PDT) (envelope-from marius@alpha1.net) Received: from swedishchef.alpha1.net (IDENT:marius@swedishchef.alpha1.net [216.88.237.10]) by mail.alpha1.net (8.9.3/8.9.3) with ESMTP id NAA05833; Tue, 26 Oct 1999 13:40:18 -0500 Date: Tue, 26 Oct 1999 13:38:44 -0500 (CDT) From: Marius Strom To: Bill Fumerola Cc: Roger Marquis , freebsd-isp@FreeBSD.ORG Subject: Re: root access problem please help. In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org True, however, even with libraries and dynamic binaries on the same FS, it's trouble. I had a linux system (yes, yes..) that a co-admin was trying to RPM upgrade the libc (yes, another bad move, but it wasn't me! =]) and broke it. Voila, statically linked sh worked, but I couldn't cp, mv, ch(mod|own). sash(1) is your friend. -- Marius Strom Professional Geek/Unix System Administrator Alpha1 Internet http://www.marius.org/marius.pgp 0x5645C228 In theory, there is no difference between theory and practice... ...In practice, there is a big difference. On Tue, 26 Oct 1999, Bill Fumerola wrote: > On Tue, 26 Oct 1999, Roger Marquis wrote: > > > > For God's sakes: If you made the dumb move of making a dynamically linked > > > binary your root shell you're going to have to pay consequences. > > > > It would only be a dumb move if neither the shell nor the linked > > libraries were on the root filesystem. I've been using dynamically > > linked tcsh and bash as the root shell for over a decade with no > > problems. Splitting /usr onto a separate filesystem, however, can be a > > dumb move if you're not restricted to 1GB drives. > > Obviously. I'm refering to the plethora of users who have the typical > /, /usr, /var, swap install, and the plethora of users who > > # cd /usr/ports/shells/bash2 && make install clean > # chsh > [...] > # > > And then file a PR. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 12:22:10 1999 Delivered-To: freebsd-isp@freebsd.org Received: from ns.nexos.com.br (ns.nexos.com.br [200.223.94.67]) by hub.freebsd.org (Postfix) with ESMTP id D109714F87 for ; Tue, 26 Oct 1999 12:21:59 -0700 (PDT) (envelope-from josue@nexos.com.br) Received: from nexos.com.br (ubu.nexos.com.br [200.223.94.75]) by ns.nexos.com.br (8.9.2/8.9.2) with ESMTP id RAA42956 for ; Tue, 26 Oct 1999 17:22:04 -0200 (BDB) (envelope-from josue@nexos.com.br) Message-ID: <3815FFA9.D7C6E0E0@nexos.com.br> Date: Tue, 26 Oct 1999 17:23:21 -0200 From: "=?iso-8859-1?Q?Josu=E9=20Jos=E9?= Souza Jr." Organization: Nexos =?iso-8859-1?Q?Servi=E7os?= de Redes Ltda. X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.1-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: FreeBSD-ISP Subject: ProFTP 1.2.0pre8 and PAM Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I have installed ProFTP 1.2.0pre8 but I can only login as anonymous ftp. If I try to authenticate as a system user, I get the following error messages: Oct 26 17:17:51 genipabu proftpd[28012]: unable to resolve symbol: pam_sm_acct_mgmt Oct 26 17:17:51 genipabu proftpd[28012]: unable to resolve symbol: pam_sm_open_session Oct 26 17:17:51 genipabu proftpd[28012]: unable to resolve symbol: pam_sm_close_session Oct 26 17:17:51 genipabu proftpd[28012]: PAM(josue): Module is unknown Oct 26 17:17:51 genipabu proftpd[28012]: USER josue: incorrect password from genipabu.nexos.com.br [192.168.0.6] to 192.168.0.6:21 I've set the configurations shown in README.PAM file from the port and searched lists archives for a solution and I found some messages about using this configuration in /etc/pam.conf: ftp auth required /usr/lib/pam_unix.so try_first_pass ftp account required /usr/lib/pam_unix.so try_first_pass ftp session required /usr/lib/pam_unix.so try_first_pass This is not working too. Does anyone know what am I supposed to do to get ProFTP working fine? Thanks in advance, -- ------------------------------------------ Josué José Souza Jr. - Operações e Suporte josue@nexos.com.br Nexos Serviços de Redes Ltda. http://www.nexos.com.br Salvador - Bahia - Brasil ------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 12:36:49 1999 Delivered-To: freebsd-isp@freebsd.org Received: from bekool.com (ns2.netquick.net [216.48.34.2]) by hub.freebsd.org (Postfix) with ESMTP id 7EE2415051; Tue, 26 Oct 1999 12:36:29 -0700 (PDT) (envelope-from trouble@netquick.net) Received: from bastille.netquick.net ([216.48.32.159] helo=netquick.net ident=root) by bekool.com with esmtp (Exim 3.03 #1) id 11gCny-000OhR-00; Tue, 26 Oct 1999 20:02:51 +0000 Message-ID: <381606F7.6C9906E8@netquick.net> Date: Tue, 26 Oct 1999 14:54:31 -0500 From: TrouBle Reply-To: trouble@netquick.net Organization: Hacked Furbies X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" , freebsd-isp@freebsd.org Subject: Answer needed??? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org okay, with a brief explaination i have scripts that run under apache, user/group nobody... now say these scripts are to update/add/remove/modify users/passwords using either pw, or pwd_mkdb ... how can i get around the errors of these utilities needing to be run as root, in order to be effective ??? -- ...and that is how we know the Earth to be banana-shaped. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 12:58:37 1999 Delivered-To: freebsd-isp@freebsd.org Received: from rs3s4.datacenter.cha.cantv.net (rs3s4.datacenter.cha.cantv.net [200.44.32.53]) by hub.freebsd.org (Postfix) with ESMTP id DAD5314F79 for ; Tue, 26 Oct 1999 12:57:56 -0700 (PDT) (envelope-from luis@cantv.net) Received: from cantv.net ([200.44.46.54]) by rs3s4.datacenter.cha.cantv.net (8.9.1a/8.9.1/1.0) with ESMTP id PAA26842; Tue, 26 Oct 1999 15:51:51 -0400 (VET) Message-ID: <3816062B.9F3E02ED@cantv.net> Date: Tue, 26 Oct 1999 15:51:07 -0400 From: Luis Moreno X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "=?iso-8859-1?Q?Josu=E9=20Jos=E9?= Souza Jr." Cc: FreeBSD-ISP Subject: Re: ProFTP 1.2.0pre8 and PAM References: <3815FFA9.D7C6E0E0@nexos.com.br> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello Josué. I did install the same versión. I just compile, change the group of the resulting file defined on the Makefile, edit the inetd.conf and put this: ftp stream tcp nowait root /usr/local/sbin/proftpd proftpd and in the configuration file I put this: ServerType inetd and everything works fine for me -luis "Josué José Souza Jr." wrote: > Hello, > > I have installed ProFTP 1.2.0pre8 but I can only login as anonymous > ftp. If I try to authenticate as a system user, I get the following > error messages: > > Oct 26 17:17:51 genipabu proftpd[28012]: unable to resolve symbol: > pam_sm_acct_mgmt > Oct 26 17:17:51 genipabu proftpd[28012]: unable to resolve symbol: > pam_sm_open_session > Oct 26 17:17:51 genipabu proftpd[28012]: unable to resolve symbol: > pam_sm_close_session > Oct 26 17:17:51 genipabu proftpd[28012]: PAM(josue): Module is unknown > Oct 26 17:17:51 genipabu proftpd[28012]: USER josue: incorrect > password from genipabu.nexos.com.br [192.168.0.6] to 192.168.0.6:21 > > I've set the configurations shown in README.PAM file from the port and > searched lists archives for a solution and I found some messages about > using this configuration in /etc/pam.conf: > > ftp auth required /usr/lib/pam_unix.so > try_first_pass > ftp account required /usr/lib/pam_unix.so > try_first_pass > ftp session required /usr/lib/pam_unix.so > try_first_pass > > This is not working too. Does anyone know what am I supposed to do to > get ProFTP working fine? > > Thanks in advance, > > -- > ------------------------------------------ > Josué José Souza Jr. - Operações e Suporte > josue@nexos.com.br > Nexos Serviços de Redes Ltda. > http://www.nexos.com.br > > Salvador - Bahia - Brasil > ------------------------------------------ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 13: 3:30 1999 Delivered-To: freebsd-isp@freebsd.org Received: from bekool.com (ns2.netquick.net [216.48.34.2]) by hub.freebsd.org (Postfix) with ESMTP id 195FB14F90; Tue, 26 Oct 1999 13:02:49 -0700 (PDT) (envelope-from trouble@netquick.net) Received: from bastille.netquick.net ([216.48.32.159] helo=netquick.net ident=root) by bekool.com with esmtp (Exim 3.03 #1) id 11gDDS-000Ors-00; Tue, 26 Oct 1999 20:29:10 +0000 Message-ID: <38160D23.8FF1A6BF@netquick.net> Date: Tue, 26 Oct 1999 15:20:51 -0500 From: TrouBle Reply-To: trouble@netquick.net Organization: Hacked Furbies X-Mailer: Mozilla 4.7 [en] (X11; I; FreeBSD 3.3-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" , freebsd-isp@freebsd.org Subject: Running scripts as root under Apache References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org okay, with a brief explaination i have scripts that run under apache, user/group/nobody... now say these scripts are to update/add/remove/modify users/passwords using either pw, or pwd_mkdb... how can i get around the errors of these utilities needing to be run as root, in order to be effective ??? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 13:22:13 1999 Delivered-To: freebsd-isp@freebsd.org Received: from richard2.pil.net (richard2.pil.net [207.8.164.9]) by hub.freebsd.org (Postfix) with SMTP id AFBAA1541C for ; Tue, 26 Oct 1999 13:21:55 -0700 (PDT) (envelope-from up@pil.net) Received: (qmail 24854 invoked by uid 1825); 26 Oct 1999 20:21:47 -0000 Date: Tue, 26 Oct 1999 16:21:47 -0400 (EDT) From: X-Sender: up@richard2.pil.net To: TrouBle Cc: "freebsd-questions@FreeBSD.ORG" , freebsd-isp@freebsd.org Subject: Re: Running scripts as root under Apache In-Reply-To: <38160D23.8FF1A6BF@netquick.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 26 Oct 1999, TrouBle wrote: > okay, with a brief explaination i have scripts that run under apache, > user/group/nobody... now say these scripts are to > update/add/remove/modify users/passwords using either pw, or pwd_mkdb... > how can i get around the errors of these utilities needing to be run as > root, in order to be effective ??? suid is the traditional, insecure way to do it, sudo is safer. James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= ISPF 3 - The Forum for ISPs by ISPs(tm) || Nov 15-17, 1999, New Orleans 3 days of clues, news, and views from the industry's best and brightest. Visit for information and registration. ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 14:14:31 1999 Delivered-To: freebsd-isp@freebsd.org Received: from hotmail.com (law2-f147.hotmail.com [216.32.181.147]) by hub.freebsd.org (Postfix) with SMTP id 9104714A13 for ; Tue, 26 Oct 1999 14:14:13 -0700 (PDT) (envelope-from fjcameron@hotmail.com) Received: (qmail 10522 invoked by uid 0); 26 Oct 1999 21:14:10 -0000 Message-ID: <19991026211410.10521.qmail@hotmail.com> Received: from 147.160.99.35 by www.hotmail.com with HTTP; Tue, 26 Oct 1999 14:14:10 PDT X-Originating-IP: [147.160.99.35] From: "Frank Cameron" To: freebsd-isp@FreeBSD.ORG Cc: ReachMe@Syne-Post.com Subject: Re: Virtual Hosting Date: Tue, 26 Oct 1999 17:14:10 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org www.webmin.org; also, in the ports collection. -Frank > >Hello There. > > Where can I find webmin?? I have been looking to implement something >on this line aswell. I am an independent Web Hosting provider operating >one collocated server. I also out source access services. > >Thank you for the pointers. > >Phil Perreault >Syne-Post Communications > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 14:16:48 1999 Delivered-To: freebsd-isp@freebsd.org Received: from hotmail.com (law2-f209.hotmail.com [216.32.181.209]) by hub.freebsd.org (Postfix) with SMTP id F36DD14A13 for ; Tue, 26 Oct 1999 14:16:37 -0700 (PDT) (envelope-from fjcameron@hotmail.com) Received: (qmail 21718 invoked by uid 0); 26 Oct 1999 21:16:34 -0000 Message-ID: <19991026211634.21717.qmail@hotmail.com> Received: from 147.160.99.35 by www.hotmail.com with HTTP; Tue, 26 Oct 1999 14:16:34 PDT X-Originating-IP: [147.160.99.35] From: "Frank Cameron" To: freebsd-isp@FreeBSD.ORG Cc: ReachMe@Syne-Post.com Subject: Re: Virtual Hosting Date: Tue, 26 Oct 1999 17:16:34 EDT Mime-Version: 1.0 Content-Type: text/plain; format=flowed Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Oops. . . www.webmin.com (not .org) Sorry. -Frank ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 17:27: 2 1999 Delivered-To: freebsd-isp@freebsd.org Received: from bsdie.rwsystems.net (bsdie.rwsystems.net [209.197.223.2]) by hub.freebsd.org (Postfix) with ESMTP id 29A3614C92 for ; Tue, 26 Oct 1999 17:26:59 -0700 (PDT) (envelope-from jwyatt@rwsystems.net) Received: from bsdie.rwsystems.net([209.197.223.2]) (940 bytes) by bsdie.rwsystems.net via sendmail with P:esmtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Tue, 26 Oct 1999 19:25:20 -0500 (CDT) (Smail-3.2.0.106 1999-Mar-31 #1 built 1999-Aug-7) Date: Tue, 26 Oct 1999 19:25:19 -0500 (CDT) From: James Wyatt To: Phil Cc: martynr@invictanet.co.uk, Freebsd-ISP Subject: Re: Virtual Hosting In-Reply-To: <3815E2AD.EA3D20BC@Syne-Post.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org It is in the ports under /usr/ports/sysutils/webmin for your building pleasure - Jy@ On Tue, 26 Oct 1999, Phil wrote: > Where can I find webmin?? I have been looking to implement something > on this line aswell. I am an independent Web Hosting provider operating > one collocated server. I also out source access services. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 20:58:49 1999 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.jjsoft.com (fig2.figdav.com [208.152.114.19]) by hub.freebsd.org (Postfix) with ESMTP id 1478F14E6D for ; Tue, 26 Oct 1999 20:58:47 -0700 (PDT) (envelope-from jahanur@jjsoft.com) Received: from localhost (jahanur@localhost) by ns2.jjsoft.com (8.9.0/8.9.0) with SMTP id WAA08538 for ; Tue, 26 Oct 1999 22:58:46 -0500 (CDT) Date: Tue, 26 Oct 1999 22:58:46 -0500 (CDT) From: jahanur To: freebsd-isp@freebsd.org Subject: 2nd NIC Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have installed another 3Com NIC to my existing 3com NIC, but I dont see system recognized it as "ep1". I still see the NIC#1 as ep0 but not the ep1. Do I need to declare in rc.conf file "network_interfaces="lo0,ep0ep1" like this. Is there anything else needed. Please help. Jahanur To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 21:27: 7 1999 Delivered-To: freebsd-isp@freebsd.org Received: from tinker.com (troll.tinker.com [204.214.7.146]) by hub.freebsd.org (Postfix) with ESMTP id DD01214C46 for ; Tue, 26 Oct 1999 21:26:58 -0700 (PDT) (envelope-from kim@tinker.com) Received: by localhost (8.8.5/8.8.5) Received: by mail.tinker.com via smap (V2.0) id xma028841; Tue Oct 26 23:02:43 1999 Received: by localhost (8.8.8/8.8.8) id XAA06533; Tue, 26 Oct 1999 23:26:36 -0500 (CDT) Message-ID: <38167F36.A1CEA70A@tinker.com> Date: Tue, 26 Oct 1999 23:27:34 -0500 From: Kim Shrier Organization: Shrier and Deihl X-Mailer: Mozilla 4.61 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: jahanur Cc: freebsd-isp@FreeBSD.ORG Subject: Re: 2nd NIC References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Since the 3Com NIC is an ISA device, you need to configure ep1 into the kernel and rebuild it. For example, assuming that your current 3Com NIC is at I/O address 0x300 and uses IRQ 10, then your kernel configuration will have a line like: device ep0 at isa? port 0x300 net irq 10 Assuming that your second 3Com NIC is at I/O address 0x320 and uses IRQ 11, then you will need to add the following line: device ep1 at isa? port 0x320 net irq 11 You should adjust the address and IRQ for your particular hardware. After you rebuild your kernel, you should edit rc.conf to say: network_interfaces="lo0 ep0 ep1" And, you will need to add a line like: ifconfig_ep1="inet xxx.xxx.xxx.xxx netmask yyy.yyy.yyy.yyy" with your IP address at xxx.xxx.xxx.xxx and your mask, (probably 255.255.255.0), at yyy.yyy.yyy.yyy Kim Shrier jahanur wrote: > > Hi, > I have installed another 3Com NIC to my existing 3com NIC, but I dont see > system recognized it as "ep1". I still see the NIC#1 as ep0 but not the > ep1. > > Do I need to declare in rc.conf file "network_interfaces="lo0,ep0ep1" like > this. Is there anything else needed. > Please help. > > Jahanur -- Kim Shrier - principal, Shrier and Deihl - mailto:kim@tinker.com Remote Unix Network Admin, Security, Internet Software Development Tinker Internet Services - Superior FreeBSD-based Web Hosting http://www.tinker.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Oct 26 23:34:22 1999 Delivered-To: freebsd-isp@freebsd.org Received: from clifford.inch.com (clifford.inch.com [207.240.140.163]) by hub.freebsd.org (Postfix) with ESMTP id B2C3714D54 for ; Tue, 26 Oct 1999 23:34:20 -0700 (PDT) (envelope-from omar@clifford.inch.com) Received: (from omar@localhost) by clifford.inch.com (8.9.3/8.8.5) id BAA00727 for freebsd-isp@freebsd.org; Wed, 27 Oct 1999 01:54:51 -0400 Message-ID: <19991027015451.A664@clifford.inch.com> Date: Wed, 27 Oct 1999 01:54:51 -0400 From: Omar Thameen To: freebsd-isp@freebsd.org Subject: script to probe MAC address for Windows/Mac Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Greetings all, Faced with our deployment of ADSL, we're going to need some reliable way of getting the MAC address of user's computer so we can configure them for DHCP. Having the users follow instructions and type in 6 pairs of hexadecimal numbers accurately would be a nightmare. What we'd like is for users to run a script that probes the MAC address (and perhaps other useful info like processor type, RAM, etc.) and delivers the results to us. Does anyone have or know of such a script for Windows and Mac? Thanks, Omar To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 27 6: 3: 4 1999 Delivered-To: freebsd-isp@freebsd.org Received: from gdr.dhis.org (m10.ozxpress.com.au [203.46.112.160]) by hub.freebsd.org (Postfix) with ESMTP id 69B7D14EE5 for ; Wed, 27 Oct 1999 06:01:50 -0700 (PDT) (envelope-from phil@ozxpress.com.au) Received: (from right@localhost) by gdr.dhis.org (8.9.3/8.9.1) id XAA01375; Wed, 27 Oct 1999 23:01:46 +1000 (EST) (envelope-from phil@ozxpress.com.au) Date: Wed, 27 Oct 1999 23:01:46 +1000 (EST) Message-Id: <199910271301.XAA01375@gdr.dhis.org> X-Authentication-Warning: raven.gdr.dhis.org: right set sender to phil@ozxpress.com.au using -f From: phil grainger To: freebsd isp Reply-To: phil grainger MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP3 Imap webMail Program 2.0.10 Subject: radius system Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org hi, is anyone developing any user management software based around icradius? we would be interested in co-producing or buying something, especially php based stuff. phil grainger ozxpress.com.au user support services ----------------------------------------------------- This mail sent through IMP: http://web.horde.org/imp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 27 6:38:29 1999 Delivered-To: freebsd-isp@freebsd.org Received: from cs1.cityscope.net (cs1.cityscope.net [206.222.183.2]) by hub.freebsd.org (Postfix) with ESMTP id 535D314BF7 for ; Wed, 27 Oct 1999 06:38:19 -0700 (PDT) (envelope-from ingrid@cityscope.net) Received: from cityscope.net (isdn146.cityscope.net [209.16.49.146]) by cs1.cityscope.net (8.9.3/8.9.0) with ESMTP id IAA29321 for ; Wed, 27 Oct 1999 08:38:18 -0500 (CDT) Message-ID: <381700F8.1C8CE1AF@cityscope.net> Date: Wed, 27 Oct 1999 08:41:12 -0500 From: Ingrid Kast Fuller Reply-To: ingrid@cityscope.net Organization: CityScope Net X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: PASSWD FILE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Question... I'm moving a large amount of users from one server to a new server. Can I go into the /etc/passwd & /etc/master.passwd files in notepad, change the UID/GIDs and then add to new server with no problems? Currently the passwd files are on FreeBSD 2.2.8-STABLE system and will be moving to 3.3.1 system. Let me know, thanks guys. -- ********************************* Ingrid Kast Fuller CityScope Computer Services CityScope Net 3910 Fairmont Parkway Suite K Pasadena, TX 77504-3066 Email: ingrid@cityscope.net Web: http://www.cityscope.net 1 281 998-CITY (2489) ********************************* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 27 6:49:36 1999 Delivered-To: freebsd-isp@freebsd.org Received: from gate.saargate.de (gate.saargate.de [212.88.128.20]) by hub.freebsd.org (Postfix) with ESMTP id 791FA14CF6 for ; Wed, 27 Oct 1999 06:49:26 -0700 (PDT) (envelope-from domi@saargate.de) Message-id: Date: Wed, 27 Oct 1999 15:47:04 +0200 Subject: Re: PASSWD FILE To: ingrid@cityscope.net Cc: freebsd-isp@freebsd.org From: domi@saargate.de (domi) MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org ingrid@cityscope.net schreibt: >I'm moving a large amount of users from one server to a new server. >Can I go into the /etc/passwd & /etc/master.passwd files in notepad, >change the UID/GIDs and then add to new server with no problems? >Currently the passwd files are on FreeBSD 2.2.8-STABLE system and will >be moving to 3.3.1 system. Let me know, thanks guys. You also have to pay attention to the /etc/group for the GIDs. And you should avoid giving two users the same UID. Regards, Dominik To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 27 7:20:41 1999 Delivered-To: freebsd-isp@freebsd.org Received: from calumet.infoteam.com (calumet.infoteam.com [207.246.83.3]) by hub.freebsd.org (Postfix) with ESMTP id CA80E14C92 for ; Wed, 27 Oct 1999 07:20:35 -0700 (PDT) (envelope-from kmartin@infoteam.com) Received: (from kmartin@localhost) by calumet.infoteam.com (8.8.8/8.8.8) id KAA24236; Wed, 27 Oct 1999 10:20:28 -0400 (EDT) (envelope-from kmartin) Date: Wed, 27 Oct 1999 10:20:28 -0400 From: Kenn Martin To: phil grainger Cc: freebsd isp Subject: Re: radius system Message-ID: <19991027102028.A24087@infoteam.com> References: <199910271301.XAA01375@gdr.dhis.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <199910271301.XAA01375@gdr.dhis.org>; from phil@ozxpress.com.au on Wed, Oct 27, 1999 at 11:01:46PM +1000 X-Uptime: 10:10AM up 7 days, 19:02, 2 users, load averages: 0.00, 0.00, 0.00 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Wed, Oct 27, 1999 at 11:01:46PM +1000, phil grainger wrote: > hi, > is anyone developing any user management software > based around icradius? > we would be interested in co-producing or buying > something, especially php based stuff. We are in the design stage of integrating our Freeside system with our ICRADIUS systems and our Postfix/Cyrus systems. This is primarily just integration work internal to our organization but we would be interested in your input. > phil grainger > > ozxpress.com.au > user support services > > ----------------------------------------------------- > This mail sent through IMP: http://web.horde.org/imp/ Hey! I thought you were using TWIG (like us ;-) Kenn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 27 14: 6:38 1999 Delivered-To: freebsd-isp@freebsd.org Received: from apache.vineyard.net (PRIMARY.VINEYARD.NET [199.232.92.254]) by hub.freebsd.org (Postfix) with ESMTP id 9206514DFC for ; Wed, 27 Oct 1999 14:06:34 -0700 (PDT) (envelope-from ericx@apache.vineyard.net) Received: (from ericx@localhost) by apache.vineyard.net (8.9.0/8.9.0) id RAA04972; Wed, 27 Oct 1999 17:05:55 -0400 (EDT) Message-Id: <199910272105.RAA04972@apache.vineyard.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FengYue Cc: freebsd-isp@FreeBSD.ORG Subject: FreeBSD & MySQL In-Reply-To: References: <99102522020700.58260@310.priebe.alt.na> X-Mailer: VM 6.34 under Emacs 19.34.1 Reply-To: "Eric W. Bates" From: "Eric W. Bates" X-Work: Vineyard.NET, Inc., Box 4249, Vineyard Haven, MA 02568-4249 X-Phone: 508/696-6688 X-Fax: 508/696-8989 Date: Wed, 27 Oct 1999 17:05:55 -0400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We are using MySql to track our web log. We have gone as high as 20 M hits in a week. We try to maintain 6 weeks of data. We found the limiting factor to be disk IO. We eventually built a small ccd of 2 disks working off an Adaptec U2W controller for the db files. This improved performance an order of magnitude or so over a single spindle for the entire machine running off a UW controller. We are also running the 3.23 version of the code because it has better multi-threading support and a new ISAM file format which allows non-blocking queries to the same table. I believe it is still alpha code, but has worked well for us. Bear in mind that mysql does not support transactions and probably never will. Mysql does not support triggers either. There are other "missing" pieces which might frustrate a programmer used to the commercial products. > From: FengYue > Date: Mon, 25 Oct 1999 16:42:45 -0700 (PDT) > > > Recently I'm convinced to help a company buildup an ecomm site. I've been > thinking about using FreeBSD and MySQL. > Has someone here used this combination on a heavy site? Could > you give me some figures? (such as trancation/s ...etc) Or if you have > any tips to share that would be great too > > My goal is build up this site with only open-source products. > > Thanks! > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 27 14: 8:15 1999 Delivered-To: freebsd-isp@freebsd.org Received: from apache.vineyard.net (PRIMARY.VINEYARD.NET [199.232.92.254]) by hub.freebsd.org (Postfix) with ESMTP id 4F04D14DFC for ; Wed, 27 Oct 1999 14:08:10 -0700 (PDT) (envelope-from ericx@apache.vineyard.net) Received: (from ericx@localhost) by apache.vineyard.net (8.9.0/8.9.0) id RAA05121; Wed, 27 Oct 1999 17:08:07 -0400 (EDT) Message-Id: <199910272108.RAA05121@apache.vineyard.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: jahanur Cc: freebsd-isp@FreeBSD.ORG Subject: Re: root access problem please help. In-Reply-To: References: <19991025170729.A96748@sneakerz.org> X-Mailer: VM 6.34 under Emacs 19.34.1 Reply-To: "Eric W. Bates" From: "Eric W. Bates" X-Work: Vineyard.NET, Inc., Box 4249, Vineyard Haven, MA 02568-4249 X-Phone: 508/696-6688 X-Fax: 508/696-8989 Date: Wed, 27 Oct 1999 17:08:07 -0400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org use su -m to maintain the same login environment you are using for your own shell. It will ignore the information listed for root in the passwd file. > From: jahanur > Date: Mon, 25 Oct 1999 19:26:34 -0500 (CDT) > > > Thank you very much for your help. > Isnt there any other way? > I realy dont want shut the system down. > THanks > Jahanur > > > > On Mon, 25 Oct 1999, Dr. Dave wrote: > > > On Mon, Oct 25, 1999 at 06:51:52PM -0500, jahanur wrote: > > > HI, everybody, > > > I have got a major problem. > > > Whenever I try to login as root it says "su: /bin/bash: No such file or > > > directory". > > > > bash is not a great shell to use for root unless it is staticly linked. > > > > > I have tried copying the "bash" in /bin directory by using "su root -c "cp > > > bash /bin" from /usr/local/bin/ directory. > > > I dont know what else I could do. > > > Please help. > > > > You can boot into single user mode, use /bin/sh for the shell. Then mount all of your file systems, and do the copy from there. > > > > -- > > -------------------------------------------------------------------------- > > Dave McKay dave@sneakerz.org > > MSN Hotmail http://www.hotmail.com > > -------------------------------------------------------------------------- > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Oct 27 15: 8: 0 1999 Delivered-To: freebsd-isp@freebsd.org Received: from apache.vineyard.net (PRIMARY.VINEYARD.NET [199.232.92.254]) by hub.freebsd.org (Postfix) with ESMTP id 6D22214C38 for ; Wed, 27 Oct 1999 15:07:55 -0700 (PDT) (envelope-from ericx@apache.vineyard.net) Received: (from ericx@localhost) by apache.vineyard.net (8.9.0/8.9.0) id SAA12211; Wed, 27 Oct 1999 18:07:42 -0400 (EDT) Message-Id: <199910272207.SAA12211@apache.vineyard.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: jahanur Cc: freebsd-isp@FreeBSD.ORG Subject: 2nd NIC In-Reply-To: References: X-Mailer: VM 6.34 under Emacs 19.34.1 Reply-To: "Eric W. Bates" From: "Eric W. Bates" X-Work: Vineyard.NET, Inc., Box 4249, Vineyard Haven, MA 02568-4249 X-Phone: 508/696-6688 X-Fax: 508/696-8989 Date: Wed, 27 Oct 1999 18:07:42 -0400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is an old 509c3 ISA PnP card? You will have to deal with the Plug n Play. 1- You can try to have the BIOS do it. 2- Break into the bootloader and use it to config the cards at boot. 3- Or (my favorite) boot into DOS from a floppy and use the 3Com utilities to hardcode the 2 cards to appropriate IRQ's, DMA's, etc. You have to provide ifconfig data in rc.conf eventually, but first your kernel has recognize the card. > From: jahanur > Date: Tue, 26 Oct 1999 22:58:46 -0500 (CDT) > > Hi, > I have installed another 3Com NIC to my existing 3com NIC, but I dont see > system recognized it as "ep1". I still see the NIC#1 as ep0 but not the > ep1. > > Do I need to declare in rc.conf file "network_interfaces="lo0,ep0ep1" like > this. Is there anything else needed. > Please help. > > Jahanur -- Eric W. Bates To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Oct 28 5:33:23 1999 Delivered-To: freebsd-isp@freebsd.org Received: from seidata.com (mailer.seidata.com [208.10.211.10]) by hub.freebsd.org (Postfix) with ESMTP id AACB015457 for ; Thu, 28 Oct 1999 05:33:19 -0700 (PDT) (envelope-from pboehmer@seidata.com) Received: from yaffer (lan-gw.seidata.com [208.10.211.26]) by seidata.com (8.9.3/8.9.3) with SMTP id IAA58359 for ; Thu, 28 Oct 1999 08:33:41 -0400 (EDT) Message-Id: <3.0.6.32.19991028083634.007ae4d0@seidata.com> X-Sender: pboehmer@seidata.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Thu, 28 Oct 1999 08:36:34 -0400 To: freebsd-isp@freebsd.org From: Paul Boehmer Subject: Keeping Mail from Moving Home Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org We have implemented a centralized mail directory through nfs shares on all of our servers for our customers. We have noticed that when a user shells into a server and runs pine,elm, or other mail client, that the contents of /var/mail gets moved to the users directory mbox. The problem is most of our shell users like to browse the mail with shell mail client and then use ie/netscape to download the mail later on. When they try to download the mail with ie/netscape, there is no mail, but if they shell into the server and run pine, messages are there. Is there a way to prevent this without having to change 12k+ user files? Thanks for any input Paul Boehmer pboehmer@seidata.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Oct 28 9: 1:51 1999 Delivered-To: freebsd-isp@freebsd.org Received: from bsdie.rwsystems.net (bsdie.rwsystems.net [209.197.223.2]) by hub.freebsd.org (Postfix) with ESMTP id 927D914CA6 for ; Thu, 28 Oct 1999 09:01:47 -0700 (PDT) (envelope-from jwyatt@rwsystems.net) Received: from bsdie.rwsystems.net([209.197.223.2]) (1462 bytes) by bsdie.rwsystems.net via sendmail with P:esmtp/R:bind_hosts/T:inet_zone_bind_smtp (sender: ) id for ; Thu, 28 Oct 1999 10:47:54 -0500 (CDT) (Smail-3.2.0.106 1999-Mar-31 #1 built 1999-Aug-7) Date: Thu, 28 Oct 1999 10:47:50 -0500 (CDT) From: James Wyatt To: Paul Boehmer Cc: freebsd-isp@freebsd.org Subject: Re: Keeping Mail from Moving Home In-Reply-To: <3.0.6.32.19991028083634.007ae4d0@seidata.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I don't know about the others, but pine has a knob for this. It allows shell users to use IMAP as well... This could be a find+sed thing or just a global default when users are added - Jy@ On Thu, 28 Oct 1999, Paul Boehmer wrote: > We have implemented a centralized mail directory through nfs shares on all > of our servers for our customers. We have noticed that when a user shells > into a server and runs pine,elm, or other mail client, that the contents of > /var/mail gets moved to the users directory mbox. The problem is most of > our shell users like to browse the mail with shell mail client and then use > ie/netscape to download the mail later on. When they try to download the > mail with ie/netscape, there is no mail, but if they shell into the server > and run pine, messages are there. > > Is there a way to prevent this without having to change 12k+ user files? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Oct 29 4:52:33 1999 Delivered-To: freebsd-isp@freebsd.org Received: from tdis.gctc.rssi.ru (tdis.gctc.rssi.ru [193.232.26.70]) by hub.freebsd.org (Postfix) with ESMTP id 4AEEF1557A for ; Fri, 29 Oct 1999 04:52:09 -0700 (PDT) (envelope-from Andrew.Karjagin@tdis.gctc.rssi.ru) Received: from tdis.gctc.rssi.ru ([192.168.0.4]) by tdis.gctc.rssi.ru (8.9.3/8.9.3) with ESMTP id PAA08069 for ; Fri, 29 Oct 1999 15:53:32 +0400 (MSD) Message-ID: <38199841.9483CAE0@tdis.gctc.rssi.ru> Date: Fri, 29 Oct 1999 15:51:13 +0300 From: Andrew Karjagin Organization: GCTC X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: ru,en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Subject: BackUp Drive Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello! First HDD Seagate worked two years and crash! Second HDD Seagate worked two years and crash! Now we buy Quantum (there can be better) and at us the problem has appeared with purchase of BackUp drive. We work with FreeBSD 2.2.6, in future plan to pass on FreeBSD 3.*. What model of the device of reserve copying well works with given OS's (may be IDE or SCSI - based on your experience)? What programs work with the given devices (from standard ports collection)? Thank you for your help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Oct 29 5:12:22 1999 Delivered-To: freebsd-isp@freebsd.org Received: from ktpk.dp.ua (ktpk.dp.ua [195.24.130.245]) by hub.freebsd.org (Postfix) with ESMTP id E74EE14CE5; Fri, 29 Oct 1999 05:10:37 -0700 (PDT) (envelope-from os@ktpk.dp.ua) Received: from admin (admin.dnepr.com [192.168.0.4]) by ktpk.dp.ua (8.8.8/8.8.8) with SMTP id PAA03872; Fri, 29 Oct 1999 15:10:32 +0300 (EEST) (envelope-from os@ktpk.dp.ua) Message-ID: <000701bf220e$fccdde60$0400a8c0@admin.dnepr.com> From: "Oleg Semyonov" To: Cc: Subject: pppd-2.3.10 + RADIUS Date: Fri, 29 Oct 1999 15:10:34 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.72.3110.5 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi peter@freebsd.org! As I can see you're a maintainer of pppd port for FreeBSD. Long time the pppd exists in FreeBSD as patched 2.3.5 version which has some bugs (e.g. "*" only in allowed address list with no DNS available leads to long delays for gethostbyname("*") which prevents the login by timeout hangup, and so on.). Just now I've almost done my work with pppd-2.3.10 sources. Patches for FreeBSD are based on pppd in current FreeBSD distribution with minor changes for new pppd features (optional option list in secrets file and so on). Futuremore, I've implemented the RADIUS support for authentication and accounting. The support is based on standard FreeBSD radius library by John Polstra, it may be compiled-in by request (USE_RADIUS=y in Makefile) with optional base config path (/etc/ppp or /etc/ppp-radius and so on), and it includes support for: - new RADIUS-oriented pppd options: - radius (use RADIUS) - radius-conf /path/file (conf file for radius library) - radius-only (don't try to auth with secrets or login methods if radius returns Access-Reject) - radius-noacct (don't send accounting requests) - radius-port (device name to port number translation) - support for PAP authentication (no CHAP or CALLBACK, sorry); - new script environment variables (CALLED_STATION_ID, CALLING_STATION_ID, CONNECT_INFO, SENT_PACKETS, RCVD_PACKETS, and received from RADIUS server); - supported RADIUS attributes are: - in Access-Request: User-Name User-Password NAS-IP-Address (gethostname()) NAS-Identifier (gethostbyname()) NAS-Port (from device to port translation) NAS-Port-Type (Async only) Service-Type (Framed) Framed-Protocol (PPP) Framed-IP-Address Framed-Compression (VJ-TCPIP only, no IPX supported) Called-Station-Id (from pppd's environment) Calling-Station-Id (from pppd's environment, passed by mgetty, e.g.) Connect-Info (from pppd's environment, passed by mgetty, e.g.) PPPD-Script-Env (pppd script env vars, vendor-specific attribute) - in Access-Accept/Reject also recognised (with mentioned above): Framed-IP-Netmask Framed-Routing (not used yet) Filter-Id (not used yet) Framed-MTU Reply-Message (first message is used only) Framed-Route (not used yet) Class (passed through in accounting requests) Session-Timeout Idle-Timeout PPPD-Option (additional pppd options, vendor-specific attribute) PPPD-Script-Env (additional script env vars, vendor-specific attribute) - in Accounting-Request START packet also passed (with mentioned above): Acct-Status-Type (Start, Stop) Acct-Session-Id Acct-Authentic (RADIUS only) - in Accounting-Request STOP packet also passed (with mentioned above): Acct-Input-Octets Acct-Output-Octets Acct-Input-Packets Acct-Output-Packets Acct-Session-Time Acct-Terminate-Cause (not so good but something useful) Most of attributes are passed in accounting requests (all script env vars and additional pppd options for local IP address or so). RADIUS support isn't done as loadable plugin. First reason is the pppd must work (for me) on 2.2.8 system which does not support some required features (-E switch for ld, for example). Second, there is no some required hooks and global variables for implement all features I need. The code is slightly tested with Steel-Belted RADIUS for WinNT and with Cistron radiusd-1.6.1 and seems to work fine for me. Is it possible to test and include the code into FreeBSD distribution or port collection? Seems too many people want to install newest pppd version but some small incompatibilities in original pppd code may prevent it for not so qualified users. Any opinions? --- Oleg Semyonov, the Head of IT Department of KTPK "Dnepr", Energodar, UA Internet mail: os@altavista.net, finger/talk: os@ktpk.dp.ua, ICQ:31256452 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Oct 29 5:33:16 1999 Delivered-To: freebsd-isp@freebsd.org Received: from dfw-smtpin2.email.verio.net (dfw-smtpin2.email.verio.net [129.250.36.52]) by hub.freebsd.org (Postfix) with ESMTP id 687C6155B4 for ; Fri, 29 Oct 1999 05:33:05 -0700 (PDT) (envelope-from bill@bilver.magicnet.net) Received: from bilver.magicnet.net ([157.238.16.49]) by dfw-smtpin2.email.verio.net (Netscape Messaging Server 4.04) with ESMTP id FKD6V400.15D for ; Fri, 29 Oct 1999 12:33:04 +0000 Received: (from bill@localhost) by bilver.magicnet.net (8.9.2/8.9.1) id IAA07768 for freebsd-isp@freebsd.org; Fri, 29 Oct 1999 08:28:29 -0400 (EDT) Date: Fri, 29 Oct 1999 08:28:29 -0400 From: Bill Vermillion To: freebsd-isp@freebsd.org Subject: Re: BackUp Drive Message-ID: <19991029082829.A7680@bilver.magicnet.net> References: <38199841.9483CAE0@tdis.gctc.rssi.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0pre1i In-Reply-To: <38199841.9483CAE0@tdis.gctc.rssi.ru> Organization: Vermillion Consulting Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, Oct 29, 1999 at 03:51:13PM +0300, Andrew Karjagin spewed forth: > First HDD Seagate worked two years and crash! Second HDD Seagate > worked two years and crash! Now we buy Quantum (there can be > better) and at us the problem has appeared with purchase of BackUp > drive. We work with FreeBSD 2.2.6, in future plan to pass on > FreeBSD 3.*. Seagate build drives that last and they build economy drives. Same with Quantum. I've had low end drives from both fail in short periods of time to drives that seem to last forver > What model of the device of reserve copying well works with given OS's > (may be IDE or SCSI - based on your experience)? I've always used SCSI. As to the Seagate/Quantum, I've only used the Seagate drives that came out of the design team that used to build the CDC drives, the Elite's, Baracuddas, Cheetahs, and the Quantums that were designed by DEC, the Viking on the low end of the high-end line, and the Atlas products. Drives like the Seagate Hawks, and Quantum Fireball's, always seemed to fail prematurely, at least for me. Longest I've had a drive run was seven years two months and about 10 days. An old Maxtor, running 24x7 in a Usenet news node. [I kept it running for the last two years just to see how long it would go] Bill -- Bill Vermillion bv @ wjv.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Oct 29 13:32:24 1999 Delivered-To: freebsd-isp@freebsd.org Received: from ns1.cioe.com (ns1.cioe.com [204.120.165.37]) by hub.freebsd.org (Postfix) with ESMTP id CAC85150FA for ; Fri, 29 Oct 1999 13:32:18 -0700 (PDT) (envelope-from steve@ns1.cioe.com) Received: (from root@localhost) by ns1.cioe.com (8.9.3/8.9.3) id PAA92238 for freebsd-isp@freebsd.org; Fri, 29 Oct 1999 15:32:17 -0500 (EST) (envelope-from steve) Date: Fri, 29 Oct 1999 15:32:17 -0500 (EST) From: Steven Ames Message-Id: <199910292032.PAA92238@ns1.cioe.com> To: freebsd-isp@freebsd.org Subject: PAM_LDAP Authentication Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Has anyone out there gotten PAM to authenticate against an LDAP implementation? I'm running OpenLDAP and hitting it with RADIUS with no trouble. Now I'd like to take the next step and start letting a few other applications authenticate against it. Using PAM seems the obvious route. I downloaded a module from padl.com (http://www.padl.com/pam_ldap.html) but can't get it to even compile correctly let alone work. I'm using FreeBSD 3.3-STABLE. -Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Oct 29 16:43: 1 1999 Delivered-To: freebsd-isp@freebsd.org Received: from bluerose.windmoon.nu (c255152-a.plstn1.sfba.home.com [24.7.89.179]) by hub.freebsd.org (Postfix) with ESMTP id A50021513E for ; Fri, 29 Oct 1999 16:42:40 -0700 (PDT) (envelope-from fengyue@bluerose.windmoon.nu) Received: from localhost (fengyue@localhost) by bluerose.windmoon.nu (Windmoon-Patched/8.9.3/8.9.3) with ESMTP id QAA12371 for ; Fri, 29 Oct 1999 16:46:58 -0700 (PDT) Date: Fri, 29 Oct 1999 16:46:57 -0700 (PDT) From: FengYue To: freebsd-isp@FreeBSD.ORG Subject: FreebSD bug or defect RAM/motherboard? In-Reply-To: <199910292032.PAA92238@ns1.cioe.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi Guys, thanks for the input on "FreeBSD & MySQL" topic. Here comes another problem: I recently purchased this PIII-600mhz with 128MB RAM + a ASUS P3BF motherboard + adaptec 2940U2W controller and two IBM 10K disks. I installed FreeBSD3.3-stable on it, well, the ftp install program was once core dumped (signal 11) for some reasons, but it went ok after retry. So now I started to use the machine and it constantly crashs. The crash usually kicks in after a process exit. Below is the crash dump that I happened to catch: IdlePTD 2686976 initial pcb at 223a50 panicstr: page fault panic messages: --- Fatal trap 12: page fault while in kernel mode fault virtual address = 0x80004 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01d5af6 stack pointer = 0x10:0xcaffaf18 frame pointer = 0x10:0xcaffaf30 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 2 (pagedaemon) interrupt mask = net tty bio cam trap number = 12 panic: page fault #0 boot (howto=256) at ../../kern/kern_shutdown.c:285 #1 0xc01446f8 in at_shutdown ( function=0xc02054ba <__set_sysinit_set_sym_memdev_sys_init+1050>, arg=0xcaff2d00, queue=-889213220) at ../../kern/kern_shutdown.c:446 #2 0xc01d7245 in trap_fatal () #3 0xc01d6f23 in trap_pfault () #4 0xc01d6bc6 in trap () #5 0xc01d5af6 in pmap_changebit (pa=47714304, bit=32, setem=0) at ../../i386/i386/pmap.c:624 #6 0xc01d5d2f in pmap_clear_reference (pa=47714304) at ../../i386/i386/pmap.c:3204 #7 0xc01bdb05 in vm_pageout_scan () at ../../vm/vm_pageout.c:746 #8 0xc01be662 in vm_pageout () at ../../vm/vm_pageout.c:1382 #9 0xc01372e2 in kproc_start (udata=0xc021b028) at ../../kern/init_main.c:303 #10 0xc01cd99a in fork_trampoline () ----- Does it sound like a detect RAM to those of you who can read the dump? Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message