From owner-freebsd-questions Sun Sep 28 00:15:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA14116 for questions-outgoing; Sun, 28 Sep 1997 00:15:55 -0700 (PDT) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA14111 for ; Sun, 28 Sep 1997 00:15:53 -0700 (PDT) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id HAA00749; Sun, 28 Sep 1997 07:15:47 GMT Date: Sun, 28 Sep 1997 00:15:46 -0700 (PDT) From: Dan Busarow To: Matt Brunell cc: questions@FreeBSD.ORG Subject: Re: DHCP client In-Reply-To: <342DBD3D.313E@uwplatt.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Sep 1997, Matt Brunell wrote: > named, I get the message 'network is unreachable'. I _think_ I need a > dhcp client package or a port. I've read a bit a documentation and it > says a bit about wide and isc dhcp servers that also support client > stuff, but I'm confused about what exactly to do. I've also seen people > referring to bootp, but nobody says what bootp is exactly. Help. ISC-DHCP has a client (in the beta package) that works well with FreeBSD (the NetBSD client). It leaves a lot of temp files in /tmp (one for every lease timeout) but otherwise works fine. http://www.isc.org/ and look for DHCP What the DHCP client does is send a broadcast request to any server to learn its IP address, gateway, etc.. and then set them via ifconfig and arp Basically an advanced bootp client. It allows you to use a totally generic /etc in a LAN, or to pick up your address in things like cable inet access. Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 From owner-freebsd-questions Sun Sep 28 00:30:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA15290 for questions-outgoing; Sun, 28 Sep 1997 00:30:09 -0700 (PDT) Received: from mail.nwss.sd40.bc.ca (nwss.sd40.bc.ca [207.194.32.50]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA15281 for ; Sun, 28 Sep 1997 00:30:01 -0700 (PDT) Received: from [24.112.126.211] by mail.nwss.sd40.bc.ca with SMTP (Eudora Internet Mail Server 1.1.2); Sun, 28 Sep 1997 00:40:21 -0700 X-Sender: bpepa@24.113.32.4 Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 28 Sep 1997 00:33:40 -0800 To: Lee Johnston , freebsd-questions@FreeBSD.ORG From: bpepa@rogers.wave.ca (Ben Pepa) Subject: Re: Cable Modems? Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi; I'm using a cable modem and it works well with my Macintosh, but I am having routing problems with my FreeBSD server. It doesn't seem to find Rogers' router, it only finds hosts on our local LAN. (Rogers being my Cable Provider - www.wave.ca). I am still trying to figure it out. In BC we are given 2 static Class A IP's - (one for the modem and one for the client computer) Ben Pepa >Hi, > >We are getting a cable modem in January 98, it connects to a ethernet >adapter via a standard RJ45 UTP cable. Is it possiable to use the cable >modem with FreeBSDs kernel TCP/IP Networking, or is another protocol or >software package required to use the cable modem with FreeBSD??? > >Thanks > >_________ >Lee Johnston >ljohnston@cyberworld.demon.co.uk >http://www.cyberworld.demon.co.uk >--------------------------------- >We don't like their sound. Groups of guitars are on the way out. > -- Decca Recording Company, turning down the Beatles, 1962 From owner-freebsd-questions Sun Sep 28 01:51:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA19300 for questions-outgoing; Sun, 28 Sep 1997 01:51:49 -0700 (PDT) Received: from jester.ti.com (jester.ti.com [192.94.94.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA19295 for ; Sun, 28 Sep 1997 01:51:46 -0700 (PDT) Received: from epcot.spdc.ti.com.spdc.ti.com ([192.226.26.53]) by jester.ti.com (8.8.7) with SMTP id DAA02916 for ; Sun, 28 Sep 1997 03:51:15 -0500 (CDT) Received: by epcot.spdc.ti.com.spdc.ti.com (4.1/SMI-4.1) id AA28073; Sun, 28 Sep 97 03:51:15 CDT From: vagner@spdc.ti.com (George Vagner) Message-Id: <9709280851.AA28073@epcot.spdc.ti.com.spdc.ti.com> Subject: ppp config To: freebsd-questions@freebsd.org Date: Sun, 28 Sep 1997 03:51:15 -0500 (CDT) X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Please look at my rc.conf file to see why ppp isnt talking on the modem i get no route to host in telnet or ping. i get assigned a dynamic ip address from airmail.net when i dial in using ppp user mode the nameserver ip is 204.178.72.1 and thats all i know. #!/bin/sh # # This is rc.conf - a file full of useful variables that you can set # to change the default startup behavior of your system. # # All arguments must be in double or single quotes. # # $Id: rc.conf,v 1.1.2.9 1997/05/13 08:27:49 jkh Exp $ ############################################################## ### Important initial Boot-time options ##################### ############################################################## swapfile="NO" # Set to name of swapfile if aux swapfile desired. apm_enable="NO" # Set to YES if you want APM enabled. pccard_enable="NO" # Set to YES if you want to configure PCCARD devices. pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address. pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO). local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. ############################################################## ### Network configuration sub-section ###################### ############################################################## ### Basic network options: ### hostname="airmail.net" # Set this! nisdomainname="NO" # Set to NIS domain if using NIS (or NO). firewall="NO" # Set to firewall type or NO for none. tcp_extensions="YES" # Allow RFC1323 & RFC1544 extensions (or NO). network_interfaces="lo0 tun0" # List of network interfaces (lo0 is loopback). ifconfig_tun0="inet 10.0.0.1" # default loopback device configuration. ifconfig_lo0="inet 127.0.0.1" #^^^^^^^^^^^^^^^^^^^^^^^^^^^ #i had to add this in order for x win to work otherwise it cant find x server ### Network daemon (miscellaneous) & NFS options: ### syslogd_enable="NO" # Run syslog daemon (or NO). syslogd_flags="" # Flags to syslogd (if enabled). inetd_flags="" # Optional flags to inetd (always enabled). named_enable="NO" # Run named, the DNS server (or NO). named_flags="" # Flags to named (if enabled). kerberos_server_enable="NO" # Run a kerberos master server (or NO). rwhod_enable="NO" # Run the rwho daemon (or NO). amd_enable="NO" # Run amd service with $amd_flags (or NO). amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map" nfs_client_enable="NO" # This host is an NFS client (or NO). nfs_server_enable="NO" # This host is an NFS server (or NO). weak_mountd_authentication="NO" # Running PCNFSD / other non-root nfsd (or NO). nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO). rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server. rpc_statd_enable="YES" # Run NFS rpc.statd if nfs_server (or NO). portmap_enable="YES" # Run the portmapper service (or NO). portmap_flags="" # Flags to portmap (if enabled). xtend_enable="NO" # Run the X-10 power controller daemon. xtend_flags="" # Flags to xtend (if enabled). ### Network Time Services options: ### timed_enabled="NO" # Run the time daemon (or NO). timed_flags="" # Flags to timed (if enabled). ntpdate_enable="NO" # Run the ntpdate to sync time (or NO). ntpdate_flags="" # Flags to ntpdate (if enabled). xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO). xntpd_flags="" # Flags to xntpd (if enabled). tickadj_enable="NO" # Run tickadj (or NO). tickadj_flags="-Aq" # Flags to tickadj (if enabled). # Network Information Services (NIS) options: ### nis_client_enable="NO" # We're an NIS client (or NO) nis_client_flags="" # Flags to ypbind (if enabled). nis_ypset_enable="NO" # Run ypset at boot time (or NO). nis_ypset_flags="" # Flags to ypset (if enabled). nis_server_enable="NO" # We're an NIS server (or NO) nis_server_flags="" # Flags to ypserv (if enabled). nis_ypxfrd_enable="NO" # Run rpc.ypxfrd at boot time (or NO). nis_ypxfrd_flags="" # Flags to rpc.ypxfrd (if enabled). nis_yppasswdd_enable="NO" # Run rpc.yppasswdd at boot time (or NO). nis_yppasswdd_flags="" # Flags to rpc.yppasswdd (if enabled). ### Network routing options: ### defaultrouter="NO" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="YES" # Set to YES if this host will be a gateway. router_enable="YES" # Set to YES to enable a routing daemon. router="routed" # Name of routing daemon to use if enabled. router_flags="-s" # Flags for routing daemon. mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf) ipxgateway_enable="YES" # Set to YES to enable IPX routing. ipxrouted_enable="YES" # Set to YES to run the IPX routing daemon. ipxrouted_flags="" # Flags for IPX routing daemon. arpproxy_all="" # obsolete kernel option ARP_PROXY_ALL equiv. ############################################################## ### System console options ################################# ############################################################## keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO). keyrate="NO" # keyboard rate to: slow, normal, fast (or NO). keybell="NO" # bell to duration.pitch or normal or visual (or NO). keychange="NO" # function keys default values (or NO). cursor="NO" # cursor type {normal|blink|destructive} (or NO). scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO). font8x16="NO" # font 8x16 from /usr/share/syscons/fonts/* (or NO). font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO). font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO). blanktime="NO" # blank time (in seconds) or "NO" to turn it off. saver="star" # screen saver desired: blank/green/snake/star/NO. mousedtype="NO" # See man page for rc.conf(8) for available settings. mousedport="/dev/cuaa0" # Set to your mouse port (required if mousetype set) mousedflags="" # Any additional flags to moused. ############################################################## ### Miscellaneous administrative options ################### ############################################################## lpd_enable="YES" # Run the line printer daemon sendmail_enable="YES" # Run the sendmail daemon (or NO). sendmail_flags="-bd" # -bd is pretty mandatory savecore_enable="NO" # Save kernel crashdumps for debugging (or NO). dumpdev="NO" # Device name to crashdump to (if enabled). check_quotas="NO" # Check quotas (or NO). accounting="NO" # Turn on process accounting (or NO). ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). linux_enable="NO" # Linux emulation loaded at startup (or NO). rand_irqs="NO" # Stir the entropy pool (or NO). -- Powered By FreeBSD /( )` \ \___ / | /- _ `-/ ' Laszlo Vagner (/\/ \ \ /\ 13570 N. Central Expressway M/S 3703 / / | ` \ Dallas, Texas 75243 O O ) / | Pager (972)598-5217 `-^--'`< Email vagner@ti.com (_.) _ ) / http://web2.airmail.net/kf7nn `.___/` / `-----' / <----. __ / __ \ <----|====O)))==) \) /==== <----' `--' `.__,' \ | | \ / /\ ______( (_ / \______/ ,' ,-----' | `--{__________) From owner-freebsd-questions Sun Sep 28 01:54:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA19465 for questions-outgoing; Sun, 28 Sep 1997 01:54:39 -0700 (PDT) Received: from pluto.cpe.ku.ac.th (pluto.cpe.ku.ac.th [158.108.32.69]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA19429 for ; Sun, 28 Sep 1997 01:54:31 -0700 (PDT) Received: from localhost (stt@localhost) by pluto.cpe.ku.ac.th (8.8.5/8.8.5) with SMTP id QAA17902 for ; Sun, 28 Sep 1997 16:11:33 +0700 (ICT) Date: Sun, 28 Sep 1997 16:11:33 +0700 (ICT) From: Sunthiti Patchararungruang To: freebsd-questions@freebsd.org Subject: FreeBSD Questions Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear Sir, I am using FreeBSD 2.2 with Wu-ftpd2.4.2, Samba, and Apache from BSD package. The ftp server often generates message "ftpd[______] : exiting on signal 11". I don't know the source of the problem. Moreover, when I login at the console more than 2 sessions, I cannot use command "man" because it always has error "cannot fork". This error isn't occured when I use telnet instead. However, even the "man" error message occured, I can create another login session from console without error. Therefore, I think it does not come from the memory or process table full. What should I do? Another error is come from fingerd, it is "fingerd[_____] : fork: Resource temporarily unavailable". I also don't know what I sould do. Than you for reading my mail. The following session describes about my configuration. If you need any more information, please feel free to contact me. I am looking forward to hearing from you soon. Best Regards, Sunthiti Patchararungruang P.S. This is my machine configuration. CPU 486DX2-66 MEM 16MB SWAP 40MB I compiled with: option MaxUsers 40 CCD option active No math emulator My machine support : (All servers came from BSD package) NFS Client/Server HTTP (with 8 deamons at start) FTP (in inetd.conf) SAMBA (as daemons, smbd and nmbd) 8 virtual console terminals From owner-freebsd-questions Sun Sep 28 01:56:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA19621 for questions-outgoing; Sun, 28 Sep 1997 01:56:58 -0700 (PDT) Received: from pili.adn.edu.ph (pili.adn.edu.ph [165.220.57.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA19615 for ; Sun, 28 Sep 1997 01:56:51 -0700 (PDT) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.5/8.8.5) with SMTP id RAA07358 for ; Sun, 28 Sep 1997 17:08:49 +0800 (PHT) Date: Sun, 28 Sep 1997 17:08:49 +0800 (PHT) From: Arthur Alacar cc: freebsd-questions@FreeBSD.ORG Subject: dbms In-Reply-To: <199709021513.MAA28988@dragon.acadiau.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk any good dbms software/language in freebsd? |art| From owner-freebsd-questions Sun Sep 28 02:04:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA20110 for questions-outgoing; Sun, 28 Sep 1997 02:04:48 -0700 (PDT) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [193.227.198.180]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA20099 for ; Sun, 28 Sep 1997 02:04:43 -0700 (PDT) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.7/8.8.7) with UUCP id KAA11319 for freebsd-questions@freebsd.org; Sun, 28 Sep 1997 10:58:39 +0200 Received: by swimsuit.roskildebc.dk (0.99.970109) id AA06591; 28 Sep 97 10:59:00 +0100 From: leifn@swimsuit.roskildebc.dk (Leif Neland) Date: 28 Sep 97 10:48:59 +0100 Subject: FreeBSD on fidonet? Message-ID: <082_9709281059@swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sųger job To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have ISDN on my dos-box, but I can't get proper download ratios from my ISP when running win3.11. Is it possible to get FreeBSD from a fidonet-node by isdn? A long-distance call on raw 64K is cheaper than a 4K to my ISP... Leif Neland --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@swimsuit.roskildebc.dk From owner-freebsd-questions Sun Sep 28 02:04:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA20138 for questions-outgoing; Sun, 28 Sep 1997 02:04:57 -0700 (PDT) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [193.227.198.180]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA20126 for ; Sun, 28 Sep 1997 02:04:52 -0700 (PDT) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.7/8.8.7) with UUCP id KAA11318 for freebsd-questions@freebsd.org; Sun, 28 Sep 1997 10:58:39 +0200 Received: by swimsuit.roskildebc.dk (0.99.970109) id AA06590; 28 Sep 97 10:58:59 +0100 From: leifn@swimsuit.roskildebc.dk (Leif Neland) Date: 28 Sep 97 10:44:11 +0100 Subject: install on system without floppy Message-ID: <081_9709281058@swimsuit.roskildebc.dk> Organization: Fidonet: UNIX-sysadm sųger job To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have FreeBSD and dos on one machine, with the bin distribution on a dos-partition. I guess I can mount_msdos and make it available for ftp? Should it be symlinked to a certain name for the installer to find it? Now I want to install FreeBSD on another dos-machine on the network. This machine doesn't have a floppy. Can I boot the install-floppy from dos? Leif Neland --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@swimsuit.roskildebc.dk From owner-freebsd-questions Sun Sep 28 02:47:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA22933 for questions-outgoing; Sun, 28 Sep 1997 02:47:56 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA22899 for ; Sun, 28 Sep 1997 02:47:49 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id TAA09912; Sun, 28 Sep 1997 19:17:22 +0930 (CST) Message-ID: <19970928191721.43077@lemis.com> Date: Sun, 28 Sep 1997 19:17:21 +0930 From: Greg Lehey To: Arthur Alacar Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dbms References: <199709021513.MAA28988@dragon.acadiau.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Arthur Alacar on Sun, Sep 28, 1997 at 05:08:49PM +0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, Sep 28, 1997 at 05:08:49PM +0800, Arthur Alacar wrote: > > any good dbms software/language in freebsd? $ grep database /usr/ports/INDEX | sed 's:|: :g' db-2.2.6 /usr/ports/databases/db /usr/local the Berkeley DB package, revision 2 /usr/ports/databases/db/pkg/DESCR josh@ican.net databases gdbm-1.7.3 /usr/ports/databases/gdbm /usr/local The GNU database manager. /usr/ports/databases/gdbm/pkg/DESCR bjn@visi.com databases gnats-3.104b /usr/ports/databases/gnats /usr/local Cygnus GNATS bug tracking system. /usr/ports/databases/gnats/pkg/DESCR pst@FreeBSD.org databases gmake-3.75 m4-1.4 msql-2.0.1 /usr/ports/databases/msql /usr/local the Mini SQL server, version 2 /usr/ports/databases/msql/pkg/DESCR ports@FreeBSD.ORG databases mysql-3.20.25 /usr/ports/databases/mysql /usr/local a multithreaded SQL database. /usr/ports/databases/mysql/pkg/DESCR josh@ican.net databases gmake-3.75 perl-5.00401 p5-DBD-Pg-0.3 /usr/ports/databases/p5-DBD-Pg /usr/local provides access to PostgreSQL databases through the DBI /usr/ports/databases/p5-DBD-Pg/pkg/DESCR jfitz@FreeBSD.ORG databases perl5 gmake-3.75 p5-DBI-0.85 perl-5.00401 postgresql-6.1 perl-5.00401 p5-DBD-mysql-1.65 /usr/ports/databases/p5-DBD-mysql /usr/local perl5 module for accessing MySQL databases using DBI /usr/ports/databases/p5-DBD-mysql/pkg/DESCR jfitz@FreeBSD.ORG databases perl5 gmake-3.75 mysql-3.20.25 p5-DBI-0.85 perl-5.00401 perl-5.00401 p5-DBI-0.85 /usr/ports/databases/p5-DBI /usr/local the perl5 Database Interface. Required for DBD::* modules. /usr/ports/databases/p5-DBI/pkg/DESCR jfitz@FreeBSD.ORG databases perl5 perl-5.00401 perl-5.00401 p5-Msql-0.91 /usr/ports/databases/p5-Msql /usr/local perl5 modules for accessing MiniSQL (mSQL) databases. /usr/ports/databases/p5-Msql/pkg/DESCR jfitz@FreeBSD.ORG databases perl5 msql-2.0.1 p5-DBI-0.85 perl-5.00401 perl-5.00401 p5-Mysql-1.17 /usr/ports/databases/p5-Mysql /usr/local perl5 interface to the MySQL database /usr/ports/databases/p5-Mysql/pkg/DESCR jfitz@FreeBSD.ORG databases perl5 gmake-3.75 mysql-3.20.25 perl-5.00401 perl-5.00401 p5-Pg-1.5.4 /usr/ports/databases/p5-Pg /usr/local an interface between perl5 and the database Postgres95. /usr/ports/databases/p5-Pg/pkg/DESCR jfitz@FreeBSD.ORG databases perl5 gmake-3.75 perl-5.00401 postgresql-6.1 perl-5.00401 postgresql-6.1 /usr/ports/databases/postgresql /usr/local a robust, next generation, object-relational DBMS /usr/ports/databases/postgresql/pkg/DESCR andreas@FreeBSD.ORG databases gmake-3.75 typhoon-1.10.3 /usr/ports/databases/typhoon /usr/local a relational database library /usr/ports/databases/typhoon/pkg/DESCR erich@FreeBSD.org databases xmbase-grok-1.3.2 /usr/ports/databases/xmbase-grok /usr/X11R6 Graphical Resource Organizer Kit /usr/ports/databases/xmbase-grok/pkg/DESCR andreas@FreeBSD.ORG databases x11 xpm-3.4j xpm-3.4j xmysql-1.5 /usr/ports/databases/xmysql /usr/X11R6 X11 front end to the MySQL database engine /usr/ports/databases/xmysql/pkg/DESCR andreas@FreeBSD.ORG databases gmake-3.75 mysql-3.20.25 xforms-0.86 xpm-3.4j xforms-0.86 xpm-3.4j xmysqladmin-0.2.0 /usr/ports/databases/xmysqladmin /usr/X11R6 X11 front end to the msqladmin command of the MySQL database engine /usr/ports/databases/xmysqladmin/pkg/DESCR andreas@FreeBSD.ORG databases gmake-3.75 mysql-3.20.25 xforms-0.86 xpm-3.4j xforms-0.86 xpm-3.4j freewais-sf-2.1.2 /usr/ports/net/freewais-sf /usr/local An enhanced Wide Area Information Server /usr/ports/net/freewais-sf/pkg/DESCR pgiffuni@fps.biblos.unal.edu.co net databases ripetools-2.2 /usr/ports/net/ripetools /usr/local RIPE's own version of whois, and a RIPE database tool. /usr/ports/net/ripetools/pkg/DESCR joe@uk.freebsd.org net bibcard-0.6.4 /usr/ports/print/bibcard /usr/X11R6 X11 interface for ediing BibTeX files. /usr/ports/print/bibcard/pkg/DESCR obrien@NUXI.com print databases xview-config-3.2.1 xview-lib-3.2.1 xview-config-3.2.1 xview-lib-3.2.1 glimpse-4.0 /usr/ports/textproc/glimpse /usr/local Text search engine /usr/ports/textproc/glimpse/pkg/DESCR chuckr@freebsd.org textproc databases isearch-1.14 /usr/ports/textproc/isearch /usr/local Text Search Engine by CNIDR /usr/ports/textproc/isearch/pkg/DESCR pgiffuni@FPS.biblos.unal.edu.co textproc databases Greg From owner-freebsd-questions Sun Sep 28 03:09:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA23882 for questions-outgoing; Sun, 28 Sep 1997 03:09:23 -0700 (PDT) Received: from peedub.muc.de (newpc.muc.ditec.de [194.120.126.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA23876 for ; Sun, 28 Sep 1997 03:09:16 -0700 (PDT) Received: from peedub.muc.de (localhost [127.0.0.1]) by peedub.muc.de (8.8.7/8.6.9) with ESMTP id MAA21487 for ; Sun, 28 Sep 1997 12:08:59 GMT Message-Id: <199709281208.MAA21487@peedub.muc.de> X-Mailer: exmh version 2.0zeta 7/24/97 To: freebsd-questions@freebsd.org Subject: Re: Netscape Navigator - where is it ? Reply-To: Gary Jennejohn In-reply-to: Your message of "Sun, 28 Sep 1997 00:54:18 +0200." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 28 Sep 1997 12:08:59 +0000 From: Gary Jennejohn Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Rainer M Duffner writes: >Hi > >Can anybody point me to an ftp-site where I can find the BSD-version of >a recent (3.x) version of Netscape Navigator ? >It seems to have moved. >Is it discontinued ? >Do I have to buy it right before ever trying it out ? > you mean it's not at ftp://ftp.netscape.com/pub/navigator/3.03/shipping/english /unix/bsdi/navigator_gold_complete/netscape-v303-export.x86-unknown-bsd.tar.gz anymore ? --- Gary Jennejohn Home - garyj@muc.de Work - gjennejohn@frt.dec.com From owner-freebsd-questions Sun Sep 28 03:36:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA24898 for questions-outgoing; Sun, 28 Sep 1997 03:36:50 -0700 (PDT) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA24889 for ; Sun, 28 Sep 1997 03:36:43 -0700 (PDT) Received: from giovannelli.it (ts2port8d.masternet.it [194.184.65.207]) by www.giovannelli.it (8.8.7/8.8.5) with ESMTP id MAA00433 for ; Sun, 28 Sep 1997 12:39:35 +0200 (MET DST) Message-ID: <342E4FBE.F46AE16A@giovannelli.it> Date: Sun, 28 Sep 1997 12:38:22 +0000 From: Gianmarco Giovannelli X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: /usr/srclogin_times.c:160: warning: passing arg 2 of `in_ltms' [...] Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to make world on 3.0-CURRENT (last cvsup this morning) but it is failing with this error ... : cc -O -Wall -DLIBC_SCCS -I/usr/src/lib/libutil -I/usr/src/lib/libutil/../../sys -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/libutil/login_times.c -o logi n_times.o /usr/src/lib/libutil/login_times.c: In function `in_ltm': /usr/src/lib/libutil/login_times.c:117: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:119: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:119: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:121: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:127: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:128: dereferencing pointer to incomplete type /usr/src/lib/libutil/login_times.c:129: warning: implicit declaration of functio n `mktime' /usr/src/lib/libutil/login_times.c: In function `in_lt': /usr/src/lib/libutil/login_times.c:141: warning: implicit declaration of functio n `localtime' /usr/src/lib/libutil/login_times.c:141: warning: passing arg 2 of `in_ltm' makes pointer from integer without a cast /usr/src/lib/libutil/login_times.c: In function `in_lts': /usr/src/lib/libutil/login_times.c:160: warning: passing arg 2 of `in_ltms' make s pointer from integer without a cast *** Error code 1 Is it a fault of mine (one of the many I have :-) ? -- Regards... Gianmarco "Unix expert since yesterday" http://www2.masternet.it From owner-freebsd-questions Sun Sep 28 03:47:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA25303 for questions-outgoing; Sun, 28 Sep 1997 03:47:22 -0700 (PDT) Received: from giasbg01.vsnl.net.in (giasbg01.vsnl.net.in [202.54.12.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id DAA25280 for ; Sun, 28 Sep 1997 03:47:10 -0700 (PDT) Received: from giasbg01.vsnl.net.in by giasbg01.vsnl.net.in; (5.65v3.2/1.1.8.2/20Feb95-0832PM) id AC03758; Sun, 28 Sep 1997 16:19:01 +0500 Date: Sun, 28 Sep 1997 16:19:01 +0500 Message-Id: <1.5.4.16.19970928161647.10273c08@giasbg01.vsnl.net.in> X-Sender: dbrci@giasbg01.vsnl.net.in X-Mailer: Windows Eudora Light Version 1.5.4 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: support@freebsd.org From: Daimler Benz Subject: Installation of Freebsd from a DOS partition Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear Sir/Madam I am trying to install Freebsd on my computer.I have partitioned the hard disk into two partitions, using FIPS. One of these I did a format /s on, to be able to boot into DOS. I am unable to load Freebsd from the CDROM since it is not being detected.(I think the reason could be that it is a 12x ATAPI IDE CDROM ).I have the dos drivers for the CD, and copied the contents of the whole CD onto a directory on the DOS partition called Freebsd. I then tried loading bsd from the DOS partition, but it says : Write failed ( -1 bytes copied of 1024 ) What do I do?? Mayur Deshpande Scientist Daimler Benz Research Centre India Pvt. Ltd. From owner-freebsd-questions Sun Sep 28 05:08:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA28028 for questions-outgoing; Sun, 28 Sep 1997 05:08:21 -0700 (PDT) Received: from BIGFUN.vwcom.com (BIGFUN.vwcom.com [151.197.101.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA28020 for ; Sun, 28 Sep 1997 05:08:17 -0700 (PDT) Received: from WillsCreek.COM (gw.willscreek.com [151.197.101.46]) by BIGFUN.vwcom.com (8.8.6/8.8.6) with ESMTP id IAA18493 for ; Sun, 28 Sep 1997 08:03:38 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id IAA08856 for ; Sun, 28 Sep 1997 08:08:14 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id IAA12609; Sun, 28 Sep 1997 08:08:13 -0400 (EDT) Date: Sun, 28 Sep 1997 08:08:13 -0400 (EDT) Message-Id: <199709281208.IAA12609@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: Color ls package In-Reply-To: <30608785@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Eivind Eklund wrote: > Personally, I prefer the linuxls package over colorls - if you use > alias ls='linuxls --color=tty' > you can pipe the output and it is still usable. BTW, if you do decide to use the `linuxls' port and you wish to pull it down from ftp.FreeBSD.COM, note that its name has changed recently to `gnuls'. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ "When I grow up, I want to be an honest lawyer so things like that can't happen." -- Richard Nixon as a boy (on the Teapot Dome scandal) From owner-freebsd-questions Sun Sep 28 05:52:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA00107 for questions-outgoing; Sun, 28 Sep 1997 05:52:25 -0700 (PDT) Received: from BIGFUN.vwcom.com (BIGFUN.vwcom.com [151.197.101.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA29993 for ; Sun, 28 Sep 1997 05:52:22 -0700 (PDT) Received: from WillsCreek.COM (gw.willscreek.com [151.197.101.46]) by BIGFUN.vwcom.com (8.8.6/8.8.6) with ESMTP id IAA18529 for ; Sun, 28 Sep 1997 08:47:41 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id IAA08873; Sun, 28 Sep 1997 08:52:17 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id IAA12619; Sun, 28 Sep 1997 08:52:16 -0400 (EDT) Date: Sun, 28 Sep 1997 08:52:16 -0400 (EDT) Message-Id: <199709281252.IAA12619@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: How to Route to server?? In-Reply-To: <132809681@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bsd@[203.56.101.65] wrote: > I have a work around now...I have a dynamic IP dialin to my ISP from > my fbsd gateway machine and so I have changed all the LAN NIC IPs to > the 192.168.0.0 c block. I can now go out from any machine via the > gateway box through the ISP to my remote server (and its LAN) which > is a static IP system (same class c block I originally had my problem > gateway LAN configured as) ... > Here is the set up..... > > Basically I want both my LANS to connect via ISP (at the moment) > > mickey (192.168.0.s) gatewaybsd(192.168.0.x).....more boxes > ..... | .................... ................... |.......... > | > ISP--- rest of Internet > | > My remote Server bsd box (xx.xx.xx.xx) > | > LAN machines(xx.xx.xx.yy)___ | ____ LAN machines(more) > > Eventually I wish to set up My remote Server bsd box to accept a > static IP dialin from my "gateway" LAN directly...not via ISP > But that's a lot of homework later! > > Hope you can help...I am not in love with the 192.168.0.x solution > because I have the class c block & I eventually want to direct dial > in. > Thanks You describe your ideal setup like this: LAN 1 ------------------------------------------------------------------- | | | mickey gatewaybsd other boxen | / \ \ PPP connection / | remote server LAN 2 | ------------------------------------------------------------------- | | machine X more boxen The problem is that no matter how you slice it, your local network (the one with `gatewaybsd' on it) and your remote network have to be configured as different networks. IP uses the network ID of an outbound packet to tell whether it should send the packet directly to the host or route it via another host. Essentially, if the destination network number matches the network number one of the machine interfaces, the IP code assumes the target machine is directly reachable. If you simply use numbers out of your class C for both LANs, when `mickey' attempts to send to `machine X', it'll find out that `machine X' has the same network number, and attempt to send the packet directly. When it gets no reply to its ARP query, `mickey' will inform you that the host is down (which, I believe, is the symptom you were seeing). For each machine on LAN 1 to be able to reach each machine on LAN 2, and vice versa, the LANs must be on different subnets. Plus, you have to treat the PPP connection as a third subet, one that connects the two gateways. There are a number of ways to go here. For example, you could use RFC 1918 address behind the gateways, and have the gateways do network address translation to map the "illegal" RFC 1918 numbers into your class C range. (This works fine, BTW; I use it at home.) Alternatively, you could use RFC 1918 numbers on only one LAN, and assign numbers out of your class C to the other LAN; in that case, you'd use RFC 1918 numbers on whatever LAN doesn't dial up to the ISP, just for simplicitly. Or, you could simply assign numbers out of your class C range to all machines on both networks. The latter case seems to be what you want. To do that, you're going to have to subnet your class C address space. Since you need three subnets, you must steal two bits from the host portion and assign it to the network portion. (You'll get four subets out of that deal, wasting one, but that can't be helped.) This means you'll use a netmask of 255.255.255.192 (0xffffffc0, or 11111111.11111111.11111111.11000000 binary) for all hosts on all the subnets you control. That gives you four subnets, one for each combination of the two extra bits: STOLEN HOST FIRST LEGAL LAST LEGAL BITS VALUE IP ADDRESS IP ADDRESS -------------------------------------------------- 00 x.y.z.1 x.y.z.62 01 x.y.z.65 x.y.z.126 10 x.y.z.129 x.y.z.190 11 x.y.z.193 x.y.z.254 -------------------------------------------------- You lose a few addresses, because you can't have a 6-bit host portion consisting of all 0s or all 1s on any of the subnets. (A host portion of all 0s is reserved for machines on the subnet that don't know their IP numbers. A host portion of all 1s is the subnet's broadcast address.) But you're left with 62 possible hosts per subnet. Now map those network numbers to each subnet: LAN 1 (subnet 00) ------------------------------------------------------------------- | x.y.z.2 | x.y.z.1 | x.y.z.{3-62} mickey gatewaybsd other boxen | x.y.z.65 / \ \ PPP connection (subnet 01) / | x.y.z.66 remote server LAN 2 (subnet 10) | x.y.z.129 ------------------------------------------------------------------- | x.y.z.130 | x.y.x.{131-190} machine X more boxen Make sure that the netmasks on all machines are 255.255.255.192, so the various systems know how to route properly. When your remote server and `gatewaybsd' machine are connected, they should communicate just fine; just make sure you get the near-end and far-end of the respective PPP connections correct. When your `gatewaybsd' box dials up to the ISP, you'll need to ensure that the address assigned to the far end of the PPP link is either (a) on your `11' subnet or (b) is on a different class C network entirely. You'll probably need different configuration files to dial up the ISP versus dialing up your other network. This scenario should work just fine for you. It's a little annoying to subnet a class C, only because you're fiddling with a netmask that creeps into the last octet; that can make it difficult to remember which network a host maps to, when the numbers are expressed in decimal. You'll get used to that soon enough, though. ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ Numeric stability is probably not all that important when you're guessing. From owner-freebsd-questions Sun Sep 28 06:16:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA00779 for questions-outgoing; Sun, 28 Sep 1997 06:16:22 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA00766 for ; Sun, 28 Sep 1997 06:16:06 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id EAA09830; Sun, 28 Sep 1997 04:58:32 +0100 (BST) Message-Id: <199709280358.EAA09830@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Chris cc: questions@freebsd.org, brian@awfulhak.org Subject: Re: PPP problems In-reply-to: Your message of "Sat, 27 Sep 1997 20:48:11 EDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 28 Sep 1997 04:58:32 +0100 From: Brian Somers Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > On Sat, 27 Sep 1997, Brian Somers wrote: > > > > Occasionally, PPP traffic just stops. PPP won't pass any traffic. The > > > routing tables do not change. The problem occurs randomly. Outgoing ping > > > traffic simply is not returned, but does not return a message (ie. no > > > route to host). I can ping other systems on my local network and myself > > > without problems. > > > I have noticed that it occurs much more often under high traffic, when the > traffic is traveling to many different sites/addresses. > > > > [perfectly fine routing table deleted] > > > > Does the connection close ? > > No, I am sure the line is still active. Would you be able to use ``ktrace'' (use the -p switch to attach to the running ppp) when this is happening ? I'd be interested to see what ppp thinks it's doing at the time :-| > > I've seen ppp doing this once or twice, for no reason. Everything > > seems to "hang", and a short while later things are fine again. I > > haven't treated it as a potential problem yet 'cos I consider such > > things to be potential "glitches" with my ISP. > > > > If it's happening reasonably consistently for you, you'll need to > > diagnose it a bit more - there are instructions now in section 10 of > > the FAQ on how to do this. > > I was unable to find anything about diagnosis under section 10 of the FAQ > on www.freebsd.org. Of course, I could easily have missed it. Section 10.7 - I can't make ppp work. What am I doing wrong ? > No traffic is going out the link. I determined this by sending ping > packets to a Win95 machine that was connected to the Internet. I was able > to ping it and watch the green modem light light when I was not having a > problem. Then I waited until the link wasn't functioning and pinged the > Win95 system again. The modem lights stayed red, indicating no activity. > > However, if I attempt to access a web page on my system from another > Internet connected computer, I see the IP in the netstat -n output > with the words "SYN_SENT" next to it. The status never changes to > ESTABLISHED. This seems to indicate that traffic is entering the link. Hmm, a kdump is definitely in order. You may want also to verify that your routing table (netstat -rn) is the same when the link is working as when it's not. > I just tried to upgrade to the Sept 24th release of PPP, but I couldn't > get it to compile > > I ended up with: > > ld: -ldes: no match > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. Ppp checks for the existence of /usr/include/des.h in the Makefile, and builds in MSChap if it's found. MSChap uses -ldes. Have you got des.h and no libdes.a (or libdes.so.*) in /usr/include/. ? > > > > You'll probably need to "set log +tcp/ip" in addition, but you only > > need do this while the connection is "pausing". Set yourself up a > > script: > > > > #! /bin/sh > > val=+ > > test ."$1" = .off && val=- > > exec pppctl -p mypasswd 3000 set log ${val}tcp/ip > > I tried using this script, but I couldn't figure out where the logging > information went. I check /var/log/messages, but there is nothing > indicating any logging is taking place. Check the man page. It's controlled by sysctl (in /etc/ syslogd.conf). Search for syslog in the man page and you'll find a sample entry. If ppp completes building and installing, it suggests that this is one of the things you may have to change :-) > > You can then find out if the traffic is actually going out or not. > > Of course if you have an external modem, you can probably just look > > at the TX light. > > I have an internal modem. Oh well :-| [.....] > Thank you, > > Chris > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Sep 28 08:49:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA09824 for questions-outgoing; Sun, 28 Sep 1997 08:49:14 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA09819 for ; Sun, 28 Sep 1997 08:49:05 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id QAA16961; Sun, 28 Sep 1997 16:13:19 +0100 (BST) Message-Id: <199709281513.QAA16961@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Brian Moss" cc: questions@FreeBSD.ORG Subject: Re: FTP installation problem In-reply-to: Your message of "Sat, 27 Sep 1997 23:13:04 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 28 Sep 1997 16:13:19 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hi, I hope this isn't a stupid question, but I was wondering what I'm > doing wrong when installing FreeBSD by FTP. The installation floppy boots up > fine. I configure it to fit my system, it talks to itself for a while, and > then the menu system starts. I read through the docs (5 or 6 times, now) and > followed instructions for novice installation over FTP, using PPP > connection. I used the "term" program, and successfully logged on to my ISP. > I then told the installer that I was connected, and sat back to see what > happened. The info dialog displayed a message saying it was logging in to > FTP@ftp.freebsd.org, and then sat there for a minute or two before saying > that the login had failed. Unknown error. I've repeated the procedure for > every server on the list (closest ones first, of course), all with the same > result. I appreciate any help you can give me. Thanks. You could try "disable pred1" before going into "term" mode. Ppp had a problem here (fixed now). > Brian (bmoss@bigfoot.com) > "Welcome to the wonderful world of high technology." > --A.D. Walter Skinner, FBI > > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Sep 28 08:49:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA09851 for questions-outgoing; Sun, 28 Sep 1997 08:49:48 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA09845 for ; Sun, 28 Sep 1997 08:49:40 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id QAA17034; Sun, 28 Sep 1997 16:42:55 +0100 (BST) Message-Id: <199709281542.QAA17034@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: vagner@spdc.ti.com (George Vagner) cc: freebsd-questions@FreeBSD.ORG Subject: Re: ppp config In-reply-to: Your message of "Sun, 28 Sep 1997 03:51:15 CDT." <9709280851.AA28073@epcot.spdc.ti.com.spdc.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 28 Sep 1997 16:42:55 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Please look at my rc.conf file to see why ppp isnt talking on the modem > i get no route to host in telnet or ping. > > i get assigned a dynamic ip address from airmail.net when i dial in > using ppp user mode the nameserver ip is 204.178.72.1 and thats all i know. [.....] Have a look at http://www.Awfulhak.org/ppp.html. It points to the current docs on ppp. The latest handbook describes how to set this stuff up. > -- > Powered By FreeBSD > /( )` > \ \___ / | > /- _ `-/ ' Laszlo Vagner > (/\/ \ \ /\ 13570 N. Central Expressway M/S 3703 > / / | ` \ Dallas, Texas 75243 > O O ) / | Pager (972)598-5217 > `-^--'`< Email vagner@ti.com > (_.) _ ) / http://web2.airmail.net/kf7nn > `.___/` / > `-----' / > <----. __ / __ \ > <----|====O)))==) \) /==== > <----' `--' `.__,' \ > | | > \ / /\ > ______( (_ / \______/ > ,' ,-----' | > `--{__________) > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sun Sep 28 09:18:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA11057 for questions-outgoing; Sun, 28 Sep 1997 09:18:43 -0700 (PDT) Received: from bc.mountain.net (root@BC.Mountain.Net [198.77.1.35]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA11044 for ; Sun, 28 Sep 1997 09:18:39 -0700 (PDT) Received: from access.mountain.net (xy02-3.eve.net [198.77.21.43]) by bc.mountain.net (8.8.5/8.8.5) with ESMTP id MAA04614 for ; Sun, 28 Sep 1997 12:17:01 -0400 (EDT) Message-ID: <342E82C0.80418F78@access.mountain.net> Date: Sun, 28 Sep 1997 12:16:00 -0400 From: Allen Louden X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: Printing Problems error (retcode=241) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I have FBSD current and have an HP660c printer. I attempted the instructions in the handbook to no avail. I then installed apsfilter and still no luck. I have communication with the printer because when I try to print, I get blank pages being fed from the printer. I also get this message; lp: filter 'f' exited (retcode=241). When I do an lptest, many lines of ascii characters scroll on the screen, but nothing happens with the printer. If more info is necessary for help, please let me know. Thanks, Allen From owner-freebsd-questions Sun Sep 28 09:42:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA12247 for questions-outgoing; Sun, 28 Sep 1997 09:42:04 -0700 (PDT) Received: from cygnus.uwa.edu.au (root@cygnus.uwa.edu.au [203.24.97.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA12238 for ; Sun, 28 Sep 1997 09:41:58 -0700 (PDT) Received: from mgooding.uwa.edu.au (sa@dial115.cygnus.uwa.edu.au [203.24.97.115]) by cygnus.uwa.edu.au (8.8.5/8.8.5) with SMTP id AAA09209 for ; Mon, 29 Sep 1997 00:41:44 +0800 (WST) Message-Id: <3.0.2.32.19970929004144.0069f094@cygnus.uwa.edu.au> X-Sender: mgooding@cygnus.uwa.edu.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.2 (32) Date: Mon, 29 Sep 1997 00:41:44 +0800 To: freebsd-questions@FreeBSD.ORG From: Mike Subject: freebsd download Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk this is probably gonna sound real dumb, but im in Australia and i logged onto the ftp site ftp.au.freebsd.org to get freebsd went into the directory /pub/FreeBSD/2.2.2-RELEASE now what? do i just d/l everything in there? Nevyn :- In a jest i was named no one. Nakor :- Apples or Oranges, i got 'em all. From owner-freebsd-questions Sun Sep 28 10:00:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA13124 for questions-outgoing; Sun, 28 Sep 1997 10:00:40 -0700 (PDT) Received: from zerium.idgonline.no (root@oslo-1-1.newmedia.no [194.52.244.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA13117 for ; Sun, 28 Sep 1997 10:00:34 -0700 (PDT) Received: from localhost (hanspbie@zerium.newmedia.no [127.0.0.1]) by zerium.idgonline.no (8.8.7/8.8.5) with SMTP id TAA17465; Sun, 28 Sep 1997 19:00:02 +0200 Date: Sun, 28 Sep 1997 19:00:02 +0200 (MET DST) From: Hans Petter Bieker X-Sender: hanspbie@zerium.newmedia.no To: Mike cc: freebsd-questions@FreeBSD.ORG Subject: Re: freebsd download In-Reply-To: <3.0.2.32.19970929004144.0069f094@cygnus.uwa.edu.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Mike wrote: > this is probably gonna sound real dumb, but im in Australia and i logged > onto the ftp site ftp.au.freebsd.org to get freebsd went into the directory > /pub/FreeBSD/2.2.2-RELEASE > now what? do i just d/l everything in there? > Nevyn :- In a jest i was named no one. > Nakor :- Apples or Oranges, i got 'em all. download floppy/boot.flp and write it to a floppy (use rawrite.exe if you have axx to a dos box). -- Linux; 64bit, multi-platform, multi-tasking, multi-user, fast and Free. Microsoft Windows 95 - From the makers of EDLIN and FAT drive formatting! "Who needs horror movies when we have Microsoft"? From owner-freebsd-questions Sun Sep 28 10:23:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA14057 for questions-outgoing; Sun, 28 Sep 1997 10:23:55 -0700 (PDT) Received: from whale.sunbay.crimea.ua (sunbay-10BASE-T.cris.net [194.93.176.88]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA14052 for ; Sun, 28 Sep 1997 10:23:36 -0700 (PDT) Received: (from ph@localhost) by whale.sunbay.crimea.ua (8.8.7/1.13) id UAA14937 for freebsd-questions@freebsd.org; Sun, 28 Sep 1997 20:19:44 +0300 (MSK) From: Alexey Zelkin Message-Id: <199709281719.UAA14937@whale.sunbay.crimea.ua> Subject: remote boot (unix vs netware) To: freebsd-questions@freebsd.org Date: Sun, 28 Sep 1997 20:19:43 +0300 (MSK) X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! Can I build the workgroup with such parameters: 20 diskless workstations with netware bootroms and one unix server ? I have to know : are there any ways to use this scheme without netware server in the world ? BootpD or other software ? PS I am ineteresting about any solutions (UNIX solutions)! Thanks in advance. SY, Alexey From owner-freebsd-questions Sun Sep 28 10:39:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA14713 for questions-outgoing; Sun, 28 Sep 1997 10:39:12 -0700 (PDT) Received: (from jmb@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA14707; Sun, 28 Sep 1997 10:39:05 -0700 (PDT) From: "Jonathan M. Bresler" Message-Id: <199709281739.KAA14707@hub.freebsd.org> Subject: Re: dbms To: art@pili.adn.edu.ph (Arthur Alacar) Date: Sun, 28 Sep 1997 10:39:05 -0700 (PDT) Cc: freebsd-questions@freebsd.org In-Reply-To: from "Arthur Alacar" at Sep 28, 97 05:08:49 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Arthur Alacar wrote: > > > any good dbms software/language in freebsd? take a look at infoflex, FreeBSD is not listed on their web page, but they have assured opver the phone that it is available. www.infoflex.com jmb From owner-freebsd-questions Sun Sep 28 11:25:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16384 for questions-outgoing; Sun, 28 Sep 1997 11:25:02 -0700 (PDT) Received: from mail.iol.ie (mail3.mail.iol.ie [194.125.2.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16376 for ; Sun, 28 Sep 1997 11:24:56 -0700 (PDT) Received: from dialup-013.bantry.iol.ie (dialup-013.bantry.iol.ie [194.125.45.173]) by mail.iol.ie Sendmail (v8.8.7) with SMTP id TAA26123 for ; Sun, 28 Sep 1997 19:24:52 +0100 (IST) Message-Id: <2.2.16.19970928183036.09379124@gpo.iol.ie> X-Sender: tvickery@gpo.iol.ie X-Mailer: Windows Eudora Pro Version 2.2 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 28 Sep 1997 19:30:36 +0100 To: freebsd-questions@freebsd.org From: Thomas Vickery Subject: tinet.ie dialin Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just for the record... I got this from Tinet, a tiny bit of tweaking to suit your setup will get it going: default: set device /dev/modem - This is a normal symbolic link created with FreeBSD, if describe the modem device set speed 115200 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" tinet: set phone 1891100100 set timeout 3000 deny pap accept chap set authname username - Change this to your username set authkey password - Change this to your password set ifaddr 0 0 set login "" set openmode active add 0 0 HISADDR *************************** http://bounce.to/westcork PGP key on request. *************************** From owner-freebsd-questions Sun Sep 28 11:25:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16425 for questions-outgoing; Sun, 28 Sep 1997 11:25:41 -0700 (PDT) Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16411 for ; Sun, 28 Sep 1997 11:25:35 -0700 (PDT) Received: from hot1.auctionfever.com (slip129-37-53-68.ca.us.ibm.net [129.37.53.68]) by out1.ibm.net (8.8.5/8.6.9) with SMTP id SAA116622 for ; Sun, 28 Sep 1997 18:25:33 GMT From: mouth@ibm.net (John Kelly) To: questions@freebsd.org Subject: SMC Elite32C Ultra, EISA 10Mb ethernet adapter Date: Sun, 28 Sep 1997 18:27:09 GMT Message-ID: <342e9e3d.175377612@smtp-gw01.ny.us.ibm.net> X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id LAA16412 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk SMC made an EISA 10Mb ethernet adapter called the Elite32C Ultra. It has an UltraChip 83C790QF which I believe is the same used on the ISA bus Elite16 Ultra card (the one recommended as Jordan's pick for 10Mb ethernet cards). The EISA card also has an EISA Bus Master 83C571QF chip. Will the EISA card work with the "ed" driver since it is in the same family as the Elite16 Ultra (8216), or does 32-bit EISA busmastering create incompatibilties? John From owner-freebsd-questions Sun Sep 28 12:17:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18409 for questions-outgoing; Sun, 28 Sep 1997 12:17:07 -0700 (PDT) Received: from home.ifx.net (home.ifx.net [206.25.218.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA18398 for ; Sun, 28 Sep 1997 12:17:00 -0700 (PDT) Received: from server2.accelerated.net (ip26.ifx.net [206.25.218.26]) by home.ifx.net (8.8.5/8.8.5) with ESMTP id OAA19800 for ; Sun, 28 Sep 1997 14:51:30 -0400 (EDT) Message-ID: <342E666F.ED6B042C@ifx.net> Date: Sun, 28 Sep 1997 15:15:12 +0100 From: Jim Marker X-Mailer: Mozilla 4.01 [en] (Win95; U) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Re: no route to host.... X-Priority: 3 (Normal) References: <342D1F07.2B61BE5@ifx.net> <199709280128.DAA13784@bitbox.follo.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Eivind Eklund wrote: <> > > My problem is when I try to ftp out of server3 to anything that is > not > > local I get a "no route to host" error or a "connect: no route to > > host." > > > > Any ideas? > <> > The other most likely problem you might have is lack of a default > route (default gateway) in server3 - you have to set > defaultrouter=="192.168.1.1" > in rc.conf on server3. If this is missing, it won't work. > > Eivind. Exactly, forgot to set defaultrouter to 192.168.1.1. Thanks Everyone! From owner-freebsd-questions Sun Sep 28 13:03:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA20069 for questions-outgoing; Sun, 28 Sep 1997 13:03:38 -0700 (PDT) Received: from xioa.cosmic.org (jwb@xioa.cosmic.org [206.151.181.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA20062 for ; Sun, 28 Sep 1997 13:03:32 -0700 (PDT) Received: (from jwb@localhost) by xioa.cosmic.org (8.8.7/8.8.5) id QAA00283 for questions@freebsd.org; Sun, 28 Sep 1997 16:03:00 -0400 (EDT) From: Joe Beiter Message-Id: <199709282003.QAA00283@xioa.cosmic.org> Subject: soundblaster 16 To: questions@freebsd.org Date: Sun, 28 Sep 1997 16:02:54 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Every time I have upgraded either Freebsd (at least five times) or my soundblaster card (8 bit to 16 bit) configuring this to work with Freebsd is a major pain in the rear. I've been trying to get this to work for weeks no luck. I am using these same settings for Mickysoft and it works fine. The same settings do not work in Freebsd. Can anyone tell me why? Soundblaster 16 irq=5, dma=1, dma=7, port 220, port 300, port 388 AHA 1542CF irq=11, dma=5, port=330 Kernel config: ------------- controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr controller snd0 device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr options "SB16_IRQ=5" device sbxvi0 at isa? drq 7 options "SB16_DMA=7" device sbmidi0 at isa? port 0x300 -------------- dmesg: ------- aha0 at 0x330-0x333 irq 11 drq 5 on isa aha0 waiting for scsi devices to settle (aha0:0:0): "MICROP 4110-09NB_Nov18F TN0F" type 0 fixed SCSI 2 sd0(aha0:0:0): Direct-Access 1002MB (2053880 512 byte sectors) (aha0:1:0): "SEAGATE ST31230N 0300" type 0 fixed SCSI 2 sd1(aha0:1:0): Direct-Access 1010MB (2069860 512 byte sectors) (aha0:5:0): "TOSHIBA CD-ROM XM-3601TA 0265" type 5 removable SCSI 2 sb0 not found at 0x220 sbxvi0 not found sbmidi0 not found at 0x300 -------------------------- I've read the FAQ, man pages, Handbook, tried different settings.. eye of newt, sacrificed a couple of virgins. It still doesn't work. One time for a previous release of Freebsd someone on IRC gave me a line to add into my kernel config that made things work for him..and it worked for me. Didn't preserve it when I upgraded it and don't remember who it was. Its certainly not something thats in the docs. I've noticed in previous releases of Freebsd (I'm using 2.2.2-Rel now) that the reliability of the sound card working is a crap shoot at best. Whats the problem with this guys? :---==@==---==@==---==@==---: Joseph Beiter Hacking's just another word for nothing jwb@cosmic.org left to kludge. From owner-freebsd-questions Sun Sep 28 14:04:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA22739 for questions-outgoing; Sun, 28 Sep 1997 14:04:59 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA22734 for ; Sun, 28 Sep 1997 14:04:55 -0700 (PDT) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id RAA28572; Sun, 28 Sep 1997 17:04:53 -0400 (EDT) Received: from ppp0a002.std.com by world.std.com (5.65c/Spike-2.0) id AA08146; Sun, 28 Sep 1997 17:04:50 -0400 Message-Id: <34195F9C.22F0@world.std.com> Date: Fri, 12 Sep 1997 08:28:28 -0700 From: Joel Gwynn X-Mailer: Mozilla 3.03 (Win16; I) Mime-Version: 1.0 To: questions@freebsd.org Subject: pccard.conf Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Still working on my pcmcia modem. I recompiled my kernel, uncommenting the pcic driver, so now when I start up, it seems to find the card. PC-Card Intel 82365 (5 mem & 2 I/O windows) pcic: controller irq 3 Card inserted, slot 1 The CIS information is "Simple Technology", "14.4 Communicator". In DOS, I know that it's on COM2, IRQ3 at 0x2f8. So, I tried a pccard.conf like this: card "Simple Technology" "14.4 Communicator" config 0x2f8 "sio1" 3 insert echo PCMCIA card inserted, Joelman. remove echo PCMCIA card removed, Joelman. When I run "pccardd -v", it reads the file ok, but then it says that it failed to allocate resources. When I try an stty command, I get the message "port not configured". What the heck is going on? Joel Gwynn From owner-freebsd-questions Sun Sep 28 15:39:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA27589 for questions-outgoing; Sun, 28 Sep 1997 15:39:21 -0700 (PDT) Received: from mail.inreach.com ([205.138.224.216]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA27584 for ; Sun, 28 Sep 1997 15:39:18 -0700 (PDT) Received: from jbgarcia (ppp10125.la.inreach.net [206.18.112.125]) by mail.inreach.com (8.8.6/8.8.6/(InReach)) with SMTP id PAA01719 for ; Sun, 28 Sep 1997 15:39:05 -0700 (PDT) Message-Id: <3.0.1.32.19970928154712.006a26d0@inreach.com> X-Sender: jbgarcia@inreach.com X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Sun, 28 Sep 1997 15:47:12 -0700 To: freebsd-questions@FreeBSD.ORG From: Joey Garcia Subject: Packages on Cdrom Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It turns out that I have no cdrom support for my Hitachi cdrom under FreeBSD. Sort of a bummer when it comes with lots and lots of software on it. A whole list of packages for the ports collection. Anyways, I played with and stuff with the packages, considering that I had to do a dos partition install, I just copied some select files from the cdrom over to c:\freebsd\packages\all\* Just stuff that I was sure that I wanted. When I did the install it found that I had a packages directory and tried to look for stuff anyways, it didn't work. I think only one acutally did work. Xchomp worked. (had to get something to play with *grin*) Sort of frustrating. Any ideas of why it didn't work? Could it be that it looked for long FreeBSD file names and not Dos file names, or package names. I don't know. Give me a hint to fix this problem and rig it to work. I thought about just copying the .tgz files over to the port collection directories and stuff and trying "make install". But that didn't work either. I think that that "Makefile" is looking for .tar.gz files and the other files are in .tgz format. I think that's what stops it from actually doing anything. I get an error message saying that the file was not found on the system. Where does it initially look? How can I get it to work? I thank you for any help. Joey Garcia From owner-freebsd-questions Sun Sep 28 16:26:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA00226 for questions-outgoing; Sun, 28 Sep 1997 16:26:45 -0700 (PDT) Received: from home.corecom.net (root@[199.237.128.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA00200 for ; Sun, 28 Sep 1997 16:26:17 -0700 (PDT) Received: from MASTER.my.puter (kenai18.corecom.net [199.237.130.238]) by home.corecom.net (8.8.7/8.8.7) with SMTP id PAA22646 for ; Sun, 28 Sep 1997 15:59:02 -0800 (AKDT) Date: Sun, 28 Sep 1997 15:25:25 -0800 (AKDT) From: "me " To: "FreeBSD-questions@FreeBSD.ORG" Subject: Ham radio programs? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is anybody running ham radio programs on FreeBSD? I am looking for things like jnos/tnos, logging, etc. Thanks Mike ------------------------------------------------------------------------------- OS of CHOICE? FREEBSD! (http://www.freebsd.org) me@corecom.net http://www.corecom.net/endsley/ ------------------------------------------------------------------------------- From owner-freebsd-questions Sun Sep 28 16:39:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA00965 for questions-outgoing; Sun, 28 Sep 1997 16:39:50 -0700 (PDT) Received: from home.corecom.net (root@[199.237.128.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA00958 for ; Sun, 28 Sep 1997 16:39:39 -0700 (PDT) Received: from MASTER.my.puter (kenai18.corecom.net [199.237.130.238]) by home.corecom.net (8.8.7/8.8.7) with SMTP id QAA22924 for ; Sun, 28 Sep 1997 16:13:01 -0800 (AKDT) Date: Sun, 28 Sep 1997 15:39:41 -0800 (AKDT) From: "me " To: "FreeBSD-questions@FreeBSD.ORG" Subject: Thanks everybody! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I may have to drop this mail list pretty soon due to time restraints. I just wanted to thank everybody for your help. FreeBSD has become my favorite OS! I intend on "getting good enough" to help others that are new to Unix. It is amazing how fast one can go from not knowing the first thing about Unix to running it at home! My wife is even impressed at the prompt replies and what all I can do with FreeBSD. Hopefully I can stay on the list, but if not, just wanted to say thinks to everybody for a GREAT product and support. I am probably the only one that has a directory for those special messages of wit/wisdom from one Herr Jordan! :) Thanks guys/gals! Mike AL7OJ ------------------------------------------------------------------------------- OS of CHOICE? FREEBSD! (http://www.freebsd.org) me@corecom.net http://www.corecom.net/endsley/ ------------------------------------------------------------------------------- From owner-freebsd-questions Sun Sep 28 16:51:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA01425 for questions-outgoing; Sun, 28 Sep 1997 16:51:06 -0700 (PDT) Received: from dns01.ops.usa.net (dns01.ops.usa.net [204.68.24.137]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA01419 for ; Sun, 28 Sep 1997 16:51:03 -0700 (PDT) Received: (qmail 8383 invoked by alias); 28 Sep 1997 23:51:02 -0000 Received: (qmail 8361 invoked from network); 28 Sep 1997 23:50:57 -0000 Received: from drjo009a216.embratel.net.br (HELO Cindy.ModelNet) (200.255.255.216) by dns01.ops.usa.net with SMTP; 28 Sep 1997 23:50:57 -0000 Message-ID: <342EECB3.6E4D@usa.net> Date: Sun, 28 Sep 1997 20:48:03 -0300 From: Mauricio Sessue Otta X-Mailer: Mozilla 3.03 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Where is Navigator?? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there at www.freebsd.org i was browsing your pages and then send to me Netscape but I couldn't find Navigator for FreeBSD, nor to BSD 2.1 Please tell where I can find Navigator (i want to use navigator) []'s Mauricio From owner-freebsd-questions Sun Sep 28 17:02:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA01975 for questions-outgoing; Sun, 28 Sep 1997 17:02:07 -0700 (PDT) Received: (from grog@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA01962 for FreeBSD-questions@FreeBSD.org; Sun, 28 Sep 1997 17:02:03 -0700 (PDT) Date: Sun, 28 Sep 1997 17:02:03 -0700 (PDT) From: Greg Lehey Message-Id: <199709290002.RAA01962@hub.freebsd.org> To: FreeBSD-questions@FreeBSD.org Subject: Errata and addenda in "The Complete FreeBSD" Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, "The Complete FreeBSD", published by Walnut Creek, is no exception. Since going to press, a number of anomalies have surfaced. The following is a list of modifications which go beyond simple typos. They relate to the first edition, formatted on 19 July 1996 (at the time of writing the only edition that is available). If you have this book, please check this list. I apply these changes to the current source of the book, so if you buy a later edition, they will be in it as well. If you find a bug or a suspected bug in the book, please contact me (grog@freebsd.org). --- Changes: 5 December 1996 --- Page 192: Middle of the page, the indented small print comment. Replace with: If your system doesn't have the directory /usr/src/sys, then the kernel source has not been installed. To install from the CD-ROM, perform the following steps: # mkdir -p /usr/src/sys # ln -s /usr/src/sys /sys # cd / # cat /cdrom/dists/src/sys.* | tar xzvf - The symbolic link /sys for /usr/src/sys is not strictly necessary, but it's a good idea: some software uses it, and otherwise you may end up with two different copies of the sources. --- Changes: 28 November 1996 --- Page 135, second paragraph: replace with In addition, you may need to create the device nodes if they don't already exist. By default, the system contains four virtual terminal devices in the /dev directory. If you use more than this number, you must create them, either with MAKEDEV (see page 162), or with mknod (see page 573). When calculating how many devices you need, note that if you intend to run X11, you need a terminal device without a getty for the X server. For example, if you have enabled /dev/ttyv3, /dev/ttyv4, and /dev/ttyv5, and you also want to run X, you will need a total of 7 virtual terminals (/dev/ttyv0 through /dev/ttyv6). With MAKEDEV, you specify how many virtual terminals you need: # cd /dev # ./MAKEDEV vty7 make 7 vtys Alternatively, you can do this with mknod: # cd /dev # ls -l ttyv0 crw------- 1 root wheel 12, 0 Nov 28 10:25 ttyv0 # mknod ttyv3 c 12 3 # mknod ttyv4 c 12 4 # mknod ttyv5 c 12 5 # mknod ttyv6 c 12 6 In this example, you list the entry for /dev/ttyv0 in order to check the major device number of the virtual terminals (that's the 12, in this example; it may change from one release to another). You need to specify this number to mknod. For more details about major and minor device numbers, see page 160. --- Changes: 20 November 1996 --- Figure 10-4, page 172: The devices in the FreeBSD slice are called /dev/sd1s2a through /dev/sd1s2h, not /dev/sd1s3a through /dev/sd1s3h as shown. Figure 10-6, page 176: The devices in the FreeBSD slice are *still* called /dev/sd1s2a through /dev/sd1s2h, not /dev/sd1s1a through /dev/sd1s1h as shown. (Well, at least the average turned out right :-) The man page section (pages 225 to 766) was sorted by ASCII name of the man page, with the result that the man pages whose names start with upper-case letters come before those whose names start with lower-case letters. Sorry about that. If you're looking for a man page, probably the best place to start is in the Table of Contents on page vi. The man pages are really just excerpts. The total FreeBSD man pages format to some 6,000 pages, far more than I could possibly put in this book. --- Changes: 1 November 1996 --- Major changes: 1. No difference in installation from ATAPI CD-ROM drives. When "The Complete FreeBSD" was written, you still needed a separate installation procedure for installing from ATAPI CD-ROM drives. This is no longer the case. The following modifications to the text come as a result: Page 14, table: Remove references to atapiflp.bat and inst_ide.bat. FreeBSD 2.1.5 no longer has separate boot floppies and installation procedures for ATAPI CD-ROM drives. Page 29: Remove the text "You will also need a different boot disk (/cdrom/floppies/atapi.flp). If you are creating the boot floppy with MS-DOS, you can use the file ATAPIFLP.BAT to create the floppy." The resultant text reads: IDE CD-ROM drives, more properly called ATAPI CD-ROM drives, are a new kind of CD-ROM drive which connect to the same controller as your IDE hard disk. Currently, FreeBSD 2.1.5 support for ATAPI CD-ROM drives is in alpha test. In order to install from an ATAPI CD-ROM, the drive must be jumpered as slave device. The installation may or may not work--please let us know if it doesn't, especially if you can give us some indication about the cause of the trouble. You can also create this boot diskette with the aid of the VIEW program (see Chapter 4, Installing FreeBSD, page 38). Page 35: Remove the points referring to atapi.flp. The text for the third box from the bottom of the page should read: If the direct boot doesn't work, you will need to make a boot floppy, which may be either a 3 1/2" or a 5 1/4" diskette. Create a boot floppy by copying the image /cdrom/boot.flp to diskette. Refer to Chapter 2, Installing FreeBSD, page 39. If you have an IDE (ATAPI) CD-ROM drive, see also the section on this kind of drive in Chapter 2, Installation Concepts, page 29. Page 43, after first example: remove references to ATAPI. The resultant text should read: Don't try this from MS Windows--the installation will fail with the message not enough memory. The boot will progress in the same way as if you had booted from floppy. The advantage of starting VIEW is that you get more documentation: ultimately VIEW will start INSTALL to boot the system. INSTALL doesn't always work. It depends on what drivers or TSRs are in your system. There's no reason to try changing your MS-DOS configuration to get it to work: it's a lot easier just to boot from floppy (see page 38 for further information). 2. Changes to section on installing a second disk. Page 170: The bottom paragraph should read: When the message Three seconds until format begins... appears, you can still change your mind by hitting CTRL-C before the message Formatting... appears. After that, you can't stop the format: most disks can perform a format by themselves, so scsiformat just issues the command to format the disk. Since there is no SCSI bus activity, the disk activity lamp will also not light up, and since the scsiformat program will just be waiting and not using any CPU time, you could easily get the impression the nothing is going on. The disk format can take a long time--depending on the disk, up to 90 minutes. Page 173, after table 10-5: Add the text If you're unlucky, fdisk will give you a completely different idea of the disk geometry from what scsiformat did. Possibly you can decide by examination which program is wrong, or maybe you can look at the dmesg output for a tie-breaker. In all cases I have seen, it has been fdisk that returned the incorrect information, and only when the disk did not have a valid partition table. For example, this happened with a disk formatted for BSD/OS: # scsiformat sd1 MICROP 2112-15MQ1094802 HQ48 Mode data length: 35 Medium type: 0 Device Specific Parameter: 0 Block descriptor length: 8 Density code: 0 Number of blocks: 2051615 Reserved: 0 Block length: 512 PS: 1 Reserved: 0 Page code: 4 Page length: 22 Number of Cylinders: 1760 Number of Heads: 15 Starting Cylinder-Write Precompensation: 0 Starting Cylinder-Reduced Write Current: 0 Drive Step Rate: 0 Landing Zone Cylinder: 0 Reserved: 0 RPL: 0 Rotational Offset: 0 Reserved: 0 Medium Rotation Rate: 5400 Reserved: 0 Reserved: 0 # fdisk sd1 ******* Working on device /dev/rsd1 ******* parameters extracted from in-core disklabel are: cylinders=160 heads=256 sectors/track=50 (12800 blks/cyl) Figures below won't work with BIOS for partitions not in cyl 1 parameters to be used for BIOS calculations are: cylinders=160 heads=256 sectors/track=50 (12800 blks/cyl) Warning: BIOS sector numbering starts with sector 1 Information from DOS bootblock is: The data for partition 0 is: sysid 255,(BBT (Bad Blocks Table)) start 1023744, size 2108293151 (1029440 Meg), flag 0 beg: cyl 768/ sector 15/ head 147; end: cyl 0/ sector 0/ head 255 The data for partition 1 is: sysid 101,(Novell Netware 3.xx) start 1646292846, size 1814062195 (885772 Meg), flag 0 beg: cyl 356/ sector 50/ head 0; end: cyl 256/ sector 50/ head 114 The data for partition 2 is: sysid 0,(unused) start 0, size 0 (0 Meg), flag 61 beg: cyl 364/ sector 37/ head 98; end: cyl 0/ sector 0/ head 0 The data for partition 3 is: Looking at the output from dmesg, we see: (aha0:1:0): "MICROP 2112-15MQ1094802 HQ48" type 0 fixed SCSI 2 sd1(aha0:1:0): Direct-Access 1001MB (2051615 512 byte sectors) sd1(aha0:1:0): with 1760 cyls, 15 heads, and an average 77 sectors/track In this case, then, you should use the parameters 1760 cylinders, 15 heads, and 77 sectors per track. What's less obvious here is the number of cylinders: fdisk doesn't have an opinion, and scsiformat and dmesg decided it has 2,051,615 sectors. Unfortunately, if you calculate the number according to the formula cylinders x heads x sectors, you'll come up with a different result: in this case 1760 x 15 x 77 = 2,032,800. How come? The disks report the total number of sectors, including spare tracks and such, but you can't use them all. The 2,032,800 is the correct number, and if you try to specify 2,051,615 to disklabel, it will spit out lots of messages about partitions which go beyond the end of the disk. Page 173, middle of page. Change the text after the "no magic" message to: The message no magic doesn't mean that fdisk is out of purple smoke. It refers to the fact that it didn't find the so-called magic number, which identifies the partition table. Since we don't have a partition table yet, this message isn't surprising. It's also completely harmless. Page 173, last example. Remove the first 22 lines, from ******* Working on device /dev/rsd1 ******* to, but not including the next occurrence of this line. Page 177, bulleted list: add the bullet * The total number of sectors in the partition. Calculate the number from the the formula cylinders x heads x sectors, even if you are using the whole disk: the output from dmesg or scsiformat is not correct here. Page 178, middle of page: after # disklabel -w -r /dev/sd1c cdc94161 insert When you do this, expect a kernel message (in high-intensity display) saying ``Cannot find disk label''. Since there isn't any label, it can't be found. This is another harmless chicken and egg problem. Page 182: In the section "Creating the file systems", add the first line to the example: # newfs /dev/rsd1h Further down the page, the last example should also read # newfs /dev/rsd1h 3. Other changes Page 41, after the heading "Installing from an MS-DOS partition". Add the text: It's also possible to install from a primary MS-DOS partition on the first disk. At the moment, it's not possible to install from extended partitions. Page 136, bottom: Add the text If you are changing the root password, be careful: it's easy enough to lock yourself out of the system if you mess things up, which could happen if, for example, you mistyped the password twice in the same way (don't laugh, it happens). If you're running X, open another window and use su to become root. If you're running in character mode, select another virtual terminal and log in as root there. Only when you're sure you can still access root should you log out. Page 152, just before the heading "The online manual". Add: Yes, you really need to run latex three times in order to build the cross-references. Page 199, the end of the multipage table is garbled. It should read: ze0 214 IBM/National Semiconductor PCMCIA ethernet controller zp0 214 3Com PCMCIA Etherlink III Page 205: Change the section titled "lpt0" to: lpt0 through lpt2 are the three printer ports you could conceivably have. Most people don't have three printers: you can comment out the definitions of the printers which you don't have. Page 208, bottom of page: swap the italicized headings "Adaptec 274X controller" and "Adaptec 1274X controller" Many thanks to Paul DuBois and Jerry Dunham for finding many of these bugs. From owner-freebsd-questions Sun Sep 28 17:02:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA01982 for questions-outgoing; Sun, 28 Sep 1997 17:02:09 -0700 (PDT) Received: (from grog@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA01960 for FreeBSD-questions@FreeBSD.org; Sun, 28 Sep 1997 17:02:02 -0700 (PDT) Date: Sun, 28 Sep 1997 17:02:02 -0700 (PDT) From: Greg Lehey Message-Id: <199709290002.RAA01960@hub.freebsd.org> To: FreeBSD-questions@FreeBSD.org Subject: How to get best results from FreeBSD-questions Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk How to get the best results from FreeBSD questions. =================================================== Last update 17 October 1996. This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that at least one of the following things was wrong with your message: - You left out a subject line, or the subject line was not appropriate. - You formatted it in such a way that it was difficult to read. - You asked more than one unrelated question in one message. - You sent out a message with an incorrect date, time or time zone. - You sent out the same message more than once. - You sent an 'unsubscribe' message to FreeBSD-questions. If you have done any of these things, there is a good chance that you will get more than one copy of this message from different people. Read on, and your next message will be more successful. ===================================================================== Contents: I: Introduction II: How to unsubscribe from FreeBSD-questions III: How to submit a question to FreeBSD-questions IV: How to answer a question to FreeBSD-questions I: Introduction =============== This is a regular posting aimed to help both those seeking advice from FreeBSD-questions (the "newcomers"), and also those who answer the questions (the "hackers"). Note that the term "hacker" has nothing to do with break- ing into other people's computers. The correct term for the latter activity is "cracker", but the popular press hasn't found out yet. The FreeBSD hackers disapprove strongly of cracking security, and have nothing to do with it. In the past, there has been some friction which stems from the different viewpoints of the two groups. The newcomers accused the hackers of being arrogant, stuck-up, and unhelpful, while the hackers accused the newcomers of being stupid, unable to read plain English, and expecting everything to be handed to them on a silver platter. Of course, there's an element of truth in both these claims, but for the most part these viewpoints come from a sense of frustration. In this document, I'd like to do something to relieve this frustration and help everybody get better results from FreeBSD-questions. In the following section, I recommend how to submit a question; after that, we'll look at how to answer one. II: How to unsubscribe from FreeBSD-questions ============================================== When you subscribed to FreeBSD-questions, you got a welcome message from Majordomo@FreeBSD.ORG. In this message, amongst other things, it told you how to unsubscribe. Here's a typical message: Welcome to the freebsd-questions mailing list! If you ever want to remove yourself from this mailing list, you can send mail to "Majordomo@FreeBSD.ORG" with the following command in the body of your email message: unsubscribe freebsd-questions Greg Lehey Here's the general information for the list you've subscribed to, in case you don't already have it: FREEBSD-QUESTIONS User questions This is the mailing list for questions about FreeBSD. You should not send "how to" questions to the technical lists unless you consider the question to be pretty technical. Normally, unsubscribing is even simpler than the message suggests: you don't need to specify your mail ID unless it is different from the one which you specified when you subscribed. If Majordomo replies and tells you (incorrectly) that you're not on the list, this may mean that you have changed your mail ID since you subscribed. In this case, you do need to tell Majordomo the correct name, and that's when the welcome message from Majordomo comes in handy. If you have not kept it, all is not lost. Send a message to majordomo asking for the list of the members of the group. In the text of the message, write: who freebsd-questions The names returned in the list are not all individual mail IDs: you'll see a number of names like: freebsd-questions-list@datatec.com freebsd-questions-redist@news.uni-stuttgart.de incoming-freebsd-questions@cisco.com freebsd-questions@clinet.fi freebsd-questions@mcs.anl.gov If you're on one of these lists, you'll have to figure out which one it is and get your name taken off that one. If you're not sure which one it might be, check the headers of the messages you receive from freebsd-questions: maybe there's a clue there. IF ALL ELSE FAILS ----------------- If you've done all this, and you still can't figure out what's going on, send a message to Postmaster@FreeBSD.ORG, and he will sort things out for you. DON'T send a message to FreeBSD-questions: they can't help you. III: How to submit a question ============================== When submitting a question to FreeBSD-questions, consider the following points: 1. Remember that nobody gets paid for answering a FreeBSD question. They do it of their own free will. You can influence this free will positively by submitting a well-formulated question supplying as much relevant information as possible. You can influence this free will negatively by submitting an incomplete, illegible, or rude question. It's perfectly possible to send a message to FreeBSD-questions and not get an answer. In the rest of this document, we'll look at how to get the most out of your question to FreeBSD-questions. 2. Not everybody who answers FreeBSD questions reads every message: they look at the subject line and decide whether it interests them. Clearly, it's in your interest to specify a subject. "FreeBSD problem" or "Help" aren't enough. If you provide no subject at all, many people won't bother reading it. If your subject isn't specific enough, the people who can answer it may not read it. 3. Format your message so that it is legible, and PLEASE DON'T SHOUT!!!!!. We appreciate that a lot of people don't speak English as their first language, and we try to make allowances for that, but it's really painful to try to read a message written full of typos or without any line breaks. A lot of badly formatted messages come from bad mailers. The mailers in the Microsoft world are frequent offenders. If at all possible, use a UNIX mailer. If you must use a mailer under Microsoft environments, make sure it is set up correctly. Try not to use MIME: a lot of people use mailers which don't get on very well with MIME. 4. Make sure your time and time zone are set correctly. This may seem a little silly, since your message still gets there, but many of the people you are trying to reach get several hundred messages a day. They frequently sort the incoming messages by subject and by date, and if your message doesn't come before the first answer, they may assume they missed it and not bother to look. 5. Don't include unrelated questions in the same message. Firstly, a long message tends to scare people off, and secondly, it's more difficult to get all the people who can answer all the questions to read the message. 6. Specify as much information as possible. This is a difficult area, and we need to expand on what information you need to submit, but here's a start: - If you get error messages, don't say "I get error messages", say (for example) "I get the error message 'No route to host'". - If your system panics, don't say "My system panicked", say (for example) "my system panicked with the message 'free vnode isn't'". - If you have difficulty installing FreeBSD, please tell us what hardware you have. In particular, it's important to know the IRQs and I/O addresses of the boards installed in your machine. 7. If you do all this, and you still don't get an answer, there could be other reasons. For example, the problem is so complicated that nobody knows the answer, or the person who does know the answer was offline. If you don't get an answer after, say, a week, it might help to re-send the message. If you don't get an answer to your second message, though, you're probably not going to get one from this forum. Resending the same message again and again will only make you unpopular. To summarize, let's assume you know the answer to the following question. You choose which of these two questions you would be more prepared to answer: Message 1: Subject: (none) I just can't get hits damn silly FereBSD system to workd, and Im really good at this tsuff, but I have never seen anythign sho difficult to install, it jst wont work whatever I try so why don't y9ou guys tell me what I doing wrong. ---------------------------------------------------------------------- Message 2: Subject: Problems installing FreeBSD I've just got the FreeBSD 2.1.5 CD-ROM from Walnut Creek, and I'm having a lot of difficulty installing it. I have a 66 MHz 486 with 16 MB of memory and an Adaptec 1540A SCSI board, a 1.2GB Quantum Fireball disk and a Toshiba 3501XA CD-ROM drive. The installation works just fine, but when I try to reboot the system, I get the message "Missing Operating System". ---------------------------------------------------------------------- IV: How to answer a question ============================ Before you answer a question to FreeBSD-questions, consider: 1. A lot of the points on submitting questions also apply to answering questions. Read them. 2. Has somebody already answered the question? The easiest way to check this is to sort your incoming mail by subject: then (hopefully) you'll see the question followed by any answers, all together. If somebody has already answered it, it doesn't automatically mean that you shouldn't send another answer. But it makes sense to read all the other answers first. 3. Do you have something to contribute beyond what has already been said? In general, "Yeah, me too" answers don't help much, although there are exceptions, like when somebody is describing a problem he's having, and he doesn't know whether it's his fault or whether there's something wrong with the hardware or software. If you do send a "me too" answer, you should also include any further relevant information. 4. Are you sure your answer is correct? If not, wait a day or so. If nobody else comes up with a better answer, you can still reply and say, for example, "I don't know if this is correct, but since nobody else has replied, why don't you try replacing your ATAPI CD-ROM with a frog?". 5. Don't do a group reply; lots of people send messages with hundreds of CCs. Unless there's a good reason to do otherwise, just reply to the person and copy FreeBSD-questions. 6. Trim the original message to the minimum, and use some technique to identify which text came from the original message, and which text you add. I personally find that prepending "> " to the original message works best. Leaving white space after the ">" and leave empty lines between your text and the original text both make the result more readable. Most mailers change the subject line on a reply by prepending a text such as "Re: ". If your mailer doesn't do it automatically, you should do it manually. If the submitter didn't abide by format conventions (lines too long, inappropriate subject line), *please* fix it. In the case of an incorrect subject line (such as "HELP!!??"), change the subject line to (say) "Re: Difficulties with sync PPP (was: HELP!!??)". That way other people trying to follow the thread will have less difficulty following it. In such cases, it's appropriate to say what you did and why you did it, but try not to be rude. If you find you can't answer without being rude, don't answer. If you just want to reply to a message because of its bad format, just reply to the submitter, not to the list. You can just send him this message in reply, if you like. From owner-freebsd-questions Sun Sep 28 17:37:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA04063 for questions-outgoing; Sun, 28 Sep 1997 17:37:43 -0700 (PDT) Received: from hikari.space.lockheed.com (hikari.space.lockheed.com [192.68.162.111]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id RAA04056 for ; Sun, 28 Sep 1997 17:37:41 -0700 (PDT) Received: from localhost by hikari.space.lockheed.com (5.65v3.2/1.1.10.5/14Aug96-0959AM) id AA13952; Sun, 28 Sep 1997 17:32:35 -0700 Message-Id: <342EF723.3F54@hikari.space.lockheed.com> Date: Sun, 28 Sep 1997 17:32:35 -0700 From: Gregory Lee Slater X-Mailer: Mozilla 3.0 (X11; I; OSF1 V4.0 alpha) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Help needed writing CDs Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, I am trying to find out if anyone has successfully written to a recordable compact disk using FreeBSD and a Plextor PX-R24CSi CD recorder. I am trying to use the 'wormcontrol' program, but have been unable to successfully write to the Plextor using any of the available CD Recorder 'types' accepted by wormcontrol. Part of the problem seems to be that this Plextor recorder is not identified as a worm device by the system. If could direct me to any expertise in this area and how I could go about modifying wormcontrol to include a Plextor option, would very much appreciate it. Thanks, - Greg Slater From owner-freebsd-questions Sun Sep 28 18:42:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07103 for questions-outgoing; Sun, 28 Sep 1997 18:42:26 -0700 (PDT) Received: from fly.HiWAAY.net (1073745024@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07097 for ; Sun, 28 Sep 1997 18:42:23 -0700 (PDT) Received: from nospam.hiwaay.net (tnt1-66.HiWAAY.net [208.147.147.66]) by fly.HiWAAY.net (8.8.7/8.8.6) with ESMTP id UAA02706; Sun, 28 Sep 1997 20:42:18 -0500 (CDT) Received: from nospam.hiwaay.net (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.7/8.8.4) with ESMTP id UAA01060; Sun, 28 Sep 1997 20:42:17 -0500 (CDT) Message-Id: <199709290142.UAA01060@nospam.hiwaay.net> X-Mailer: exmh version 2.0zeta 7/24/97 To: "me " cc: "FreeBSD-questions@FreeBSD.ORG" From: dkelly@hiwaay.net Subject: Re: Thanks everybody! In-reply-to: Message from "me " of "Sun, 28 Sep 1997 15:39:41 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 28 Sep 1997 20:42:15 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Michael A. Endsley writes: > > I am probably the only one that has a directory for those special messages > of wit/wisdom from one Herr Jordan! :) You haven't been around very long? Others have plucked Jordan's choice words from the past and re-posted for much amusement. We're all the richer to have Jordan (and others) share their wisdom. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-questions Sun Sep 28 18:48:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07322 for questions-outgoing; Sun, 28 Sep 1997 18:48:30 -0700 (PDT) Received: from fly.HiWAAY.net (1073745024@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07309 for ; Sun, 28 Sep 1997 18:48:26 -0700 (PDT) Received: from nospam.hiwaay.net (tnt1-66.HiWAAY.net [208.147.147.66]) by fly.HiWAAY.net (8.8.7/8.8.6) with ESMTP id UAA04438; Sun, 28 Sep 1997 20:48:23 -0500 (CDT) Received: from nospam.hiwaay.net (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.7/8.8.4) with ESMTP id UAA01072; Sun, 28 Sep 1997 20:48:21 -0500 (CDT) Message-Id: <199709290148.UAA01072@nospam.hiwaay.net> X-Mailer: exmh version 2.0zeta 7/24/97 To: "me " cc: "FreeBSD-questions@FreeBSD.ORG" From: dkelly@hiwaay.net Subject: Re: Ham radio programs? In-reply-to: Message from "me " of "Sun, 28 Sep 1997 15:25:25 -0800." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 28 Sep 1997 20:48:20 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Michael A. Endsley writes: > > Is anybody running ham radio programs on FreeBSD? I am looking for things > like jnos/tnos, logging, etc. Thanks TNOS (http://www.lantz.com) knows FreeBSD. I submitted several patches to the author which found its way into the distribution. I was too busy elsewhere when the beta of TNOS 2.30 was out, so its not a perfect clean compile right out of the box. Almost... I was going to put together a patch this afternoon, but didn't. FreeBSD's slattach won't attach to a pty, last time I tried it. Something to do with the pty not being as complete as a tty. Failed with in an ioctl for setting process group or some such. Linking TNOS's IP stack to FreeBSD's becomes more difficult than it should. I got a PPP link running once thru a pty. And didn't know how I did it afterwards to repeat. A pair of hardware serial ports with a null modem cable works. To get started with TNOS, subscribe to the mail lists at the above site. Download the Linux binaries, and possibly the sources. To get a running system you have to have the directory tree created by the Linux binary distribution, or you have to figure it out yourself. I haven't tried running the Linux binary of TNOS under FreeBSD. Until I ditched my non-FPU NexGen, I didn't have a system capable of running Linux emulation. About the only thing special you need to compile TNOS is gmake. Get it from ports or packages. Lately I've been using kermit for packet radio. 73, -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-questions Sun Sep 28 19:41:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA09735 for questions-outgoing; Sun, 28 Sep 1997 19:41:08 -0700 (PDT) Received: from bg1.vsnl.net.in ([202.54.12.15]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA09722 for ; Sun, 28 Sep 1997 19:40:59 -0700 (PDT) Received: from bg1.vsnl.net.in (bg1.vsnl.net.in [202.54.12.15]) by bg1.vsnl.net.in (8.8.4/8.8.4) with SMTP id IAA09116 for ; Mon, 29 Sep 1997 08:13:34 +0530 (IST) Date: Mon, 29 Sep 1997 08:13:34 +0530 (IST) X-Authentication-Warning: bg1.vsnl.net.in: bg1.vsnl.net.in [202.54.12.15] didn't use HELO protocol Message-Id: <1.5.4.16.19970929081030.1fd77838@blr.vsnl.net.in> X-Sender: dbresi@blr.vsnl.net.in X-Mailer: Windows Eudora Light Version 1.5.4 (16) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: support@freebsd.org From: Avionics Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear Sir/Madam I am trying to install Freebsd on my computer.I have partitioned the hard disk into two partitions, using FIPS. One of these I did a format /s on, to be able to boot into DOS. I am unable to load Freebsd from the CDROM since it is not being detected.(I think the reason could be that it is a 12x ATAPI IDE CDROM ).I have the dos drivers for the CD, and copied the contents of the whole CD onto a directory on the DOS partition called Freebsd. I then tried loading bsd from the DOS partition, but it says : Write failed ( -1 bytes copied of 1024 ) What do I do?? Mayur Deshpande Scientist Daimler Benz Research Centre India Pvt. Ltd. P.S. : The instruction booklet says that to install from a Dos partition, I should copy the relevant distributions from :\DISTS. But on my Walnut Creek CDROM, there is no such directory!! From owner-freebsd-questions Sun Sep 28 19:59:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA10508 for questions-outgoing; Sun, 28 Sep 1997 19:59:21 -0700 (PDT) Received: from ms11.hinet.net (root@ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA10499 for ; Sun, 28 Sep 1997 19:59:17 -0700 (PDT) Received: from hntp1.hinet.net (h135.s81.ts.hinet.net [168.95.81.135]) by ms11.hinet.net (8.8.3/8.8.3) with ESMTP id LAA26716 for ; Mon, 29 Sep 1997 11:00:52 +0800 (CST) Message-Id: <199709290300.LAA26716@ms11.hinet.net> From: "Doug Lo" To: Subject: How to install second OS(windows 95) on Primary IDE (slave) after installed FreeBSD? Date: Mon, 29 Sep 1997 10:54:56 +0800 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=BIG5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I have finished installing FreeBSD 2.2.2-RELEASE on Primary IDE(master), and it works fine. Now I have another HD, which is 1.7GB and has Windows 95 OS, I want to add this on Primary IDE(slave), but I have no idea how to do it. Hope someone can help me, thank you very much! Regards, Doug. From owner-freebsd-questions Sun Sep 28 20:22:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA11786 for questions-outgoing; Sun, 28 Sep 1997 20:22:02 -0700 (PDT) Received: from libertad.info.com.ph ([203.172.11.23]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA11770 for ; Sun, 28 Sep 1997 20:21:50 -0700 (PDT) From: skywalk@info.com.ph Received: by libertad.info.com.ph; (5.65v3.2/1.3/10May95) id AA27038; Mon, 29 Sep 1997 11:26:54 +0800 Message-Id: <3.0.1.32.19970929112346.00697c44@pop.info.com.ph> X-Sender: skywalk@pop.info.com.ph X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Mon, 29 Sep 1997 11:23:46 +0800 To: freebsd-questions@FreeBSD.ORG Subject: how do i? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk i followed the instruction on the faq section on how to add a new scsi hard drive but i'm having a problem on mounting it, here is the error: # disklabel -r sd1 # /dev/rsd1c: type: SCSI disk: sd1s1 label: flags: bytes/sector: 512 sectors/track: 63 tracks/cylinder: 255 sectors/cylinder: 16065 cylinders: 253 sectors/unit: 4080447 rpm: 3600 interleave: 1 trackskew: 0 cylinderskew: 0 headswitch: 0 # milliseconds track-to-track seek: 0 # milliseconds drivedata: 0 8 partitions: # size offset fstype [fsize bsize bps/cpg] c: 4080447 0 unused 0 0 # (Cyl. 0 - 253*) # mount /dev/rsd1c /mnt /dev/rsd1c on /mnt: Block device required # Lutz Reyes skywalk@info.com.ph From owner-freebsd-questions Sun Sep 28 20:23:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA11869 for questions-outgoing; Sun, 28 Sep 1997 20:23:14 -0700 (PDT) Received: from css.tuu.utas.edu.au (acs@css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA11863 for ; Sun, 28 Sep 1997 20:23:06 -0700 (PDT) From: andrew@key.net.au Received: from localhost (acs@localhost) by css.tuu.utas.edu.au (8.8.5/8.8.5) with SMTP id NAA00675; Mon, 29 Sep 1997 13:23:46 +1000 (EST) X-Authentication-Warning: depravitas.tuu.utas.edu.au: acs owned process doing -bs Date: Mon, 29 Sep 1997 13:23:46 +1000 (EST) To: Dr Freebsd cc: Jose Monteiro , freebsd-questions@FreeBSD.ORG Subject: Re: Color ls package In-Reply-To: Message-ID: X-Meaning-of-Life: none X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 24 Sep 1997, Dr Freebsd wrote: > you can also put this in .login > alias ls='colorls -G' .cshrc would probably be better to cover running screen et al. This is assuming he is running csh. Andrew From owner-freebsd-questions Sun Sep 28 20:25:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12056 for questions-outgoing; Sun, 28 Sep 1997 20:25:55 -0700 (PDT) Received: from css.tuu.utas.edu.au (acs@css.tuu.utas.edu.au [131.217.115.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12048 for ; Sun, 28 Sep 1997 20:25:51 -0700 (PDT) From: andrew@key.net.au Received: from localhost (acs@localhost) by css.tuu.utas.edu.au (8.8.5/8.8.5) with SMTP id NAA00720; Mon, 29 Sep 1997 13:26:47 +1000 (EST) X-Authentication-Warning: depravitas.tuu.utas.edu.au: acs owned process doing -bs Date: Mon, 29 Sep 1997 13:26:47 +1000 (EST) To: Jose Monteiro cc: Dr Freebsd , freebsd-questions@FreeBSD.ORG Subject: Re: Color ls package In-Reply-To: <342b5315.1940344@mail.leirianet.pt> Message-ID: X-Meaning-of-Life: none X-WonK: *wibble* MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 25 Sep 1997, Jose Monteiro wrote: > It works in the console, but not through telnet or ssh... > Is it supposed not to work in this conditions? It depends on your telnet or ssh client. For instance on a mac, NCSA Telnet 2.6 dosnt support colour, nor does NiftyTelnet. NCSA Telnet 2.7 and BetterTelnet both support colour. If your using Windows you'd better check the documentation of your telnet client. Andrew From owner-freebsd-questions Sun Sep 28 20:44:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12956 for questions-outgoing; Sun, 28 Sep 1997 20:44:24 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12951 for ; Sun, 28 Sep 1997 20:44:19 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id NAA13095; Mon, 29 Sep 1997 13:14:01 +0930 (CST) Message-ID: <19970929131400.47236@lemis.com> Date: Mon, 29 Sep 1997 13:14:00 +0930 From: Greg Lehey To: skywalk@info.com.ph Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how do i? References: <3.0.1.32.19970929112346.00697c44@pop.info.com.ph> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.1.32.19970929112346.00697c44@pop.info.com.ph>; from skywalk@info.com.ph on Mon, Sep 29, 1997 at 11:23:46AM +0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 29, 1997 at 11:23:46AM +0800, skywalk@info.com.ph wrote: > > i followed the instruction on the faq section on how to add a new scsi hard > drive but i'm having a problem on mounting it, here is the error: > > # disklabel -r sd1 > # /dev/rsd1c: > type: SCSI > disk: sd1s1 > label: > flags: > bytes/sector: 512 > sectors/track: 63 > tracks/cylinder: 255 > sectors/cylinder: 16065 > cylinders: 253 > sectors/unit: 4080447 > rpm: 3600 > interleave: 1 > trackskew: 0 > cylinderskew: 0 > headswitch: 0 # milliseconds > track-to-track seek: 0 # milliseconds > drivedata: 0 > > 8 partitions: > # size offset fstype [fsize bsize bps/cpg] > c: 4080447 0 unused 0 0 # (Cyl. 0 - 253*) > # mount /dev/rsd1c /mnt > /dev/rsd1c on /mnt: Block device required > # /dev/rsd1c is a character device. The corresponding block device is /dev/sd1c. Greg From owner-freebsd-questions Sun Sep 28 20:45:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12996 for questions-outgoing; Sun, 28 Sep 1997 20:45:25 -0700 (PDT) Received: from barney.webace.com.au ([203.25.160.154]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12991 for ; Sun, 28 Sep 1997 20:45:21 -0700 (PDT) Received: from jason.argo.net.au ([203.25.160.112]) by barney.webace.com.au (8.8.5/8.8.5) with SMTP id LAA19364 for ; Mon, 29 Sep 1997 11:53:13 +0800 (WST) Message-Id: <3.0.3.32.19970929114454.007a23f0@barney.webace.com.au> X-Sender: jasonm@barney.webace.com.au X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (32) Date: Mon, 29 Sep 1997 11:44:54 +0800 To: questions@freebsd.org From: Jason McKay Subject: Quake Server Problems Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have installed the quakeserver, only prob is the +sys_ticrate ... In the qserver.sh file, is the following: QSERVER=/usr/local/quakeserver/unixded QPIPE=/usr/local/quakeserver/quakeserver.in LOG=/usr/local/quakeserver/quakeserver.log cd /usr/local/quakeserver # This runs the standard quakeserver game, suitable for LAN play #QARGS= # A few other ideas/options: # To run a game better suited for modem play: QARGS= +sys_ticrate 0.1 Problem is, when the +sys_ticrate is enabled and you reboot the machine the following is reported: :not found quakeserver but you remove +sys_ticrate and it works fine. Any suggestions? - Jason McKay. From owner-freebsd-questions Sun Sep 28 22:11:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17019 for questions-outgoing; Sun, 28 Sep 1997 22:11:45 -0700 (PDT) Received: from core.IConNet.NET (core.IConNet.NET [199.173.162.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17008 for ; Sun, 28 Sep 1997 22:11:41 -0700 (PDT) Received: from myname.my.domain (client201-122-20.bellatlantic.net [151.201.122.20]) by core.IConNet.NET (IConNet Sendmail) with SMTP id BAA26515 for ; Mon, 29 Sep 1997 01:11:33 -0400 (EDT) Date: Mon, 29 Sep 1997 01:13:06 +0000 (GMT) From: Donn Miller X-Sender: dmm125@myname.my.domain To: freebsd-questions@FreeBSD.org Subject: "df" estimates are off Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello, Recently, I've noticed that the df command has been showing negative disk space, and was wondering how far negative it could go until the /usr partition was full: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0a 48431 39551 5006 89% / /dev/wd0s1 423072 392984 30088 93% /dos /dev/wd0s4e 548911 526867 -21868 104% /usr procfs 4 4 0 100% /proc But then I noticed that, for /usr, it shows -21868 avail, but when doing the math, 22044 is actually available. For /, shows 5006, but act. free space is 8880. The disk usage for /dos is right on target. Is it because df is allowing for a 'safety margin' of free space, or do I need to reboot or rebuild some database or something? Thanks for any responses Donn From owner-freebsd-questions Sun Sep 28 22:26:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17641 for questions-outgoing; Sun, 28 Sep 1997 22:26:34 -0700 (PDT) Received: from cobra.ordata.com (cobra.ordata.com [207.48.96.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17636 for ; Sun, 28 Sep 1997 22:26:32 -0700 (PDT) Received: from [206.100.174.69] (monalisa.primelogic.com [206.100.174.69]) by cobra.ordata.com (8.8.7/8.8.7) with ESMTP id WAA25927; Sun, 28 Sep 1997 22:27:51 GMT X-Sender: michelle@ordata.com Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 28 Sep 1997 22:26:56 -0700 To: freebsd-questions@freebsd.org From: Michelle Brownsworth Subject: Adding second drive Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I added a second drive, an IDE to be used for backups, using disklabel -r -w wd0 auto, newfs /dev/rwd0c, and mount /dev/wd0. The system issues the following complaint: wd0: invalid primary partition table: no magic wd0: invalid primary partition table: no magic I'm sure this is a common refrain for you guys. After coming up empty with the Handbook and FAQ, I searched the mailing list archives on this problem and got plenty of hits, messages posted by people having exactly the same problem as I am, but there were absolutely no messages with an answer. Zip. Nada. I'm forced to impose the question on you guys, so you can answer it for the eleventeenth time. Oddly enough, I did the same disklabel, newfs, mount as above on a drive added to another server the other day and it was fine; no "invalid primary partition table: no magic" message. Go figure. .\\ichelle From owner-freebsd-questions Sun Sep 28 23:04:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA19807 for questions-outgoing; Sun, 28 Sep 1997 23:04:32 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA19801 for ; Sun, 28 Sep 1997 23:04:28 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id PAA13800; Mon, 29 Sep 1997 15:33:04 +0930 (CST) Message-ID: <19970929153303.59702@lemis.com> Date: Mon, 29 Sep 1997 15:33:03 +0930 From: Greg Lehey To: Donn Miller Cc: freebsd-questions@FreeBSD.ORG Subject: Re: "df" estimates are off References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Donn Miller on Mon, Sep 29, 1997 at 01:13:06AM +0000 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 29, 1997 at 01:13:06AM +0000, Donn Miller wrote: > Hello, > > Recently, I've noticed that the df command has been showing negative disk > space, and was wondering how far negative it could go until the /usr > partition was full: > > Filesystem 1K-blocks Used Avail Capacity Mounted on > /dev/wd0a 48431 39551 5006 89% / > /dev/wd0s1 423072 392984 30088 93% /dos > /dev/wd0s4e 548911 526867 -21868 104% /usr > procfs 4 4 0 100% /proc > > But then I noticed that, for /usr, it shows -21868 avail, but when doing > the math, 22044 is actually available. For /, shows 5006, but act. free > space is 8880. ufs allows users access to only 90% of the total space on disk. The rest is reserved for root. To make it more confusing, the 90% mark can be changed with tunefs(8), so the designers chose to refer to whatever this mark is as 100%. Under normal circumstances, this means that root can pump the file system up to 111% of its nominal capacity. This is *bad*, especially on /usr, since no normal user can write to the disk any more. > The disk usage for /dos is right on target. This suggests that /dos is not ufs. > Is it because df is allowing for a 'safety margin' of free space, or do I > need to reboot or rebuild some database or something? You need to remove some data, or you'll run into trouble. Greg From owner-freebsd-questions Sun Sep 28 23:15:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20390 for questions-outgoing; Sun, 28 Sep 1997 23:15:27 -0700 (PDT) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20384 for ; Sun, 28 Sep 1997 23:15:24 -0700 (PDT) Received: from mybsd.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.4/8.7.3) with SMTP id XAA08206; Sun, 28 Sep 1997 23:21:29 -0700 (PDT) Date: Sun, 28 Sep 1997 22:49:47 -0700 (PDT) From: Kwoody X-Sender: kwoody@mybsd.net To: freebsd-questions@freebsd.org cc: kwoody@citytel.net Subject: port 6000 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Did a netstat -a see that something is listening on port 6000...what might that be? Telnetted to it but didt get anything. Anyone? thanks From owner-freebsd-questions Mon Sep 29 00:37:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24832 for questions-outgoing; Mon, 29 Sep 1997 00:37:47 -0700 (PDT) Received: from zaphod.axion.bt.co.uk (zaphod.axion.bt.co.uk [132.146.5.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA24826 for ; Mon, 29 Sep 1997 00:37:41 -0700 (PDT) Received: from smtpgate.mavericks.bt.co.uk by zaphod.axion.bt.co.uk with SMTP (PP); Mon, 29 Sep 1997 08:36:33 +0100 Received: by smtpgate.mavericks.bt.co.uk with Microsoft Mail id <342F687E@smtpgate.mavericks.bt.co.uk>; Mon, 29 Sep 97 08:36:14 UCT From: "Scott, Mike, SCOTTM3" To: "'smtp:questions@FreeBSD.org'" Subject: Toshiba Tecra Date: Mon, 29 Sep 97 08:36:00 UCT Message-ID: <342F687E@smtpgate.mavericks.bt.co.uk> Encoding: 5 TEXT X-Mailer: Microsoft Mail V3.0 Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Has Free BSD been installed on the Tosh Tecra 730cdt. If so what software do I require. Mike Scott From owner-freebsd-questions Mon Sep 29 01:35:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA27517 for questions-outgoing; Mon, 29 Sep 1997 01:35:41 -0700 (PDT) Received: from zwei.siemens.at (zwei.siemens.at [193.81.246.12]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA27510 for ; Mon, 29 Sep 1997 01:35:33 -0700 (PDT) Received: from ws6303-f (root@firix [10.1.143.100]) by zwei.siemens.at with ESMTP id KAA04750; Mon, 29 Sep 1997 10:34:14 +0200 (MET DST) Received: from ws6423.gud.siemens.at (ws6423-f) by ws6303-f with ESMTP (1.40.112.8/16.2) id AA047702019; Mon, 29 Sep 1997 10:33:39 +0200 Received: by ws6423.gud.siemens.at (SMI-8.6/SMI-SVR4) id KAA01832; Mon, 29 Sep 1997 10:32:44 +0200 Date: Mon, 29 Sep 1997 10:32:44 +0200 From: lada@ws6303.gud.siemens.at (marino.ladavac@siemens.at) Message-Id: <199709290832.KAA01832@ws6423.gud.siemens.at> To: questions@FreeBSD.ORG, fbsdlist@federation.addy.com Subject: Re: static or dynamic linking? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Md5: FMWivjmdihQo8tj2GRTOAQ== Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > From owner-freebsd-questions@FreeBSD.ORG Fri Sep 26 22:05:12 MET 1997 > Date: Fri, 26 Sep 1997 15:46:51 -0400 (EDT) > From: Cliff Addy > To: questions@FreeBSD.ORG > Subject: static or dynamic linking? > Mime-Version: 1.0 > X-Loop: FreeBSD.org > > I got this question from a user: > > > Is the OS FreeBSD 2.2.2 statically or dynamically linked? > > How do I answer him? The OS itself (the kernel) is statically linked, but it does support and use loading and unloading subsystems at runtime (so called Loadable Kernel Modules). The apllications (user space executables) can be either statically or dynamically linked. Mixed mode linkage is, naturally, allowed (some libs static, some libs dynamic). Runtime library loading and unloading is also supported. I hope I haven't overseen any possible interpretation of the question. /Marino > > From owner-freebsd-questions Mon Sep 29 01:35:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA27551 for questions-outgoing; Mon, 29 Sep 1997 01:35:49 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA27531 for ; Mon, 29 Sep 1997 01:35:43 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA24212; Mon, 29 Sep 1997 10:34:16 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma024210; Mon Sep 29 10:33:51 1997 Message-ID: <342F67F0.5560@barcode.co.il> Date: Mon, 29 Sep 1997 10:33:52 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: Kwoody CC: freebsd-questions@FreeBSD.ORG Subject: Re: port 6000 References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Kwoody wrote: > > Did a netstat -a see that something is listening on port 6000...what > might that be? Telnetted to it but didt get anything. Anyone? > > thanks Ports 6000-6063 are reserved forX Windows. It was your X server listening for applications wanting to connect to it over the net. Nadav From owner-freebsd-questions Mon Sep 29 01:39:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA27789 for questions-outgoing; Mon, 29 Sep 1997 01:39:08 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA27769 for ; Mon, 29 Sep 1997 01:39:00 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA24222; Mon, 29 Sep 1997 10:35:46 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma024219; Mon Sep 29 10:35:22 1997 Message-ID: <342F684B.7F67@barcode.co.il> Date: Mon, 29 Sep 1997 10:35:23 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: Greg Lehey CC: Donn Miller , freebsd-questions@FreeBSD.ORG Subject: Re: "df" estimates are off References: <19970929153303.59702@lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greg Lehey wrote: > > On Mon, Sep 29, 1997 at 01:13:06AM +0000, Donn Miller wrote: > > Hello, > > > > Recently, I've noticed that the df command has been showing negative disk > > space, and was wondering how far negative it could go until the /usr > > partition was full: > > > > Filesystem 1K-blocks Used Avail Capacity Mounted on > > /dev/wd0a 48431 39551 5006 89% / > > /dev/wd0s1 423072 392984 30088 93% /dos > > /dev/wd0s4e 548911 526867 -21868 104% /usr > > procfs 4 4 0 100% /proc > > > > But then I noticed that, for /usr, it shows -21868 avail, but when doing > > the math, 22044 is actually available. For /, shows 5006, but act. free > > space is 8880. > > ufs allows users access to only 90% of the total space on disk. The > rest is reserved for root. To make it more confusing, the 90% mark > can be changed with tunefs(8), so the designers chose to refer to > whatever this mark is as 100%. Under normal circumstances, this means > that root can pump the file system up to 111% of its nominal > capacity. This is *bad*, especially on /usr, since no normal user can > write to the disk any more. And then there is the performance issue. This margin is designed to allow the filesystem to wisely place files on disk (to avoid DOS-style fragentation). By filling it up you also loose performance. > > > The disk usage for /dos is right on target. > > This suggests that /dos is not ufs. > > > Is it because df is allowing for a 'safety margin' of free space, or do I > > need to reboot or rebuild some database or something? > > You need to remove some data, or you'll run into trouble. > > Greg Nadav From owner-freebsd-questions Mon Sep 29 01:42:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28005 for questions-outgoing; Mon, 29 Sep 1997 01:42:44 -0700 (PDT) Received: from ot.stpn.soft.net (freebie.opentech.stpn.soft.net [204.143.126.74]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA27991 for ; Mon, 29 Sep 1997 01:42:36 -0700 (PDT) Received: from andes (andes.opentech.stpn.soft.net [204.143.126.66]) by ot.stpn.soft.net (8.6.12/8.6.12) with ESMTP id OAA04195; Mon, 29 Sep 1997 14:14:49 +0530 Message-ID: <342FFCF2.BF004D0D@opentech.stpn.soft.net> Date: Mon, 29 Sep 1997 14:09:39 -0500 From: Prashant Dongre Reply-To: pdongre@opentech.stpn.soft.net X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: Mauricio Sessue Otta CC: freebsd-questions@FreeBSD.ORG Subject: Re: Where is Navigator?? X-Priority: 3 (Normal) References: <342EECB3.6E4D@usa.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mauricio Sessue Otta wrote: > Hi there at www.freebsd.org > > i was browsing your pages and then send to me Netscape > but I couldn't find Navigator for FreeBSD, nor to BSD 2.1 > > Please tell where I can find Navigator > (i want to use navigator) > > []'s Mauricio Here it is.... ftp://ftp.netscape.com/pub/communicator/4.03/4.03b8/english/unix/freebsd/ The above one is Beta... but for linux actual version has shilled..... if you have Linux compat package installed why can't you try running Linux version and let us know if it works....??? ftp://ftp.netscape.com/pub/communicator/4.03/shipping/english/unix/linux20/ Prashant. From owner-freebsd-questions Mon Sep 29 01:58:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA28675 for questions-outgoing; Mon, 29 Sep 1997 01:58:15 -0700 (PDT) Received: from insl1.etec.uni-karlsruhe.de (VfjHSDHpb0O45B3Ux7TDX8HqpT9g7xvb@insl1.etec.uni-karlsruhe.de [129.13.109.178]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA28665 for ; Mon, 29 Sep 1997 01:58:09 -0700 (PDT) Received: (from uucp@localhost) by insl1.etec.uni-karlsruhe.de (8.8.7/8.8.2) with UUCP id KAA08167; Mon, 29 Sep 1997 10:58:09 +0200 (CEST) Received: (from erb@localhost) by insl2.etec.uni-karlsruhe.de (8.8.6/8.8.2) id KAA11790; Mon, 29 Sep 1997 10:57:49 +0200 (CEST) Date: Mon, 29 Sep 1997 10:57:49 +0200 (CEST) From: Olaf Erb Message-Id: <199709290857.KAA11790@insl2.etec.uni-karlsruhe.de> To: questions@freebsd.org Subject: Re: Ham radio programs? Reply-To: erb@inss1.etec.uni-karlsruhe.de In-Reply-To: <199709290148.UAA01072@nospam.hiwaay.net> References: Organization: University of Karlsruhe, Germany Cc: dkelly@hiwaay.NET Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article <199709290148.UAA01072@nospam.hiwaay.net>, wrote: >Michael A. Endsley writes: >FreeBSD's slattach won't attach to a pty, last time I tried it. Something >to do with the pty not being as complete as a tty. Failed with in an >ioctl for setting process group or some such. Linking TNOS's IP stack >to FreeBSD's becomes more difficult than it should. I got a PPP link >running once thru a pty. And didn't know how I did it afterwards to >repeat. A pair of hardware serial ports with a null modem cable works. I solved the same problem in WAMPES using a tun device. Took me one hour or so to get it up and running, much cleaner than this linuxish slip-over- pty crap. The tun device is a great feature of *BSD. You may take a look at the WAMPES package, it doesn't have that much features like TNOS but it's ok- it serves only as a ax.25/IP "router" for me between the ax.25 packet radio network and FreeBSD's IP stack. Services are all provided by FreeBSD itself. Fits to a plain KISS TNC or RMNC-KISS w/ CRC. You can find it somewhere on ftp.ucsd.edu, or always the latest (well, some days delay) on ftp://ftp-ins.etec.uni-karlsruhe.de/pub/hamradio/unix/wampes/ Compiles under FreeBSD, Linux (perhaps, my Linux port is old, I wasn't able to follow the rapid development and 1000s of different distributions anymore), HP-UX, Solaris, etc. 73, Olaf, dc1ik -- Argue your limitations, and sure enough, they're yours. -- Richard Bach, Illusions From owner-freebsd-questions Mon Sep 29 02:18:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA29695 for questions-outgoing; Mon, 29 Sep 1997 02:18:25 -0700 (PDT) Received: from libertad.info.com.ph ([203.172.11.23]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA29677 for ; Mon, 29 Sep 1997 02:17:55 -0700 (PDT) From: skywalk@info.com.ph Received: by libertad.info.com.ph; (5.65v3.2/1.3/10May95) id AA28524; Mon, 29 Sep 1997 17:22:06 +0800 Message-Id: <3.0.1.32.19970929171857.006a9ce0@pop.info.com.ph> X-Sender: skywalk@pop.info.com.ph X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Mon, 29 Sep 1997 17:18:57 +0800 To: freebsd-questions@FreeBSD.ORG Subject: is there a way Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk is there a way how can i increase the capacity of my /var/spool/mail some sort of mergin from a newly installed harddrive and merge it with the /var/spool/mail. tnx Lutz Reyes skywalk@info.com.ph From owner-freebsd-questions Mon Sep 29 02:33:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA00598 for questions-outgoing; Mon, 29 Sep 1997 02:33:51 -0700 (PDT) Received: from fly.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA00593 for ; Mon, 29 Sep 1997 02:33:49 -0700 (PDT) Received: from nospam.hiwaay.net (tnt2-6.HiWAAY.net [208.147.148.6]) by fly.HiWAAY.net (8.8.7/8.8.6) with ESMTP id EAA16630; Mon, 29 Sep 1997 04:33:45 -0500 (CDT) Received: from nospam.hiwaay.net (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.7/8.8.4) with ESMTP id EAA02216; Mon, 29 Sep 1997 04:33:43 -0500 (CDT) Message-Id: <199709290933.EAA02216@nospam.hiwaay.net> X-Mailer: exmh version 2.0zeta 7/24/97 To: erb@inss1.etec.uni-karlsruhe.de cc: questions@freebsd.org From: dkelly@hiwaay.net Subject: Re: Ham radio programs? In-reply-to: Message from Olaf Erb of "Mon, 29 Sep 1997 10:57:49 +0200." <199709290857.KAA11790@insl2.etec.uni-karlsruhe.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 29 Sep 1997 04:33:42 -0500 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Olaf Erb replies: > > In article <199709290148.UAA01072@nospam.hiwaay.net>, > wrote: > >Michael A. Endsley writes: > >FreeBSD's slattach won't attach to a pty, last time I tried it. Something > >to do with the pty not being as complete as a tty. Failed with in an > >ioctl for setting process group or some such. Linking TNOS's IP stack > >to FreeBSD's becomes more difficult than it should. I got a PPP link > >running once thru a pty. And didn't know how I did it afterwards to > >repeat. A pair of hardware serial ports with a null modem cable works. > > I solved the same problem in WAMPES using a tun device. Took me one hour > or so to get it up and running, much cleaner than this linuxish slip-over- > pty crap. The tun device is a great feature of *BSD. Only recently has discussion on the TNOS lists touched on running TNOS as someone other than root. :-( My copy of TNOS *never* ran as root. That's the good feature of SL/IP over pty. Considering the low low low bandwidth of amateur packet radio, its not even close to being a performance issue. The FreeBSD version of TNOS uses "install -c -g dialer -o tnos -m 2755" to install as user "tnos" setgid to "dialer" so it can uucp lock serial ports. > You may take a look at the WAMPES package, it doesn't have that much > features like TNOS but it's ok- it serves only as a ax.25/IP "router" for me > between the ax.25 packet radio network and FreeBSD's IP stack. Services > are all provided by FreeBSD itself. I played with WAMPES many years ago under Linux. Was the first AX.25 stack I got to run. For a few minutes I even thought its automatic generation of user accounts for new logins was cool. Am sure that can be disabled if one took the time to find it. I would be much more interested in a modular amateur packet radio approach. BBS, NNTP, HTTP, mail, TCP/IP, etc, all in one binary is way too much. Would rather see something like a "kissd" which could interface to KISS TNC's and spawn the appropriate child process on connect. 73, -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-questions Mon Sep 29 02:46:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01175 for questions-outgoing; Mon, 29 Sep 1997 02:46:42 -0700 (PDT) Received: from insl1.etec.uni-karlsruhe.de (LZKQ0Al25/wHO1e3hUDY906t5IN7ptol@insl1.etec.uni-karlsruhe.de [129.13.109.178]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01155 for ; Mon, 29 Sep 1997 02:46:29 -0700 (PDT) Received: (from uucp@localhost) by insl1.etec.uni-karlsruhe.de (8.8.7/8.8.2) with UUCP id LAA28430; Mon, 29 Sep 1997 11:46:10 +0200 (CEST) Received: (from erb@localhost) by insl2.etec.uni-karlsruhe.de (8.8.6/8.8.2) id LAA13500; Mon, 29 Sep 1997 11:45:34 +0200 (CEST) Message-ID: <19970929114534.35701@insl2.etec.uni-karlsruhe.de> Date: Mon, 29 Sep 1997 11:45:34 +0200 From: Olaf Erb To: dkelly@hiwaay.net Cc: questions@freebsd.org Subject: Re: Ham radio programs? Reply-To: erb@inss1.etec.uni-karlsruhe.de References: <199709290933.EAA02216@nospam.hiwaay.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <199709290933.EAA02216@nospam.hiwaay.net>; from dkelly@hiwaay.net on Mon, Sep 29, 1997 at 04:33:42AM -0500 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 29, 1997 at 04:33:42AM -0500, dkelly@hiwaay.net wrote: > My copy of TNOS *never* ran as root. That's the good feature of SL/IP > over pty. Considering the low low low bandwidth of amateur packet radio, > its not even close to being a performance issue. The FreeBSD version of > TNOS uses "install -c -g dialer -o tnos -m 2755" to install as user "tnos" > setgid to "dialer" so it can uucp lock serial ports. Well, depends- we're running several 76k8 backbones here, and with multiple links it's even wise to use 115k2 on the serial(kiss) port. But I think slip over pty may even handle this quite well, it's just a pain setting it up or explaining it to users ;-) > I played with WAMPES many years ago under Linux. Was the first AX.25 > stack I got to run. For a few minutes I even thought its automatic > generation of user accounts for new logins was cool. Am sure that can > be disabled if one took the time to find it. Sure. No user logins here, it can easily be disabled. > I would be much more interested in a modular amateur packet radio > approach. BBS, NNTP, HTTP, mail, TCP/IP, etc, all in one binary is way > too much. Would rather see something like a "kissd" which could > interface to KISS TNC's and spawn the appropriate child process on > connect. Hmm, WAMPES has sort of "tcpgate" where you can map TCP ports to the outside, like: start tcpgate 25 localhost:25 which makes the smtp port of the Unix side visible to the radio part, without real routing using tun/slip. Same works with http, nntp, etc. FTP-not, for obvious reasons, but you can solve this with wampes' builtin ftp-server, too. I dislike this "everything in one program" approach, too. Like netscape communicator. A program usually grows till it can read mail and post news *igitt* ;-) Olaf -- Argue your limitations, and sure enough, they're yours. -- Richard Bach, Illusions From owner-freebsd-questions Mon Sep 29 02:57:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01736 for questions-outgoing; Mon, 29 Sep 1997 02:57:39 -0700 (PDT) Received: from kilo.zimw.gdynia.pl (zimw-rtr.zimw.gdynia.pl [153.19.102.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01730 for ; Mon, 29 Sep 1997 02:57:26 -0700 (PDT) Received: from localhost (badam@localhost) by kilo.zimw.gdynia.pl (8.8.7/8.8.5) with SMTP id LAA08819 for ; Mon, 29 Sep 1997 11:57:52 +0200 (CEST) Date: Mon, 29 Sep 1997 11:57:51 +0200 (CEST) From: Adam Baran To: freebsd-questions@freebsd.org Subject: Specialix SI Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm a user of Specialix SI rev.2.0 board plugged into 486/100 running FBSD (of course). Host adapter is connected with two 8 port TA modules (giving 16 RS ports). In current configuration there are two modems and one terminal connected, all devices at 19200 bps. I was interested in increasing modem speed rate, because Specialix booklet says that TA is capable of driving all ports at 19200 and some at 57600 maximun speed. And here is a problem: even one modem at 57600 was loosing characters ( in command mode for instance). All of it looked like flow control problems, but maybe someone knows the cure??? I thought that sicontrol utility can solve my problem, but what in hell are the reasonable boundaries of adjusting those 'throttle' params. And if they at all have something to do with flow control ??? My connection looks like: 2 2 X 3 3 4 4 X 5 5 7 - 7 8 - 8 6 6 X 20 20 Any suggestions appreciated, or simply say that 19200 is all. Adam Baran. From owner-freebsd-questions Mon Sep 29 04:02:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA04515 for questions-outgoing; Mon, 29 Sep 1997 04:02:53 -0700 (PDT) Received: from roskihs.roskildebc.dk (roskihs.roskildebc.dk [194.182.101.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA04499 for ; Mon, 29 Sep 1997 04:02:45 -0700 (PDT) Received: from heimdal.roskildebc.dk (heimdal.roskildebc.dk [194.182.101.131]) by roskihs.roskildebc.dk (8.8.7/8.8.5) with SMTP id NAA05472 for ; Mon, 29 Sep 1997 13:02:27 +0200 (CEST) Received: from apollo.roskildebc.dk ([10.1.1.1]) by heimdal.roskildebc.dk via smtpd (for roskihs.roskildebc.dk [194.182.101.2]) with SMTP; 29 Sep 1997 11:03:43 UT Received: by apollo.roskildebc.dk (5.65/DEC-Ultrix/4.3) id AA14172; Mon, 29 Sep 1997 12:02:33 +0100 Message-Id: <338D6243.18D6@roskildebc.dk> Date: Thu, 29 May 1997 13:02:27 +0200 From: Dennis Petersen Reply-To: dennisp@roskildebc.dk Organization: rhs X-Mailer: Mozilla 3.01Gold [da] (Win95; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: pentium II 266mhz Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hey i would like to know if i can install freebsd on a Pentium II 266mhz before i buy one. thanks. Dennis dennisp@roskildebc.dk -- Dennis Petersen : Systemadm. Roskilde handelskole Tlf : +45 20247364 Adresse : Bakkesvinget 67 4000 Roskilde From owner-freebsd-questions Mon Sep 29 04:17:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA05018 for questions-outgoing; Mon, 29 Sep 1997 04:17:39 -0700 (PDT) Received: from g23.relcom.ru (g23.relcom.ru [193.125.152.117]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA05013 for ; Mon, 29 Sep 1997 04:17:32 -0700 (PDT) Received: from prfbank1-dawn1.ll.relcom.ru (prfbank1-dawn1.ll.relcom.ru [193.124.250.145]) by g23.relcom.ru (8.7.5.R.ML.S/Relcom-2A) with SMTP id OAA28575 for ;Mon, 29 Sep 1997 14:58:38 +0400 (MSD) Received: from [100.0.0.52] by diamond.mas2000.msk.ru (NTMail 3.02.13) with ESMTP id pa002251 for ; Mon, 29 Sep 1997 13:54:14 +0300 Message-Id: <3.0.32.19970929025040.0069e9f0@100.0.0.2> X-Sender: maxim@100.0.0.2 X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Mon, 29 Sep 1997 02:50:40 +0300 To: freebsd-questions@FreeBSD.ORG From: Maxim Surdu Subject: Yet another doom question? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear Sirs, Sorry for bothering you with this question... I'd like to ask how could I run Doom under 16bpp Xserver without restarting it in 8bpp mode? When I sart it now it writes that it only supports 256 colors and exits...:-( -------------------------------------------------------- 'Cuz I'm a Liar, Yeah, I'm a liar............ >From "Rollings Band" Infinitely yours Maxim Surdu (aka Lier) maxim@mas2000.msk.ru (working) surdu@inet.ru (home) http://www.geocities.com/SiliconValley/8236 (do not hesitate of visiting it NOW!) From owner-freebsd-questions Mon Sep 29 05:51:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA08490 for questions-outgoing; Mon, 29 Sep 1997 05:51:48 -0700 (PDT) Received: from mail.virginia.edu (mail.Virginia.EDU [128.143.2.9]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA08485 for ; Mon, 29 Sep 1997 05:51:40 -0700 (PDT) Received: from ares.cs.virginia.edu by mail.virginia.edu id aa21764; 29 Sep 97 8:51 EDT Received: from stretch.cs.virginia.edu (atf3r@stretch-fo.cs.Virginia.EDU [128.143.136.14]) by ares.cs.Virginia.EDU (8.8.5/8.8.5) with ESMTP id IAA24054; Mon, 29 Sep 1997 08:51:28 -0400 (EDT) Received: (from atf3r@localhost) by stretch.cs.virginia.edu (8.8.5/8.8.5) id IAA17634; Mon, 29 Sep 1997 08:51:27 -0400 (EDT) Date: Mon, 29 Sep 1997 08:51:27 -0400 (EDT) From: "Adrian T. Filipi-Martin" Reply-To: adrian@virginia.edu To: Al Johnson cc: "Jeffrey M. Metcalf" , questions@freebsd.org Subject: Re: Q: How do I run remote xterm on my local X11 server?? In-Reply-To: <342D5A18.91216F07@AJC.State.Net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Sep 1997, Al Johnson wrote: > One quick but insecure method is to do: > xhost +{hostname} > to allow anyone on this host access. Nooooooo!!! Don't use xhost like this if at all possible. It grants permission to connect to your X server to anyone with an account on the remote system. > You can also do xhost +user@host to be a little > more restrictive. This is the only way to go if you use xhost. > I haven't jumped into the xauth stuff yet > since I didn't relish the thought of moving cookies > about. xauth is definitely what you want. But since it is a pain to interact with manually, I sugguest you pick up the xrsh-5.x package from ftp.x.org:/contrib. It uses xauth by default, although it does support xhost. xrsh is..., well, it's like rsh but for X. e.g. "xrsh remotehost" starts up an xterm running on remotehost with the DISPLAY variable automatically set. "xrsh remotehost xcdplayer" starts xcdplayer on remotehost using your local X server as the display. It has other nice feature like setting the name of your xterms to include the name of the host running it, so I use it as my primary manes of logging into remote hosts. Adrian -- adrian@virginia.edu ---->>>>| If I were stranded on a desert island, and System Administrator --->>>| I could only have one OS for my computer, Neurosurgical Visualzation Lab -->>| it would be FreeBSD. Think about it..... http://www.nvl.virginia.edu/ ->| http://www.freebsd.org/ From owner-freebsd-questions Mon Sep 29 06:03:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA08842 for questions-outgoing; Mon, 29 Sep 1997 06:03:59 -0700 (PDT) Received: from etrn.NL.net (etrn.NL.net [193.78.240.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA08837 for ; Mon, 29 Sep 1997 06:03:47 -0700 (PDT) Received: from dail.7da.nl ([195.108.246.106] EHLO gromit.nev.ml.org ident: NO-IDENT-SERVICE [port 1050]) by seismo.NL.net with ESMTP id <252827-127>; Mon, 29 Sep 1997 14:03:38 +0100 Received: from localhost [127.0.0.1] by gromit.nev.ml.org id PAA00197; Mon, 29 Sep 1997 15:07:58 +0200 Date: Mon, 29 Sep 1997 15:07:58 +0200 (MET DST) From: Paul Dekkers X-Sender: psd@gromit.nev.ml.org To: freebsd-questions@freebsd.org Subject: Limit access to tty's? Message-ID: Organization: Me and organized? MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Can I make it so that normal users can't login on real vty's but just on an terminal or using an telnet session? I don't want them to login on the computer itself... :-) Paul -- BTW, I use 2.2.1 From owner-freebsd-questions Mon Sep 29 06:38:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA10671 for questions-outgoing; Mon, 29 Sep 1997 06:38:39 -0700 (PDT) Received: from jumpgate.cpn.org.au (slip3.tas.gov.au [147.109.237.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA10663 for ; Mon, 29 Sep 1997 06:38:35 -0700 (PDT) Received: from jumpgate.cpn.org.au (jumpgate.cpn.org.au [172.16.1.1]) by jumpgate.cpn.org.au (8.8.5/8.8.3) with SMTP id XAA18517; Mon, 29 Sep 1997 23:37:44 +1000 (EST) Date: Mon, 29 Sep 1997 23:37:44 +1000 (EST) From: Carey Nairn X-Sender: cpn@jumpgate.cpn.org.au To: Brian Somers cc: Terry Dwyer 61 8 9491 5161 , questions@freefall.FreeBSD.org Subject: Re: iijppp and chat scripts In-Reply-To: <199709272223.XAA05609@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Sep 1997, Brian Somers wrote: > > On Sat, 27 Sep 1997, Carey Nairn wrote: > > > > I don't think you have to wait for the last char in the prompt string to > > arrive before you can do a match. It may be worthwhile to try matching > > on the string "name" in the termserver's prompt assuming what you've > > shown below is the actual prompt you see. > > Or you could do a few expect/sends for different bits of the same > prompt. For example, if you've got > > login on abcde: > or > login on defgh: > > (with spaces at the end of each), you could have a chat that does > > set login "login\son\s \"\" \\s MyLogin" > > > > hi guys, > > > > > > I'm looking for a chat guru... > > > > > > When I dial in to my provider, I will get a different prompt depending on > > > which terminal server I connect to. Is there a way in the login script to > > > test for on of multiple different prompts? > > > > > > e.g. > > > > > > login to ts1, prompt is ts1name> > > > login to ts2, prompt is ts2name# > > > Both pmrompts are completely unique so Terry's suggestion won't work unfortunately. What I need is to try Brian's idea and put in a couple of different expect values and hope the terminal server doesn't hangup waiting for the timeouts. thanks guys, Carey Nairn From owner-freebsd-questions Mon Sep 29 06:45:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA11077 for questions-outgoing; Mon, 29 Sep 1997 06:45:18 -0700 (PDT) Received: from horton.iaces.com (proot@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA11068 for ; Mon, 29 Sep 1997 06:45:13 -0700 (PDT) Received: (from proot@localhost) by horton.iaces.com (8.8.5/8.8.5) id IAA26849; Mon, 29 Sep 1997 08:44:59 -0500 (CDT) From: "Paul T. Root" Message-Id: <199709291344.IAA26849@horton.iaces.com> Subject: Re: DHCP client To: brunell@uwplatt.edu (Matt Brunell) Date: Mon, 29 Sep 1997 08:44:59 -0500 (CDT) Cc: questions@FreeBSD.ORG In-Reply-To: <342DBD3D.313E@uwplatt.edu> from Matt Brunell at "Sep 27, 97 09:13:17 pm" X-Organization: !nterprise Networking Services - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In a previous message, Matt Brunell said: > Hello, > I am trying to configure the network on FreeBSD 2.2.2-RELEASE but the > network I'm on is a dhcp network. Anyway, I've got my EtherExpress 16 > card recognized by the kernel, but even with the gateway and DNS servers > named, I get the message 'network is unreachable'. I _think_ I need a > dhcp client package or a port. I've read a bit a documentation and it > says a bit about wide and isc dhcp servers that also support client > stuff, but I'm confused about what exactly to do. I've also seen people > referring to bootp, but nobody says what bootp is exactly. Help. > Thanks in advance > --Matt 1) Install the wide-dhcp from packages. 2) 2) Rebuild kernel to add the berkeley packet filter (if needed) options bpfilter 4 Then there are a couple of different ways to get it started. 3a) Put dhcpc.sh in /usr/local/etc/rc.d: #!/bin/sh # Change to your interface interface=ix0 killproc() { pid=`ps -ax |egrep $1 |sed -e 's/^ *//' -e 's/ .*//'` [ "$pid" != "" ] && kill $pid } case "$1" in 'start') # Make sure the interface is configured ifconfig $interface >/dev/null # ensure that client exists if [ $? -eq 0 -f /usr/local/sbin/dhcpc ]; then # -d start in debug mode (seems to work better # -r update resolv.conf /usr/local/sbin/dhcpc -dr $interface echo -n ' dhcpc' fi ;; 'stop') killproc dhcpc ;; *) echo "Usage: $0 start|stop" ;; esac 3b) Or use the rc.network method, buy putting your interface in rc.conf, blank: network_interfaces="ix0 lo0" ifconfig_lo0="inet 127.0.0.1" ifconfig_ix0= and then create a start_if.ix0 file in /etc (Probably about the same as the start portion of the above script). 3b is probably the better choice, since it brings up the interface much sooner in the boot process. Paul. --- All in the golden afternoon While little hands make vain pretence Full leisurely we glide; Our wanderings to guide. For both our oars, with little skill, By little arms are plied, --Lewis Caroll From owner-freebsd-questions Mon Sep 29 06:45:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA11086 for questions-outgoing; Mon, 29 Sep 1997 06:45:19 -0700 (PDT) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA11060 for ; Mon, 29 Sep 1997 06:45:08 -0700 (PDT) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) id JAA25137; Mon, 29 Sep 1997 09:44:32 -0400 Date: Mon, 29 Sep 1997 09:44:32 -0400 (EDT) From: "Joe \"Marcus\" Clarke" To: Kwoody cc: freebsd-questions@FreeBSD.ORG Subject: Re: port 6000 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk X listens at 6000. Joe Clarke On Sun, 28 Sep 1997, Kwoody wrote: > > Did a netstat -a see that something is listening on port 6000...what > might that be? Telnetted to it but didt get anything. Anyone? > > thanks > From owner-freebsd-questions Mon Sep 29 07:15:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA12652 for questions-outgoing; Mon, 29 Sep 1997 07:15:15 -0700 (PDT) Received: from relay4.UU.NET (relay4.UU.NET [192.48.96.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA12642 for ; Mon, 29 Sep 1997 07:15:12 -0700 (PDT) Received: from firewall.snyder.com by relay4.UU.NET with SMTP (peer crosschecked as: firewall.snyder.com [208.197.122.2]) id QQdjci24641; Mon, 29 Sep 1997 10:15:00 -0400 (EDT) Received: from BETHHQMAIL ([10.1.12.15]) by firewall.snyder.com via smtpd (for relay4.UU.NET [192.48.96.14]) with SMTP; 29 Sep 1997 14:15:52 UT Received: by BETHHQMAIL with Microsoft Exchange (IMC 4.0.837.3) id <01BCCCC1.7D0F9960@BETHHQMAIL>; Mon, 29 Sep 1997 10:21:45 -0400 Message-ID: From: Bob Webb To: "'freebsd-questions@freebsd.org'" Subject: su -m and PS1 Date: Mon, 29 Sep 1997 10:21:44 -0400 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I subscribe to the philosophy to login as yourself and su to root when needed. The problem I am having is that I have use bash for my user id with a PS1 that displays the active directory (PS1='\u@\h:\w\$'). I would like to keep this PS1 when I su to root, but it does not work. I tried su -m as well. It keeps my environment intact, EXCEPT for PS1 ! When I su to root, I get a PS1 that is "'\s-\v\$ ' Root does not have a .bash_profile or bashrc, and the .profile has no reference to a PS1. I tried greping around for files containing a reference to PS1 to try and find where root is picking up this PS1 value, but no luck. Any ideas ?? Thanks, Bob/ From owner-freebsd-questions Mon Sep 29 07:28:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA13434 for questions-outgoing; Mon, 29 Sep 1997 07:28:28 -0700 (PDT) Received: from ms4.hinet.net (root@ms4.hinet.net [168.95.4.40]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA13421; Mon, 29 Sep 1997 07:28:18 -0700 (PDT) Received: from mich (h170.s93.ts.hinet.net [168.95.93.170]) by ms4.hinet.net (8.8.3/8.8.3) with SMTP id WAA04340; Mon, 29 Sep 1997 22:30:49 +0800 (CST) Date: Mon, 29 Sep 1997 22:30:49 +0800 (CST) Message-Id: <3.0.32.19970929223335.009c87d8@ms4.hinet.net> X-Sender: bv4qo@ms4.hinet.net X-Mailer: Windows Eudora Pro Version 3.0 (32) To: questions@freebsd.org, info@freebsd.org, support@cdrom.com From: Reed Lai Subject: Cannot use F1 at BootManager Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear Sir, I install FreeBSD 2.2.1 into my 486-66 w/2 hard disks without trouble. Then I reboot system after the installation is completed. The BootManager displays follow message: F1 ... BSD F5 ... disk2 Default: F? I enter F1, but BootManager always echoes "F?". I try keys F2 to F5, they are no problem. However, I can use F1 in installation period, but I cannot use it at BootManager. Is there something wrong in KeyMap? I re-install 6 times, even select a different KeyMap, but BootManager always echoes F? for F1. How can I fix this problem? Brgds Reed Lai From owner-freebsd-questions Mon Sep 29 07:57:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA15165 for questions-outgoing; Mon, 29 Sep 1997 07:57:03 -0700 (PDT) Received: from proxy-bsb.gns.com.br (XpvfR9ji12UZjF+i4EFH+6tHLksvt+uz@srv1-bsb.GNS.com.br [200.239.56.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id HAA15154 for ; Mon, 29 Sep 1997 07:56:56 -0700 (PDT) Received: (qmail 5809 invoked from network); 29 Sep 1997 14:52:59 -0000 Received: from unknown (HELO srv1-bsb.gns.com.br) (unknown) by unknown with SMTP; 29 Sep 1997 14:52:59 -0000 Received: (from mail@localhost) by srv1-bsb.gns.com.br (8.8.7/8.8.7) id LAA05805; Mon, 29 Sep 1997 11:52:59 -0300 (EST) Message-Id: <199709291452.LAA05805@srv1-bsb.gns.com.br> Received: from dl0221-bsb.gns.com.br(200.239.56.221) by srv1-bsb.gns.com.br via smap (V2.0) id xma005800; Mon, 29 Sep 97 11:52:55 -0300 From: "Mario Sergio Fujikawa Ferreira" To: , Subject: Re: pentium II 266mhz Date: Mon, 29 Sep 1997 11:58:00 -0300 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Surely. The mail server that just sent this machine is one. Regards, Mario Ferreira > i would like to know if i can install freebsd on a Pentium II 266mhz > before i buy one. From owner-freebsd-questions Mon Sep 29 08:06:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA15507 for questions-outgoing; Mon, 29 Sep 1997 08:06:13 -0700 (PDT) Received: from relay.acadiau.ca (root@relay.acadiau.ca [131.162.2.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA15502 for ; Mon, 29 Sep 1997 08:06:11 -0700 (PDT) Received: from dragon.acadiau.ca (dragon [131.162.1.79]) by relay.acadiau.ca (8.8.5/8.8.5) with SMTP id MAA07957 for ; Mon, 29 Sep 1997 12:05:28 -0300 (ADT) Received: by dragon.acadiau.ca id MAA05443; Mon, 29 Sep 1997 12:05:27 -0300 From: 026809r@dragon.acadiau.ca (Michael Richards) Message-Id: <199709291505.MAA05443@dragon.acadiau.ca> Subject: NFS To: freebsd-questions@freebsd.org Date: Mon, 29 Sep 1997 12:05:27 -0300 (ADT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Does anyone know how to enable NFS clients? I went into rc.conf and set the nfs_client line to "YES" mount_nfs somehose.somewhere.com:/home/nfs /mnt/ Cannot MNT RPC: RPC: Program not registered I don't know what to tell it!!! thanks -Mike From owner-freebsd-questions Mon Sep 29 08:22:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA16208 for questions-outgoing; Mon, 29 Sep 1997 08:22:14 -0700 (PDT) Received: from public.cq.sc.cn (public.cq.cq.cn [202.98.32.111] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA16202 for ; Mon, 29 Sep 1997 08:21:53 -0700 (PDT) Received: from kh2 (ppp10.cq.sc.cn [202.98.33.10]) by public.cq.sc.cn (SMI-8.6/8.6.11) with ESMTP id XAA12055 for ; Mon, 29 Sep 1997 23:21:23 +0800 Message-ID: <3431190F.F7636B11@public.cq.sc.cn> Date: Tue, 30 Sep 1997 23:21:51 +0800 From: "HuangMin(Tunny)" X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: Any FreeBSD site? X-Priority: 3 (Normal) Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, sir, Can anyone tell me the current persentage of FreeBSD system to all UNIX system? Can you tell me some world-famous sites running FreeBSD other than ftp.cdrom.com? Thanks Huang Min ”” From owner-freebsd-questions Mon Sep 29 08:26:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA16448 for questions-outgoing; Mon, 29 Sep 1997 08:26:15 -0700 (PDT) Received: from jupiter.leirianet.pt (jupiter.leirianet.pt [195.23.69.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA16431 for ; Mon, 29 Sep 1997 08:25:44 -0700 (PDT) Received: from vortex.pluriproj.pt ([195.23.69.137]) by jupiter.leirianet.pt (8.7.6/8.7.3) with SMTP id QAA05914 for ; Mon, 29 Sep 1997 16:23:57 +0100 From: jm@pluriproj.pt (Jose Monteiro) To: freebsd-questions@FreeBSD.ORG Subject: patched sysinstall Date: Mon, 29 Sep 1997 15:24:42 GMT Organization: Pluriproj Lda. Reply-To: Jose Monteiro Message-ID: <3446c808.25562116@mail.leirianet.pt> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id IAA16439 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, Where can I find a patched sysinstall? One that doesn't scramble rc.conf? Thanks, Jose *--------------Jose Monteiro --------------* | Pluriproj - Redes e Sistemas de Comunicacoes Lda. | | Agente IP em Leiria http://www.pluriproj.pt | *.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·* | Tel: +351 44 8182063 Fax: +351 44 8182061 | | Finger me or search key servers for my PGP public key | *-----------------------------------------------------------* From owner-freebsd-questions Mon Sep 29 09:00:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA18632 for questions-outgoing; Mon, 29 Sep 1997 09:00:08 -0700 (PDT) Received: from blues.jpj.net (benh@blues.jpj.net [204.97.17.146]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA18583 for ; Mon, 29 Sep 1997 09:00:01 -0700 (PDT) Received: from localhost (benh@localhost) by blues.jpj.net (8.8.5/backatcha) with SMTP id LAA29493; Mon, 29 Sep 1997 11:59:23 -0400 (EDT) Date: Mon, 29 Sep 1997 11:59:23 -0400 (EDT) From: Ben Hockenhull To: "HuangMin(Tunny)" cc: "freebsd-questions@freebsd.org" Subject: Re: Any FreeBSD site? In-Reply-To: <3431190F.F7636B11@public.cq.sc.cn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id JAA18616 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Take a look at http://www.freebsd.org/gallery.html for a list of sites running FreeBSD. Ben -- Ben Hockenhull benh@jpj.net On Tue, 30 Sep 1997, HuangMin(Tunny) wrote: > Hello, sir, > > Can anyone tell me the current persentage of FreeBSD system to all UNIX > system? Can you tell me some world-famous sites running FreeBSD other > than > ftp.cdrom.com? Thanks > > Huang Min > ”” > > From owner-freebsd-questions Mon Sep 29 09:14:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA19700 for questions-outgoing; Mon, 29 Sep 1997 09:14:28 -0700 (PDT) Received: from yama.mcc.ac.uk (yama.mcc.ac.uk [130.88.203.29]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA19687 for ; Mon, 29 Sep 1997 09:14:16 -0700 (PDT) Received: from utserv.mcc.ac.uk by yama.mcc.ac.uk with SMTP (PP); Mon, 29 Sep 1997 15:10:28 +0100 Received: from albatross.mcc.ac.uk [130.88.202.16] by utserv.mcc.ac.uk with esmtp (Exim 1.651 #2) id 0xFgVV-0006Ix-00; Mon, 29 Sep 1997 15:09:05 +0100 Received: (from ip@localhost) by albatross.mcc.ac.uk (8.8.7/8.8.4) id PAA10890 for questions@freebsd.org; Mon, 29 Sep 1997 15:09:05 +0100 (BST) From: Ian Pallfreeman Message-Id: <199709291409.PAA10890@albatross.mcc.ac.uk> Subject: SCSI: what's a "deferred error"? To: questions@freebsd.org Date: Mon, 29 Sep 1997 15:09:05 +0100 (BST) Reply-To: ip@mcc.ac.uk X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm getting a heap of these: sd0(ncr0:0:0): Deferred Error: MEDIUM ERROR info:0x806b asc:14,1 Record not found field replaceable unit: 1 and was wondering what exactly the error is. I've got bad block remapping enabled in the drive, and it's been reformatted once already. Bad drive, naughty drive, drive go beddy-byes in the bin, I suspect. Not a terribly important question, I'm just trying to satisfy my curiosity. TIA, Ian. -- Network Unit, SNOT Team, Manchester Computing, The University, Manchester, UK. mail: ip@mcc.ac.uk | phone: +44-161-275-6006 | fax: +44-161-275-6040 Where once we had dragons to slay, now we just sacrifice chickens. 28,000 users, 155Mb/s networking, and a 486. :-( From owner-freebsd-questions Mon Sep 29 09:22:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA20184 for questions-outgoing; Mon, 29 Sep 1997 09:22:06 -0700 (PDT) Received: from horton.iaces.com (proot@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA20171 for ; Mon, 29 Sep 1997 09:21:58 -0700 (PDT) Received: (from proot@localhost) by horton.iaces.com (8.8.5/8.8.5) id LAA27378; Mon, 29 Sep 1997 11:21:30 -0500 (CDT) From: "Paul T. Root" Message-Id: <199709291621.LAA27378@horton.iaces.com> Subject: Re: Any FreeBSD site? To: hmin@public.cq.sc.cn (HuangMin) Date: Mon, 29 Sep 1997 11:21:30 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <3431190F.F7636B11@public.cq.sc.cn> from HuangMin at "Sep 30, 97 11:21:51 pm" X-Organization: !nterprise Networking Services - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In a previous message, HuangMin said: [Charset gb2312 unsupported, skipping...] >Can anyone tell me the current persentage of FreeBSD system to all UNIX >system? Can you tell me some world-famous sites running FreeBSD other than >ftp.cdrom.com? Thanks www.yahoo.com I don't know a percentage. Sorry. >Huang Min -- Give me ambiguity or give me something else. From owner-freebsd-questions Mon Sep 29 09:40:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21375 for questions-outgoing; Mon, 29 Sep 1997 09:40:55 -0700 (PDT) Received: from smtp2.xs4all.nl (smtp2.xs4all.nl [194.109.6.52]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA21368 for ; Mon, 29 Sep 1997 09:40:51 -0700 (PDT) Received: from asterix.xs4all.nl (root@asterix.xs4all.nl [194.109.6.11]) by smtp2.xs4all.nl (8.8.6/XS4ALL) with ESMTP id SAA01489 for ; Mon, 29 Sep 1997 18:40:02 +0200 (CEST) Received: from muon.xs4all.nl (uucp@localhost) by asterix.xs4all.nl (8.8.6/8.8.6) with UUCP id SAA25548 for freebsd-questions@freebsd.org; Mon, 29 Sep 1997 18:34:09 +0200 (MET DST) Received: (from plm@localhost) by muon.xs4all.nl (8.8.7/8.7.3) id RAA03800; Sun, 28 Sep 1997 17:31:53 +0200 (MET DST) To: freebsd-questions@freebsd.org Subject: Program to encode mp3 files From: Peter Mutsaers Date: 28 Sep 1997 17:31:53 +0200 Message-ID: <873emptpxy.fsf@localhost.xs4all.nl> Lines: 9 X-Mailer: Gnus v5.4.52/XEmacs 20.2 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there a program that encodes PCM files (output from tosha) into mpeg 3? Thanks, -- /\_/\ ( o.o ) Peter Mutsaers | Abcoude (Utrecht), | Trust me, I know ) ^ ( plm@xs4all.nl | the Netherlands | what I'm doing. From owner-freebsd-questions Mon Sep 29 10:35:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA24809 for questions-outgoing; Mon, 29 Sep 1997 10:35:22 -0700 (PDT) Received: from pooh.cdrom.com (pooh.cdrom.com [204.216.28.222]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA24800 for ; Mon, 29 Sep 1997 10:35:19 -0700 (PDT) Received: from localhost (support@localhost) by pooh.cdrom.com (8.8.7/8.7.3) with SMTP id KAA01244 for ; Mon, 29 Sep 1997 10:32:00 -0700 (PDT) Delivery-Date: Mon, 29 Sep 1997 07:25:43 -0700 X-Received: from ms4.hinet.net (root@ms4.hinet.net [168.95.4.40]) by pooh.cdrom.com (8.8.7/8.7.3) with ESMTP id HAA28788 for ; Mon, 29 Sep 1997 07:25:39 -0700 (PDT) X-Received: from mich (h170.s93.ts.hinet.net [168.95.93.170]) by ms4.hinet.net (8.8.3/8.8.3) with SMTP id WAA04340; Mon, 29 Sep 1997 22:30:49 +0800 (CST) Date: Mon, 29 Sep 1997 22:30:49 +0800 (CST) Message-Id: <3.0.32.19970929223335.009c87d8@ms4.hinet.net> X-Sender: bv4qo@ms4.hinet.net X-Mailer: Windows Eudora Pro Version 3.0 (32) To: questions@freebsd.org, info@freebsd.org, support@cdrom.com From: Reed Lai Subject: Cannot use F1 at BootManager Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ReSent-Date: Mon, 29 Sep 1997 10:31:56 -0700 (PDT) ReSent-From: Murray Stokely ReSent-To: questions@freebsd.org ReSent-Message-ID: Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear Sir, I install FreeBSD 2.2.1 into my 486-66 w/2 hard disks without trouble. Then I reboot system after the installation is completed. The BootManager displays follow message: F1 ... BSD F5 ... disk2 Default: F? I enter F1, but BootManager always echoes "F?". I try keys F2 to F5, they are no problem. However, I can use F1 in installation period, but I cannot use it at BootManager. Is there something wrong in KeyMap? I re-install 6 times, even select a different KeyMap, but BootManager always echoes F? for F1. How can I fix this problem? Brgds Reed Lai From owner-freebsd-questions Mon Sep 29 10:44:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25230 for questions-outgoing; Mon, 29 Sep 1997 10:44:07 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25225 for ; Mon, 29 Sep 1997 10:44:03 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA03017; Mon, 29 Sep 1997 10:37:52 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd003014; Mon Sep 29 17:37:47 1997 Message-ID: <342FE733.237C228A@whistle.com> Date: Mon, 29 Sep 1997 10:36:51 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: ip@mcc.ac.uk CC: questions@FreeBSD.ORG Subject: Re: SCSI: what's a "deferred error"? References: <199709291409.PAA10890@albatross.mcc.ac.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ian Pallfreeman wrote: > > I'm getting a heap of these: > > sd0(ncr0:0:0): Deferred Error: MEDIUM ERROR > info:0x806b asc:14,1 Record not found field > replaceable unit: 1 > > and was wondering what exactly the error is. > A defered error is one that the drive discovers AFTER it's already told the requesting host that a command has completed.. this sounds like the drive is doing write -behind caching, and has already told you that the sector is written to disk when it discoveres that the sector ID field is bad. The deferred error is reported at the next command request by the host. (which of course uses up one of the retries :) > I've got bad block remapping enabled in the drive, and it's been reformatted > once already. Bad drive, naughty drive, drive go beddy-byes in the bin, I > suspect. > I THINK the SCSI spec says that this should have been done anyhow, in the case of write-behind stuff but... > Not a terribly important question, I'm just trying to satisfy my curiosity. > > TIA, > > Ian. > -- > Network Unit, SNOT Team, Manchester Computing, The University, Manchester, UK. > mail: ip@mcc.ac.uk | phone: +44-161-275-6006 | fax: +44-161-275-6040 > Where once we had dragons to slay, now we just sacrifice chickens. > 28,000 users, 155Mb/s networking, and a 486. :-( From owner-freebsd-questions Mon Sep 29 11:09:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27057 for questions-outgoing; Mon, 29 Sep 1997 11:09:53 -0700 (PDT) Received: from silver.sms.fi (silver.sms.fi [194.111.122.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA27050 for ; Mon, 29 Sep 1997 11:09:49 -0700 (PDT) Received: (from pete@localhost) by silver.sms.fi (8.8.7/8.7.3) id VAA00685; Mon, 29 Sep 1997 21:09:44 +0300 (EEST) Date: Mon, 29 Sep 1997 21:09:44 +0300 (EEST) Message-Id: <199709291809.VAA00685@silver.sms.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Petri Helenius To: Peter Mutsaers Cc: freebsd-questions@FreeBSD.ORG Subject: Program to encode mp3 files In-Reply-To: <873emptpxy.fsf@localhost.xs4all.nl> References: <873emptpxy.fsf@localhost.xs4all.nl> X-Mailer: VM 6.22 under 19.15p7 XEmacs Lucid Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Peter Mutsaers writes: > Is there a program that encodes PCM files (output from tosha) into > mpeg 3? > Yes, for example l3enc Pete From owner-freebsd-questions Mon Sep 29 11:24:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28215 for questions-outgoing; Mon, 29 Sep 1997 11:24:09 -0700 (PDT) Received: from seedlab1.cropsci.ncsu.edu (seedlab1.cropsci.ncsu.edu [152.1.88.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA28207 for ; Mon, 29 Sep 1997 11:24:05 -0700 (PDT) Received: (from rdkeys@localhost) by seedlab1.cropsci.ncsu.edu (8.8.7/8.8.7) id OAA00238; Mon, 29 Sep 1997 14:23:25 -0400 (EDT) From: "User Rdkeys Robert D. Keys" Message-Id: <199709291823.OAA00238@seedlab1.cropsci.ncsu.edu> Subject: What versions FBSD actually work with Archive 1/4 inch tapes To: questions@freebsd.org Date: Mon, 29 Sep 1997 14:23:24 -0400 (EDT) Cc: rdkeys@seedlab1.cropsci.ncsu.edu (User RDKEYS Robert D. Keys) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am still trying to get my Archive FT60 1/4 inch tape up on FreeBSD. What versions actually are known to run these older 60mb Archive Sidewinder drives with the Archive SCSI drive card? Mine functions correctly, formats and reads tapes correctly, but does not write tapes correctly. Tar gives an error messages that it is unable to write to the tape.....``unrecoverable I/O error''. Currently on a 3.0 kernel, but I am willing to bring up any version that is known to correctly work this particular tape drive. I was told by another list member that prior to 2.2.2 his tapes worked OK, but after that he was also having trouble writing them. Any pointers or tips are appreciated. Thanks... Bob Keys, rdkeys@seedlab1.cropsci.ncsu.edu p.s. When is 2.2.5 actually going to hit the newsstands????? Anyone know????? From owner-freebsd-questions Mon Sep 29 11:35:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28972 for questions-outgoing; Mon, 29 Sep 1997 11:35:14 -0700 (PDT) Received: from mux.engin.umich.edu (azuresky@mux.engin.umich.edu [141.212.108.25]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA28954 for ; Mon, 29 Sep 1997 11:35:08 -0700 (PDT) Received: from localhost (azuresky@localhost) by mux.engin.umich.edu (8.8.7/8.8.7) with ESMTP id OAA00847 for ; Mon, 29 Sep 1997 14:34:56 -0400 (EDT) Message-Id: <199709291834.OAA00847@mux.engin.umich.edu> X-Mailer: exmh version 2.0delta 6/3/97 X-URL: http://www.umich.edu/~azuresky/etc To: freebsd-questions@FreeBSD.org Subject: ftp mirror Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 29 Sep 1997 14:34:55 -0400 From: Andrew Westrate Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm trying to set up a lan with 30 computers running FreeBSD. We would like to set up one machine as a mirror to the ftp site, so that we can do the installations from the local computer, but when I tried to find out how to do this from the web site, I could only find info on setting up a mirror for the web site. So, how can I mirror the ftp site? Thanks, Andy -- Oder ist es das: in schmutziges Wasser steigen, wenn es das Wasser der Wahrheit ist, und kalte Froesche und heisse Kroeten nicht von sich weisen? - Nietzsche, Also sprach Zarathustra From owner-freebsd-questions Mon Sep 29 11:38:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA29212 for questions-outgoing; Mon, 29 Sep 1997 11:38:25 -0700 (PDT) Received: from mux.engin.umich.edu (azuresky@mux.engin.umich.edu [141.212.108.25]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA29199 for ; Mon, 29 Sep 1997 11:38:22 -0700 (PDT) Received: from localhost (azuresky@localhost) by mux.engin.umich.edu (8.8.7/8.8.7) with ESMTP id OAA00905 for ; Mon, 29 Sep 1997 14:38:20 -0400 (EDT) Message-Id: <199709291838.OAA00905@mux.engin.umich.edu> X-Mailer: exmh version 2.0delta 6/3/97 X-URL: http://www.umich.edu/~azuresky/etc To: freebsd-questions@FreeBSD.org Subject: Diskless boot Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 29 Sep 1997 14:38:20 -0400 From: Andrew Westrate Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Is there a way to run netboot.com from a freebsd box on reboot *without* having to have it on an eprom on the network card? In the FreeBSD handbook, it mentions briefly running the program from the client, but when I looked for more information in the archives, I found only references to people doing it this way from a dos machine. Thanks, Andy -- Oder ist es das: in schmutziges Wasser steigen, wenn es das Wasser der Wahrheit ist, und kalte Froesche und heisse Kroeten nicht von sich weisen? - Nietzsche, Also sprach Zarathustra From owner-freebsd-questions Mon Sep 29 11:44:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA29587 for questions-outgoing; Mon, 29 Sep 1997 11:44:42 -0700 (PDT) Received: from ghost.mep.ruhr-uni-bochum.de (ghost.mep.ruhr-uni-bochum.de [134.147.6.33]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA29581 for ; Mon, 29 Sep 1997 11:44:37 -0700 (PDT) Received: (from roberte@localhost) by ghost.mep.ruhr-uni-bochum.de (8.8.5/8.8.4) id UAA00469; Mon, 29 Sep 1997 20:41:58 +0200 (MESZ) From: Robert Eckardt Message-Id: <199709291841.UAA00469@ghost.mep.ruhr-uni-bochum.de> Subject: Re: NFS In-Reply-To: <199709291505.MAA05443@dragon.acadiau.ca> from Michael Richards at "Sep 29, 97 12:05:27 pm" To: 026809r@dragon.acadiau.ca (Michael Richards) Date: Mon, 29 Sep 1997 20:41:58 +0200 (MESZ) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31H (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk It was Michael Richards who wrote: > Hi, > Does anyone know how to enable NFS clients? > I went into rc.conf and set the nfs_client line to "YES" In addition, you have to set (a few lines below nfs_client_enable) portmap_enable="YES" > mount_nfs somehose.somewhere.com:/home/nfs /mnt/ > Cannot MNT RPC: RPC: Program not registered Besides, you should prefer: mount -t nfs somehose.somewhere.com:/home/nfs /mnt (mount_* is for "internal" use only) Robert > I don't know what to tell it!!! > > thanks > -Mike -- Robert Eckardt \\ FreeBSD -- solutions for a large universe.(tm) RobertE@MEP.Ruhr-Uni-Bochum.de \\ What do you want to boot tomorrow ?(tm) http://WWW.MEP.Ruhr-Uni-Bochum.de/~roberte For PGP-key finger roberte@gluon.MEP.Ruhr-Uni-Bochum.de From owner-freebsd-questions Mon Sep 29 12:24:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02037 for questions-outgoing; Mon, 29 Sep 1997 12:24:01 -0700 (PDT) Received: from thorazine.neuron.net (thorazine.neuron.net [208.132.136.190]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA02004 for ; Mon, 29 Sep 1997 12:23:55 -0700 (PDT) Received: (from amir@localhost) by thorazine.neuron.net (8.8.7/8.8.6) id PAA19684; Mon, 29 Sep 1997 15:36:01 -0400 (EDT) Message-ID: <19970929153601.30381@neuron.net> Date: Mon, 29 Sep 1997 15:36:01 -0400 From: "Amir Y. Rosenblatt" To: questions@freebsd.org Subject: MAKEDEV problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I seem to be ruynning out of PTYs (despite my kernel being set to have 256 of em). I attenmpted to run MAKEDEV and got the following: [root@thorazine]/dev {3:33pm}# ./MAKEDEV local ./MAKEDEV: arith: syntax error: "" [root@thorazine]/dev {3:33pm}# 1;2c I get the same error whenever I try to make anything else (like "speaker"). Any ideas what's going wrong and how I might make sure I have enough ptys (the machine is barely doing anhything at all - -can;t imagine why it's running out). -Amir -- / \ Official pace car of the apocalypse. | Amir Y. Rosenblatt /<@>\ - Red Meat | amir@neuron.net / \ FNORD | http://www.neuron.net/~amir _/_______\____________________________________|____________________________ From owner-freebsd-questions Mon Sep 29 12:33:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02659 for questions-outgoing; Mon, 29 Sep 1997 12:33:58 -0700 (PDT) Received: from worldcontrol.com ([209.66.69.226]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA02633 for ; Mon, 29 Sep 1997 12:33:48 -0700 (PDT) Received: (qmail 1099 invoked by uid 100); 29 Sep 1997 19:33:24 -0000 Message-ID: <19970929123320.51380@top.worldcontrol.com> Date: Mon, 29 Sep 1997 12:33:20 -0700 From: Brian Litzinger To: freebsd-questions@freebsd.org Subject: Oracle, Sybase, and some .dbf databses like foxpro? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does FreeBSD natively or through any of its emulations support Oracle, Sybase, or foxpro? -- brian From owner-freebsd-questions Mon Sep 29 12:37:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA02932 for questions-outgoing; Mon, 29 Sep 1997 12:37:49 -0700 (PDT) Received: from murphy (murphy.utc.com [192.65.177.210]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA02923 for ; Mon, 29 Sep 1997 12:37:37 -0700 (PDT) From: MetcalJM@utrc.utc.com Received: from cliff by murphy.utc.com (PMDF V4.3-10 #6532) id <01IO7XHI6P1S00O593@murphy.utc.com>; Mon, 29 Sep 1997 15:37:17 -0500 (EST) Received: from express5.res.utc.com (express5.res.utc.com [172.31.20.25]) by cliff.res.utc.com (8.6.12/8.6.12) with ESMTP id PAA05786 for ; Mon, 29 Sep 1997 15:23:42 -0400 Received: by express5.res.utc.com with Internet Mail Service (5.0.1458.49) id ; Mon, 29 Sep 1997 15:23:41 -0400 Date: Mon, 29 Sep 1997 15:23:39 -0400 Subject: Q: Good learning documents for SCSI device drivers To: questions@freebsd.org Cc: metcalf@snet.net Message-id: <95A2D2968BD9D011A38B00A0C95727DB27AB03@express2.res.utc.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-type: text/plain Content-transfer-encoding: 7BIT X-Priority: 3 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I am writing to ask if anyone can point me to some good learning documents for learning the basics of the SCSI subsystem. I have an open problem with the gnats database http://www.freebsd.org/cgi/query-pr.cgi?pr=4498 where my Iomega Zip 100 SCSI drive atached to my ProAudioStudio SCSI adapter is having data corruption problems. I have written to both the FreeBSD and LINUX authors of the ncr5830 code and have received no replies. I understand since few people actually using FreeBSD use such hardware, I am probably on my own for a fix. All I'm asking is some direction in finding good books to learn from in order to solve the problem myself. I have never written any kind of device driver, much less a driver for a SCSI device. I have fairly good C programming skills (ie, I can understand the logic flow of the ncr5830.c kernel code and understand the definitions and usage syntax of the data structures). But the code is otherwise meaningless to me since I have no idea about how the code interacts with the hardware (eg. what's "establising a nexus" mean?). I'm sure there are plenty of great books out there where a motivated person like myself can learn what he needs to know. I hope some kind soul can give me some focus. Understand that I would need the basics, yet I would also need enough practical focus, from whatever sources are suggested, to actually trouble-shoot and hack into some real code. Ideally, literature that might cover the ncr5830 would be great!! I understand this to be a well documented and understood device. Thanks in advance for any help!! JM ----------- > Jeffrey M. Metcalf > Assistant Computer Systems Support Engineer > United Technologies Research Center > metcaljm@utrc.utc.com > (860) 610-7576 > > From owner-freebsd-questions Mon Sep 29 12:45:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA03480 for questions-outgoing; Mon, 29 Sep 1997 12:45:28 -0700 (PDT) Received: from trem.cnt.org.br (trem.cnt.org.br [200.19.123.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA03459 for ; Mon, 29 Sep 1997 12:45:03 -0700 (PDT) Received: by trem.cnt.org.br (AIX 3.2/UCB 5.64/4.03) id AA17894; Mon, 29 Sep 1997 16:33:55 -0200 From: ormonde@trem.cnt.org.br (Rodrigo Ormonde - VOGA) Message-Id: <9709291833.AA17894@trem.cnt.org.br> Subject: X25 and Frame-Relay To: questions@freebsd.org Date: Mon, 29 Sep 1997 16:33:54 -0200 (GRNLNDDT) X-Mailer: ELM [version 2.4 PL24] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anybody know if FreeBSD supports any kind of X25 or Frame-Relay network adapter ? Please send a copy of the answers to me, I'm not on the list. Thanks in advance -- Rodrigo de La Rocque Ormonde e-mail: ormonde@cnt.org.br PGP Public key: finger ormonde@cnt.org.br -> Turn your PC into a workstation - Use FreeBSD ! <- From owner-freebsd-questions Mon Sep 29 12:52:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA03910 for questions-outgoing; Mon, 29 Sep 1997 12:52:19 -0700 (PDT) Received: from ccsales.ccsales.com (ccsales.ccsales.com [207.137.172.4]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA03806; Mon, 29 Sep 1997 12:50:41 -0700 (PDT) Date: Mon, 29 Sep 1997 12:52:24 -0700 (PDT) From: Randy Katz To: Brian Litzinger cc: freebsd-questions@FreeBSD.ORG Subject: Re: Oracle, Sybase, and some .dbf databses like foxpro? In-Reply-To: <19970929123320.51380@top.worldcontrol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I got FoxPro to run using the ibc2 stuff but never tweaked past the keyboard functionality (Function Keys and other combinations, control seq and so forth need to be mapped or something). Good luck on the others as they are major undertakings (Sybase, Oracle). Randy Katz On Mon, 29 Sep 1997, Brian Litzinger wrote: > Does FreeBSD natively or through any of its emulations support > Oracle, Sybase, or foxpro? > > -- > brian > From owner-freebsd-questions Mon Sep 29 13:00:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04383 for questions-outgoing; Mon, 29 Sep 1997 13:00:02 -0700 (PDT) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA04313 for ; Mon, 29 Sep 1997 12:59:46 -0700 (PDT) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id TAA04313; Mon, 29 Sep 1997 19:58:42 GMT Date: Mon, 29 Sep 1997 12:58:41 -0700 (PDT) From: Dan Busarow To: Andrew Westrate cc: freebsd-questions@FreeBSD.ORG Subject: Re: Diskless boot In-Reply-To: <199709291838.OAA00905@mux.engin.umich.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Andrew Westrate wrote: > Is there a way to run netboot.com from a freebsd box on reboot *without* > having to have it on an eprom on the network card? In the FreeBSD handbook, >From a bootable DOS diskette. Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 From owner-freebsd-questions Mon Sep 29 13:04:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04727 for questions-outgoing; Mon, 29 Sep 1997 13:04:33 -0700 (PDT) Received: from srv.net (snake.srv.net [199.104.81.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA04715 for ; Mon, 29 Sep 1997 13:04:25 -0700 (PDT) Received: from darkstar.home (dialin1.anlw.anl.gov [141.221.254.101]) by srv.net (8.8.5/8.8.5) with SMTP id OAA26916 for ; Mon, 29 Sep 1997 14:04:21 -0600 (MDT) Date: Mon, 29 Sep 1997 13:03:18 -0700 (MST) From: Charles Mott X-Sender: cmott@darkstar.home To: freebsd-questions@freebsd.org Subject: fetchmail Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am trying to get fetchmail 3.9.4 working with the FreeBSD 2.2.2 distribution. For some reason, fetchmail attemts to send two "mail from:" commands when it makes a connection to the local sendmail server vial the smtp port: fetchmail: SMTP> MAIL FROM: fetchmail: SMTP> MAIL FROM: fetchmail: SMTP error: : Unknown error: -1 I have verified by telnet to the smtp port that the "MAIL FROM:" yields a "250 ... Sender ok" response, so I don't know why a second "mail from:" response has been generated. Any help in this matter would be appreciated. Charles Mott From owner-freebsd-questions Mon Sep 29 13:04:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04749 for questions-outgoing; Mon, 29 Sep 1997 13:04:42 -0700 (PDT) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA04743 for ; Mon, 29 Sep 1997 13:04:38 -0700 (PDT) Received: from mybsd.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.4/8.7.3) with SMTP id NAA18057 for ; Mon, 29 Sep 1997 13:10:45 -0700 (PDT) Date: Mon, 29 Sep 1997 12:38:27 -0700 (PDT) From: Kwoody X-Sender: kwoody@mybsd.net To: freebsd-questions@freebsd.org Subject: Netscape port Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I installed the netscape port back in July. I am doing some disk cleanup and still have a dir full under /usr/ports/www/netscape3/work. This contains the netscape bin etc....since ns is installed and running without error, can I get rid of the stuff in the work dir? Everything is installed under /usr/local/lib/netscape that is in the work dir. Be nice to rm someof it and free up 4+ meg of drive space under /usr. thanks. From owner-freebsd-questions Mon Sep 29 13:10:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05186 for questions-outgoing; Mon, 29 Sep 1997 13:10:31 -0700 (PDT) Received: from mail.netcetera.dk (root@sleipner.netcetera.dk [193.227.198.180]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA05172 for ; Mon, 29 Sep 1997 13:10:21 -0700 (PDT) Received: (from uucp@localhost) by mail.netcetera.dk (8.8.7/8.8.7) with UUCP id WAA07214 for freebsd-questions@freebsd.org; Mon, 29 Sep 1997 22:01:44 +0200 Received: by swimsuit.roskildebc.dk (0.99.970109) id AA01600; 29 Sep 97 22:00:51 +0100 From: leifn@swimsuit.roskildebc.dk (Leif Neland) Date: 29 Sep 97 05:43:42 +0100 Subject: route print Message-ID: Organization: Fidonet: UNIX-sysadm sųger job To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk What is the command for printing the route-table? (like windows: route print). I think I have found it once, but I can't remember... Leif Neland --- |Fidonet: Leif Neland 2:234/49 |Internet: leifn@swimsuit.roskildebc.dk From owner-freebsd-questions Mon Sep 29 13:26:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA06461 for questions-outgoing; Mon, 29 Sep 1997 13:26:37 -0700 (PDT) Received: from spiv.fnal.GOV (spiv.fnal.gov [131.225.124.126]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA06452 for ; Mon, 29 Sep 1997 13:26:34 -0700 (PDT) Received: from localhost (neswold@localhost) by spiv.fnal.GOV (8.8.5/8.8.5) with SMTP id PAA00102; Mon, 29 Sep 1997 15:26:18 -0500 (CDT) Date: Mon, 29 Sep 1997 15:26:17 -0500 (CDT) From: "Richard M. Neswold" Reply-To: neswold@fnal.gov To: Kwoody cc: freebsd-questions@FreeBSD.ORG Subject: Re: Netscape port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Kwoody wrote: > Everything is installed under /usr/local/lib/netscape that is in the work > dir. Be nice to rm someof it and free up 4+ meg of drive space under /usr. Did you do a 'make clean' in '/usr/ports/www/netscape3' ? Rich ------------------------------------------------------------------------ Richard Neswold, Accelerator Div./Controls Dept | neswold@fnal.gov Fermilab, PO Box 500, MS 347, Batavia, IL 60510 | voice (630) 840-3454 'finger neswold@aduxb.fnal.gov' for PGP key | fax (630) 840-3093 From owner-freebsd-questions Mon Sep 29 13:33:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA07046 for questions-outgoing; Mon, 29 Sep 1997 13:33:54 -0700 (PDT) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA07032 for ; Mon, 29 Sep 1997 13:33:46 -0700 (PDT) Received: from mybsd.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.4/8.7.3) with SMTP id NAA18840; Mon, 29 Sep 1997 13:39:52 -0700 (PDT) Date: Mon, 29 Sep 1997 13:08:04 -0700 (PDT) From: Kwoody X-Sender: kwoody@mybsd.net To: neswold@fnal.gov cc: freebsd-questions@FreeBSD.ORG Subject: Re: Netscape port In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Richard M. Neswold wrote: > On Mon, 29 Sep 1997, Kwoody wrote: > > > Everything is installed under /usr/local/lib/netscape that is in the work > > dir. Be nice to rm someof it and free up 4+ meg of drive space under /usr. > > Did you do a 'make clean' in '/usr/ports/www/netscape3' ? Nope cant say that I did...too late now? Or just go ahead and rm it? From owner-freebsd-questions Mon Sep 29 13:42:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA07895 for questions-outgoing; Mon, 29 Sep 1997 13:42:03 -0700 (PDT) Received: from grpl.grapids.lib.mi.us (mail.grapids.lib.mi.us [204.177.187.34] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA07881 for ; Mon, 29 Sep 1997 13:41:56 -0700 (PDT) Received: from GW2075.iserv.net ([204.177.187.150]) by grpl.grapids.lib.mi.us (8.8.3/8.8.3) with ESMTP id QAA05953 for ; Mon, 29 Sep 1997 16:14:54 -0400 (EDT) Message-ID: <34300C4A.FA3CE8@grapids.lib.mi.us> Date: Mon, 29 Sep 1997 16:15:06 -0400 From: Bill Ott X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: "freebsd-questions@FreeBSD.ORG" Subject: Restore - 'blind block read timeout' X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk When I try to run a restore, as soon as the command is entered and the tape drive responds I get a 'blind block read timeout' error. I can't find any reference to this error. Any ideas??? -- Bill Ott bott@grapids.lib.mi.us From owner-freebsd-questions Mon Sep 29 13:48:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA08493 for questions-outgoing; Mon, 29 Sep 1997 13:48:56 -0700 (PDT) Received: from mx.calweb.com (mx.calweb.com [208.131.56.81]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA08487 for ; Mon, 29 Sep 1997 13:48:50 -0700 (PDT) Received: by mx.calweb.com (8.8.6/8.8.6) with SMTP id NAA27197; Mon, 29 Sep 1997 13:47:40 -0700 (PDT) X-SMTP: hello web1.calweb.com from rdugaue@calweb.com server rdugaue@web1.calweb.com ip 208.131.56.51 Date: Mon, 29 Sep 1997 13:47:40 -0700 (PDT) From: Robert Du Gaue To: Brian Litzinger cc: freebsd-questions@FreeBSD.ORG Subject: Re: Oracle, Sybase, and some .dbf databses like foxpro? In-Reply-To: <19970929123320.51380@top.worldcontrol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Add me to the list wanting to know this! Also would like MS SQL access via FreeBSD. Is there an ODBC driver of some sorts for FreeBSD that'll let us code to talk to these DBs? On Mon, 29 Sep 1997, Brian Litzinger wrote: > Date: Mon, 29 Sep 1997 12:33:20 -0700 > From: Brian Litzinger > To: freebsd-questions@FreeBSD.ORG > Subject: Oracle, Sybase, and some .dbf databses like foxpro? > > Does FreeBSD natively or through any of its emulations support > Oracle, Sybase, or foxpro? > > -- > brian > -------------------------------------------------------------------------- Robert Du Gaue - rdugaue@calweb.com http://www.calweb.com President, CalWeb Internet Services Inc. (916) 641-9320 -------------------------------------------------------------------------- From owner-freebsd-questions Mon Sep 29 13:57:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA09220 for questions-outgoing; Mon, 29 Sep 1997 13:57:49 -0700 (PDT) Received: from horton.iaces.com (proot@horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA09215 for ; Mon, 29 Sep 1997 13:57:47 -0700 (PDT) Received: (from proot@localhost) by horton.iaces.com (8.8.5/8.8.5) id PAA28569; Mon, 29 Sep 1997 15:56:03 -0500 (CDT) From: "Paul T. Root" Message-Id: <199709292056.PAA28569@horton.iaces.com> Subject: Re: route print To: leifn@swimsuit.roskildebc.dk (Leif Neland) Date: Mon, 29 Sep 1997 15:56:03 -0500 (CDT) Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: from Leif Neland at "Sep 29, 97 05:43:42 am" X-Organization: !nterprise Networking Services - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In a previous message, Leif Neland said: > What is the command for printing the route-table? (like windows: route print). I think I have found it once, but I can't remember... netstat -r or netstat -rn -- The air! Man has visions of flight - not the raoring progress of heavy sinking machines, but that silent loveliness of glid- ing on outstretched arms that comes to everyone in dreams. - Frank S. Stuart, City of Bees From owner-freebsd-questions Mon Sep 29 14:02:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09594 for questions-outgoing; Mon, 29 Sep 1997 14:02:27 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA09489; Mon, 29 Sep 1997 14:01:16 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id NAA10183; Mon, 29 Sep 1997 13:57:40 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd010173; Mon Sep 29 20:57:30 1997 Message-ID: <34301602.167EB0E7@whistle.com> Date: Mon, 29 Sep 1997 13:56:34 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: MetcalJM@utrc.utc.com CC: gibbs@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Q: Good learning documents for SCSI device drivers References: <95A2D2968BD9D011A38B00A0C95727DB27AB03@express2.res.utc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I wrote most of hte present SCSI system for FreeBSD, however it's been several years since I did that, and I've been working on other things. Thw adapters I wrote drivers fro were all "intelligent" adapters so I never really got into the "NEXUS" stuff. Basically the nexus is a particular pairing of a client and a requestor, for an operation.. I never got much more into it than that.. I can suggest you visit the following ftp site: ftp://ftp.symbios.com/pub/standards/io/ where you will find the SCSI standard and many ther related things. While I can give comments on how the present SCSI system is written, that will soon be a thing of the past. The present SCSI system was good for its day, but time has marched on and Justin (CC'd) is writing a new system based on the SCSI-CAM standard. This should allow us to meke better use of 3rd party CAM modules. Never-teh-less, if you have specific questions about the UPPER layers of the current SCSI system, feel free to ask (I may not know the answer however). There was a massive set of changes that went into it a couple of years ago that obfuscated a lot of what's going on behind MACROs which I was not happy with, and some of the structures changed function with time, and are there-for misleadingly named. I started several times on documents on how it fitted together but never got past the introduction. MetcalJM@utrc.utc.com wrote: > > Hello, > > I am writing to ask if anyone can point me to some good learning > documents for learning the basics of the SCSI subsystem. I have > an open problem with the gnats database > > http://www.freebsd.org/cgi/query-pr.cgi?pr=4498 > > where my Iomega Zip 100 SCSI drive atached to my ProAudioStudio > SCSI adapter is having data corruption problems. I have written > to both the FreeBSD and LINUX authors of the ncr5830 code and > have received no replies. I understand since few people actually > using FreeBSD use such hardware, I am probably on my own for a > fix. All I'm asking is some direction in finding good books > to learn from in order to solve the problem myself. I have > never written any kind of device driver, much less a driver > for a SCSI device. I have fairly good C programming skills > (ie, I can understand the logic flow of the ncr5830.c kernel > code and understand the definitions and usage syntax of the data > structures). But the code is otherwise meaningless to me > since I have no idea about how the code interacts with the > hardware (eg. what's "establising a nexus" mean?). I'm sure > there are plenty of great books out there where a motivated > person like myself can learn what he needs to know. > > I hope some kind soul can give me some focus. Understand > that I would need the basics, yet I would also need enough practical > focus, from whatever sources are suggested, to actually trouble-shoot > and hack into some real code. Ideally, literature that might cover > the ncr5830 would be great!! I understand this to be a well documented > and understood device. > > Thanks in advance for any help!! > > JM > ----------- > > > Jeffrey M. Metcalf > > Assistant Computer Systems Support Engineer > > United Technologies Research Center > > metcaljm@utrc.utc.com > > (860) 610-7576 > > > > From owner-freebsd-questions Mon Sep 29 14:08:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10008 for questions-outgoing; Mon, 29 Sep 1997 14:08:07 -0700 (PDT) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [207.227.50.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA09965 for ; Mon, 29 Sep 1997 14:07:43 -0700 (PDT) Received: from nconnect.net (arabian.microxp.com [207.227.65.13]) by atlantis.nconnect.net (8.8.4/8.7.3) with ESMTP id QAA28304; Mon, 29 Sep 1997 16:07:53 -0500 (CDT) Message-ID: <3430199C.6BBF08AA@nconnect.net> Date: Mon, 29 Sep 1997 16:11:57 -0500 From: Randy DuCharme Reply-To: randyd@nconnect.net Organization: Computer Specialists X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Brian Litzinger CC: Randy Katz , freebsd-questions@FreeBSD.ORG Subject: Re: Oracle, Sybase, and some .dbf databses like foxpro? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Brian Litzinger wrote: > > > Does FreeBSD natively or through any of its emulations support > > Oracle, Sybase, or foxpro? > > > > -- > > brian I tried to get the SCO UnixWare and SCO Openserver versions of Oracle7 to run on -current. I was rather unsuccessful and after a few hours of pounding I gave up. I've heard that it's possible and that some people have gotten it running but you couldn't tell it by me. Have you looked at PostgreSQL or mySQL. I use both of those quite successfully! If you need a commercial solution, Raima (http://www.raima.com) ports their Velocis database to virtually every platform imaginable. It's a very full featured product that's also very fast and scalable. Solid (http://www.solidtech.com) also has a beta version of an SQL database server that has an ODBC SQL C API. ( as does Velocis) I've been playing with that lately and it also seems very stable and fast. IMHO with these options, I personally see no need to horse around with the SCO emulation :-). --- Randall D DuCharme Systems Engineer Novell, Microsoft, and UNIX Networking Support Computer Specialists BSDI Internet Success Partners 414-253-9998 414-253-9919 (fax) BSD/OS Authorized Resellers From owner-freebsd-questions Mon Sep 29 14:13:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA10349 for questions-outgoing; Mon, 29 Sep 1997 14:13:16 -0700 (PDT) Received: from stoner.sinet.com (root@[204.233.141.228]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA10343 for ; Mon, 29 Sep 1997 14:13:13 -0700 (PDT) Received: from wang ([169.147.153.126]) by stoner.sinet.com with esmtp id m0xFnTB-0003cVC (Debian Smail-3.2 1996-Jul-4 #2); Mon, 29 Sep 1997 16:35:09 -0500 (CDT) Message-Id: From: "Lester P. Wang" To: "Robert Du Gaue" , "Brian Litzinger" Cc: Subject: Re: Oracle, Sybase, and some .dbf databses like foxpro? Date: Mon, 29 Sep 1997 16:07:55 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >From my memory sybase has an obdc driver for Linux. According to my SQL Server guru friend, it will work for 90% of what you need. I don't know if this will work with the Linux emulator ---------- > From: Robert Du Gaue > To: Brian Litzinger > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: Oracle, Sybase, and some .dbf databses like foxpro? > Date: Monday, September 29, 1997 3:47 PM > > Add me to the list wanting to know this! Also would like MS SQL access via > FreeBSD. Is there an ODBC driver of some sorts for FreeBSD that'll let us > code to talk to these DBs? > > On Mon, 29 Sep 1997, Brian Litzinger wrote: > > > Date: Mon, 29 Sep 1997 12:33:20 -0700 > > From: Brian Litzinger > > To: freebsd-questions@FreeBSD.ORG > > Subject: Oracle, Sybase, and some .dbf databses like foxpro? > > > > Does FreeBSD natively or through any of its emulations support > > Oracle, Sybase, or foxpro? > > > > -- > > brian > > > > -------------------------------------------------------------------------- > Robert Du Gaue - rdugaue@calweb.com http://www.calweb.com > President, CalWeb Internet Services Inc. (916) 641-9320 > -------------------------------------------------------------------------- > From owner-freebsd-questions Mon Sep 29 14:49:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA12721 for questions-outgoing; Mon, 29 Sep 1997 14:49:08 -0700 (PDT) Received: from pili.adn.edu.ph (pili.adn.edu.ph [165.220.57.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA12715 for ; Mon, 29 Sep 1997 14:49:03 -0700 (PDT) Received: from localhost (art@localhost) by pili.adn.edu.ph (8.8.5/8.8.5) with SMTP id GAA03726; Tue, 30 Sep 1997 06:00:07 +0800 (PHT) Date: Tue, 30 Sep 1997 06:00:07 +0800 (PHT) From: Arthur Alacar To: Robert Du Gaue cc: Brian Litzinger , freebsd-questions@FreeBSD.ORG Subject: Re: Oracle, Sybase, and some .dbf databses like foxpro? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk where can we can get these programs?... |art| > Add me to the list wanting to know this! Also would like MS SQL access via > FreeBSD. Is there an ODBC driver of some sorts for FreeBSD that'll let us > code to talk to these DBs? > > On Mon, 29 Sep 1997, Brian Litzinger wrote: > > > Date: Mon, 29 Sep 1997 12:33:20 -0700 > > From: Brian Litzinger > > To: freebsd-questions@FreeBSD.ORG > > Subject: Oracle, Sybase, and some .dbf databses like foxpro? > > > > Does FreeBSD natively or through any of its emulations support > > Oracle, Sybase, or foxpro? > > > > -- From owner-freebsd-questions Mon Sep 29 15:31:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA15152 for questions-outgoing; Mon, 29 Sep 1997 15:31:09 -0700 (PDT) Received: from pobox1.oit.umass.edu (mailhub.oit.umass.edu [128.119.166.151]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA15147 for ; Mon, 29 Sep 1997 15:31:04 -0700 (PDT) Received: from lessing.oit.umass.edu by pobox1.oit.umass.edu (PMDF V5.1-10 #20973) with ESMTP id <0EHA0077XJUHRF@pobox1.oit.umass.edu> for freebsd-questions@FreeBSD.ORG; Mon, 29 Sep 1997 18:30:18 -0400 (EDT) Received: from localhost (gp@localhost) by lessing.oit.umass.edu (8.8.3/8.8.6) with SMTP id SAA08415 for ; Mon, 29 Sep 1997 18:30:13 -0400 (EDT) Date: Mon, 29 Sep 1997 18:30:12 -0400 (EDT) From: Greg Pavelcak Subject: gv unable to load any useable fontset To: freebsd-questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I had gv working before. I am running current as of about 9/24 now and have no idea what I did differently. Fonts are in /usr/local/share/texmf/fonts. xdvi runs kpathsea and comes up with my file on the screen, but nevertheless produces the message "cannot load any useable font set" also. Seyon does too. gv gives the message, comes up with the screen with buttons etc. but no file to read. Anyone have any ideas how I can fix this. I'm writing my dissertation and sccreen previewing is kind of important. Thanks. Greg From owner-freebsd-questions Mon Sep 29 15:33:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA15287 for questions-outgoing; Mon, 29 Sep 1997 15:33:34 -0700 (PDT) Received: from watson.infopro.spb.su (watson.infopro.spb.su [193.124.93.100]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA15273 for ; Mon, 29 Sep 1997 15:33:27 -0700 (PDT) Received: from [195.201.1.4] ([195.201.1.4]) by watson.infopro.spb.su (8.7.5/8.7.3) with SMTP for ; Tue, 30 Sep 1997 02:33:13 +0400 (MSD) Message-ID: <3430C1FB.73F8@infopro.spb.su> Date: Tue, 30 Sep 1997 02:10:19 -0700 From: ppfisher Reply-To: fisher@infopro.spb.su X-Mailer: Mozilla 3.01Gold (Win16; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: CVS Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk What tag I must apply in cvs-supfile on FreeBSD 2.2.2 ? Thanks! Nick Fisher fisher@infopro.spb.su From owner-freebsd-questions Mon Sep 29 15:52:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA16107 for questions-outgoing; Mon, 29 Sep 1997 15:52:06 -0700 (PDT) Received: from mail.san.rr.com (mail-atm.san.rr.com [204.210.0.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA16096 for ; Mon, 29 Sep 1997 15:52:01 -0700 (PDT) Received: from dt5h1n61.san.rr.com (dt5h1n61.san.rr.com [204.210.31.97]) by mail.san.rr.com (8.8.7/8.8.7) with SMTP id PAA21341; Mon, 29 Sep 1997 15:50:49 -0700 (PDT) Message-Id: <199709292250.PAA21341@mail.san.rr.com> From: "Studded" To: "Bob Webb" , "freebsd-questions@freebsd.org" Date: Mon, 29 Sep 97 15:50:48 -0700 Reply-To: "Studded" Priority: Normal X-Mailer: PMMail 1.92 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Re: su -m and PS1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997 10:21:44 -0400, Bob Webb wrote: >I subscribe to the philosophy to login as yourself and su to root when >needed. Good philosophy. :) [Problem: Root has no entry for PS1] >Root does not have a .bash_profile or bashrc You just answered your own question. :) What I personally do is make /root/.bashrc a symlink to /etc/profile, and put all of the things I want to maintain across "users" in /etc/profile. That way you limit the number of changes you have to make. You could just as easily make it a symlink to your personal .bash_profile. If you're not sure what a symlink is, man ln. You want to use the -s option. Hope this helps, Doug Do thou amend thy face, and I'll amend my life. -Shakespeare, "Henry V" From owner-freebsd-questions Mon Sep 29 15:53:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA16247 for questions-outgoing; Mon, 29 Sep 1997 15:53:34 -0700 (PDT) Received: from watson.infopro.spb.su (watson.infopro.spb.su [193.124.93.100]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA16226 for ; Mon, 29 Sep 1997 15:53:26 -0700 (PDT) Received: from [195.201.1.4] ([195.201.1.4]) by watson.infopro.spb.su (8.7.5/8.7.3) with SMTP for ; Tue, 30 Sep 1997 02:53:22 +0400 (MSD) Message-ID: <3430C6B6.1544@infopro.spb.su> Date: Tue, 30 Sep 1997 02:30:30 -0700 From: ppfisher Reply-To: fisher@infopro.spb.su X-Mailer: Mozilla 3.01Gold (Win16; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Hardware Compability Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk How about Digi concentrators(Digi EPCX/16) on FreeBSD ? Thanks! fisher@infopro.spb.su From owner-freebsd-questions Mon Sep 29 15:58:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA16543 for questions-outgoing; Mon, 29 Sep 1997 15:58:59 -0700 (PDT) Received: from home.corecom.net (root@[199.237.128.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA16533 for ; Mon, 29 Sep 1997 15:58:51 -0700 (PDT) Received: from MASTER.my.puter (kenai14.corecom.net [199.237.130.234]) by home.corecom.net (8.8.7/8.8.7) with SMTP id PAA01503; Mon, 29 Sep 1997 15:30:39 -0800 (AKDT) Date: Mon, 29 Sep 1997 14:57:41 -0800 (AKDT) From: "me " To: dkelly@hiwaay.net cc: erb@inss1.etec.uni-karlsruhe.de, questions@FreeBSD.ORG Subject: Re: Ham radio programs? In-Reply-To: <199709290933.EAA02216@nospam.hiwaay.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks to all about programs! I have been debating on FBSD or OS/2 Warp3 to use as a xnos (trying to stay away from "dos" if possible! Mike ------------------------------------------------------------------------------- OS of CHOICE? FREEBSD! (http://www.freebsd.org) me@corecom.net http://www.corecom.net/endsley/ ------------------------------------------------------------------------------- From owner-freebsd-questions Mon Sep 29 16:08:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA17136 for questions-outgoing; Mon, 29 Sep 1997 16:08:18 -0700 (PDT) Received: from myname.my.domain (ppp1-175.wbgate1.microserve.com [206.228.92.175]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA17129 for ; Mon, 29 Sep 1997 16:08:07 -0700 (PDT) Received: (from rknebel@localhost) by myname.my.domain (8.8.5/8.8.5) id TAA01484; Mon, 29 Sep 1997 19:06:59 -0400 (EDT) Message-ID: <19970929190658.56532@my.domain> Date: Mon, 29 Sep 1997 19:06:58 -0400 From: rknebel@mail.microserve.net To: freebsd-questions@FreeBSD.ORG Subject: staroffice Reply-To: rknebel@mail.microserve.net References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: ; from Greg Pavelcak on Mon, Sep 29, 1997 at 06:30:12PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, Does anyone know if the staroffice in the ports collection is still the beta version. It does not say beta but I am not sure. Thanks Alot -- Rick Knebel rknebel@mail.microserve.net From owner-freebsd-questions Mon Sep 29 16:41:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA18460 for questions-outgoing; Mon, 29 Sep 1997 16:41:44 -0700 (PDT) Received: from smtp.northlink.com (root@prescott.northlink.com [209.75.160.32]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA18455 for ; Mon, 29 Sep 1997 16:41:41 -0700 (PDT) Received: from Emry (pm3-2.northlink.com [209.75.160.126]) by smtp.northlink.com (8.7.3/8.7.3) with SMTP id QAA18197 for ; Mon, 29 Sep 1997 16:41:38 -0700 (MST) Message-Id: <199709292341.QAA18197@smtp.northlink.com> Comments: Authenticated sender is From: "Wilton Hughes" To: freebsd-questions@FreeBSD.ORG Date: Mon, 29 Sep 1997 16:32:00 -0700 Subject: unsubscribe Reply-to: Wilton Hughes Priority: normal X-mailer: Pegasus Mail for Windows (v2.23) Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wilton Hughes 520-776-8272 3682 Estate Drive Prescott, Arizona 86303-7523 Wilton Hughes From owner-freebsd-questions Mon Sep 29 17:03:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19381 for questions-outgoing; Mon, 29 Sep 1997 17:03:44 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA19375 for ; Mon, 29 Sep 1997 17:03:39 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id AAA03802; Tue, 30 Sep 1997 00:44:40 +0100 (BST) Message-Id: <199709292344.AAA03802@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: leifn@swimsuit.roskildebc.dk (Leif Neland) cc: freebsd-questions@FreeBSD.ORG Subject: Re: route print In-reply-to: Your message of "29 Sep 1997 05:43:42 BST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Sep 1997 00:44:40 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > What is the command for printing the route-table? (like windows: route print). I think I have found it once, but I can't remember... netstat -rn > Leif Neland > > --- > |Fidonet: Leif Neland 2:234/49 > |Internet: leifn@swimsuit.roskildebc.dk > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Mon Sep 29 17:04:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19460 for questions-outgoing; Mon, 29 Sep 1997 17:04:38 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA19452 for ; Mon, 29 Sep 1997 17:04:31 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id AAA03835; Tue, 30 Sep 1997 00:54:35 +0100 (BST) Message-Id: <199709292354.AAA03835@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Carey Nairn cc: Brian Somers , Terry Dwyer 61 8 9491 5161 , questions@freefall.FreeBSD.org Subject: Re: iijppp and chat scripts In-reply-to: Your message of "Mon, 29 Sep 1997 23:37:44 +1000." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Sep 1997 00:54:35 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > On Sat, 27 Sep 1997, Brian Somers wrote: > > > > On Sat, 27 Sep 1997, Carey Nairn wrote: > > > > > > I don't think you have to wait for the last char in the prompt string to > > > arrive before you can do a match. It may be worthwhile to try matching > > > on the string "name" in the termserver's prompt assuming what you've > > > shown below is the actual prompt you see. > > > > Or you could do a few expect/sends for different bits of the same > > prompt. For example, if you've got > > > > login on abcde: > > or > > login on defgh: > > > > (with spaces at the end of each), you could have a chat that does > > > > set login "login\son\s \"\" \\s MyLogin" > > > > > > hi guys, > > > > > > > > I'm looking for a chat guru... > > > > > > > > When I dial in to my provider, I will get a different prompt depending on > > > > which terminal server I connect to. Is there a way in the login script to > > > > test for on of multiple different prompts? > > > > > > > > e.g. > > > > > > > > login to ts1, prompt is ts1name> > > > > login to ts2, prompt is ts2name# > > > > > > Both pmrompts are completely unique so Terry's suggestion won't work > unfortunately. What I need is to try Brian's idea and put in a couple of > different expect values and hope the terminal server doesn't hangup > waiting for the timeouts. This isn't fair - the ISP is cheating :-( You could also try set login "TIMEOUT 3 assword:-MyLogin-assword: MyPassword" So that you just wait a few seconds and then fire the logon.... The only alternative is wild card matching. Feel free to send patches so that you can say set login -r ".. MyLogin assword: MyPassword" or set login -r "{ts1name>,ts2name#} MyLogin assword: MyPassword" where the first bits are regular expressions ;-) > thanks guys, > Carey Nairn > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Mon Sep 29 17:04:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19506 for questions-outgoing; Mon, 29 Sep 1997 17:04:51 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA19486 for ; Mon, 29 Sep 1997 17:04:47 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id AAA03786; Tue, 30 Sep 1997 00:42:36 +0100 (BST) Message-Id: <199709292342.AAA03786@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: dennisp@roskildebc.dk cc: freebsd-questions@FreeBSD.ORG Subject: Re: pentium II 266mhz In-reply-to: Your message of "Thu, 29 May 1997 13:02:27 +0200." <338D6243.18D6@roskildebc.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Sep 1997 00:42:35 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hey > > i would like to know if i can install freebsd on a Pentium II 266mhz > before i buy one. No. Most retailers will make you buy it first. Once you own it, FreeBSD should install & run fine. *sigh, long night !* > thanks. > > Dennis dennisp@roskildebc.dk > -- > Dennis Petersen : Systemadm. Roskilde handelskole > Tlf : +45 20247364 > Adresse : Bakkesvinget 67 4000 Roskilde -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Mon Sep 29 18:36:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA23563 for questions-outgoing; Mon, 29 Sep 1997 18:36:46 -0700 (PDT) Received: from localhost.earthlink.net (1Cust83.max33.boston.ma.ms.uu.net [153.35.85.211]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA23555 for ; Mon, 29 Sep 1997 18:36:41 -0700 (PDT) Received: (from mjpell@localhost) by localhost.earthlink.net (8.8.5/8.8.5) id VAA01743 for freebsd-questions@freeBSD.ORG; Mon, 29 Sep 1997 21:49:53 -0400 (EDT) Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 29 Sep 1997 21:44:51 -0400 (EDT) From: Michael John Pelletier To: freebsd-questions@freeBSD.ORG Subject: Please read; I thinking about buying a laptop... Sender: owner-freebsd-questions@freeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I need some serious insight. I am thinking about buying a laptop and I want to have dual O.S. (probably win95 (yuck) and FreeBSD. Could anyone tell me if there are any problems with laptop support. I am very close to buying the Micron XKE or XPE. Please help, I need to buy this quickly, for my job. I don't want to get stuck with a laptop which I can not use UNIX on.... Thanks, -- Michael ---------------------------------- E-Mail: Michael John Pelletier Date: 29-Sep-97 Time: 21:44:51 This message was sent by XFMail ---------------------------------- From owner-freebsd-questions Mon Sep 29 18:49:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA24165 for questions-outgoing; Mon, 29 Sep 1997 18:49:26 -0700 (PDT) Received: from fly.HiWAAY.net (1073745024@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA24155 for ; Mon, 29 Sep 1997 18:49:20 -0700 (PDT) Received: from nospam.hiwaay.net (tnt2-162.HiWAAY.net [208.147.148.162]) by fly.HiWAAY.net (8.8.7/8.8.6) with ESMTP id UAA31221; Mon, 29 Sep 1997 20:49:12 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.7/8.8.4) with ESMTP id UAA04314; Mon, 29 Sep 1997 20:47:59 -0500 (CDT) Message-Id: <199709300147.UAA04314@nospam.hiwaay.net> X-Mailer: exmh version 2.0zeta 7/24/97 To: dennisp@roskildebc.dk cc: freebsd-questions@FreeBSD.ORG From: dkelly@hiwaay.net Subject: Re: pentium II 266mhz In-reply-to: Message from Dennis Petersen of "Thu, 29 May 1997 13:02:27 +0200." <338D6243.18D6@roskildebc.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 29 Sep 1997 20:47:59 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dennis Petersen asks: > > Hey > > i would like to know if i can install freebsd on a Pentium II 266mhz > before i buy one. Only if the store you purchase from will let you. :-) Many years ago I slapped a copy of Linux on a 486DX33 in the store before I would buy it. But if your question was, "Will FreeBSD work on a Pentium II?", can't say that I've tried it myself but know of absolutely no reason why it wouldn't. And I'm sure we'd hear lots of cries of anguish of P-II users on these lists if it didn't work. Something like the early AMD K6 cries of pain. Only gotcha re: Pentium-II I've heard of is the 512M RAM limit. Or is that a limit of 512M RAM that's cachable? -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-questions Mon Sep 29 20:08:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA27574 for questions-outgoing; Mon, 29 Sep 1997 20:08:16 -0700 (PDT) Received: from w2xo.pgh.pa.us (w2xo.pgh.pa.us [206.210.70.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA27566 for ; Mon, 29 Sep 1997 20:08:06 -0700 (PDT) Received: from w2xo.pgh.pa.us (localhost [127.0.0.1]) by w2xo.pgh.pa.us (8.8.5/8.8.4) with ESMTP id XAA21319; Mon, 29 Sep 1997 23:08:29 -0400 (EDT) Message-ID: <34306D2C.FDE1CC2F@w2xo.pgh.pa.us> Date: Mon, 29 Sep 1997 23:08:29 -0400 From: Jim Durham Organization: Dis- X-Mailer: Mozilla 4.02b7 [en] (X11; I; FreeBSD 3.0-970618-SNAP i386) MIME-Version: 1.0 To: dkelly@hiwaay.net, FreeBSD-questions@freebsd.org Subject: Re: Ham radio programs? References: <199709290148.UAA01072@nospam.hiwaay.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk dkelly@hiwaay.net wrote: > Michael A. Endsley writes: > > > > Is anybody running ham radio programs on FreeBSD? I am looking for things > > like jnos/tnos, logging, etc. Thanks > > TNOS (http://www.lantz.com) knows FreeBSD. I submitted several patches to > the author which found its way into the distribution. I was too busy > elsewhere when the beta of TNOS 2.30 was out, so its not a perfect clean > compile right out of the box. Almost... I was going to put together a > patch this afternoon, but didn't. > > FreeBSD's slattach won't attach to a pty, last time I tried it. Something > to do with the pty not being as complete as a tty. Failed with in an > ioctl for setting process group or some such. Linking TNOS's IP stack > to FreeBSD's becomes more difficult than it should. I got a PPP link > running once thru a pty. And didn't know how I did it afterwards to > repeat. A pair of hardware serial ports with a null modem cable works. > I have been running KA9Q Net and my packet BBS code since FreeBSD 1.0 . The problem with the PTY is fixable. I submitted the fixes a couple years ago, but it's never been encorporated into the sources. I have the modified code and man page if anyone would like it. I can put it on my FTP server. I have also compiled TNOS and JNOS on FreeBSD. TNOS is sort of aggressive, as it wants to play with your password file, probably not a *good* thing! -- Jim Durham From owner-freebsd-questions Mon Sep 29 20:31:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA28424 for questions-outgoing; Mon, 29 Sep 1997 20:31:21 -0700 (PDT) Received: from server.cybermail.net (server.cybermail.net [206.54.174.83]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA28419 for ; Mon, 29 Sep 1997 20:31:17 -0700 (PDT) Received: from mp1 (os2user@localhost) by server.cybermail.net (IBM OS/2 SENDMAIL VERSION 2.01/2.12um) with SMTP id WAA171.49 for ; Mon, 29 Sep 1997 22:30:58 -0500 Message-ID: <3430723A.FB3@cybermail.net> Date: Mon, 29 Sep 1997 20:30:02 -0700 From: Paul Van Hout` X-Mailer: Mozilla 3.03 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: ahhhh help me!! Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I installed freebsd and didn't like it...so I uninstalled it....i used fips to make another partition. now in fdisk it says im only have 50% allocated to my dos partition. how do i get 100% of it back to the dos partition? Help...Urgent Paul Van Hout From owner-freebsd-questions Mon Sep 29 20:44:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA28899 for questions-outgoing; Mon, 29 Sep 1997 20:44:58 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA28894 for ; Mon, 29 Sep 1997 20:44:53 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id NAA24250; Tue, 30 Sep 1997 13:14:41 +0930 (CST) Message-ID: <19970930131441.01332@lemis.com> Date: Tue, 30 Sep 1997 13:14:41 +0930 From: Greg Lehey To: Paul Van Hout` Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ahhhh help me!! References: <3430723A.FB3@cybermail.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3430723A.FB3@cybermail.net>; from Paul Van Hout` on Mon, Sep 29, 1997 at 08:30:02PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 29, 1997 at 08:30:02PM -0700, Paul Van Hout` wrote: > I installed freebsd and didn't like it...so I uninstalled it....i used > fips to make another partition. now in fdisk it says im only have > 50% allocated to my dos partition. how do i get 100% of it back to the > dos partition? Create a new DOS partition. Or make a backup, reinstall DOS, and restore. Greg From owner-freebsd-questions Mon Sep 29 20:47:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA29053 for questions-outgoing; Mon, 29 Sep 1997 20:47:27 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA29048 for ; Mon, 29 Sep 1997 20:47:24 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id UAA09385; Mon, 29 Sep 1997 20:50:03 -0700 (PDT) Message-Id: <199709300350.UAA09385@implode.root.com> To: Andrew Westrate cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftp mirror In-reply-to: Your message of "Mon, 29 Sep 1997 14:34:55 EDT." <199709291834.OAA00847@mux.engin.umich.edu> From: David Greenman Reply-To: dg@root.com Date: Mon, 29 Sep 1997 20:50:03 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I'm trying to set up a lan with 30 computers running FreeBSD. We would like >to set up one machine as a mirror to the ftp site, so that we can do the >installations from the local computer, but when I tried to find out how to do >this from the web site, I could only find info on setting up a mirror for the >web site. > >So, how can I mirror the ftp site? Most people use the "mirror" software written in perl. I think you can find it in the FreeBSD ports collection. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Mon Sep 29 20:59:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA29556 for questions-outgoing; Mon, 29 Sep 1997 20:59:19 -0700 (PDT) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [207.227.50.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA29551 for ; Mon, 29 Sep 1997 20:59:12 -0700 (PDT) Received: from nconnect.net (dial204.nconnect.net [207.227.50.204]) by atlantis.nconnect.net (8.8.4/8.7.3) with ESMTP id XAA19920; Mon, 29 Sep 1997 23:01:20 -0500 (CDT) Message-ID: <34307857.37FA85F@nconnect.net> Date: Mon, 29 Sep 1997 22:56:07 -0500 From: Randy DuCharme Organization: Astrolab Development X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: Paul Van Hout` CC: freebsd-questions@FreeBSD.ORG Subject: Re: ahhhh help me!! References: <3430723A.FB3@cybermail.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Paul Van Hout` wrote: > > I installed freebsd and didn't like it...so I uninstalled it....i used > fips to make another partition. now in fdisk it says im only have > 50% allocated to my dos partition. how do i get 100% of it back to the > dos partition? > > Help...Urgent > > Paul Van Hout Did you A: Read the FIPS.DOC Then did you... B: Make the boot disk with restorrb.exe C: Save your old partition table data? as outlined in the FIPS.DOC?? -- Randall D DuCharme Systems Engineer Novell, Microsoft, and UNIX Networking Support Computer Specialists BSDI Internet Success Partners 414-253-9998 414-253-9919 (fax) BSD/OS Authorized Resellers From owner-freebsd-questions Mon Sep 29 21:17:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA00427 for questions-outgoing; Mon, 29 Sep 1997 21:17:34 -0700 (PDT) Received: from imdave.pr.mcs.net (imdave@imdave.pr.mcs.net [205.164.3.77]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA00418 for ; Mon, 29 Sep 1997 21:17:24 -0700 (PDT) Received: (from imdave@localhost) by imdave.pr.mcs.net (8.8.7/8.8.7) id XAA14285; Mon, 29 Sep 1997 23:17:25 -0500 (CDT) Date: Mon, 29 Sep 1997 23:17:25 -0500 (CDT) From: Dave Bodenstab Message-Id: <199709300417.XAA14285@imdave.pr.mcs.net> To: cmott@srv.net, freebsd-questions@FreeBSD.ORG Subject: Re: fetchmail Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I am trying to get fetchmail 3.9.4 working with the FreeBSD 2.2.2 Fetchmail is now up to version 4.2.8 with 4.2.9 coming soon. It should compile ``out of the box'', and you can get the latest version from: ftp://ftp.ccil.org/pub/esr/fetchmail/fetchmail-4.2.8.tar.gz > distribution. For some reason, fetchmail attemts to send two > "mail from:" commands when it makes a connection to the local sendmail > server vial the smtp port: > > fetchmail: SMTP> MAIL FROM: > fetchmail: SMTP> MAIL FROM: > fetchmail: SMTP error: : Unknown error: -1 > > I have verified by telnet to the smtp port that the "MAIL > FROM:" yields a "250 ... Sender ok" > response, so I don't know why a second "mail from:" response has been > generated. > > Any help in this matter would be appreciated. I'd try the latest version first. Otherwise should talk directly to Eric Raymond or subscribe to the fetchmail-friends mailing list (from the fetchmail FAQ): G5. Is there a mailing list for exchanging tips? There is a fetchmail-friends list for people who want to discuss fixes and improvements in fetchmail and help co-develop it. The list is at fetchmail-friends@ccil.org and is a SmartList reflector; sign up in the usual way with a message containing the word "subscribe" in the subject line sent to to fetchmail-friends-request@ccil.org. (Similarly, "unsubscribe" in the Subject line unsubscribes you, and "help" returns general list help). Dave Bodenstab imdave@mcs.net From owner-freebsd-questions Mon Sep 29 23:26:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA06053 for questions-outgoing; Mon, 29 Sep 1997 23:26:20 -0700 (PDT) Received: from elaine24.Stanford.EDU (elaine24.Stanford.EDU [171.64.15.99]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA06048 for ; Mon, 29 Sep 1997 23:26:17 -0700 (PDT) Received: (from andrsn@localhost) by elaine24.Stanford.EDU (8.8.5/8.8.4) id XAA04109; Mon, 29 Sep 1997 23:26:02 -0700 (PDT) Date: Mon, 29 Sep 1997 23:26:02 -0700 (PDT) From: Annelise Anderson To: freebsd-questions@freebsd.org Subject: Network Connection Not Working Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Some time after I left the office today my computer lost its ability to talk to the outside world--I can dial in to it but can't ping anything, I'm not getting mail, can't telnet, etc. (So this is being written from a different e-mail account.) I tried quite a few things--reinstating resolv.conf although I'd moved it when I set up the cache only nameserver (with forwarders); rebooting; killing routed -s and later restarting it. Everthing seems to be running--httpd, sendmail, named, etc. So here is some output-- my current guess is that wire that goes from the Ethernet card connector (10-Base-2) is broken--does this look consistent with that? And if so, do I just cut it and reattach it? Thanks for your help.... Annelise Relevant parts of /var/log/messages (I rebooted) look like this: Sep 29 20:03:49 andrsn /kernel: 1 3C5x9 board(s) on ISA found at 0x300 Sep 29 20:03:49 andrsn /kernel: ep0 at 0x300-0x30f irq 10 on isa Sep 29 20:03:49 andrsn /kernel: ep0: aui/utp/bnc[*BNC*] address 00:20:af:be:eb:e0 Sep 29 20:03:50 andrsn named[92]: starting. named 4.9.6-REL Fri Sep 5 16:37:03 PDT 1997 andrsn@andrsn.stanford.edu:/usr/obj/usr/src/usr.sbin/named Sep 29 20:03:50 andrsn named[93]: Ready to answer queries. Sep 29 20:04:04 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host Sep 29 20:04:20 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host Sep 29 20:07:41 andrsn routed[67]: ignore RTM_ADD without gateway Sep 29 20:12:57 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host Sep 29 20:16:07 andrsn routed[67]: interface ep0 to 36.33.0.163 broken: in=0 ierr=0 out=3 oerr=3 Sep 29 20:16:27 andrsn routed[67]: interface ep0 to 36.33.0.163 restored Sep 29 20:16:46 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host Sep 29 20:17:03 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host Sep 29 20:19:26 andrsn routed[67]: interface ep0 to 36.33.0.163 broken: in=0 ierr=0 out=1 oerr=1 Sep 29 20:19:41 andrsn routed[67]: interface ep0 to 36.33.0.163 restored Sep 29 20:38:28 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host The network before looked like this: >From root@andrsn.stanford.edu Mon Sep 29 22:18:41 1997 Date: Mon, 29 Sep 1997 02:00:01 -0700 (PDT) From: "A. Anderson" Subject: andrsn daily run output network: Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lp0* 1500 0 0 0 0 0 ep0 1500 00.20.af.be.eb.e0 4675592 812 523700 1 0 ep0 1500 36.33/16 andrsn 4675592 812 523700 1 0 tun0* 1500 210 0 167 0 0 sl0* 552 0 0 0 0 0 sl1* 552 0 0 0 0 0 ppp0* 1500 540 15 481 0 0 lo0 16384 193928 0 193928 0 0 lo0 16384 your-net localhost 193928 0 193928 0 0 It looks similar now (netstat -in)--but lots of collisions and errors. Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll lp0* 1500 0 0 0 0 0 ep0 1500 00.20.af.be.eb.e0 282 0 1126 836 836 ep0 1500 36.33/16 36.33.0.163 282 0 1126 836 836 tun0* 1500 0 0 0 0 0 sl0* 552 0 0 0 0 0 sl1* 552 0 0 0 0 0 ppp0* 1500 0 0 0 0 0 lo0 16384 203 0 203 0 0 lo0 16384 127 127.0.0.1 203 0 203 0 0 Routing tables (when it was working) Internet: Destination Gateway Flags Refs Use Netif Expire default 36.33.0.1 UGSc 13 28 ep0 36.33/16 link#2 UCc 0 0 36.33.0.1 link#2 UHLW 13 0 36.33.0.157/32 0:20:af:be:eb:e0 ULS2c 0 0 ep0 36.33.0.163 0:20:af:be:eb:e0 UHLW 0 148 lo0 127.0.0.1 127.0.0.1 UH 0 55 lo0 Routing tables after it quit working are identical except for a fer numbers: Internet: Destination Gateway Flags Refs Use Netif Expire default 36.33.0.1 UGSc 14 38 ep0 36.33/16 link#2 UCc 0 0 36.33.0.1 link#2 UHLW 13 0 36.33.0.157/32 0:20:af:be:eb:e0 ULS2c 0 0 ep0 36.33.0.163 0:20:af:be:eb:e0 UHLW 1 161 lo0 127.0.0.1 127.0.0.1 UH 1 93 lo0 19 10:37pm ~ # ifconfig -au ep0: flags=8843 mtu 1500 inet 36.33.0.163 netmask 0xffff0000 broadcast 36.33.255.255 ether 00:20:af:be:eb:e0 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 The right stuff seems to be up-- I'm not sure if netstat -a contains useful information or not: 20 10:37pm ~ # netstat -a Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp 0 0 *.http *.* LISTEN tcp 0 0 *.55556 *.* LISTEN tcp 0 0 *.5556 *.* LISTEN tcp 0 0 *.smtp *.* LISTEN tcp 0 0 *.pop3 *.* LISTEN tcp 0 0 *.rkinit *.* LISTEN tcp 0 0 *.printer *.* LISTEN tcp 0 0 *.kshell *.* LISTEN tcp 0 0 *.eklogin *.* LISTEN tcp 0 0 *.klogin *.* LISTEN tcp 0 0 *.time *.* LISTEN tcp 0 0 *.daytime *.* LISTEN tcp 0 0 *.chargen *.* LISTEN tcp 0 0 *.discard *.* LISTEN tcp 0 0 *.echo *.* LISTEN tcp 0 0 *.ident *.* LISTEN tcp 0 0 *.finger *.* LISTEN tcp 0 0 *.uucp *.* LISTEN tcp 0 0 *.login *.* LISTEN tcp 0 0 *.cmd *.* LISTEN tcp 0 0 *.telnet *.* LISTEN tcp 0 0 *.ftp *.* LISTEN tcp 0 0 *.sunrpc *.* LISTEN tcp 0 0 *.domain *.* LISTEN udp 0 0 andrsn.1288 andrsn.domain udp 0 0 *.router *.* udp 0 0 *.55555 *.* udp 0 0 *.rplay *.* udp 0 0 *.discard *.* udp 0 0 *.ntalk *.* udp 0 0 *.biff *.* udp 0 0 *.sunrpc *.* udp 0 0 *.domain *.* udp 0 0 localhost.domain *.* udp 0 0 andrsn.domain *.* udp 0 0 *.syslog *.* Active UNIX domain sockets Address Type Recv-Q Send-Q Inode Conn Refs Nextref Addr f07aa200 dgram 0 0 0 f04ebb14 0 f04eb694 f07add00 dgram 0 0 0 f04ebb14 0 f04eb814 f07a6a00 stream 0 0 f07a7d80 0 0 0 /var/run/printer f07a4500 dgram 0 0 0 f04ebb14 0 f04eb994 f07a2e00 dgram 0 0 0 f04ebb14 0 f04eba14 f0795d00 dgram 0 0 0 f04ebb14 0 0 f078f000 dgram 0 0 f0790680 0 f04eb914 0 /var/run/log -- From owner-freebsd-questions Mon Sep 29 23:31:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA06257 for questions-outgoing; Mon, 29 Sep 1997 23:31:22 -0700 (PDT) Received: from chuck.schiele-ct.de (chuck.schiele-ct.de [193.141.27.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA06252 for ; Mon, 29 Sep 1997 23:31:20 -0700 (PDT) Received: from schiele-ct.de (localhost.schiele-ct.de [127.0.0.1]) by chuck.schiele-ct.de (8.8.5/8.8.5) with ESMTP id IAA01072; Tue, 30 Sep 1997 08:34:32 +0200 (CEST) Message-Id: <199709300634.IAA01072@chuck.schiele-ct.de> To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: sliplogin fails In-reply-to: Your message of "Sat, 27 Sep 1997 00:11:59 PDT." Date: Tue, 30 Sep 1997 08:34:32 +0200 From: Bernd Rosauer Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I upgraded my FreeBSD box from 3.0-970209-SNAP to 3.0-970807-SNAP. > > Sliplogin worked before the upgrade, but now I get the following > > error message: > > > > Sep 1 19:02:45 stiller -sliplogin[561]: Sfaber login failed: > > exit status 256 from /etc/sliphome/slip.login > > > > I checked the (unmodified) contents of the corresponding configuration > > and script files, their file modes and ownerships. I can't find > > any clue. Is there anybody out there who could give me a hint? I > > would appreciate any help. > > For the record, what are the perms and ownership on slip.login? They are -rwxr-xr-x bin bin Any idea? -Bernd From owner-freebsd-questions Mon Sep 29 23:35:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA06610 for questions-outgoing; Mon, 29 Sep 1997 23:35:47 -0700 (PDT) Received: from novoch.ru (nts-gw.novoch.ru [194.220.3.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA06598 for ; Mon, 29 Sep 1997 23:35:37 -0700 (PDT) Received: from localhost (webadmin@localhost) by novoch.ru (8.8.5/8.8.5) with SMTP id KAA28311; Tue, 30 Sep 1997 10:34:39 +0300 (MSK) Date: Tue, 30 Sep 1997 10:34:39 +0300 (MSK) From: Sergei Ulianov To: Rodrigo Ormonde - VOGA cc: questions@FreeBSD.ORG Subject: Re: X25 and Frame-Relay In-Reply-To: <9709291833.AA17894@trem.cnt.org.br> Message-ID: X-Mailer: Pine-3.95 Organization: Novocherkassk EUNet/Relcom Node MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, Rodrigo! We use QZHS WAN Card (by WAN AK Systems, Russia), It is ISA card and it provides up to 128K via V.35 and up to 64K via V.24. We have a custom device driver for it, which works for FreeBSD 2.1.5 and 2.2.1. Also there are special software, that integrate X.25 network into FreeBSD: 1) Special daemon that acts like rlogind - listen for incoming X.25 connections and bind them to ttyp pseudodevices. We use zModem, SLIP and PPP over such connection and they works fine. 2) program that works like 'socket' package - it create X.25 connection, and than bind it to stdin, stdout. 3) We also have RFC877 (IP over X.25) implementation... On Mon, 29 Sep 1997, Rodrigo Ormonde - VOGA wrote: > Does anybody know if FreeBSD supports any kind of X25 or Frame-Relay > network adapter ? > -------------------------------------------------------------------- Sergei Ulianov, DBA & Webadmin, http://www.novoch.ru/~us Novocherkassk City EUNet/Relcom Network Centre, http://www.novoch.ru E-mail: us@novoch.ru, Fax/Voice: +7(86352)48292 -------------------------------------------------------------------- From owner-freebsd-questions Tue Sep 30 00:24:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA09050 for questions-outgoing; Tue, 30 Sep 1997 00:24:40 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA09043 for ; Tue, 30 Sep 1997 00:24:34 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id QAA26128; Tue, 30 Sep 1997 16:54:24 +0930 (CST) Message-ID: <19970930165424.08430@lemis.com> Date: Tue, 30 Sep 1997 16:54:24 +0930 From: Greg Lehey To: Annelise Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Network Connection Not Working References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Annelise Anderson on Mon, Sep 29, 1997 at 11:26:02PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 29, 1997 at 11:26:02PM -0700, Annelise Anderson wrote: > Some time after I left the office today my computer lost its ability > to talk to the outside world--I can dial in to it but can't ping > anything, I'm not getting mail, can't telnet, etc. (So this is > being written from a different e-mail account.) > > Relevant parts of /var/log/messages (I rebooted) look like this: > > Sep 29 20:03:49 andrsn /kernel: 1 3C5x9 board(s) on ISA found at 0x300 > Sep 29 20:03:49 andrsn /kernel: ep0 at 0x300-0x30f irq 10 on isa > Sep 29 20:03:49 andrsn /kernel: ep0: aui/utp/bnc[*BNC*] address 00:20:af:be:eb:e0 > Sep 29 20:03:50 andrsn named[92]: starting. named 4.9.6-REL Fri Sep 5 16:37:03 PDT 1997 andrsn@andrsn.stanford.edu:/usr/obj/usr/src/usr.sbin/named > Sep 29 20:03:50 andrsn named[93]: Ready to answer queries. > Sep 29 20:04:04 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host > Sep 29 20:04:20 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host > Sep 29 20:07:41 andrsn routed[67]: ignore RTM_ADD without gateway > Sep 29 20:12:57 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host > Sep 29 20:16:07 andrsn routed[67]: interface ep0 to 36.33.0.163 broken: in=0 ierr=0 out=3 oerr=3 Well, I don't use (nor recommend) routed, but this appears to be telling you that it can't output on this interface. > Sep 29 20:16:27 andrsn routed[67]: interface ep0 to 36.33.0.163 restored > Sep 29 20:16:46 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host > Sep 29 20:17:03 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host > Sep 29 20:19:26 andrsn routed[67]: interface ep0 to 36.33.0.163 broken: in=0 ierr=0 out=1 oerr=1 > Sep 29 20:19:41 andrsn routed[67]: interface ep0 to 36.33.0.163 restored > Sep 29 20:38:28 andrsn routed[67]: sendto(ep0, 224.0.0.1): No route to host > > The network before looked like this: > >> From root@andrsn.stanford.edu Mon Sep 29 22:18:41 1997 > Date: Mon, 29 Sep 1997 02:00:01 -0700 (PDT) > From: "A. Anderson" > Subject: andrsn daily run output > > network: > Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll > lp0* 1500 0 0 0 0 0 > ep0 1500 00.20.af.be.eb.e0 4675592 812 523700 1 0 > ep0 1500 36.33/16 andrsn 4675592 812 523700 1 0 > tun0* 1500 210 0 167 0 0 > sl0* 552 0 0 0 0 0 > sl1* 552 0 0 0 0 0 > ppp0* 1500 540 15 481 0 0 > lo0 16384 193928 0 193928 0 0 > lo0 16384 your-net localhost 193928 0 193928 0 0 > > It looks similar now (netstat -in)--but lots of collisions and errors. > > Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll > lp0* 1500 0 0 0 0 0 > ep0 1500 00.20.af.be.eb.e0 282 0 1126 836 836 > ep0 1500 36.33/16 36.33.0.163 282 0 1126 836 836 Well, it looks like you are (or were) getting something in, but obviously 836 errors out of a total of 1126 packets suggest that something is seriously wrong. Also, it looks like you got 282 packets in, and sent > tun0* 1500 0 0 0 0 0 > sl0* 552 0 0 0 0 0 > sl1* 552 0 0 0 0 0 > ppp0* 1500 0 0 0 0 0 > lo0 16384 203 0 203 0 0 > lo0 16384 127 127.0.0.1 203 0 203 0 0 > > > Routing tables (when it was working) > ... > Routing tables after it quit working are identical except for a fer numbers: Yes, so this isn't very interesting. > 19 10:37pm ~ # ifconfig -au > > ep0: flags=8843 mtu 1500 > inet 36.33.0.163 netmask 0xffff0000 broadcast 36.33.255.255 > ether 00:20:af:be:eb:e0 > lo0: flags=8049 mtu 16384 > inet 127.0.0.1 netmask 0xff000000 > > The right stuff seems to be up-- Or claims to be up. > I'm not sure if netstat -a contains useful information or not: No, that's a higher level. We're looking at the link layer here. > I tried quite a few things--reinstating resolv.conf although I'd > moved it when I set up the cache only nameserver (with forwarders); > rebooting; killing routed -s and later restarting it. Everthing seems > to be running--httpd, sendmail, named, etc. All these things run at higher levels. The error rate on the interface show that what we're seeing here is pretty certainly at the link layer. > So here is some output-- my current guess is that wire that goes > from the Ethernet card connector (10-Base-2) 10-Base 2? Your boot message says BNC. How do you configure the interface? Do you set the link flags specifically? I don't see anything in the ifconfig output above. Check the link flags: -link0 Use the BNC port (default). link0 -link1 Use the AUI port. link0 link1 Use the UTP port. This would suggest that you should be showing LINK0 and LINK1 in the output above. > is broken--does this look consistent with that? And if so, do I > just cut it and reattach it? It's consistent, but it doesn't have to be the right answer. Your board could have got itself confused--I've seen this happen with the 3C509, and occasionally I have been able to fix it with the following sequence: # ifconfig ep0 down # ifconfig ep0 up This won't cost you much, and you can do it from where you are (assuming you haven't gone to bed yet). Greg From owner-freebsd-questions Tue Sep 30 00:35:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA09702 for questions-outgoing; Tue, 30 Sep 1997 00:35:01 -0700 (PDT) Received: from caliban.dihelix.com (caliban.dihelix.com [198.180.136.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA09679 for ; Tue, 30 Sep 1997 00:34:53 -0700 (PDT) Received: (from langfod@localhost) by caliban.dihelix.com (8.8.7/8.8.3) id VAA13838 for questions@freebsd.org; Mon, 29 Sep 1997 21:05:53 -1000 (HST) Date: Mon, 29 Sep 1997 21:05:53 -1000 (HST) From: David Langford Message-Id: <199709300705.VAA13838@caliban.dihelix.com> To: questions@freebsd.org Subject: freebsd mail list hypermail archive? Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just wondering if anyne has a reasonable hypermail archive of the freebsd mail lists. Thanks, -David Langford langfod@dihelix.com From owner-freebsd-questions Tue Sep 30 00:35:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA09725 for questions-outgoing; Tue, 30 Sep 1997 00:35:07 -0700 (PDT) Received: from caliban.dihelix.com (caliban.dihelix.com [198.180.136.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA09690 for ; Tue, 30 Sep 1997 00:34:59 -0700 (PDT) Received: (from langfod@localhost) by caliban.dihelix.com (8.8.7/8.8.3) id VAA13719; Mon, 29 Sep 1997 21:05:16 -1000 (HST) Date: Mon, 29 Sep 1997 21:05:16 -1000 (HST) From: David Langford Message-Id: <199709300705.VAA13719@caliban.dihelix.com> To: mail@caliban.dihelix.com, questions@freebsd.org Subject: freebsd mail list hypermail archive? Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just wondering if anyne has a reasonable hypermail archive of the freebsd mail lists. Thanks, -David Langford langfod@dihelix.com From owner-freebsd-questions Tue Sep 30 00:50:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA10479 for questions-outgoing; Tue, 30 Sep 1997 00:50:31 -0700 (PDT) Received: from chippie.cgu (diac.cgu.edusurf.nl [194.171.219.194]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA10471 for ; Tue, 30 Sep 1997 00:50:26 -0700 (PDT) Received: from psd@localhost by chippie.cgu id JAA15724; Tue, 30 Sep 1997 09:50:34 +0200 (CEST) Date: Tue, 30 Sep 1997 09:50:33 +0200 (CEST) From: Paul Dekkers To: freebsd-questions@freebsd.org Subject: HELP! TERMCAP Problems? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi I have some problems with my termcap I think, logging in using ncsa telnets, I got two newlines instead of just one newline when pressing enter. E.g. when starting pine I press enter and then I'm already in the first message, starting up an editor results in a first newline... What do I have to do? The TERM-variable is set to vt100 I use FreeBSD 2.2.1 Please reply to paul@cgu.ml.org and paul@gromit.eu.org too, because I'm not subscribed to the list here... Thank you! Paul From owner-freebsd-questions Tue Sep 30 01:42:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA13573 for questions-outgoing; Tue, 30 Sep 1997 01:42:25 -0700 (PDT) Received: from elaine39.Stanford.EDU (elaine39.Stanford.EDU [171.64.15.114]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA13568 for ; Tue, 30 Sep 1997 01:42:22 -0700 (PDT) Received: (from andrsn@localhost) by elaine39.Stanford.EDU (8.8.5/8.8.4) id BAA22287; Tue, 30 Sep 1997 01:41:42 -0700 (PDT) Date: Tue, 30 Sep 1997 01:41:42 -0700 (PDT) From: Annelise Anderson To: Greg Lehey cc: freebsd-questions@FreeBSD.ORG Subject: Re: Network Connection Not Working In-Reply-To: <19970930165424.08430@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Greg Lehey wrote: > On Mon, Sep 29, 1997 at 11:26:02PM -0700, Annelise Anderson wrote: > > Sep 29 20:03:49 andrsn /kernel: 1 3C5x9 board(s) on ISA found at 0x300 > > Sep 29 20:03:49 andrsn /kernel: ep0 at 0x300-0x30f irq 10 on isa > > Sep 29 20:03:49 andrsn /kernel: ep0: aui/utp/bnc[*BNC*] address 00:20:af:be:eb:e0 > > > So here is some output-- my current guess is that wire that goes > > from the Ethernet card connector (10-Base-2) > > 10-Base 2? Your boot message says BNC. How do you configure the > interface? Do you set the link flags specifically? I don't see Well, Nemeth et.al. describes 10BASE2 as "...coaxial cable with BNC connectors...." Maybe that's not the same "BNC." I just know it's not an RJ-45. I don't do anything except what's in rc.conf: ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_ep0="inet 36.33.0.163 netmask 255.255.0.0" ifconfig_ppp0="inet 36.33.0.157 netmask 255.255.255.255" > anything in the ifconfig output above. Check the link flags: I'm not sure what you mean here--checking the link flags. Apparently I'm using the default. > > > -link0 Use the BNC port (default). > > link0 -link1 Use the AUI port. > > link0 link1 Use the UTP port. > > This would suggest that you should be showing LINK0 and LINK1 in the > output above. > > > is broken--does this look consistent with that? And if so, do I > > just cut it and reattach it? > > It's consistent, but it doesn't have to be the right answer. Your > board could have got itself confused--I've seen this happen with the > 3C509, and occasionally I have been able to fix it with the following > sequence: > > # ifconfig ep0 down > # ifconfig ep0 up > > This won't cost you much, and you can do it from where you are > (assuming you haven't gone to bed yet). I tried it--it didn't change anything. Thanks for the quick response. I think I will take my wire cutters to work tomorrow :) > Greg Annelise From owner-freebsd-questions Tue Sep 30 01:45:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA13724 for questions-outgoing; Tue, 30 Sep 1997 01:45:58 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA13719 for ; Tue, 30 Sep 1997 01:45:53 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id SAA26576; Tue, 30 Sep 1997 18:15:29 +0930 (CST) Message-ID: <19970930181529.09285@lemis.com> Date: Tue, 30 Sep 1997 18:15:29 +0930 From: Greg Lehey To: Annelise Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Network Connection Not Working References: <19970930165424.08430@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Annelise Anderson on Tue, Sep 30, 1997 at 01:41:42AM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 30, 1997 at 01:41:42AM -0700, Annelise Anderson wrote: > On Tue, 30 Sep 1997, Greg Lehey wrote: > >> On Mon, Sep 29, 1997 at 11:26:02PM -0700, Annelise Anderson wrote: > >>> Sep 29 20:03:49 andrsn /kernel: 1 3C5x9 board(s) on ISA found at 0x300 >>> Sep 29 20:03:49 andrsn /kernel: ep0 at 0x300-0x30f irq 10 on isa >>> Sep 29 20:03:49 andrsn /kernel: ep0: aui/utp/bnc[*BNC*] address 00:20:af:be:eb:e0 >> >>> So here is some output-- my current guess is that wire that goes >>> from the Ethernet card connector (10-Base-2) >> >> 10-Base 2? Your boot message says BNC. How do you configure the >> interface? Do you set the link flags specifically? I don't see > > Well, Nemeth et.al. describes 10BASE2 as "...coaxial cable with BNC > connectors...." Maybe that's not the same "BNC." I just know it's > not an RJ-45. Right. I'm sleeping. Yes, of course it's the same thing. I tend to use the terms "BNC", "coax", or "RG58" for this, and "10-Base T" for UTP. Thus the confusion. > I don't do anything except what's in rc.conf: > > ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. > ifconfig_ep0="inet 36.33.0.163 netmask 255.255.0.0" > ifconfig_ppp0="inet 36.33.0.157 netmask 255.255.255.255" No, that's fine, it's my misunderstanding. >> This won't cost you much, and you can do it from where you are >> (assuming you haven't gone to bed yet). > > I tried it--it didn't change anything. Thanks for the quick > response. I think I will take my wire cutters to work tomorrow :) I still don't see why you need wire cutters. If this is coax, the two most likely causes are: 1. Somebody tripped over a cable somewhere and split the network into two non-functional halves. 2. Somebody removed a terminator. See if the other machines on the net work first. You may have a fair amount of debugging ahead of you. Greg From owner-freebsd-questions Tue Sep 30 02:02:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA14511 for questions-outgoing; Tue, 30 Sep 1997 02:02:26 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA14489 for ; Tue, 30 Sep 1997 02:02:18 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA27782; Tue, 30 Sep 1997 10:59:45 +0200 (IST) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma027779; Tue Sep 30 10:59:21 1997 Message-ID: <3430BF6C.68C1@barcode.co.il> Date: Tue, 30 Sep 1997 10:59:24 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4u) MIME-Version: 1.0 To: dg@root.com CC: Andrew Westrate , freebsd-questions@FreeBSD.ORG Subject: Re: ftp mirror References: <199709300350.UAA09385@implode.root.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk David Greenman wrote: > > >I'm trying to set up a lan with 30 computers running FreeBSD. We would like > >to set up one machine as a mirror to the ftp site, so that we can do the > >installations from the local computer, but when I tried to find out how to do > >this from the web site, I could only find info on setting up a mirror for the > >web site. > > > >So, how can I mirror the ftp site? > > Most people use the "mirror" software written in perl. I think you can find > it in the FreeBSD ports collection. Another option would be wget (also in the ports). > > -DG > > David Greenman > Core-team/Principal Architect, The FreeBSD Project Nadav From owner-freebsd-questions Tue Sep 30 03:33:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA18367 for questions-outgoing; Tue, 30 Sep 1997 03:33:58 -0700 (PDT) Received: from jupiter.leirianet.pt (jupiter.leirianet.pt [195.23.69.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA18360 for ; Tue, 30 Sep 1997 03:33:50 -0700 (PDT) Received: from vortex.pluriproj.pt ([195.23.69.137]) by jupiter.leirianet.pt (8.7.6/8.7.3) with SMTP id LAA10739; Tue, 30 Sep 1997 11:31:08 +0100 From: jm@pluriproj.pt (Jose Monteiro) To: Doug White Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ifconfig alias Date: Tue, 30 Sep 1997 10:31:52 GMT Organization: Pluriproj Lda. Reply-To: Jose Monteiro Message-ID: <3432d05f.6802656@mail.leirianet.pt> References: In-Reply-To: X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id DAA18362 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk No dia Tue, 23 Sep 1997 22:44:35 -0700 (PDT), escreveu o seguinte: >> How do I use the alias operand in ifconfig? > >ifconfig netmask 255.255.255.255 alias It works perfectly if i do it on the command line, but when i try to set it up in rc.conf doing: ifconfig_ed0="inet A.B.C.138 netmask 255.255.255.224" ifconfig_ed0_alias0="inet A.B.C.139 netmask 255.255.255.255" ifconfig ed0_alias0="inet A.B.C.140 netmask 255.255.255.255" ifconfig ed0_alias0="inet A.B.C.141 netmask 255.255.255.255" Only the first and second IP alias (138, 139) go Up. The others stay down. What am I doing wrong? Jose *--------------Jose Monteiro --------------* | Pluriproj - Redes e Sistemas de Comunicacoes Lda. | | Agente IP em Leiria http://www.pluriproj.pt | *.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·* | Tel: +351 44 8182063 Fax: +351 44 8182061 | | Finger me or search key servers for my PGP public key | *-----------------------------------------------------------* From owner-freebsd-questions Tue Sep 30 05:25:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA22467 for questions-outgoing; Tue, 30 Sep 1997 05:25:01 -0700 (PDT) Received: from ns.russianet.ru (russianet.ru [194.84.155.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA22441; Tue, 30 Sep 1997 05:24:51 -0700 (PDT) Received: (from sergey@localhost) by ns.russianet.ru (8.8.6/8.8.5) id QAA06887; Tue, 30 Sep 1997 16:24:48 +0400 (MSD) From: Sergey Vnotchenko Message-Id: <199709301224.QAA06887@ns.russianet.ru> Subject: Compressed filesystem To: freebsd-questions@FreeBSD.ORG Date: Tue, 30 Sep 1997 16:24:47 +0400 (MSD) Cc: freebsd-fs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello. I'm looking for read/write compressed filesystem for FreeBSD. Where can I get info about any? Thanks, Sergey. From owner-freebsd-questions Tue Sep 30 05:29:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA22668 for questions-outgoing; Tue, 30 Sep 1997 05:29:30 -0700 (PDT) Received: from nice (nice.ncore.soft.net [164.164.42.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA22663 for ; Tue, 30 Sep 1997 05:29:23 -0700 (PDT) Received: from nice1 by nice with smtp (Smail3.1.28.1 #64) id m0xG1FC-0004KrC; Tue, 30 Sep 97 17:47 IST Message-ID: <34314160.3B1636CE@ncore.soft.net> Date: Tue, 30 Sep 1997 18:13:52 +0000 From: Shashank Garg Organization: Ncore Technology Pvt. Ltd. X-Mailer: Mozilla 3.01Gold (X11; I; Linux 2.0.30 i586) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG CC: shanks@ncore.soft.net Subject: Is there a ROMable version of FreeBSD? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gentlemen: Is there a ROMmable version of FreeBSD that can run on a standard PC/AT platform? Where can I locate it? Thank you, Shashank Garg --------------------------------------------------------------------- NCORE Technology Pvt. Ltd., 4F Leo Complex, 44 Residency Cross Road, Bangalore - 560025 (INDIA) Tel: +91-80-558-8257 Fax: +91-80-558-7690 Email: shanks@ncore.soft.net URL: http://www.ncore.soft.net --------------------------------------------------------------------- From owner-freebsd-questions Tue Sep 30 05:51:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA23587 for questions-outgoing; Tue, 30 Sep 1997 05:51:12 -0700 (PDT) Received: from mail.cre8tivegroup.com (abt6.bitwise.net [204.97.222.226]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA23581 for ; Tue, 30 Sep 1997 05:51:06 -0700 (PDT) Received: from [204.255.227.122] by mail.cre8tivegroup.com (SMTPD32-3.04) id A65917430176; Tue, 30 Sep 1997 08:53:45 -0400 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Tue, 30 Sep 1997 08:27:14 -0400 (EDT) Organization: The Creative Group From: Patrick Gardella To: flexfax@celestial.com, questions@freebsd.org Subject: Faxmail error? HELP!!! Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am running Hylafax 4.0pl1 on FreeBSD 2.2.1 on a Pentium 200 with 128 Megs RAM. Sendmail is 8.8.5. Modems are seven Multitech Multimodems 2834ZDX on a Cy clades8Yo multiport serial card. I'm sending this to both the HylaFAX and FreeBSD lists to get input from both parties. I've got a high volume email to fax server set up that processes up to 2500 faxes a day. (1500 is typical.) It takes a while, but works through them. No other major apps are running on the system besides sending faxes. I got a number of the following messages today. ----- The following addresses had permanent fatal errors ----- "|/usr/local/bin/faxmail -d -n joe@202-224-6079" (expanded from: ) ----- Transcript of session follows ----- Cannot fork 554 "|/usr/local/bin/faxmail -d -n joe@202-224-6079"... unknown mailer error 2 All of them had the error code 2 that says "Cannot fork" I've included some stats on the system to provide some clues to what might be happening. /etc/sendmail.cf had MaxDaemonChild and ConnectionRateThrottle commented out, so they are not limiting the number of fork children sendmail has. The kernel is compiled with "maxusers" as 40 giving me 656 processes. SO. What is happening? Which is it that cannot fork? faxmail? or sendmail? What you see here is the limit of my knowledge in this area! Can anyone suggest a fix? Patrick #df Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/wd0a 63567 30929 27553 53% / /dev/wd0s2f 3984516 515008 3150747 14% /usr /dev/wd0s2e 29727 4483 22866 16% /var procfs 4 4 0 100% /proc #top last pid: 22278; load averages: 0.55, 0.74, 0.87 08:45:55 42 processes: 2 running, 39 sleeping, 1 zombie CPU states: 40.1% user, 0.0% nice, 59.9% system, 0.0% interrupt, 0.0% idle Mem: 64M Active, 5508K Inact, 23M Wired, 68K Cache, 3177K Buf, 32M Free Swap: 264M Total, 64K Used, 264M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND 156 root 57 0 2032K 2372K RUN 716:07 39.25% 39.25% faxq 169 root 2 0 540K 728K select 183:03 0.23% 0.23% ppp 22276 root 28 0 304K 856K RUN 0:00 0.21% 0.15% top 22278 root 3 0 556K 1376K cydtr 0:00 0.63% 0.11% faxsend 20139 root 18 0 640K 960K pause 0:00 0.00% 0.00% tcsh 142 root 18 0 500K 812K pause 3:59 0.00% 0.00% httpd 102 root 18 0 332K 448K pause 0:16 0.00% 0.00% cron 22 root 18 0 200K 80K pause 0:00 0.00% 0.00% adjkerntz 1 root 10 0 456K 164K wait 0:05 0.00% 0.00% init 22254 root 3 0 600K 1456K ttyin 0:00 0.00% 0.00% faxsend 22200 root 3 0 576K 1420K ttyin 0:00 0.00% 0.00% faxsend 22277 root 3 0 576K 1420K ttyin 0:00 0.00% 0.00% faxsend 22258 root 3 0 576K 1420K ttyin 0:00 0.00% 0.00% faxsend 214 root 3 0 164K 488K ttyin 0:00 0.00% 0.00% getty 213 root 3 0 164K 488K ttyin 0:00 0.00% 0.00% getty 974 root 3 0 164K 416K ttyin 0:00 0.00% 0.00% getty 210 root 2 0 572K 984K select 0:38 0.00% 0.00% faxgetty From owner-freebsd-questions Tue Sep 30 06:00:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA23997 for questions-outgoing; Tue, 30 Sep 1997 06:00:03 -0700 (PDT) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA23963 for ; Tue, 30 Sep 1997 05:59:56 -0700 (PDT) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id JAA00909 for ; Tue, 30 Sep 1997 09:00:06 -0400 (EDT) Date: Tue, 30 Sep 1997 08:58:45 -0400 (EDT) From: Steve Hovey To: freebsd-questions@freebsd.org Subject: Weird 2.2.2 memory troubles Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I put in 128MB of ram on a 2.2.2RELEASE box. If I dont change the kernel, it runs fine, but sees only 64MB ram. If I put in the maxmem= line and recompile the kernel, it sees the 128MB, but after the device probes, when /bin/sh is invoked to run rc it craps out with an error message saying /bin/sh aborted while running /etc/rc , and gives me the option to press enter for a shell - I press enter and it aborts - I cant get a shell. I had to reboot the other kernel. Any ideas where to look? Is this just a 2.2.2 problem? I have 2.1 and 2.1.5R boxes running news with this at 128MB and they are fine = so Im kinda stumped. From owner-freebsd-questions Tue Sep 30 06:22:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA24939 for questions-outgoing; Tue, 30 Sep 1997 06:22:23 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA24926 for ; Tue, 30 Sep 1997 06:22:18 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id GAA01204; Tue, 30 Sep 1997 06:24:44 -0700 (PDT) Message-Id: <199709301324.GAA01204@implode.root.com> To: Steve Hovey cc: freebsd-questions@FreeBSD.ORG Subject: Re: Weird 2.2.2 memory troubles In-reply-to: Your message of "Tue, 30 Sep 1997 08:58:45 EDT." From: David Greenman Reply-To: dg@root.com Date: Tue, 30 Sep 1997 06:24:44 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I put in 128MB of ram on a 2.2.2RELEASE box. > >If I dont change the kernel, it runs fine, but sees only 64MB ram. > >If I put in the maxmem= line and recompile the kernel, it sees the 128MB, >but after the device probes, when /bin/sh is invoked to run rc it craps >out with an error message saying /bin/sh aborted while running /etc/rc , >and gives me the option to press enter for a shell - I press enter and it >aborts - I cant get a shell. I had to reboot the other kernel. > >Any ideas where to look? Is this just a 2.2.2 problem? I have 2.1 and >2.1.5R boxes running news with this at 128MB and they are fine = so Im >kinda stumped. Sounds like your second bank of 64MB is bad. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Tue Sep 30 07:44:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA29040 for questions-outgoing; Tue, 30 Sep 1997 07:44:05 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA28993 for ; Tue, 30 Sep 1997 07:43:54 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id QAA23204; Tue, 30 Sep 1997 16:43:27 +0200 (MET DST) Date: Tue, 30 Sep 1997 16:43:27 +0200 (MET DST) Message-Id: <199709301443.QAA23204@bitbox.follo.net> From: Eivind Eklund To: Maxim Surdu CC: freebsd-questions@FreeBSD.ORG In-reply-to: Maxim Surdu's message of Mon, 29 Sep 1997 02:50:40 +0300 Subject: Re: Yet another doom question? References: <3.0.32.19970929025040.0069e9f0@100.0.0.2> Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Dear Sirs, > Sorry for bothering you with this question... > I'd like to ask how could I run Doom under 16bpp Xserver > without restarting it in 8bpp mode? > When I sart it now it writes that > it only supports 256 colors and exits...:-( No can do. It only supports 256 colors. (That's due to the implementation of the texture-mapping routines in Doom) Eivind. From owner-freebsd-questions Tue Sep 30 08:20:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA01008 for questions-outgoing; Tue, 30 Sep 1997 08:20:04 -0700 (PDT) Received: from ms11.hinet.net (root@ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA00932 for ; Tue, 30 Sep 1997 08:19:59 -0700 (PDT) Received: from ms11.hinet.net (h183.s155.ts.hinet.net [168.95.155.183]) by ms11.hinet.net (8.8.3/8.8.3) with ESMTP id XAA16145 for ; Tue, 30 Sep 1997 23:21:33 +0800 (CST) Message-ID: <34311826.96C1F654@ms11.hinet.net> Date: Tue, 30 Sep 1997 23:17:58 +0800 From: Doug Lo X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 Newsgroups: comp.unix.bsd.freebsd.misc To: freebsd-questions@FreeBSD.ORG Subject: HELP!!How can I boot from Win95 as 2nd HD under Boot Easy? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I have two hard-disks. one is for FreeBSD 2.2.2-Release and the other is for Win95 OS. FreeBSD is on Primary IDE(master), and it works fine. I want Win95 in the system so I can boot Win95. So I just put my 2nd HD(Win95) on Primary IDE(slave), and reoot, then the boot menu is: F1: DOS F2: BSD F5: disk 2 I press F5, but it boots from DOS not Win95, why? Would anyone know how to solve this problem? Your help will be greatly appreciated. Best regards, Doug. From owner-freebsd-questions Tue Sep 30 08:23:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA01179 for questions-outgoing; Tue, 30 Sep 1997 08:23:58 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA01170 for ; Tue, 30 Sep 1997 08:23:50 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id RAA23316; Tue, 30 Sep 1997 17:23:20 +0200 (MET DST) Date: Tue, 30 Sep 1997 17:23:20 +0200 (MET DST) Message-Id: <199709301523.RAA23316@bitbox.follo.net> From: Eivind Eklund To: fisher@infopro.spb.su CC: freebsd-questions@FreeBSD.ORG In-reply-to: ppfisher's message of Tue, 30 Sep 1997 02:10:19 -0700 Subject: Re: CVS References: <3430C1FB.73F8@infopro.spb.su> Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > What tag I must apply in cvs-supfile on FreeBSD 2.2.2 ? To get exactly 2.2.2, RELENG_2_2_2_RELEASE. To get 2.2-stable, RELENG_2_2. Eivind. From owner-freebsd-questions Tue Sep 30 08:25:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA01319 for questions-outgoing; Tue, 30 Sep 1997 08:25:07 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA01299 for ; Tue, 30 Sep 1997 08:24:58 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id RAA23322; Tue, 30 Sep 1997 17:24:31 +0200 (MET DST) Date: Tue, 30 Sep 1997 17:24:31 +0200 (MET DST) Message-Id: <199709301524.RAA23322@bitbox.follo.net> From: Eivind Eklund To: Jose Monteiro CC: freebsd-questions@FreeBSD.ORG In-reply-to: jm@pluriproj.pt's message of Mon, 29 Sep 1997 15:24:42 GMT Subject: Re: patched sysinstall References: <3446c808.25562116@mail.leirianet.pt> Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hi, > > Where can I find a patched sysinstall? One that doesn't scramble > rc.conf? Boot from a boot-floppy from releng22.freebsd.org, and grab it from there (yes, I know it is a hassle) Eivind. From owner-freebsd-questions Tue Sep 30 08:46:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA02544 for questions-outgoing; Tue, 30 Sep 1997 08:46:29 -0700 (PDT) Received: from mail.inreach.com ([205.138.224.216]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA02539 for ; Tue, 30 Sep 1997 08:46:25 -0700 (PDT) Received: from jbgarcia (ppp10170.la.inreach.net [206.18.112.170]) by mail.inreach.com (8.8.6/8.8.6/(InReach)) with SMTP id IAA04255 for ; Tue, 30 Sep 1997 08:46:09 -0700 (PDT) Message-Id: <3.0.1.32.19970930085314.0068d624@inreach.com> X-Sender: jbgarcia@inreach.com X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Tue, 30 Sep 1997 08:53:14 -0700 To: freebsd-questions@FreeBSD.ORG From: Joey Garcia Subject: pkg_add questions Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hey freebsd gurus! I have a question about the pkg_add tool. I have added some packages from cdrom that I had copied to dos partition because my cdrom isn't supported. Anyways, the problem is that the packages are installed into /usr/local/bin or /usr/local/whatever. I believe that something such as shells should extract to /bin and other binaries should go to /usr/bin. Well, at least that's the way I'd like to extract. How can I change it so that when the packages are installed by using pkg_add the packages install into either /usr/bin or /bin, or whatevever approprite directory it should be? It's not only the binary, but other files get installed into /usr/local/share or whatever. I'd like it to go to /usr/share. Bascially, I'd like to keep most things in one place. If you know wha I mean. How can I go by doing that? Is there something I can change in some file that makes it do that? BEAR From owner-freebsd-questions Tue Sep 30 08:52:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA02962 for questions-outgoing; Tue, 30 Sep 1997 08:52:06 -0700 (PDT) Received: from mail.virginia.edu (mail.Virginia.EDU [128.143.2.9]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA02918 for ; Tue, 30 Sep 1997 08:52:00 -0700 (PDT) Received: from ares.cs.virginia.edu by mail.virginia.edu id aa02609; 30 Sep 97 11:51 EDT Received: from stretch.cs.virginia.edu (atf3r@stretch-fo.cs.Virginia.EDU [128.143.136.14]) by ares.cs.Virginia.EDU (8.8.5/8.8.5) with ESMTP id LAA01861; Tue, 30 Sep 1997 11:51:24 -0400 (EDT) Received: (from atf3r@localhost) by stretch.cs.virginia.edu (8.8.5/8.8.5) id LAA02915; Tue, 30 Sep 1997 11:51:23 -0400 (EDT) Date: Tue, 30 Sep 1997 11:51:22 -0400 (EDT) From: "Adrian T. Filipi-Martin" Reply-To: adrian@virginia.edu To: Joe "Marcus" Clarke cc: Kwoody , freebsd-questions@freebsd.org Subject: Re: port 6000 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Joe "Marcus" Clarke wrote: > X listens at 6000. > > Joe Clarke > > On Sun, 28 Sep 1997, Kwoody wrote: > > > > > Did a netstat -a see that something is listening on port 6000...what > > might that be? Telnetted to it but didt get anything. Anyone? > > > > thanks Right. A good place to identify serivices on ports is to look in /etc/services. It lists all "well known" service ports. You will find X in there at 6000-6063. BTW, anyone have any idea why these entries are commented out? Adrian -- adrian@virginia.edu ---->>>>| If I were stranded on a desert island, and System Administrator --->>>| I could only have one OS for my computer, Neurosurgical Visualzation Lab -->>| it would be FreeBSD. Think about it..... http://www.nvl.virginia.edu/ ->| http://www.freebsd.org/ From owner-freebsd-questions Tue Sep 30 08:55:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA03107 for questions-outgoing; Tue, 30 Sep 1997 08:55:08 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA03101 for ; Tue, 30 Sep 1997 08:55:06 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id IAA22908; Tue, 30 Sep 1997 08:54:39 -0700 (PDT) Date: Tue, 30 Sep 1997 08:54:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Avionics cc: support@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <1.5.4.16.19970929081030.1fd77838@blr.vsnl.net.in> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Avionics wrote: > Dear Sir/Madam > > I am trying to install Freebsd on my computer.I have partitioned the hard > disk into two partitions, using FIPS. One of these I did a format /s on, to > be able to boot into DOS. I am unable to load Freebsd from the CDROM since > it is not being detected.(I think the reason could be that it is a 12x ATAPI > IDE CDROM ).I have the dos drivers for the CD, and copied the contents of > the whole CD onto a directory on the DOS partition called Freebsd. I then > tried loading bsd from the DOS partition, but it says : > > Write failed ( -1 bytes copied of 1024 ) > > What do I do?? Please hop over to the ALT-F2 console when this happens and record any error messages there. (Press ALT-F1 to get back to the menu system.) This error message is generic, there will be more detail on the debug console. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 08:58:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA03360 for questions-outgoing; Tue, 30 Sep 1997 08:58:02 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA03353 for ; Tue, 30 Sep 1997 08:57:56 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id IAA22915; Tue, 30 Sep 1997 08:57:53 -0700 (PDT) Date: Tue, 30 Sep 1997 08:57:53 -0700 (PDT) From: Doug White Reply-To: Doug White To: Michelle Brownsworth cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adding second drive In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Michelle Brownsworth wrote: > I added a second drive, an IDE to be used for backups, using disklabel -r > -w wd0 auto, newfs /dev/rwd0c, and mount /dev/wd0. The system issues the > following complaint: > > wd0: invalid primary partition table: no magic > wd0: invalid primary partition table: no magic > > I'm sure this is a common refrain for you guys. After coming up empty with > the Handbook and FAQ, I searched the mailing list archives on this problem > and got plenty of hits, messages posted by people having exactly the same > problem as I am, but there were absolutely no messages with an answer. > Zip. Nada. I'm forced to impose the question on you guys, so you can > answer it for the eleventeenth time. You must have missed the tutorials; my disk formatting docs are in there. :) > Oddly enough, I did the same disklabel, newfs, mount as above on a drive > added to another server the other day and it was fine; no "invalid primary > partition table: no magic" message. Go figure. That message is normal when creating disks; there's no primary partition table to read. I think this message has actually been disabled in -current because of the confusion it causes. You should be able to mount /dev/wd0c now. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 09:04:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA03738 for questions-outgoing; Tue, 30 Sep 1997 09:04:08 -0700 (PDT) Received: from fh102.infi.net (fh102.infi.net [208.131.160.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA03720 for ; Tue, 30 Sep 1997 09:04:01 -0700 (PDT) Received: from 100f1_hoffman (pa4dsp16.1v5.infi.net [208.129.61.112]) by fh102.infi.net (8.8.5/8.8.5) with SMTP id MAA31322 for ; Tue, 30 Sep 1997 12:03:54 -0400 (EDT) Message-ID: <34312261.52CE@bouldernews.infi.net> Date: Tue, 30 Sep 1997 10:01:37 -0600 From: Mark Hoffman Reply-To: bouldernews.infi.net@fh102.infi.net Organization: MojoChipTryb X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: kernel make errors Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk When I compiled to use an Intel Etherexpress 16 network card, I added the line to my kernel config file just like the handbook says. When I compiled it, I got the error: Loading Kernel ioconf.o: Undefined symbol '_ixdriver' referneced from data segment ioconf.o: Undefined symbol '_ixintr' referenced from data segment Also, when I tried to compile in support for my Soundblaster 16, I got similar errors for something related to midi. Unfortunately, I didn't write these down. If you can help, I would appreciate it. Thanks, Mark From owner-freebsd-questions Tue Sep 30 09:17:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA04456 for questions-outgoing; Tue, 30 Sep 1997 09:17:24 -0700 (PDT) Received: from hpicel.hp.is (hpicel.hp.is [193.4.28.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA04447 for ; Tue, 30 Sep 1997 09:17:19 -0700 (PDT) Received: from xo.hp.is (ra@xo.hp.is [193.4.28.118]) by hpicel.hp.is with ESMTP (8.8.7/8.8.7) id QAA06856 for ; Tue, 30 Sep 1997 16:17:15 GMT Received: by xo.hp.is (8.8.7/HP/17-01-97); Tue, 30 Sep 1997 16:17:15 GMT Message-ID: <19970930161715.27100@hp.is> Date: Tue, 30 Sep 1997 16:17:15 +0000 From: Richard Allen To: freebsd-questions@freebsd.org Subject: Path MTU Discovery in FreeBSD ? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In short, I'd like to disable MTU Discovery completly in FreeBSD 2.2.2 If anybody has any info for me on how thats done, please drop me a line. (I'm not subscribing to this list) -- Rikki From owner-freebsd-questions Tue Sep 30 09:28:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA05019 for questions-outgoing; Tue, 30 Sep 1997 09:28:54 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA05014 for ; Tue, 30 Sep 1997 09:28:51 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA22969; Tue, 30 Sep 1997 09:28:40 -0700 (PDT) Date: Tue, 30 Sep 1997 09:28:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: Reed Lai cc: FreeBSD Questions Subject: Re: Cannot use F1 at BootManager In-Reply-To: <3.0.32.19970929223335.009c87d8@ms4.hinet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Reed Lai wrote: > I install FreeBSD 2.2.1 into my 486-66 w/2 hard disks without trouble. > Then I reboot system after the installation is completed. The > BootManager displays follow message: > F1 ... BSD > F5 ... disk2 > Default: F? > I enter F1, but BootManager always echoes "F?". I try keys F2 to F5, > they are no problem. However, I can use F1 in installation period, but > I cannot use it at BootManager. Is there something wrong in KeyMap? I > re-install 6 times, even select a different KeyMap, but BootManager > always echoes F? for F1. How can I fix this problem? The problem is that FreeBSD is mis-detecting the geometry of your disk. To fix this: 1. Delete the FreeBSD slice from DOS FDISK. 2. Create a small primary DOS partition on the disk. 3. Install FreeBSD, deleting the DOS primary slice in the fdisk editor. 4. Booteasy should now work. Do you actually have any OS's on your second disk? If not, then you don't need the boot manager. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 09:33:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA05374 for questions-outgoing; Tue, 30 Sep 1997 09:33:27 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA05354; Tue, 30 Sep 1997 09:33:18 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA22976; Tue, 30 Sep 1997 09:33:04 -0700 (PDT) Date: Tue, 30 Sep 1997 09:33:03 -0700 (PDT) From: Doug White Reply-To: Doug White To: Sergey Vnotchenko cc: freebsd-questions@FreeBSD.ORG, freebsd-fs@FreeBSD.ORG Subject: Re: Compressed filesystem In-Reply-To: <199709301224.QAA06887@ns.russianet.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Sergey Vnotchenko wrote: > I'm looking for read/write compressed filesystem for FreeBSD. > Where can I get info about any? I don't know if any exists at current, but try asking hackers@freebsd.org and/or fs@freebsd.org. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 09:59:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA07069 for questions-outgoing; Tue, 30 Sep 1997 09:59:56 -0700 (PDT) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA07038 for ; Tue, 30 Sep 1997 09:59:15 -0700 (PDT) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id QAA09378; Tue, 30 Sep 1997 16:58:40 GMT Date: Tue, 30 Sep 1997 09:58:40 -0700 (PDT) From: Dan Busarow To: Jose Monteiro cc: freebsd-questions@FreeBSD.ORG Subject: Re: ifconfig alias In-Reply-To: <3432d05f.6802656@mail.leirianet.pt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Jose Monteiro wrote: > ifconfig_ed0="inet A.B.C.138 netmask 255.255.255.224" > ifconfig_ed0_alias0="inet A.B.C.139 netmask 255.255.255.255" > ifconfig ed0_alias0="inet A.B.C.140 netmask 255.255.255.255" > ifconfig ed0_alias0="inet A.B.C.141 netmask 255.255.255.255" > > Only the first and second IP alias (138, 139) go Up. The others stay > down. Make the additional aliases alias1, alias2, etc... Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 From owner-freebsd-questions Tue Sep 30 10:12:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA07819 for questions-outgoing; Tue, 30 Sep 1997 10:12:02 -0700 (PDT) Received: from worldcontrol.com ([209.66.69.226]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA07758 for ; Tue, 30 Sep 1997 10:11:52 -0700 (PDT) Received: (qmail 434 invoked by uid 100); 30 Sep 1997 17:11:24 -0000 Message-ID: <19970930101122.39725@top.worldcontrol.com> Date: Tue, 30 Sep 1997 10:11:22 -0700 From: Brian Litzinger To: freebsd-questions@freebsd.org Subject: opps accidentally upgraded from 2.2.2 -> 2.1-stable Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I installed a 2.2.2 system and then planned to upgrade to -stable. By -stable I was thinking 2.2-stable. So I cvsup -L 2 -g /usr/share/examples/cvsup/stable-supfile make world built and booted new kernel Much to my surprise I now had a 2.1-stable system. Looking through the website I find the correct supfile for the 2.2-stable and repaired everything. However, shouldn't the stable-supfile that was loaded with the 2.2.2 distribution have been for the 2.2-stable instead of the 2.1-stable? -- brian From owner-freebsd-questions Tue Sep 30 10:15:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA07976 for questions-outgoing; Tue, 30 Sep 1997 10:15:07 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA07971 for ; Tue, 30 Sep 1997 10:15:05 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA23013; Tue, 30 Sep 1997 10:15:00 -0700 (PDT) Date: Tue, 30 Sep 1997 10:15:00 -0700 (PDT) From: Doug White Reply-To: Doug White To: Patrick Gardella cc: flexfax@celestial.com, questions@FreeBSD.ORG Subject: Re: Faxmail error? HELP!!! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Patrick Gardella wrote: > I am running Hylafax 4.0pl1 on FreeBSD 2.2.1 on a Pentium 200 with 128 Megs > RAM. Sendmail is 8.8.5. Modems are seven Multitech Multimodems 2834ZDX on a Cy > clades8Yo multiport serial card. I'm sending this to both the HylaFAX and > FreeBSD lists to get input from both parties. OK, scratch login.conf. > All of them had the error code 2 that says "Cannot fork" > > I've included some stats on the system to provide some clues to what > might be happening. You're running out of processes per child. Try rebuilding your kernel with the following options: options CHILD_MAX=128 options OPEN_MAX=128 You might try just rebooting too. I'd have to see a ps -ax to get a sense of what's going on. hylafax may be leaking memory or file descriptors. > The kernel is compiled with "maxusers" as 40 giving me 656 processes. That is somewhat loose; the above variables control this much more directly. Hm, there was one zombie process. You might want to keep track of those and make sure they don't get too numerous. A zombie process is one that's waiting for it's parent to recognize that it's dead. If big apps (like faxmail or anything fax related) is getting stuck, it doesn't release it's resources until it's postiviely dead. They're generally caused by programing errors related to not understanding the BSD process model. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 10:26:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA08449 for questions-outgoing; Tue, 30 Sep 1997 10:26:13 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA08441 for ; Tue, 30 Sep 1997 10:26:06 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id KAA23020; Tue, 30 Sep 1997 10:22:07 -0700 (PDT) Date: Tue, 30 Sep 1997 10:22:07 -0700 (PDT) From: Doug White Reply-To: Doug White To: Sunthiti Patchararungruang cc: freebsd-questions@FreeBSD.ORG Subject: Re: FreeBSD Questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Sunthiti Patchararungruang wrote: > I am using FreeBSD 2.2 with Wu-ftpd2.4.2, Samba, and Apache > from BSD package. The ftp server often generates message "ftpd[______] : > exiting on signal 11". I don't know the source of the problem. Is this 2.2.0 or 2.2.2? This is either a misconfiguration or you have some bad memory creeping around. > Moreover, when I login at the console more than 2 sessions, I > cannot use command "man" because it always has error "cannot fork". This > error isn't occured when I use telnet instead. However, even the "man" > error message occured, I can create another login session from console > without error. Therefore, I think it does not come from the memory or > process table full. What should I do? > Another error is come from fingerd, it is "fingerd[_____] : fork: > Resource temporarily unavailable". I also don't know what I sould do. If you're running 2.2.2, the limits for your login are set too low in /etc/login.conf. Try bumping up the limits. If you're running 2.2.0, run ps -ax and make sure something hasn't gone hog wild. > > CPU 486DX2-66 > MEM 16MB > SWAP 40MB > > I compiled with: > option MaxUsers 40 maxusers isn't an option; it's a directive. I assume you just changed maxusers 16 to maxusers 40 in your kernel config. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 11:21:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA11439 for questions-outgoing; Tue, 30 Sep 1997 11:21:42 -0700 (PDT) Received: from peeper.my.domain ([208.128.8.69]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA11434 for ; Tue, 30 Sep 1997 11:21:37 -0700 (PDT) Received: (from tom@localhost) by peeper.my.domain (8.8.7/8.7.3) id NAA01134; Tue, 30 Sep 1997 13:21:36 -0500 (CDT) Message-ID: <19970930132105.01150@my.domain> Date: Tue, 30 Sep 1997 13:21:05 -0500 From: Tom Jackson To: freebsd-questions@FreeBSD.ORG Subject: Re: gv unable to load any useable fontset References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: ; from Greg Pavelcak on Mon, Sep 29, 1997 at 06:30:12PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Sep 29, 1997 at 06:30:12PM -0400, Greg Pavelcak wrote: > I had gv working before. I am running current as of about 9/24 now > and have no idea what I did differently. Fonts are in > /usr/local/share/texmf/fonts. xdvi runs kpathsea and comes up with > my file on the screen, but nevertheless produces the message "cannot > load any useable font set" also. Seyon does too. gv gives the message, > comes up with the screen with buttons etc. but no file to read. > Anyone have any ideas how I can fix this. I'm writing my dissertation > and sccreen previewing is kind of important. > > Thanks. > > Greg > > > Maybe that mkfontdir thingy Tom From owner-freebsd-questions Tue Sep 30 11:23:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA11521 for questions-outgoing; Tue, 30 Sep 1997 11:23:56 -0700 (PDT) Received: from ptway.com (apollo.ptway.com [199.176.148.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA11513 for ; Tue, 30 Sep 1997 11:23:45 -0700 (PDT) Received: from brianjr.haskin.org (115R1.ptway.com [199.176.148.58]) by ptway.com (8.7.1/3.4W4-PTWAY-sco-ODT3.0) with ESMTP id OAA19175; Tue, 30 Sep 1997 14:16:14 -0400 (EDT) Message-ID: <34314373.B668F08E@ptway.com> Date: Tue, 30 Sep 1997 14:22:43 -0400 From: Brian Haskin X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: FreeBSD-Questions CC: Brian Haskin Subject: install: unknown group network X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk While doing a make world it stopped with, ===> usr.sbin/ppp install -c -w -o root -g network -m486 ppp /usr/sbin install: unknown group network *** Error code 67 Stop. *** Error code 1 ... My base system is 2.2.2-RELEASE and the sources are 2.2.2-STABLE. I don't think that I fooled with any of the groups or anything that should affect this. Also if this is because of a change between RELEASE and STABLE are there any more gotcha's. Thank you, Brian Haskin p.s. please CC me with responses as I'm not currently subsribed to questions. From owner-freebsd-questions Tue Sep 30 11:24:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA11666 for questions-outgoing; Tue, 30 Sep 1997 11:24:59 -0700 (PDT) Received: from unix.nmarcom.com (root@host-034.nmarcom.com [207.181.124.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA11565; Tue, 30 Sep 1997 11:24:03 -0700 (PDT) Received: from [207.181.124.43] (host-043.nmarcom.com [207.181.124.43]) by unix.nmarcom.com (8.8.7/8.8.5) with ESMTP id OAA17528; Tue, 30 Sep 1997 14:23:44 -0400 (EDT) X-Sender: thelab@mail.nmarcom.com Message-Id: In-Reply-To: <199709301113.NAA03022@ocean.campus.luth.se> References: <28439.875567518@time.cdrom.com> from "Jordan K. Hubbard" at "Sep 29, 97 02:11:58 pm" Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Date: Tue, 30 Sep 1997 14:23:41 -0400 To: Mikael Karpberg , jkh@time.cdrom.com (Jordan K. Hubbard), freebsd-questions@freebsd.org, freebsd-security@freebsd.org From: Will Mitayai Keeso Rowe Subject: Re: cvs commit: src/etc make.conf Cc: cvs-committers@freebsd.org, cvs-all@freebsd.org, cvs-etc@freebsd.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id LAA11567 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk [moved out of cvs-all to questions & security, which are likely more relevant to discussions.] At 07:13 -0400 1997/09/30, Mikael Karpberg wrote: >According to Jordan K. Hubbard: >> > > Document the ever decreasingly popular USA_RESIDENT variable. >> > Could this be set by sysinstall? >> Eek, no. There are too many variables there already - it needs to be >> settable, yes, but through a "ports configuration" submenu in the new >> setup(1) utility which is coming Real Soon Now, yup! ;-) > >Speaking of which... > >I hope the new utilities wont be as dump about it. When you install the >system you should be able to choose any site to get it from, and choose >any distribution, including DES, etc. When you then "commit", a check is >done to see if you have chosen DES, or such distributions, and the selected >site is not in the known free world (i.e. it's an unknown site ("other URL"), >or a US site). If that's the case, sysinstall will have to throw a requester >up and ask "Are you currently within US?" (or something), and if the answer >is "no", always try and fetch the "Dangerous parts" (DES, etc) from a list >of sites known to be "pure" (internat.freebsd.org, etc). The rest of the >dists selected should be fetched from the selected site. Possibly you have >to give the user a choise of using his "other site" for DES too, if he's >not on the net, or on a very slow line, but has a local server which has >a mirror or some ftp site. > >The anwer on the requester should probably go into make.conf automatically >too, though. That shouldn't be hard to do. > > /Mikael Ok, yet another thread on this... I'm somewhat confused about tis whole USA_RESIDENT thing. The more i reaseach, the more i seem to wonder if Canadian Residents can also use the USA_RESIDENT stuff without feeling guilty about it or having the Men in Black show up on their doorstep. Is it ok for me to generally consider USA_RESIDENT to mean US_OR_CA_RESIDENT? Or is it a package-by-package thing? The whole lifting of export restrictions between the US and Canada seems to be an odd, poorly documented thing, which is annoying since several of the US cryptology routines were developed by canadians in the first place. :( -Mit From owner-freebsd-questions Tue Sep 30 12:29:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA15730 for questions-outgoing; Tue, 30 Sep 1997 12:29:28 -0700 (PDT) Received: from andrsn.stanford.edu (root@andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA15720 for ; Tue, 30 Sep 1997 12:29:23 -0700 (PDT) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id MAA02392; Tue, 30 Sep 1997 12:28:30 -0700 (PDT) Date: Tue, 30 Sep 1997 12:28:29 -0700 (PDT) From: Annelise Anderson To: Greg Lehey cc: freebsd-questions@FreeBSD.ORG Subject: Re: Network Connection Not Working In-Reply-To: <19970930181529.09285@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Greg Lehey wrote: > > I still don't see why you need wire cutters. If this is coax, the two > most likely causes are: > > 1. Somebody tripped over a cable somewhere and split the network into > two non-functional halves. > 2. Somebody removed a terminator. > > See if the other machines on the net work first. You may have a fair > amount of debugging ahead of you. > > Greg No other machines on the network were up either--it turned out to be a broken cable. Thanks-- Annelise From owner-freebsd-questions Tue Sep 30 12:53:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA17512 for questions-outgoing; Tue, 30 Sep 1997 12:53:25 -0700 (PDT) Received: from mail10.voicenet.com (mail10.voicenet.com [207.103.0.6]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA17472 for ; Tue, 30 Sep 1997 12:52:41 -0700 (PDT) Received: (qmail 1017 invoked from network); 30 Sep 1997 19:52:17 -0000 Received: from rotary842-pri.voicenet.com (HELO athena.ferraro.net) (207.103.143.156) by mail10.voicenet.com with SMTP; 30 Sep 1997 19:52:17 -0000 Received: from localhost (chris@localhost) by athena.ferraro.net (8.8.7/ATHENA-8.8.7) with SMTP id PAA00561; Tue, 30 Sep 1997 15:43:35 -0400 (EDT) Date: Tue, 30 Sep 1997 15:43:35 -0400 (EDT) From: Chris Reply-To: Chris To: Brian Somers cc: questions@freebsd.org Subject: Re: PPP problems In-Reply-To: <199709280358.EAA09830@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Brian Somers wrote: > > Would you be able to use ``ktrace'' (use the -p switch to attach to > the running ppp) when this is happening ? I'd be interested to see > what ppp thinks it's doing at the time :-| > > Hmm, a kdump is definitely in order. You may want also to verify that > your routing table (netstat -rn) is the same when the link is working > as when it's not. I did a ktrace and kdump on ppp. Here is some (a small part) of the output. 22603 ppp CALL sigreturn(0xefbfd018) 22603 ppp RET sigreturn JUSTRETURN 22603 ppp CALL select(0x5,0xefbfd8e8,0xefbfd8c8,0xefbfd8a8,0) 22603 ppp PSIG SIGALRM caught handler=0x15310 mask=0x0 code=0x0 22603 ppp RET select -1 errno 4 Interrupted system call 22603 ppp CALL sigreturn(0xefbfd018) 22603 ppp RET sigreturn JUSTRETURN > Check the man page. It's controlled by sysctl (in /etc/ > syslogd.conf). Search for syslog in the man page and you'll find a > sample entry. > > If ppp completes building and installing, it suggests that this is > one of the things you may have to change :-) > > > > You can then find out if the traffic is actually going out or not. > > > Of course if you have an external modem, you can probably just look > > > at the TX light. > > > > I have an internal modem. > > Oh well :-| > > [.....] > > Thank you, > > > > Chris > > > > -- > Brian , , > > Don't _EVER_ lose your sense of humour.... > > > From owner-freebsd-questions Tue Sep 30 13:18:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA19317 for questions-outgoing; Tue, 30 Sep 1997 13:18:50 -0700 (PDT) Received: from chain.freebsd.os.org.za (oTB349KoX8a2+v7k6AYxqbNvU/MtvVjV@chain.iafrica.com [196.7.74.174]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA19248 for ; Tue, 30 Sep 1997 13:18:15 -0700 (PDT) Received: (from khetan@localhost) by chain.freebsd.os.org.za (8.8.7/8.8.7) id WAA00833 for questions@freebsd.org; Tue, 30 Sep 1997 22:16:29 +0200 (SAT) Date: Tue, 30 Sep 1997 22:16:29 +0200 (SAT) From: "Khetan H. Gajjar" Message-Id: <199709302016.WAA00833@chain.freebsd.os.org.za> To: questions@freebsd.org Subject: Broken IDE drive ? Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi. I've got a seriously broken IDE drive. When I try to mount a partition on it, it says : Sep 30 22:13:59 chain /kernel: wd0s2b: hard error reading fsbn 16 of 16-31 (wd0s 2 bn 16; cn 0 tn 0 sn 16)wd0: status 59 error 40 Is there any way to recover, or force mount to mount the drive ? I tried mount -f, but that didn't do much. TIA. Khetan Gajjar. From owner-freebsd-questions Tue Sep 30 13:19:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA19426 for questions-outgoing; Tue, 30 Sep 1997 13:19:48 -0700 (PDT) Received: from mail.cre8tivegroup.com (abt6.bitwise.net [204.97.222.226]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA19419 for ; Tue, 30 Sep 1997 13:19:43 -0700 (PDT) Received: from [204.255.227.60] by mail.cre8tivegroup.com (SMTPD32-3.04) id AF9A5DA001E8; Tue, 30 Sep 1997 16:22:50 -0400 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Tue, 30 Sep 1997 16:13:46 -0400 (EDT) Organization: The Creative Group From: Patrick Gardella To: Doug White Subject: Re: Faxmail error? HELP!!! Cc: questions@FreeBSD.ORG, flexfax@celestial.com Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 30-Sep-97 Doug White wrote: >On Tue, 30 Sep 1997, Patrick Gardella wrote: > >> I am running Hylafax 4.0pl1 on FreeBSD 2.2.1 on a Pentium 200 with 128 Megs >> RAM. Sendmail is 8.8.5. Modems are seven Multitech Multimodems 2834ZDX on a Cy >> clades8Yo multiport serial card. I'm sending this to both the HylaFAX and >> FreeBSD lists to get input from both parties. > >OK, scratch login.conf. > >> All of them had the error code 2 that says "Cannot fork" >> >> I've included some stats on the system to provide some clues to what >> might be happening. > >You're running out of processes per child. > >Try rebuilding your kernel with the following options: > >options CHILD_MAX=128 >options OPEN_MAX=128 > >You might try just rebooting too. I'd have to see a ps -ax to get a sense >of what's going on. hylafax may be leaking memory or file descriptors. I've done this and will see what happens (kernel and reboot). It may take a while to have this problem come up again, since this did not happen until after almost 1 1/2 months of continuous running without a reboot. >> The kernel is compiled with "maxusers" as 40 giving me 656 processes. > >That is somewhat loose; the above variables control this much more >directly. > >Hm, there was one zombie process. You might want to keep track of those >and make sure they don't get too numerous. A zombie process is one that's >waiting for it's parent to recognize that it's dead. If big apps (like >faxmail or anything fax related) is getting stuck, it doesn't release it's >resources until it's postiviely dead. They're generally caused by >programing errors related to not understanding the BSD process model. The zombie processes have diappeared, by the time I went in to copy down the ps -ax data. I did see that they were (hfaxd) and (faxq), before when I first did ps -ax. I'll keep everyone up to date. Thanks Doug. Patrick P.S. Doug, is maxusers ok at 40? Or is there a better value? From owner-freebsd-questions Tue Sep 30 13:31:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA20212 for questions-outgoing; Tue, 30 Sep 1997 13:31:57 -0700 (PDT) Received: from norden1.com (norden1.com [192.153.35.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA20202 for ; Tue, 30 Sep 1997 13:31:52 -0700 (PDT) Received: from hometeam.techpower.net (hometeam@techpower.net [206.244.73.241]) by norden1.com (8.8.7/8.8.7) with ESMTP id QAA07582; Tue, 30 Sep 1997 16:29:35 -0400 (EDT) Received: from localhost (hometeam@localhost) by hometeam.techpower.net (8.8.7/8.8.5) with SMTP id MAA00379; Tue, 30 Sep 1997 12:30:31 -0400 (EDT) Date: Tue, 30 Sep 1997 12:30:31 -0400 (EDT) From: "Albert H." To: Brian Haskin cc: FreeBSD-Questions Subject: Re: install: unknown group network In-Reply-To: <34314373.B668F08E@ptway.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Just add group network and everything will be fine. On Tue, 30 Sep 1997, Brian Haskin wrote: > While doing a make world it stopped with, > > ===> usr.sbin/ppp > install -c -w -o root -g network -m486 ppp /usr/sbin > install: unknown group network > *** Error code 67 > > Stop. > *** Error code 1 > ... > > My base system is 2.2.2-RELEASE and the sources are 2.2.2-STABLE. I > don't think that I fooled with any of the groups or anything that should > affect this. Also if this is because of a change between RELEASE and > STABLE are there any more gotcha's. > > Thank you, > Brian Haskin > > p.s. please CC me with responses as I'm not currently subsribed to > questions. > From owner-freebsd-questions Tue Sep 30 13:57:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA21589 for questions-outgoing; Tue, 30 Sep 1997 13:57:06 -0700 (PDT) Received: from mail.uniserve.com (dns1-van.uniserve.com [204.244.163.48]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA21583; Tue, 30 Sep 1997 13:56:57 -0700 (PDT) Received: from shell.uniserve.com [204.244.210.252] by mail.uniserve.com with smtp (Exim 1.70 #1) id 0xG9Ky-0005bU-00; Tue, 30 Sep 1997 13:56:08 -0700 Date: Tue, 30 Sep 1997 13:56:05 -0700 (PDT) From: Tom To: Will Mitayai Keeso Rowe cc: Mikael Karpberg , "Jordan K. Hubbard" , freebsd-questions@freebsd.org, freebsd-security@freebsd.org Subject: Re: cvs commit: src/etc make.conf In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Will Mitayai Keeso Rowe wrote: > I'm somewhat confused about tis whole USA_RESIDENT thing. The more i > reaseach, the more i seem to wonder if Canadian Residents can also use the > USA_RESIDENT stuff without feeling guilty about it or having the Men in > Black show up on their doorstep. Is it ok for me to generally consider > USA_RESIDENT to mean US_OR_CA_RESIDENT? Or is it a package-by-package thing? > > The whole lifting of export restrictions between the US and Canada seems to > be an odd, poorly documented thing, which is annoying since several of the > US cryptology routines were developed by canadians in the first place. :( There are two issues: - copyrights - export restriction on cyrpto Stuff that uses RSA is (like pgp) under copyright in the US. This copyright does not seem to apply to Canada, so I always use the "international" (I find it more straightford to build) version of pgp. I peronsonally think that you'd want to set USA_RESIDENT to no, whenever possible, just because the build process is generally less complex. > -Mit Tom From owner-freebsd-questions Tue Sep 30 14:56:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA24518 for questions-outgoing; Tue, 30 Sep 1997 14:56:38 -0700 (PDT) Received: from cyrus.watson.org (robert@AMALTHEA.RES.CMU.EDU [128.2.91.57]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA24511 for ; Tue, 30 Sep 1997 14:56:34 -0700 (PDT) Received: from localhost (robert@localhost) by cyrus.watson.org (8.8.5/8.8.5) with SMTP id RAA01810 for ; Tue, 30 Sep 1997 17:57:01 -0400 (EDT) Date: Tue, 30 Sep 1997 17:57:01 -0400 (EDT) From: Robert Watson Reply-To: Robert Watson To: questions@freebsd.org Subject: Tar does not preserve sticky bit Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk tar -cvpf - /homec | tar -xvpf - Did not preserve the sticky bit on a tmp directory. Is there a way to force tar to preserve that bit, or is that no included by the "preserve permissions" flag? :) Thanks Robert N Watson Junior, Logic+Computation, Carnegie Mellon University http://www.cmu.edu/ Network Administrator, SafePort Network Services http://www.safeport.com/ robert@fledge.watson.org rwatson@safeport.com http://www.watson.org/~robert/ From owner-freebsd-questions Tue Sep 30 15:05:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA24915 for questions-outgoing; Tue, 30 Sep 1997 15:05:52 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA24892; Tue, 30 Sep 1997 15:05:41 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id PAA23264; Tue, 30 Sep 1997 15:05:38 -0700 (PDT) Date: Tue, 30 Sep 1997 15:05:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jay Richmond cc: freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: booting new kernel... problems In-Reply-To: <01IO5PIHPMPQ8X1ORL@RoseVC.Rose-Hulman.Edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Jay Richmond wrote: > I built a new 2.2-stable kernel as of today and everything compiled > fine... Then when I tried to reboot, I got the following messages: > > Boot: > > dosdev= 80, biosdrive = 0, unit = 0, maj = 4 > > Invalid format! > > after that it goes in a countinuous loop... have I done something wrong > here? or is there something I should be doing? i can boot the old > kernel just fine by using /kernel.old iused the same config file that i > used for the old kernel (which was also a recent 2.2-stable kernel). Did you run `make install' to copy the kernel over? You might mention when you grabbed the sources last. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 15:07:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA25038 for questions-outgoing; Tue, 30 Sep 1997 15:07:36 -0700 (PDT) Received: from tower.my.domain (nscs22p20.remote.umass.edu [128.119.179.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA25025 for ; Tue, 30 Sep 1997 15:07:31 -0700 (PDT) Received: from tower.my.domain (localhost [127.0.0.1]) by tower.my.domain (8.8.7/8.8.7) with ESMTP id SAA26219 for ; Tue, 30 Sep 1997 18:05:06 -0400 (EDT) Message-Id: <199709302205.SAA26219@tower.my.domain> X-Mailer: exmh version 2.0zeta 7/24/97 To: questions@FreeBSD.ORG Subject: LyX Segmentation Fault (core dumped) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Sep 1997 18:05:06 -0400 From: User Gp Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I guess the subject line about says it. I have current as of 9/24 and pkg_add-ed lyx-0.10.7 from packages-current, but when I type lyx, I always get "Segmentation fault (core dumped)". Anyone have any ideas how to fix this? Thanks. Greg From owner-freebsd-questions Tue Sep 30 15:08:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA25116 for questions-outgoing; Tue, 30 Sep 1997 15:08:04 -0700 (PDT) Received: from tower.my.domain (nscs22p20.remote.umass.edu [128.119.179.42]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA25082; Tue, 30 Sep 1997 15:07:51 -0700 (PDT) Received: from tower.my.domain (localhost [127.0.0.1]) by tower.my.domain (8.8.7/8.8.7) with ESMTP id SAA26227; Tue, 30 Sep 1997 18:05:17 -0400 (EDT) Message-Id: <199709302205.SAA26227@tower.my.domain> X-Mailer: exmh version 2.0zeta 7/24/97 To: freebsd-mobile@FreeBSD.ORG cc: questions@FreeBSD.ORG Subject: Installing from Desktop to Laptop Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Sep 1997 18:05:17 -0400 From: User Gp Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I apologize for this post. I know this stuff has been discussed before. Somehow, I'm afraid I'm too dense to get it. Apparently I need someone to hold my hand through this process. I am running current (9/24) on my desktop and have 2.2.2-Release on CD. I would like to get the release on to my laptop with a parallel port laplink cable. Here are some relevant settings on my desktop: /etc/hosts 127.0.0.1 localhost localhost.my.domain # # Imaginary network. Hopefully soon to be real. 10.0.0.2 tower.my.domain tower 10.0.0.3 laptop.my.domain laptop # # /etc/rc.conf # All arguments must be in double or single quotes. # # $Id: rc.conf,v 1.27 1997/09/21 16:09:48 joerg Exp $ ############################################################## ### Network configuration sub-section ###################### ############################################################## ### Basic network options: ### hostname="tower.my.domain" # Set this! nisdomainname="NO" # Set to NIS domain if using NIS (or NO). firewall_enable="NO" # Set to YES to enable firewall functionality firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall) firewall_quiet="NO" # Set to YES to suppress rule display tcp_extensions="YES" # Allow RFC1323 & RFC1544 extensions (or NO). network_interfaces="lo0 lp0" # List of network interfaces (lo0 is loopback). ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ifconfig_lp0="inet 10.0.0.2 10.0.0.3 netmask 255.255.255.0" #ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry. netstat -rn Routing tables Internet: Destination Gateway Flags Refs Use Netif Expire 10.0.0.2 127.0.0.1 UH 0 281 lo0 10.0.0.3 10.0.0.2 UH 0 0 lp0 127.0.0.1 127.0.0.1 UH 0 365 lo0 ifconfig -a lp0: flags=8851 mtu 1500 inet 10.0.0.2 --> 10.0.0.3 netmask 0xffffff00 lp1: flags=8810 mtu 1500 tun0: flags=8050 mtu 1500 sl0: flags=c010 mtu 552 sl1: flags=c010 mtu 552 ppp0: flags=8010 mtu 1500 ppp1: flags=8010 mtu 1500 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 tower is running OK. No problems mounting the CD to /cdrom. Now my laptop. I boot with PAO-2.2-whatever. There's no indication of trouble with my setting up of slices etc. I do novice installation and: 1. Choose "Install over NFS" 2. Directory for distribution files = "tower.my.domain:/cdrom". 3. Choose PLIP using laplink cable. 4. Host = laptop.my.domain 5. Domain sets itself to my.domain 6. Gateway = 10.0.0.2 7. Nameserver I leave blank-- don't know what to put there. 8. Ditto for IP address. 9. In options to ifconfig I put 10.0.0.2 because instructions say I should put the remote address there. 10. Say OK With this I get that this interface can't be configured, so I try 10.0.0.2, 10.0.0.3 and 127.0.0.1 in the IP address. I always get either can't resolve hostname tower.my.domain 10.0.0.2 or error mounting tower:/cdrom no such directory. Anyway, HEEEEEEEELLLLPPPP! Thanks. Greg From owner-freebsd-questions Tue Sep 30 15:08:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA25198 for questions-outgoing; Tue, 30 Sep 1997 15:08:36 -0700 (PDT) Received: from optel.net (dns.optel.net [206.48.96.237]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA25189 for ; Tue, 30 Sep 1997 15:08:27 -0700 (PDT) Received: from dns.optel.net by optel.net (SMI-8.6/SMI-SVR4) id RAA03585; Tue, 30 Sep 1997 17:09:40 -0600 Message-Id: <199709302309.RAA03585@optel.net> From: "Roberto Abarca" To: Subject: using subnets Date: Tue, 30 Sep 1997 17:03:27 -0600 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Dear Sirs, Im working with a DNS an Radius server machine who is connected to a Lan segment where we have several routers connected to several destinations, on the remote sides we have subnets belonging to the same class C networks and with netmask 255.255.255.224, in order to get it working we had to add each host from the remote networks with its associate gateway in the freeBSD server4, we have about 90 routes indicating the way for each remote hosts. Is there any way to announce the hole subnets using only the network ip (example: 206.48.96.192 255.255.255.224), It will be easier to manage the addresses; we still didnt found the way to achieve this. Thanks, for your help. Roberto Abarca ______________________________ Optel Telecomunicaciones S.A. de C.V. Sierra Santa Rosa # 61 Col. Lomas de Chapultepec Mexico D.F. C.P. 11650 Tel: (525) 201.40.01 Fax:(525) 201.40.30 http://www.optel.net From owner-freebsd-questions Tue Sep 30 15:12:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA25462 for questions-outgoing; Tue, 30 Sep 1997 15:12:56 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA25457 for ; Tue, 30 Sep 1997 15:12:53 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id PAA23273; Tue, 30 Sep 1997 15:12:47 -0700 (PDT) Date: Tue, 30 Sep 1997 15:12:47 -0700 (PDT) From: Doug White Reply-To: Doug White To: Patrick Gardella cc: questions@FreeBSD.ORG, flexfax@celestial.com Subject: Re: Faxmail error? HELP!!! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Patrick Gardella wrote: > >> All of them had the error code 2 that says "Cannot fork" > > > >options CHILD_MAX=128 > >options OPEN_MAX=128 > > > >You might try just rebooting too. I'd have to see a ps -ax to get a sense > >of what's going on. hylafax may be leaking memory or file descriptors. > > I've done this and will see what happens (kernel and reboot). It may take a > while to have this problem come up again, since this did not happen until > after almost 1 1/2 months of continuous running without a reboot. OK, I understand now. On really busy systems, a periodic reboot doesn't hurt. Unfortunately some resources don't get released properly and they just keep piling up until you run out of space. > The zombie processes have diappeared, by the time I went in to copy down > the ps -ax data. I did see that they were (hfaxd) and (faxq), before when > I first did ps -ax. Okay, they were finally found by the server process and were removed. At least there weren't like 20 laying around. The max is 64 or 128, it just sucks up more kernel memory if you increase the value. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 15:15:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA25687 for questions-outgoing; Tue, 30 Sep 1997 15:15:24 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA25676 for ; Tue, 30 Sep 1997 15:15:19 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id PAA23280; Tue, 30 Sep 1997 15:15:15 -0700 (PDT) Date: Tue, 30 Sep 1997 15:15:15 -0700 (PDT) From: Doug White Reply-To: Doug White To: Greg Pavelcak cc: freebsd-questions@FreeBSD.ORG Subject: Re: gv unable to load any useable fontset In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Greg Pavelcak wrote: > I had gv working before. I am running current as of about 9/24 now > and have no idea what I did differently. Fonts are in > /usr/local/share/texmf/fonts. xdvi runs kpathsea and comes up with > my file on the screen, but nevertheless produces the message "cannot > load any useable font set" also. Seyon does too. gv gives the message, > comes up with the screen with buttons etc. but no file to read. > Anyone have any ideas how I can fix this. I'm writing my dissertation > and sccreen previewing is kind of important. TeX fonts aren't used by Ghostview. they're in /usr/local/lib/ghostscript/fonts/. Did you install the port / package? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 15:27:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA26550 for questions-outgoing; Tue, 30 Sep 1997 15:27:57 -0700 (PDT) Received: from cplkagan.globaleyes.net ([209.60.64.59]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA26545 for ; Tue, 30 Sep 1997 15:27:53 -0700 (PDT) Received: from parrothd.globaleys.net (parrothd [192.0.0.29]) by cplkagan.globaleyes.net (8.8.5/8.8.5) with SMTP id NAA20519 for ; Tue, 30 Sep 1997 13:31:41 -0500 (CDT) Message-Id: <3.0.3.32.19970930172454.00752f4c@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Demo Version 3.0.3 (32) Date: Tue, 30 Sep 1997 17:24:54 -0500 To: freebsd-questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: Crontab Man Page?!?! Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello all, Today I was installing a http analyzer and I realized that I had forgotten the format for contab entires. I checked man crontab 1 & 8 and cron itself, I could've sworn this info was there..Anyway can someone please post the format ..ie is it minute hour day month year? I seem to remember using something like 15 * * * /usr/bin/whatever to execute that command every 15 minutes? Lost.......:) Thanks... ..-.. ..-.. Jonathan E. Lyons __ /-___-\ __ __ / \ __ parrothd@midwest.net (__\/___ ___\/__) (__\//-oO--\\/__) 87 VFR700FII | \__|__/ | (/ _---_ \) Southern Illinois University ( ___ ) \/__|__\/ School of Ag. LAN Admin. ( / \ ) | [VFR] | http://cplkagan.globaleyes.net/ \ |.-.| / \ .---.{O) \ || || / \|///|| | '\| |/' |\|\|{_} | | |///|// '_' |///| '---' From owner-freebsd-questions Tue Sep 30 15:39:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA27439 for questions-outgoing; Tue, 30 Sep 1997 15:39:26 -0700 (PDT) Received: from goose (goose.capitalland.com [208.128.13.109]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA27430 for ; Tue, 30 Sep 1997 15:39:20 -0700 (PDT) Received: from cutthroat ([206.30.140.66]) by goose (8.8.5/8.8.5) with SMTP id RAA28975 for ; Tue, 30 Sep 1997 17:42:56 -0500 (CDT) Received: by cutthroat with Microsoft Mail id <01BCCDC7.5D07A7A0@cutthroat>; Tue, 30 Sep 1997 17:36:20 -0500 Message-ID: <01BCCDC7.5D07A7A0@cutthroat> From: Alex Weeks To: "'questions@freebsd.org'" Subject: file system full Date: Tue, 30 Sep 1997 17:36:16 -0500 Encoding: 14 TEXT Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am getting the following message on my console and in my daily log file. pid 988 (mail.local), uid 0 on /: file system full but, df returns the following: /dev/sd0a 50% /dev/sd0s1f 11% /dev/sd1 56% procfs 100% Any ideas? Thanks, Alex Weeks Aweeks@capitalland.com From owner-freebsd-questions Tue Sep 30 16:24:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA29987 for questions-outgoing; Tue, 30 Sep 1997 16:24:39 -0700 (PDT) Received: from atlas.synflux.com.au (root@atlas.synflux.com.au [203.63.24.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA29973 for ; Tue, 30 Sep 1997 16:24:33 -0700 (PDT) Received: from JAYATI (syd-modem0009.synflux.com.au [203.63.24.18]) by atlas.synflux.com.au (8.8.6/8.8.6) with SMTP id XAA28239 for ; Wed, 1 Oct 1997 23:51:25 +1000 Message-ID: <34313AC6.1820@synflux.com.au> Date: Tue, 30 Sep 1997 10:45:42 -0700 From: Ernie Catania Reply-To: erniec@synflux.com.au X-Mailer: Mozilla 3.0 (Win95; U; 16bit) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: unsubscribe Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk unsubscribe owner-question-digest@FreeBSD.ORG From owner-freebsd-questions Tue Sep 30 16:26:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA00161 for questions-outgoing; Tue, 30 Sep 1997 16:26:04 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA00147 for ; Tue, 30 Sep 1997 16:25:50 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id IAA12367; Wed, 1 Oct 1997 08:51:07 +0930 (CST) Message-ID: <19971001085107.28684@lemis.com> Date: Wed, 1 Oct 1997 08:51:07 +0930 From: Greg Lehey To: Alex Weeks Cc: "'questions@freebsd.org'" Subject: Re: file system full References: <01BCCDC7.5D07A7A0@cutthroat> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <01BCCDC7.5D07A7A0@cutthroat>; from Alex Weeks on Tue, Sep 30, 1997 at 05:36:16PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 30, 1997 at 05:36:16PM -0500, Alex Weeks wrote: > I am getting the following message on my console and in my daily log file. > > pid 988 (mail.local), uid 0 on /: file system full > > but, df returns the following: > > /dev/sd0a 50% > /dev/sd0s1f 11% > /dev/sd1 56% > procfs 100% It would be nice to see the complete output of df. For example, what 50% of / represents. I'd guess, though, that you're filling it up with temporary files during some cron job. Greg From owner-freebsd-questions Tue Sep 30 16:39:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA00681 for questions-outgoing; Tue, 30 Sep 1997 16:39:57 -0700 (PDT) Received: from celebris.tddhome (sil-wa4-44.ix.netcom.com [207.93.136.108]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA00676 for ; Tue, 30 Sep 1997 16:39:51 -0700 (PDT) Received: (from tomdean@localhost) by celebris.tddhome (8.8.7/8.8.5) id QAA01046; Tue, 30 Sep 1997 16:39:23 -0700 (PDT) Date: Tue, 30 Sep 1997 16:39:23 -0700 (PDT) Message-Id: <199709302339.QAA01046@celebris.tddhome> From: Thomas Dean To: parrothd@midwest.net CC: freebsd-questions@FreeBSD.ORG In-reply-to: <3.0.3.32.19970930172454.00752f4c@midwest.net> (parrothd@midwest.net) Subject: Re: Crontab Man Page?!?! Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Look at man 5 crontab From owner-freebsd-questions Tue Sep 30 16:44:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA00927 for questions-outgoing; Tue, 30 Sep 1997 16:44:56 -0700 (PDT) Received: from musca.digicon-brs.com.au (musca.digicon-brs.com.au [140.253.221.25]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA00918 for ; Tue, 30 Sep 1997 16:44:47 -0700 (PDT) Received: from brisbane.digicon-brs.com.au (brisbane.digicon-brs.com.au [140.253.221.31]) by musca.digicon-brs.com.au (8.8.3/8.8.3) with SMTP id JAA02838; Wed, 1 Oct 1997 09:39:02 +1000 (EST) Received: by brisbane.digicon-brs.com.au(Lotus SMTP MTA v1.1 (385.6 5-6-1997)) id CA256522.007C64EC ; Wed, 1 Oct 1997 09:38:43 +1100 X-Lotus-FromDomain: VES From: "Steve Hearn" To: questions@freebsd.org cc: glenn@cs.utexas.edu, hohn-del@XFree86.Org, koen.gadeyne@barco.com, ljo@ljo-slip.DIALIN.CWRU.Edu Message-ID: Date: Wed, 1 Oct 1997 09:38:38 +1100 Subject: XFree86 - W32 driver for ET6000 chiip Mime-Version: 1.0 Content-type: text/plain; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Has anyone experienced a problem similar to this: I've just installed a new P-Pro with a CARDEX CHALLENGER ET6000 graphics card. I'm running XFree86 under FreeBSD 2.2.2. I can get it to run OK using the SVGA driver (specifying it as a generic ET4000). When I try to use the W32 driver specfically for the ET6000 it almost works, except that when I move the mouse I get a 'painting' effect following the path of the mouse - sort of failing to refresh properly. Am I missing anything exciting by just using the SVGA driver - and/or does anyone have a solution for the W32 driver. Thanks Steve Hearn Exploration Geophysics Lab University of Queensland Brisbane AUSTRALIA steveh@digicon-brs.com.au From owner-freebsd-questions Tue Sep 30 17:01:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA01890 for questions-outgoing; Tue, 30 Sep 1997 17:01:42 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA01378 for ; Tue, 30 Sep 1997 16:52:03 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id IAA12359; Wed, 1 Oct 1997 08:50:13 +0930 (CST) Message-ID: <19971001085013.22821@lemis.com> Date: Wed, 1 Oct 1997 08:50:13 +0930 From: Greg Lehey To: "Jonathan E. Lyons" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Crontab Man Page?!?! References: <3.0.3.32.19970930172454.00752f4c@midwest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.3.32.19970930172454.00752f4c@midwest.net>; from Jonathan E. Lyons on Tue, Sep 30, 1997 at 05:24:54PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 30, 1997 at 05:24:54PM -0500, Jonathan E. Lyons wrote: > > Hello all, > > Today I was installing a http analyzer and I realized that I had forgotten > the format for contab entires. I checked man crontab 1 & 8 and cron itself, > I could've sworn this info was there..Anyway can someone please post the > format ..ie is it minute hour day month year? I seem to remember using > something like > > 15 * * * /usr/bin/whatever > > to execute that command every 15 minutes? man 5 crontab Section 5 is file formats, so that's where it belongs. You need another * in your entry (for weekday): 15 * * * * /usr/bin/whatever This will execute every hour at 15 minutes past the hour. To do it every 15 minutes, do: 0,15,30,45 * * * * /usr/bin/whatever Greg From owner-freebsd-questions Tue Sep 30 17:11:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA02336 for questions-outgoing; Tue, 30 Sep 1997 17:11:50 -0700 (PDT) Received: from weenix.guru.org (kmitch@weenix.guru.org [198.82.200.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA02330 for ; Tue, 30 Sep 1997 17:11:44 -0700 (PDT) Received: (from kmitch@localhost) by weenix.guru.org (8.8.7/8.8.7) id UAA29290 for questions@freebsd.org; Tue, 30 Sep 1997 20:11:33 -0400 (EDT) From: Keith Mitchell Message-Id: <199710010011.UAA29290@weenix.guru.org> Subject: MySQL access problems To: questions@freebsd.org Date: Tue, 30 Sep 1997 20:11:33 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I just compiled/installed the Mysql port. Everything appears to work except for the access control stuff. I can't figurew out how to set it up so that I can use it. According to the documentation it is supposed to install default access that will allow root to access anything. All I can get is : ERROR: Access denied for user: 'root' (Using password: YES) Note: It says it is using passwords, yet from what I can tell there are no password in the access database. BTW I am running version 3.20.30b and am running it on a copy of -CURRENT from about a month ago. Anyone have any clues? -- Keith Mitchell Head Administrator: acm.vt.edu Email: kmitch@weenix.guru.org PGP key available upon request http://weenix.guru.org/~kmitch Address and URL (c) 1997 Keith Mitchell - All Rights Reserved Unauthorized use or duplication prohibited From owner-freebsd-questions Tue Sep 30 17:25:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA03226 for questions-outgoing; Tue, 30 Sep 1997 17:25:16 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA03205 for ; Tue, 30 Sep 1997 17:24:54 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id IAA12359; Wed, 1 Oct 1997 08:50:13 +0930 (CST) Message-ID: <19971001085013.22821@lemis.com> Date: Wed, 1 Oct 1997 08:50:13 +0930 From: Greg Lehey To: "Jonathan E. Lyons" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Crontab Man Page?!?! References: <3.0.3.32.19970930172454.00752f4c@midwest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.3.32.19970930172454.00752f4c@midwest.net>; from Jonathan E. Lyons on Tue, Sep 30, 1997 at 05:24:54PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 30, 1997 at 05:24:54PM -0500, Jonathan E. Lyons wrote: > > Hello all, > > Today I was installing a http analyzer and I realized that I had forgotten > the format for contab entires. I checked man crontab 1 & 8 and cron itself, > I could've sworn this info was there..Anyway can someone please post the > format ..ie is it minute hour day month year? I seem to remember using > something like > > 15 * * * /usr/bin/whatever > > to execute that command every 15 minutes? man 5 crontab Section 5 is file formats, so that's where it belongs. You need another * in your entry (for weekday): 15 * * * * /usr/bin/whatever This will execute every hour at 15 minutes past the hour. To do it every 15 minutes, do: 0,15,30,45 * * * * /usr/bin/whatever Greg From owner-freebsd-questions Tue Sep 30 17:38:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA04022 for questions-outgoing; Tue, 30 Sep 1997 17:38:24 -0700 (PDT) Received: from whistle.com (s205m131.whistle.com [207.76.205.131]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA04012 for ; Tue, 30 Sep 1997 17:38:21 -0700 (PDT) Received: (from smap@localhost) by whistle.com (8.7.5/8.6.12) id RAA21889 for ; Tue, 30 Sep 1997 17:37:49 -0700 (PDT) Received: from bubba.whistle.com(207.76.205.7) by whistle.com via smap (V1.3) id sma021885; Tue Sep 30 17:37:22 1997 Received: (from archie@localhost) by bubba.whistle.com (8.8.5/8.6.12) id RAA29253 for freebsd-questions@freebsd.org; Tue, 30 Sep 1997 17:37:22 -0700 (PDT) From: Archie Cobbs Message-Id: <199710010037.RAA29253@bubba.whistle.com> Subject: netstat question To: freebsd-questions@freebsd.org Date: Tue, 30 Sep 1997 17:37:22 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk What does this line mean, as output from netstat -na: Active Internet connections (including servers) Proto Recv-Q Send-Q Local Address Foreign Address (state) tcp 0 0 *.* *.* CLOSED In particular, local address *.* ?? This is owned by httpd (as seen in fstat): root httpd 2779 wd / 2 drwxr-xr-x 512 r root httpd 2779 text / 11573 -r-xr-xr-x 204800 r root httpd 2779 0 - - none - root httpd 2779 1 - - none - root httpd 2779 2 - - none - > root httpd 2779 3* internet stream tcp f07f1400 root httpd 2779 4* local dgram f0507794 <-> f04f8f14 root httpd 2779 5* internet stream tcp f07c6a00 Thanks, -Archie ___________________________________________________________________________ Archie Cobbs * Whistle Communications, Inc. * http://www.whistle.com From owner-freebsd-questions Tue Sep 30 17:44:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA04379 for questions-outgoing; Tue, 30 Sep 1997 17:44:46 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA04372 for ; Tue, 30 Sep 1997 17:44:38 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id KAA12923; Wed, 1 Oct 1997 10:14:06 +0930 (CST) Message-ID: <19971001101405.48178@lemis.com> Date: Wed, 1 Oct 1997 10:14:05 +0930 From: Greg Lehey To: Keith Mitchell Cc: questions@FreeBSD.ORG Subject: Re: MySQL access problems References: <199710010011.UAA29290@weenix.guru.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199710010011.UAA29290@weenix.guru.org>; from Keith Mitchell on Tue, Sep 30, 1997 at 08:11:33PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Sep 30, 1997 at 08:11:33PM -0400, Keith Mitchell wrote: > I just compiled/installed the Mysql port. Everything appears to work except > for the access control stuff. I can't figurew out how to set it up so that > I can use it. > > According to the documentation it is supposed to install default access > that will allow root to access anything. All I can get is : > > ERROR: Access denied for user: 'root' (Using password: YES) > > > Note: It says it is using passwords, yet from what I can tell there are > no password in the access database. That's probably the problem. I'd guess that 'using password' means 'requiring password'. Have you tried to enter a password into the database? Greg From owner-freebsd-questions Tue Sep 30 17:51:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA04821 for questions-outgoing; Tue, 30 Sep 1997 17:51:47 -0700 (PDT) Received: from cplkagan.globaleyes.net ([209.60.64.59]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA04815 for ; Tue, 30 Sep 1997 17:51:41 -0700 (PDT) Received: from parrothd.globaleys.net (parrothd [192.0.0.29]) by cplkagan.globaleyes.net (8.8.5/8.8.5) with SMTP id PAA20761; Tue, 30 Sep 1997 15:55:24 -0500 (CDT) Message-Id: <3.0.3.32.19970930194832.00717044@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Demo Version 3.0.3 (32) Date: Tue, 30 Sep 1997 19:48:32 -0500 To: Greg Lehey From: "Jonathan E. Lyons" Subject: Re: Crontab Man Page?!?! Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <19971001085013.22821@lemis.com> References: <3.0.3.32.19970930172454.00752f4c@midwest.net> <3.0.3.32.19970930172454.00752f4c@midwest.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk AHhh..I see the light, I was doing man crontab 5 ... :) At 08:50 AM 10/1/97 +0930, Greg Lehey wrote: >On Tue, Sep 30, 1997 at 05:24:54PM -0500, Jonathan E. Lyons wrote: >> >> Hello all, >> >> Today I was installing a http analyzer and I realized that I had forgotten >> the format for contab entires. I checked man crontab 1 & 8 and cron itself, >> I could've sworn this info was there..Anyway can someone please post the >> format ..ie is it minute hour day month year? I seem to remember using >> something like >> >> 15 * * * /usr/bin/whatever >> >> to execute that command every 15 minutes? > >man 5 crontab > >Section 5 is file formats, so that's where it belongs. > >You need another * in your entry (for weekday): > >15 * * * * /usr/bin/whatever > >This will execute every hour at 15 minutes past the hour. To do it >every 15 minutes, do: > >0,15,30,45 * * * * /usr/bin/whatever > >Greg > > ..-.. ..-.. Jonathan E. Lyons __ /-___-\ __ __ / \ __ parrothd@midwest.net (__\/___ ___\/__) (__\//-oO--\\/__) 87 VFR700FII | \__|__/ | (/ _---_ \) Southern Illinois University ( ___ ) \/__|__\/ School of Ag. LAN Admin. ( / \ ) | [VFR] | http://cplkagan.globaleyes.net/ \ |.-.| / \ .---.{O) \ || || / \|///|| | '\| |/' |\|\|{_} | | |///|// '_' |///| '---' From owner-freebsd-questions Tue Sep 30 17:58:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA05214 for questions-outgoing; Tue, 30 Sep 1997 17:58:11 -0700 (PDT) Received: from mail.boisfrancs.qc.ca (mail.boisfrancs.qc.ca [207.253.52.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA05198 for ; Tue, 30 Sep 1997 17:58:02 -0700 (PDT) Received: from liloo (xenub@ppp4.boisfrancs.qc.ca [207.253.52.25]) by mail.boisfrancs.qc.ca (8.8.5/8.8.5) with SMTP id VAA12323 for ; Tue, 30 Sep 1997 21:04:29 -0400 (EDT) Message-Id: <3.0.3.32.19970930205808.009064c0@boisfrancs.qc.ca> X-Sender: xenub@boisfrancs.qc.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Tue, 30 Sep 1997 20:58:08 -0400 To: questions@freebsd.org From: Louis-Philippe Alain Subject: mail routed[54]: punt RTM_LOSING without gateway Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm running FreeBSD 2.2.2 for about 4 months on this machine. The only thing I cahnged recently was in the RADIUS... So I guess it's not the cause of this message: Sep 30 15:03:54 mail routed[54]: punt RTM_LOSING without gateway I have this error frequently in my messages log file. What does that mean? I've never get this error message before and I didn't touch anything related with routed since I receive it... And I don't get this error message on a regular basis... Weird... Does anyone had this error before... Or at least know what it mean? thanks a lot for your answers! Louis-Philippe Alain Internet Bois-Francs From owner-freebsd-questions Tue Sep 30 18:00:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA05416 for questions-outgoing; Tue, 30 Sep 1997 18:00:19 -0700 (PDT) Received: from MVS.OAC.UCLA.EDU (mvs.oac.ucla.edu [164.67.200.200]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id SAA05410 for ; Tue, 30 Sep 1997 18:00:16 -0700 (PDT) Message-Id: <199710010100.SAA05410@hub.freebsd.org> Received: from UCLAMVS.BITNET by MVS.OAC.UCLA.EDU (IBM MVS SMTP V2R2.1) with BSMTP id 7756; Tue, 30 Sep 97 18:01:30 PST Date: Tue, 30 Sep 97 18:00 PDT To: questions@FREEBSD.ORG From: Denis DeLaRoca Subject: Netscape's Internet Foundation Classes install Sender: owner-freebsd-questions@FREEBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Has anybody installed successfully Netscape's Internet Foundation Classes (IFC). It's supposed to drop on /usr/local/lib/netscape/plugins or on ~/.netscape/plugins. But the verification fails always. See http://home.netscape.com/eng/ifc/verify.html -- Denis From owner-freebsd-questions Tue Sep 30 18:02:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA05580 for questions-outgoing; Tue, 30 Sep 1997 18:02:37 -0700 (PDT) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA05575 for ; Tue, 30 Sep 1997 18:02:33 -0700 (PDT) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id BAA12180; Wed, 1 Oct 1997 01:02:21 GMT Date: Tue, 30 Sep 1997 18:02:21 -0700 (PDT) From: Dan Busarow To: Roberto Abarca cc: freebsd-questions@FreeBSD.ORG Subject: Re: using subnets In-Reply-To: <199709302309.RAA03585@optel.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Roberto Abarca wrote: > Is there any way to announce the hole subnets using only the network ip > (example: > 206.48.96.192 255.255.255.224), It will be easier to manage the addresses; route add -net 206.48.96.192 -netmask 255.255.255.224 router.ip But it sounds like what you really want to do is run routed (one of the few times anyone on this list gets this recomendation) and listen to RIPv2 announcements from your routers. Or run gated and OSPF or iBGP. Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 From owner-freebsd-questions Tue Sep 30 18:03:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA05668 for questions-outgoing; Tue, 30 Sep 1997 18:03:50 -0700 (PDT) Received: from myname.my.domain (ppp1-29.wbgate1.microserve.com [206.228.92.29]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA05648 for ; Tue, 30 Sep 1997 18:03:39 -0700 (PDT) Received: (from rknebel@localhost) by myname.my.domain (8.8.5/8.8.5) id VAA00961; Tue, 30 Sep 1997 21:02:23 -0400 (EDT) Message-ID: <19970930210222.59676@my.domain> Date: Tue, 30 Sep 1997 21:02:22 -0400 From: rknebel@mail.microserve.net To: freebsd-questions@FreeBSD.ORG Subject: ghostscript Reply-To: rknebel@mail.microserve.net References: <3.0.3.32.19970930172454.00752f4c@midwest.net> <19971001085013.22821@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81 In-Reply-To: <19971001085013.22821@lemis.com>; from Greg Lehey on Wed, Oct 01, 1997 at 08:50:13AM +0930 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I have been wracking my brain tring to get my HP Deskjet 660 to print using freebsd 2.2.2. Many of you nice people have sent me your /etc/printcap files and also your filters and for that I am very appreciative. One problem still remains. With all this help, I can very nicely print any text file but whenever I come upon a postscript file ie netscape or a xv picture and ghostscripts is invoked I get about 7 pages of ghostscript error messages and nothing else. I figured maybe my problem is with ghostscript so I started reading all the ghostscript docs to try and understand how these filters are made. If I switch to the ghostscript directory of examples and type: gs -sDEVICE=cdj550 tiger.ps -sOutPutFile=\|lpr ghostscript initializes and then I get a line that says showpage press return. If I hit the return key I get the gs prompt but nothing prints out. Am I doing something wrong with the syntax or is something wrong with my ghostscript.I thought by the examples I read that this should pipe this picture to the printer. I can display the tiger picture on my consule with the command gs tiger.ps but cannot get it to print out. If there is anyone out there who can help or refer me to any other docs , I would appreciate it. I also read all the freebsd printer docs from the handbook. Thanks Alot -- Rick Knebel rknebel@mail.microserve.net From owner-freebsd-questions Tue Sep 30 18:26:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA06800 for questions-outgoing; Tue, 30 Sep 1997 18:26:53 -0700 (PDT) Received: from mmlab.snu.ac.kr (mmlab.snu.ac.kr [147.46.114.112]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id SAA06795 for ; Tue, 30 Sep 1997 18:26:48 -0700 (PDT) Received: from mmlab.snu.ac.kr (opal.snu.ac.kr [147.46.114.116]) by mmlab.snu.ac.kr (8.6.12h2/8.6.12) with ESMTP id KAA07419 for ; Wed, 1 Oct 1997 10:26:59 +1000 Message-ID: <3431A605.35AEBDE1@mmlab.snu.ac.kr> Date: Wed, 01 Oct 1997 10:23:17 +0900 From: Changho Choi X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: kernel programming in 4.3BSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hello there! I have some questions, if you know about those, reply for me please. (I use 4.3BSD....) 1. I want to know how long one processor occupies CPU before happening context switching. In other words, how often does context switching happen. how can I change that time?(context switching interval) 2. Is there any way to use math fuctions(for example, log(), sqrt() functions...) in kernel? 3. Do you know how can I delay the message which pass by the kernel? I wanna delay the message for some time in kernel. thanks in advance for your reply.. have a good luck!...^.^; --------------------------------------------------- Changho choi (Seoul National University in korea.) e-mail : chchoi@mmlab.snu.ac.kr Web : http://mmlab.snu.ac.kr/~chchoi From owner-freebsd-questions Tue Sep 30 18:34:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07169 for questions-outgoing; Tue, 30 Sep 1997 18:34:43 -0700 (PDT) Received: from nara.off.connect.com.au (nara.off.connect.com.au [192.94.41.40]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07153 for ; Tue, 30 Sep 1997 18:34:36 -0700 (PDT) Received: (from ahill@localhost) by nara.off.connect.com.au id LAA16953 (8.8.5/IDA-1.6); Wed, 1 Oct 1997 11:34:02 +1000 (EST) Date: Wed, 1 Oct 1997 11:34:02 +1000 (EST) From: Anthony Hill To: freebsd-questions@freebsd.org Subject: where is ioconf.h Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk While trying to build IPfilter 3.1.11 on FreeBSD 2.2.1-R I come across :- . . . gcc -I. -I../.. -DIPFILTER_LKM -DIPFILTER_LOG -D`uname -m` -D__`uname -m`__ -DINET -DKERNEL -D_KERNEL -I/usr/include -I/sys -I/sys/sys -I/sys/arch -DIPL_NAME=\"/dev/ipl\" -c ../../mln_ipl.c -o ml_ipl.o In file included from /usr/include/sys/conf.h:226, from ../../mln_ipl.c:29: /usr/include/machine/conf.h:6: ioconf.h: No such file or directory *** Error code 1 Stop. *** Error code 1 Stop. bash# ..this was while doing the first step 'make bsd'. Has anyone got IPfilter running on 2.2.1 ? Any suggestions ? Regards, Anthony Hill +61 3 9251 3678 Network Engineer connect.com.au From owner-freebsd-questions Tue Sep 30 18:48:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA08042 for questions-outgoing; Tue, 30 Sep 1997 18:48:04 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA08019 for ; Tue, 30 Sep 1997 18:47:55 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA13454; Wed, 1 Oct 1997 11:16:42 +0930 (CST) Message-ID: <19971001111641.12444@lemis.com> Date: Wed, 1 Oct 1997 11:16:41 +0930 From: Greg Lehey To: Changho Choi Cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel programming in 4.3BSD References: <3431A605.35AEBDE1@mmlab.snu.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3431A605.35AEBDE1@mmlab.snu.ac.kr>; from Changho Choi on Wed, Oct 01, 1997 at 10:23:17AM +0900 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 01, 1997 at 10:23:17AM +0900, Changho Choi wrote: > hello there! > I have some questions, if you know about those, reply for me please. > (I use 4.3BSD....) Really? Which version? > 1. I want to know how long one processor occupies CPU before > happening context switching. In other words, how often does context > switching > happen. how can I change that time?(context switching interval) On the VAX, 100 ms. > 2. Is there any way to use math fuctions(for example, log(), > sqrt() functions...) in kernel? I think this is a Bad Idea. But if you insist, you can compile them in. > 3. Do you know how can I delay the message which pass by the > kernel? > I wanna delay the message for some time in kernel. I don't know what you mean by this. 4.3BSD was introduced in 1987, and it's pretty much obsolete. If you want to find details, I'd recommend that you read "The Design and Implementation of the 4.3BSD UNIX Operating System", by Sam Leffler, Kirk McKusick, Mike Karels and John Quarterman (Addison Wesley, ISBN 0-201-06196-1). On the other hand, if you want a modern BSD system, and you have the appropriate hardware, I'd recommend that you get hold of FreeBSD, which bases on 4.4BSD. Greg From owner-freebsd-questions Tue Sep 30 19:01:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08678 for questions-outgoing; Tue, 30 Sep 1997 19:01:36 -0700 (PDT) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA08669 for ; Tue, 30 Sep 1997 19:01:32 -0700 (PDT) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) id WAA14110; Tue, 30 Sep 1997 22:01:21 -0400 Date: Tue, 30 Sep 1997 22:01:21 -0400 (EDT) From: "Joe \"Marcus\" Clarke" To: Anthony Hill cc: freebsd-questions@FreeBSD.ORG Subject: Re: where is ioconf.h In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ioconf.h is part of the sys source. I believe it is used to compile the Berkeley Packet Filter. It is built when you `config` a kernel file. You may need to compile in a bpf in order to get the IPFilter to compile. -Joe Clarke On Wed, 1 Oct 1997, Anthony Hill wrote: > While trying to build IPfilter 3.1.11 on FreeBSD 2.2.1-R I come > across :- > . > . > . > gcc -I. -I../.. -DIPFILTER_LKM -DIPFILTER_LOG -D`uname -m` -D__`uname -m`__ -DINET -DKERNEL -D_KERNEL -I/usr/include -I/sys -I/sys/sys -I/sys/arch -DIPL_NAME=\"/dev/ipl\" -c ../../mln_ipl.c -o ml_ipl.o > In file included from /usr/include/sys/conf.h:226, > from ../../mln_ipl.c:29: > /usr/include/machine/conf.h:6: ioconf.h: No such file or directory > *** Error code 1 > > Stop. > *** Error code 1 > > Stop. > bash# > > ..this was while doing the first step 'make bsd'. > > Has anyone got IPfilter running on 2.2.1 ? Any suggestions ? > > Regards, > > Anthony Hill +61 3 9251 3678 > Network Engineer connect.com.au > From owner-freebsd-questions Tue Sep 30 19:16:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA09477 for questions-outgoing; Tue, 30 Sep 1997 19:16:07 -0700 (PDT) Received: from mail.inc.net (mail.inc.net [207.67.10.254]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA09470 for ; Tue, 30 Sep 1997 19:16:03 -0700 (PDT) Received: from zeus.netsonic.com ([207.250.84.25]) by mail.inc.net (Post.Office MTA v3.1 release PO203a ID# 0-35056U510L100S0) with SMTP id AAA5178 for ; Tue, 30 Sep 1997 21:27:43 -0500 Message-Id: <3.0.32.19970930211324.01459134@207.250.84.2> X-Sender: adam@207.250.84.2 X-Mailer: Windows Eudora Pro Version 3.0 (32) Date: Tue, 30 Sep 1997 21:13:28 -0500 To: freebsd-questions@FreeBSD.ORG From: NetSonic Subject: SCSI Drive Cant Find Kernel on boot up without intervention Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, WE recently installed Free BSD on a Pentium Pro 200, 128 Mb RAM, 4.3Gb WD SCSI and a 4.3gb WD IDE Drive. During the Bootup Process, I get the following error: BOOT: dosdev= 80, biosdrive = 0, unit=0, maj=0 empty partition Cant Find /Kernel Then it loops trying to find it giving the same error message. If I enter this Boot: 1:sd(0,a)kernel it jumps right into the system as a normal bootup woudl and runs fine. Any clues as to what I may have done in the install process to cause this? This is the partitioning of the drives: Filesystem 1K-blocks Used Avail Capacity Mounted on /dev/sd0a 496367 14617 442041 3% / /dev/sd0s1f 2242672 371157 1692102 18% /usr /dev/wd0s1e 4076573 1 3750447 0% /usr2 /dev/sd0s1e 893279 1131 820686 0% /var procfs 4 4 0 100% /proc Any help would be very much appreciated! Thanks Adam From owner-freebsd-questions Tue Sep 30 20:32:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA12312 for questions-outgoing; Tue, 30 Sep 1997 20:32:03 -0700 (PDT) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA12294 for ; Tue, 30 Sep 1997 20:31:57 -0700 (PDT) Received: from nospam.hiwaay.net (tnt1-93.HiWAAY.net [208.147.147.93]) by fly.HiWAAY.net (8.8.7/8.8.6) with ESMTP id WAA27268; Tue, 30 Sep 1997 22:31:53 -0500 (CDT) Received: from nospam.hiwaay.net (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.7/8.8.4) with ESMTP id WAA08649; Tue, 30 Sep 1997 22:31:51 -0500 (CDT) Message-Id: <199710010331.WAA08649@nospam.hiwaay.net> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Jonathan E. Lyons" cc: freebsd-questions@FreeBSD.ORG From: dkelly@hiwaay.net Subject: Re: Crontab Man Page?!?! In-reply-to: Message from "Jonathan E. Lyons" of "Tue, 30 Sep 1997 17:24:54 CDT." <3.0.3.32.19970930172454.00752f4c@midwest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Sep 1997 22:31:49 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jonathan E. Lyons asks > > Hello all, > > Today I was installing a http analyzer and I realized that I had forgotten > the format for contab entires. I checked man crontab 1 & 8 and cron itself, > I could've sworn this info was there..Anyway can someone please post the > format ..ie is it minute hour day month year? I seem to remember using > something like > > 15 * * * /usr/bin/whatever > > to execute that command every 15 minutes? Wouldn't it be nice if "crontab -e" automatically loaded a comment header labeling fields? I notice there is some kind of automatic processing as "crontab -l" and "crontab -e" outputs are different. nospam: {174} crontab -l # DO NOT EDIT THIS FILE - edit the master and reinstall. # (/tmp/crontab.737 installed on Sun Sep 28 20:25:00 1997) # (Cron version -- $Id: crontab.c,v 1.6.2.2 1997/09/16 07:02:14 charnier Exp $) # # BSD crontab allows variables like this: PATH=/usr/bin:/bin:/usr/sbin:/usr/local/bin #min hr day mo dow command # [snip] -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-questions Tue Sep 30 20:51:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA13227 for questions-outgoing; Tue, 30 Sep 1997 20:51:52 -0700 (PDT) Received: from fly.HiWAAY.net (root@fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA13222 for ; Tue, 30 Sep 1997 20:51:49 -0700 (PDT) Received: from nospam.hiwaay.net (tnt1-93.HiWAAY.net [208.147.147.93]) by fly.HiWAAY.net (8.8.7/8.8.6) with ESMTP id WAA00915; Tue, 30 Sep 1997 22:36:15 -0500 (CDT) Received: from nospam.hiwaay.net (localhost [127.0.0.1]) by nospam.hiwaay.net (8.8.7/8.8.4) with ESMTP id WAA08663; Tue, 30 Sep 1997 22:36:13 -0500 (CDT) Message-Id: <199710010336.WAA08663@nospam.hiwaay.net> X-Mailer: exmh version 2.0zeta 7/24/97 To: Alex Weeks cc: "'questions@freebsd.org'" From: dkelly@HiWAAY.net Subject: Re: file system full In-reply-to: Message from Alex Weeks of "Tue, 30 Sep 1997 17:36:16 CDT." <01BCCDC7.5D07A7A0@cutthroat> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Sep 1997 22:36:12 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Alex Weeks writes: > > I am getting the following message on my console and in my daily log file. > > pid 988 (mail.local), uid 0 on /: file system full > > but, df returns the following: > > /dev/sd0a 50% > /dev/sd0s1f 11% > /dev/sd1 56% > procfs 100% Where do you have those filesystems mounted? Am guessing sd0a is root, sd0s1f is /usr. Where is /var? You really should have a /var with a comfortable amount of space to handle incoming mail, output print jobs, and other interesting things. Its not too hard to spit out a 20M or 30M Postscript file when printing from Netscape. -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. From owner-freebsd-questions Tue Sep 30 20:57:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA13414 for questions-outgoing; Tue, 30 Sep 1997 20:57:56 -0700 (PDT) Received: from thelab.hub.org (ppp-159.halifax-01.ican.net [206.231.248.159]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA13408 for ; Tue, 30 Sep 1997 20:57:51 -0700 (PDT) Received: from thelab.hub.org (localhost.hub.org [127.0.0.1]) by thelab.hub.org (8.8.7/8.8.2) with SMTP id AAA00436 for ; Wed, 1 Oct 1997 00:57:45 -0300 (ADT) Date: Wed, 1 Oct 1997 00:57:44 -0300 (ADT) From: The Hermit Hacker To: questions@freebsd.org Subject: Remotely power cycle a machine...? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi... I'm having problems with one of my remote machines running 2.2.2-RELEASE that seems to "feel" like a SCSI bus problem. There isn't much I can do about it, since the machine is 2500 kilometers, and 3 provinces away :( So, right now, she is down, and will be for the next 10hrs or so...very bad for business :( Does anyone know of any way of doing a remote power cycle of a machine? Mainly, what I was thinking, was the ability to throw on some sort of device that I can either telnet to (we have a Sparc20 on location, so maybe a device hanging off a serial port from that?) or dialup into on the phone, that I can force the machine to reboot itself? Or maybe "terminate" the power and turn it back on again? Marc G. Fournier Systems Administrator @ hub.org primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org From owner-freebsd-questions Tue Sep 30 20:59:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA13489 for questions-outgoing; Tue, 30 Sep 1997 20:59:27 -0700 (PDT) Received: from comm-plus.net (sparc4-three.comm-plus.net [206.239.211.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA13474 for ; Tue, 30 Sep 1997 20:59:21 -0700 (PDT) Received: from default by comm-plus.net (SMI-8.6/SMI-SVR4) id AAA21811; Wed, 1 Oct 1997 00:02:45 -0400 Message-Id: <199710010402.AAA21811@comm-plus.net> From: "John Westerlund" To: Subject: questions Date: Tue, 30 Sep 1997 23:56:13 -0000 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk i ftp'd to the ftp site and i see a lot of directions ie /doc /floppies /commerce. are these the directories i need to download to install and which one is the base distribution? bsd newbie john From owner-freebsd-questions Tue Sep 30 21:00:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA13598 for questions-outgoing; Tue, 30 Sep 1997 21:00:46 -0700 (PDT) Received: from out2.ibm.net (out2.ibm.net [165.87.194.229]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA13583 for ; Tue, 30 Sep 1997 21:00:12 -0700 (PDT) Received: from fpfzqlga (slip166-72-77-88.ga.us.ibm.net [166.72.77.88]) by out2.ibm.net (8.8.5/8.6.9) with SMTP id DAA113474 for ; Wed, 1 Oct 1997 03:59:04 GMT Message-ID: <3431F420.5DB7@ibm.net> Date: Tue, 30 Sep 1997 23:56:32 -0700 From: Don Humphreys Reply-To: drhumph@ibm.net X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: getting printer to work under FBSD 2.2.2 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I just installed FreeBSD 2.2.2 using CD rom. When attempting to use lpr command to print a text file, nothing happens. The only thing that I noticed at boot up time was that lpt0 was irq 7 and that lpt1 was not probed due to conflict with lpt0. How can I get printer to work, ie., to be recognized? system Specs: HP pavillion 166 mhz 32 MG Ram 2 hardrives with freebsd using 2nd hardrive 2.4+GB Printer is Hewlett Packard Desljet 820 Cse Any suggestion are very much appreciated. Please note that this machine is not being used in a production environment. I am attempting to learn UNIX at this time and have a ways to go. Therefore, please do not consider this to be an urgent request for info. Just need info when convenient. Thanks, Don Humphreys drhumph@ibm.net From owner-freebsd-questions Tue Sep 30 21:28:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA14799 for questions-outgoing; Tue, 30 Sep 1997 21:28:42 -0700 (PDT) Received: from fh102.infi.net (fh102.infi.net [208.131.160.101]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA14794 for ; Tue, 30 Sep 1997 21:28:35 -0700 (PDT) Received: from ranxerox.scc911.com (pa2dsp13.1v5.infi.net [208.129.61.61]) by fh102.infi.net (8.8.5/8.8.5) with ESMTP id AAA29477 for ; Wed, 1 Oct 1997 00:28:32 -0400 (EDT) Message-Id: <199710010428.AAA29477@fh102.infi.net> From: "Mark Hoffman" To: Subject: Dial on demand FreeBSD Gateway Date: Wed, 1 Oct 1997 04:29:42 -0600 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Never mind. Sorry about that, I looked through the mailing-list archives, and found the answer. ---------- > From: Mark Hoffman > To: freebsd-questions@FreeBSD.ORG > Subject: Dial on demand FreeBSD Gateway > Date: Wednesday, October 01, 1997 4:12 AM > > How can I make my FreeBSD box autodial into my ISP when IP traffic tries to > go through it? > > Thanks in advance, > Mark Hoffman > > P.S. Excellent OS! From owner-freebsd-questions Tue Sep 30 21:47:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA15935 for questions-outgoing; Tue, 30 Sep 1997 21:47:12 -0700 (PDT) Received: from cplkagan.globaleyes.net ([209.60.64.59]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA15925 for ; Tue, 30 Sep 1997 21:47:07 -0700 (PDT) Received: from parrothd.globaleys.net (parrothd [192.0.0.29]) by cplkagan.globaleyes.net (8.8.5/8.8.5) with SMTP id TAA22294; Tue, 30 Sep 1997 19:49:48 -0500 (CDT) Message-Id: <3.0.3.32.19970930234254.006e6564@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Demo Version 3.0.3 (32) Date: Tue, 30 Sep 1997 23:42:54 -0500 To: The Hermit Hacker , questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: Re: Remotely power cycle a machine...? In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I believe APC has something, but I need to think if it was them or not(I can check), but it was a battery back-up system that also had dail-up capablities, for remote power cycles. We, had planned on using them for our remote dail-in POP sites, to cycle our modem banks. unfortunatley they were kinda pricey, but then again $50 was pricey at this place.. :) Or you could throw an old 486,Intellegent APC backup(or whatever), and use their software to cycle the power backup ( plug the other cpu into apc :) )? At 12:57 AM 10/1/97 -0300, The Hermit Hacker wrote: > >Hi... > > I'm having problems with one of my remote machines running >2.2.2-RELEASE that seems to "feel" like a SCSI bus problem. There isn't much >I can do about it, since the machine is 2500 kilometers, and 3 provinces >away :( So, right now, she is down, and will be for the next 10hrs or >so...very bad for business :( > > Does anyone know of any way of doing a remote power cycle of a machine? > > Mainly, what I was thinking, was the ability to throw on some sort of >device that I can either telnet to (we have a Sparc20 on location, so maybe >a device hanging off a serial port from that?) or dialup into on the phone, >that I can force the machine to reboot itself? Or maybe "terminate" the >power and turn it back on again? > >Marc G. Fournier >Systems Administrator @ hub.org >primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org > > > ..-.. ..-.. Jonathan E. Lyons __ /-___-\ __ __ / \ __ parrothd@midwest.net (__\/___ ___\/__) (__\//-oO--\\/__) 87 VFR700FII | \__|__/ | (/ _---_ \) Southern Illinois University ( ___ ) \/__|__\/ School of Ag. LAN Admin. ( / \ ) | [VFR] | http://cplkagan.globaleyes.net/ \ |.-.| / \ .---.{O) \ || || / \|///|| | '\| |/' |\|\|{_} | | |///|// '_' |///| '---' From owner-freebsd-questions Tue Sep 30 21:52:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA16208 for questions-outgoing; Tue, 30 Sep 1997 21:52:13 -0700 (PDT) Received: from neptune.ajc.state.net (neptune.ajc.state.net [204.120.158.168]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA16180 for ; Tue, 30 Sep 1997 21:51:56 -0700 (PDT) Received: from AJC.State.Net (saturn.ajc.state.net [204.120.158.166]) by neptune.ajc.state.net (8.8.6/8.8.5) with ESMTP id XAA02104; Tue, 30 Sep 1997 23:50:04 -0500 (CDT) Message-ID: <3431D67A.F1DD44FE@AJC.State.Net> Date: Tue, 30 Sep 1997 23:50:02 -0500 From: User Al Johnson X-Mailer: Mozilla 4.02b7 [en] (X11; I; FreeBSD 2.2-STABLE i386) MIME-Version: 1.0 To: The Hermit Hacker CC: questions@FreeBSD.ORG Subject: Re: Remotely power cycle a machine...? References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Here in the States, I'd run to Radio Shack and pick up a $30 box that conects to a phone line. You plug up to 4 devices into it. Call the phone number dial #1 to turn off power to the device in plug one, dial *1 to turn power back on. I used to use this to support a Novell (ick) Netware Access Server) that blew up quite often. -- Al The Hermit Hacker wrote: > > Hi... > > I'm having problems with one of my remote machines running > 2.2.2-RELEASE that seems to "feel" like a SCSI bus problem. There isn't much > I can do about it, since the machine is 2500 kilometers, and 3 provinces > away :( So, right now, she is down, and will be for the next 10hrs or > so...very bad for business :( > > Does anyone know of any way of doing a remote power cycle of a machine? > > Mainly, what I was thinking, was the ability to throw on some sort of > device that I can either telnet to (we have a Sparc20 on location, so maybe > a device hanging off a serial port from that?) or dialup into on the phone, > that I can force the machine to reboot itself? Or maybe "terminate" the > power and turn it back on again? > > Marc G. Fournier > Systems Administrator @ hub.org > primary: scrappy@hub.org secondary: scrappy@{freebsd|postgresql}.org From owner-freebsd-questions Tue Sep 30 22:14:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17078 for questions-outgoing; Tue, 30 Sep 1997 22:14:41 -0700 (PDT) Received: from gate.mgt.msk.ru (mgtrep.24h.dialup.ru [194.87.18.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17065 for ; Tue, 30 Sep 1997 22:14:31 -0700 (PDT) Received: from asteroid.mgt.msk.ru (asteroid.mgt.msk.ru [192.168.133.145]) by gate.mgt.msk.ru (8.8.6/8.8.6) with ESMTP id JAA04273 for ; Wed, 1 Oct 1997 09:13:53 +0400 (MSD) Received: from asteroid.mgt.msk.ru (localhost.mgt.msk.ru [127.0.0.1]) by asteroid.mgt.msk.ru (8.8.7/8.8.6) with ESMTP id JAA06446 for ; Wed, 1 Oct 1997 09:13:44 +0400 (MSD) Message-Id: <199710010513.JAA06446@asteroid.mgt.msk.ru> To: questions@freebsd.org Reply-To: tarkhil@mgt.msk.ru Subject: NATD and traceroute Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Oct 1997 09:13:43 +0400 From: "Alexander B. Povolotsky" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! Does anyone know if traceroute works correctly with NATD? I've got some troubles trying to run traceroute from inside IP_filter'ed and ipnat'ed network. Alex. From owner-freebsd-questions Tue Sep 30 22:35:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18172 for questions-outgoing; Tue, 30 Sep 1997 22:35:28 -0700 (PDT) Received: from ms11.hinet.net (root@ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA18161 for ; Tue, 30 Sep 1997 22:35:22 -0700 (PDT) Received: from ms11.hinet.net ([163.17.3.233]) by ms11.hinet.net (8.8.3/8.8.3) with ESMTP id NAA16651 for ; Wed, 1 Oct 1997 13:36:39 +0800 (CST) Message-ID: <3431E08D.95EC08E1@ms11.hinet.net> Date: Wed, 01 Oct 1997 13:33:02 +0800 From: Doug Lo X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FYI. My rules of thumb for configuring PPP by using PAP. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, ALL, I have spent the time to study how to configurate PPP by using PAP without no problem. The following files ppp.conf, ppp.linkup should work fine for who want to use PAP. I'm using FreeBSD 2.2.2-Release and my ISP uses 'dynamic IP address". =========== /etc/ppp/ppp.conf ============================= default: set device /dev/cuaa1 set speed 115200 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" provider: set openmode active ==> must add this line set phone xxxxxxx deny chap disable chap accept pap set authname jwlo set authkey 2ruiodgi dial ===================================================== Caution: DON'T ADD THIS LINE "set login" in ppp.conf. If your ISP uses "static IP address", add "ifaddr xxxx xxxx xxxx" before 'dial'. ======== /etc/ppp/ppp.linkup ====================== provider: delete ALL add 0 0 HISADDR ============================================= When you finish editing these files, type ppp provide, the result is: %ppp provider User Process PPP. Written by Toshiharu OHNO. Log Level is 281 Using interface: tun0 Interactive mode Dial attempt 1 of 1 Phone: xxxxxxx dial OK! login OK! ppp ON Ariel> Packet mode. ppp on Ariel> ppp on Ariel> Hope this helps for you, Doug. From owner-freebsd-questions Tue Sep 30 23:00:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA19550 for questions-outgoing; Tue, 30 Sep 1997 23:00:54 -0700 (PDT) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA19520 for ; Tue, 30 Sep 1997 23:00:37 -0700 (PDT) Received: from wired.ctech.ac.za (localhost [127.0.0.1]) by wired.ctech.ac.za (8.8.5/8.8.5) with SMTP id IAA25934 for ; Wed, 1 Oct 1997 08:00:15 +0200 (SAT) Message-ID: <3431E6EF.2781E494@wired.ctech.ac.za> Date: Wed, 01 Oct 1997 08:00:15 +0200 From: Jacques Hugo X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: xconsole Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there ... When I am on the console, syslogd prints out all messages when someone logs in, ftp's in, *.errors, etc. Where do you specify those options in xconsole. It only echo's normal su, sig 11, etc errors. I had a look at the app-defaults file of xconsole, but haven't a clue of where to start. Thanks. -Jacques From owner-freebsd-questions Tue Sep 30 23:06:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA19964 for questions-outgoing; Tue, 30 Sep 1997 23:06:58 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA19951 for ; Tue, 30 Sep 1997 23:06:48 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id PAA14909; Wed, 1 Oct 1997 15:31:36 +0930 (CST) Message-ID: <19971001153136.12270@lemis.com> Date: Wed, 1 Oct 1997 15:31:36 +0930 From: Greg Lehey To: Doug Lo Cc: freebsd-questions@FreeBSD.ORG Subject: Re: FYI. My rules of thumb for configuring PPP by using PAP. References: <3431E08D.95EC08E1@ms11.hinet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3431E08D.95EC08E1@ms11.hinet.net>; from Doug Lo on Wed, Oct 01, 1997 at 01:33:02PM +0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 01, 1997 at 01:33:02PM +0800, Doug Lo wrote: > Hi, ALL, > > I have spent the time to study how to configurate PPP by using PAP > without no problem. > The following files ppp.conf, ppp.linkup should work fine for who want > to use PAP. > I'm using FreeBSD 2.2.2-Release and my ISP uses 'dynamic IP > address". Thanks for the feedback, Doug. > =========== /etc/ppp/ppp.conf ============================= > default: > set device /dev/cuaa1 > set speed 115200 > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" > ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" > > provider: > set openmode active ==> must add this line This depends on the ISP. It's becoming more common, though, so newer versions of User PPP do it by default. > set phone xxxxxxx > deny chap > disable chap > accept pap > set authname XXXXX > set authkey XXXXX You probably don't want to tell the world your authname and authkey :-) > dial > ===================================================== > Caution: DON'T ADD THIS LINE "set login" in ppp.conf. Again, this depends on your ISP. Your experience is more common here, too. > If your ISP uses "static IP address", add "ifaddr > xxxx xxxx xxxx" before 'dial'. > > ======== /etc/ppp/ppp.linkup ====================== > provider: > delete ALL > add 0 0 HISADDR > ============================================= > > When you finish editing these files, type ppp provide, the result is: >> ppp provider > User Process PPP. Written by Toshiharu OHNO. > Log Level is 281 > Using interface: tun0 > Interactive mode > Dial attempt 1 of 1 > Phone: xxxxxxx > dial OK! > login OK! > ppp ON Ariel> Packet mode. > ppp on Ariel> > ppp on Ariel> You'll proabably find it more convenient to start it with # ppp -background provide[r] See the man pages for alternatives. Greg From owner-freebsd-questions Tue Sep 30 23:09:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20247 for questions-outgoing; Tue, 30 Sep 1997 23:09:34 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20242 for ; Tue, 30 Sep 1997 23:09:32 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA23692; Tue, 30 Sep 1997 23:09:29 -0700 (PDT) Date: Tue, 30 Sep 1997 23:09:29 -0700 (PDT) From: Doug White Reply-To: Doug White To: Don Humphreys cc: freebsd-questions@FreeBSD.ORG Subject: Re: getting printer to work under FBSD 2.2.2 In-Reply-To: <3431F420.5DB7@ibm.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Don Humphreys wrote: > I just installed FreeBSD 2.2.2 using CD rom. > > When attempting to use lpr command to print a text file, > nothing happens. > > The only thing that I noticed at boot up time was that > lpt0 was irq 7 and that lpt1 was not probed due to conflict > with lpt0. Try removing the IRQ from your kernel config and rebuild. THis will put it into polled mode and remove the conflict. > How can I get printer to work, ie., to be recognized? > > system Specs: > HP pavillion 166 mhz > 32 MG Ram > 2 hardrives with freebsd using 2nd hardrive 2.4+GB > > Printer is Hewlett Packard Desljet 820 Cse This isn't the ``Windows Enhanced'' printer, is it? See the Handbook's section on setting up printers. It's very, very well written. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 23:13:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20486 for questions-outgoing; Tue, 30 Sep 1997 23:13:05 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20481 for ; Tue, 30 Sep 1997 23:13:03 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA23701; Tue, 30 Sep 1997 23:12:59 -0700 (PDT) Date: Tue, 30 Sep 1997 23:12:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: rknebel@mail.microserve.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: ghostscript In-Reply-To: <19970930210222.59676@my.domain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997 rknebel@mail.microserve.net wrote: > Hi, > I have been wracking my brain tring to get my HP Deskjet 660 to print > using freebsd 2.2.2. Many of you nice people have sent me your > /etc/printcap files and also your filters and for that I am very > appreciative. > One problem still remains. With all this help, I > can very nicely print any text file but whenever I come upon a postscript > file ie netscape or a xv picture and ghostscripts is invoked I get about 7 > pages of ghostscript error messages and nothing else. > I figured maybe my problem is with ghostscript so I started reading all > the ghostscript docs to try and understand how these filters are made. > If I switch to the ghostscript directory of examples and type: > gs -sDEVICE=cdj550 tiger.ps -sOutPutFile=\|lpr ghostscript initializes and > then I get a line that says showpage press return. Try this: /usr/local/bin/gs -q -sDEVICE=djet500 -sPAPERSIZE=letter -r300 -dNOPAUSE -dSAFER -sOutputFile=- - I actually run this in a shell script that's invoked as the input filter on a special printer definition (I call it ``ps''). If you want to run this from the command line, put a ` | lpr' after it. Make sure that the default printer isn't doing any processing on the output; gs expects to have it's output go directly to the printer. This is for my DeskJet 500 too; you may need to change the device and may want to set other options. See /usr/local/lib/ghostscript/doc/devices.doc for more information. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 23:15:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20646 for questions-outgoing; Tue, 30 Sep 1997 23:15:46 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20638 for ; Tue, 30 Sep 1997 23:15:42 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA23709; Tue, 30 Sep 1997 23:15:35 -0700 (PDT) Date: Tue, 30 Sep 1997 23:15:35 -0700 (PDT) From: Doug White Reply-To: Doug White To: ppfisher cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hardware Compability In-Reply-To: <3430C6B6.1544@infopro.spb.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, ppfisher wrote: > How about Digi concentrators(Digi EPCX/16) on FreeBSD ? If these are compatible with the Digiboard PC/?i or PC/?e cards, then we have a driver for them. I'm not sure they're compatible tho, I don't work with digiboard hardware. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Tue Sep 30 23:36:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22217 for questions-outgoing; Tue, 30 Sep 1997 23:36:59 -0700 (PDT) Received: from oskar.nanoteq.co.za (oskar.nanoteq.co.za [163.195.220.170]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22212 for ; Tue, 30 Sep 1997 23:36:50 -0700 (PDT) Received: (from rbezuide@localhost) by oskar.nanoteq.co.za (8.8.7/8.8.5) id IAA00779; Wed, 1 Oct 1997 08:36:29 +0200 (SAT) From: Reinier Bezuidenhout Message-Id: <199710010636.IAA00779@oskar.nanoteq.co.za> Subject: Re: using subnets In-Reply-To: <199709302309.RAA03585@optel.net> from Roberto Abarca at "Sep 30, 97 05:03:27 pm" To: roberto@optel.net (Roberto Abarca) Date: Wed, 1 Oct 1997 08:36:29 +0200 (SAT) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi .. > Im working with a DNS an Radius server machine who is connected to a Lan > segment where we have several routers connected to several destinations, on > the remote sides we have subnets belonging to the same class C networks and > with netmask 255.255.255.224, in order to get it working we had to add each > host from the remote networks with its associate gateway in the freeBSD > server4, we have about 90 routes indicating the way for each remote hosts. > Is there any way to announce the hole subnets using only the network ip > (example: > 206.48.96.192 255.255.255.224), It will be easier to manage the addresses; > we still didnt found the way to achieve this. > I'm not exactly sure how the setup of your network looks, maybe you can draw a small text picture ?? But it sounds like you should be able to do it with static routes for those supnets. Reinier From owner-freebsd-questions Tue Sep 30 23:40:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22493 for questions-outgoing; Tue, 30 Sep 1997 23:40:50 -0700 (PDT) Received: from oskar.nanoteq.co.za (oskar.nanoteq.co.za [163.195.220.170]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22487 for ; Tue, 30 Sep 1997 23:40:45 -0700 (PDT) Received: (from rbezuide@localhost) by oskar.nanoteq.co.za (8.8.7/8.8.5) id IAA00868; Wed, 1 Oct 1997 08:40:29 +0200 (SAT) From: Reinier Bezuidenhout Message-Id: <199710010640.IAA00868@oskar.nanoteq.co.za> Subject: Re: install: unknown group network In-Reply-To: <34314373.B668F08E@ptway.com> from Brian Haskin at "Sep 30, 97 02:22:43 pm" To: haskin@ptway.com (Brian Haskin) Date: Wed, 1 Oct 1997 08:40:29 +0200 (SAT) Cc: freebsd-questions@FreeBSD.ORG, haskin@ptway.com X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi ... > > ===> usr.sbin/ppp > install -c -w -o root -g network -m486 ppp /usr/sbin > install: unknown group network > *** Error code 67 > > Stop. > *** Error code 1 > ... > Yes ... I saw this too .. I had a look in /usr/src/etc/group and saw the entry there .. I compied the entry and did a make installworld and it completed Everything else in the make world seemed to work fine :) Reinier From owner-freebsd-questions Wed Oct 1 00:19:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA24572 for questions-outgoing; Wed, 1 Oct 1997 00:19:02 -0700 (PDT) Received: from tower.my.domain (nscs21p1.remote.umass.edu [128.119.179.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA24535; Wed, 1 Oct 1997 00:18:52 -0700 (PDT) Received: from tower.my.domain (localhost [127.0.0.1]) by tower.my.domain (8.8.7/8.8.7) with ESMTP id CAA00340; Wed, 1 Oct 1997 02:35:00 -0400 (EDT) Date: Wed, 1 Oct 1997 02:35:00 -0400 (EDT) From: User Gp Message-Id: <199710010635.CAA00340@tower.my.domain> X-Mailer: exmh version 2.0zeta 7/24/97 To: questions@FreeBSD.ORG cc: hardware@FreeBSD.ORG Subject: ppbus problem Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mime Version: 1.0 Content Type: Text Plain Date: Wed, 01 Oct 1997 02:35:00 -0400 From: User Gp I 'm trying to install the ppbus stuff for my parallel port zip drive. The kernel compiled OK, and it has a lot to say about the drive, but fdisk and mount produce no results. Here's dmesg. Any ideas. Thanks. Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-CURRENT #0: Wed Oct 1 01:55:48 EDT 1997 gp@tower.my.domain:/usr/src/sys/compile/GPKERNEL CPU: Cyrix 6x86 (486-class CPU) Origin = "CyrixInstead" Device ID = 0x2231 Stepping=2 Revision=2 real memory = 50331648 (49152K bytes) avail memory = 46845952 (45748K bytes) Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> lpt1 at 0x378-0x37f irq 12 on isa lpt1: Interrupt-driven port lp1: TCP/IP capable interface sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A sio2 at 0x3e8-0x3ef irq 5 on isa sio2: type 16550A sio3 not found at 0x2e8 wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): , 32-bit, multi-block-16 wd0: 2014MB (4124736 sectors), 4092 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, intr, dma, iordy wcd0: 2062Kb/sec, 120Kb cache, audio play, 255 volume levels, ejectable tray wcd0: 120mm data disc loaded, unlocked fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in npx0 flags 0x7 on motherboard npx0: INT 16 interface ppc0 at 0x278 irq 7 on isa ppc0: Generic chipset in PS/2 mode plip0: on ppbus 0 ppi0: on ppbus 0 vpo0: on ppbus 0 scbus0 at vpo0 bus 0 sd0 at scbus0 target 6 lun 0 sd0: type 0 removable SCSI 2 sd0: Direct-Access sd0: UNIT ATTENTION asc:28,0 sd0: Not ready to ready transition, medium may have changed 862MB (196608 4592 byte sectors) vpo0: on ppbus 0 scbus1 at vpo0 bus 0 sd1 at scbus1 target 6 lun 0 sd1: type 0 removable SCSI 2 sd1: Direct-Access sd1: ILLEGAL REQUEST asc:24,0 Invalid field in CDB sd1 could not mode sense (4). Using ficticious geometry 96MB (196608 512 byte sectors) From owner-freebsd-questions Wed Oct 1 00:38:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25601 for questions-outgoing; Wed, 1 Oct 1997 00:38:16 -0700 (PDT) Received: from compsect.seua.am ([194.67.213.130]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA25590 for ; Wed, 1 Oct 1997 00:38:10 -0700 (PDT) Received: (from bsdquest@localhost) by compsect.seua.am (8.7.5/8.7.3) id LAA00828; Wed, 1 Oct 1997 11:37:55 +0300 (MSK) Date: Wed, 1 Oct 1997 11:37:54 +0300 (MSK) From: BSD Questions To: questions@freebsd.org Subject: How to change routing?Where is documentation? In-Reply-To: <199710010732.KAA00445@compsect.seua.am> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 1.Where is the file with settings for the routing & what is the format of this file ? 2.Where in the WWW i can find any documentation about administering the FreeBSD? Thanx, NightMare From owner-freebsd-questions Wed Oct 1 00:41:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25844 for questions-outgoing; Wed, 1 Oct 1997 00:41:40 -0700 (PDT) Received: from cuda.jcu.edu.au (cuda.jcu.edu.au [137.219.16.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA25809 for ; Wed, 1 Oct 1997 00:41:11 -0700 (PDT) Received: from [137.219.38.77] (momuller.jcu.edu.au [137.219.38.77]) by cuda.jcu.edu.au (8.8.7/8.8.7) with ESMTP id RAA00786 for ; Wed, 1 Oct 1997 17:40:30 +1000 (EST) X-Sender: sci-blm@pop.jcu.edu.au Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Wed, 1 Oct 1997 17:37:28 +1000 To: freebsd-questions@FreeBSD.org From: Ben Marsh Subject: freeBSD instalation Problems?! Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Can Somebody help me? I am trying to install from floppy but I can't seem to intstall the bin distribution! I copied install.sh bin.mtree (which was truncated to bin.mtr) bin.inf which I dowloaded as text files from ftp.freebsd.org as well as bin.aa and bin.ab(downloaded as binary files) on to the first disk. This disk is formatted to MSDOS fs. when I try to commit changes in the install program the program tells me that it can't install probably because the distribution is missing on the chosen media. I have tried switching to alt-f4 ( I guess this is another process) and type in but the disk light goes on for about 3secs and nothing else happens. Why? Thanks Ben Marsh newbie to freeBSD From owner-freebsd-questions Wed Oct 1 00:44:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25995 for questions-outgoing; Wed, 1 Oct 1997 00:44:31 -0700 (PDT) Received: from gy.sibtel.ru ([195.58.11.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA25987 for ; Wed, 1 Oct 1997 00:44:04 -0700 (PDT) Received: from mail.tcms26.ru (tcms26.sibtel.ru [195.58.11.18]) by gy.sibtel.ru (8.8.5/8.8.5) with SMTP id NAA02479 for ; Wed, 1 Oct 1997 13:23:46 +0600 (ESS) Message-ID: <3431F93B.41C67EA6@sibtel.ru> Date: Wed, 01 Oct 1997 07:18:19 +0000 From: George Yegoroff Organization: Sibtel X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Locale keyboard not work. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I did all how write in handbook for locale setup,but in xterm ,when I switch in Russian layot, nothing appear when I try input from keyboard. FreeBSD version 2.2.1 ,XWindows version 3.3.1. Russian fonts installed. What's wrong ? Sorry for my English. From owner-freebsd-questions Wed Oct 1 01:16:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA27755 for questions-outgoing; Wed, 1 Oct 1997 01:16:46 -0700 (PDT) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA27738; Wed, 1 Oct 1997 01:16:38 -0700 (PDT) Received: from word.smith.net.au (localhost.gsoft.com.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id RAA01249; Wed, 1 Oct 1997 17:44:14 +0930 (CST) Message-Id: <199710010814.RAA01249@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: User Gp cc: questions@FreeBSD.ORG, hardware@FreeBSD.ORG Subject: Re: ppbus problem In-reply-to: Your message of "Wed, 01 Oct 1997 02:35:00 -0400." <199710010635.CAA00340@tower.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Oct 1997 17:44:14 +0930 From: Mike Smith Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Mime Version: 1.0 > Content Type: Text Plain > Date: Wed, 01 Oct 1997 02:35:00 -0400 > From: User Gp > > I 'm trying to install the ppbus stuff for my parallel port > zip drive. The kernel compiled OK, and it has a lot to say > about the drive, but fdisk and mount produce no results. > Here's dmesg. Any ideas. Can you be more specific about "no results"? Error messages? System lockup? > ppc0 at 0x278 irq 7 on isa > ppc0: Generic chipset in PS/2 mode > plip0: on ppbus 0 > ppi0: on ppbus 0 > vpo0: on ppbus 0 > scbus0 at vpo0 bus 0 > sd0 at scbus0 target 6 lun 0 > sd0: type 0 removable SCSI 2 > sd0: Direct-Access > sd0: UNIT ATTENTION asc:28,0 > sd0: Not ready to ready transition, medium may have changed > 862MB (196608 4592 byte sectors) > vpo0: on ppbus 0 > scbus1 at vpo0 bus 0 > sd1 at scbus1 target 6 lun 0 > sd1: type 0 removable SCSI 2 > sd1: Direct-Access > sd1: ILLEGAL REQUEST asc:24,0 Invalid field in CDB > sd1 could not mode sense (4). Using ficticious geometry > 96MB (196608 512 byte sectors) Actually, this looks pretty ugly; you appear to have detected the vpo0 device twice. Do you have one Zip or two connected? mike From owner-freebsd-questions Wed Oct 1 01:19:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA27961 for questions-outgoing; Wed, 1 Oct 1997 01:19:42 -0700 (PDT) Received: from oskar.nanoteq.co.za (oskar.nanoteq.co.za [163.195.220.170]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA27948; Wed, 1 Oct 1997 01:19:21 -0700 (PDT) Received: (from rbezuide@localhost) by oskar.nanoteq.co.za (8.8.7/8.8.5) id KAA03089; Wed, 1 Oct 1997 10:18:50 +0200 (SAT) From: Reinier Bezuidenhout Message-Id: <199710010818.KAA03089@oskar.nanoteq.co.za> Subject: CHROOTDIR problem in RELENG_2_2 and ports To: freebsd-questions@freebsd.org, joerg@freebsd.org Date: Wed, 1 Oct 1997 10:18:50 +0200 (SAT) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi ... When recentlt doing a make release I noticed that the CHROOT dir is not added to the from of the ports make file, causing a lot of cd: can't cd to /usr/ports/.../../ and cat: /usr/ports/databases/bla/bla : no such file or directory Should this not be coming directly from the CHROOTDIR and not form the absolute path ?? e.g. cd /usr/ports/bla/bla ?? I tried looking through the /usr/shar/mk/bsd.port.subdir.mk but couldn't make headlong :) The /usr/src/release/Makefile does the following ... cd ${CHROOTDIR}/usr && rm -rf ports && cvs -d ${CVSROOT} co -P ports && cd ports && make readmes Did I not set something ... or should this happen ?? Thanx Reinier From owner-freebsd-questions Wed Oct 1 02:18:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01188 for questions-outgoing; Wed, 1 Oct 1997 02:18:16 -0700 (PDT) Received: from twister.artelecom.ru (root@[194.135.100.8]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA01182 for ; Wed, 1 Oct 1997 02:18:00 -0700 (PDT) Received: from FreeBSD.siu.kbsu.edu (kbsu.nalchik.su [194.85.35.23]) by twister.artelecom.ru (8.8.5/8.8.5) with ESMTP id NAA22366 for ; Wed, 1 Oct 1997 13:20:09 +0400 (MSD) Received: (from root@localhost) by FreeBSD.siu.kbsu.edu (8.8.5/8.8.5) id NAA06479; Wed, 1 Oct 1997 13:18:45 GMT Date: Wed, 1 Oct 1997 13:18:45 GMT Message-Id: <199710011318.NAA06479@FreeBSD.siu.kbsu.edu> To: freebsd-questions@FreeBSD.ORG X-URL: http://www.ru.freebsd.org/mailto.html X-Mailer: Lynx, Version 2.7.1 X-Personal_name: Eugene L. Vorokov From: vel@twister.artelecom.ru Subject: Some FreeBSD bugs that not yet fixed. Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi friends ! I'm using FreeBSD about 2 year and I think that it's great and cool ! But I see some bugs in all FreeBSD versions since 2.1.0 1. When I insert floppy disk with BAD tracks in system areas, and then do "mount -t msdos /dev/fd0 /mnt", the system sometimes hangs up. I still can switch between consoles, but all processes stops and I can't do anything. Ctrl-Alt-Del doesn't work also, the only way to reboot is pressing RESET. 2. I installed FreeBSD from DOS portition, and I want to remove this partition after installation. I run "sysinstall" utility, enter "Disk Partition Editor", remove DOS partition and create new FreeBSD partition. Then I enter "Disk Label Editor", create slices I need and press "w" to write changes. Sysinstall utility says "segmentation fault, core dumped" at this point. I hope, these bugs will be fixed in official 3.0 version. Or, may be, they take place only on my machine ? I have 486DX4 machine with AMD CPU, 8Mbytes RAM, 1 GB Seagate HDD drive, 1.44 floppy drive, and standart VGA video card. Pre-thanx. Sorry for bad english - I'm russian :) From owner-freebsd-questions Wed Oct 1 02:27:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA01672 for questions-outgoing; Wed, 1 Oct 1997 02:27:27 -0700 (PDT) Received: from ns0.eris.dera.gov.uk (ns0.eris.dera.gov.uk [128.98.1.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA01667 for ; Wed, 1 Oct 1997 02:27:23 -0700 (PDT) Received: (qmail 26867 invoked from network); 1 Oct 1997 08:29:05 -0000 Received: from mail-relay.eris.dera.gov.uk (128.98.2.2) by ns0.eris.dera.gov.uk with SMTP; 1 Oct 1997 08:29:05 -0000 Received: (qmail 8470 invoked by alias); 1 Oct 1997 08:30:39 -0000 Received: (qmail 5084 invoked from network); 1 Oct 1997 08:30:39 -0000 Received: from wandle.eris.dera.gov.uk (HELO wandle.dra.hmg.gb) (128.98.3.36) by mail-relay.eris.dera.gov.uk with SMTP; 1 Oct 1997 08:30:39 -0000 Received: from rivers.dra.hmg.gb by wandle.dra.hmg.gb with smtp(Smail3.1.28.1 #64) id m0xGK9V-0005kAC; Wed, 1 Oct 97 09:29 WET DST To: freebsd-questions@freebsd.org Subject: Re: LyX Segmentation Fault (core dumped) X-Disclaimer: This message contains the author's opinion only. It should not be taken as the position of DERA unless stated explicitly. References: <199709302205.SAA26219@tower.my.domain> Mime-Version: 1.0 (generated by tm-edit 7.100) Content-Type: text/plain; charset=US-ASCII From: Steve Folkes In-Reply-To: User Gp's message of "Tue, 30 Sep 1997 18:05:06 -0400" X-Mailer: Gnus v5.5/Emacs 19.34 Date: Wed, 01 Oct 1997 09:28:55 +0100 Message-ID: <301.17435.875694535@rivers.dra.hmg.gb> Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk User Gp writes: >>> I guess the subject line about says it. I have current as of 9/24 and >>> pkg_add-ed lyx-0.10.7 from packages-current, but when I type lyx, I always get >>> "Segmentation fault (core dumped)". Anyone have any ideas how to fix this? I don't know how relevant this is (I'm running 2.2.1-RELEASE), but I had problems with LyX that resulted in it core-dumping (I was compiling my own version rather than using the package). The problem turned out to be with the Xforms library - the interface had changed incompatibly: The version that came in the package was 0.86, with the following prototype that caused problems: extern int fl_show_question(const char *, int); The version that I used that worked was 0.81, with the following prototype: extern int fl_show_question(const char *, const char *, const char *); The fix involved forcing it to compile using the header and shared library for 0.81. I suspect that your problem might be that the wrong shared library is being picked up (then again ...). Hope that is of some use, - Steve. -- Steve Folkes, N137, DERA Malvern, St Andrews Rd, Malvern, Worcs. WR14 3PS. UK. Tel: +44 1684 895649; Fax: +44 1684 894303; Email: smf@rivers.dra.hmg.gb From owner-freebsd-questions Wed Oct 1 02:36:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA02094 for questions-outgoing; Wed, 1 Oct 1997 02:36:22 -0700 (PDT) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA02076; Wed, 1 Oct 1997 02:36:12 -0700 (PDT) Received: from word.smith.net.au (localhost.gsoft.com.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id TAA01489; Wed, 1 Oct 1997 19:03:35 +0930 (CST) Message-Id: <199710010933.TAA01489@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mike Smith cc: questions@FreeBSD.ORG, hardware@FreeBSD.ORG Subject: Re: ppbus problem In-reply-to: Your message of "Wed, 01 Oct 1997 17:44:14 +0930." <199710010814.RAA01249@word.smith.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Oct 1997 19:03:34 +0930 From: Mike Smith Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Mime Version: 1.0 > > Content Type: Text Plain > > Date: Wed, 01 Oct 1997 02:35:00 -0400 > > From: User Gp I hope you're subscribed to one or both of these lists; that's not a valid mail address. > > ppc0 at 0x278 irq 7 on isa > > ppc0: Generic chipset in PS/2 mode > > plip0: on ppbus 0 > > ppi0: on ppbus 0 > > vpo0: on ppbus 0 > > scbus0 at vpo0 bus 0 > > sd0 at scbus0 target 6 lun 0 > > sd0: type 0 removable SCSI 2 > > sd0: Direct-Access > > sd0: UNIT ATTENTION asc:28,0 > > sd0: Not ready to ready transition, medium may have changed > > 862MB (196608 4592 byte sectors) > > vpo0: on ppbus 0 > > scbus1 at vpo0 bus 0 > > sd1 at scbus1 target 6 lun 0 > > sd1: type 0 removable SCSI 2 > > sd1: Direct-Access > > sd1: ILLEGAL REQUEST asc:24,0 Invalid field in CDB > > sd1 could not mode sense (4). Using ficticious geometry > > 96MB (196608 512 byte sectors) > > Actually, this looks pretty ugly; you appear to have detected the vpo0 > device twice. Do you have one Zip or two connected? I've been trying to work out how you could actually have achieved this at all. Are you using the ppbus code in -current, or a patched 2.2? (Sorry, I nuked your previous message 8( ) mike From owner-freebsd-questions Wed Oct 1 02:55:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA03214 for questions-outgoing; Wed, 1 Oct 1997 02:55:17 -0700 (PDT) Received: from DonaldBurr.dyn.ml.org (dburr@ppp11217.la.inreach.net [206.18.113.217]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA03204; Wed, 1 Oct 1997 02:55:10 -0700 (PDT) Received: (from dburr@localhost) by DonaldBurr.dyn.ml.org (8.8.5/8.8.5) id CAA01167; Wed, 1 Oct 1997 02:54:40 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Wed, 01 Oct 1997 02:45:39 -0700 (PDT) Organization: Starfleet Command From: Donald Burr To: FreeBSD Ports , FreeBSD Questions Subject: how to use mysql port/package Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- I'd like to get the mysql package or port working, but have had no success so far. I have tried both the package and the port (both in FreeBSD-current). Basically, I am always getting "access denied" when accessing any database, as any user (even root). The MySQL faq (installed in /usr/local/share/doc/mysql) was less than helpful. In fact, it provided NO information to help me even get started fixing this problem. I had to go to the mysql tarball for that: the file INSTALL-BINARY in said tarball mentions a "mysql_install_db" script that is to be run if you wish to reset all of the databases and permissions to the default (which specify that root has access to everything). It says to remove all of the /var/db/mysql/mysql/*.{ISD,ISM} files then run the mysql_install_db script. I tried this several times, but it does not help. I still get "access denied" messages, such as: # try to access the "test" database [root@DonaldBurr:120 ~]# mysql test ERROR: Access denied # get root's access permissions on the test database [root@DonaldBurr:121 ~]# mysqlaccess root test mysqlaccess Version 1.2-3, 16 Jun 1997 By RUG-AIV, by Yves Carlier (Yves.Carlier@rug.ac.be) This software come with ABSOLUTELY NO WARRANTY. Sorry, An error occurred when trying to connect to the database with the grant-tables: * Maybe YOU do not have READ-access to this database? * If you used the -U option, you may have supplied an invalid username? for the superuser? * If you used the -U option, it may be possible you have to supply a superuser-password to, with the -P option? * If you used the -P option, you may have supplied an invalid password? # get root's access permissions on all databases [root@DonaldBurr:122 ~]# mysqlaccess root \* <> If anyone can shed some light on this, I would very much appreciate a (Private) e-mail from you. I will be happy to summarize to the group the responses that I receive. Many thanks in advance for your assistance. Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNDId3vjpixuAwagxAQEX3gQAm50albwNZg5+J2BurdmdCFo+bKO8pZeT 5+jkjMyqRS7TRbjtAdmT3C8itjNv0vKem211LZn7ug9ZrQimPpO1Lxy1eJogbvbE /OaQYLHMfcRlDFFWgLaTUEnBJmJ3NRvbNIom5p6zK+RzZGsZcYbq/lQitVpRzdXY y4SE4I7RRFw= =5Kr6 -----END PGP SIGNATURE----- From owner-freebsd-questions Wed Oct 1 03:36:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA05272 for questions-outgoing; Wed, 1 Oct 1997 03:36:21 -0700 (PDT) Received: from gate.mgt.msk.ru (mgtrep.24h.dialup.ru [194.87.18.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA05248; Wed, 1 Oct 1997 03:36:09 -0700 (PDT) Received: from asteroid.mgt.msk.ru (asteroid.mgt.msk.ru [192.168.133.145]) by gate.mgt.msk.ru (8.8.6/8.8.6) with ESMTP id OAA04696; Wed, 1 Oct 1997 14:34:22 +0400 (MSD) Received: from asteroid.mgt.msk.ru (localhost.mgt.msk.ru [127.0.0.1]) by asteroid.mgt.msk.ru (8.8.7/8.8.6) with ESMTP id OAA15757; Wed, 1 Oct 1997 14:34:07 +0400 (MSD) Message-Id: <199710011034.OAA15757@asteroid.mgt.msk.ru> To: Donald Burr cc: FreeBSD Ports , FreeBSD Questions Reply-To: tarkhil@mgt.msk.ru Subject: Re: how to use mysql port/package In-reply-to: Your message of "Wed, 01 Oct 1997 02:45:39 PDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Oct 1997 14:34:06 +0400 From: "Alexander B. Povolotsky" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'd like to get the mysql package or port working, but have had no success > so far. I have tried both the package and the port (both in > FreeBSD-current). Basically, I am always getting "access denied" when > accessing any database, as any user (even root). > > The MySQL faq (installed in /usr/local/share/doc/mysql) was less than > helpful. In fact, it provided NO information to help me even get started > fixing this problem. I had to go to the mysql tarball for that: the file > INSTALL-BINARY in said tarball mentions a "mysql_install_db" script that > is to be run if you wish to reset all of the databases and permissions to > the default (which specify that root has access to everything). It says > to remove all of the /var/db/mysql/mysql/*.{ISD,ISM} files then run the > mysql_install_db script. I tried this several times, but it does not > help. I still get "access denied" messages, such as: > > # try to access the "test" database > [root@DonaldBurr:120 ~]# mysql test > ERROR: Access denied A common bug/feature. You've installed permissions for root@localhost, but mysqld sees you as localhost.your.fully.qualified.domain. Fix scripts creating access database, and all will run happily. Alex. From owner-freebsd-questions Wed Oct 1 04:26:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA07285 for questions-outgoing; Wed, 1 Oct 1997 04:26:44 -0700 (PDT) Received: from public.cq.sc.cn (public.cq.cq.cn [202.98.32.111] (may be forged)) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id EAA07263 for ; Wed, 1 Oct 1997 04:26:27 -0700 (PDT) Received: from kh2 (ppp7.cq.sc.cn [202.98.33.7]) by public.cq.sc.cn (SMI-8.6/8.6.11) with ESMTP id TAA17512 for ; Wed, 1 Oct 1997 19:26:34 +0800 Message-ID: <3250FFD4.B7F3FEEC@public.cq.sc.cn> Date: Tue, 01 Oct 1996 19:26:12 +0800 From: "HuangMin(Tunny)" X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: "freebsd-questions@freebsd.org" Subject: problem for CXterm & large file. X-Priority: 3 (Normal) Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello,sir, Has anyone used CXterm? I got problems there. If I press ^C when I use "man" in CXterm, it will not show the input character, how to solve it? Then, I have a Chinese character txt file about 19M large, if I use "ee" to read it, the ee program will respond "segment fault", how to get it work? I'm looking forward to your respond, and thanks for your help you have given. Huang Min ”” From owner-freebsd-questions Wed Oct 1 04:44:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA07957 for questions-outgoing; Wed, 1 Oct 1997 04:44:47 -0700 (PDT) Received: from rs2.hrz.th-darmstadt.de (rs2.hrz.th-darmstadt.de [130.83.22.63]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id EAA07950 for ; Wed, 1 Oct 1997 04:44:38 -0700 (PDT) Received: from m (ppp204.stud.th-darmstadt.de [130.83.177.204]) by rs2.hrz.th-darmstadt.de (8.6.12/8.6.12.1ms) with ESMTP id NAA199618 for ; Wed, 1 Oct 1997 13:44:21 +0200 Message-Id: <199710011144.NAA199618@rs2.hrz.th-darmstadt.de> From: "Markus Schumacher" To: Subject: Registration + Questions Date: Wed, 1 Oct 1997 12:41:17 +0100 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1157 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Markus Schumacher schumach@kom.th-darmstadt.de
Kirchgartenstr. 43
Einhausen Germany 64683 2.2.2-RELEASE
Hi! Above is the registration form i filled out during the freeBSD-installation process. Besides i have some questions, perhaps you can help me: 1. Whenever I login as 'root', i get the following message (example): OCT 1 09:22:13 myhost login: login_getclass: unknown class `root` What's wrong? When I tried to manipulate roots passwd entries with "chsh" i found an entry "Class". But that means nothing to me. What are reasonable values for Class? 2. As I run freeBSD2.2.2 on a 486 DX2-66 Box With 16 MB RAM and 405 HDD, I have not very mouch place for a comfortable installation. But I have a CD with a "LIVE FILE SYSTEM". Is there any supported solution to include this CD in the running system (ports, ...) ? Thanks in advance Markus Schumacher ;-) mailto:schumach@KOM.th-darmstadt.de From owner-freebsd-questions Wed Oct 1 05:02:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA08954 for questions-outgoing; Wed, 1 Oct 1997 05:02:16 -0700 (PDT) Received: from blinx.lizard.org (blinx.wms.co.uk [194.159.247.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA08948 for ; Wed, 1 Oct 1997 05:02:05 -0700 (PDT) Received: (from darrylb@localhost) by blinx.lizard.org (8.8.5/8.7.3) id NAA04337 for questions@freebsd.org; Wed, 1 Oct 1997 13:14:37 +0100 (BST) From: Darryl Bowler Message-Id: <199710011214.NAA04337@blinx.lizard.org> Subject: holes in SSI To: questions@freebsd.org Date: Wed, 1 Oct 1997 13:14:36 +0100 (BST) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A while ago someone mentioned documented hole in server side includes. Could someone post them again, and possible fixes for Apache. Regards Darryl -- ******************************************************************************* http://www.lizard.org/ Web Cache: www.lizard.org 3128 Tel:+44 (0)966 197371 darryl_bowler@uk.ibmmail.com Network Systems - IBM Global Networks ******************************************************************************* From owner-freebsd-questions Wed Oct 1 05:24:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA09833 for questions-outgoing; Wed, 1 Oct 1997 05:24:02 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA09791 for ; Wed, 1 Oct 1997 05:23:55 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id OAA20196; Wed, 1 Oct 1997 14:22:59 +0200 (MET DST) Date: Wed, 1 Oct 1997 14:22:59 +0200 (MET DST) Message-Id: <199710011222.OAA20196@bitbox.follo.net> From: Eivind Eklund To: vel@twister.artelecom.ru CC: freebsd-questions@FreeBSD.ORG In-reply-to: vel@twister.artelecom.ru's message of Wed, 1 Oct 1997 13:18:45 GMT Subject: Re: Some FreeBSD bugs that not yet fixed. References: <199710011318.NAA06479@FreeBSD.siu.kbsu.edu> Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Hi friends ! > I'm using FreeBSD about 2 year and I think that it's great and cool ! > But I see some bugs in all FreeBSD versions since 2.1.0 > 1. When I insert floppy disk with BAD tracks in system areas, and then > do "mount -t msdos /dev/fd0 /mnt", the system sometimes hangs up. I still > can switch between consoles, but all processes stops and I can't do > anything. Ctrl-Alt-Del doesn't work also, the only way to reboot is pressing > RESET. > 2. I installed FreeBSD from DOS portition, and I want to remove this > partition after installation. I run "sysinstall" utility, enter > "Disk Partition Editor", remove DOS partition and create new FreeBSD partition. > Then I enter "Disk Label Editor", create slices I need and press "w" to > write changes. Sysinstall utility says "segmentation fault, core dumped" > at this point. This is probably due to the DOS file system not being stable enough. Try unmounting and removing the DOS-partition from /etc/fstab before you replace it with a BSD partition. Eivind. From owner-freebsd-questions Wed Oct 1 05:58:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA11589 for questions-outgoing; Wed, 1 Oct 1997 05:58:18 -0700 (PDT) Received: from tower.my.domain (nscs22p16.remote.umass.edu [128.119.179.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA11557; Wed, 1 Oct 1997 05:58:08 -0700 (PDT) Received: from tower.my.domain (localhost [127.0.0.1]) by tower.my.domain (8.8.7/8.8.7) with ESMTP id IAA00667; Wed, 1 Oct 1997 08:55:11 -0400 (EDT) Message-Id: <199710011255.IAA00667@tower.my.domain> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mike Smith cc: questions@FreeBSD.ORG, hardware@FreeBSD.ORG Subject: Re: ppbus problem In-reply-to: Your message of "Wed, 01 Oct 1997 17:44:14 +0930." <199710010814.RAA01249@word.smith.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Oct 1997 08:55:11 -0400 From: User Gp Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Mime Version: 1.0 > > Content Type: Text Plain > > Date: Wed, 01 Oct 1997 02:35:00 -0400 > > From: User Gp > > > > I 'm trying to install the ppbus stuff for my parallel port > > zip drive. The kernel compiled OK, and it has a lot to say > > about the drive, but fdisk and mount produce no results. > > Here's dmesg. Any ideas. > > Can you be more specific about "no results"? Error messages? System > lockup? No error messages, it just sits doing nothing, i.e. no indication (sound or lights of disk activity in the zip. I bring my prompt back with ^C. > > > ppc0 at 0x278 irq 7 on isa > > ppc0: Generic chipset in PS/2 mode > > plip0: on ppbus 0 > > ppi0: on ppbus 0 > > vpo0: on ppbus 0 > > scbus0 at vpo0 bus 0 > > sd0 at scbus0 target 6 lun 0 > > sd0: type 0 removable SCSI 2 > > sd0: Direct-Access > > sd0: UNIT ATTENTION asc:28,0 > > sd0: Not ready to ready transition, medium may have changed > > 862MB (196608 4592 byte sectors) > > vpo0: on ppbus 0 > > scbus1 at vpo0 bus 0 > > sd1 at scbus1 target 6 lun 0 > > sd1: type 0 removable SCSI 2 > > sd1: Direct-Access > > sd1: ILLEGAL REQUEST asc:24,0 Invalid field in CDB > > sd1 could not mode sense (4). Using ficticious geometry > > 96MB (196608 512 byte sectors) > > Actually, this looks pretty ugly; you appear to have detected the vpo0 > device twice. Do you have one Zip or two connected? > > mike > Just one. Greg From owner-freebsd-questions Wed Oct 1 06:29:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA12989 for questions-outgoing; Wed, 1 Oct 1997 06:29:05 -0700 (PDT) Received: from relay1.shore.net (root@relay1.shore.net [192.233.85.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA12982 for ; Wed, 1 Oct 1997 06:28:59 -0700 (PDT) Received: from is-ajw (lynnma-04-105.port.shore.net [204.167.109.105]) by relay1.shore.net (8.8.7/8.8.7) with ESMTP id JAA02958 for ; Wed, 1 Oct 1997 09:28:57 -0400 (EDT) Message-Id: <199710011328.JAA02958@relay1.shore.net> From: "Alfred Wheeler" To: Subject: JDK 1.1.4 Date: Wed, 1 Oct 1997 09:27:57 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm taking a class in Java and would prefer to work in FreeBSD rather than Windows 95. Is JDK 1.1.4 available on FreeBSD? If not, what do I need to do to make it happen? From owner-freebsd-questions Wed Oct 1 06:58:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA14617 for questions-outgoing; Wed, 1 Oct 1997 06:58:22 -0700 (PDT) Received: from zerium.newmedia.no (root@oslo-3-1.newmedia.no [194.52.244.65]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA14595 for ; Wed, 1 Oct 1997 06:58:09 -0700 (PDT) Received: from localhost (hanspbie@zerium.newmedia.no [127.0.0.1]) by zerium.newmedia.no (8.8.7/8.8.5) with SMTP id PAA06397; Wed, 1 Oct 1997 15:57:13 +0200 Date: Wed, 1 Oct 1997 15:57:13 +0200 (MET DST) From: Hans Petter Bieker X-Sender: hanspbie@zerium.newmedia.no To: Greg Lehey cc: "Jonathan E. Lyons" , freebsd-questions@FreeBSD.ORG Subject: Re: Crontab Man Page?!?! In-Reply-To: <19971001085013.22821@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Greg Lehey wrote: > 0,15,30,45 * * * * /usr/bin/whatever doesn't */15 * * * * /usr/bin/whatever work too? -- Linux; 64bit, multi-platform, multi-tasking, multi-user, fast and Free. Microsoft Windows 95 - From the makers of EDLIN and FAT drive formatting! "Who needs horror movies when we have Microsoft"? if you think this year is "97", _you_ are not "year 2000 compliant". From owner-freebsd-questions Wed Oct 1 07:40:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA17152 for questions-outgoing; Wed, 1 Oct 1997 07:40:01 -0700 (PDT) Received: from rfd1.oit.umass.edu (mailhub.oit.umass.edu [128.119.175.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA17096; Wed, 1 Oct 1997 07:39:52 -0700 (PDT) Received: from wilde.oit.umass.edu by rfd1.oit.umass.edu (PMDF V5.1-10 #20973) with ESMTP id <0EHD005O7NEAQM@rfd1.oit.umass.edu>; Wed, 1 Oct 1997 10:39:46 -0400 (EDT) Received: from localhost (gp@localhost) by wilde.oit.umass.edu (8.8.3/8.8.6) with SMTP id KAA06757; Wed, 01 Oct 1997 10:39:45 -0400 (EDT) Date: Wed, 01 Oct 1997 10:39:45 -0400 (EDT) From: Greg Pavelcak Subject: Re: ppbus problem In-reply-to: <199710011255.IAA00667@tower.my.domain> To: hardware@FreeBSD.ORG Cc: questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > From: User Gp > > > > > > I 'm trying to install the ppbus stuff for my parallel port > > > zip drive. The kernel compiled OK, and it has a lot to say > > > about the drive, but fdisk and mount produce no results. > > > Here's dmesg. Any ideas. > > > > Can you be more specific about "no results"? Error messages? System > > lockup? > > No error messages, it just sits doing nothing, i.e. no indication (sound or > lights of disk activity in the zip. I bring my prompt back with ^C. > > > > > > ppc0 at 0x278 irq 7 on isa > > > ppc0: Generic chipset in PS/2 mode > > > plip0: on ppbus 0 > > > ppi0: on ppbus 0 > > > vpo0: on ppbus 0 > > > scbus0 at vpo0 bus 0 > > > sd0 at scbus0 target 6 lun 0 > > > sd0: type 0 removable SCSI 2 > > > sd0: Direct-Access > > > sd0: UNIT ATTENTION asc:28,0 > > > sd0: Not ready to ready transition, medium may have changed > > > 862MB (196608 4592 byte sectors) > > > vpo0: on ppbus 0 > > > scbus1 at vpo0 bus 0 > > > sd1 at scbus1 target 6 lun 0 > > > sd1: type 0 removable SCSI 2 > > > sd1: Direct-Access > > > sd1: ILLEGAL REQUEST asc:24,0 Invalid field in CDB > > > sd1 could not mode sense (4). Using ficticious geometry > > > 96MB (196608 512 byte sectors) > > > > Actually, this looks pretty ugly; you appear to have detected the vpo0 > > device twice. Do you have one Zip or two connected? > > > > mike > > To follow up, I have one zip, but I had vpo.c in both /sys/conf/files and /sys/i386/conf/files.i386 and their related directories (DOn't ask me how.). Now I only have vpo.c in /sys/i386/conf/files.i386, and there's some improvement. Now I only get the probe results for the 96MB Zip. fdisk still hangs though. Should I be using some of those flags in my kernel? I don't quite understand those. Thanks. Greg From owner-freebsd-questions Wed Oct 1 08:02:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA18374 for questions-outgoing; Wed, 1 Oct 1997 08:02:13 -0700 (PDT) Received: from relay4.UU.NET (relay4.UU.NET [192.48.96.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA18369 for ; Wed, 1 Oct 1997 08:02:08 -0700 (PDT) From: joh_westerlund@nema.org Received: from nema.org by relay4.UU.NET with SMTP (peer crosschecked as: NEMA.ORG [206.136.128.60]) id QQdjjw04590; Wed, 1 Oct 1997 11:02:14 -0400 (EDT) Received: from cc:Mail by nema.org id AA875729164; Wed, 01 Oct 97 11:04:20 EST Date: Wed, 01 Oct 97 11:04:20 EST Encoding: 8 Text Message-Id: <9709018757.AA875729164@nema.org> To: freebsd-questions@freebsd.org Subject: cd question Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk hi. im somewhat a newbie at this and thinking i would like the cd (so i can have a hard copy if you will), instead of making 50+ floppies. my question is, does the cd come with netbsd also? its kind of arcane and you may not know, so just mail back, "i dont know" if you dont. heh john w. From owner-freebsd-questions Wed Oct 1 08:17:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA19123 for questions-outgoing; Wed, 1 Oct 1997 08:17:12 -0700 (PDT) Received: from word.smith.net.au (ppp20.portal.net.au [202.12.71.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA19113; Wed, 1 Oct 1997 08:17:05 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id AAA00686; Thu, 2 Oct 1997 00:44:42 +0930 (CST) Message-Id: <199710011514.AAA00686@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: hardware@FreeBSD.ORG cc: questions@FreeBSD.ORG Subject: Re: ppbus problem In-reply-to: Your message of "Wed, 01 Oct 1997 08:55:11 -0400." <199710011255.IAA00667@tower.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 02 Oct 1997 00:44:40 +0930 From: Mike Smith Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > I 'm trying to install the ppbus stuff for my parallel port > > > zip drive. The kernel compiled OK, and it has a lot to say > > > about the drive, but fdisk and mount produce no results. > > > Here's dmesg. Any ideas. > > > > Can you be more specific about "no results"? Error messages? System > > lockup? > > No error messages, it just sits doing nothing, i.e. no indication (sound or > lights of disk activity in the zip. I bring my prompt back with ^C. OK, command freeze. You might eventually get an error message. > > Actually, this looks pretty ugly; you appear to have detected the vpo0 > > device twice. Do you have one Zip or two connected? > > Just one. OK, 2.2 or -current? Can you send a copy of the relevant parts of your kernel config? Have you tried it with a fresh kernel source tree? (In particular I am wondering if you've managed to get two copies of the vpo driver into your kernel.) mike From owner-freebsd-questions Wed Oct 1 08:30:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA20036 for questions-outgoing; Wed, 1 Oct 1997 08:30:49 -0700 (PDT) Received: from tower.my.domain (nscs29p11.remote.umass.edu [128.119.179.180]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA20014; Wed, 1 Oct 1997 08:30:43 -0700 (PDT) Received: from tower.my.domain (localhost [127.0.0.1]) by tower.my.domain (8.8.7/8.8.7) with ESMTP id JAA00693; Wed, 1 Oct 1997 09:02:33 -0400 (EDT) Message-Id: <199710011302.JAA00693@tower.my.domain> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mike Smith cc: questions@FreeBSD.ORG, hardware@FreeBSD.ORG Subject: Re: ppbus problem In-reply-to: Your message of "Wed, 01 Oct 1997 19:03:34 +0930." <199710010933.TAA01489@word.smith.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Oct 1997 09:02:33 -0400 From: User Gp Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I hope you're subscribed to one or both of these lists; that's not a > valid mail address. > Yeah, I'm on the list. Sorry about the messed up posts. I just started using exmh at home and I obviously don't have it set up completely yet > > > > ppc0 at 0x278 irq 7 on isa > > > ppc0: Generic chipset in PS/2 mode > > > plip0: on ppbus 0 > > > ppi0: on ppbus 0 > > > vpo0: on ppbus 0 > > > scbus0 at vpo0 bus 0 > > > sd0 at scbus0 target 6 lun 0 > > > sd0: type 0 removable SCSI 2 > > > sd0: Direct-Access > > > sd0: UNIT ATTENTION asc:28,0 > > > sd0: Not ready to ready transition, medium may have changed > > > 862MB (196608 4592 byte sectors) > > > vpo0: on ppbus 0 > > > scbus1 at vpo0 bus 0 > > > sd1 at scbus1 target 6 lun 0 > > > sd1: type 0 removable SCSI 2 > > > sd1: Direct-Access > > > sd1: ILLEGAL REQUEST asc:24,0 Invalid field in CDB > > > sd1 could not mode sense (4). Using ficticious geometry > > > 96MB (196608 512 byte sectors) > > > > Actually, this looks pretty ugly; you appear to have detected the vpo0 > > device twice. Do you have one Zip or two connected? > > I've been trying to work out how you could actually have achieved this > at all. Are you using the ppbus code in -current, or a patched 2.2? > (Sorry, I nuked your previous message 8( ) > > mike > > Now that you mention it, I got the stuff from Nicholas Souchu's (sp) page before I realized it was in -current (which I'm using) already. I'll bet I messed up one of the files that the installation instructions tell me to edit. I'll have to retrace my steps. Thanks. Greg From owner-freebsd-questions Wed Oct 1 08:33:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA20324 for questions-outgoing; Wed, 1 Oct 1997 08:33:55 -0700 (PDT) Received: from florence.firstoption.com (florence.firstoption.com [194.196.150.253]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA20310 for ; Wed, 1 Oct 1997 08:33:48 -0700 (PDT) Received: from rit.firstoption.com (richard) by florence.firstoption.com id AA13826; Wed, 1 Oct 1997 16:29:20 +0100 Message-Id: <34326CE8.1359287A@firstoption.com> Date: Wed, 01 Oct 1997 16:31:52 +0100 From: Richard Turner Organization: First Option Ltd X-Mailer: Mozilla 4.01 [en] (Win95; I) Mime-Version: 1.0 To: freebsd-questions@freebsd.org Subject: Using FreeBSD with a RAID X-Priority: 3 (Normal) Content-Type: multipart/mixed; boundary="------------A4FE63C8181A4DE0A15399AF" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. --------------A4FE63C8181A4DE0A15399AF Content-Type: text/plain; charset=us-ascii Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Transfer-Encoding: 7bit Hi, Can I use FreeBSD with a RAID controller. I would like to use a DPT PM3334 U/W controller with a 18 Gb of useable space. What problems are there with this config ? Regards Richard Turner --------------A4FE63C8181A4DE0A15399AF Content-Type: text/x-vcard; charset=us-ascii; name="vcard.vcf" Content-Transfer-Encoding: 7bit Content-Description: Card for Richard Turner Content-Disposition: attachment; filename="vcard.vcf" begin: vcard fn: Richard Turner n: Turner;Richard org: First Option adr: ;;Napier House ;Itchen Abbas;HANTS;SO21 1BQ; email;internet: rit@firstoption.com title: Network Manager tel;work: 44 1962 779794 tel;fax: 44 1962 779220 x-mozilla-cpt: ;0 x-mozilla-html: FALSE end: vcard --------------A4FE63C8181A4DE0A15399AF-- From owner-freebsd-questions Wed Oct 1 08:56:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA21540 for questions-outgoing; Wed, 1 Oct 1997 08:56:51 -0700 (PDT) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA21529 for ; Wed, 1 Oct 1997 08:56:45 -0700 (PDT) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.5/8.7.3) with SMTP id IAA18460; Wed, 1 Oct 1997 08:56:41 -0700 (PDT) Date: Wed, 1 Oct 1997 08:56:41 -0700 (PDT) From: "Eric J. Schwertfeger" To: The Hermit Hacker cc: questions@FreeBSD.ORG Subject: Re: Remotely power cycle a machine...? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, The Hermit Hacker wrote: > Does anyone know of any way of doing a remote power cycle of a machine? Can't find our manuals, so I don't have the manufacturer or contact info, but we've got several boxes called TeleBoot 450's, which control up to 5 devices each. The manufacturer does make a smaller device as well. Basically, you hook up the teleboot to a phone line, and plug the device(s) into the teleboot. You then call the line, enter a 4 digit security code, and a single digit of which device to power cycle. The Teleboot then turns of that socket for aproximately 10 seconds. Supposedly, you can cascade several TeleBoots on a single phone line, but we haven't done that yet. From owner-freebsd-questions Wed Oct 1 09:22:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA22929 for questions-outgoing; Wed, 1 Oct 1997 09:22:02 -0700 (PDT) Received: from hub.org (hub.org [207.107.138.200]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA22921 for ; Wed, 1 Oct 1997 09:21:50 -0700 (PDT) Received: from localhost (scrappy@localhost) by hub.org (8.8.5/8.7.5) with SMTP id MAA01473 for ; Wed, 1 Oct 1997 12:21:45 -0400 (EDT) Date: Wed, 1 Oct 1997 12:21:44 -0400 (EDT) From: The Hermit Hacker To: questions@freebsd.org Subject: One more...Serial Console... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Can someone point me to a guide on how to set up a serial console? Thanks... Marc G. Fournier scrappy@hub.org Systems Administrator @ hub.org scrappy@freebsd.org From owner-freebsd-questions Wed Oct 1 10:01:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA24779 for questions-outgoing; Wed, 1 Oct 1997 10:01:59 -0700 (PDT) Received: from sumatra.americantv.com (sumatra.americantv.com [207.170.17.37]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA24773 for ; Wed, 1 Oct 1997 10:01:55 -0700 (PDT) Received: from right.PCS (right.PCS [148.105.10.31]) by sumatra.americantv.com (8.8.5/8.8.5) with ESMTP id MAA29551; Wed, 1 Oct 1997 12:01:51 -0500 (CDT) Received: (from jlemon@localhost) by right.PCS (8.6.13/8.6.4) id MAA11688; Wed, 1 Oct 1997 12:01:20 -0500 Message-ID: <19971001120119.27716@right.PCS> Date: Wed, 1 Oct 1997 12:01:19 -0500 From: Jonathan Lemon To: The Hermit Hacker Cc: questions@FreeBSD.ORG Subject: Re: One more...Serial Console... References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.61.1 In-Reply-To: ; from The Hermit Hacker on Oct 10, 1997 at 12:21:44PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Oct 10, 1997 at 12:21:44PM -0400, The Hermit Hacker wrote: > > Can someone point me to a guide on how to set up a serial console? /usr/src/sys/i386/boot/biosboot/README.serial -- Jonathan From owner-freebsd-questions Wed Oct 1 10:25:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25977 for questions-outgoing; Wed, 1 Oct 1997 10:25:27 -0700 (PDT) Received: from cplkagan.globaleyes.net ([209.60.64.59]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25966 for ; Wed, 1 Oct 1997 10:25:24 -0700 (PDT) Received: from parrothd.globaleys.net (parrothd [192.0.0.29]) by cplkagan.globaleyes.net (8.8.5/8.8.5) with SMTP id IAA23761; Wed, 1 Oct 1997 08:28:43 -0500 (CDT) Message-Id: <3.0.3.32.19971001122134.006df924@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Demo Version 3.0.3 (32) Date: Wed, 01 Oct 1997 12:21:34 -0500 To: "Eric J. Schwertfeger" , The Hermit Hacker From: "Jonathan E. Lyons" Subject: Re: Remotely power cycle a machine...? Cc: questions@FreeBSD.ORG In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gezzz, It sounds like everyone has found these things....Maybe we should've checked out Radio shack.. :)... At 08:56 AM 10/1/97 -0700, Eric J. Schwertfeger wrote: > > >On Wed, 1 Oct 1997, The Hermit Hacker wrote: > >> Does anyone know of any way of doing a remote power cycle of a machine? > >Can't find our manuals, so I don't have the manufacturer or contact info, >but we've got several boxes called TeleBoot 450's, which control up to 5 >devices each. The manufacturer does make a smaller device as well. > >Basically, you hook up the teleboot to a phone line, and plug the >device(s) into the teleboot. You then call the line, enter a 4 digit >security code, and a single digit of which device to power cycle. The >Teleboot then turns of that socket for aproximately 10 seconds. > >Supposedly, you can cascade several TeleBoots on a single phone line, but >we haven't done that yet. > > > ..-.. ..-.. Jonathan E. Lyons __ /-___-\ __ __ / \ __ parrothd@midwest.net (__\/___ ___\/__) (__\//-oO--\\/__) 87 VFR700FII | \__|__/ | (/ _---_ \) Southern Illinois University ( ___ ) \/__|__\/ School of Ag. LAN Admin. ( / \ ) | [VFR] | http://cplkagan.globaleyes.net/ \ |.-.| / \ .---.{O) \ || || / \|///|| | '\| |/' |\|\|{_} | | |///|// '_' |///| '---' From owner-freebsd-questions Wed Oct 1 10:32:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA26357 for questions-outgoing; Wed, 1 Oct 1997 10:32:57 -0700 (PDT) Received: from murphy (murphy.utc.com [192.65.177.210]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA26335 for ; Wed, 1 Oct 1997 10:32:20 -0700 (PDT) From: MetcalJM@utrc.utc.com Received: from cliff by murphy.utc.com (PMDF V4.3-10 #6532) id <01IOALOX12DC00OKT5@murphy.utc.com>; Wed, 01 Oct 1997 13:32:00 -0500 (EST) Received: from express5.res.utc.com (express5.res.utc.com [172.31.20.25]) by cliff.res.utc.com (8.6.12/8.6.12) with ESMTP id NAA09805 for ; Wed, 1 Oct 1997 13:31:55 -0400 Received: by express5.res.utc.com with Internet Mail Service (5.0.1458.49) id ; Wed, 1 Oct 1997 13:31:54 -0400 Date: Wed, 01 Oct 1997 13:31:54 -0400 Subject: FW: Are 3COM 3C90x Ethernet adapters supported? To: questions@freebsd.org Message-id: <95A2D2968BD9D011A38B00A0C95727DB27AB0A@express2.res.utc.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-type: text/plain Content-transfer-encoding: 7BIT X-Priority: 3 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > -----Original Message----- > From: Jeffrey M. Metcalf [SMTP:metcaljm@NOSPAM.utrc.utc.com] > Sent: Wednesday, October 01, 1997 1:31 PM > Subject: Q: Are 3COM 3C90x Ethernet adapters supported? > > Hello, > > I am writing to ask if anyone has successfully set up FreeBSD with > any of the 3COM 3C90x Ethernet adapters, or has reason to believe that > > they might work under FreeBSD. The following are the 3COM cards for > which the FreeBSD Handbook makes explicit mention of compatibility: > > > 3Com 3C501 cards > 3Com 3C503 Etherlink II > 3Com 3c505 Etherlink/+ > 3Com 3C507 Etherlink 16/TP > 3Com 3C509, 3C579, 3C589 (PCMCIA) Etherlink III > 3Com 3C590, 3C595 Etherlink III > > > I understand that sometimes hardware which is not explicitly listed in > > the hardware compatibility guide still adheres to the protocols of > other > devices which are supported. The machine I am considering for an > install > is my workstation, and I don't want to bother if the ethernet card is > not supported. > > Does anyone have any feelings on this issue? > > Thanks, > > JM > > -- > Jeffrey M. Metcalf > Assistant Computer Systems Support Engineer > United Technologies Research Center > metcaljm@NOSPAM.utrc.utc.com (Remove the NOSPAM. for e-mail > replies) From owner-freebsd-questions Wed Oct 1 11:02:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27684 for questions-outgoing; Wed, 1 Oct 1997 11:02:39 -0700 (PDT) Received: from gateway.sequent.com (gateway.sequent.com [138.95.18.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA27679 for ; Wed, 1 Oct 1997 11:02:35 -0700 (PDT) Received: from tristram.sequent.com ([138.95.9.72]) by gateway.sequent.com (8.6.13/8.6.9) with ESMTP id LAA10104 for ; Wed, 1 Oct 1997 11:01:58 -0700 Received: by tristram.sequent.com with Internet Mail Service (5.0.1458.49) id ; Wed, 1 Oct 1997 11:03:25 -0700 Message-ID: <13B27C2124E8D01192A80000C04213F5D51EEA@wembley.sequent.com> From: "Jim Washer (washer)" To: freebsd-questions@freebsd.org Subject: Does freebsd support pentium-pro and pentium II machines? How abo ut dual processor? Date: Wed, 1 Oct 1997 11:01:09 -0700 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1458.49) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does freebsd support pentium-pro and pentium II machines? How about dual processor systems? thanks jim washer@sequent.com From owner-freebsd-questions Wed Oct 1 11:02:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27715 for questions-outgoing; Wed, 1 Oct 1997 11:02:48 -0700 (PDT) Received: from crh.cl.msu.edu (crh.cl.msu.edu [35.8.1.24]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA27692 for ; Wed, 1 Oct 1997 11:02:40 -0700 (PDT) Received: (from henrich@localhost) by crh.cl.msu.edu (8.8.5/8.8.5) id OAA03939; Wed, 1 Oct 1997 14:02:33 -0400 (EDT) Message-ID: <19971001140233.04128@crh.cl.msu.edu> Date: Wed, 1 Oct 1997 14:02:33 -0400 From: Charles Henrich To: freebsd-questions@freebsd.org Subject: Fastest Network Driver for FreeBSD Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 X-Operating-System: FreeBSD 2.2.2-RELEASE X-PGP-Fingerprint: 1024/F7 FD C7 3A F5 6A 23 BF 76 C4 B8 C9 6E 41 A4 4F Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Which ethernet card driver (100bt preferably) is the fastest, and which has the lowest CPU overhead? (Wouldnt it be nice if they were the same? :) Thanks! -Crh Charles Henrich Michigan State University henrich@msu.edu http://pilot.msu.edu/~henrich From owner-freebsd-questions Wed Oct 1 11:16:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28357 for questions-outgoing; Wed, 1 Oct 1997 11:16:08 -0700 (PDT) Received: from op-plus.net (ns2.op-plus.net [207.253.63.7]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA28329 for ; Wed, 1 Oct 1997 11:15:59 -0700 (PDT) Received: from op-plus.net by op-plus.net (SMI-8.6/SMI-SVR4) id OAA22740; Wed, 1 Oct 1997 14:15:06 -0400 Message-ID: <343285C1.49FEFE1B@op-plus.net> Date: Wed, 01 Oct 1997 14:17:54 -0300 From: slappy X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Device not configured Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hi i just downloaded FreeBsd and not knowing what i was getting into well i had no doc but everything went well afterword exept 1 thing I downloaded ircii and when i tried to extract the .tar well it gave me somthing like rts0 not configured if you could just tell me wht it is and where to change that because i can't go on internet nor extract any of my .tars please reply as soon as possible Mark Bohbot From owner-freebsd-questions Wed Oct 1 11:24:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28833 for questions-outgoing; Wed, 1 Oct 1997 11:24:28 -0700 (PDT) Received: from frodo.epigram.com ([199.2.31.210]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA28828 for ; Wed, 1 Oct 1997 11:24:25 -0700 (PDT) Received: from mail.epigram.com (DALAT.epigram.com [10.100.100.211]) by frodo.epigram.com (8.7.5/8.7.3) with ESMTP id LAA27650; Wed, 1 Oct 1997 11:24:04 -0700 (PDT) Message-ID: <3432953A.38656D78@mail.epigram.com> Date: Wed, 01 Oct 1997 11:23:54 -0700 From: Brandon Huey Reply-To: brandon@epigram.com Organization: Epigram, Inc. X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: MetcalJM@utrc.utc.com CC: questions@FreeBSD.ORG Subject: Re: FW: Are 3COM 3C90x Ethernet adapters supported? References: <95A2D2968BD9D011A38B00A0C95727DB27AB0A@express2.res.utc.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk We discovered that while the card is not explicitly supported, the 59x drivers at least recognize the card and it is useable. However, upon swithing to a supported card (Intel EtherExpress) we found that our nasty amd problems just went away. That's all there was to it. I think it would be good if the driver could make specific attempts to _not_ support anything other than 59x. But, there's no excuse for not reading the documentation closely :-) MetcalJM@utrc.utc.com wrote: > > -----Original Message----- > > From: Jeffrey M. Metcalf [SMTP:metcaljm@NOSPAM.utrc.utc.com] > > Sent: Wednesday, October 01, 1997 1:31 PM > > Subject: Q: Are 3COM 3C90x Ethernet adapters supported? > > > > Hello, > > > > I am writing to ask if anyone has successfully set up FreeBSD with > > any of the 3COM 3C90x Ethernet adapters, or has reason to believe that > > > > they might work under FreeBSD. The following are the 3COM cards for > > which the FreeBSD Handbook makes explicit mention of compatibility: > > > > > > 3Com 3C501 cards > > 3Com 3C503 Etherlink II > > 3Com 3c505 Etherlink/+ > > 3Com 3C507 Etherlink 16/TP > > 3Com 3C509, 3C579, 3C589 (PCMCIA) Etherlink III > > 3Com 3C590, 3C595 Etherlink III > > > > > > I understand that sometimes hardware which is not explicitly listed in > > > > the hardware compatibility guide still adheres to the protocols of > > other > > devices which are supported. The machine I am considering for an > > install > > is my workstation, and I don't want to bother if the ethernet card is > > not supported. > > > > Does anyone have any feelings on this issue? > > > > Thanks, > > > > JM > > > > -- > > Jeffrey M. Metcalf > > Assistant Computer Systems Support Engineer > > United Technologies Research Center > > metcaljm@NOSPAM.utrc.utc.com (Remove the NOSPAM. for e-mail > > replies) -- Brandon Huey brandon@epigram.com Epigram, Inc. +1 415 843 4487 From owner-freebsd-questions Wed Oct 1 11:40:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA29915 for questions-outgoing; Wed, 1 Oct 1997 11:40:09 -0700 (PDT) Received: from UPIMSRGSMTP08 (upimsrgsmtp08.msn.com [207.68.152.52]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA29866 for ; Wed, 1 Oct 1997 11:40:01 -0700 (PDT) Received: from upmajb08 - 204.95.110.71 by msn.com with Microsoft SMTPSVC; Wed, 1 Oct 1997 11:39:21 -0700 Date: Wed, 1 Oct 97 18:34:04 UT From: "SERDAR ELMALI" Message-Id: To: freebsd-questions@FreeBSD.ORG Subject: BIOS LIMITATIONS Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I INSTALLED A MINIMAL BSD. HOWEVER IT DOES NOT BOOT DUE TO BIOS LIMITAIONS. HOW DO I, OR HOW CAN I GET AROUND THIS PROBLEM I THANK YOU FOR ANY HELP From owner-freebsd-questions Wed Oct 1 11:45:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA00299 for questions-outgoing; Wed, 1 Oct 1997 11:45:43 -0700 (PDT) Received: from tok.qiv.com (uucp@[204.214.141.211]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA00286 for ; Wed, 1 Oct 1997 11:45:36 -0700 (PDT) Received: (from uucp@localhost) by tok.qiv.com (8.8.6/8.8.5) with UUCP id NAA26942; Wed, 1 Oct 1997 13:45:08 -0500 (CDT) Received: from localhost (jdn@localhost) by acp.qiv.com (8.8.6/8.8.5) with SMTP id NAA00849; Wed, 1 Oct 1997 13:44:06 -0500 (CDT) X-Authentication-Warning: acp.qiv.com: jdn owned process doing -bs Date: Wed, 1 Oct 1997 13:44:05 -0500 (CDT) From: "Jay D. Nelson" To: MetcalJM@utrc.utc.com cc: questions@FreeBSD.ORG Subject: Re: FW: Are 3COM 3C90x Ethernet adapters supported? In-Reply-To: <95A2D2968BD9D011A38B00A0C95727DB27AB0A@express2.res.utc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yep -- 2.2-970819-RELENG and a 3c900 XL. It works as well as the adapter is capable. I would use another adapter if you have the choice. -- Jay On Wed, 1 Oct 1997 MetcalJM@utrc.utc.com wrote: > > > > -----Original Message----- > > From: Jeffrey M. Metcalf [SMTP:metcaljm@NOSPAM.utrc.utc.com] > > Sent: Wednesday, October 01, 1997 1:31 PM > > Subject: Q: Are 3COM 3C90x Ethernet adapters supported? > > > > Hello, > > > > I am writing to ask if anyone has successfully set up FreeBSD with > > any of the 3COM 3C90x Ethernet adapters, or has reason to believe that > > > > they might work under FreeBSD. The following are the 3COM cards for > > which the FreeBSD Handbook makes explicit mention of compatibility: > > > > > > 3Com 3C501 cards > > 3Com 3C503 Etherlink II > > 3Com 3c505 Etherlink/+ > > 3Com 3C507 Etherlink 16/TP > > 3Com 3C509, 3C579, 3C589 (PCMCIA) Etherlink III > > 3Com 3C590, 3C595 Etherlink III > > > > > > I understand that sometimes hardware which is not explicitly listed in > > > > the hardware compatibility guide still adheres to the protocols of > > other > > devices which are supported. The machine I am considering for an > > install > > is my workstation, and I don't want to bother if the ethernet card is > > not supported. > > > > Does anyone have any feelings on this issue? > > > > Thanks, > > > > JM > > > > -- > > Jeffrey M. Metcalf > > Assistant Computer Systems Support Engineer > > United Technologies Research Center > > metcaljm@NOSPAM.utrc.utc.com (Remove the NOSPAM. for e-mail > > replies) > -- Jay From owner-freebsd-questions Wed Oct 1 11:47:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA00409 for questions-outgoing; Wed, 1 Oct 1997 11:47:17 -0700 (PDT) Received: from mailgw01.execpc.com (sendmail@mailgw01.execpc.com [169.207.16.9]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA00388 for ; Wed, 1 Oct 1997 11:47:10 -0700 (PDT) Received: from verhaalen.mke.cg.jci.com (styracosaurus.mdm.mke.execpc.com [169.207.14.201]) by mailgw01.execpc.com (8.8.6) id NAA08040 for ; Wed, 1 Oct 1997 13:46:57 -0500 (CDT) Message-Id: <199710011846.NAA08040@mailgw01.execpc.com> From: "Rick Verhaalen" To: Subject: dial-up internet access Date: Wed, 1 Oct 1997 13:46:45 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I recently installed FreeBSD on my home PC. I want to be able to access the internet through freebsd. What needs to be set up in order to do so. For example, in Win95, I can configure Microsoft Explorer to connect to my ISP. I don't see how to do that with Chimera or Mosiac. Do I need to configure PPP before I go into my browser? and how? thanks From owner-freebsd-questions Wed Oct 1 13:05:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04424 for questions-outgoing; Wed, 1 Oct 1997 13:05:40 -0700 (PDT) Received: from keywest.ird.rl.af.mil (KEYWEST.IRD.RL.AF.MIL [128.132.193.224]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id NAA04410 for ; Wed, 1 Oct 1997 13:05:22 -0700 (PDT) Received: by keywest.ird.rl.af.mil with Microsoft Exchange (IMC 4.0.837.3) id <01BCCE84.176E97E0@keywest.ird.rl.af.mil>; Wed, 1 Oct 1997 16:07:18 -0400 Message-ID: From: "Goeringer, Michael" To: "'SERDAR ELMALI'" Cc: "'freebsd-questions@freebsd.org'" Subject: RE: BIOS LIMITATIONS Date: Wed, 1 Oct 1997 16:07:16 -0400 X-Mailer: Microsoft Exchange Server Internet Mail Connector Version 4.0.837.3 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I assume you mean your drive has more than 1024 cylinders.... FreeBSD will be able to use the entire disk (or what ever portion you give it) as long as the root slice (i.e. the "/" slice) is entirely below this limit (Keep this slice below the 520 meg point and you'll be fine)... If I'm way off or you have a different problem pleas repost the question with your drive parameters...and what other operating systems you have on the drive. Michael G. ---------- From: SERDAR ELMALI[SMTP:SERDAR_ELMALI@classic.msn.com] Sent: Wednesday, October 01, 1997 2:34 PM To: freebsd-questions@FreeBSD.ORG Subject: BIOS LIMITATIONS I INSTALLED A MINIMAL BSD. HOWEVER IT DOES NOT BOOT DUE TO BIOS LIMITAIONS. HOW DO I, OR HOW CAN I GET AROUND THIS PROBLEM I THANK YOU FOR ANY HELP From owner-freebsd-questions Wed Oct 1 13:05:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA04430 for questions-outgoing; Wed, 1 Oct 1997 13:05:40 -0700 (PDT) Received: from cedb.dpcsys.com (cedb.dpcsys.com [206.16.184.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA04415 for ; Wed, 1 Oct 1997 13:05:36 -0700 (PDT) Received: from localhost (dan@localhost) by cedb.dpcsys.com (8.8.5/8.8.2) with SMTP id UAA16472; Wed, 1 Oct 1997 20:04:10 GMT Date: Wed, 1 Oct 1997 13:04:10 -0700 (PDT) From: Dan Busarow To: BSD Questions cc: questions@FreeBSD.ORG Subject: Re: How to change routing?Where is documentation? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, BSD Questions wrote: > 1.Where is the file with settings for the routing & what is the format > of this file ? /etc/sysconfig (pre 2.2.2) or /etc/rc.conf have the initial interface config, the default gateway and a place for any statics you want to add. Dan -- Dan Busarow 714 443 4172 DPC Systems / Beach.Net dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 From owner-freebsd-questions Wed Oct 1 14:25:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09681 for questions-outgoing; Wed, 1 Oct 1997 14:25:51 -0700 (PDT) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA09675 for ; Wed, 1 Oct 1997 14:25:48 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id OAA01231 for ; Wed, 1 Oct 1997 14:20:34 -0700 (PDT) Date: Wed, 1 Oct 1997 14:20:34 -0700 (PDT) From: Annelise Anderson To: freebsd-questions@freebsd.org Subject: Moused Problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I can't get moused to work, even though I do moused -c -s -p /dev/cuaa0 -t microsoft and vidcontrol -m on because the first command above results in the error message: moused open(/dev/consolectl): No such file or directory There's also no sysmouse in dev, and I can't seem to create them with sh ./MAKEDEV consolectl or sh ./MAKEDEV sysmouse. This is 2.2-STABLE built from recent sources, but it's been going on for a long time.... Thanks-- Annelise From owner-freebsd-questions Wed Oct 1 14:27:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09809 for questions-outgoing; Wed, 1 Oct 1997 14:27:43 -0700 (PDT) Received: from siamese.radiks.net (dial265.radiks.net [207.3.67.151]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA09800 for ; Wed, 1 Oct 1997 14:27:38 -0700 (PDT) Received: (from tomed@localhost) by siamese.radiks.net (8.8.5/8.8.5) id QAA00830; Wed, 1 Oct 1997 16:28:42 -0500 Message-ID: <19971001162840.36021@radiks.net> Date: Wed, 1 Oct 1997 16:28:40 -0500 From: "Thomas O'Rear" To: freebsd-questions@freebsd.org Subject: Re: your mail References: <199710011318.NAA06479@FreeBSD.siu.kbsu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <199710011318.NAA06479@FreeBSD.siu.kbsu.edu>; from Thomas O'Rear on Wed, Oct 01, 1997 at 01:18:45PM +0000 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I apologize for the accidental reply. Mail reader screwup. -Tom From owner-freebsd-questions Wed Oct 1 14:57:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11729 for questions-outgoing; Wed, 1 Oct 1997 14:57:08 -0700 (PDT) Received: from hwl.sduteam.com (hwl.sduteam.com [207.212.140.236]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA11722 for ; Wed, 1 Oct 1997 14:57:05 -0700 (PDT) Received: from sduteam.com ([207.212.140.142]) by hwl.sduteam.com (8.8.5/8.8.5) with ESMTP id PAA15743 for ; Wed, 1 Oct 1997 15:06:16 -0700 (PDT) Message-ID: <3432C5C1.6CFB6E26@sduteam.com> Date: Wed, 01 Oct 1997 14:50:57 -0700 From: Derek Leung X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: setting the idle time Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Does anyone know how to set the length of idle time for a user in the shell. Since I do not want to let my users just to idle in the shell and doing nothing. I check the login.conf, but I got no luck. Does anybody can give me a step by step instructions? Or a template how to do that? Another question is that I also want to set the lenght of time for a user to telnet to our shell. From the stock of FreeBSD2.2.2, when someone telnet to a FreeBSD server, user can keep trying login in even the password is wrong. The server will not disconnect the user no matter how many trial he did. Does anyone know how can I restrict this so that user will be disconnect if he try to login more than 3 times while the password is incorrect? Thanks for any comments, pls email me for reply. Thanks again. rgd, Derek mailto:goten@sduteam.com From owner-freebsd-questions Wed Oct 1 15:02:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA11977 for questions-outgoing; Wed, 1 Oct 1997 15:02:59 -0700 (PDT) Received: from roguetrader.com (brandon@cold.org [206.81.134.103]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA11972 for ; Wed, 1 Oct 1997 15:02:52 -0700 (PDT) Received: from localhost (brandon@localhost) by roguetrader.com (8.8.5/8.8.5) with SMTP id QAA28592 for ; Wed, 1 Oct 1997 16:05:06 -0600 (MDT) Date: Wed, 1 Oct 1997 16:05:06 -0600 (MDT) From: Brandon Gillespie To: freebsd-questions@freebsd.org Subject: Configuring the CAP package? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The CAP package is nice, but, uhh, are there any docs on configuring it, short of digging through the tons of CAP 'examples' and whatnot, which may or may not be applicable? And what does the NETATALK option actually do? Does it integrate with CAP any? All I want to do is be able to print to apple printers on the same wire as me... -Brandon From owner-freebsd-questions Wed Oct 1 15:31:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA13505 for questions-outgoing; Wed, 1 Oct 1997 15:31:11 -0700 (PDT) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA13482 for ; Wed, 1 Oct 1997 15:31:04 -0700 (PDT) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) id SAA23855; Wed, 1 Oct 1997 18:30:54 -0400 Date: Wed, 1 Oct 1997 18:30:54 -0400 (EDT) From: "Joe \"Marcus\" Clarke" To: Derek Leung cc: freebsd-questions@FreeBSD.ORG Subject: Re: setting the idle time In-Reply-To: <3432C5C1.6CFB6E26@sduteam.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk There is a package/port called idled. It will let you kick users off based on their idle time.aI believe it will also let you kick off users that have been logged on for a certain amount of time. -Joe On Wed, 1 Oct 1997, Derek Leung wrote: > Does anyone know how to set the length of idle time for a user in the > shell. Since I do not want to let my users just to idle in the shell > and doing nothing. I check the login.conf, but I got no luck. Does > anybody can give me a step by step instructions? Or a template how to do > that? > > Another question is that I also want to set the lenght of time for a > user to telnet to our shell. From the stock of FreeBSD2.2.2, when > someone telnet to a FreeBSD server, user can keep trying login in even > the password is wrong. The server will not disconnect the user no > matter how many trial he did. Does anyone know how can I restrict this > so that user will be disconnect if he try to login more than 3 times > while the password is incorrect? > Thanks for any comments, pls email me for reply. Thanks again. > > rgd, > Derek > mailto:goten@sduteam.com > > From owner-freebsd-questions Wed Oct 1 15:36:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA13892 for questions-outgoing; Wed, 1 Oct 1997 15:36:17 -0700 (PDT) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id PAA13879 for ; Wed, 1 Oct 1997 15:36:10 -0700 (PDT) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) id SAA23865; Wed, 1 Oct 1997 18:35:57 -0400 Date: Wed, 1 Oct 1997 18:35:57 -0400 (EDT) From: "Joe \"Marcus\" Clarke" To: Brandon Gillespie cc: freebsd-questions@FreeBSD.ORG Subject: Re: Configuring the CAP package? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brandon, I have successfully installed and used both CAP and netatalk. The NETATALK kernel option is solely for netatalk, so if you are going to use CAP, don't bother enabling it. You do need to compile in some Berkeley Packet Filters to your kernel in order to use CAP. Add aline similar to ther following to your kernel config file pseudo-device bpfilter 16 After you reboot with the new kernel, you need to go into the /dev directory, and do a MAKEDEV for bpf0-bpf15. The best way to configure CAP, is to copy their example start-cap file to /usr/local/etc/rc.d/cap.sh. Simply change the line that starts aarpd to include your ethernet card, and zone...for instance, the following line will enable CAP bound to a DEC20x board (le0) in the default zone *: .../aarpd "le0" "*" The next part of configuring CAP can me aquired by doing a man 8 AUFS. This will show you how to set CAP up on both the UNIX and Mac sides. I hope this helps. -Joe Clarke On Wed, 1 Oct 1997, Brandon Gillespie wrote: > The CAP package is nice, but, uhh, are there any docs on configuring it, > short of digging through the tons of CAP 'examples' and whatnot, which may > or may not be applicable? > > And what does the NETATALK option actually do? Does it integrate with CAP > any? > > All I want to do is be able to print to apple printers on the same wire as > me... > > -Brandon > From owner-freebsd-questions Wed Oct 1 16:02:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA15019 for questions-outgoing; Wed, 1 Oct 1997 16:02:25 -0700 (PDT) Received: from tower.my.domain (nscs23p6.remote.umass.edu [128.119.179.49]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA14996; Wed, 1 Oct 1997 16:02:09 -0700 (PDT) Received: from tower.my.domain (localhost [127.0.0.1]) by tower.my.domain (8.8.7/8.8.7) with ESMTP id SAA00554; Wed, 1 Oct 1997 18:59:32 -0400 (EDT) Message-Id: <199710012259.SAA00554@tower.my.domain> X-Mailer: exmh version 2.0zeta 7/24/97 To: freebsd-questions@FreeBSD.ORG cc: freebsd-hardware@FreeBSD.ORG Subject: Problems with ppbus and ||-port zip Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Oct 1997 18:59:32 -0400 From: User Gp Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am still having trouble with my ||-port zip, though looking better now than before. My problem is if I try fdisk /dev/sd0 or mount /dev/sd0, the machine just hangs. I waited 15 minutes for an error message but got nothing. I was able to get my prompt back with ^C. Here is part of dmesg and, as suggested by a responder to an earlier post, part of my kernel file. The 01 flag was just an experiment, I also booted a kernel without it and had the same problem. I thought I read something about going with "Nibble Mode" so I put it in. I'd appreciate any advice. Thanks. Greg (I know my return address is screwed up, I just don't know how to fix it. I am on questions and hardware. My address is gpavelcak@philos.umass.edu) ppc0 at 0x278 irq 12 flags 0x1 on isa ppc0: Generic chipset in NIBBLE mode plip0: on ppbus 0 nlpt0: on ppbus 0 nlpt0: Interrupt-driven port ppi0: on ppbus 0 vpo0: on ppbus 0 scbus0 at vpo0 bus 0 sd0 at scbus0 target 6 lun 0 sd0: type 0 removable SCSI 2 sd0: Direct-Access sd0: ILLEGAL REQUEST asc:24,0 Invalid field in CDB sd0 could not mode sense (4). Using ficticious geometry 96MB (196608 512 byte sectors) controller scbus0 device sd0 controller ppbus0 # ppbus stuff controller vpo0 at ppbus0 device nlpt0 at ppbus0 device ppi0 at ppbus0 device plip0 at ppbus0 controller ppc0 at isa? port 0x278 irq 12 flags 0x1 vector ppcintr #device lpt0 at isa? port "IO_LPT2" tty irq 12 vector lptintr device lpt1 at isa? port "IO_LPT1" tty irq 7 vector lptintr -- --------------------------------------------------------------------------- From owner-freebsd-questions Wed Oct 1 16:06:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA15224 for questions-outgoing; Wed, 1 Oct 1997 16:06:30 -0700 (PDT) Received: from kyoko.mpx.com.au (new-kyoko.mpx.com.au [203.2.75.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA15202 for ; Wed, 1 Oct 1997 16:06:18 -0700 (PDT) Received: from homer(really [203.35.80.141]) by kyoko.mpx.com.au via smtpd with smtp id for ; Thu, 2 Oct 97 09:06:13 +1000 (/\##/\ Smail3.1.30.13.SOL #30.20 built 28-jun-97) Message-Id: Comments: Authenticated sender is From: "Taras M. Dowhaluk" To: freebsd-questions@FreeBSD.ORG Date: Thu, 2 Oct 1997 09:08:18 +1000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: Cyclades Cyclom-8Yo Priority: normal In-reply-to: References: X-mailer: Pegasus Mail for Win32 (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk G'day all, The conclusion to the Cyclom-8Yo query was that the card doesn't appear to work for IRQ 12 or IRQ 15 on the PCs I have tried. However, works just like a bought one on IRQ 5 and 10 (and presumably IRQ <= 10). The diagnostic messages from CYCTEST could be a tad more explanatory. Anyhow, many thanks to Cyclades tech support, who although didn't fix the problem, actually took the time to respond to my emails and started an email dialog to try to resolve the issue. Unlike, Iomega tech support whom I have email many a time regarding my Jaz drive and didn't respond. Also unlike Adaptec tech support whom I emailed regarding my 2940UW who have sent me a very nice automated 'you are in the queue and will be ignored shortly'. Also very much unlike my Cyclades supplier Acay Network Computing who a) haven't returned my calls, b) just don't know. regards, taras ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Taras M. Dowhaluk Director - Technical Operations VisionDB Pty Ltd Sydney, Australia email: tarasd@visiondb.com.au www: http://www.visiondb.com.au www: http://www.biz.com.au voice: +61 2 99226615 fax: +61 2 99568452 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From owner-freebsd-questions Wed Oct 1 16:28:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA16087 for questions-outgoing; Wed, 1 Oct 1997 16:28:49 -0700 (PDT) Received: from roguetrader.com (brandon@cold.org [206.81.134.103]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA16081 for ; Wed, 1 Oct 1997 16:28:47 -0700 (PDT) Received: from localhost (brandon@localhost) by roguetrader.com (8.8.5/8.8.5) with SMTP id RAA29275; Wed, 1 Oct 1997 17:31:01 -0600 (MDT) Date: Wed, 1 Oct 1997 17:31:00 -0600 (MDT) From: Brandon Gillespie To: "Joe \"Marcus\" Clarke" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Configuring the CAP package? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Joe "Marcus" Clarke wrote: > Brandon, I have successfully installed and used both CAP and netatalk. > The NETATALK kernel option is solely for netatalk, so if you are going > to use CAP, don't bother enabling it. You do need to compile in some > Berkeley Packet Filters to your kernel in order to use CAP. Add aline > similar to ther following to your kernel config file > > pseudo-device bpfilter 16 hmm, I only have 4.. > .../aarpd "le0" "*" Yeah, this is about where I got to. When I run aarpd I get: # aarpd ed0 '*' SIOCADDMULTI: Invalid argument Can't add multicast address! (??) -Brandon From owner-freebsd-questions Wed Oct 1 16:48:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA16917 for questions-outgoing; Wed, 1 Oct 1997 16:48:40 -0700 (PDT) Received: from zeus.gel.usherb.ca (zeus.gel.usherb.ca [132.210.70.7]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA16909 for ; Wed, 1 Oct 1997 16:48:36 -0700 (PDT) Received: from castor.gel.usherb.ca by zeus.gel.usherb.ca (4.1/SMI-4.1) id AA01770; Wed, 1 Oct 97 19:48:32 EDT Received: by castor.gel.usherb.ca (SMI-8.6/SMI-SVR4) id TAA00065; Wed, 1 Oct 1997 19:48:32 -0400 Date: Wed, 1 Oct 1997 19:48:31 -0400 (EDT) From: "Alex.Boisvert" To: Alfred Wheeler Cc: freebsd-questions@FreeBSD.ORG Subject: Re: JDK 1.1.4 In-Reply-To: <199710011328.JAA02958@relay1.shore.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm taking a class in Java and would prefer to work in FreeBSD rather than > Windows 95. Is JDK 1.1.4 available on FreeBSD? If not, what do I need to do > to make it happen? There's no JDK 1.1.4 available for FreeBSD yet (hey, it's been officially released by Sun just a few days ago...) A native FreeBSD port of JDK 1.1 is available at: http://www.csi.uottawa.ca/~kwhite/javaport.html You can also use the Linux port at: www.blackdown.org If you don't need AWT (graphical user interface), you can use kaffe: www.kaffe.org Regards, Alex Boisvert From owner-freebsd-questions Wed Oct 1 16:52:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA17196 for questions-outgoing; Wed, 1 Oct 1997 16:52:47 -0700 (PDT) Received: from neptune.ajc.state.net (neptune.ajc.state.net [204.120.158.168]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA17168 for ; Wed, 1 Oct 1997 16:52:38 -0700 (PDT) Received: from AJC.State.Net (saturn.ajc.state.net [204.120.158.166]) by neptune.ajc.state.net (8.8.6/8.8.5) with ESMTP id SAA16705 for ; Wed, 1 Oct 1997 18:52:25 -0500 (CDT) Message-ID: <3432E23D.A812153E@AJC.State.Net> Date: Wed, 01 Oct 1997 18:52:29 -0500 From: User Al Johnson X-Mailer: Mozilla 4.02b7 [en] (X11; I; FreeBSD 2.2-STABLE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: CVSUP without X installed Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone know if it's possible to use CVSUP 1.5 without X. Every time I fire it up it complains about libXaw.lo.6.1 or something close to that. I don't want to have to install X just to use CVSUP. Any suggestions? -- Al From owner-freebsd-questions Wed Oct 1 16:52:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA17224 for questions-outgoing; Wed, 1 Oct 1997 16:52:54 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA17217 for ; Wed, 1 Oct 1997 16:52:51 -0700 (PDT) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id RAA00831; Wed, 1 Oct 1997 17:07:24 -0400 (EDT) Received: from mercury40 (ppp0a036.std.com) by world.std.com (5.65c/Spike-2.0) id AA22617; Wed, 1 Oct 1997 13:46:57 -0400 Message-Id: <3.0.1.32.19971001083307.0091ee70@world.std.com> X-Sender: joelman@world.std.com X-Mailer: Windows Eudora Light Version 3.0.1 (32) Date: Wed, 01 Oct 1997 08:33:07 -0400 To: questions@freebsd.org From: Joel Gwynn Subject: tutorials Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Is there a place where I can download the freebsd tutorials that are in www.freebsd.org/tutorials? Thanks. Joel Gwynn From owner-freebsd-questions Wed Oct 1 17:29:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA18905 for questions-outgoing; Wed, 1 Oct 1997 17:29:16 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA18900 for ; Wed, 1 Oct 1997 17:29:12 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id JAA01943; Thu, 2 Oct 1997 09:58:56 +0930 (CST) Message-ID: <19971002095856.11621@lemis.com> Date: Thu, 2 Oct 1997 09:58:56 +0930 From: Greg Lehey To: "HuangMin(Tunny)" Cc: "freebsd-questions@freebsd.org" Subject: Re: problem for CXterm & large file. References: <3250FFD4.B7F3FEEC@public.cq.sc.cn> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3250FFD4.B7F3FEEC@public.cq.sc.cn>; from HuangMin(Tunny) on Tue, Oct 01, 1996 at 07:26:12PM +0800 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Oct 01, 1996 at 07:26:12PM +0800, HuangMin(Tunny) wrote: > Hello,sir, > X-Mailer: Mozilla 4.01 [en] (WinNT; I) You should look around for another mailer. I show your message first as it arrived, and secondly in a legible form: Before: > Has anyone used CXterm? I got problems there. If I press ^C when I use > "man" > in CXterm, it will not show the input character, how to solve it? > Then, I have a Chinese character txt file about 19M large, if I use "ee" > to > read it, the ee program will respond "segment fault", how to get it > work? > I'm looking forward to your respond, and thanks for your help you have > given. > Has anyone used CXterm? I've tried it. > I got problems there. So did I. I couldn't find any fonts which would display correctly. > If I press ^C when I use "man" in CXterm, it will not show the input > character, how to solve it? I'm not sure that this is a cxterm problem. You shouldn't press ^C in man; it could leave the terminal in an inappropriate state. Use 'q' instead. If you *do* find the echo off, try: $ stty sane > Then, I have a Chinese character txt file about 19M large, if I use > "ee" to read it, the ee program will respond "segment fault", how to > get it work? This looks like a problem with ee. I'd suggest one of the Chinese editor ports. ee isn't exactly intended for enormous files. Greg From owner-freebsd-questions Wed Oct 1 17:41:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19650 for questions-outgoing; Wed, 1 Oct 1997 17:41:22 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA19645 for ; Wed, 1 Oct 1997 17:41:14 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id KAA02014; Thu, 2 Oct 1997 10:11:02 +0930 (CST) Message-ID: <19971002101102.38806@lemis.com> Date: Thu, 2 Oct 1997 10:11:02 +0930 From: Greg Lehey To: Hans Petter Bieker Cc: "Jonathan E. Lyons" , freebsd-questions@FreeBSD.ORG Subject: Re: Crontab Man Page?!?! References: <19971001085013.22821@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Hans Petter Bieker on Wed, Oct 01, 1997 at 03:57:13PM +0200 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 01, 1997 at 03:57:13PM +0200, Hans Petter Bieker wrote: > On Wed, 1 Oct 1997, Greg Lehey wrote: > >> 0,15,30,45 * * * * /usr/bin/whatever > > doesn't > */15 * * * * /usr/bin/whatever > > work too? Correct. I don't use it, so I didn't think of it. Greg From owner-freebsd-questions Wed Oct 1 17:50:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA19983 for questions-outgoing; Wed, 1 Oct 1997 17:50:51 -0700 (PDT) Received: from relay.acadiau.ca (root@relay.acadiau.ca [131.162.2.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA19977 for ; Wed, 1 Oct 1997 17:50:48 -0700 (PDT) Received: from dragon.acadiau.ca (dragon [131.162.1.79]) by relay.acadiau.ca (8.8.5/8.8.5) with SMTP id VAA03736 for ; Wed, 1 Oct 1997 21:49:58 -0300 (ADT) Received: by dragon.acadiau.ca id VAA22050; Wed, 1 Oct 1997 21:49:56 -0300 From: 026809r@dragon.acadiau.ca (Michael Richards) Message-Id: <199710020049.VAA22050@dragon.acadiau.ca> Subject: Secure Shell as a script To: freebsd-questions@freebsd.org Date: Wed, 1 Oct 1997 21:49:56 -0300 (ADT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone know of security considerations of setting up a user as a shell as follows: set the shell to: /usr/local/bin/DragonShell This DragonShell contains the following: !/bin/sh telnet -E dragon.acadiau.ca Basically it is just to allow a user to telnet from the console of a box, but not to allow them shell access to that same box. (The -E switch does not allow them to use ^] to get to the telnet> prompt and try to execute a shell from there. Also, that sets the shell type to cons25. Does anyone know how to make this speak vt100? would the soluton be to add some line like set TERM = "vt100" before the telnet line in that script? Or is it more complicated than that? Basically what I am doing is making this a public dumb terminal that will allow them to log in and use another host. Any help would be appreciated... Thanks -Mike From owner-freebsd-questions Wed Oct 1 18:56:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA23046 for questions-outgoing; Wed, 1 Oct 1997 18:56:42 -0700 (PDT) Received: from ms11.hinet.net (root@ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA23037 for ; Wed, 1 Oct 1997 18:56:36 -0700 (PDT) Received: from ms11.hinet.net (h182.s148.ts.hinet.net [168.95.148.182]) by ms11.hinet.net (8.8.3/8.8.3) with ESMTP id JAA05816; Thu, 2 Oct 1997 09:57:26 +0800 (CST) Message-ID: <3432FEB1.341FFDFA@ms11.hinet.net> Date: Thu, 02 Oct 1997 09:53:54 +0800 From: Doug Lo X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: "HuangMin(Tunny)" CC: Greg Lehey , "freebsd-questions@freebsd.org" Subject: Re: problem for CXterm & large file. References: <3250FFD4.B7F3FEEC@public.cq.sc.cn> <19971002095856.11621@lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, there, You can get xcin&crxvt to type chinese on the terminal. It's more POWERFUL than Cxterm. Check out "ftp://miau.cs.ccu.edu.tw/chinese/unix/input/", also you need to use chinese system on communicator 4.03b, download "Xcin Anywhere" 3.0 version. "ftp://math.ntu.edu.tw/incomming/XA" Hope this helps, Doug. Greg Lehey wrote: > On Tue, Oct 01, 1996 at 07:26:12PM +0800, HuangMin(Tunny) wrote: > > Hello,sir, > > > X-Mailer: Mozilla 4.01 [en] (WinNT; I) > > You should look around for another mailer. I show your message first > as it arrived, and secondly in a legible form: > > Before: > > Has anyone used CXterm? I got problems there. If I press ^C when I use > > "man" > > in CXterm, it will not show the input character, how to solve it? > > Then, I have a Chinese character txt file about 19M large, if I use "ee" > > to > > read it, the ee program will respond "segment fault", how to get it > > work? > > I'm looking forward to your respond, and thanks for your help you have > > given. > > > Has anyone used CXterm? > > I've tried it. > > > I got problems there. > > So did I. I couldn't find any fonts which would display correctly. > > > If I press ^C when I use "man" in CXterm, it will not show the input > > character, how to solve it? > > I'm not sure that this is a cxterm problem. You shouldn't press ^C in > man; it could leave the terminal in an inappropriate state. Use 'q' > instead. If you *do* find the echo off, try: > > $ stty sane > > > Then, I have a Chinese character txt file about 19M large, if I use > > "ee" to read it, the ee program will respond "segment fault", how to > > get it work? > > This looks like a problem with ee. I'd suggest one of the Chinese > editor ports. ee isn't exactly intended for enormous files. > > From owner-freebsd-questions Wed Oct 1 19:04:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA23510 for questions-outgoing; Wed, 1 Oct 1997 19:04:21 -0700 (PDT) Received: from luke.mynet.com.my (luke.mynet.com.my [202.135.126.168]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA23504 for ; Wed, 1 Oct 1997 19:04:16 -0700 (PDT) Received: from user32.mynet.com.my (user32.mynet.com.my [202.135.126.32]) by luke.mynet.com.my (8.8.6/8.8.6) with SMTP id KAA01954 for ; Thu, 2 Oct 1997 10:06:43 +0800 (MYT) Received: by user32.mynet.com.my with Microsoft Mail id <01BCCF1A.8C870710@user32.mynet.com.my>; Thu, 2 Oct 1997 10:04:19 -0000 Message-ID: <01BCCF1A.8C870710@user32.mynet.com.my> From: Bernard To: "'questions@freebsd.org'" Subject: HP laserjet 5P Date: Thu, 2 Oct 1997 10:04:18 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a problem to use a printer connect at a Windows NT 4.0 Server. The error message is waiting for my server to come up. But my server is running and the HP laserjet 5P is working fine. Thanks From owner-freebsd-questions Wed Oct 1 19:04:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA23580 for questions-outgoing; Wed, 1 Oct 1997 19:04:54 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA23575 for ; Wed, 1 Oct 1997 19:04:48 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id LAA03008; Thu, 2 Oct 1997 11:34:35 +0930 (CST) Message-ID: <19971002113434.06411@lemis.com> Date: Thu, 2 Oct 1997 11:34:34 +0930 From: Greg Lehey To: User Al Johnson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: CVSUP without X installed References: <3432E23D.A812153E@AJC.State.Net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3432E23D.A812153E@AJC.State.Net>; from User Al Johnson on Wed, Oct 01, 1997 at 06:52:29PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 01, 1997 at 06:52:29PM -0500, User Al Johnson wrote: > Does anyone know if it's possible to use CVSUP 1.5 without X. > Every time I fire it up it complains about libXaw.lo.6.1 or > something close to that. I don't think you'll get it to run without the X libraries being present, since that's the way it's linked. On the other hand, you can definitely *run* it without connecting to an X server. I do that all the time. If it bugs you, you might like to hack the code so that you can build it without X support. > I don't want to have to install X just to use CVSUP. No, that's not a good reason to install X. There are many others. Why don't you want to use it? Greg From owner-freebsd-questions Wed Oct 1 19:14:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA24282 for questions-outgoing; Wed, 1 Oct 1997 19:14:42 -0700 (PDT) Received: from neptune.ajc.state.net (neptune.ajc.state.net [204.120.158.168]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA24277 for ; Wed, 1 Oct 1997 19:14:39 -0700 (PDT) Received: from AJC.State.Net (saturn.ajc.state.net [204.120.158.166]) by neptune.ajc.state.net (8.8.6/8.8.5) with ESMTP id VAA22104; Wed, 1 Oct 1997 21:14:08 -0500 (CDT) Message-ID: <34330374.F14C7094@AJC.State.Net> Date: Wed, 01 Oct 1997 21:14:12 -0500 From: User Al Johnson X-Mailer: Mozilla 4.02b7 [en] (X11; I; FreeBSD 2.2-STABLE i386) MIME-Version: 1.0 To: Greg Lehey CC: freebsd-questions@FreeBSD.ORG Subject: Re: CVSUP without X installed References: <3432E23D.A812153E@AJC.State.Net> <19971002113434.06411@lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greg Lehey wrote: > > On Wed, Oct 01, 1997 at 06:52:29PM -0500, User Al Johnson wrote: > > Does anyone know if it's possible to use CVSUP 1.5 without X. > > Every time I fire it up it complains about libXaw.lo.6.1 or > > something close to that. > > I don't think you'll get it to run without the X libraries being > present, since that's the way it's linked. On the other hand, you can > definitely *run* it without connecting to an X server. I do that all > the time. If it bugs you, you might like to hack the code so that you > can build it without X support. I got it to work by installing just the necessary libs. > > > I don't want to have to install X just to use CVSUP. > > No, that's not a good reason to install X. There are many others. > Why don't you want to use it? It's a news server, and when puch comes to shove it's the keeper of the FreeBSD ports collection. Not much need for X on that system. > > Greg -- Al From owner-freebsd-questions Wed Oct 1 19:41:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA25650 for questions-outgoing; Wed, 1 Oct 1997 19:41:14 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA25644 for ; Wed, 1 Oct 1997 19:41:11 -0700 (PDT) Received: (qmail 23151 invoked by uid 1008); 2 Oct 1997 02:45:35 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 23145 invoked from network); 2 Oct 1997 02:45:34 -0000 Received: from sendero-ppp.i-connect.net (206.190.143.100) by primer.i-connect.net with SMTP; 2 Oct 1997 02:45:34 -0000 Received: (qmail 7624 invoked by uid 1000); 2 Oct 1997 02:41:29 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha-092597 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Wed, 01 Oct 1997 19:41:29 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: freebsd-dlm@primer.i-connect.net Subject: Welcome, and a Kickoff Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Y'all. You are on this mailing list because you expressed (even a fleeting) interest in this subject. To unsubscribe, send an empty e-mail message to: freebsd-dlm-unsubscribe@primer.i-connect.net This list is dedicated to the review and discussion of Distributed Lock Managers. Since our initial implementation is on FreeBSD, it is the platform of choice for this discussion, at this time. Some ground rules: The DLM presented here today, is work in progress. Until it is stabilized, debugged and delivered, it is NOT intended for wide distribution. I am not an attorney, and do not intend to be one. Here is an explanation of what I mean, in regards to ownership and distribution of this package. * The source code is owned by myself and my Employer, Atlas Telecom of Portland, Oregun, USA. So is the binaries copyrights. * Until we finish debugging and release this code to the public, we ask that no porting to other platforms, incorporating into commercial products, or re-development takes place. * Official release of the product will happen when BOTH the following conditions occur: A. I say so; this will happen when I trust the code enough to put a critical application on it. B. The formal FreeBSD review is over and the code is accepted for inclusion in the standard source tree. If the FreeBSD organization rejects the code for reasons other than code quality, this will be viewed as acceptance in my eyes. * The purpose of these conditions is to make sure we are not bombarded by porting and quality issues before the product is released. We also want to make sure it is of utmost quality. * The two options to these conditions are : a) do not release the source, or b) do not release the DLM at all. We feel strongly that neither option is a good nor acceptable one. But, less acceptable is releasing of trashy, broken, ill-concieved or incomplete code. Any of you who wishes to review the code, compile it, test it. debug it, etc. is welcome. Please post all patches, suggestions, etc. to this list, or directly to me. IMPORTANT: Once matured and stabilized, the code WILL BE RELEASED. If it were not, I would not have made this version available. OK, What's Where? On ftp://primer.i-connect.net/crash you will find several files: dlm_X.Y.Z.patch: Includes all the modification to FreeBSD-3.0-current, as of the date of the file. This patch includes the DPT driver, as I am a lazy bum and hate managing patches. DLMdesign.{dvi,ps}: Describes the DLM, what it does and why. It is recommended that the uninitiated reads the design paper before attempting to read the sources. Please let us know what you think. Even if it is good. Especially if it is bad. --- Sincerely Yours, Simon Shapiro Atlas Telecom Senior Architect 14355 SW Allen Blvd., Suite 130 Beaverton OR 97005 Shimon@i-Connect.Net Voice: 503.799.2313 From owner-freebsd-questions Wed Oct 1 19:55:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA26345 for questions-outgoing; Wed, 1 Oct 1997 19:55:36 -0700 (PDT) Received: from ocala.cs.miami.edu (ocala.cs.miami.edu [129.171.34.17]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA26334 for ; Wed, 1 Oct 1997 19:55:29 -0700 (PDT) Received: from ocala.cs.miami.edu by ocala.cs.miami.edu via SMTP (950413.SGI.8.6.12/940406.SGI) id WAA02640; Wed, 1 Oct 1997 22:52:54 -0400 Date: Wed, 1 Oct 1997 22:52:54 -0400 (EDT) From: "Joe \"Marcus\" Clarke" Reply-To: "Joe \"Marcus\" Clarke" To: Michael Richards <026809r@dragon.acadiau.ca> cc: freebsd-questions@FreeBSD.ORG Subject: Re: Secure Shell as a script In-Reply-To: <199710020049.VAA22050@dragon.acadiau.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The only thing I would change, would be make the operative line: exec telnet -E gragon.acadiau.ca This will replace the sh proc with the telnet proc. Saves you a process. -Joe Clarke On Wed, 1 Oct 1997, Michael Richards wrote: > Does anyone know of security considerations of setting up a user as a shell > as follows: > > set the shell to: > /usr/local/bin/DragonShell > > This DragonShell contains the following: > !/bin/sh > > telnet -E dragon.acadiau.ca > > Basically it is just to allow a user to telnet from the console of a box, > but not to allow them shell access to that same box. > (The -E switch does not allow them to use ^] to get to the telnet> prompt > and try to execute a shell from there. > > Also, that sets the shell type to cons25. Does anyone know how to make this > speak vt100? would the soluton be to add some line like > set TERM = "vt100" before the telnet line in that script? Or is it more > complicated than that? > > Basically what I am doing is making this a public dumb terminal that will > allow them to log in and use another host. > > Any help would be appreciated... Thanks > -Mike > From owner-freebsd-questions Wed Oct 1 20:54:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA29143 for questions-outgoing; Wed, 1 Oct 1997 20:54:09 -0700 (PDT) Received: from cplkagan.globaleyes.net ([209.60.64.59]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA29138 for ; Wed, 1 Oct 1997 20:54:04 -0700 (PDT) Received: from parrothd.globaleys.net (parrothd [192.0.0.29]) by cplkagan.globaleyes.net (8.8.5/8.8.5) with SMTP id SAA24832 for ; Wed, 1 Oct 1997 18:58:29 -0500 (CDT) Message-Id: <3.0.3.32.19971001225109.006e88f0@midwest.net> X-Sender: parrothd@midwest.net X-Mailer: QUALCOMM Windows Eudora Pro Demo Version 3.0.3 (32) Date: Wed, 01 Oct 1997 22:51:09 -0500 To: freebsd-questions@FreeBSD.ORG From: "Jonathan E. Lyons" Subject: tty-level buffer overflows Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is this anything to be concerned about? I've got an X2 modem, with the port speed set at 57600..... Sep 28 16:42:11 cplkagan /kernel: sio0: 660 more tty-level buffer overflows (total 660) Sep 29 13:52:41 cplkagan /kernel: pid 18534 (ping), uid 0: exited on signal 3 Sep 30 21:05:02 cplkagan /kernel: sio0: 100 more tty-level buffer overflows (total 760) Sep 30 22:00:02 cplkagan /kernel: sio0: 198 more tty-level buffer overflows (total 958) Sep 30 22:05:01 cplkagan /kernel: sio0: 199 more tty-level buffer overflows (total 1157) Sep 30 22:05:02 cplkagan /kernel: sio0: 1076 more tty-level buffer overflows (total 2233) Oct 1 05:30:02 cplkagan /kernel: sio0: 940 more tty-level buffer overflows (total 3173) Thanks..... ..-.. ..-.. Jonathan E. Lyons __ /-___-\ __ __ / \ __ parrothd@midwest.net (__\/___ ___\/__) (__\//-oO--\\/__) 87 VFR700FII | \__|__/ | (/ _---_ \) Southern Illinois University ( ___ ) \/__|__\/ School of Ag. LAN Admin. ( / \ ) | [VFR] | http://cplkagan.globaleyes.net/ \ |.-.| / \ .---.{O) \ || || / \|///|| | '\| |/' |\|\|{_} | | |///|// '_' |///| '---' From owner-freebsd-questions Wed Oct 1 21:02:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA29648 for questions-outgoing; Wed, 1 Oct 1997 21:02:45 -0700 (PDT) Received: from goliath.airnet.net ([207.120.51.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA29642 for ; Wed, 1 Oct 1997 21:02:42 -0700 (PDT) Received: from airnet.net (207.242.81.226) by goliath.airnet.net (WorldMail 1.3.122); 1 Oct 1997 23:00:59 -0500 Message-ID: <34331B85.ECF58B47@airnet.net> Date: Wed, 01 Oct 1997 22:56:54 -0500 From: Kris Kirby Reply-To: kirbykb@airnet.net Organization: Abosolutly None! X-Mailer: Mozilla 4.02b7 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: Joe Beiter CC: questions@freebsd.org Subject: Re: soundblaster 16 References: <199709282003.QAA00283@xioa.cosmic.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Joe Beiter wrote: > Every time I have upgraded either Freebsd (at least five times) or my > soundblaster card (8 bit to 16 bit) configuring this to work with Freebsd > is a major pain in the rear. > > I've been trying to get this to work for weeks no luck. I am using these same > settings for Mickysoft and it works fine. The same settings do not work > in Freebsd. Can anyone tell me why? > > Soundblaster 16 irq=5, dma=1, dma=7, port 220, port 300, port 388 Port 388, to me, is indicative of a OPL-3 [Yamaha] Midi-Synthesizer. Are you using a SB-Clone? I hae used one successfully, but you have to trick it, and for sound, requires running the soundcard init program. Mine is sndinit. That means I have to run DOS to get all I want out of FreeBSD. Yuck. Did you mess with isa/sound/soundconfig.h ? Perhaps the missing line had something to do with the keyword conflicts? Kris From owner-freebsd-questions Wed Oct 1 21:05:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA29852 for questions-outgoing; Wed, 1 Oct 1997 21:05:35 -0700 (PDT) Received: from ms11.hinet.net (root@ms11.hinet.net [168.95.4.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA29846 for ; Wed, 1 Oct 1997 21:05:29 -0700 (PDT) Received: from ms11.hinet.net (h161.s148.ts.hinet.net [168.95.148.161]) by ms11.hinet.net (8.8.3/8.8.3) with ESMTP id MAA23707 for ; Thu, 2 Oct 1997 12:07:04 +0800 (CST) Message-ID: <34331D12.583CCE5E@ms11.hinet.net> Date: Thu, 02 Oct 1997 12:03:31 +0800 From: Doug Lo X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How do I play .wav & .au sound files? Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I downloaded Luigi's driver, so I can play audio CD by using SB 16 PnP. But I don't know how to play .wav files & .au files, and I can't find and make the device node "audio0" in /dev directory as well. Would anyone tell me how to play sound files, thanks in advance. Best regards, Doug. From owner-freebsd-questions Wed Oct 1 21:18:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA00618 for questions-outgoing; Wed, 1 Oct 1997 21:18:14 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA00604 for ; Wed, 1 Oct 1997 21:18:10 -0700 (PDT) Received: (qmail 23508 invoked by uid 1008); 2 Oct 1997 04:22:38 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 23502 invoked from network); 2 Oct 1997 04:22:37 -0000 Received: from sendero-ppp.i-connect.net (206.190.143.100) by primer.i-connect.net with SMTP; 2 Oct 1997 04:22:37 -0000 Received: (qmail 8914 invoked by uid 1000); 2 Oct 1997 04:18:33 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha-092597 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Wed, 01 Oct 1997 21:18:33 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: freebsd-dlm@primer.i-connect.net Subject: DLM 0.0.4 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk By the time you read this, DLM 0.0.4 will be on ftp.i-connect.net. It is a pathc against 3.0-current as of tonight. It corrects a race condition in creating a new lock. Thanx to Steve Tarkalson of Atlas Telecom for pointing this one out. Steve is a senior engineer at Atlas and is responsible for most our daemons and servers. He is very handy with multi-threading, netwoking code and tolerating my madness. --- Sincerely Yours, Simon Shapiro Atlas Telecom Senior Architect 14355 SW Allen Blvd., Suite 130 Beaverton OR 97005 Shimon@i-Connect.Net Voice: 503.799.2313 From owner-freebsd-questions Wed Oct 1 21:18:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA00657 for questions-outgoing; Wed, 1 Oct 1997 21:18:23 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA00643 for ; Wed, 1 Oct 1997 21:18:19 -0700 (PDT) Received: (qmail 23530 invoked by uid 1008); 2 Oct 1997 04:22:39 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 23511 invoked from network); 2 Oct 1997 04:22:38 -0000 Received: from sendero-ppp.i-connect.net (206.190.143.100) by primer.i-connect.net with SMTP; 2 Oct 1997 04:22:38 -0000 Received: (qmail 8917 invoked by uid 1000); 2 Oct 1997 04:18:33 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha-092597 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Wed, 01 Oct 1997 21:18:33 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: Chuck Robey Subject: Re: Welcome, and a Kickoff Cc: freebsd-dlm@primer.i-connect.net Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Chuck Robey; On 02-Oct-97 you wrote: ... > Trying to connect to primer.i-connect.net... > Error: Could not connect to primer.i-connect.net. > Reason: Connection refused Sorry about that; Had a Warez attack and disabled the server. It is on now. Do you know how to allow uploading without having these character bwck in? --- Sincerely Yours, Simon Shapiro Atlas Telecom Senior Architect 14355 SW Allen Blvd., Suite 130 Beaverton OR 97005 Shimon@i-Connect.Net Voice: 503.799.2313 From owner-freebsd-questions Wed Oct 1 21:26:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01009 for questions-outgoing; Wed, 1 Oct 1997 21:26:34 -0700 (PDT) Received: from stoner.sinet.com (root@[204.233.141.228]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA01003 for ; Wed, 1 Oct 1997 21:26:31 -0700 (PDT) Received: from raider.sinet.com ([206.52.54.21]) by stoner.sinet.com with smtp id m0xGdCI-0003cUC (Debian Smail-3.2 1996-Jul-4 #2); Wed, 1 Oct 1997 23:49:10 -0500 (CDT) Received: by raider.sinet.com with Microsoft Mail id <01BCCEC1.3D9DE820@raider.sinet.com>; Wed, 1 Oct 1997 23:25:01 -0500 Message-ID: <01BCCEC1.3D9DE820@raider.sinet.com> From: LPW To: "'freebsd-questions@freebsd.org'" Subject: Ether Express 16 ix driver Date: Wed, 1 Oct 1997 23:24:40 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id VAA01004 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello all, I am completely perplexed. I initially installed free bsd on a 486 DX4100 with an adaptec 2842 and I also had an ide drive. I have an Intel Ether Express 16 card which works when I've tested it with NT. I have used softset and set it to irq 10, 0x300. Now because I need the IDE drive for something else, I tried to install free bsd 2.2.2 on the scsi drive. The Ether Express is not seen. When am I doing wrong? From owner-freebsd-questions Wed Oct 1 21:28:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01087 for questions-outgoing; Wed, 1 Oct 1997 21:28:37 -0700 (PDT) Received: from beta.loyno.edu (loyno.edu [141.164.1.44]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA01082 for ; Wed, 1 Oct 1997 21:28:34 -0700 (PDT) Received: from localhost by beta.loyno.edu; (5.65v3.2/1.1.8.2/19Feb97-1141AM) id AA14931; Wed, 1 Oct 1997 23:32:18 -0500 Date: Wed, 1 Oct 1997 23:32:18 -0500 (CDT) From: "Leo M. Andres" To: freebsd-questions@freebsd.org Subject: FTP Install Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to install FreeBSD 2.2.2 using a floppy startup disk and an FTP install. I have a PPro 150 mhz and a SIIG 28.8 modem at com3 addr: 03e8h irq4. I am using PPP to transfer files. I got all the way to the dial-up terminal and established a connection. It connects and transfers about 300,000 kbytes before the connection just quits. I'm pretty sure that the dial-up server is hanging up on me. I am using EarthLink for my ISP. Is there any command to keep the connection open or to tickle the server? Thanks, Leo From owner-freebsd-questions Wed Oct 1 21:52:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA02407 for questions-outgoing; Wed, 1 Oct 1997 21:52:26 -0700 (PDT) Received: from lariat.lariat.org (ppp0.lariat.org@[129.72.251.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA02401 for ; Wed, 1 Oct 1997 21:52:22 -0700 (PDT) Received: from mustang.lariat.org (mustang.lariat.org [129.72.251.11]) by lariat.lariat.org (8.8.6/8.8.6) with SMTP id WAA20330 for ; Wed, 1 Oct 1997 22:47:02 -0600 (MDT) Message-Id: <3.0.3.32.19971001225215.02ef484c@mail.lariat.org> X-Sender: brett@mail.lariat.org X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Wed, 01 Oct 1997 22:52:15 -0600 To: freebsd-questions@freebsd.org From: Brett Glass Subject: Support for ThinkPad 760E and MWave internal modem? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm looking at putting FreeBSD on a ThinkPad 760E with an MWave internal modem. Will the OS support the modem? (The only other choice would be a PCMCIA card, which I really don't want to use.) Hot docking and undocking? Suspension and "hibernation?" From owner-freebsd-questions Wed Oct 1 21:54:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA02508 for questions-outgoing; Wed, 1 Oct 1997 21:54:43 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA02500 for ; Wed, 1 Oct 1997 21:54:36 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id OAA01058; Thu, 2 Oct 1997 14:24:21 +0930 (CST) Message-ID: <19971002142420.49578@lemis.com> Date: Thu, 2 Oct 1997 14:24:20 +0930 From: Greg Lehey To: "Jonathan E. Lyons" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: tty-level buffer overflows References: <3.0.3.32.19971001225109.006e88f0@midwest.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <3.0.3.32.19971001225109.006e88f0@midwest.net>; from Jonathan E. Lyons on Wed, Oct 01, 1997 at 10:51:09PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 01, 1997 at 10:51:09PM -0500, Jonathan E. Lyons wrote: > Is this anything to be concerned about? I've got an X2 modem, with the port > speed set at 57600..... > > > Sep 28 16:42:11 cplkagan /kernel: sio0: 660 more tty-level buffer overflows > (total 660) > Sep 29 13:52:41 cplkagan /kernel: pid 18534 (ping), uid 0: exited on signal 3 > Sep 30 21:05:02 cplkagan /kernel: sio0: 100 more tty-level buffer overflows > (total 760) > Sep 30 22:00:02 cplkagan /kernel: sio0: 198 more tty-level buffer overflows > (total 958) > Sep 30 22:05:01 cplkagan /kernel: sio0: 199 more tty-level buffer overflows > (total 1157) > Sep 30 22:05:02 cplkagan /kernel: sio0: 1076 more tty-level buffer > overflows (total 2233) > Oct 1 05:30:02 cplkagan /kernel: sio0: 940 more tty-level buffer overflows > (total 3173) Yes. With PPP, each of these means a lost packet, which is expensive. This shouldn't happen. Is the machine slow or heavily loaded? Otherwise you might be losing interrupts. Greg From owner-freebsd-questions Wed Oct 1 22:36:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA04597 for questions-outgoing; Wed, 1 Oct 1997 22:36:58 -0700 (PDT) Received: from kevin.sunshine.net (pme86.sunshine.net [204.191.205.86]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA04589 for ; Wed, 1 Oct 1997 22:36:51 -0700 (PDT) Received: from localhost (cagey@localhost) by kevin.sunshine.net (8.8.5/8.8.5) with SMTP id WAA00705; Wed, 1 Oct 1997 22:36:25 -0700 (PDT) X-Authentication-Warning: kevin.sunshine.net: cagey owned process doing -bs Date: Wed, 1 Oct 1997 22:36:20 -0700 (PDT) From: Kevin Eliuk X-Sender: cagey@kevin.sunshine.net To: Annelise Anderson cc: FreeBSD-questions Subject: Re: Moused Problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Annelise Anderson wrote: > I can't get moused to work, even though I do > > moused -c -s -p /dev/cuaa0 -t microsoft > and > vidcontrol -m on > because the first command above results in the error message: > > moused open(/dev/consolectl): No such file or directory > > There's also no sysmouse in dev, and I can't seem to create them > with sh ./MAKEDEV consolectl or sh ./MAKEDEV sysmouse. > > This is 2.2-STABLE built from recent sources, but it's been going > on for a long time.... > Odd, >From /dev/MAKEDEV: [..snip..] # Device "make" file. Valid arguments: [..snip..] # sysmouse Mousesystems mouse emulator for syscons [..snip..] # $Id: MAKEDEV,v 1.127.2.10 1997/04/15 18:07:06 jkh Exp $ sysmouse) rm -f sysmouse consolectl mknod sysmouse c 12 128 mknod consolectl c 12 255 chown root.wheel sysmouse consolectl ;; [..snip..] cagey@root # ./MAKEDEV sysmouse cagey@root # ll sysmouse consolectl crw------- 1 root wheel 12, 255 Oct 1 22:31 consolectl crw------- 1 root wheel 12, 128 Oct 1 22:31 sysmouse > Thanks-- > > Annelise -- =| Regards, =| FreeBSD ==> http://www.FreeBSD.org =| Kevin G. Eliuk =| "Free at last, free at last, ...." British Columbia *BSD User Directory ==> http://www.cynic.net From owner-freebsd-questions Wed Oct 1 23:25:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA07016 for questions-outgoing; Wed, 1 Oct 1997 23:25:52 -0700 (PDT) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA07010 for ; Wed, 1 Oct 1997 23:25:50 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id XAA02907; Wed, 1 Oct 1997 23:17:53 -0700 (PDT) Date: Wed, 1 Oct 1997 23:17:52 -0700 (PDT) From: Annelise Anderson Reply-To: Annelise Anderson To: Kevin Eliuk cc: FreeBSD-questions Subject: Re: Moused Problems In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Kevin Eliuk wrote: > On Wed, 1 Oct 1997, Annelise Anderson wrote: > > > There's also no sysmouse in dev, and I can't seem to create them > > with sh ./MAKEDEV consolectl or sh ./MAKEDEV sysmouse. > > > > This is 2.2-STABLE built from recent sources, but it's been going > > on for a long time.... > > > > Odd, > > >From /dev/MAKEDEV: > > [..snip..] > > # Device "make" file. Valid arguments: > > [..snip..] > > # sysmouse Mousesystems mouse emulator for syscons > > [..snip..] > > # $Id: MAKEDEV,v 1.127.2.10 1997/04/15 18:07:06 jkh Exp $ > > sysmouse) > rm -f sysmouse consolectl > mknod sysmouse c 12 128 > mknod consolectl c 12 255 > chown root.wheel sysmouse consolectl > ;; > [..snip..] > > cagey@root # ./MAKEDEV sysmouse > cagey@root # ll sysmouse consolectl > crw------- 1 root wheel 12, 255 Oct 1 22:31 consolectl > crw------- 1 root wheel 12, 128 Oct 1 22:31 sysmouse Aha, I think we've got it: ls -l /dev/MAKEDEV says: -r-xr-xr-x 1 root wheel 28101 Nov 16 1995 /dev/MAKEDEV Still there from the original installation on this drive of 2.1.....I've updated /etc after make worlds but it never occured to me to copy /etc/etc.i386/MAKEDEV to /dev/MAKEDEV. So I did that and now I've got sysmouse and consolectl in /dev--the old MAKEDEV didn't have the lines you quote above. Thanks very much! Annelise From owner-freebsd-questions Thu Oct 2 01:32:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA12810 for questions-outgoing; Thu, 2 Oct 1997 01:32:07 -0700 (PDT) Received: from jupiter.leirianet.pt (jupiter.leirianet.pt [195.23.69.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA12792 for ; Thu, 2 Oct 1997 01:32:00 -0700 (PDT) Received: from vortex.pluriproj.pt ([195.23.69.137]) by jupiter.leirianet.pt (8.7.6/8.7.3) with SMTP id JAA21097; Thu, 2 Oct 1997 09:30:18 +0100 From: jm@pluriproj.pt (Jose Monteiro) To: Dan Busarow Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ifconfig alias Date: Thu, 02 Oct 1997 08:31:00 GMT Organization: Pluriproj Lda. Reply-To: Jose Monteiro Message-ID: <34335abd.254404@mail.leirianet.pt> References: In-Reply-To: X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id BAA12806 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk No dia Tue, 30 Sep 1997 09:58:40 -0700 (PDT), escreveu o seguinte: >On Tue, 30 Sep 1997, Jose Monteiro wrote: >> ifconfig_ed0="inet A.B.C.138 netmask 255.255.255.224" >> ifconfig_ed0_alias0="inet A.B.C.139 netmask 255.255.255.255" >> ifconfig ed0_alias0="inet A.B.C.140 netmask 255.255.255.255" >> ifconfig ed0_alias0="inet A.B.C.141 netmask 255.255.255.255" >> >> Only the first and second IP alias (138, 139) go Up. The others stay >> down. > >Make the additional aliases alias1, alias2, etc... I did. I've changed ifconfig lines in my rc.conf to: ifconfig_ed0="inet A.B.C.138 netmask 255.255.255.224" ifconfig_ed0_alias0="inet A.B.C.139 netmask 255.255.255.255" ifconfig ed0_alias1="inet A.B.C.140 netmask 255.255.255.255" ifconfig ed0_alias2="inet A.B.C.141 netmask 255.255.255.255" But when i rebooted, the same thing happened: Only 138 and 139 wen Up. The others stayed down. So I had to do it manualy as always: # ifconfig ed0 inet A.B.C.140 netmask 255.255.255.255 alias # ifconfig ed0 inet A.B.C.141 netmask 255.255.255.255 alias Why can't I do this in rc.conf? Jose *--------------Jose Monteiro --------------* | Pluriproj - Redes e Sistemas de Comunicacoes Lda. | | Agente IP em Leiria http://www.pluriproj.pt | *.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·* | Tel: +351 44 8182063 Fax: +351 44 8182061 | | Finger me or search key servers for my PGP public key | *-----------------------------------------------------------* From owner-freebsd-questions Thu Oct 2 02:03:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA14820 for questions-outgoing; Thu, 2 Oct 1997 02:03:05 -0700 (PDT) Received: from nectech.nectech.co.uk (nectech.nectech.co.uk [194.129.183.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA14811 for ; Thu, 2 Oct 1997 02:02:58 -0700 (PDT) Received: from host200-253.neceur.com by nectech.nectech.co.uk id aa20472; 2 Oct 97 10:09 BST Received: by exchange with Internet Mail Service (5.0.1458.49) id <4BLV58K2>; Thu, 2 Oct 1997 10:00:31 +0100 Message-ID: <014CB6ADC0BCD0118B1B006097827D5B022CC8@exchange> From: "Bond, Jeffery" To: "'questions@freebsd.org'" Subject: Motif libs/includes Date: Thu, 2 Oct 1997 10:00:29 +0100 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1458.49) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi folks, Does anybody know if any Motif (or Motif-like) libraries and include files are available for FreeBSD, and if so, where can I get them? Specifically, I'm after the includes from /usr/X11R6/include/Xm/ and libXm.so.* Help much appreciated, Jeff Bond. --------------------------------------------------- Jeffery Bond --------------------------------------------------- From owner-freebsd-questions Thu Oct 2 02:08:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA15208 for questions-outgoing; Thu, 2 Oct 1997 02:08:43 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA15200 for ; Thu, 2 Oct 1997 02:08:38 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id SAA19426; Thu, 2 Oct 1997 18:38:19 +0930 (CST) Message-ID: <19971002183817.06778@lemis.com> Date: Thu, 2 Oct 1997 18:38:17 +0930 From: Greg Lehey To: Jose Monteiro Cc: Dan Busarow , freebsd-questions@FreeBSD.ORG Subject: Re: ifconfig alias References: <34335abd.254404@mail.leirianet.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <34335abd.254404@mail.leirianet.pt>; from Jose Monteiro on Thu, Oct 02, 1997 at 08:31:00AM +0000 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 02, 1997 at 08:31:00AM +0000, Jose Monteiro wrote: > No dia Tue, 30 Sep 1997 09:58:40 -0700 (PDT), escreveu o seguinte: > >> On Tue, 30 Sep 1997, Jose Monteiro wrote: >>> ifconfig_ed0="inet A.B.C.138 netmask 255.255.255.224" >>> ifconfig_ed0_alias0="inet A.B.C.139 netmask 255.255.255.255" >>> ifconfig ed0_alias0="inet A.B.C.140 netmask 255.255.255.255" >>> ifconfig ed0_alias0="inet A.B.C.141 netmask 255.255.255.255" >>> >>> Only the first and second IP alias (138, 139) go Up. The others stay >>> down. >> >> Make the additional aliases alias1, alias2, etc... > > I did. I've changed ifconfig lines in my rc.conf to: > > ifconfig_ed0="inet A.B.C.138 netmask 255.255.255.224" > ifconfig_ed0_alias0="inet A.B.C.139 netmask 255.255.255.255" > ifconfig ed0_alias1="inet A.B.C.140 netmask 255.255.255.255" > ifconfig ed0_alias2="inet A.B.C.141 netmask 255.255.255.255" > > But when i rebooted, the same thing happened: Only 138 and 139 wen Up. > The others stayed down. > > So I had to do it manualy as always: > > # ifconfig ed0 inet A.B.C.140 netmask 255.255.255.255 alias > # ifconfig ed0 inet A.B.C.141 netmask 255.255.255.255 alias > > Why can't I do this in rc.conf? Well, it would help if you also put in the _ between ifconfig and ed0 in the last two lines: ifconfig_ed0_alias1="inet A.B.C.140 netmask 255.255.255.255" ifconfig_ed0_alias2="inet A.B.C.141 netmask 255.255.255.255" ^ This one. You should be getting error messages from the startup scripts. Greg From owner-freebsd-questions Thu Oct 2 02:26:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA15781 for questions-outgoing; Thu, 2 Oct 1997 02:26:26 -0700 (PDT) Received: from caliban.dihelix.com (caliban.dihelix.com [198.180.136.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA15775 for ; Thu, 2 Oct 1997 02:26:22 -0700 (PDT) Received: (from langfod@localhost) by caliban.dihelix.com (8.8.7/8.8.3) id XAA06005; Wed, 1 Oct 1997 23:25:14 -1000 (HST) Message-Id: <199710020925.XAA06005@caliban.dihelix.com> Subject: Re: ifconfig alias In-Reply-To: <34335abd.254404@mail.leirianet.pt> from Jose Monteiro at "Oct 2, 97 08:31:00 am" To: jm@pluriproj.pt Date: Wed, 1 Oct 1997 23:25:14 -1000 (HST) Cc: dan@dpcsys.com, freebsd-questions@FreeBSD.ORG From: "David Langford" X-blank-line: This space intentionaly left blank. X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Personally I never like doing this in rc.conf. Granted I have a machine with about 300 aliases so this make rc.conf a bit unwieldly. What I did back when was to make a file called netstart.local and it got sourced at the end of netstart. The other thing to always be careful of that your rc files match each other version wise. In other words if you update you rc.conf from the source tree be sure that you also grab netstart et al at the same time. -David >>Make the additional aliases alias1, alias2, etc... >I did. I've changed ifconfig lines in my rc.conf to: > >ifconfig_ed0="inet A.B.C.138 netmask 255.255.255.224" >ifconfig_ed0_alias0="inet A.B.C.139 netmask 255.255.255.255" >ifconfig ed0_alias1="inet A.B.C.140 netmask 255.255.255.255" >ifconfig ed0_alias2="inet A.B.C.141 netmask 255.255.255.255" > >But when i rebooted, the same thing happened: Only 138 and 139 wen Up. >The others stayed down. >So I had to do it manualy as always: > ># ifconfig ed0 inet A.B.C.140 netmask 255.255.255.255 alias ># ifconfig ed0 inet A.B.C.141 netmask 255.255.255.255 alias > >Why can't I do this in rc.conf? >Jose From owner-freebsd-questions Thu Oct 2 03:34:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA18365 for questions-outgoing; Thu, 2 Oct 1997 03:34:55 -0700 (PDT) Received: from lions.cableinet.net (lions.cableinet.net [193.38.113.5]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id DAA18360 for ; Thu, 2 Oct 1997 03:34:50 -0700 (PDT) Received: from 195.188.252.123 ([195.188.252.123]) by lions.cableinet.net (950413.SGI.8.6.12/951211.SGI) via SMTP id LAA20501 for ; Thu, 2 Oct 1997 11:32:09 +0100 Message-ID: <3433868E.1C50@cableinet.co.uk> Date: Thu, 02 Oct 1997 11:33:36 +0000 From: Andy Pendry Reply-To: andy.p@cableinet.co.uk Organization: Trinity Academy X-Mailer: Mozilla 3.01 (Macintosh; I; PPC) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Stop sendmail echo to screen Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I use uemacs to edit files on my freeBSD 2.1.5 mail server. When editing files, sendmail and popper displays any email activity an ruins my editing session. How can I stop it being verbose, and is there a better editor available for freeBSD? I usually telnet into the freeBSD box from a Mac, and I can't get the keyboard mapped correctly to include F keys etc. Any advice? Cheers Andy Pendry Network Manager http://www.trinity.edin.sch.uk From owner-freebsd-questions Thu Oct 2 04:15:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA19386 for questions-outgoing; Thu, 2 Oct 1997 04:15:10 -0700 (PDT) Received: from DonaldBurr.dyn.ml.org (dburr@ppp6128.la.inreach.net [199.107.160.128]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA19373 for ; Thu, 2 Oct 1997 04:14:48 -0700 (PDT) Received: (from dburr@localhost) by DonaldBurr.dyn.ml.org (8.8.5/8.8.5) id EAA09852 for freebsd-questions@freebsd.org; Thu, 2 Oct 1997 04:14:01 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Thu, 02 Oct 1997 04:00:43 -0700 (PDT) Organization: Starfleet Command From: Donald Burr To: FreeBSD Questions Subject: FreeBSD as embedded system? Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- Someone asked me something the other day that I honestly didn't know the answer to. I thought I'd pose to the group to see if anyone else knows, or better yet, has a working example of what I'm talking about. There have been several widely publicized examples of Linux (what's that? :) ) being run in an "embedded system" type of setup, such as the hydroponics(?) experiment on the recent Space Shuttle mission. Another example, published in the most recent Linux Journal, is a project at some university somewhere (sorry, don't have the issue handy) that made a computer-controlled robotic car (RoboCar) for a robotics contest... All (or most) of these setups involve a "PC on a card" type unit (where an entire PC, CPU, ISA Bus, perhaps Ethernet card, etc. is shrunk to fit on one or several stacked, really small cards) and a solid-state (i.e. memory-based) IDE disk (company thnat makes it is called SanDisk?) Also, typically, these systems don't come "fully loaded" (i.e. only a reduced set of commands, a smaller kernel, etc.) is isntalled, and they usually don't go through a full boot process (init, getty, etc.).. basically they boot up and run just a specific program, etc. Anyway, has FreeBSD ever been used in such a setup? Is it possible? What modifications (if any) would have to be made? And, if this has been done with FreeBSD, what manufacturers' hardware was used (i.e. what hardware is compatible?) TIA for your email responses... xample of what I'm talking about. There have been several widely publicized examples of Linux (what's that? :) ) being run in an "embedded system" type of setup, such as the hydroponics(?) experiment on the recent Space Sh - --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNDOB+PjpixuAwagxAQH7lQQAnTprzfSVNBtzBZtZUPOVmo43PY369F7N FUXjo4+yM7XhcilENPKTI7qA3X6rhdrUqS7EqGwpy8QqmjVl+ruEWquLZI4vmyij A0Rlh/WiEv5kCj3ktEHbVh6prpaNxn3+CdHoNnlf9hy2TVSxI//jb6Ib+PN0fMGb WOnoFRiZP6s= =zCuF -----END PGP SIGNATURE----- From owner-freebsd-questions Thu Oct 2 04:58:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA20943 for questions-outgoing; Thu, 2 Oct 1997 04:58:33 -0700 (PDT) Received: from out1.ibm.net (out1.ibm.net [165.87.194.252]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA20938 for ; Thu, 2 Oct 1997 04:58:30 -0700 (PDT) Received: from slip166-72-108-168.ny.us.ibm.net (slip166-72-108-168.ny.us.ibm.net [166.72.108.168]) by out1.ibm.net (8.8.5/8.6.9) with SMTP id LAA30622; Thu, 2 Oct 1997 11:58:16 GMT Message-Id: <199710021158.LAA30622@out1.ibm.net> Comments: Authenticated sender is From: "Michael G." To: Brett Glass , freebsd-questions@FreeBSD.ORG Date: Thu, 2 Oct 1997 07:57:19 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Support for ThinkPad 760E and MWave internal modem? X-Confirm-Reading-To: "Michael G." X-pmrqc: 1 Priority: normal In-reply-to: <3.0.3.32.19971001225215.02ef484c@mail.lariat.org> X-mailer: Pegasus Mail for Windows (v2.54) Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I'm looking at putting FreeBSD on a ThinkPad 760E with an MWave internal > modem. Will the OS support the modem? (The only other choice would be a > PCMCIA card, which I really don't want to use.) Hot docking and undocking? > Suspension and "hibernation?" I can't answer for your modem, I use a PCMCIA...but on my TP 750Cs the APM functions work great! Michael G. ------------------------------------------------------------ Brought to you by the letters "O" and "S" and the number "2" Live FreeBSD... or Die! COBOL...the language of business! ---------------------------------- From owner-freebsd-questions Thu Oct 2 05:03:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA21180 for questions-outgoing; Thu, 2 Oct 1997 05:03:04 -0700 (PDT) Received: from MV.ru (root@MV.ru [193.124.97.135]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA21167 for ; Thu, 2 Oct 1997 05:02:49 -0700 (PDT) Received: from ppp24.usr.mvc.net (ppp24.usr.MVC.net [193.124.121.24]) by MV.ru (8.8.5-MVC-110897/8.8.5) with SMTP id QAA21037 for ; Thu, 2 Oct 1997 16:02:31 +0400 (MVS) X-Authentication-Warning: MV.ru: ppp24.usr.MVC.net [193.124.121.24] didn't use HELO protocol Message-ID: <3433FB5E.1B1F@gdbank.smb.mv.ru> Date: Thu, 02 Oct 1997 15:51:58 -0400 From: "Frantzuzov S.G." Reply-To: fsg@gdbank.smb.mv.ru Organization: GelDorBank X-Mailer: Mozilla 2.02 (OS/2; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.org Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hello! I installed FreeBSD 2.2.1 and have a problem: 1) I can't work with PS/2 mouse on Asustek P55T2P4 motherboard, but in DOS and OS/2 - mouse work. I adding in CONFIG file line with "psm", recompile kernel, but where system start she write, that "psm not supported". I use default setting for "psm": device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr 2) Has FreeBSD support streamer IOMEGA DITTO (an floppy port)? I recomment "ft" in config, but in system's start line with "ft" is'nt. "ft" use port 1 ( port 0 - 3,5'' floppy disk) tape ft0 at fdc0 drive 1 Help me please, sorry for my English. -- Regards, Stanislav G. Frantzuzov From owner-freebsd-questions Thu Oct 2 05:05:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA21322 for questions-outgoing; Thu, 2 Oct 1997 05:05:14 -0700 (PDT) Received: from mail.cre8tivegroup.com (abt6.bitwise.net [204.97.222.226]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA21310 for ; Thu, 2 Oct 1997 05:05:11 -0700 (PDT) Received: from [204.255.227.84] by mail.cre8tivegroup.com (SMTPD32-3.04) id AED12B7A01E8; Thu, 02 Oct 1997 08:08:49 -0400 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD In-Reply-To: <3.0.3.32.19971001225109.006e88f0@midwest.net> Date: Thu, 02 Oct 1997 08:02:29 -0400 (EDT) Organization: The Creative Group From: Patrick Gardella To: "Jonathan E. Lyons" Subject: RE: tty-level buffer overflows Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yes, Your port speed is too low. This is saying that your modem is sending the information to your computer too fast. So rather than slowing the modem down, speed the port up.. I use 115200 on my X2, and have considered going to 230400 (or whatever that speed is!). You are setting the speed at which the computer talks to the modem, not the speed your modem talks to your ISP. Patrick On 02-Oct-97 Jonathan E. Lyons wrote: >Is this anything to be concerned about? I've got an X2 modem, with the port >speed set at 57600..... > > >Sep 28 16:42:11 cplkagan /kernel: sio0: 660 more tty-level buffer overflows >(total 660) >Sep 29 13:52:41 cplkagan /kernel: pid 18534 (ping), uid 0: exited on signal 3 >Sep 30 21:05:02 cplkagan /kernel: sio0: 100 more tty-level buffer overflows >(total 760) >Sep 30 22:00:02 cplkagan /kernel: sio0: 198 more tty-level buffer overflows >(total 958) >Sep 30 22:05:01 cplkagan /kernel: sio0: 199 more tty-level buffer overflows >(total 1157) >Sep 30 22:05:02 cplkagan /kernel: sio0: 1076 more tty-level buffer >overflows (total 2233) >Oct 1 05:30:02 cplkagan /kernel: sio0: 940 more tty-level buffer overflows >(total 3173) > >Thanks..... > ..-.. ..-.. >Jonathan E. Lyons __ /-___-\ __ __ / \ __ >parrothd@midwest.net (__\/___ ___\/__) (__\//-oO--\\/__) >87 VFR700FII | \__|__/ | (/ _---_ \) >Southern Illinois University ( ___ ) \/__|__\/ >School of Ag. LAN Admin. ( / \ ) | [VFR] | >http://cplkagan.globaleyes.net/ \ |.-.| / \ .---.{O) > \ || || / \|///|| | > '\| |/' |\|\|{_} > | | |///|// > '_' |///| > '---' From owner-freebsd-questions Thu Oct 2 05:11:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA21555 for questions-outgoing; Thu, 2 Oct 1997 05:11:12 -0700 (PDT) Received: from radford.i-plus.net (root@Radford.i-Plus.net [206.99.237.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA21550 for ; Thu, 2 Oct 1997 05:11:05 -0700 (PDT) Received: from totally.nutty.net (insane@totally.nutty.net [206.99.237.44]) by radford.i-plus.net (8.8.6/8.8.5) with SMTP id IAA09992; Thu, 2 Oct 1997 08:07:56 -0400 (EDT) Message-Id: <199710021207.IAA09992@radford.i-plus.net> Reply-To: "Troy Settle" From: "Troy Settle" To: "Rick Verhaalen" , Subject: Re: dial-up internet access Date: Thu, 2 Oct 1997 08:15:56 -0400 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 4.71.1008.3 X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Windows 95 and IE comes with various setup wizards to simplify the configuration of PPP, but the PPP is seperate from Internet Explorer. With that said, please refer to the handbook http://www.freebsd.org/handbook/handbook173.html#404 for instructions on setting up ppp for FreeBSD. You have your choice of ijppp (userland), or pppd (kernel). I prefer pppd because it simplifies the process of maintaining an almost-dedicated connection. -----Original Message----- From: Rick Verhaalen To: freebsd-questions@FreeBSD.ORG Date: Wednesday, October 01, 1997 3:10 PM Subject: dial-up internet access >I recently installed FreeBSD on my home PC. I want to be able to access >the internet through freebsd. What needs to be set up in order to do so. >For example, in Win95, I can configure Microsoft Explorer to connect to my >ISP. I don't see how to do that with Chimera or Mosiac. Do I need to >configure PPP before I go into my browser? and how? >thanks > From owner-freebsd-questions Thu Oct 2 05:19:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA21906 for questions-outgoing; Thu, 2 Oct 1997 05:19:30 -0700 (PDT) Received: from ratbert.aisol.net (ratbert.aisol.net [202.233.42.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA21900 for ; Thu, 2 Oct 1997 05:19:27 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by ratbert.aisol.net (8.8.5/8.8.5) with SMTP id VAA26833; Thu, 2 Oct 1997 21:16:22 +0900 (JST) Date: Thu, 2 Oct 1997 21:16:22 +0900 (JST) From: Arizona Coyote X-Sender: coyote@ratbert To: "Bond, Jeffery" cc: "'questions@freebsd.org'" Subject: Re: Motif libs/includes In-Reply-To: <014CB6ADC0BCD0118B1B006097827D5B022CC8@exchange> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, You should be able to get Motif, but it is rather costly. A good place to start is the Motif main homepage: http://www.opengroup.org/tech/desktop/motif/ Kenton Lee (who appears regularly in newsgroups on X) has a very good website on Motif. http://www.rahul.net/kenton/GettingMotif.html But you are probably looking for a free alternative. There is lesstif which provides some level of Motif-compatibility. Look in the ports: /usr/ports/x11/lesstif More information on lesstif can be found at http://www.lesstif.org/ Mark On Thu, 2 Oct 1997, Bond, Jeffery wrote: > Hi folks, > > Does anybody know if any Motif (or Motif-like) libraries and include > files are available for FreeBSD, and if so, where can I get them? > Specifically, I'm after the includes from /usr/X11R6/include/Xm/ and > libXm.so.* > > Help much appreciated, Mark Andres E-mail: coyote@ratbert.aisol.net / 100% Microsoft Free thanks to NetBSD and FreeBSD! \ Mac Centris 650: NetBSD 1.2-current IBM ThinkPad 220: FreeBSD 3.0-current Macintosh IIcx: NetBSD 1.2.1 | http://bullwinkle.aisol.net/ From owner-freebsd-questions Thu Oct 2 05:42:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA23124 for questions-outgoing; Thu, 2 Oct 1997 05:42:08 -0700 (PDT) Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [194.93.177.113]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA23072 for ; Thu, 2 Oct 1997 05:40:58 -0700 (PDT) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.8.7/8.8.7) id PAA21208; Thu, 2 Oct 1997 15:38:18 +0300 (EEST) From: Ruslan Ermilov Message-Id: <199710021238.PAA21208@relay.ucb.crimea.ua> Subject: Re: your mail In-Reply-To: <3433FB5E.1B1F@gdbank.smb.mv.ru> from "Frantzuzov S.G." at "Oct 2, 97 03:51:58 pm" To: fsg@gdbank.smb.mv.ru Date: Thu, 2 Oct 1997 15:38:18 +0300 (EEST) Cc: freebsd-questions@FreeBSD.ORG X-My-Interests: Unix,Oracle,Networking X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Once Frantzuzov S.G. wrote: > I installed FreeBSD 2.2.1 and have a problem: > 1) I can't work with PS/2 mouse on Asustek P55T2P4 motherboard, > but in DOS and OS/2 - mouse work. I adding in CONFIG file > line with "psm", recompile kernel, but where system start she write, > that "psm not supported". I use default setting for "psm": > > device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector psmintr You should remove word `disable' in the line above. > > 2) Has FreeBSD support streamer IOMEGA DITTO (an floppy port)? > I recomment "ft" in config, but in system's start line with "ft" is'nt. > "ft" use port 1 ( port 0 - 3,5'' floppy disk) Don't know ;-( -- Ruslan A. Ermilov System Administrator ru@ucb.crimea.ua United Commercial Bank +380-652-247647 Simferopol, Crimea 2426679 ICQ Network, UIN From owner-freebsd-questions Thu Oct 2 05:53:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA23648 for questions-outgoing; Thu, 2 Oct 1997 05:53:27 -0700 (PDT) Received: from gatekeeper.devon-cc.gov.uk (gatekeeper.devon-cc.gov.uk [159.15.128.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id FAA23641 for ; Thu, 2 Oct 1997 05:53:23 -0700 (PDT) Received: by gatekeeper.devon-cc.gov.uk; id NAA12621; Thu, 2 Oct 1997 13:52:50 +0100 Received: from unknown(192.9.200.233) by gatekeeper.devon-cc.gov.uk via smap (g3.0.3) id xma012604; Thu, 2 Oct 97 13:52:38 +0100 Received: from P_Hardacre (P_Hardacre [192.9.219.3]) by chenv3.devon-cc.gov.uk (NTMail 3.02.13) with ESMTP id ea021818 for ; Thu, 2 Oct 1997 13:54:58 +0100 Received: by P_Hardacre with Microsoft Mail id <01BCCF3A.717CFA40@P_Hardacre>; Thu, 2 Oct 1997 13:52:37 +0100 Message-ID: <01BCCF3A.717CFA40@P_Hardacre> From: Paul Hardacre To: "'freebsd-questions@FreeBSD.ORG'" Subject: Help ! Date: Thu, 2 Oct 1997 13:52:36 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk When I download the following binary distribution files, their final download size is incorrect :- BIN.AI final size = 239,630 BIN.CC final size = 239,701 Any help would be gratefully received. Paul Hardacre From owner-freebsd-questions Thu Oct 2 06:00:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA24013 for questions-outgoing; Thu, 2 Oct 1997 06:00:12 -0700 (PDT) Received: from www.giovannelli.it (www.giovannelli.it [194.184.65.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA24000 for ; Thu, 2 Oct 1997 06:00:05 -0700 (PDT) Received: from gmarco (ts2port4d.masternet.it [194.184.65.215]) by www.giovannelli.it (8.8.7/8.8.5) with SMTP id PAA00584 for ; Thu, 2 Oct 1997 15:02:39 +0200 (MET DST) Message-Id: <3.0.3.32.19971002150138.0070b37c@giovannelli.it> X-Sender: gmarco@giovannelli.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 02 Oct 1997 15:01:38 +0200 To: questions@freebsd.org From: Gianmarco Giovannelli Subject: Emulation of Linux Svgalib Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Perhaps is a faq, but it is possible to emulate the linux Svgalib under Freebsd Linux emulation ? Thanks ... Regards... Gianmarco "Unix expert since yesterday" Home page: http://www2.masternet.it/~gmarco Server page: http://www2.masternet.it/ From owner-freebsd-questions Thu Oct 2 06:13:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA24655 for questions-outgoing; Thu, 2 Oct 1997 06:13:27 -0700 (PDT) Received: from neptune.ajc.state.net (neptune.ajc.state.net [204.120.158.168]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA24649 for ; Thu, 2 Oct 1997 06:13:18 -0700 (PDT) Received: from AJC.State.Net (saturn.ajc.state.net [204.120.158.166]) by neptune.ajc.state.net (8.8.6/8.8.5) with ESMTP id IAA17643; Thu, 2 Oct 1997 08:12:51 -0500 (CDT) Message-ID: <34339DDC.25D74EA6@AJC.State.Net> Date: Thu, 02 Oct 1997 08:13:00 -0500 From: User Al Johnson X-Mailer: Mozilla 4.02b7 [en] (X11; I; FreeBSD 2.2-STABLE i386) MIME-Version: 1.0 To: Doug Lo CC: freebsd-questions@FreeBSD.ORG Subject: Re: How do I play .wav & .au sound files? References: <34331D12.583CCE5E@ms11.hinet.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I justs spent a couple days getting Luigi's PnP and Sound driver working on an Ensoniq SoundScape, what a joy. I ran into some of the same problems. To get the /dev/audio0 device do this: cd /dev sh MAKEDEV snd This should create your dev/audio /dev/synth... /dev/music0 etc. For playing CD's I'm using XMCD, I'd like to use xmmcd but the motif version just doesn't quite start up. As for playing .wav and .au files, I'm also interested in this since I need that ability for network monitoring. -- Al Doug Lo wrote: > > Hi, > > I downloaded Luigi's driver, so I can play audio CD by using SB 16 PnP. > But I don't know how to play .wav files & .au files, and I can't find > and make the device > node "audio0" in /dev directory as well. > Would anyone tell me how to play sound files, thanks in advance. > > Best regards, > Doug. From owner-freebsd-questions Thu Oct 2 06:14:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA24695 for questions-outgoing; Thu, 2 Oct 1997 06:14:05 -0700 (PDT) Received: from omnigate.clarkson.edu (omnigate.clarkson.edu [128.153.4.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA24688 for ; Thu, 2 Oct 1997 06:13:50 -0700 (PDT) Received: from sun.soe.clarkson.edu by omnigate.clarkson.edu with smtp (Smail3.1.29.1 #7) id m0xGl4U-001VcJC; Thu, 2 Oct 97 09:13 EDT Received: from moo.mie.clarkson.edu by sun.soe.clarkson.edu (4.1/SMI-4.1) id AA08591; Thu, 2 Oct 97 09:13:36 EDT Message-Id: <34339DFF.66B510EA@sun.soe.clarkson.edu> Date: Thu, 02 Oct 1997 09:13:35 -0400 From: "Jeffrey A. Taylor" Organization: Clarkson University X-Mailer: Mozilla 4.01 [en] (Win95; I) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Is FreeBSD Compatible with my 3Com PnP Combo Ethernet Card? X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I've been running a Windows95 on my PentiumPro machine for 6 months now, and need to install a UNIX based OS on my machine (as recently specified by the company funding my research). I have a brand spank'n new Western Digital 4Gb Cavier drive just waiting for the new OS, and I'm trying to decide the best way to get UNIX on my PC. FreeBSD looks like a great candidate, but I need to be sure I can get data acquired using my Windows95 based DAQ system to the UNIX drive(via the backup drive on my PPC machine), and ultimately to the company I'm working for. Basically, I need to know weather FreeBSD supports the 3Com PnP ethernet cards? And if the PnP cards are not supported by FreeBSD, do you have any suggestions on moving the data from the Windows95 drive to the UNIX drive? Thank you for your time; -- Jeffrey A. Taylor Clarkson University Box 5725 Department of Mechanical and Aeronautical Engineering Potsdam, NY 13699-5725 taylorja@sun.soe.clarkson.edu Phone: (315) 268-3825 Fax: (315) 268-6695 From owner-freebsd-questions Thu Oct 2 06:49:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA26323 for questions-outgoing; Thu, 2 Oct 1997 06:49:49 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA26314 for ; Thu, 2 Oct 1997 06:49:46 -0700 (PDT) Received: (qmail 26613 invoked by uid 1008); 2 Oct 1997 13:54:13 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 26607 invoked from network); 2 Oct 1997 13:54:12 -0000 Received: from radford.i-plus.net (root@206.99.237.6) by primer.i-connect.net with SMTP; 2 Oct 1997 13:54:12 -0000 Received: from totally.nutty.net (insane@totally.nutty.net [206.99.237.44]) by radford.i-plus.net (8.8.6/8.8.5) with SMTP id JAA11232; Thu, 2 Oct 1997 09:46:15 -0400 (EDT) Message-Id: <199710021346.JAA11232@radford.i-plus.net> Reply-To: "Troy Settle" From: "Troy Settle" To: "Simon Shapiro" , "Chuck Robey" Cc: Subject: Re: Welcome, and a Kickoff Date: Thu, 2 Oct 1997 09:54:15 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1008.3 X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I don't know about any other ftp daemons, but ncftpd can be setup with all kinds of nifty security features. check out http://www.probe.net/~mgleason/ncftpd for info -----Original Message----- From: Simon Shapiro To: Chuck Robey Cc: freebsd-dlm@primer.i-connect.net Date: Thursday, October 02, 1997 1:00 AM Subject: Re: Welcome, and a Kickoff > >Hi Chuck Robey; On 02-Oct-97 you wrote: > >... > >> Trying to connect to primer.i-connect.net... >> Error: Could not connect to primer.i-connect.net. >> Reason: Connection refused > >Sorry about that; Had a Warez attack and disabled the server. It is on >now. Do you know how to allow uploading without having these >character bwck in? > >--- > > >Sincerely Yours, > >Simon Shapiro Atlas Telecom >Senior Architect 14355 SW Allen Blvd., Suite 130 Beaverton OR 97005 >Shimon@i-Connect.Net Voice: 503.799.2313 > From owner-freebsd-questions Thu Oct 2 06:54:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA26598 for questions-outgoing; Thu, 2 Oct 1997 06:54:04 -0700 (PDT) Received: from mail.airmail.net (mail.airmail.net [206.66.12.40]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA26593 for ; Thu, 2 Oct 1997 06:54:02 -0700 (PDT) Received: from airmail.net from [206.66.14.146] by mail.airmail.net (/\##/\ Smail3.1.30.16 #30.203) with esmtp for id ; Thu, 2 Oct 97 08:54:01 -0500 (CDT) Message-ID: <3433A649.C02C0DC4@airmail.net> Date: Thu, 02 Oct 1997 08:48:57 -0500 From: George X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: superblock no reboot Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk i have this problem that says superblock not set fix(yn)? i type y and it fixes it but the system wont reboot now i type reboot and it says syncing disks 4 3 done. but just sits there and dont reboot i gotta hit reset button. and when i do a fsck it always says superblock not set on each partition. anyway to fix this? thanks. From owner-freebsd-questions Thu Oct 2 07:27:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA28217 for questions-outgoing; Thu, 2 Oct 1997 07:27:01 -0700 (PDT) Received: from cdale3.midwest.net (root@cdale3.midwest.net [204.248.40.16]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA28211 for ; Thu, 2 Oct 1997 07:26:55 -0700 (PDT) Received: from agtech (ws2.c-ag.siu.edu [131.230.82.2]) by cdale3.midwest.net (8.8.7/8.8.5) with SMTP id IAA25769; Thu, 2 Oct 1997 08:54:15 -0500 (CDT) Message-ID: <3433AF01.1578@midwest.net> Date: Thu, 02 Oct 1997 09:26:09 -0500 From: bla bla Reply-To: parrothd@midwest.net X-Mailer: Mozilla 3.02 (WinNT; I) MIME-Version: 1.0 To: Greg Lehey CC: freebsd-questions@FreeBSD.ORG Subject: Re: tty-level buffer overflows References: <3.0.3.32.19971001225109.006e88f0@midwest.net> <19971002142420.49578@lemis.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greg Lehey wrote: > > On Wed, Oct 01, 1997 at 10:51:09PM -0500, Jonathan E. Lyons wrote: > > Is this anything to be concerned about? I've got an X2 modem, with the port > > speed set at 57600..... > > > > > > Sep 28 16:42:11 cplkagan /kernel: sio0: 660 more tty-level buffer overflows > > (total 660) > > Sep 29 13:52:41 cplkagan /kernel: pid 18534 (ping), uid 0: exited on signal 3 > > Sep 30 21:05:02 cplkagan /kernel: sio0: 100 more tty-level buffer overflows > > (total 760) > > Sep 30 22:00:02 cplkagan /kernel: sio0: 198 more tty-level buffer overflows > > (total 958) > > Sep 30 22:05:01 cplkagan /kernel: sio0: 199 more tty-level buffer overflows > > (total 1157) > > Sep 30 22:05:02 cplkagan /kernel: sio0: 1076 more tty-level buffer > > overflows (total 2233) > > Oct 1 05:30:02 cplkagan /kernel: sio0: 940 more tty-level buffer overflows > > (total 3173) > > Yes. With PPP, each of these means a lost packet, which is expensive. > This shouldn't happen. Is the machine slow or heavily loaded? > Otherwise you might be losing interrupts. > > Greg Depends on your version of slow,:), it's a 486/66 8megs of ram, running ppp -alias, for a small house LAN. It does however has other processes running, but whenever I do a top -s 1 about %90 of the machine is idle, until someone starts to dl, or hits the Web server from the local LAN. Could it be the serial ports itself? The board it self has one built-in serial port, but I didn't think it could handle the speed(it's an old Packard Hell MB) so I threw in a multi I/O card, trying to avoid serial problems... Any suggestions? Besides a new MB(thats next semester) From owner-freebsd-questions Thu Oct 2 07:34:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA28684 for questions-outgoing; Thu, 2 Oct 1997 07:34:08 -0700 (PDT) Received: from cdale3.midwest.net (root@cdale3.midwest.net [204.248.40.16]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA28666 for ; Thu, 2 Oct 1997 07:34:05 -0700 (PDT) Received: from agtech (ws2.c-ag.siu.edu [131.230.82.2]) by cdale3.midwest.net (8.8.7/8.8.5) with SMTP id JAA26952; Thu, 2 Oct 1997 09:01:53 -0500 (CDT) Message-ID: <3433B0C8.6EA8@midwest.net> Date: Thu, 02 Oct 1997 09:33:44 -0500 From: bla bla Reply-To: parrothd@midwest.net X-Mailer: Mozilla 3.02 (WinNT; I) MIME-Version: 1.0 To: Patrick Gardella CC: freebsd-questions@FreeBSD.ORG Subject: Re: tty-level buffer overflows References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Yep, but I went with 57600, because thats the highest speed I could set and still connect. When I tried 115200, I wasn't able to "talk" to the modem, strange, reminds me of my tech support days :( . Patrick Gardella wrote: > > Yes, Your port speed is too low. This is saying that your modem is sending the > information to your computer too fast. So rather than slowing the modem down, > speed the port up.. I use 115200 on my X2, and have considered going to 230400 > (or whatever that speed is!). > > You are setting the speed at which the computer talks to the modem, not the > speed your modem talks to your ISP. > > Patrick > > On 02-Oct-97 Jonathan E. Lyons wrote: > >Is this anything to be concerned about? I've got an X2 modem, with the port > >speed set at 57600..... > > > > > >Sep 28 16:42:11 cplkagan /kernel: sio0: 660 more tty-level buffer overflows > >(total 660) > >Sep 29 13:52:41 cplkagan /kernel: pid 18534 (ping), uid 0: exited on signal 3 > >Sep 30 21:05:02 cplkagan /kernel: sio0: 100 more tty-level buffer overflows > >(total 760) > >Sep 30 22:00:02 cplkagan /kernel: sio0: 198 more tty-level buffer overflows > >(total 958) > >Sep 30 22:05:01 cplkagan /kernel: sio0: 199 more tty-level buffer overflows > >(total 1157) > >Sep 30 22:05:02 cplkagan /kernel: sio0: 1076 more tty-level buffer > >overflows (total 2233) > >Oct 1 05:30:02 cplkagan /kernel: sio0: 940 more tty-level buffer overflows > >(total 3173) > > > >Thanks..... > > ..-.. ..-.. > >Jonathan E. Lyons __ /-___-\ __ __ / \ __ > >parrothd@midwest.net (__\/___ ___\/__) (__\//-oO--\\/__) > >87 VFR700FII | \__|__/ | (/ _---_ \) > >Southern Illinois University ( ___ ) \/__|__\/ > >School of Ag. LAN Admin. ( / \ ) | [VFR] | > >http://cplkagan.globaleyes.net/ \ |.-.| / \ .---.{O) > > \ || || / \|///|| | > > '\| |/' |\|\|{_} > > | | |///|// > > '_' |///| > > '---' From owner-freebsd-questions Thu Oct 2 07:45:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA29292 for questions-outgoing; Thu, 2 Oct 1997 07:45:03 -0700 (PDT) Received: from cdale3.midwest.net (root@cdale3.midwest.net [204.248.40.16]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA29277 for ; Thu, 2 Oct 1997 07:44:58 -0700 (PDT) Received: from agtech (ws2.c-ag.siu.edu [131.230.82.2]) by cdale3.midwest.net (8.8.7/8.8.5) with SMTP id JAA28600; Thu, 2 Oct 1997 09:12:47 -0500 (CDT) Message-ID: <3433B357.443E@midwest.net> Date: Thu, 02 Oct 1997 09:44:39 -0500 From: bla bla Reply-To: parrothd@midwest.net X-Mailer: Mozilla 3.02 (WinNT; I) MIME-Version: 1.0 To: "Jeffrey A. Taylor" CC: freebsd-questions@FreeBSD.ORG Subject: Re: Is FreeBSD Compatible with my 3Com PnP Combo Ethernet Card? References: <34339DFF.66B510EA@sun.soe.clarkson.edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Burn PnP card, buy new one? :) Once you get FreeBSD up and running you can mount the other dos drive in your FreeBSD file system. However I don't think that long file names are supported when writting to the dos drive, I think it appends it? Then you can tape-back-up what ever data you need to move. Or you can add PnP support to your kernel, but it's probably easier to just buy $40 Non-PnP ethernet card. Or you may be able to dis-able PnP on the 3com card, and hard set it to an open I/O and IRQ..... Later Jeffrey A. Taylor wrote: > > I've been running a Windows95 on my PentiumPro machine for 6 months > now, and need to install a UNIX based OS on my machine (as recently > specified by the company funding my research). > I have a brand spank'n new Western Digital 4Gb Cavier drive just > waiting for the new OS, and I'm trying to decide the best way to get > UNIX on my PC. FreeBSD looks like a great candidate, but I need to be > sure I can get data acquired using my Windows95 based DAQ system to the > UNIX drive(via the backup drive on my PPC machine), and ultimately to > the company I'm working for. Basically, I need to know weather FreeBSD > supports the 3Com PnP ethernet cards? And if the PnP cards are not > supported by FreeBSD, do you have any suggestions on moving the data > from the Windows95 drive to the UNIX drive? > > Thank you for your time; > > -- > Jeffrey A. Taylor > > Clarkson University Box 5725 > Department of Mechanical > and Aeronautical Engineering > Potsdam, NY 13699-5725 > > taylorja@sun.soe.clarkson.edu > Phone: (315) 268-3825 > Fax: (315) 268-6695 From owner-freebsd-questions Thu Oct 2 07:59:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA00339 for questions-outgoing; Thu, 2 Oct 1997 07:59:22 -0700 (PDT) Received: from fvilla.secyd-dgo.gob.mx ([208.195.117.11]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id HAA00331 for ; Thu, 2 Oct 1997 07:59:16 -0700 (PDT) Received: from dns.nic.mx ([208.195.117.241]) by fvilla.secyd-dgo.gob.mx (950413.SGI.8.6.12/950213.SGI.AUTOCF) via SMTP id KAA27022 for ; Thu, 2 Oct 1997 10:00:03 -0700 Message-Id: <1.5.4.32.19971002100037.0094edc0@fvilla.secyd-dgo.gob.mx> X-Sender: agalindo@fvilla.secyd-dgo.gob.mx X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Thu, 02 Oct 1997 10:00:37 +0000 To: freebsd-questions@freebsd.org From: Alejandro Galindo Subject: Utility for User Administration Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, is there any utility for "user administration" like ACUA (Access control and User Administration) available for FreeBSD? Saludos Alejandro ---------------------------------------------------------------------------- | , , | | /( )` | | \ \___ / | | | /- _ `-/ ' | | (/\/ \ \ /\ | | ExSoCom Dgo. MEXICO / / | ` \ | | O O ) / | | | `-^--'`< ' | | (_.) _ ) / | | Alejandro Galindo Chairez `.___/` / | | Tel: (18) 179177 `-----' / | | Fax: (18) 179177 <----. __ / __ \ | | <----|====O)))==) \) /==== | | e-mail agalindo@fvilla.secyd-dgo.gob.mx <----' `--' `.__,' \ | | | | | | \ / /\| | ______( (_ / \______/ | | ,' ,-----' | | | a FreeBSD user `--{__________) | ---------------------------------------------------------------------------- From owner-freebsd-questions Thu Oct 2 08:05:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA00690 for questions-outgoing; Thu, 2 Oct 1997 08:05:15 -0700 (PDT) Received: from murkwood.gaffaneys.com (dialup5.gaffaneys.com [208.155.161.55]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA00685 for ; Thu, 2 Oct 1997 08:05:09 -0700 (PDT) Received: (from zach@localhost) by murkwood.gaffaneys.com (8.8.7/8.8.6) id KAA06220; Thu, 2 Oct 1997 10:04:00 -0500 (CDT) From: Zach Heilig Message-ID: <19971002100400.11871@gaffaneys.com> Date: Thu, 2 Oct 1997 10:04:00 -0500 To: questions@freebsd.org Subject: What does this message mean? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I saw this on the console log, and I'm wondering about it: sd0(ncr0:0:0): M_DISCONNECT received, but datapointer not saved: data=6769b4 save=e40016b0 goal=e40016d4. I haven't noticed anything obvious yet... -- Zach Heilig We know you are a good friend, but we have to charge you for our services just like our other customers. Actually, we don't like charging our friends, but we did a study of our clientel and discovered none of our enemies do business with us. [seen in a lawyers office]. From owner-freebsd-questions Thu Oct 2 08:39:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA02895 for questions-outgoing; Thu, 2 Oct 1997 08:39:52 -0700 (PDT) Received: from word.smith.net.au (ppp20.portal.net.au [202.12.71.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA02871; Thu, 2 Oct 1997 08:39:44 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id BAA00683; Fri, 3 Oct 1997 01:07:14 +0930 (CST) Message-Id: <199710021537.BAA00683@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: User Gp cc: freebsd-questions@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: Problems with ppbus and ||-port zip In-reply-to: Your message of "Wed, 01 Oct 1997 18:59:32 -0400." <199710012259.SAA00554@tower.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Oct 1997 01:07:13 +0930 From: Mike Smith Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I am still having trouble with my ||-port zip, though looking better > now than before. My problem is if I try fdisk > /dev/sd0 or mount /dev/sd0, the machine just hangs. I waited 15 > minutes for an error message but got nothing. I was able to get my > prompt back with ^C. Try : # stty status ^T # disklabel -rwB sd0 auto If the disklabel command hangs, hit ^T and you should see something like: load: 0.47 cmd: disklabel 29432 [vnread] 0.00u 0.00s 0% 20k It would be very useful to know what the word in [] is in your case. > controller ppbus0 # ppbus stuff > controller vpo0 at ppbus0 > device nlpt0 at ppbus0 > device ppi0 at ppbus0 > device plip0 at ppbus0 > > controller ppc0 at isa? port 0x278 irq 12 flags 0x1 vector ppcintr > > > #device lpt0 at isa? port "IO_LPT2" tty irq 12 vector lptintr > device lpt1 at isa? port "IO_LPT1" tty irq 7 vector lptintr I suspect that it would be a Very Bad Idea to have the lpt driver in your kernel at the same time as the ppbus code. Also, are you sure about IRQ 12 for the first port? mike From owner-freebsd-questions Thu Oct 2 08:42:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA03178 for questions-outgoing; Thu, 2 Oct 1997 08:42:25 -0700 (PDT) Received: from public.cq.sc.cn (public.cq.sc.cn [202.98.32.111]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id IAA03154 for ; Thu, 2 Oct 1997 08:42:14 -0700 (PDT) Received: from kh2 (ppp38.cq.sc.cn [202.98.33.38]) by public.cq.sc.cn (SMI-8.6/8.6.11) with ESMTP id XAA09621; Thu, 2 Oct 1997 23:41:41 +0800 Message-ID: <32528D22.15735EF1@public.cq.sc.cn> Date: Wed, 02 Oct 1996 23:41:22 +0800 From: "HuangMin(Tunny)" X-Mailer: Mozilla 4.01 [en] (WinNT; I) MIME-Version: 1.0 To: Doug Lo CC: "freebsd-questions@freebsd.org" Subject: Re: problem for CXterm & large file. X-Priority: 3 (Normal) References: <3250FFD4.B7F3FEEC@public.cq.sc.cn> <19971002095856.11621@lemis.com> <3432FEB1.341FFDFA@ms11.hinet.net> Content-Type: text/plain; charset=gb2312 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >you can get xcin&crxvt to type chinese on the terminal. It's more POWERFUL >than Cxterm. >Check out "ftp://miau.cs.ccu.edu.tw/chinese/unix/input/", also you need to >use chinese >system on communicator 4.03b, download "Xcin Anywhere" 3.0 version. >"ftp://math.ntu.edu.tw/incomming/XA" I can't reach those two sites, what's the problem? Can you provide some other sites has the same thing? > You should look around for another mailer. I show your message first > as it arrived, and secondly in a legible form: > What's means? I'm using communitor under windows NT. Maybe I should send mail in normal text model, but not html model, right? > Has anyone used CXterm? > > I've tried it. > > > I got problems there. > > So did I. I couldn't find any fonts which would display correctly. Sir, I have never got this problem, I download the Chinese font, and it works well. If you can give me more information, maybe I can help you. OK, now my problem is basically clear, this problem is not related to CXterm, but for "ee" program, I should get another program for huge file reading. Infact, now I find CXterm is a useful terminal. It directly support any program can run under xterm and provide more powerful function, its chinese input methods are also good and enough, now my CXterm is running well. > If I press ^C when I use "man" in CXterm, it will not show the input > > character, how to solve it? > > I'm not sure that this is a cxterm problem. You shouldn't press ^C in > man; it could leave the terminal in an inappropriate state. Use 'q' > instead. If you *do* find the echo off, try: > > $ stty sane > > > Then, I have a Chinese character txt file about 19M large, if I use > > "ee" to read it, the ee program will respond "segment fault", how to > > get it work? > > This looks like a problem with ee. I'd suggest one of the Chinese > editor ports. ee isn't exactly intended for enormous files. > > From owner-freebsd-questions Thu Oct 2 08:43:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA03258 for questions-outgoing; Thu, 2 Oct 1997 08:43:34 -0700 (PDT) Received: from zerium.newmedia.no (root@oslo-1-1.newmedia.no [194.52.244.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA03248 for ; Thu, 2 Oct 1997 08:43:24 -0700 (PDT) Received: from localhost (hanspbie@zerium.newmedia.no [127.0.0.1]) by zerium.newmedia.no (8.8.7/8.8.5) with SMTP id OAA07954; Thu, 2 Oct 1997 14:28:09 +0200 Date: Thu, 2 Oct 1997 14:28:09 +0200 (MET DST) From: Hans Petter Bieker X-Sender: hanspbie@zerium.newmedia.no To: Jose Monteiro cc: Dan Busarow , freebsd-questions@FreeBSD.ORG Subject: Re: ifconfig alias In-Reply-To: <34335abd.254404@mail.leirianet.pt> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Jose Monteiro wrote: > ifconfig_ed0="inet A.B.C.138 netmask 255.255.255.224" > ifconfig_ed0_alias0="inet A.B.C.139 netmask 255.255.255.255" > ifconfig ed0_alias1="inet A.B.C.140 netmask 255.255.255.255" ^ > ifconfig ed0_alias2="inet A.B.C.141 netmask 255.255.255.255" ^ > But when i rebooted, the same thing happened: Only 138 and 139 wen Up. > The others stayed down. try harder :) -- Linux; 64bit, multi-platform, multi-tasking, multi-user, fast and Free. Microsoft Windows 95 - From the makers of EDLIN and FAT drive formatting! "Who needs horror movies when we have Microsoft"? if you think this year is "97", _you_ are not "year 2000 compliant". From owner-freebsd-questions Thu Oct 2 08:57:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA04131 for questions-outgoing; Thu, 2 Oct 1997 08:57:36 -0700 (PDT) Received: from gate.mgt.msk.ru (mgtrep.24h.dialup.ru [194.87.18.139]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA04124 for ; Thu, 2 Oct 1997 08:57:25 -0700 (PDT) Received: from asteroid.mgt.msk.ru (asteroid.mgt.msk.ru [192.168.133.145]) by gate.mgt.msk.ru (8.8.6/8.8.6) with ESMTP id TAA01266 for ; Thu, 2 Oct 1997 19:56:51 +0400 (MSD) Received: from asteroid.mgt.msk.ru (localhost.mgt.msk.ru [127.0.0.1]) by asteroid.mgt.msk.ru (8.8.7/8.8.6) with ESMTP id TAA29310 for ; Thu, 2 Oct 1997 19:56:45 +0400 (MSD) Message-Id: <199710021556.TAA29310@asteroid.mgt.msk.ru> To: questions@freebsd.org Reply-To: tarkhil@mgt.msk.ru Subject: Syslogd not writing time marks Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 02 Oct 1997 19:56:45 +0400 From: "Alexander B. Povolotsky" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! I'm trying to set syslogd's marks, but so far it doesn't work. I've put syslog.info /var/log/alive into syslog.conf, restarted syslogd... and nothing appears. Debug output yields: gate:/etc 206_> sudo syslogd -m 1 -d off & running.... init cfline("syslog.* @asteroid", f, "*") cfline("syslog.* /var/log/alive", f, "*") [...skip...] X X X X X 8 X X X X X X X X X X X X X X X X X X X FORW: asteroid X X X X X 8 X X X X X X X X X X X X X X X X X X X FILE: /var/log/alive 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 X FORW: asteroid 7 3 2 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 X CONSOLE: /dev/console 7 5 2 5 5 5 6 3 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 X FILE: /var/log/messages X X 6 X X X X X X X X X X X X X X X X X X X X X X FILE: /var/log/maillog X X X X X X 6 X X X X X X X X X X X X X X X X X X FILE: /var/log/lpd-errs X X X X X X X X X 8 X X X X X X X X X X X X X X X FILE: /var/cron/log 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 X USERS: root, X X X X X X X 3 X X X X X X X X X X X X X X X X X USERS: root, 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 X USERS: root, 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 X WALL: 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 X FILE: /var/log/slip.log (startslip) 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 X FILE: /var/log/ppp.log (ppp) logmsg: pri 56, flags 4, from gate, msg syslogd: restart Logging to FORW asteroid Logging to FILE /var/log/alive syslogd: restarted readfds = 0x70 readfds = 0x70 logmsg: pri 6, flags c, from gate, msg -- MARK -- readfds = 0x70 So syslogd GETS marks, but doesn't output it anywhere... Here is some info on my computer: gate:/etc 210_> uname -a FreeBSD gate.mgt.msk.ru 2.2-STABLE FreeBSD 2.2-STABLE #0: Tue Sep 23 09:26:43 MSD 1997 tarkhil@asteroid.mgt.msk.ru:/net/unix/FreeBSD/src/sys/compile/GATE i386 What could I do wrong? Alex. From owner-freebsd-questions Thu Oct 2 09:10:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA05090 for questions-outgoing; Thu, 2 Oct 1997 09:10:44 -0700 (PDT) Received: from superior.mooseriver.com (dynamic19.pm06.sf1.best.com [206.184.197.179]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA05083 for ; Thu, 2 Oct 1997 09:10:37 -0700 (PDT) Received: (from jgrosch@localhost) by superior.mooseriver.com (8.8.7/8.8.5) id JAA11432; Thu, 2 Oct 1997 09:10:25 -0700 (PDT) Message-ID: <19971002091024.60036@mooseriver.com> Date: Thu, 2 Oct 1997 09:10:25 -0700 From: Josef Grosch To: "Bond, Jeffery" Cc: questions@FreeBSD.ORG Subject: Re: Motif libs/includes Reply-To: jgrosch@superior.mooseriver.com References: <014CB6ADC0BCD0118B1B006097827D5B022CC8@exchange> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <014CB6ADC0BCD0118B1B006097827D5B022CC8@exchange>; from Bond, Jeffery on Thu, Oct 02, 1997 at 10:00:29AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 02, 1997 at 10:00:29AM +0100, Bond, Jeffery wrote: > Hi folks, > > Does anybody know if any Motif (or Motif-like) libraries and include > files are available for FreeBSD, and if so, where can I get them? > Specifically, I'm after the includes from /usr/X11R6/include/Xm/ and > libXm.so.* > > Help much appreciated, > Check http://www.xinside.com They have a very nice Motif environment for FreeBSD. Josef -- Josef Grosch | Another day closer to a | FreeBSD 2.2.2 jgrosch@MooseRiver.com | Micro$oft free world | UNIX for the masses From owner-freebsd-questions Thu Oct 2 09:11:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA05141 for questions-outgoing; Thu, 2 Oct 1997 09:11:28 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA05134 for ; Thu, 2 Oct 1997 09:11:22 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA25466; Thu, 2 Oct 1997 09:11:12 -0700 (PDT) Date: Thu, 2 Oct 1997 09:11:12 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Frantzuzov S.G." cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <3433FB5E.1B1F@gdbank.smb.mv.ru> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Frantzuzov S.G. wrote: > Hello! > > I installed FreeBSD 2.2.1 and have a problem: > 1) I can't work with PS/2 mouse on Asustek P55T2P4 motherboard, > but in DOS and OS/2 - mouse work. I adding in CONFIG file > line with "psm", recompile kernel, but where system start she write, > that "psm not supported". I use default setting for "psm": > > device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector > psmintr ^^^^^^^ Note the highlighed section. This makes the psm0 device disabled, but still compiled in. You need to type ``-c'' at the Boot: prompt to get to the configuration system, then re-enable the psm0 device. Then it should work properly. > 2) Has FreeBSD support streamer IOMEGA DITTO (an floppy port)? QIC-80 tapes (250MB) only, which probably isn't yours. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 09:15:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA05580 for questions-outgoing; Thu, 2 Oct 1997 09:15:06 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA05563 for ; Thu, 2 Oct 1997 09:15:02 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id JAA25478; Thu, 2 Oct 1997 09:14:30 -0700 (PDT) Date: Thu, 2 Oct 1997 09:14:29 -0700 (PDT) From: Doug White Reply-To: Doug White To: joh_westerlund@nema.org cc: freebsd-questions@FreeBSD.ORG Subject: Re: cd question In-Reply-To: <9709018757.AA875729164@nema.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997 joh_westerlund@nema.org wrote: > > hi. im somewhat a newbie at this and thinking i would like the cd (so > i can have a hard copy if you will), instead of making 50+ floppies. > my question is, does the cd come with netbsd also? its kind of arcane > and you may not know, so just mail back, "i dont know" if you dont. I would suspect that someone has made a NetBSD CDROM. You'd have to check with the NetBSD project at http://www.netbsd.org. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 09:19:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA05981 for questions-outgoing; Thu, 2 Oct 1997 09:19:57 -0700 (PDT) Received: from lariat.lariat.org (ppp0.lariat.org@[129.72.251.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA05953 for ; Thu, 2 Oct 1997 09:19:48 -0700 (PDT) Received: from mustang.lariat.org (mustang.lariat.org [129.72.251.11]) by lariat.lariat.org (8.8.6/8.8.6) with SMTP id KAA26809; Thu, 2 Oct 1997 10:12:52 -0600 (MDT) Message-Id: <3.0.3.32.19971002101806.02f4ea54@mail.lariat.org> X-Sender: brett@mail.lariat.org X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 02 Oct 1997 10:18:06 -0600 To: "Michael G." , freebsd-questions@FreeBSD.ORG From: Brett Glass Subject: Re: Support for ThinkPad 760E and MWave internal modem? In-Reply-To: <199710021158.LAA30622@out1.ibm.net> References: <3.0.3.32.19971001225215.02ef484c@mail.lariat.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm glad to hear that APM works! Of course, some of the devices (for example, a SCSI adapter and two PCMCIA slots) appear and disappear when the machine docks and undocks, and I don't know if FreeBSD can handle this. Has anyone tried it? I've put in a query about doing a driver for the MWave modem. But in the meantime, I'm looking for a workaround that will get the modem to work right away. Is it possible to load the DOS driver by booting DOS first and then starting FreeBSD from AUTOEXEC.BAT? I've never done a two-stage boot, but if this would be a workaround I'd like to try it. --Brett At 07:57 AM 10/2/97 +0000, Michael G. wrote: >> I'm looking at putting FreeBSD on a ThinkPad 760E with an MWave internal >> modem. Will the OS support the modem? (The only other choice would be a >> PCMCIA card, which I really don't want to use.) Hot docking and undocking? >> Suspension and "hibernation?" > >I can't answer for your modem, I use a PCMCIA...but on my TP 750Cs >the APM functions work great! > >Michael G. >------------------------------------------------------------ >Brought to you by the letters "O" and "S" and the number "2" > >Live FreeBSD... or Die! > >COBOL...the language of business! >---------------------------------- > > From owner-freebsd-questions Thu Oct 2 09:32:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA06615 for questions-outgoing; Thu, 2 Oct 1997 09:32:34 -0700 (PDT) Received: from room101.sysc.com (richmojm2.student.rose-hulman.edu [137.112.206.126]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA06610 for ; Thu, 2 Oct 1997 09:32:30 -0700 (PDT) Received: (qmail 1174 invoked by uid 1000); 2 Oct 1997 16:31:39 -0000 Date: Thu, 2 Oct 1997 11:31:39 -0500 (EST) From: "Jay M. Richmond" To: freebsd-questions@freebsd.org Subject: pidentd problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I just installed the pidentd package from ftp.freebsd.org on my 2.2-STABLE system. I've put the line: ident stream tcp wait root /usr/local/sbin/identd identd -w -t120 in /etc/inetd.conf. I've been unable to get it to work properly. Per the documentation I telnet'ed to port 114 of 130.236.254.1 (the pidentd tester) 1026 , 113 : ERROR : NO-USER # netstat -n | grep ESTAB | ./itest netstat: kvm_read: Bad address What could be causing this? I guess it has something to do with the kernel. I've searched through the mailing list archives, and found someone who had the same problem, but I couldn't find a response from anyone. Please send me a copy of your response via e-mail as I don't subscribe to this list. Thanks for your time, Jay __ Jay Richmond Owner, BDIC Consulting Group Box 1229 http://bdic.sysc.com Rose-Hulman Institute of Technology (317) 407-7701 5500 Wabash Avenue Rose-Hulman Terre Haute, IN 47803 (812) 877-8772 -----BEGIN PGP PUBLIC KEY BLOCK----- Version: 2.6.2 mQCNAzQe9IMAAAEEAKVCBVhfVHCyNOsNvCwXbamYDslPoBoUgllJxGWrjYr8+XOS mAIo6VNyR6E0Q57SICfxAlw8CfrW3jSFZxCalyAr7f4SU/ioF7qOx9AEeRePKbQD XQYT/eUirjo4h1TzQPWMrlGtnehTJfX4LKLeu8WRsMog/6LMzxBohdeuTAY9AAUR tCJKYXkgTS4gUmljaG1vbmQgPGpheXJpY2hAc3lzYy5jb20+ =PTZq -----END PGP PUBLIC KEY BLOCK----- From owner-freebsd-questions Thu Oct 2 09:44:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA07379 for questions-outgoing; Thu, 2 Oct 1997 09:44:01 -0700 (PDT) Received: from eyelab.psy.msu.edu (eyelab.psy.msu.edu [35.8.64.179]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA07343 for ; Thu, 2 Oct 1997 09:43:56 -0700 (PDT) Received: from eyelab3.psy.msu.edu (eyelab3.psy.msu.edu [35.8.64.180]) by eyelab.psy.msu.edu (8.8.6/8.8.5) with SMTP id NAA03211 for ; Thu, 2 Oct 1997 13:36:28 -0400 (EDT) Message-Id: <3.0.3.32.19971002124045.00707684@eyelab.msu.edu> X-Sender: root@eyelab.msu.edu X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 02 Oct 1997 12:40:45 -0400 To: freebsd-questions@freebsd.org From: Gary Schrock Subject: Re: Motif libs/includes In-Reply-To: <19971002091024.60036@mooseriver.com> References: <014CB6ADC0BCD0118B1B006097827D5B022CC8@exchange> <014CB6ADC0BCD0118B1B006097827D5B022CC8@exchange> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >On Thu, Oct 02, 1997 at 10:00:29AM +0100, Bond, Jeffery wrote: >> Does anybody know if any Motif (or Motif-like) libraries and include >> files are available for FreeBSD, and if so, where can I get them? >> Specifically, I'm after the includes from /usr/X11R6/include/Xm/ and >> libXm.so.* There's always lesstif. While it may not be complete, I found that it was adequate to compile and run some software we were testing out here. (Definitely a pleasant suprise, since we didn't really want to go out and spend money on motif when we weren't entirely sure the program would run on freebsd anyways). Gary Schrock root@eyelab.msu.edu From owner-freebsd-questions Thu Oct 2 10:02:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA08796 for questions-outgoing; Thu, 2 Oct 1997 10:02:40 -0700 (PDT) Received: from tower.my.domain (nscs29p5.remote.umass.edu [128.119.179.174]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA08779; Thu, 2 Oct 1997 10:02:32 -0700 (PDT) Received: from tower.my.domain (localhost [127.0.0.1]) by tower.my.domain (8.8.7/8.8.7) with ESMTP id MAA00290; Thu, 2 Oct 1997 12:59:35 -0400 (EDT) Message-Id: <199710021659.MAA00290@tower.my.domain> X-Mailer: exmh version 2.0zeta 7/24/97 To: Nicolas.Souchu@prism.uvsq.fr cc: hardware@FreeBSD.ORG, questions@FreeBSD.ORG Subject: ppbus problems Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 02 Oct 1997 12:59:35 -0400 From: User Gp Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, Oct 01, 1997 at 10:39:45AM -0400, Greg Pavelcak wrote: >> > > From: User Gp >> > > >> > > I 'm trying to install the ppbus stuff for my parallel port >> > > zip drive. The kernel compiled OK, and it has a lot to say >> > > about the drive, but fdisk and mount produce no results. >> > > Here's dmesg. Any ideas. >> > >> > Can you be more specific about "no results"? Error messages? System >> > lockup? >> >> No error messages, it just sits doing nothing, i.e. no indication (sound or >> lights of disk activity in the zip. I bring my prompt back with ^C. >Then, you do not have the message "device not configured" from sd0 driver? Nope. I waited about 15 minutes for something to show. >Ok, is there a way for you to get the name of your parallel port chipset? >Which release of ppbus-dist did you get? September's? >You may try to set boot flags to 0x1 to get NIBBLE operating mode. I have no qualms about opening the box, I just wouldn't know what to look for. I noted ALi M5235 PAI 980 75ccktt because it's close to my parallel port and WINBOND W83877F WINBOND W25P022AF6 708AC265117302 and 721AB2712575031E because my isa io card has winbond stuff on it so I thought it might be relevant. The board is a M-Tech R534F, if that helps I started over. Got ppb970923.tgz, unzipped and followed installation instructions. Recompiled my kernel with 0x1 flag. Still hangs with fdisk or mount. Here are parts of my latest kernel file and dmesg. I really appreciate your attention to this problem. Greg ppc0 at 0x278 irq 12 flags 0x1 on isa ppc0: Generic chipset in NIBBLE mode plip0: on ppbus 0 nlpt0: on ppbus 0 nlpt0: Interrupt-driven port ppi0: on ppbus 0 vpo0: on ppbus 0 scbus0 at vpo0 bus 0 sd0 at scbus0 target 6 lun 0 sd0: type 0 removable SCSI 2 sd0: Direct-Access sd0: UNIT ATTENTION asc:28,0 sd0: Not ready to ready transition, medium may have changed 862MB (196608 4592 byte sectors) controller scbus0 device sd0 controller ppbus0 # ppbus stuff controller vpo0 at ppbus0 device new_lpt0 at ppbus0 device ppi0 at ppbus0 device plip0 at ppbus0 controller ppc0 at isa? port 0x278 irq 12 flags 0x1 vector ppcintr #device lpt0 at isa? port "IO_LPT2" tty irq 12 vector lptintr device lpt1 at isa? port "IO_LPT1" tty irq 7 vector lptintr From owner-freebsd-questions Thu Oct 2 10:06:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA09104 for questions-outgoing; Thu, 2 Oct 1997 10:06:40 -0700 (PDT) Received: from relay4.UU.NET (relay4.UU.NET [192.48.96.14]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA09097 for ; Thu, 2 Oct 1997 10:06:31 -0700 (PDT) From: joh_westerlund@nema.org Received: from nema.org by relay4.UU.NET with SMTP (peer crosschecked as: NEMA.ORG [206.136.128.60]) id QQdjnw08664; Thu, 2 Oct 1997 13:06:31 -0400 (EDT) Received: from cc:Mail by nema.org id AA875823034; Thu, 02 Oct 97 13:07:00 EST Date: Thu, 02 Oct 97 13:07:00 EST Encoding: 32 Text Message-Id: <9709028758.AA875823034@nema.org> To: Doug White Cc: freebsd-questions@FreeBSD.ORG Subject: Re[2]: cd question Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks. I checked www.netbsd.org and their commercial partner infomagic offers bsdisc which has both netbsd 1.2 and freebsd 2.2.2 on it for 39.95. www.freebsd.org only appears to carry freebsd 2.2.2 on their commercial release (through www.cdrom.com) for 39.99 so i think the infomagic cd would be a better deal to people looking to get both at a cheap price. ______________________________ Reply Separator _________________________________ Subject: Re: cd question Author: Doug White at INTERNET Date: 10/2/97 12:19 PM On Wed, 1 Oct 1997 joh_westerlund@nema.org wrote: > > hi. im somewhat a newbie at this and thinking i would like the cd (so > i can have a hard copy if you will), instead of making 50+ floppies. > my question is, does the cd come with netbsd also? its kind of arcane > and you may not know, so just mail back, "i dont know" if you dont. I would suspect that someone has made a NetBSD CDROM. You'd have to check with the NetBSD project at http://www.netbsd.org. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 10:29:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA10272 for questions-outgoing; Thu, 2 Oct 1997 10:29:36 -0700 (PDT) Received: from www.buffalostate.edu (hummel@www.buffalostate.edu [136.183.2.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA10255 for ; Thu, 2 Oct 1997 10:29:22 -0700 (PDT) Received: from localhost (hummel@localhost) by www.buffalostate.edu (8.8.5/8.8.5) with SMTP id NAA02602 for ; Thu, 2 Oct 1997 13:29:00 -0400 Date: Thu, 2 Oct 1997 13:29:00 -0400 (EDT) From: Dave Hummel To: questions@freebsd.org Subject: slow telnet Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I'm connected to the internet at 14.4. Yes, I know this is extremely slow. The thing is, it seems like wu-ftp and apache are very responsive to outside connections. The problem is that telnet is very slow coming in or going out. Connections are from/to Red Hat Linux, Digital Unix, VMS and NT. I really don't expect high performance because of obvious things like crappy old phone lines etc. There does seem to be some disparity, however, between the performance of telnet as opposed to ftp and http all things condidered. I can live with some key lag, but I often have to wait five or more seconds for any response at the other end. I have disabled tcp_extensions which is about the only piece of advice I could find in the mailing lists, and network traffic to my machine is pretty much null. _Any_ advice on what else to do about this will be appreciated even if it's "you can't do anything" or "get a better connection". If, however, there is a configuration trick or two that I'm ignorant of, this is even better :) - Just give me a hint on where to start looking. Thanks, Dave From owner-freebsd-questions Thu Oct 2 10:39:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA10908 for questions-outgoing; Thu, 2 Oct 1997 10:39:12 -0700 (PDT) Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA10896 for ; Thu, 2 Oct 1997 10:39:06 -0700 (PDT) Received: from d1o16.telia.com (root@d1o16.telia.com [194.237.165.241]) by mailb.telia.com (8.8.5/8.8.5) with ESMTP id TAA00457 for ; Thu, 2 Oct 1997 19:39:03 +0200 (MET DST) Received: from fredde (t13o16p3.telia.com [194.237.165.208]) by d1o16.telia.com (8.8.5/8.8.5) with ESMTP id TAA29234 for ; Thu, 2 Oct 1997 19:39:01 +0200 (MET DST) Message-ID: <3433DCC9.9B285931@halmstad.mail.telia.com> Date: Thu, 02 Oct 1997 19:41:29 +0200 From: Fredrik Bertilsson X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Hello X-Priority: 3 (Normal) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello I have been searching for FreeBSD on this site now for while and I can“t find the file of files that you need. I want to download it from the internet, so if you just would tell me where to look. And another thing, is it really free, I don“t have to pay anything? /Fredrik Bertilsson, Sweden From owner-freebsd-questions Thu Oct 2 10:52:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA11735 for questions-outgoing; Thu, 2 Oct 1997 10:52:23 -0700 (PDT) Received: from tower.my.domain (nscs27p17.remote.umass.edu [128.119.179.144]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA11697; Thu, 2 Oct 1997 10:52:06 -0700 (PDT) Received: from tower.my.domain (localhost [127.0.0.1]) by tower.my.domain (8.8.7/8.8.7) with ESMTP id NAA00231; Thu, 2 Oct 1997 13:49:20 -0400 (EDT) Message-Id: <199710021749.NAA00231@tower.my.domain> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mike Smith cc: freebsd-questions@FreeBSD.ORG, freebsd-hardware@FreeBSD.ORG Subject: Re: Problems with ppbus and ||-port zip In-reply-to: Your message of "Fri, 03 Oct 1997 01:07:13 +0930." <199710021537.BAA00683@word.smith.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 02 Oct 1997 13:49:20 -0400 From: User Gp Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > > > I am still having trouble with my ||-port zip, though looking better > > now than before. My problem is if I try fdisk > > /dev/sd0 or mount /dev/sd0, the machine just hangs. I waited 15 > > minutes for an error message but got nothing. I was able to get my > > prompt back with ^C. > > Try : > > # stty status ^T > # disklabel -rwB sd0 auto > > If the disklabel command hangs, hit ^T and you should see something > like: > > load: 0.47 cmd: disklabel 29432 [vnread] 0.00u 0.00s 0% 20k > > It would be very useful to know what the word in [] is in your case. > > > controller ppbus0 # ppbus stuff > > controller vpo0 at ppbus0 > > device nlpt0 at ppbus0 > > device ppi0 at ppbus0 > > device plip0 at ppbus0 > > > > controller ppc0 at isa? port 0x278 irq 12 flags 0x1 vector ppcintr > > > > > > #device lpt0 at isa? port "IO_LPT2" tty irq 12 vector lptintr > > device lpt1 at isa? port "IO_LPT1" tty irq 7 vector lptintr > > I suspect that it would be a Very Bad Idea to have the lpt driver in > your kernel at the same time as the ppbus code. Also, are you sure > about IRQ 12 for the first port? > > mike > > OK. I commented out lpt1 also. Taking a cue from the BIOS, which gives me 0x278 irq 5 and 0x378 irq 7 as options for on board ||, I rewrote ppc0 at the latter. As you probably guessed from my kernel, I was trying to have two || ports, but I took the other i/o card out so as not to confuse the issue. Still no results with fdisk or mount. Disklabel hangs also. Output at ^T: load: 0.07 cmd disklabel 664 [ppbreq] 0.00u 0.00s 0% 148k Thanks for your help with this. Greg From owner-freebsd-questions Thu Oct 2 11:13:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA12836 for questions-outgoing; Thu, 2 Oct 1997 11:13:21 -0700 (PDT) Received: from seedlab1.cropsci.ncsu.edu (seedlab1.cropsci.ncsu.edu [152.1.88.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA12824 for ; Thu, 2 Oct 1997 11:13:04 -0700 (PDT) Received: (from rdkeys@localhost) by seedlab1.cropsci.ncsu.edu (8.8.7/8.8.7) id OAA02186; Thu, 2 Oct 1997 14:12:17 -0400 (EDT) From: "User Rdkeys Robert D. Keys" Message-Id: <199710021812.OAA02186@seedlab1.cropsci.ncsu.edu> Subject: What CVSUP tag to use to update 2.1.7.1 to final revision? To: questions@freebsd.org Date: Thu, 2 Oct 1997 14:12:16 -0400 (EDT) Cc: rdkeys@seedlab1.cropsci.ncsu.edu (User RDKEYS Robert D. Keys) X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I want to bring my 2.1.7.1-RELEASE systems up to the final source level (for the record) before the 2.2.5 release comes out in a few weeks. What is the proper cvsup tag to use to update the 2.1.7.1-RELEASE sources or is that revision the final end of that line of development? >From the handbook I see a branch tag of RELENG_2_1_0 and a revision tag of RELENG_2_1_7 (which probably should be RELENG_2_1_7_1???). My gut reaction is to use the RELENG_2_1_0 tag, but I would like to make sure I get it right the first time.....(:+}}....and not backwardly sync my sources. Any pointers are appreciated. Thanks Bob Keys rdkeys@seedlab1.cropsci.ncsu.edu From owner-freebsd-questions Thu Oct 2 11:16:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA13051 for questions-outgoing; Thu, 2 Oct 1997 11:16:58 -0700 (PDT) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA13027 for ; Thu, 2 Oct 1997 11:16:30 -0700 (PDT) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id OAA20339; Thu, 2 Oct 1997 14:16:39 -0400 (EDT) Date: Thu, 2 Oct 1997 14:15:14 -0400 (EDT) From: Steve Hovey To: Dave Hummel cc: questions@FreeBSD.ORG Subject: Re: slow telnet In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I notices here starting with 2.1R that an rlogin would be slow in direct inverse proportion to the stty baud rate setting. So at a $ prompt type stty 9600 and see if it suddenly speeds up. On Thu, 2 Oct 1997, Dave Hummel wrote: > Hi, > > I'm connected to the internet at 14.4. Yes, I know this is extremely slow. > The thing is, it seems like wu-ftp and apache are very responsive to > outside connections. The problem is that telnet is very slow coming in or > going out. Connections are from/to Red Hat Linux, Digital Unix, VMS and > NT. I really don't expect high performance because of obvious things like > crappy old phone lines etc. There does seem to be some disparity, however, > between the performance of telnet as opposed to ftp and http all things > condidered. > > I can live with some key lag, but I often have to wait five or more > seconds for any response at the other end. I have disabled tcp_extensions > which is about the only piece of advice I could find in the mailing lists, > and network traffic to my machine is pretty much null. > > _Any_ advice on what else to do about this will be appreciated even if > it's "you can't do anything" or "get a better connection". If, however, > there is a configuration trick or two that I'm ignorant of, this is even > better :) - Just give me a hint on where to start looking. > > Thanks, > Dave > > From owner-freebsd-questions Thu Oct 2 11:21:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA13383 for questions-outgoing; Thu, 2 Oct 1997 11:21:02 -0700 (PDT) Received: from ammi.mclink.it (ammi.mclink.it [192.106.166.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA13377 for ; Thu, 2 Oct 1997 11:20:55 -0700 (PDT) Received: from IRIS (net133-051.mclink.it [195.110.133.51]) by ammi.mclink.it (8.8.5/8.6.12) with SMTP id TAA26502 for ; Thu, 2 Oct 1997 19:59:42 +0200 (MET DST) Message-ID: <3433DD1A.41C6@mclink.it> Date: Thu, 02 Oct 1997 19:42:50 +0200 From: Marco Masotti X-Mailer: Mozilla 3.01SGoldC-SGI (X11; I; IRIX 6.3 IP32) MIME-Version: 1.0 To: questions@FreeBSD.ORG Subject: Re: tty-level buffer overflows References: <199710021543.IAA03270@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > From: Greg Lehey > Date: Thu, 2 Oct 1997 14:24:20 +0930 > Subject: Re: tty-level buffer overflows > > On Wed, Oct 01, 1997 at 10:51:09PM -0500, Jonathan E. Lyons wrote: > > Is this anything to be concerned about? I've got an X2 modem, with the port > > speed set at 57600..... > > > > > > Sep 28 16:42:11 cplkagan /kernel: sio0: 660 more tty-level buffer overflows > > (total 660) > > Sep 29 13:52:41 cplkagan /kernel: pid 18534 (ping), uid 0: exited on signal 3 > > Sep 30 21:05:02 cplkagan /kernel: sio0: 100 more tty-level buffer overflows > > (total 760) > > Sep 30 22:00:02 cplkagan /kernel: sio0: 198 more tty-level buffer overflows > > (total 958) > > Sep 30 22:05:01 cplkagan /kernel: sio0: 199 more tty-level buffer overflows > > (total 1157) > > Sep 30 22:05:02 cplkagan /kernel: sio0: 1076 more tty-level buffer > > overflows (total 2233) > > Oct 1 05:30:02 cplkagan /kernel: sio0: 940 more tty-level buffer overflows > > (total 3173) > > Yes. With PPP, each of these means a lost packet, which is expensive. > This shouldn't happen. Is the machine slow or heavily loaded? > Otherwise you might be losing interrupts. I use to get these messages on a Pentium 75 machine from Intel. PPP is great under all conditions, but, quite strange to happen, when uploading data using cu, plenty of these messages come across. The motherboard reports on boot: FreeBSD 2.1.7-RELEASE #0: Tue Apr 22 09:20:20 MET 1997 root@dview.roma.reuters.:/usr/src-freebsd/sys/compile/MULTICAST_EP0_GENERIC CPU: 75-MHz Pentium 735\\90 or 815\\100 (Pentium-class CPU) Origin = "GenuineIntel" Id = 0x524 Stepping=4 Features=0x1bf Opinions? Marco PS: Actually, I never tried under Freebsd cu uploading using a different unit/type of Pc from the one mentioned. From owner-freebsd-questions Thu Oct 2 11:36:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA14120 for questions-outgoing; Thu, 2 Oct 1997 11:36:13 -0700 (PDT) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA14115 for ; Thu, 2 Oct 1997 11:36:10 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id LAA04674; Thu, 2 Oct 1997 11:34:52 -0700 (PDT) Date: Thu, 2 Oct 1997 11:34:51 -0700 (PDT) From: Annelise Anderson To: Joel Gwynn cc: questions@FreeBSD.ORG Subject: Re: tutorials In-Reply-To: <3.0.1.32.19971001083307.0091ee70@world.std.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Joel Gwynn wrote: > Is there a place where I can download the freebsd tutorials that are in > www.freebsd.org/tutorials? > > Thanks. > > Joel Gwynn Why can't you download them from there? With a web browser? The newuser tutorial is also available on by anonymous ftp, andrsn.stanford.edu, where it is available in rich text format (rtf) and ascii. Annelise From owner-freebsd-questions Thu Oct 2 11:41:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA14464 for questions-outgoing; Thu, 2 Oct 1997 11:41:46 -0700 (PDT) Received: from super-g.inch.com (super-g.com [207.240.140.161]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA14452 for ; Thu, 2 Oct 1997 11:41:40 -0700 (PDT) Received: from localhost (spork@localhost) by super-g.inch.com (8.8.7/8.8.5) with SMTP id PAA06943; Thu, 2 Oct 1997 15:07:21 -0400 (EDT) Date: Thu, 2 Oct 1997 15:07:20 -0400 (EDT) From: spork X-Sender: spork@super-g.inch.com To: Keith Mitchell cc: questions@FreeBSD.ORG Subject: Re: MySQL access problems In-Reply-To: <199710010011.UAA29290@weenix.guru.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This is my understanding of this... Since FBSD does not have native thread support (in 2.2), you end up using MIT pthreads. For whatever reason, this means that all connections must come from a TCP/IP socket rather than a "file system" socket (sorry for the misnomer). In the end, this means you must connect like so: mysql -h your.machine.com mysql as root, and it will let you in. It took me some time to dig this up, as it's strictly a FreeBSD issue. For whatever reason, "localhost" will not work, you have to use the full name of the machine. In mysql speak, I believe localhost tells it to connect to the (nonexistent) unix socket. Hope this helps, Charles On Tue, 30 Sep 1997, Keith Mitchell wrote: > I just compiled/installed the Mysql port. Everything appears to work except > for the access control stuff. I can't figurew out how to set it up so that > I can use it. > > According to the documentation it is supposed to install default access > that will allow root to access anything. All I can get is : > > ERROR: Access denied for user: 'root' (Using password: YES) > > > Note: It says it is using passwords, yet from what I can tell there are > no password in the access database. > > BTW I am running version 3.20.30b and am running it on a copy of -CURRENT > from about a month ago. > > Anyone have any clues? > > -- > Keith Mitchell Head Administrator: acm.vt.edu > Email: kmitch@weenix.guru.org PGP key available upon request > http://weenix.guru.org/~kmitch > Address and URL (c) 1997 Keith Mitchell - All Rights Reserved > Unauthorized use or duplication prohibited > From owner-freebsd-questions Thu Oct 2 11:47:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA14797 for questions-outgoing; Thu, 2 Oct 1997 11:47:37 -0700 (PDT) Received: from mail.syntellect.com ([208.138.145.134]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA14790 for ; Thu, 2 Oct 1997 11:47:29 -0700 (PDT) Received: from freemand.phx.syntellect.com by mail.syntellect.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.0.1457.7) id 4CPNCMQ6; Thu, 2 Oct 1997 11:48:25 -0700 Message-ID: <3433EC74.FCE@syntellect.com> Date: Thu, 02 Oct 1997 11:48:21 -0700 From: Derek Freeman Reply-To: freemand@syntellect.com Organization: Syntellect, Inc. X-Mailer: Mozilla 3.0 (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: The FTP Site Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I would like to play some games on my freesbd system, but I keep getting no such file when I try to download the games directory under the packages directory. Are these simply not available or am I doing something wrong?? Thanx, Derek Freeman freemand@syntellect.com (602)789-2808 From owner-freebsd-questions Thu Oct 2 11:49:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA14941 for questions-outgoing; Thu, 2 Oct 1997 11:49:32 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA14932 for ; Thu, 2 Oct 1997 11:49:27 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id LAA25629; Thu, 2 Oct 1997 11:49:04 -0700 (PDT) Date: Thu, 2 Oct 1997 11:49:04 -0700 (PDT) From: Doug White Reply-To: Doug White To: slappy cc: freebsd-questions@FreeBSD.ORG Subject: Re: Device not configured In-Reply-To: <343285C1.49FEFE1B@op-plus.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, slappy wrote: > hi i just downloaded FreeBsd and not knowing what i was getting into > well i had no doc but everything went well afterword exept 1 thing I > downloaded ircii and when i tried to extract the .tar well it gave me > somthing like rts0 not configured if you could just tell me wht it is > and where to change that because i can't go on internet nor extract any > of my .tars please reply as soon as possible I think you're going about this the wrong way. Where did you get ircII from? If you downloaded it as a FreeBSD package from ftp://ftp.freebsd.org/pub/FreeBSD/packages-2.2/net/ircii-2.9.tgz, you should run ``pkg_add ircii-2.9.tgz'' to install it. If you downloaded something else, delete it, download the package & save yourself some headaches. :-) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 12:42:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA18028 for questions-outgoing; Thu, 2 Oct 1997 12:42:10 -0700 (PDT) Received: from mail.boisfrancs.qc.ca (mail.boisfrancs.qc.ca [207.253.52.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA18023 for ; Thu, 2 Oct 1997 12:42:07 -0700 (PDT) Received: from liloo (xenub@ppp5.boisfrancs.qc.ca [207.253.52.26]) by mail.boisfrancs.qc.ca (8.8.5/8.8.5) with SMTP id PAA04036 for ; Thu, 2 Oct 1997 15:48:25 -0400 (EDT) Message-Id: <3.0.3.32.19971002154210.009356c0@boisfrancs.qc.ca> X-Sender: xenub@boisfrancs.qc.ca X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.3 (32) Date: Thu, 02 Oct 1997 15:42:10 -0400 To: questions@freebsd.org From: Louis-Philippe Alain Subject: Apache Listen option Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Here's my problem with apache (at least I think it's with apache)... My machine's ethernet IP is IP1, I made two aliases to this IP which we'll call IP2 and IP3. IP2 is for a virtual web server and IP3 is for my FTP server. So I don't want apache to answer on IP3. I used the Listen option in httpd.conf (Listen IP1:80 Listen IP2:80) and then did a little killall -HUP httpd to restart apache. It worked fine. Apache was answering only to IP1 and IP2... I then rebooted my machine, apache didn't start! :( My IP aliases are set in /etc/rc.local and apache is started from a script in /usr/local/etc/rc.d/ which is set in /etc/rc.conf... I'm sure that the problem is not with the script that start apache in itself cause I tried to reconfigure apache as it was before and reboot my machine and apache started fine. And the problem is not with the configuration of apache itself cause when I execute apache after the boot process it work fine with the Listen options I mentioned earlier. I think the problem could be that my IP aliases are not yet set when apache try to start. So apache can't bind the tow IP cause they're not there... So apache can't start. Could it be the problem? If not, what could it be? If yes, how can I fix this? Thanks a lot! Louis-Philippe Alain From owner-freebsd-questions Thu Oct 2 13:01:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA19116 for questions-outgoing; Thu, 2 Oct 1997 13:01:39 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA19104 for ; Thu, 2 Oct 1997 13:01:28 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25705; Thu, 2 Oct 1997 13:01:16 -0700 (PDT) Date: Thu, 2 Oct 1997 13:01:16 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Jim Washer (washer)" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Does freebsd support pentium-pro and pentium II machines? How abo ut dual processor? In-Reply-To: <13B27C2124E8D01192A80000C04213F5D51EEA@wembley.sequent.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Jim Washer (washer) wrote: > Does freebsd support pentium-pro and pentium II machines? How about dual > processor systems? Yes, yes, and yes (in -CURRENT). See http://www.freebsd.org/~fsmp/SMP/ for info on multiprocessor FreeBSD. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 13:03:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA19246 for questions-outgoing; Thu, 2 Oct 1997 13:03:15 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA19238 for ; Thu, 2 Oct 1997 13:03:13 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25709; Thu, 2 Oct 1997 13:03:05 -0700 (PDT) Date: Thu, 2 Oct 1997 13:03:05 -0700 (PDT) From: Doug White Reply-To: Doug White To: LPW cc: "'freebsd-questions@freebsd.org'" Subject: Re: Ether Express 16 ix driver In-Reply-To: <01BCCEC1.3D9DE820@raider.sinet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, LPW wrote: > Hello all, I am completely perplexed. I initially installed free bsd on > a 486 DX4100 with an adaptec 2842 and I also had an ide drive. I have > an Intel Ether Express 16 card which works when I've tested it with NT. > I have used softset and set it to irq 10, 0x300. Now because I need the > IDE drive for something else, I tried to install free bsd 2.2.2 on the > scsi drive. The Ether Express is not seen. When am I doing wrong? Make sure you modify the settings for the ie0 device. The former ix0 device was merged with ie0 for 2.2.2 and later releases. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 13:04:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA19401 for questions-outgoing; Thu, 2 Oct 1997 13:04:42 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA19393 for ; Thu, 2 Oct 1997 13:04:36 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25713; Thu, 2 Oct 1997 13:04:33 -0700 (PDT) Date: Thu, 2 Oct 1997 13:04:33 -0700 (PDT) From: Doug White Reply-To: Doug White To: Charles Henrich cc: freebsd-questions@FreeBSD.ORG Subject: Re: Fastest Network Driver for FreeBSD In-Reply-To: <19971001140233.04128@crh.cl.msu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Charles Henrich wrote: > Which ethernet card driver (100bt preferably) is the fastest, and which has > the lowest CPU overhead? (Wouldnt it be nice if they were the same? :) > Thanks! The one with the best support is the Intel EtherExpress Pro/100B PCI adapters. They do have some tweaks and don't like dirty lines, but the driver is learning how to deal with them. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 13:07:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA19634 for questions-outgoing; Thu, 2 Oct 1997 13:07:59 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA19624 for ; Thu, 2 Oct 1997 13:07:55 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25720; Thu, 2 Oct 1997 13:06:33 -0700 (PDT) Date: Thu, 2 Oct 1997 13:06:33 -0700 (PDT) From: Doug White Reply-To: Doug White To: Donald Burr cc: FreeBSD Questions Subject: Re: FreeBSD as embedded system? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Donald Burr wrote: > There have been several widely publicized examples of Linux (what's that? > :) ) being run in an "embedded system" type of setup, such as the > hydroponics(?) experiment on the recent Space Shuttle mission. Egads! On the Shuttle? NASA actually tested this? :-) > Anyway, has FreeBSD ever been used in such a setup? Is it possible? What > modifications (if any) would have to be made? And, if this has been done > with FreeBSD, what manufacturers' hardware was used (i.e. what hardware is > compatible?) It has been done. AFAIK there is a discussion list (freebsd-embedded@freebsd.org or somesuch) for discussing embedded systems issues. Also check the mail archives for information. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 13:08:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA19641 for questions-outgoing; Thu, 2 Oct 1997 13:08:00 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA19625 for ; Thu, 2 Oct 1997 13:07:55 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25724; Thu, 2 Oct 1997 13:07:34 -0700 (PDT) Date: Thu, 2 Oct 1997 13:07:33 -0700 (PDT) From: Doug White Reply-To: Doug White To: Ben Marsh cc: freebsd-questions@FreeBSD.ORG Subject: Re: freeBSD instalation Problems?! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Ben Marsh wrote: > Can Somebody help me? I am trying to install from floppy but I can't seem > to intstall the bin distribution! > > I copied install.sh bin.mtree (which was truncated to bin.mtr) bin.inf > which I dowloaded as text files from ftp.freebsd.org as well as bin.aa and > bin.ab(downloaded as binary files) on to the first disk. You need to put the files in a bin\ directory on the disk. A:\ BIN\ bin.inf bin.aa .. etc .. Sorry that this isn't better doucmented. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 13:08:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA19783 for questions-outgoing; Thu, 2 Oct 1997 13:08:55 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA19777 for ; Thu, 2 Oct 1997 13:08:51 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25728; Thu, 2 Oct 1997 13:08:40 -0700 (PDT) Date: Thu, 2 Oct 1997 13:08:40 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Leo M. Andres" cc: freebsd-questions@FreeBSD.ORG Subject: Re: FTP Install In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Leo M. Andres wrote: > I'm trying to install FreeBSD 2.2.2 using a floppy startup disk and an FTP > install. I have a PPro 150 mhz and a SIIG 28.8 modem at com3 addr: 03e8h > irq4. I am using PPP to transfer files. I got all the way to the dial-up > terminal and established a connection. It connects and transfers about > 300,000 kbytes before the connection just quits. I'm pretty sure that the > dial-up server is hanging up on me. I am using EarthLink for my ISP. Is > there any command to keep the connection open or to tickle the server? Try entering these commands at the ppp> prompt before entering `term': set timeout 0 disable lqr deny lpr Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 13:21:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA20418 for questions-outgoing; Thu, 2 Oct 1997 13:21:32 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA20399 for ; Thu, 2 Oct 1997 13:21:26 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25743; Thu, 2 Oct 1997 13:21:18 -0700 (PDT) Date: Thu, 2 Oct 1997 13:21:18 -0700 (PDT) From: Doug White Reply-To: Doug White To: Fredrik Bertilsson cc: freebsd-questions@FreeBSD.ORG Subject: Re: Hello In-Reply-To: <3433DCC9.9B285931@halmstad.mail.telia.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id NAA20410 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Fredrik Bertilsson wrote: > I have been searching for FreeBSD on this site now for while and I can“t > find the file of files that you need. I want to download it from the > internet, so if you just would tell me where to look. www.freebsd.org. > And another thing, is it really free, I don“t have to pay anything? Absolutely. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 13:22:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA20469 for questions-outgoing; Thu, 2 Oct 1997 13:22:06 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA20460 for ; Thu, 2 Oct 1997 13:22:02 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25747; Thu, 2 Oct 1997 13:21:55 -0700 (PDT) Date: Thu, 2 Oct 1997 13:21:55 -0700 (PDT) From: Doug White Reply-To: Doug White To: Paul Hardacre cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Help ! In-Reply-To: <01BCCF3A.717CFA40@P_Hardacre> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Paul Hardacre wrote: > When I download the following binary distribution files, their final > download size is incorrect :- > > BIN.AI final size = 239,630 > BIN.CC final size = 239,701 > > Any help would be gratefully received. Make sure you are using binary mode and not ASCII mode. If you are using Netscape, right-click on the link and select `Save As..' rather than opening the link. > > Paul Hardacre > Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 13:41:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA21497 for questions-outgoing; Thu, 2 Oct 1997 13:41:26 -0700 (PDT) Received: from server.northernnet.com (northernnet.com [206.24.45.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA21482 for ; Thu, 2 Oct 1997 13:41:23 -0700 (PDT) Received: from lizard (trf-7.dialup.northernnet.com [208.146.22.237]) by server.northernnet.com (8.8.3/8.8.3) with SMTP id PAA06912 for ; Thu, 2 Oct 1997 15:40:18 -0500 (CDT) Message-Id: <3.0.3.16.19971002154301.0b871efe@206.24.45.1> X-Sender: poker2@206.24.45.1 X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.3 (16) Date: Thu, 02 Oct 1997 15:43:01 -0500 To: FreeBSD Guys From: Shawn Leas Subject: Extended partition on primary slave Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I dunno, but a friend said he can't use an extended partition on his primary slave. He said it has vfat on it, so I told him to use vmount and told him what it was/how it worked. BUT, I wanted to know if there were any concerns, because he says he can't "see" the partition. Can you point me to docs explaining FreeBSD's handling of extended partition naming etc... It would help me in understanding what he is having dificulty with. BTW, this is a pretty awesome site, 200MHz PPro, 128 Megs RAM, probably close to twelve gigs of HD. Knowing this guy there's probably a couple Bigfoots in there. He also says there's a problem with his PS2 mouse. Any of those things incompatible? Shawn From owner-freebsd-questions Thu Oct 2 13:55:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA22346 for questions-outgoing; Thu, 2 Oct 1997 13:55:15 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA22338 for ; Thu, 2 Oct 1997 13:55:11 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25789; Thu, 2 Oct 1997 13:55:02 -0700 (PDT) Date: Thu, 2 Oct 1997 13:55:02 -0700 (PDT) From: Doug White Reply-To: Doug White To: Louis-Philippe Alain cc: questions@FreeBSD.ORG Subject: Re: Apache Listen option In-Reply-To: <3.0.3.32.19971002154210.009356c0@boisfrancs.qc.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Louis-Philippe Alain wrote: > I then rebooted my machine, apache didn't start! :( My IP aliases are set > in /etc/rc.local and apache is started from a script in > /usr/local/etc/rc.d/ which is set in /etc/rc.conf... I'm sure that the > problem is not with the script that start apache in itself cause I tried to > reconfigure apache as it was before and reboot my machine and apache > started fine. And the problem is not with the configuration of apache > itself cause when I execute apache after the boot process it work fine with > the Listen options I mentioned earlier. The aliases should be set in /etc/rc.conf using the syntax presented there. rc.local runs after rc.d is run or the ifconfig's don't take effect immediately. (??? - I don't run 2.2.2.) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 13:58:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA22536 for questions-outgoing; Thu, 2 Oct 1997 13:58:39 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA22531 for ; Thu, 2 Oct 1997 13:58:34 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25793; Thu, 2 Oct 1997 13:58:23 -0700 (PDT) Date: Thu, 2 Oct 1997 13:58:23 -0700 (PDT) From: Doug White Reply-To: Doug White To: Reed Lai cc: questions@FreeBSD.ORG Subject: Re: Help! Cannot use F1 at BootManager In-Reply-To: <3.0.32.19970928143021.00a99fa8@ms4.hinet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Reed Lai wrote: > I install FreeBSD 2.2.1 into my 486-66 w/2 hard disks without trouble. > Then I > reboot system after the installation is completed. The BootManager displays > follow message: > F1 ... BSD > F5 ... disk2 > Default: F? > I enter F1, but BootManager always echoes "F?". I try keys F2 to F5, they > are no > problem. However, I can use F1 in installation period, but I cannot use it > at > BootManager. Is there something wrong in KeyMap? I re-install 6 times, even > select a different KeyMap, but BootManager always echoes F? for F1. How can I > fix this problem? At this point the keymap hasn't been installed yet. The problem usually lies with improper geometry on the install disk. To fix this: 1. Use DOS Fdisk and delete the partition. Create a small DOS primary partition on the same disk. 2. Install FreeBSD, removing the DOS partition you created in the fdisk editor in Install. 3. booteasy should work once you get done. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 14:00:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA22704 for questions-outgoing; Thu, 2 Oct 1997 14:00:25 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA22694 for ; Thu, 2 Oct 1997 14:00:17 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id NAA25797; Thu, 2 Oct 1997 13:59:46 -0700 (PDT) Date: Thu, 2 Oct 1997 13:59:46 -0700 (PDT) From: Doug White Reply-To: Doug White To: Paul Dekkers cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP! TERMCAP Problems? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Paul Dekkers wrote: > Hi > > I have some problems with my termcap I think, logging in using ncsa > telnets, I got two newlines instead of just one newline when pressing > enter. > E.g. when starting pine I press enter and then I'm already in the first > message, starting up an editor results in a first newline... > > What do I have to do? > The TERM-variable is set to vt100 > I use FreeBSD 2.2.1 This is probably in NCSA telnet -- you need to tell it not to send CR/LF but just send CR. (?) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 14:01:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA22797 for questions-outgoing; Thu, 2 Oct 1997 14:01:56 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA22792 for ; Thu, 2 Oct 1997 14:01:53 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id OAA25804; Thu, 2 Oct 1997 14:01:48 -0700 (PDT) Date: Thu, 2 Oct 1997 14:01:48 -0700 (PDT) From: Doug White Reply-To: Doug White To: Doug Lo cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP!!How can I boot from Win95 as 2nd HD under Boot Easy? In-Reply-To: <34311826.96C1F654@ms11.hinet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Doug Lo wrote: > I have two hard-disks. one is for FreeBSD 2.2.2-Release and the other is > for Win95 OS. FreeBSD is on Primary IDE(master), and it works fine. I > want Win95 in the system so I can boot Win95. So I just put my 2nd > HD(Win95) on Primary IDE(slave), and reoot, then the boot menu is: > > F1: DOS > F2: BSD > F5: disk 2 > > I press F5, but it boots from DOS not Win95, why? > Would anyone know how to solve this problem? > Your help will be greatly appreciated. How odd. What do your partition tables look like for these disks? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 14:12:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA23552 for questions-outgoing; Thu, 2 Oct 1997 14:12:01 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA23538 for ; Thu, 2 Oct 1997 14:11:58 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id OAA25814; Thu, 2 Oct 1997 14:11:41 -0700 (PDT) Date: Thu, 2 Oct 1997 14:11:41 -0700 (PDT) From: Doug White Reply-To: Doug White To: Bernard cc: "'questions@freebsd.org'" Subject: Re: HP laserjet 5P In-Reply-To: <01BCCF1A.8C870710@user32.mynet.com.my> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Bernard wrote: > I have a problem to use a printer connect at a Windows NT 4.0 Server. The error message is waiting for my server to come up. > > But my server is running and the HP laserjet 5P is working fine. How are you trying to access your printer? FreeBSD doesn't support windows Networking-style printing by default. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 14:20:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA23956 for questions-outgoing; Thu, 2 Oct 1997 14:20:48 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA23949 for ; Thu, 2 Oct 1997 14:20:45 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id OAA25821; Thu, 2 Oct 1997 14:19:45 -0700 (PDT) Date: Thu, 2 Oct 1997 14:19:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: Leif Neland cc: freebsd-questions@FreeBSD.ORG Subject: Re: install on system without floppy In-Reply-To: <081_9709281058@swimsuit.roskildebc.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 28 Sep 1997, Leif Neland wrote: > I have FreeBSD and dos on one machine, with the bin distribution on a > dos-partition. I guess I can mount_msdos and make it available for ftp? Why not copy the files to the FreeBSD slice? :-) They should land under /pub/FreeBSD/2.2.2-RELEASE/ (or whatever your release is). > Now I want to install FreeBSD on another dos-machine on the network. > This machine doesn't have a floppy. Can I boot the install-floppy from dos? This is easier done with the CD-ROM as it has the necessary files on it, but it can be done using the fbsdboot program. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 14:26:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA24400 for questions-outgoing; Thu, 2 Oct 1997 14:26:48 -0700 (PDT) Received: from ctt.com (ctt-fw.ctt.com [205.253.42.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA24390 for ; Thu, 2 Oct 1997 14:26:45 -0700 (PDT) Received: by ctt-fw.ctt.com id <1280>; Thu, 2 Oct 1997 16:33:28 -0500 Message-Id: <97Oct2.163328cdt.1280@ctt-fw.ctt.com> From: "Orzechowski, Alvin ." To: "'freebsd-questions@FreeBSD.ORG'" Subject: Changing Operating Systems Date: Thu, 2 Oct 1997 13:29:39 -0500 X-Priority: 3 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.0.1458.49) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is it possible to install FreeBSD and still keep Windows95, or do I have to, "go all the way"? Thanx. Shalom, Salaam, Alvin "Remember compliments you receive. Forget the insults. If you succeed in doing this, tell me how." -Mary Schmich From owner-freebsd-questions Thu Oct 2 14:39:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA25226 for questions-outgoing; Thu, 2 Oct 1997 14:39:47 -0700 (PDT) Received: from ns1.cetlink.net (ns1.cetlink.net [209.54.54.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA25210 for ; Thu, 2 Oct 1997 14:39:43 -0700 (PDT) Received: (from jeff@localhost) by ns1.cetlink.net (8.8.5/8.8.5) id RAA27500 for freebsd-questions@FreeBSD.ORG; Thu, 2 Oct 1997 17:38:57 -0400 (EDT) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 02 Oct 1997 12:46:21 -0400 (EDT) Organization: CETLink.Net From: Jeff Wheat To: freebsd-questions@FreeBSD.ORG Subject: FreeBSD 3.0-970807-SNAP Questions Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm running into various problems with this SNAP as well as with the SNAP's prior to this release. This system is running an SMP kernel with the following hardware config: MB: ASUS P/I-P65UP5/200-P6 with C-P6ND/200 CPU card. CPU's: Pentium Pro 200 (2) RAM: 64Mb HD: 3 QUANTUM BIGFOOT_CY4320A 4.3Gb IDE's What seems to happen is on a regular basis, I get these error messages on the console (pasted from dmesg) Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.0-970807-SNAP #2: Tue Sep 30 11:22:25 EDT 1997 root@test:/usr/src/sys/compile/TEST CPU: Pentium Pro (686-class CPU) Origin = "GenuineIntel" Id = 0x619 Stepping=9 Features=0xfbff real memory = 67108864 (65536K bytes) avail memory = 63012864 (61536K bytes) FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Probing for devices on PCI bus 0: chip0: rev 0x02 on pci0.0.0 chip1: rev 0x01 on pci0.1.0 ide_pci0: rev 0x00 on pci0.1.1 ide_pci: warning, ide0:0 not configured for DMA? ide_pci: warning, ide0:1 not configured for DMA? ide_pci: warning, ide1:0 not configured for DMA? ide_pci: warning, ide1:1 not configured for DMA? Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x300-0x31f irq 10 on isa ed0: address 00:c0:f0:06:c5:c6, type NE2000 (16 bit) sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A lpt0 at 0x378-0x37f irq 7 on isa lpt0: Interrupt-driven port lp0: TCP/IP capable interface fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 4134MB (8467200 sectors), 8960 cyls, 15 heads, 63 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 4134MB (8467200 sectors), 8960 cyls, 15 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (wd2): wd2: 4134MB (8467200 sectors), 8960 cyls, 15 heads, 63 S/T, 512 B/S npx0 on motherboard npx0: INT 16 interface APIC_IO: routing 8254 via 8259 on pin 0 ccd0-3: Concatenated disk drivers SMP: All idle procs online. SMP: *** AUTO *** starting 1st AP! SMP: AP CPU #1 LAUNCHED!! Starting Scheduling... SMP: TADA! CPU #1 made it into the scheduler!. SMP: All 2 CPU's are online! wd0: interrupt timeout: wd0: status 50 error 1 wd0: interrupt timeout: wd0: status 50 error 1 wd0: interrupt timeout: wd0: status 58 error 1 wd0: Last time I say: interrupt timeout. Probably a portable PC.: wd0: status 58 error 1 swap_pager: indefinite wait buffer: device: 131073, blkno: 119552, size: 20480 My concerns are the wd0 errors and the ide_pci DMA warnings. The drives are all new and exhibit similar problems with different brands. I have checked the BIOS to be sure that the power management has been disabled. The machine crashes from time to time and in the process, corrupts directories and files on the CCD filesystem. Has anyone else had any similar experiences with this type of config? I am wanting to use this for a news server. Any information would be greatly appreciated. Many thanks in advance. Jeff CONFIG File: # # SMP-GENERIC -- Smp machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: SMP-GENERIC,v 1.3 1997/05/11 19:01:24 andreas Exp $ machine "i386" cpu "I686_CPU" ident NEWS maxusers 512 # news options options CHILD_MAX=1024 options OPEN_MAX=1024 options "MAXDSIZ=(256*1024*1024)" options "DFLDSIZ=(256*1024*1024)" # Create a SMP capable kernel (mandatory options): options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O # Useful and reported to work: options SMP_AUTOSTART # start the additional CPUs during boot # Optional, these are the defaults: #options NCPU=2 # number of CPUs #options NBUS=4 # number of busses #options NAPIC=1 # number of IO APICs #options NINTR=24 # number of INTs # Tyan Tomcat II: #options SMP_TIMER_NC # 8254 NOT connected to APIC # SuperMicro P6DNxxx: #options SMP_TIMER_NC # 8254 NOT connected to APIC #options MATH_EMULATE #Support for x87 emulation options INET #InterNETworking options FFS #Berkeley Fast Filesystem #options NFS #Network Filesystem #options MSDOSFS #MSDOS Filesystem #options "CD9660" #ISO 9660 Filesystem options PROCFS #Process filesystem options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!] options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device options "AUTO_EOI_1" options "AUTO_EOI_2" options BOUNCE_BUFFERS #include support for DMA bounce buffers options UCONSOLE #Allow users to grab the console options FAILSAFE #Be conservative options USERCONFIG #boot -c editor options VISUAL_USERCONFIG #visual boot -c editor options INCLUDE_CONFIG_FILE options SYSVSHM options SYSVSEM options SYSVMSG options "MD5" config kernel root on wd0 controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 #tape ft0 at fdc0 drive 2 #options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 vector wdintr disk wd2 at wdc1 drive 0 disk wd3 at wdc1 drive 1 #options ATAPI #Enable ATAPI support for IDE bus #options ATAPI_STATIC #Don't do it as an LKM #device wcd0 #IDE CD-ROM # A single entry for any of these controllers (ncr, ahb, ahc, amd) is # sufficient for any number of installed devices. #controller ncr0 #controller amd0 #controller ahb0 #controller ahc0 #controller bt0 at isa? port "IO_BT0" bio irq ? vector bt_isa_intr #controller uha0 at isa? port "IO_UHA0" bio irq ? drq 5 vector uhaintr #controller aha0 at isa? port "IO_AHA0" bio irq ? drq 5 vector ahaintr #controller aic0 at isa? port 0x340 bio irq 11 vector aicintr #controller nca0 at isa? port 0x1f88 bio irq 10 vector ncaintr #controller nca1 at isa? port 0x350 bio irq 5 vector ncaintr #controller sea0 at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector seai ntr #controller scbus0 #device sd0 #device od0 #See LINT for possible `od' options. #device st0 #device cd0 #Only need one of these, the code dynamically grows #device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr #device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr #controller matcd0 at isa? port 0x230 bio #device scd0 at isa? port 0x230 bio # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options PCVT_FREEBSD=210 # pcvt running on FreeBSD >= 2.0 .5 #options XSERVER # include code for XFree86 #options FAT_CURSOR # start with block cursor # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines #options PCVT_SCANSET=2 # IBM keyboards are non-std device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # # Laptop support (see LINT for more options) # #device apm0 at isa? disable flags 0x31 # Advanced Power Management # PCCARD (PCMCIA) support #controller crd0 #device pcic0 at crd? #device pcic1 at crd? device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr #device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr #device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr #device lpt1 at isa? port? tty #device mse0 at isa? port 0x23c tty irq 5 vector mseintr #device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vecto # Order is important here due to intrusive probes, do *not* alphabetize # this list of network interfaces until the probes have been fixed. # Right now it appears that the ie0 must be probed before ep0. See # revision 1.20 of this file. #device de0 #device fxp0 #device vx0 device ed0 at isa? port 0x300 net irq 10 vector edintr #device ed1 at isa? port 0x280 net irq 5 vector edintr #device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr #device ie1 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr #device ep0 at isa? port 0x300 net irq 10 vector epintr #device ex0 at isa? port? net irq? vector exintr #device fe0 at isa? port 0x300 net irq ? vector feintr #device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr #device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr #device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr #device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr pseudo-device loop pseudo-device ether pseudo-device log #pseudo-device sl 1 # ijppp uses tun instead of ppp device #pseudo-device ppp 1 pseudo-device tun 1 pseudo-device pty 128 pseudo-device gzip # Exec gzipped a.out's pseudo-device bpfilter 4 pseudo-device snp 3 pseudo-device ccd 4 # KTRACE enables the system-call tracing facility ktrace(2). # This adds 4 KB bloat to your kernel, and slightly increases # the costs of each syscall. #options KTRACE #kernel tracing From owner-freebsd-questions Thu Oct 2 15:15:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA27039 for questions-outgoing; Thu, 2 Oct 1997 15:15:36 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA27033 for ; Thu, 2 Oct 1997 15:15:31 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id PAA25864; Thu, 2 Oct 1997 15:15:28 -0700 (PDT) Date: Thu, 2 Oct 1997 15:15:28 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Orzechowski, Alvin ." cc: "'freebsd-questions@FreeBSD.ORG'" Subject: Re: Changing Operating Systems In-Reply-To: <97Oct2.163328cdt.1280@ctt-fw.ctt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Orzechowski, Alvin . wrote: > Is it possible to install FreeBSD and still keep Windows95, or do I have > to, "go all the way"? Thanx. Yes, but it involves splitting your Windows partition to make room for FreeBSD or buy another disk. If your Windows machine is on FAT16 (ie, not Win95 OSR2) then you can use FIPS; otherwise you'll have to buy Partition Magic. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 15:19:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA27179 for questions-outgoing; Thu, 2 Oct 1997 15:19:02 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA27172 for ; Thu, 2 Oct 1997 15:18:57 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id PAA25869; Thu, 2 Oct 1997 15:18:46 -0700 (PDT) Date: Thu, 2 Oct 1997 15:18:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: Shawn Leas cc: FreeBSD Guys Subject: Re: Extended partition on primary slave In-Reply-To: <3.0.3.16.19971002154301.0b871efe@206.24.45.1> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Shawn Leas wrote: > I dunno, but a friend said he can't use an extended partition on > his primary slave. He said it has vfat on it, so I told him to > use vmount and told him what it was/how it worked. > > BUT, I wanted to know if there were any concerns, because he says > he can't "see" the partition. Can you point me to docs explaining > FreeBSD's handling of extended partition naming etc... It would > help me in understanding what he is having dificulty with. the extended partitions are mapped to slice numbers over 4, so the first extended partition would be on wd0s5, next on wd0s6, etc.. > BTW, this is a pretty awesome site, 200MHz PPro, 128 Megs RAM, > probably close to twelve gigs of HD. Knowing this guy there's > probably a couple Bigfoots in there. Yuck, I've heard bad things about the Quantum Bigfoots. > He also says there's a problem with his PS2 mouse. Any of those > things incompatible? You have to enable the device, it's not on by default as it can cause problems with some hardware. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 15:21:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA27351 for questions-outgoing; Thu, 2 Oct 1997 15:21:09 -0700 (PDT) Received: from tower.my.domain (nscs23p19.remote.umass.edu [128.119.179.62]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA27339 for ; Thu, 2 Oct 1997 15:20:57 -0700 (PDT) Received: from tower.my.domain (localhost [127.0.0.1]) by tower.my.domain (8.8.7/8.8.7) with ESMTP id SAA00446 for ; Thu, 2 Oct 1997 18:18:35 -0400 (EDT) Message-Id: <199710022218.SAA00446@tower.my.domain> X-Mailer: exmh version 2.0zeta 7/24/97 To: questions@FreeBSD.ORG Subject: Ooops: Missing Crontab? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 02 Oct 1997 18:18:34 -0400 From: User Gp Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I don't know how I manage to do these things to myself. I wanted to set up a crontab for my non-root login on my pc. It seems to me that I used a crontab for root as a template, and it looked like there might be some pretty important stuff in there. Is there a root crontab included in the distribution (I'm running -current from about 9/24)? If there is, how do I get a copy. I'm concerned because when I type "crontab -l -u root", I get "No crontab for root". Thanks. Greg From owner-freebsd-questions Thu Oct 2 15:42:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA28687 for questions-outgoing; Thu, 2 Oct 1997 15:42:47 -0700 (PDT) Received: from sujal.prognet.com (sujal.prognet.com [204.255.154.231]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA28677 for ; Thu, 2 Oct 1997 15:42:42 -0700 (PDT) Received: from localhost (smpatel@localhost) by sujal.prognet.com (8.8.4/8.8.4) with SMTP id PAA11406 for ; Thu, 2 Oct 1997 15:43:39 -0700 (PDT) X-Authentication-Warning: sujal.prognet.com: smpatel owned process doing -bs X-Received: from ns3.harborcom.net (ns3.harborcom.net [206.158.4.7]) by sujal.prognet.com (8.8.4/8.8.4) with ESMTP id QAA03367 for ; Wed, 1 Oct 1997 16:12:39 -0700 (PDT) X-Received: from hub.freebsd.org (hub.FreeBSD.ORG [204.216.27.18]) by ns3.harborcom.net (8.8.7/8.8.5) with ESMTP id TAA13571 for ; Wed, 1 Oct 1997 19:10:54 -0400 (EDT) X-Received: from dilbert.hq.functional.com (mark@dilbert.hq.functional.com [128.173.245.100]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA15492 for ; Wed, 1 Oct 1997 16:10:49 -0700 (PDT) X-Received: from localhost (mark@localhost) by dilbert.hq.functional.com (8.8.5/8.8.5) with SMTP id WAA11503 for ; Wed, 1 Oct 1997 22:10:23 GMT Date: Wed, 1 Oct 1997 22:10:23 +0000 (GMT) From: Mark Maynard X-Sender: mark@dilbert.hq.functional.com To: smpatel@freebsd.org Subject: ISA pnp device support (fwd) Message-ID: Organization: FIS Technologies MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII ReSent-Date: Thu, 2 Oct 1997 15:43:32 -0700 (PDT) ReSent-From: Sujal Patel ReSent-To: questions@freebsd.org ReSent-Message-ID: Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, I sent this message to you a while ago and I'm not certain if you've tried to reply because I've been having difficulty receiving email recently. So, if you hve tried to reply could you please do so again? (I believe I have resolved my e-mail problem). Thanks. Mark Maynard mark@functional.com ---------- Forwarded message ---------- Hi, I'm running 2.2.2, and my kernel will not compile after I apply your kernel patch. I have run pnpinfo and edited pnp.c with my configuration information, and when I attempt to compile my kernel after adding the line 'controller pnp0', it complains about problems with pnp.c and does not compile. Can you help me? Thanks. Mark Maynard mark@functional.com From owner-freebsd-questions Thu Oct 2 16:36:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA01603 for questions-outgoing; Thu, 2 Oct 1997 16:36:05 -0700 (PDT) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [36.33.0.163]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA01582 for ; Thu, 2 Oct 1997 16:35:57 -0700 (PDT) Received: from localhost (localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.8.7/8.6.12) with SMTP id QAA05787; Thu, 2 Oct 1997 16:34:16 -0700 (PDT) Date: Thu, 2 Oct 1997 16:34:15 -0700 (PDT) From: Annelise Anderson To: User Gp cc: questions@FreeBSD.ORG Subject: Re: Ooops: Missing Crontab? In-Reply-To: <199710022218.SAA00446@tower.my.domain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, User Gp wrote: > I don't know how I manage to do these things to myself. I wanted to set up a > crontab for my non-root login on my pc. It seems to me that I used a crontab > for root as a template, and it looked like there might be some pretty > important stuff in there. Is there a root crontab included in the distribution > (I'm running -current from about 9/24)? If there is, how do I get a copy. > > I'm concerned because when I type "crontab -l -u root", I get "No crontab for > root". > > Thanks. > > Greg Unless it's changed radically in -current: There is a system crontab in /etc. This file says it's root's crontab but it's really the system's crontab. Crontabs can be created by users (including the user root) in /var/cron/tabs, if they're allowed to do so. It's not a good idea to use the system's crontab in /etc as a template unless you comment everything out and note the differences in format between the /etc/crontab file and the crontabs for users. Users should use the crontab command for editing their crontabs. The file /etc/crontab should be edited with a text editor. There are two crontab man pages and one cron man page; in sum they explain the whole thing. Annelise From owner-freebsd-questions Thu Oct 2 17:06:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA03065 for questions-outgoing; Thu, 2 Oct 1997 17:06:26 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA03058 for ; Thu, 2 Oct 1997 17:06:19 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id JAA04118; Fri, 3 Oct 1997 09:36:06 +0930 (CST) Message-ID: <19971003093606.06051@lemis.com> Date: Fri, 3 Oct 1997 09:36:06 +0930 From: Greg Lehey To: joh_westerlund@nema.org Cc: Doug White , freebsd-questions@FreeBSD.ORG Subject: Re: Re[2]: cd question References: <9709028758.AA875823034@nema.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: <9709028758.AA875823034@nema.org>; from joh_westerlund@nema.org on Thu, Oct 02, 1997 at 01:07:00PM -0500 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 02, 1997 at 01:07:00PM -0500, joh_westerlund@nema.org wrote: > > Thanks. I checked www.netbsd.org and their commercial partner > infomagic offers bsdisc which has both netbsd 1.2 and freebsd 2.2.2 on > it for 39.95. www.freebsd.org only appears to carry freebsd 2.2.2 on > their commercial release (through www.cdrom.com) for 39.99 so i think > the infomagic cd would be a better deal to people looking to get both > at a cheap price. I'd still recommend the Walnut Creek CD-ROM. There are several reasons for this: 1. It's put together by the FreeBSD team. The Infomagic one isn't. 2. Walnut Creek provides significant financial support for the FreeBSD project. Infomagic doesn't. 3. The Infomagic CD-ROM appears to be a single CD-ROM. The Walnut Creek edition includes two CD-ROMs for FreeBSD alone, and they're planning more for the following editions. Guess where you get more. Greg > ______________________________ Reply Separator _________________________________ > Subject: Re: cd question > Author: Doug White at INTERNET > Date: 10/2/97 12:19 PM > > > On Wed, 1 Oct 1997 joh_westerlund@nema.org wrote: > >> >> hi. im somewhat a newbie at this and thinking i would like the cd (so >> i can have a hard copy if you will), instead of making 50+ floppies. >> my question is, does the cd come with netbsd also? its kind of arcane >> and you may not know, so just mail back, "i dont know" if you dont. > > I would suspect that someone has made a NetBSD CDROM. You'd have to check > with the NetBSD project at http://www.netbsd.org. > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 17:18:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA03680 for questions-outgoing; Thu, 2 Oct 1997 17:18:00 -0700 (PDT) Received: from the.oneinsane.net (insane@the.oneinsane.net [207.113.132.249]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA03673 for ; Thu, 2 Oct 1997 17:17:56 -0700 (PDT) Received: (from insane@localhost) by the.oneinsane.net (8.8.6/8.8.5) id RAA19894; Thu, 2 Oct 1997 17:17:53 -0700 (PDT) Message-ID: <19971002171753.47162@the.oneinsane.net> Date: Thu, 2 Oct 1997 17:17:53 -0700 From: Ron Rosson To: questions@FreeBSD.ORG Subject: Re: Ooops: Missing Crontab? References: <199710022218.SAA00446@tower.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.74e In-Reply-To: <199710022218.SAA00446@tower.my.domain>; from User Gp on Thu, Oct 02, 1997 at 06:18:34PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As root try a crontab -u root -l Ron On Thu, Oct 02, 1997 at 06:18:34PM -0400, User Gp wrote: > I don't know how I manage to do these things to myself. I wanted to set up a > crontab for my non-root login on my pc. It seems to me that I used a crontab > for root as a template, and it looked like there might be some pretty > important stuff in there. Is there a root crontab included in the distribution > (I'm running -current from about 9/24)? If there is, how do I get a copy. > > I'm concerned because when I type "crontab -l -u root", I get "No crontab for > root". > > Thanks. > > Greg > -- -------------------------------------------------------- Ron Rosson ... and a UNIX user said ... rlr@n2.net rm -rf * insane@oneinsane.net and all was null and void -------------------------------------------------------- From owner-freebsd-questions Thu Oct 2 18:26:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07286 for questions-outgoing; Thu, 2 Oct 1997 18:26:51 -0700 (PDT) Received: from omsp.kamchatka.su (omsp.kamchatka.su [195.9.105.253]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA07260 for ; Thu, 2 Oct 1997 18:26:38 -0700 (PDT) Received: (from root@localhost) by omsp.kamchatka.su (8.8.5/8.8.5) id OAA12923 for freebsd-questions@freebsd.org; Fri, 3 Oct 1997 14:25:03 +1300 (PSS) Date: Fri, 3 Oct 1997 14:25:03 +1300 (PSS) From: Vasily Sergeev Message-Id: <199710030125.OAA12923@omsp.kamchatka.su> To: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Question: Is Arnet 8-port shared IRQ board supported under FreeBSD 2.2.2 RELEASE? The handbook and FAQ isn't very clear about that; it just mentions some Arnet board. Also, if it's supported, can anyone please tell me where I can find any additional info on installation/configuration. Thanks, sba@omsp.kamchatka.su Vasily Sergeev From owner-freebsd-questions Thu Oct 2 18:37:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA07831 for questions-outgoing; Thu, 2 Oct 1997 18:37:42 -0700 (PDT) Received: from munnari.OZ.AU (munnari.OZ.AU [128.250.1.21]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id SAA07656 for ; Thu, 2 Oct 1997 18:32:05 -0700 (PDT) Received: from rosella.pts.philips.oz.au by munnari.OZ.AU with MHSnet (5.83--+1.3.1+0.56) id BA01407; Fri, 3 Oct 1997 11:31:04 +1000 (from ralf@rosella.pts.philips.oz.au) Received: from jever.pts.philips.oz.au by rosella.pts.philips.oz.au with SMTP(1.37.109.4/version 1.15) id AA15369; Fri, 3 Oct 97 11:26:52 +1000 Received: by localhost with Microsoft MAPI; Fri, 3 Oct 1997 11:24:24 +1000 Message-Id: <01BCCFEE.E75673E0.ralf@philips.oz.au> From: Ralf Rutherford To: "'freebsd-questions@freebsd.org'" Subject: L2TP for FreeBSD Date: Fri, 3 Oct 1997 11:24:23 +1000 X-Mailer: Microsoft Internet E-mail/MAPI - 8.0.0.4128 Encoding: 7 TEXT Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Any plans or ideas on L2TP client and server for FreeBSD? It seems like a good idea to replace PPP over TCP. Ralf From owner-freebsd-questions Thu Oct 2 19:01:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08785 for questions-outgoing; Thu, 2 Oct 1997 19:01:07 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA08774 for ; Thu, 2 Oct 1997 19:00:59 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id CAA10400; Fri, 3 Oct 1997 02:46:15 +0100 (BST) Message-Id: <199710030146.CAA10400@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: tarkhil@mgt.msk.ru cc: questions@FreeBSD.ORG Subject: Re: NATD and traceroute In-reply-to: Your message of "Wed, 01 Oct 1997 09:13:43 +0400." <199710010513.JAA06446@asteroid.mgt.msk.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Oct 1997 02:46:15 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hello! > > Does anyone know if traceroute works correctly with NATD? I've got some > troubles trying to run traceroute from inside IP_filter'ed and ipnat'ed > network. Works ok for me. > Alex. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Thu Oct 2 19:01:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA08809 for questions-outgoing; Thu, 2 Oct 1997 19:01:24 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA08802 for ; Thu, 2 Oct 1997 19:01:16 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id CAA10431; Fri, 3 Oct 1997 02:50:08 +0100 (BST) Message-Id: <199710030150.CAA10431@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: "Rick Verhaalen" cc: freebsd-questions@FreeBSD.ORG Subject: Re: dial-up internet access In-reply-to: Your message of "Wed, 01 Oct 1997 13:46:45 CDT." <199710011846.NAA08040@mailgw01.execpc.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Oct 1997 02:50:08 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I recently installed FreeBSD on my home PC. I want to be able to access > the internet through freebsd. What needs to be set up in order to do so. > For example, in Win95, I can configure Microsoft Explorer to connect to my > ISP. I don't see how to do that with Chimera or Mosiac. Do I need to > configure PPP before I go into my browser? and how? > thanks Follow the links from http://www.awfulhak.org/ppp.html. -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Thu Oct 2 19:26:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA09878 for questions-outgoing; Thu, 2 Oct 1997 19:26:16 -0700 (PDT) Received: from frodo.epigram.com ([199.2.31.210]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA09872 for ; Thu, 2 Oct 1997 19:26:14 -0700 (PDT) Received: from mail.epigram.com (DALAT.epigram.com [10.100.100.211]) by frodo.epigram.com (8.7.5/8.7.3) with ESMTP id TAA28533; Thu, 2 Oct 1997 19:26:00 -0700 (PDT) Message-ID: <343457AD.1084ED20@mail.epigram.com> Date: Thu, 02 Oct 1997 19:25:49 -0700 From: Brandon Huey Reply-To: brandon@epigram.com Organization: Epigram, Inc. X-Mailer: Mozilla 4.03 [en] (WinNT; I) MIME-Version: 1.0 To: Ralf Rutherford CC: "'freebsd-questions@freebsd.org'" Subject: Re: L2TP for FreeBSD References: <01BCCFEE.E75673E0.ralf@philips.oz.au> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk keep both and use ssh? Ralf Rutherford wrote: > Hi, > > Any plans or ideas on L2TP client and server for FreeBSD? > It seems like a good idea to replace PPP over TCP. > > Ralf -- Brandon Huey brandon@epigram.com Epigram, Inc. +1 415 843 4487 From owner-freebsd-questions Thu Oct 2 20:36:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA13014 for questions-outgoing; Thu, 2 Oct 1997 20:36:44 -0700 (PDT) Received: from atlantis.nconnect.net (root@atlantis.nconnect.net [207.227.50.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA13007 for ; Thu, 2 Oct 1997 20:36:39 -0700 (PDT) Received: from nconnect.net (dial177.nconnect.net [207.227.50.177]) by atlantis.nconnect.net (8.8.4/8.7.3) with ESMTP id WAA21112 for ; Thu, 2 Oct 1997 22:38:38 -0500 (CDT) Message-ID: <343469EA.83BDD721@nconnect.net> Date: Thu, 02 Oct 1997 22:43:38 -0500 From: Randy DuCharme Organization: Astrolab Development X-Mailer: Mozilla 4.03b8 [en] (X11; I; FreeBSD 3.0-CURRENT i386) MIME-Version: 1.0 To: questions@freebsd.org Subject: How to use crypto functions?? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I'm trying to make use of the des_crypt functions and can't seem to make heads or tails out of the man page. All I want to do is encrypt a simple string ( and be able to decrypt it ) in a C program and store it in a database. Could someone give me a quick example??? Thanks much!! -- Randall D DuCharme Systems Engineer Novell, Microsoft, and UNIX Networking Support Computer Specialists BSDI Internet Success Partners 414-253-9998 414-253-9919 (fax) BSD/OS Authorized Resellers From owner-freebsd-questions Thu Oct 2 20:51:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA13837 for questions-outgoing; Thu, 2 Oct 1997 20:51:59 -0700 (PDT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA13810 for ; Thu, 2 Oct 1997 20:51:04 -0700 (PDT) From: khelbin@ntplx.net Received: from sea.ntplx.net (khelbin@sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.8.7/NETPLEX) with SMTP id XAA29851 for ; Thu, 2 Oct 1997 23:50:34 -0400 (EDT) Date: Thu, 2 Oct 1997 23:50:34 -0400 (EDT) Message-Id: <199710030350.XAA29851@mail.ntplx.net> Received: by sea.ntplx.net (4.1/SMI-4.1/NETPLEX-1.0) id AA03476; Thu, 2 Oct 97 23:49:34 EDT To: freebsd-questions@FreeBSD.ORG X-Url: http://www.freebsd.org/mailto.html X-Mailer: Lynx, Version 2.6 X-Personal_Name: Jeff Philson Subject: http://www.freebsd.org/mailto.html Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Are FreeBSD-Project stuffed daemons available? I think you should strike up a deal with Walnut Creek or something to make stuffed daemons and then all the FreeBSD users can show off to their Linux counterparts how cool we are because even if Linux people make stuffed Penguins or Fox', they won't be as cool as a stuffed daemon. I'd dead serious too.. you be able to make some money off this! :) From owner-freebsd-questions Thu Oct 2 20:53:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA14000 for questions-outgoing; Thu, 2 Oct 1997 20:53:43 -0700 (PDT) Received: from nara.off.connect.com.au (nara.off.connect.com.au [192.94.41.40]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA13995 for ; Thu, 2 Oct 1997 20:53:39 -0700 (PDT) Received: (from ahill@localhost) by nara.off.connect.com.au id NAA09708 (8.8.5/IDA-1.6); Fri, 3 Oct 1997 13:52:43 +1000 (EST) Date: Fri, 3 Oct 1997 13:52:43 +1000 (EST) From: Anthony Hill To: "Joe \"Marcus\" Clarke" cc: freebsd-questions@FreeBSD.ORG Subject: Re: where is ioconf.h In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Joe, Nope - I compiled in bpfilter support, but still run into the same error when I try 'make bsd'. Regards, Anthony Hill +61 3 9251 3678 Network Engineer connect.com.au On Tue, 30 Sep 1997, Joe "Marcus" Clarke wrote: > ioconf.h is part of the sys source. I believe it is used to compile the Berkeley Packet > Filter. It is built when you `config` a kernel file. You may need to compile in a bpf in > order to get the IPFilter to compile. > > -Joe Clarke > > On Wed, 1 Oct 1997, Anthony Hill wrote: > > > While trying to build IPfilter 3.1.11 on FreeBSD 2.2.1-R I come > > across :- > > . > > . > > . > > gcc -I. -I../.. -DIPFILTER_LKM -DIPFILTER_LOG -D`uname -m` -D__`uname -m`__ -DINET -DKERNEL -D_KERNEL -I/usr/include -I/sys -I/sys/sys -I/sys/arch -DIPL_NAME=\"/dev/ipl\" -c ../../mln_ipl.c -o ml_ipl.o > > In file included from /usr/include/sys/conf.h:226, > > from ../../mln_ipl.c:29: > > /usr/include/machine/conf.h:6: ioconf.h: No such file or directory > > *** Error code 1 > > > > Stop. > > *** Error code 1 > > > > Stop. > > bash# > > > > ..this was while doing the first step 'make bsd'. > > > > Has anyone got IPfilter running on 2.2.1 ? Any suggestions ? > > > > Regards, > > > > Anthony Hill +61 3 9251 3678 > > Network Engineer connect.com.au > > > > From owner-freebsd-questions Thu Oct 2 20:57:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA14178 for questions-outgoing; Thu, 2 Oct 1997 20:57:59 -0700 (PDT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA14171 for ; Thu, 2 Oct 1997 20:57:56 -0700 (PDT) From: khelbin@ntplx.net Received: from sea.ntplx.net (khelbin@sea.ntplx.net [204.213.176.11]) by mail.ntplx.net (8.8.7/NETPLEX) with SMTP id XAA00146 for ; Thu, 2 Oct 1997 23:58:00 -0400 (EDT) Date: Thu, 2 Oct 1997 23:58:00 -0400 (EDT) Message-Id: <199710030358.XAA00146@mail.ntplx.net> Received: by sea.ntplx.net (4.1/SMI-4.1/NETPLEX-1.0) id AA03508; Thu, 2 Oct 97 23:57:52 EDT To: freebsd-questions@FreeBSD.ORG X-Url: http://www.freebsd.org/support.html X-Mailer: Lynx, Version 2.6 X-Personal_Name: Khelbin Sunvold Subject: http://www.freebsd.org/support.html Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Does the FreeBSD project sell stuffed BSD Daemons with pitchforks in their hands? I gotta have a stuffed BSD Daemon!@!@! :) From owner-freebsd-questions Thu Oct 2 21:01:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA14374 for questions-outgoing; Thu, 2 Oct 1997 21:01:49 -0700 (PDT) Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA14361 for ; Thu, 2 Oct 1997 21:01:44 -0700 (PDT) Received: (from smap@localhost) by dfw-ix12.ix.netcom.com (8.8.4/8.8.4) id XAA25156 for ; Thu, 2 Oct 1997 23:01:06 -0500 (CDT) Message-Id: <199710030401.XAA25156@dfw-ix12.ix.netcom.com> Received: from sjx-ca52-07.ix.netcom.com(206.214.103.199) by dfw-ix12.ix.netcom.com via smap (V1.3) id rma025137; Thu Oct 2 23:00:34 1997 From: "Robin Walsh" To: Subject: shared libraries Date: Thu, 2 Oct 1997 21:00:56 -0700 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, I have been pulling my hair out trying to get the latest version of libstdc++.so.2.7.2. However, I keep getting this error when it is linking: ld: exceptioni.o: relocation must refer to global symbol at 0x27f It is trying to link the files in the pic/ directory. However, when I try to do: ld -Bshareable -o libstdc++.so.2.7.2 from the libstdc++ directory (i.e. code compiled without the -fpic option), it seems to make this shared library no problem (although, I do not know if it works yet). Any ideas about what is doing on? Thanks. Robin. rtwalsh@ix.netcom.com From owner-freebsd-questions Thu Oct 2 21:07:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA14561 for questions-outgoing; Thu, 2 Oct 1997 21:07:21 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA14555 for ; Thu, 2 Oct 1997 21:07:17 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id VAA26168; Thu, 2 Oct 1997 21:06:26 -0700 (PDT) Date: Thu, 2 Oct 1997 21:06:26 -0700 (PDT) From: Doug White Reply-To: Doug White To: Vasily Sergeev cc: freebsd-questions@FreeBSD.ORG Subject: Re: your mail In-Reply-To: <199710030125.OAA12923@omsp.kamchatka.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 3 Oct 1997, Vasily Sergeev wrote: > Is Arnet 8-port shared IRQ board supported under FreeBSD 2.2.2 RELEASE? > The handbook and FAQ isn't very clear about that; it just mentions some > Arnet board. Also, if it's supported, can anyone please tell me where > I can find any additional info on installation/configuration. The one it is mentioning is probably this network board: # ar: Arnet SYNC/570i hdlc sync 2/4 port V.35/X.21 serial driver (requires sppp) Which isn't what you have, I assume. Multiport com port boards are supported somewhat generically by the sio driver. See sio(4) for information on configuring up multiport serial interfaces. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 21:13:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA14801 for questions-outgoing; Thu, 2 Oct 1997 21:13:05 -0700 (PDT) Received: from mail1w-int.prodigy.net (pimout1-ext.prodigy.net [198.83.18.53]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA14795 for ; Thu, 2 Oct 1997 21:13:03 -0700 (PDT) Received: from prodigy.net (slip166-72-245-141.tn.us.ibm.net [166.72.245.141]) by pimout1-int.prodigy.net (8.8.5/8.8.5) with ESMTP id AAA29080 for ; Fri, 3 Oct 1997 00:11:13 -0400 Message-ID: <3435C10C.A46E20D7@prodigy.net> Date: Sat, 04 Oct 1997 00:07:40 -0400 From: Jamie Shelton Reply-To: jamie@prodigy.net X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: Cannot login Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi, I just installed FreeBSD, but I cannot login. I tried root, I tried the second user that I setup. Sometimes I see Cannot Locate /kernal. The installation said it was installed correctly. Any ideas? I downloaded version 2.2. Thanks, Jamie S. From owner-freebsd-questions Thu Oct 2 21:38:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA15982 for questions-outgoing; Thu, 2 Oct 1997 21:38:30 -0700 (PDT) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA15974 for ; Thu, 2 Oct 1997 21:38:22 -0700 (PDT) Received: from mybsd.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.4/8.7.3) with SMTP id VAA27062 for ; Thu, 2 Oct 1997 21:44:50 -0700 (PDT) Date: Thu, 2 Oct 1997 21:11:06 -0700 (PDT) From: Kwoody X-Sender: kwoody@mybsd.net To: freebsd-questions@freebsd.org Subject: Source? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I want to install the source code on my 2.1.7 machine. How much room does it take up? I have just over 112 megs free on /usr. Also I have been doing some cleanin up of old files and have free'd up alot of space. (over 20 megs) Should anything like a" "defrag" be done on the filesystems? I ve looked at tunefs and fsck but not sure which one should be run. (if any that is) Also what is this top command Ive seen mentioned here? Kwoody@citytel.net From owner-freebsd-questions Thu Oct 2 21:46:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA16460 for questions-outgoing; Thu, 2 Oct 1997 21:46:32 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA16451; Thu, 2 Oct 1997 21:46:28 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id VAA26205; Thu, 2 Oct 1997 21:46:27 -0700 (PDT) Date: Thu, 2 Oct 1997 21:46:27 -0700 (PDT) From: Doug White Reply-To: Doug White To: User Gp cc: freebsd-mobile@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: Installing from Desktop to Laptop In-Reply-To: <199709302205.SAA26227@tower.my.domain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'm maintaining the xpost to -mobile if anyone over there is interested. Otherwise speak up and it'll be discontinued. On Tue, 30 Sep 1997, User Gp wrote: > I apologize for this post. I know this stuff has been discussed before. > Somehow, I'm afraid I'm too dense to get it. Apparently I need someone > to hold my hand through this process. OK, I think I know where you're going wrong here. > /etc/hosts > > 127.0.0.1 localhost localhost.my.domain > # > # Imaginary network. Hopefully soon to be real. > 10.0.0.2 tower.my.domain tower > 10.0.0.3 laptop.my.domain laptop > # > # OK, this is important for below. > /etc/rc.conf Checks out, no problems. > netstat -rn Looks OK. > ifconfig -a Ditto. > I boot with PAO-2.2-whatever. There's no indication of trouble with my > setting up of slices etc. I do novice installation and: > > 1. Choose "Install over NFS" > 2. Directory for distribution files = "tower.my.domain:/cdrom". > 3. Choose PLIP using laplink cable. > 4. Host = laptop.my.domain > 5. Domain sets itself to my.domain > 6. Gateway = 10.0.0.2 > 7. Nameserver I leave blank-- don't know what to put there. > 8. Ditto for IP address. > 9. In options to ifconfig I put 10.0.0.2 because instructions say I should put > the > remote address there. > 10. Say OK Your problems are as follows: 1. In Step #2 you use a hostname, but in #7 you leave nameserver blank. Your laptop has no way of knowing who ``tower.my.domain'' is and has no way of finding out. Solution: run named on your tower and set up a primary domain for your 10.x.x.x net. This way the laptop can grab the name for tower. OR, give the IP address for the remote host, i.e. `10.0.0.2:/cdrom'. The named solution is probably the better way to go. 2. In step #8 you leave the IP address for the local machine blank. You know this -- it's 10.0.0.3, aka laptop.my.domain. To ifconfig properly the IP address is _required_. Solution: Punch in 10.0.0.3 for the IP address. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 21:47:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA16583 for questions-outgoing; Thu, 2 Oct 1997 21:47:51 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA16576 for ; Thu, 2 Oct 1997 21:47:47 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id VAA26211; Thu, 2 Oct 1997 21:47:39 -0700 (PDT) Date: Thu, 2 Oct 1997 21:47:39 -0700 (PDT) From: Doug White Reply-To: Doug White To: Shashank Garg cc: freebsd-questions@FreeBSD.ORG Subject: Re: Is there a ROMable version of FreeBSD? In-Reply-To: <34314160.3B1636CE@ncore.soft.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Shashank Garg wrote: > Is there a ROMmable version of FreeBSD that can run on a standard PC/AT > platform? Where can I locate it? This depends on what you mean. If you just want to netboot, yes, it's in /usr/mdec. But if you want to actually have an embedded system, you'll have to contact the embedded mailing list freebsd-embedded@freebsd.org (or something like that). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 21:50:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA16779 for questions-outgoing; Thu, 2 Oct 1997 21:50:50 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA16772 for ; Thu, 2 Oct 1997 21:50:45 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id VAA26219; Thu, 2 Oct 1997 21:50:07 -0700 (PDT) Date: Thu, 2 Oct 1997 21:50:07 -0700 (PDT) From: Doug White Reply-To: Doug White To: skywalk@info.com.ph cc: freebsd-questions@FreeBSD.ORG Subject: Re: is there a way In-Reply-To: <3.0.1.32.19970929171857.006a9ce0@pop.info.com.ph> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997 skywalk@info.com.ph wrote: > is there a way how can i increase the capacity of my /var/spool/mail some > sort of mergin from a newly installed harddrive and merge it with the > /var/spool/mail. Yes. cd /newdisk mkdir mail chmod 775 mail chown bin:bin mail mv /var/mail/* mail cd /var rmdir mail ln -s mail /newdisk/mail Kill sendmail or drop to single-user mode while you're doing this to keep anyone from receiving mail while their mailbox is unaccessible. Someone correct me if that's wrong :-) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 21:51:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA16832 for questions-outgoing; Thu, 2 Oct 1997 21:51:30 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA16827 for ; Thu, 2 Oct 1997 21:51:24 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id VAA26223; Thu, 2 Oct 1997 21:51:21 -0700 (PDT) Date: Thu, 2 Oct 1997 21:51:20 -0700 (PDT) From: Doug White Reply-To: Doug White To: bouldernews.infi.net@fh102.infi.net cc: freebsd-questions@FreeBSD.ORG Subject: Re: kernel make errors In-Reply-To: <34312261.52CE@bouldernews.infi.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Mark Hoffman wrote: > When I compiled to use an Intel Etherexpress 16 network card, I added > the line to my kernel config file just like the handbook says. When I > compiled it, I got the error: > > Loading Kernel > ioconf.o: Undefined symbol '_ixdriver' referneced from data segment > ioconf.o: Undefined symbol '_ixintr' referenced from data segment > > Also, when I tried to compile in support for my Soundblaster 16, I got > similar errors for something related to midi. Unfortunately, I didn't > write these down. What version is this? The ix driver was removed in 2.2.2 and later, it's in the ie0 driver instead. For your midi problems, make sure ``controller snd0'' is in your config file too. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:05:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17318 for questions-outgoing; Thu, 2 Oct 1997 22:05:25 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17310 for ; Thu, 2 Oct 1997 22:05:22 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26259; Thu, 2 Oct 1997 22:05:14 -0700 (PDT) Date: Thu, 2 Oct 1997 22:05:14 -0700 (PDT) From: Doug White Reply-To: Doug White To: Paul Dekkers cc: freebsd-questions@FreeBSD.ORG Subject: Re: Limit access to tty's? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Paul Dekkers wrote: > Can I make it so that normal users can't login on real vty's but just on > an terminal or using an telnet session? > I don't want them to login on the computer itself... :-) Some brainstorms: 1. If you have a keyboard lock switch on your case, use it. It really does work under FreeBSD, assuming you've installed it properly. :-) 2. Take away the keyboards. 3. Take away the displays and the keyboards. 4. Disable the vty's in /etc/ttys. But you won't be able to log in by the console either once the system finishes booting. But this is what serial consoles are for. :-) Hope this helps. Note that once someone gains access to the system case, then there's always and boot -s. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:06:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17401 for questions-outgoing; Thu, 2 Oct 1997 22:06:52 -0700 (PDT) Received: from DonaldBurr.dyn.ml.org (dburr@pm0-20.sba1.avtel.net [207.71.218.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17379; Thu, 2 Oct 1997 22:06:39 -0700 (PDT) Received: (from dburr@localhost) by DonaldBurr.dyn.ml.org (8.8.5/8.8.5) id WAA04096; Thu, 2 Oct 1997 22:06:00 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Thu, 02 Oct 1997 21:20:45 -0700 (PDT) Organization: Starfleet Command From: Donald Burr To: FreeBSD Questions , FreeBSD Ports Subject: has anyone successfully built STonX? Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk -----BEGIN PGP SIGNED MESSAGE----- I'd like to get STonX (the Atari ST emulator) up and running on my FreeBSD 2.2.2-RELEASE system. Unfortunately, I'm running into a bit of a snag (to put it mildly). The code compiles OK (except for a reference in x.c about SHMMAX, and I can fudge that easily enough based on my /sys/i386/conf/KERNEL config file and some of the /usr/include/machine/*.h headers, and anyway it looks like it's only used in a printf). However, when I try and run it, I get a "cannot allocate memory" (or similar) error. This happens with SMALL (in options.h) defined to 1 and 0. I've tried both the STonX port (in ftp.freebsd.org:/pub/FreeBSD/incoming) and just grabbing the STonX source off the internet (tried both the release and the current version), with the exact same results. My machine (2.2.2-RELEASE) is a AMD Am5x86 (aka P5-133, aka 486dx4/133) machine with 32 MB of physical RAM (and 64 MB swap). Any ideas? Please email me. Thanks! e release and the current version), with the exact same results. My machine (2.2.2-RELEASE) is a AMD Am5x86 (aka P5-133, aka 486dx4/133) machine with 32 MB of physical RAM (64 MB swap Any ideas? Please email me. Thanks! - --- Donald Burr - Ask me for my PGP key | PGP: Your WWW HomePage: http://DonaldBurr.base.org/ ICQ #1347455 | right to Address: P.O. Box 91212, Santa Barbara, CA 93190-1212 | 'Net privacy. Phone: (805) 957-9666 FAX: (800) 492-5954 | USE IT. -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNDR9N/jpixuAwagxAQHUwgP9HCt9HqNUa5Xh37N9g5rEiXuoI2yREVgd ElNnshEkOkAhtLUovfs60JcoISsoRmXmH+Y/j60c7gqy+W5gtTTTcNDST4uSegx+ 654Ppct4wGPQYyGwwzqyKl8+CSPfrgoGXQUUhIdHOUdTjaYRPxT1tsTDrjkjcp5N 9MdHzUrMrtE= =H7uq -----END PGP SIGNATURE----- From owner-freebsd-questions Thu Oct 2 22:09:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17600 for questions-outgoing; Thu, 2 Oct 1997 22:09:07 -0700 (PDT) Received: from joshua.sns.org (dan@joshua.sns.org [207.219.216.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17592 for ; Thu, 2 Oct 1997 22:09:04 -0700 (PDT) Received: from localhost (dan@localhost) by joshua.sns.org (8.8.5/8.8.5) with SMTP id BAA04202 for ; Fri, 3 Oct 1997 01:08:35 -0400 (EDT) Date: Fri, 3 Oct 1997 01:08:35 -0400 (EDT) From: dan To: freebsd-questions@freebsd.org Subject: Bad Blocks on IDE Drive Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! I am continuing my battle to install -CURRENT on a 1.6Gb IDE Western Digital Drive. I have tried installing via FTP a number of times and ran into wd0: soft error and wd0: hard error's. The recommendations from my first post indicated that I had some bad blocks on the drive. I tried to do a bad block/low level format of the drive but my bios did not support this. I downloaded a util from WD to lowlevel the drive and gave it a shot. Again installation failed. I switched to a brand new, ultra modern motherboard and ran the bios lowlevel/bad block marking routine. Both the WD and BIOS utils find no bad blocks. Again installation fails. So I gave it one last shot and selected bad block scan from the FreeBSD FDISK screen. The scan found roughly 9 bad sectors and then started picking out bad blocks. This became rather tedious so I left the room and came back to find that bad144 had found too many bad blocks and was exiting. The strange thing is that both dos and windows installs and operates on the drive without any problems. Is there anything anyone can suggest? I am really stumped with this one! I suppose returning the drive would be a good idea, but the shop has gone under. Thanks! dan dan@sns.org From owner-freebsd-questions Thu Oct 2 22:11:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17753 for questions-outgoing; Thu, 2 Oct 1997 22:11:53 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17745 for ; Thu, 2 Oct 1997 22:11:50 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26269; Thu, 2 Oct 1997 22:11:47 -0700 (PDT) Date: Thu, 2 Oct 1997 22:11:46 -0700 (PDT) From: Doug White Reply-To: Doug White To: Louis-Philippe Alain cc: questions@FreeBSD.ORG Subject: Re: mail routed[54]: punt RTM_LOSING without gateway In-Reply-To: <3.0.3.32.19970930205808.009064c0@boisfrancs.qc.ca> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Louis-Philippe Alain wrote: > Hi, > I'm running FreeBSD 2.2.2 for about 4 months on this machine. The only > thing I cahnged recently was in the RADIUS... So I guess it's not the cause > of this message: > > Sep 30 15:03:54 mail routed[54]: punt RTM_LOSING without gateway > > I have this error frequently in my messages log file. What does that mean? > I've never get this error message before and I didn't touch anything > related with routed since I receive it... And I don't get this error > message on a regular basis... Weird... A search of the mailing list archives (and by consequence my past responses :-) ) turns up some interesting info. The RTM_LOSING message comes from the TCP stack when the retransmit timer kicks in. It sends out a message that thinks that the net may be partitioned. But if no gateway is specified, then the message is moot. Routed can understand these and will make a notation if a faulty RTM_LOSING comes through. They can be safely ignored. But if it is really bugging you and you have a static routing system (send everything to this router), then define the default gateway and disable routed in /etc/rc.conf. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:16:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17995 for questions-outgoing; Thu, 2 Oct 1997 22:16:16 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17984 for ; Thu, 2 Oct 1997 22:16:13 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26284; Thu, 2 Oct 1997 22:16:11 -0700 (PDT) Date: Thu, 2 Oct 1997 22:16:11 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Amir Y. Rosenblatt" cc: questions@FreeBSD.ORG Subject: Re: MAKEDEV problems In-Reply-To: <19970929153601.30381@neuron.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Amir Y. Rosenblatt wrote: > I seem to be ruynning out of PTYs (despite my kernel being set to have 256 > of em). I attenmpted to run MAKEDEV and got the following: > > [root@thorazine]/dev {3:33pm}# ./MAKEDEV local > ./MAKEDEV: arith: syntax error: "" Huh? That's a dead end. If you want to make more pty's, run this: /dev/MAKEDEV pty256 A quick poke at the code doesn't seem to indicate that it generates ttyp0...ttypX automatically, you may need to script this to automate running MAKEDEV repeatedly for pty0...pty256. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:28:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18519 for questions-outgoing; Thu, 2 Oct 1997 22:28:09 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA18511 for ; Thu, 2 Oct 1997 22:28:04 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26299; Thu, 2 Oct 1997 22:27:58 -0700 (PDT) Date: Thu, 2 Oct 1997 22:27:58 -0700 (PDT) From: Doug White Reply-To: Doug White To: Archie Cobbs cc: freebsd-questions@FreeBSD.ORG Subject: Re: netstat question In-Reply-To: <199710010037.RAA29253@bubba.whistle.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Archie Cobbs wrote: > > What does this line mean, as output from netstat -na: > > Active Internet connections (including servers) > Proto Recv-Q Send-Q Local Address Foreign Address (state) > tcp 0 0 *.* *.* CLOSED > > In particular, local address *.* ?? > > This is owned by httpd (as seen in fstat): > > root httpd 2779 wd / 2 drwxr-xr-x 512 r > root httpd 2779 text / 11573 -r-xr-xr-x 204800 r > root httpd 2779 0 - - none - > root httpd 2779 1 - - none - > root httpd 2779 2 - - none - > > root httpd 2779 3* internet stream tcp f07f1400 > root httpd 2779 4* local dgram f0507794 <-> f04f8f14 > root httpd 2779 5* internet stream tcp f07c6a00 My guess is that it's a dying connection that hasn't disappeared from the system yet. It's lost it's information but will be dead shortly. Probably nothing to worry about unless it's been around for a long time. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:37:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA18992 for questions-outgoing; Thu, 2 Oct 1997 22:37:18 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA18984 for ; Thu, 2 Oct 1997 22:37:14 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26320; Thu, 2 Oct 1997 22:37:12 -0700 (PDT) Date: Thu, 2 Oct 1997 22:37:12 -0700 (PDT) From: Doug White Reply-To: Doug White To: Brian Litzinger cc: freebsd-questions@FreeBSD.ORG Subject: Re: opps accidentally upgraded from 2.2.2 -> 2.1-stable In-Reply-To: <19970930101122.39725@top.worldcontrol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Brian Litzinger wrote: > I installed a 2.2.2 system and then planned to upgrade to -stable. > By -stable I was thinking 2.2-stable. > > So I > > cvsup -L 2 -g /usr/share/examples/cvsup/stable-supfile > make world > built and booted new kernel > > Much to my surprise I now had a 2.1-stable system. No, you had a 2.1.0-RELEASE system. :-) > Looking through the website I find the correct supfile for > the 2.2-stable and repaired everything. > > However, shouldn't the stable-supfile that was loaded with the 2.2.2 > distribution have been for the 2.2-stable instead of the 2.1-stable? Well, that's what logic would dictate, but logic and the CVS tree don't always mesh. :-) It's an outdated file, for EXAMPLE use only. If you look at it you'll see a 2_1_0_RELEASE tag, which doesn't fetch 2.2-STABLE. 2_2_STABLE does, surprisingly. :) It was fixed September 3, 1997. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:41:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA19269 for questions-outgoing; Thu, 2 Oct 1997 22:41:33 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA19258 for ; Thu, 2 Oct 1997 22:41:28 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26327; Thu, 2 Oct 1997 22:41:26 -0700 (PDT) Date: Thu, 2 Oct 1997 22:41:26 -0700 (PDT) From: Doug White Reply-To: Doug White To: Joey Garcia cc: freebsd-questions@FreeBSD.ORG Subject: Re: Packages on Cdrom In-Reply-To: <3.0.1.32.19970928154712.006a26d0@inreach.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Joey Garcia wrote: > > It turns out that I have no cdrom support for my Hitachi cdrom under > FreeBSD. Sort of a bummer when it comes with lots and lots of software on > it. A whole list of packages for the ports collection. Anyways, I played > with and stuff with the packages, considering that I had to do a dos > partition install, I just copied some select files from the cdrom over to > c:\freebsd\packages\all\* Just stuff that I was sure that I wanted. When > I did the install it found that I had a packages directory and tried to > look for stuff anyways, it didn't work. I think only one acutally did > work. Xchomp worked. (had to get something to play with *grin*) Sort of > frustrating. Any ideas of why it didn't work? Could it be that it looked > for long FreeBSD file names and not Dos file names, or package names. I > don't know. Give me a hint to fix this problem and rig it to work. You have to reconstitute the filenames, particularly restoring the .tgz extension. Then pkg_add will work properly. > I thought about just copying the .tgz files over to the port collection > directories and stuff and trying "make install". But that didn't work > either. I think that that "Makefile" is looking for .tar.gz files and the > other files are in .tgz format. I think that's what stops it from actually > doing anything. I get an error message saying that the file was not found > on the system. Where does it initially look? How can I get it to work? The ports should work fine, since they fetch their distfiles from the main site if they aren't in /usr/ports/distfiles. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:47:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA19679 for questions-outgoing; Thu, 2 Oct 1997 22:47:16 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA19670 for ; Thu, 2 Oct 1997 22:47:13 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26406; Thu, 2 Oct 1997 22:47:11 -0700 (PDT) Date: Thu, 2 Oct 1997 22:47:11 -0700 (PDT) From: Doug White Reply-To: Doug White To: Joey Garcia cc: freebsd-questions@FreeBSD.ORG Subject: Re: pkg_add questions In-Reply-To: <3.0.1.32.19970930085314.0068d624@inreach.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Joey Garcia wrote: > > hey freebsd gurus! > > I have a question about the pkg_add tool. I have added some packages from > cdrom that I had copied to dos partition because my cdrom isn't supported. > Anyways, the problem is that the packages are installed into /usr/local/bin > or /usr/local/whatever. I believe that something such as shells should > extract to /bin and other binaries should go to /usr/bin. Well, at least > that's the way I'd like to extract. Unfortunately, that kinda breaks our carefully crafted hier(7). Stuff in /bin needs to be statically linked, which the packages aren't. In addition, local updates and changes land in /usr/local/* so you can easily separate them from provided-with-system binaries and such. If you want to move them, that's what the mv(1) command is for :-) > How can I change it so that when the packages are installed by using > pkg_add the packages install into either /usr/bin or /bin, or whatevever > approprite directory it should be? It's not only the binary, but other > files get installed into /usr/local/share or whatever. I'd like it to go > to /usr/share. Bascially, I'd like to keep most things in one place. If > you know wha I mean. How can I go by doing that? Is there something I can > change in some file that makes it do that? Not easily. The package has been pre-wired with a packing list (PLIST) and the tar archive built with the proper paths. I suppose you could extract and re-tar the archive as you wanted, but that is a lot of work for what is a stylistic change. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:49:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA19837 for questions-outgoing; Thu, 2 Oct 1997 22:49:46 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA19832 for ; Thu, 2 Oct 1997 22:49:43 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26410; Thu, 2 Oct 1997 22:49:38 -0700 (PDT) Date: Thu, 2 Oct 1997 22:49:38 -0700 (PDT) From: Doug White Reply-To: Doug White To: Michael John Pelletier cc: freebsd-questions@FreeBSD.ORG Subject: Re: Please read; I thinking about buying a laptop... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 29 Sep 1997, Michael John Pelletier wrote: > Hi, > > I need some serious insight. I am thinking > about buying a laptop and I want to have dual O.S. > (probably win95 (yuck) and FreeBSD. Could anyone > tell me if there are any problems with laptop support. > I am very close to buying the Micron XKE or XPE. > > Please help, I need to buy this quickly, for > my job. I don't want to get stuck with a laptop > which I can not use UNIX on.... The Digital HiNote series is a proven FreeBSD runner (at least some of the older models). They recently became available by mail order from PC Connection; I'm probing my local DEC dealer to see if they can beat the price. The PAO group has one floating around in their midst, so it should work. The top end unit, the HiNote VP 575, with a P166MMX, 16MB RAM, 2.1GB hard drive, TFT, and CD/floppy unit, is about $3400. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:49:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA19902 for questions-outgoing; Thu, 2 Oct 1997 22:49:59 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA19886 for ; Thu, 2 Oct 1997 22:49:55 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26336; Thu, 2 Oct 1997 22:42:54 -0700 (PDT) Date: Thu, 2 Oct 1997 22:42:54 -0700 (PDT) From: Doug White Reply-To: Doug White To: Joel Gwynn cc: questions@FreeBSD.ORG Subject: Re: pccard.conf In-Reply-To: <34195F9C.22F0@world.std.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 12 Sep 1997, Joel Gwynn wrote: > Still working on my pcmcia modem. I recompiled my kernel, uncommenting > the pcic driver, so now when I start up, it seems to find the card. > > > PC-Card Intel 82365 (5 mem & 2 I/O windows) > pcic: controller irq 3 > Card inserted, slot 1 > > The CIS information is "Simple Technology", "14.4 Communicator". In > DOS, I know that it's on COM2, IRQ3 at 0x2f8. So, I tried a pccard.conf > like this: > > > card "Simple Technology" "14.4 Communicator" > config 0x2f8 "sio1" 3 > insert echo PCMCIA card inserted, Joelman. > remove echo PCMCIA card removed, Joelman. Try copying one of the Megahertz modem profiles and modifying it to match the Simple Tech card. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:51:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20059 for questions-outgoing; Thu, 2 Oct 1997 22:51:13 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA20026 for ; Thu, 2 Oct 1997 22:51:05 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id PAA06134; Fri, 3 Oct 1997 15:20:19 +0930 (CST) Message-ID: <19971003152016.24243@lemis.com> Date: Fri, 3 Oct 1997 15:20:16 +0930 From: Greg Lehey To: Dave Hummel Cc: questions@FreeBSD.ORG Subject: Re: slow telnet References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Dave Hummel on Thu, Oct 02, 1997 at 01:29:00PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 02, 1997 at 01:29:00PM -0400, Dave Hummel wrote: > Hi, > > I'm connected to the internet at 14.4. Yes, I know this is extremely slow. > The thing is, it seems like wu-ftp and apache are very responsive to > outside connections. The problem is that telnet is very slow coming in or > going out. Connections are from/to Red Hat Linux, Digital Unix, VMS and > NT. I really don't expect high performance because of obvious things like > crappy old phone lines etc. There does seem to be some disparity, however, > between the performance of telnet as opposed to ftp and http all things > condidered. > > I can live with some key lag, but I often have to wait five or more > seconds for any response at the other end. I have disabled tcp_extensions > which is about the only piece of advice I could find in the mailing lists, > and network traffic to my machine is pretty much null. That is, of course, ridiculously slow, even for a 2400 bps link. The problem must lie elsewhere. > _Any_ advice on what else to do about this will be appreciated even if > it's "you can't do anything" or "get a better connection". If, however, > there is a configuration trick or two that I'm ignorant of, this is even > better :) - Just give me a hint on where to start looking. OK. First, are you sure that it's not the other end? Since you've tried multiple systems, it probably isn't. Next, find out what's going on. Use tcpdump to watch the packets going across and back. You should see something like this, which is a telnet session between the systems freebie and yana: # tcpdump host yana tcpdump: listening on ep0 Make sure you get the correct interface. If you don't, specify it with the -i option. 15:03:02.529150 freebie.lemis.com.1041 > yana.lemis.com.telnet: S 1814815854:1814815854(0) win 16384 (DF) [tos 0x10] 15:03:02.530064 yana.lemis.com.telnet > freebie.lemis.com.1041: S 2966477972:2966477972(0) ack 1814815855 win 17280 (DF) 15:03:02.530296 freebie.lemis.com.1041 > yana.lemis.com.telnet: . ack 1 win 17280 (DF) [tos 0x10] 15:03:02.536769 freebie.lemis.com.1041 > yana.lemis.com.telnet: P 1:28(27) ack 1 win 17280 (DF) [tos 0x10] 15:03:02.633911 yana.lemis.com.telnet > freebie.lemis.com.1041: . ack 28 win 17253 (DF) 15:03:03.073553 yana.lemis.com.1590 > freebie.lemis.com.domain: 54674+ (46) 15:03:03.074802 freebie.lemis.com.domain > yana.lemis.com.1590: 54674* 1/3/3 (214) 15:03:03.111857 yana.lemis.com.telnet > freebie.lemis.com.1041: P 1:16(15) ack 28 win 17253 (DF) [tos 0x10] ... setup The following is what goes across the net when I type in the characters 'ps': 15:04:14.006297 freebie.lemis.com.1041 > yana.lemis.com.telnet: P 348:349(1) ack 932 win 17280 (DF) [tos 0x10] Packet sent across (character 'p') 15:04:14.009085 yana.lemis.com.telnet > freebie.lemis.com.1041: P 932:933(1) ack 349 win 17280 (DF) [tos 0x10] yana echoes the packet and acknowledges the incoming packet after 2.7 ms. On your link, expect a minimum of about 250 ms. 15:04:14.138962 freebie.lemis.com.1041 > yana.lemis.com.telnet: . ack 933 win 17280 (DF) [tos 0x10] freebie acknowledges the echo packet after a short delay. This won't show up in a steady stream of traffic. Then we have the next character: 15:04:14.512173 freebie.lemis.com.1041 > yana.lemis.com.telnet: P 349:350(1) ack 933 win 17280 (DF) [tos 0x10] 15:04:14.513821 yana.lemis.com.telnet > freebie.lemis.com.1041: P 933:934(1) ack 350 win 17280 (DF) [tos 0x10] 15:04:14.538426 freebie.lemis.com.1041 > yana.lemis.com.telnet: . ack 934 win 17280 (DF) [tos 0x10] When you try it, you'll probably see something different. Possibilities are: 1. There will be a much longer delay on the echo than the 250 ms that you'd expect from the speed of the link. 1 second is definitely too long, for example. 2. More likely, you'll see TCP retrying. You'll see the same sequence numbers going across, for example the "P 348:349" in the first packet of the triplet, or the "P 933:934" in the reply from yana. This is an indication that something isn't getting through. 3. Possibly you'll see something else. I'm currently writing a chapter about network debugging for the second edition of "The Complete FreeBSD", so if you have an interesting one, and you're willing, I'd like to include it in the book. Please let me know. Greg From owner-freebsd-questions Thu Oct 2 22:51:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20137 for questions-outgoing; Thu, 2 Oct 1997 22:51:41 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA20125 for ; Thu, 2 Oct 1997 22:51:35 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id PAA06348; Fri, 3 Oct 1997 15:21:15 +0930 (CST) Message-ID: <19971003152114.25106@lemis.com> Date: Fri, 3 Oct 1997 15:21:14 +0930 From: Greg Lehey To: Steve Hovey Cc: Dave Hummel , questions@FreeBSD.ORG Subject: Re: slow telnet References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Steve Hovey on Thu, Oct 02, 1997 at 02:15:14PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 02, 1997 at 02:15:14PM -0400, Steve Hovey wrote: > > I notices here starting with 2.1R that an rlogin would be slow in direct > inverse proportion to the stty baud rate setting. > > So at a $ prompt type stty 9600 and see if it suddenly speeds up. No, this is incorrect. It has no effect on an IP connection. Greg > On Thu, 2 Oct 1997, Dave Hummel wrote: > >> Hi, >> >> I'm connected to the internet at 14.4. Yes, I know this is extremely slow. >> The thing is, it seems like wu-ftp and apache are very responsive to >> outside connections. The problem is that telnet is very slow coming in or >> going out. Connections are from/to Red Hat Linux, Digital Unix, VMS and >> NT. I really don't expect high performance because of obvious things like >> crappy old phone lines etc. There does seem to be some disparity, however, >> between the performance of telnet as opposed to ftp and http all things >> condidered. >> >> I can live with some key lag, but I often have to wait five or more >> seconds for any response at the other end. I have disabled tcp_extensions >> which is about the only piece of advice I could find in the mailing lists, >> and network traffic to my machine is pretty much null. >> >> _Any_ advice on what else to do about this will be appreciated even if >> it's "you can't do anything" or "get a better connection". If, however, >> there is a configuration trick or two that I'm ignorant of, this is even >> better :) - Just give me a hint on where to start looking. From owner-freebsd-questions Thu Oct 2 22:53:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20246 for questions-outgoing; Thu, 2 Oct 1997 22:53:16 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA20241 for ; Thu, 2 Oct 1997 22:53:14 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26417; Thu, 2 Oct 1997 22:53:04 -0700 (PDT) Date: Thu, 2 Oct 1997 22:53:04 -0700 (PDT) From: Doug White Reply-To: Doug White To: rknebel@mail.microserve.net cc: questions@FreeBSD.ORG Subject: Re: printer In-Reply-To: <19970927081918.58295@my.domain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Sep 1997 rknebel@mail.microserve.net wrote: > Hi, > I am trying to get my HP deskjet 660c to work with freebsd 2.2.2. > Whenever I try to print it spits out 3 blank pages and stops. > Can anyone give me a hand. Can you be more specific as to the method you're using to print? I can make my printer spit out three blank pages and stop too in about three different ways, off the top of my head. :-) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:54:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20335 for questions-outgoing; Thu, 2 Oct 1997 22:54:37 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA20330 for ; Thu, 2 Oct 1997 22:54:35 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26422; Thu, 2 Oct 1997 22:54:32 -0700 (PDT) Date: Thu, 2 Oct 1997 22:54:32 -0700 (PDT) From: Doug White Reply-To: Doug White To: Allen Louden cc: questions@FreeBSD.ORG Subject: Re: Printing Problems error (retcode=241) In-Reply-To: <342E82C0.80418F78@access.mountain.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Allen Louden wrote: > Hello, > > I have FBSD current and have an HP660c printer. I attempted the > instructions in the handbook to no avail. I then installed apsfilter and > still no luck. I have communication with the printer because when I try > to print, I get blank pages being fed from the printer. I also get this > message; > lp: filter 'f' exited (retcode=241). ghostscript (gs) had some serious error. You need to try running the gs command manually and figure out why ghostscript quit. > When I do an lptest, many lines of > ascii characters scroll on the screen, but nothing happens with the > printer. Well, yes, you have to run it as lptest | lpr to test it :-) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:58:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20514 for questions-outgoing; Thu, 2 Oct 1997 22:58:12 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA20509 for ; Thu, 2 Oct 1997 22:58:09 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26429; Thu, 2 Oct 1997 22:58:02 -0700 (PDT) Date: Thu, 2 Oct 1997 22:58:02 -0700 (PDT) From: Doug White Reply-To: Doug White To: Robert Palank cc: questions@FreeBSD.ORG Subject: Re: PS2 Mouse In-Reply-To: <199709271852.NAA02924@thor.inlink.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Robert Palank wrote: > Given: > Running a Compaq ProLinea 3/25zs with a > Sony CDROM (Model # CDU50E) successfully used during FreeBSD > installation process. > FreeBSD ver 2.1 installed and running with the Generic kernel loaded at > install time. > X running with keyboard support but with no mouse support. > The wrong mouse designated during install time! > The kernel has never been rebuilt. > > > Problem: startx aborts with the message - > Fatal Server Error: Cannot open mouse:(device not > configured) OK. > Solution ???? I guess I need to configure my mouse which is a PS/2 mouse > and a text indicates that /dev/psaux is an appropriate designation. But I > have questions. > Q1. Do I need to rebuild my kernel - just to use a PS/2 mouse? No, in newer systems it's compiled in but just disabled. If you type `-c' at the boot: prompt and look in the Disabled Devices section, it should be there. Also check /etc/XF86Config and make sure it's set to point at /dev/psm0 and that it's using protocol "PS/2". > Q4. Do I correctly understand that FreeBSD 2.1 cannot directly access the > Sony CDROM drive? This depends on the CD. If it's interfaced by the IDE interface, then FreeBSD 2.1.5 and later can read it fine; if it's on Sony's proprietary interface, then you should be able to mutilate scd0 appropriately on FreeBSD versions all the way back. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 22:58:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA20593 for questions-outgoing; Thu, 2 Oct 1997 22:58:52 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA20588 for ; Thu, 2 Oct 1997 22:58:49 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id WAA26433; Thu, 2 Oct 1997 22:58:41 -0700 (PDT) Date: Thu, 2 Oct 1997 22:58:41 -0700 (PDT) From: Doug White Reply-To: Doug White To: Adam Laurie cc: questions@FreeBSD.ORG Subject: Re: putting MAXMEM option into 2.2.2 causes fatal trap 9 In-Reply-To: <342D8050.6878178@algroup.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Sep 1997, Adam Laurie wrote: > On a system that was otherwise happy, adding the > > option "MAXMEM=131072" > > to the kernel config causes the above error during boot. The BIOS > reports 131072K present, and I have disabled all shadowing. > > Any ideas? Try setting it to 131071. I think a trap 9 is a kernel attempt to map memory that doesn't exist. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:01:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20803 for questions-outgoing; Thu, 2 Oct 1997 23:01:10 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20796 for ; Thu, 2 Oct 1997 23:01:08 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26440; Thu, 2 Oct 1997 23:01:01 -0700 (PDT) Date: Thu, 2 Oct 1997 23:01:01 -0700 (PDT) From: Doug White Reply-To: Doug White To: "Jeffrey M. Metcalf" cc: questions@FreeBSD.ORG Subject: Re: Q: How do I run remote xterms on my local X11 server?? In-Reply-To: <342D38E3.4714@snet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Sep 1997, Jeffrey M. Metcalf wrote: > I was hoping someone could give me direction on > my problem. I have X11R6 installed on my > FreeBSD machine and I would like to run > X applications (xterm, etc) from a remote > machine having them appear on my monitor. In addition to the previously mentioned solutions, ssh (Secure Shell) will forward X sessions correctly, and encrypt the session for you so no one can packet-sniff the traffic. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:06:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21224 for questions-outgoing; Thu, 2 Oct 1997 23:06:46 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA21216 for ; Thu, 2 Oct 1997 23:06:42 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26451; Thu, 2 Oct 1997 23:06:28 -0700 (PDT) Date: Thu, 2 Oct 1997 23:06:28 -0700 (PDT) From: Doug White Reply-To: Doug White To: John Westerlund cc: freebsd-questions@FreeBSD.ORG Subject: Re: questions In-Reply-To: <199710010402.AAA21811@comm-plus.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, John Westerlund wrote: > > i ftp'd to the ftp site and i see a lot of directions ie > /doc /floppies /commerce. are these the directories i need to download to > install and which one is the base distribution? FreeBSD File Requirements: REQUIRED: floppies/boot.flp (boot floppy image) tools/fdimage.exe (DOS bootfloppy image writer) bin/* RECOMMENDED: manpages/ compat*/ doc/ (at your discretion) src/ssys.* Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:09:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21384 for questions-outgoing; Thu, 2 Oct 1997 23:09:07 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA21377 for ; Thu, 2 Oct 1997 23:09:05 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26459; Thu, 2 Oct 1997 23:09:01 -0700 (PDT) Date: Thu, 2 Oct 1997 23:09:01 -0700 (PDT) From: Doug White Reply-To: Doug White To: Markus Schumacher cc: questions@FreeBSD.ORG Subject: Re: Registration + Questions In-Reply-To: <199710011144.NAA199618@rs2.hrz.th-darmstadt.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Markus Schumacher wrote: > Hi! Above is the registration form i filled out > during the freeBSD-installation process. > > Besides i have some questions, perhaps you can help me: > > 1. Whenever I login as 'root', i get the following message (example): > > OCT 1 09:22:13 myhost login: login_getclass: unknown class `root` > > What's wrong? When I tried to manipulate roots passwd entries with "chsh" > i found an entry "Class". But that means nothing to me. What are reasonable > values for Class? See ftp://ftp.freebsd.org/pub/FreeBSD/2.2.2-RELEASE/ERRATA.TXT. > 2. As I run freeBSD2.2.2 on a 486 DX2-66 Box With 16 MB RAM and 405 HDD, > I have not very mouch place for a comfortable installation. But I have a CD > with a "LIVE FILE SYSTEM". Is there any supported solution to include this > CD in the running system (ports, ...) ? You can mount it and as long as you aren't writing to it, you can use it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:12:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21641 for questions-outgoing; Thu, 2 Oct 1997 23:12:24 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA21636 for ; Thu, 2 Oct 1997 23:12:22 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26466; Thu, 2 Oct 1997 23:10:15 -0700 (PDT) Date: Thu, 2 Oct 1997 23:10:15 -0700 (PDT) From: Doug White Reply-To: Doug White To: Alexey Zelkin cc: freebsd-questions@FreeBSD.ORG Subject: Re: remote boot (unix vs netware) In-Reply-To: <199709281719.UAA14937@whale.sunbay.crimea.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, Alexey Zelkin wrote: > Hello! > > Can I build the workgroup with such parameters: 20 diskless workstations > with netware bootroms and one unix server ? I have to know : are there > any ways to use this scheme without netware server in the world ? BootpD > or other software ? If the NetWare netboot ROMs support booting from a TFTP host and getting configuration data by BOOTP, then you can set up your FreeBSD server as a TFTP and BOOTP server and serve them their boot images and addresses. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:13:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA21725 for questions-outgoing; Thu, 2 Oct 1997 23:13:59 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA21720 for ; Thu, 2 Oct 1997 23:13:57 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26471; Thu, 2 Oct 1997 23:13:55 -0700 (PDT) Date: Thu, 2 Oct 1997 23:13:55 -0700 (PDT) From: Doug White Reply-To: Doug White To: NetSonic cc: freebsd-questions@FreeBSD.ORG Subject: Re: SCSI Drive Cant Find Kernel on boot up without intervention In-Reply-To: <3.0.32.19970930211324.01459134@207.250.84.2> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, NetSonic wrote: > WE recently installed Free BSD on a Pentium Pro 200, 128 Mb RAM, 4.3Gb WD > SCSI and a 4.3gb WD IDE Drive. During the Bootup Process, I get the > following error: > > BOOT: > dosdev= 80, biosdrive = 0, unit=0, maj=0 > empty partition > Cant Find /Kernel > > Then it loops trying to find it giving the same error message. > > If I enter this > > Boot: 1:sd(0,a)kernel > > it jumps right into the system as a normal bootup woudl and runs fine. > > Any clues as to what I may have done in the install process to cause this? You have an IDE and SCSI controller in the same box. This can confuse the boot blocks. Try putting ``1:sd(0,a)/kernel'' in /boot.config. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:18:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22005 for questions-outgoing; Thu, 2 Oct 1997 23:18:17 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA21996 for ; Thu, 2 Oct 1997 23:18:15 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26491; Thu, 2 Oct 1997 23:18:12 -0700 (PDT) Date: Thu, 2 Oct 1997 23:18:12 -0700 (PDT) From: Doug White Reply-To: Doug White To: Bernd Rosauer cc: freebsd-questions@FreeBSD.ORG Subject: Re: sliplogin fails In-Reply-To: <199709300634.IAA01072@chuck.schiele-ct.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 30 Sep 1997, Bernd Rosauer wrote: > > > I upgraded my FreeBSD box from 3.0-970209-SNAP to 3.0-970807-SNAP. > > > Sliplogin worked before the upgrade, but now I get the following > > > error message: > > > > > > Sep 1 19:02:45 stiller -sliplogin[561]: Sfaber login failed: > > > exit status 256 from /etc/sliphome/slip.login > > > > > > I checked the (unmodified) contents of the corresponding configuration > > > and script files, their file modes and ownerships. I can't find > > > any clue. Is there anybody out there who could give me a hint? I > > > would appreciate any help. > > > > For the record, what are the perms and ownership on slip.login? > > They are > > -rwxr-xr-x bin bin > > Any idea? I'm looking at the log message again, and it looks like sh is dying with error -1. Have you re-checked that your script is syntactically correct? What happens if you try to run it outside a dialup session, ie in a login session? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:26:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22571 for questions-outgoing; Thu, 2 Oct 1997 23:26:12 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22566 for ; Thu, 2 Oct 1997 23:26:10 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26522; Thu, 2 Oct 1997 23:26:08 -0700 (PDT) Date: Thu, 2 Oct 1997 23:26:08 -0700 (PDT) From: Doug White Reply-To: Doug White To: Kwoody cc: freebsd-questions@FreeBSD.ORG Subject: Re: Source? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Kwoody wrote: > I want to install the source code on my 2.1.7 machine. How much room does > it take up? Around 250 megabytes, if you have the whole CVS tree and did a `make world' recently. If I ran du right, it should be 330 megabytes, approximately. (That doesn't seem right tho.) > I have just over 112 megs free on /usr. Also I have been doing some > cleanin up of old files and have free'd up alot of space. (over 20 megs) You need more. > Should anything like a" "defrag" be done on the filesystems? I ve looked at > tunefs and fsck but not sure which one should be run. (if any that is) No. The FreeBSD filesystem is structured to avoid fragmentation, unlike the DOS FAT which is really bad about it. Just don't let your disk get too full or the files will fragment pretty badly. The only way to fix a really badly fragmented disk is to back it up, remove everything, then restore. > Also what is this top command Ive seen mentioned here? Top is a system monitoring utility. For your 2.1.7 box you'd have to get the package or port; in 3.0-CURRENT it's now part of the system. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:29:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA22836 for questions-outgoing; Thu, 2 Oct 1997 23:29:38 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA22829 for ; Thu, 2 Oct 1997 23:29:36 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26526; Thu, 2 Oct 1997 23:29:31 -0700 (PDT) Date: Thu, 2 Oct 1997 23:29:31 -0700 (PDT) From: Doug White Reply-To: Doug White To: User Gp cc: questions@FreeBSD.ORG Subject: Re: Starting Clock for X-Windows fvwm In-Reply-To: <199709271029.GAA00227@tower.my.domain> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Sep 1997, User Gp wrote: > I carelessly altered my xinitrc without saving the original. My fvwmrc has a > line for the ButtonBar to swallow the clock, but that slot is empty. If I put > "rclock" or "exec rclock" in by xinit, I get a clock, but it doesn't get > swallowed. Would someone please tell me the correct way to start the clock. Clock swallowing (and any program swallowing for that matter) is controlled in the .fvwmrc (or .fvwm2rc if you're running fvwm 2.x). See fvwm(1) for details. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:34:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23221 for questions-outgoing; Thu, 2 Oct 1997 23:34:42 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA23214 for ; Thu, 2 Oct 1997 23:34:39 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26535; Thu, 2 Oct 1997 23:32:59 -0700 (PDT) Date: Thu, 2 Oct 1997 23:32:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: Andy Pendry cc: freebsd-questions@FreeBSD.ORG Subject: Re: Stop sendmail echo to screen In-Reply-To: <3433868E.1C50@cableinet.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Andy Pendry wrote: > I use uemacs to edit files on my freeBSD 2.1.5 mail server. > > When editing files, sendmail and popper displays any email activity an > ruins my editing session. > > How can I stop it being verbose, and is there a better editor available > for freeBSD? Some shells will announce mail, as well as the program ``biff''. Discontinue use of the programs and hopefully they will shut up. > I usually telnet into the freeBSD box from a Mac, and I can't get the > keyboard mapped correctly to include F keys etc. Any advice? Use a better Mac telnet client? Even NCSA Telnet I can crash reliably with pine. Try doing `;tt' from the Index screen -- instant lockup. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:43:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23777 for questions-outgoing; Thu, 2 Oct 1997 23:43:51 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA23762 for ; Thu, 2 Oct 1997 23:43:47 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26545; Thu, 2 Oct 1997 23:43:45 -0700 (PDT) Date: Thu, 2 Oct 1997 23:43:45 -0700 (PDT) From: Doug White Reply-To: Doug White To: George cc: freebsd-questions@FreeBSD.ORG Subject: Re: superblock no reboot In-Reply-To: <3433A649.C02C0DC4@airmail.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, George wrote: > i have this problem that says superblock not set fix(yn)? > i type y and it fixes it but the system wont reboot now > i type reboot and it says syncing disks 4 3 done. but just sits there > and dont reboot i gotta hit reset button. and when i do a fsck it always > says superblock not set on each partition. Some systems don't reboot properly for whatever reason. If the Syncing disks... item goes to ``done'' then you should be synced out. Try compiling a kernel with options BROKEN_KEYBOARD_RESET and see if that helps. For your fsck problems, I don't know what to say; try using ``halt'' instead of reboot. When you come back up, fsck should fix up those dirty bits if needed, you shouldn't need to run fsck manually. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:46:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23997 for questions-outgoing; Thu, 2 Oct 1997 23:46:29 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA23990 for ; Thu, 2 Oct 1997 23:46:25 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26552; Thu, 2 Oct 1997 23:46:24 -0700 (PDT) Date: Thu, 2 Oct 1997 23:46:24 -0700 (PDT) From: Doug White Reply-To: Doug White To: Derek Freeman cc: freebsd-questions@FreeBSD.ORG Subject: Re: The FTP Site In-Reply-To: <3433EC74.FCE@syntellect.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Derek Freeman wrote: > I would like to play some games on my freesbd system, but I keep getting > no such file when I try to download the games directory under the > packages directory. > > Are these simply not available or am I doing something wrong?? > You must be doing something wrong; what are you trying to do, specifically? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:48:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA24164 for questions-outgoing; Thu, 2 Oct 1997 23:48:10 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA24158 for ; Thu, 2 Oct 1997 23:48:06 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26556; Thu, 2 Oct 1997 23:47:48 -0700 (PDT) Date: Thu, 2 Oct 1997 23:47:47 -0700 (PDT) From: Doug White Reply-To: Doug White To: "HuangMin(Tunny)" cc: freebsd-questions@FreeBSD.ORG Subject: Re: Three questions about FreeBSD 2.2.2 and XF8633 In-Reply-To: <342E786F.124BBA31@public.cq.sc.cn> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id XAA24159 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Sep 1997, HuangMin(Tunny) wrote: > Three questions came when I use FreeBSD 2.2.2 and XF8633 > 1.When I enter X, every xterm will show "warning: imported path contains > > ”” relative components", what's means? How will I solve it? Take a look at your shell startup file; it has some path parts that it doesn't like. Remove any references to . and .. and try again. > 2.When I exit X from login xterm and keep the other xterm, it report: > ”” "xterm:fatal IO error 32(broken pipe) or killclient on X server 0:0" > ”” Does this bring some problem? If not, can I let the information hide? No problem, perfectly normal. > 3.When I use su, it report"su: you are not in the correct group to su > ”” root", infact, the use is a member of wheel. What's the problem? Need > > ”” I set up some file? You need to add your username to group wheel. Run ``id'' to find out which groups the system thinks you're attached to. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:48:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA24216 for questions-outgoing; Thu, 2 Oct 1997 23:48:35 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA24209 for ; Thu, 2 Oct 1997 23:48:32 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26560; Thu, 2 Oct 1997 23:48:30 -0700 (PDT) Date: Thu, 2 Oct 1997 23:48:29 -0700 (PDT) From: Doug White Reply-To: Doug White To: George Vagner cc: freebsd-questions@FreeBSD.ORG Subject: Re: try this In-Reply-To: <9709280025.AA16823@donald.spdc.ti.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 27 Sep 1997, George Vagner wrote: > run startx and then run xfm go to your /cdrom directory using xfm, > now move your mouse to another active xterm and type umount /cdrom > all hell breaks loose > and i cant do anyhing, i had to reboot by the reset button which scared me. Yeah, that's what happens when you unmount a filesystem that someone is attached to. Suggestion: don't do it. :-) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:51:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA24364 for questions-outgoing; Thu, 2 Oct 1997 23:51:53 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA24356 for ; Thu, 2 Oct 1997 23:51:49 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26588; Thu, 2 Oct 1997 23:51:46 -0700 (PDT) Date: Thu, 2 Oct 1997 23:51:46 -0700 (PDT) From: Doug White Reply-To: Doug White To: Alejandro Galindo cc: freebsd-questions@FreeBSD.ORG Subject: Re: Utility for User Administration In-Reply-To: <1.5.4.32.19971002100037.0094edc0@fvilla.secyd-dgo.gob.mx> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Alejandro Galindo wrote: > Hi, is there any utility for "user administration" like ACUA (Access > control and User Administration) available for FreeBSD? I don't know of any distribution pretty GUIs, but for user administration, you can usually get by using ``adduser'', ``chpass'' and ``rmuser''. Add, change, and delete, respectively :-) Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:50:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA24306 for questions-outgoing; Thu, 2 Oct 1997 23:50:23 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA24301 for ; Thu, 2 Oct 1997 23:50:20 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26571; Thu, 2 Oct 1997 23:50:12 -0700 (PDT) Date: Thu, 2 Oct 1997 23:50:12 -0700 (PDT) From: Doug White Reply-To: Doug White To: Richard Turner cc: freebsd-questions@FreeBSD.ORG Subject: Re: Using FreeBSD with a RAID In-Reply-To: <34326CE8.1359287A@firstoption.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Richard Turner wrote: > Can I use FreeBSD with a RAID controller. I would like to use a DPT > PM3334 U/W controller with a 18 Gb of useable space. What problems are > there with this config ? The DPT? Great; they have a FreeBSD driver. Shouldn't be any problem. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Thu Oct 2 23:49:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA24260 for questions-outgoing; Thu, 2 Oct 1997 23:49:52 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA24255 for ; Thu, 2 Oct 1997 23:49:50 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id XAA26564; Thu, 2 Oct 1997 23:49:47 -0700 (PDT) Date: Thu, 2 Oct 1997 23:49:47 -0700 (PDT) From: Doug White Reply-To: Doug White To: Russell Ingram cc: questions@FreeBSD.ORG Subject: Re: User mode PPP In-Reply-To: <60ic5u$sdc$1@FreeBSD.csie.NCTU.edu.tw> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 27 Sep 1997, Russell Ingram wrote: > I read the "PPP - Pedantic PPP Primer", by Steve Sims It's a great > document. In it he suggests on page 11 (4.2.1.2 the 4th paragraph) that > one can have PPP "bring up a terminal window after dialing". One of the > places I connect to requires this. I looked for an example and in the > sample PPP configuration files in version 2.2.2 I couldn't find an > example of how to do this. Could someone point me in the right > direction. Run the ``term'' command to drop to terminal mode. > PS Being an old UNIX administrator, FreeBSD is very impressive. I wish I > had more time to play with it!! > > And the user mode PPP is really good!! Glad you enjoy it. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Fri Oct 3 00:00:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25025 for questions-outgoing; Fri, 3 Oct 1997 00:00:06 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA24977 for ; Thu, 2 Oct 1997 23:59:59 -0700 (PDT) Received: (qmail 897 invoked by uid 1008); 3 Oct 1997 07:04:34 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 891 invoked from network); 3 Oct 1997 07:04:33 -0000 Received: from sendero-ppp.i-connect.net (206.190.143.100) by primer.i-connect.net with SMTP; 3 Oct 1997 07:04:33 -0000 Received: (qmail 18461 invoked by uid 1000); 3 Oct 1997 07:00:22 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha-092597 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Fri, 03 Oct 1997 00:00:22 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: freebsd-hackers@freebsd.org, freebsd-dlm@primer.i-connect.net Subject: Advice Seeked - Non-Invasive Metrics Techniques Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Y'all, I hope the subject line is accurate. I need to carefully tune and analyze timing and perfromance statistics. Mainly to identify why some rotines in the DLM take so much time. I am looking for ideas on how to measure the behavior of code, take time measurements, count events, etc. without consuming so much time. For example, when measuring time, I have the following strategy: In the dlm_lock_t structure, I have typedef struct dlm_lock } ... struct timeval start_time, stop_time; } dlm_lock_t Then, I have the function: static INLINE void dlm_debug_times(dlm_lock_t *lock, int line) { microtime(&lock->stop_time); printf("So far (%d) %d\n", line, time_delta(lock->start_time, lock->stop_time)); } ... Then, when I want to time sone code I do static int some_function(dlm_lock_t *lock, ...) { ... microtime(&lock->start_time); ... /* Before a certain block of code */ dlm_debug_times(lock, __LINE__); ... /* Some code to be timed */ ... dlm_debug_times(lock, __LINE__); ... } Is there a better way to do that? In this context, better means a way to impact the performance of the system to a lesser degree. I have a sneaking suspicion that the above mechnism takes a lot of time, thus upsetting the code being timed. Any suggestion will be appreciated. Thanx! --- Sincerely Yours, Simon Shapiro Atlas Telecom Senior Architect 14355 SW Allen Blvd., Suite 130 Beaverton OR 97005 Shimon@i-Connect.Net Voice: 503.799.2313 From owner-freebsd-questions Fri Oct 3 00:04:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA25489 for questions-outgoing; Fri, 3 Oct 1997 00:04:44 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA25483 for ; Fri, 3 Oct 1997 00:04:41 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.8.5) with SMTP id AAA26618; Fri, 3 Oct 1997 00:03:59 -0700 (PDT) Date: Fri, 3 Oct 1997 00:03:59 -0700 (PDT) From: Doug White Reply-To: Doug White To: Jacques Hugo cc: questions@FreeBSD.ORG Subject: Re: xconsole In-Reply-To: <3431E6EF.2781E494@wired.ctech.ac.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Wed, 1 Oct 1997, Jacques Hugo wrote: > Hi there ... > > When I am on the console, syslogd prints out all messages when > someone logs in, ftp's in, *.errors, etc. Where do you specify > those options in xconsole. It only echo's normal su, sig 11, etc > errors. I had a look at the app-defaults file of xconsole, but > haven't a clue of where to start. It just grabs the console and reroutes what syslogd throws at it. See /var/log/syslogd.conf. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major From owner-freebsd-questions Fri Oct 3 00:28:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27061 for questions-outgoing; Fri, 3 Oct 1997 00:28:11 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA27041 for ; Fri, 3 Oct 1997 00:28:06 -0700 (PDT) Received: (qmail 1030 invoked by uid 1008); 3 Oct 1997 07:32:41 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 1024 invoked from network); 3 Oct 1997 07:32:41 -0000 Received: from lestat.nas.nasa.gov (129.99.50.29) by primer.i-connect.net with SMTP; 3 Oct 1997 07:32:41 -0000 Received: from localhost (localhost [127.0.0.1]) by lestat.nas.nasa.gov (8.8.6/8.6.12) with SMTP id AAA04419; Fri, 3 Oct 1997 00:24:10 -0700 (PDT) Message-Id: <199710030724.AAA04419@lestat.nas.nasa.gov> X-Authentication-Warning: lestat.nas.nasa.gov: localhost [127.0.0.1] didn't use HELO protocol To: Simon Shapiro Cc: freebsd-hackers@freebsd.org, freebsd-dlm@primer.i-connect.net Subject: Re: Advice Seeked - Non-Invasive Metrics Techniques Reply-To: Jason Thorpe From: Jason Thorpe Date: Fri, 03 Oct 1997 00:24:10 -0700 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Fri, 03 Oct 1997 00:00:22 -0700 (PDT) Simon Shapiro wrote: > I need to carefully tune and analyze timing and perfromance statistics. > Mainly to identify why some rotines in the DLM take so much time. I guess generic kernel profiling isn't enough, here? Jason R. Thorpe thorpej@nas.nasa.gov NASA Ames Research Center Home: +1 408 866 1912 NAS: M/S 258-6 Work: +1 415 604 0935 Moffett Field, CA 94035 Pager: +1 415 428 6939 From owner-freebsd-questions Fri Oct 3 00:40:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA27932 for questions-outgoing; Fri, 3 Oct 1997 00:40:29 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA27925 for ; Fri, 3 Oct 1997 00:40:24 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id RAA00431; Fri, 3 Oct 1997 17:09:31 +0930 (CST) Message-ID: <19971003170931.25574@lemis.com> Date: Fri, 3 Oct 1997 17:09:31 +0930 From: Greg Lehey To: Doug White Cc: George Vagner , freebsd-questions@FreeBSD.ORG Subject: Re: try this References: <9709280025.AA16823@donald.spdc.ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Doug White on Thu, Oct 02, 1997 at 11:48:29PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 02, 1997 at 11:48:29PM -0700, Doug White wrote: > On Sat, 27 Sep 1997, George Vagner wrote: > >> run startx and then run xfm go to your /cdrom directory using xfm, >> now move your mouse to another active xterm and type umount /cdrom >> all hell breaks loose >> and i cant do anyhing, i had to reboot by the reset button which scared me. > > Yeah, that's what happens when you unmount a filesystem that someone is > attached to. Suggestion: don't do it. :-) That doesn't stop this being a bug. It shouldn't be possible to umount a file system which is in use. I suppose somebody should enter a pr about this one. Greg From owner-freebsd-questions Fri Oct 3 01:14:39 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA29507 for questions-outgoing; Fri, 3 Oct 1997 01:14:39 -0700 (PDT) Received: from mail.airmail.net (mail.airmail.net [206.66.12.40]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA29502 for ; Fri, 3 Oct 1997 01:14:37 -0700 (PDT) Received: from ppro200 from [206.66.11.79] by mail.airmail.net (/\##/\ Smail3.1.30.16 #30.203) with smtp for id ; Fri, 3 Oct 97 03:14:36 -0500 (CDT) Message-Id: From: "George" To: Subject: boot fixed but got another problem Date: Fri, 3 Oct 1997 03:09:33 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01BCCFA9.C5F39970" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1008.3 X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0000_01BCCFA9.C5F39970 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable i removed my network card and installed another one and now my system = reboots fine after a "reboot" but i noticed that if i run xinit as root = i get the xterm in an xwindow ready for a win manager all good....but if = i run xinit as another user i just get a grey screen and no x term after a while it goes back to = text mode and says cannot locate server exiting on signal 11? =20 what does this mean and what do i gotts do to fix it? i am a member of the wheel group as the manual said to do to make new user with=20 root access. ------=_NextPart_000_0000_01BCCFA9.C5F39970 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

 i removed my = network card and=20 installed another one and now my system reboots fine after a = "reboot"=20 but i noticed that if i run xinit as root i get the xterm in an xwindow = ready=20 for a win manager all good....but if i run xinit as another = user

i just get a grey screen = and no x term=20 after a while it goes back to text mode and

says cannot locate server = exiting on=20 signal 11?  

what does this mean and what do i gotts do to fix it? i am a member

of the wheel group as the manual said to do to make new user=20 with 

root access.

 

  ------=_NextPart_000_0000_01BCCFA9.C5F39970-- From owner-freebsd-questions Fri Oct 3 01:27:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA00164 for questions-outgoing; Fri, 3 Oct 1997 01:27:59 -0700 (PDT) Received: from mail.airmail.net (mail.airmail.net [206.66.12.40]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA00159 for ; Fri, 3 Oct 1997 01:27:57 -0700 (PDT) Received: from ppro200 from [206.66.11.79] by mail.airmail.net (/\##/\ Smail3.1.30.16 #30.203) with smtp for id ; Fri, 3 Oct 97 03:27:56 -0500 (CDT) Message-Id: From: "George" To: Subject: nt printer Date: Fri, 3 Oct 1997 03:22:53 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0002_01BCCFAB.A2B6D6A0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1008.3 X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0002_01BCCFAB.A2B6D6A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable whats the easiest way to be able to print to my WIN NT printer that is = on my network? what files do i need to set up and what to put in them? maybe someone can point me in the right direction. ------=_NextPart_000_0002_01BCCFAB.A2B6D6A0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

 whats the easiest = way to be able=20 to print to my WIN NT printer that is on my network? what files do i = need to set=20 up and what to put in them?

maybe someone can point = me in the right=20 direction.

  ------=_NextPart_000_0002_01BCCFAB.A2B6D6A0-- From owner-freebsd-questions Fri Oct 3 01:43:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA01049 for questions-outgoing; Fri, 3 Oct 1997 01:43:52 -0700 (PDT) Received: from nectech.nectech.co.uk (nectech.nectech.co.uk [194.129.183.2]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA01039 for ; Fri, 3 Oct 1997 01:43:46 -0700 (PDT) Received: from host200-253.neceur.com by nectech.nectech.co.uk id aa03802; 3 Oct 97 9:50 BST Received: by exchange with Internet Mail Service (5.0.1458.49) id <4BLV59HG>; Fri, 3 Oct 1997 09:41:23 +0100 Message-ID: <014CB6ADC0BCD0118B1B006097827D5B022CC9@exchange> From: "Bond, Jeffery" To: "'questions@freebsd.org'" Subject: Re: Motif libs/includes Date: Fri, 3 Oct 1997 09:41:20 +0100 X-Priority: 3 X-Mailer: Internet Mail Service (5.0.1458.49) Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Thanks for all the numerous and prompt responses to my question. I downloaded the binaries for Lesstif 0.81 and had a pleasant surprise. Not only did the application I was porting from Solaris 2.5/CDE compile first time without even a warning, but It actually ran perfectly (well the GUI did anyway). Many thanks chaps, Jeff Bond. --------------------------------------------------- Jeffery Bond --------------------------------------------------- From owner-freebsd-questions Fri Oct 3 01:45:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA01176 for questions-outgoing; Fri, 3 Oct 1997 01:45:40 -0700 (PDT) Received: from public.cq.sc.cn (public.cq.sc.cn [202.98.32.111]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id BAA01170 for ; Fri, 3 Oct 1997 01:45:33 -0700 (PDT) Received: (from hmin@localhost) by public.cq.sc.cn (SMI-8.6/8.6.11) id QAA20385; Fri, 3 Oct 1997 16:45:10 +0800 Date: Fri, 3 Oct 1997 16:45:08 +0800 (CST) From: "Min Huang (tunny)" To: freebsd-questions@freebsd.org Subject: where's sysconfig Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi,sir, I got a FreeBSD 2.2.2, I download some of its parts to my dos partition, and installed it from there, everything seems ok. but, where's the sysconfig, in my mind it should be at /etc? BTW, who is Doug White? A superman of this mail list? :) Huang Min From owner-freebsd-questions Fri Oct 3 01:46:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA01239 for questions-outgoing; Fri, 3 Oct 1997 01:46:57 -0700 (PDT) Received: from chippie.cgu (chippie.cgu.edusurf.nl [194.171.219.196]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA01233 for ; Fri, 3 Oct 1997 01:46:51 -0700 (PDT) Received: from psd@localhost by chippie.cgu id KAA22978; Fri, 3 Oct 1997 10:47:17 +0200 (CEST) Date: Fri, 3 Oct 1997 10:47:16 +0200 (CEST) From: Paul Dekkers To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: HELP! TERMCAP Problems? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Doug White wrote: > On Tue, 30 Sep 1997, Paul Dekkers wrote: > > > Hi > > > > I have some problems with my termcap I think, logging in using ncsa > > telnets, I got two newlines instead of just one newline when pressing > > enter. > > E.g. when starting pine I press enter and then I'm already in the first > > message, starting up an editor results in a first newline... > > > > What do I have to do? > > The TERM-variable is set to vt100 > > I use FreeBSD 2.2.1 > > This is probably in NCSA telnet -- you need to tell it not to send CR/LF > but just send CR. (?) A little strange, because tellnetting to ALL other hosts works... And I couldn't find any CRLF's in the config's... Paul From owner-freebsd-questions Fri Oct 3 01:49:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA01373 for questions-outgoing; Fri, 3 Oct 1997 01:49:40 -0700 (PDT) Received: from viking.easynet.fr (viking.easynet.fr [195.114.64.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA01368 for ; Fri, 3 Oct 1997 01:49:32 -0700 (PDT) Received: from localhost (hallgren@localhost) by viking.easynet.fr (8.8.5/8.8.5) with SMTP id IAA04148; Fri, 3 Oct 1997 08:51:05 GMT Date: Fri, 3 Oct 1997 08:51:04 +0000 (GMT) From: Michael Hallgren To: questions@FreeBSD.ORG cc: sysop@easynet.fr Subject: qmail f*ckin' up :-( Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, We're experiencing a problem with QMail. It's behaving in a random fashion: sometimes --- far too often --- it refuses to work, screamin' "451 qqt failure (#4.3.0)" and "Server error: 451; Error number: 0x800CCC6A". For information: we're stockin' rather huge mail queues... Someone's experienced --- and/or solved --- this kinda problem? Cheers Michael --- PGP 1024/2D837FE1 1997/09/29 Michael Hallgren Fingerprint D2 47 C8 D1 4D 2B AF 32 3D 4E A3 0F D4 A2 DB 9E Public key - finger hallgren@range2.easynet.fr From owner-freebsd-questions Fri Oct 3 02:41:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA03733 for questions-outgoing; Fri, 3 Oct 1997 02:41:33 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA03727 for ; Fri, 3 Oct 1997 02:41:31 -0700 (PDT) Received: (qmail 1468 invoked by uid 1008); 3 Oct 1997 09:46:06 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 1462 invoked from network); 3 Oct 1997 09:46:06 -0000 Received: from palrel3.hp.com (156.153.255.219) by primer.i-connect.net with SMTP; 3 Oct 1997 09:46:06 -0000 Received: from postbox.india.hp.com (postbox.india.hp.com [15.10.45.1]) by palrel3.hp.com (8.8.5/8.8.5tis) with ESMTP id CAA28596; Fri, 3 Oct 1997 02:40:56 -0700 (PDT) Message-Id: <199710030940.CAA28596@palrel3.hp.com> Received: from localhost by postbox.india.hp.com with ESMTP (1.39.111.2/16.2) id AA021391382; Fri, 3 Oct 1997 15:06:22 +0530 To: Simon Shapiro Cc: freebsd-hackers@freebsd.org, freebsd-dlm@primer.i-connect.net Subject: Re: Advice Seeked - Non-Invasive Metrics Techniques In-Reply-To: Your message of "Fri, 03 Oct 1997 00:00:22 MST." Date: Fri, 03 Oct 1997 15:06:22 +0530 From: A Joseph Koshy Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >>>> "Simon Shapiro" writes > I need to carefully tune and analyze timing and perfromance statistics. > Mainly to identify why some rotines in the DLM take so much time. One suggestion would be to write `event logs' like this to a memory buffer with periodic flushing to disk file. A userland tool would later reconstruct the sequence of events that occurred in the kernel from the log. Such a tool could also bring out to light "interesting interactions". The process of writing an event log can be made reasonably cheap: writing out some 4 words of memory and a pointer increment. There would be some overhead from the periodic flushing of the log to permanent storage, but for large log size, this overhead could be amortized over many log entries. Take a look at: Sharon E. Perl and Richard L. Sites, "Studies of Windows NT Performance using Dynamic Execution Traces" ftp://ftp.digital.com/pub/DEC/SRC/research-reports/SRC-146.ps.gz for this approach taken to the extreme. Standard kernel profiling gives you statistical information on objects like functions (-p) or basic blocks (-a), but cannot capture timing and latency interactions. Event logs can capture timing/latency issues very well. Koshy From owner-freebsd-questions Fri Oct 3 02:51:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA04233 for questions-outgoing; Fri, 3 Oct 1997 02:51:40 -0700 (PDT) Received: from mailgate.greenhills.co.uk (mailgate.greenhills.co.uk [195.11.194.180]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id CAA04223 for ; Fri, 3 Oct 1997 02:51:34 -0700 (PDT) Received: (qmail 17979 invoked by uid 982); 3 Oct 1997 09:49:15 -0000 Message-ID: <19971003104915.50735@webcrawler.com> Date: Fri, 3 Oct 1997 10:49:15 +0100 From: Martijn Koster To: "Min Huang \(tunny\)" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: where's sysconfig References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Min Huang (tunny) on Fri, Oct 03, 1997 at 04:45:08PM +0800 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Oct 03, 1997 at 04:45:08PM +0800, Min Huang (tunny) wrote: > I got a FreeBSD 2.2.2, I download some of its parts to my dos partition, and > installed it from there, everything seems ok. but, where's the sysconfig, > in my mind it should be at /etc? I believe it has been replaced by /etc/rc.conf -- Martijn Koster, m.koster@pobox.com From owner-freebsd-questions Fri Oct 3 03:15:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA05254 for questions-outgoing; Fri, 3 Oct 1997 03:15:27 -0700 (PDT) Received: from mailgate.greenhills.co.uk (mailgate.greenhills.co.uk [195.11.194.180]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id DAA05249 for ; Fri, 3 Oct 1997 03:15:19 -0700 (PDT) Received: (qmail 19621 invoked by uid 982); 3 Oct 1997 10:12:56 -0000 Message-ID: <19971003111256.50172@webcrawler.com> Date: Fri, 3 Oct 1997 11:12:56 +0100 From: Martijn Koster To: Michael Hallgren Cc: questions@FreeBSD.ORG, sysop@easynet.fr Subject: Re: qmail f*ckin' up :-( References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: ; from Michael Hallgren on Fri, Oct 03, 1997 at 08:51:04AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Oct 03, 1997 at 08:51:04AM +0000, Michael Hallgren wrote: > We're experiencing a problem with QMail. What version? In what qmail-smtpd configuration? > It's behaving in a random fashion: sometimes --- far too often --- > it refuses to work, screamin' "451 qqt failure (#4.3.0)" and "Server > error: 451; Error number: 0x800CCC6A". The first error is qmail-smtpd, right? Where on earth does the second one come from, it doesn't look like inted/tcp_wrappers/tcpserver? > For information: we're stockin' rather huge mail queues... What do you mean -- you tend to have a large queue, or the problem is causing large queues (suggesting the problem is downstream from qmail-send)? > Someone's experienced --- and/or solved --- this kinda problem? If so, they're probably found on the qmail mailing list, see www.qmail.org. Usually such problems are caused by ownership/permissions. Run "make check" again from the distribtuion. -- Martijn Koster, m.koster@pobox.com From owner-freebsd-questions Fri Oct 3 03:41:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA06184 for questions-outgoing; Fri, 3 Oct 1997 03:41:18 -0700 (PDT) Received: from viking.easynet.fr (viking.easynet.fr [195.114.64.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA06177 for ; Fri, 3 Oct 1997 03:41:13 -0700 (PDT) Received: from localhost (hallgren@localhost) by viking.easynet.fr (8.8.5/8.8.5) with SMTP id KAA04607; Fri, 3 Oct 1997 10:42:12 GMT Date: Fri, 3 Oct 1997 10:42:12 +0000 (GMT) From: Michael Hallgren To: Martijn Koster cc: questions@FreeBSD.ORG, sysop@easynet.fr Subject: Re: qmail f*ckin' up :-( In-Reply-To: <19971003111256.50172@webcrawler.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, and thanks a lot for your quick response. Sorry I wasn't very informative... sometimes even a swedish guy playin' french gets stressed :-)^oo. We've found the origin of our problem: DNS failure for some time, generating queue size problem, generating qqt... Cheers Michael --- PGP 1024/2D837FE1 1997/09/29 Michael Hallgren Fingerprint D2 47 C8 D1 4D 2B AF 32 3D 4E A3 0F D4 A2 DB 9E Public key - finger hallgren@range2.easynet.fr On Fri, 3 Oct 1997, Martijn Koster wrote: > On Fri, Oct 03, 1997 at 08:51:04AM +0000, Michael Hallgren wrote: > > > We're experiencing a problem with QMail. > > What version? In what qmail-smtpd configuration? > > > > It's behaving in a random fashion: sometimes --- far too often --- > > it refuses to work, screamin' "451 qqt failure (#4.3.0)" and "Server > > error: 451; Error number: 0x800CCC6A". > > The first error is qmail-smtpd, right? Where on earth does the second > one come from, it doesn't look like inted/tcp_wrappers/tcpserver? > > > > For information: we're stockin' rather huge mail queues... > > What do you mean -- you tend to have a large queue, or the problem is > causing large queues (suggesting the problem is downstream from > qmail-send)? > > > > Someone's experienced --- and/or solved --- this kinda problem? > > If so, they're probably found on the qmail mailing list, see www.qmail.org. > > Usually such problems are caused by ownership/permissions. Run "make > check" again from the distribtuion. > > -- Martijn Koster, m.koster@pobox.com > > From owner-freebsd-questions Fri Oct 3 03:42:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA06233 for questions-outgoing; Fri, 3 Oct 1997 03:42:19 -0700 (PDT) Received: from viking.easynet.fr (viking.easynet.fr [195.114.64.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA06228 for ; Fri, 3 Oct 1997 03:42:13 -0700 (PDT) Received: from localhost (hallgren@localhost) by viking.easynet.fr (8.8.5/8.8.5) with SMTP id KAA04623; Fri, 3 Oct 1997 10:43:42 GMT Date: Fri, 3 Oct 1997 10:43:42 +0000 (GMT) From: Michael Hallgren To: Martijn Koster cc: questions@FreeBSD.ORG, sysop@easynet.fr Subject: Re: qmail f*ckin' up :-( In-Reply-To: <19971003111256.50172@webcrawler.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello, and thanks a lot for your quick response. Sorry I wasn't very informative... sometimes even a swedish guy playin' french gets stressed :-)^oo. We've found the origin of our problem: DNS failure for some time, generating queue size problem, generating qqt... So, my subject line should have been "DNS fuckin' up ;-) Cheers Michael --- PGP 1024/2D837FE1 1997/09/29 Michael Hallgren Fingerprint D2 47 C8 D1 4D 2B AF 32 3D 4E A3 0F D4 A2 DB 9E Public key - finger hallgren@range2.easynet.fr On Fri, 3 Oct 1997, Martijn Koster wrote: > On Fri, Oct 03, 1997 at 08:51:04AM +0000, Michael Hallgren wrote: > > > We're experiencing a problem with QMail. > > What version? In what qmail-smtpd configuration? > > > > It's behaving in a random fashion: sometimes --- far too often --- > > it refuses to work, screamin' "451 qqt failure (#4.3.0)" and "Server > > error: 451; Error number: 0x800CCC6A". > > The first error is qmail-smtpd, right? Where on earth does the second > one come from, it doesn't look like inted/tcp_wrappers/tcpserver? > > > > For information: we're stockin' rather huge mail queues... > > What do you mean -- you tend to have a large queue, or the problem is > causing large queues (suggesting the problem is downstream from > qmail-send)? > > > > Someone's experienced --- and/or solved --- this kinda problem? > > If so, they're probably found on the qmail mailing list, see www.qmail.org. > > Usually such problems are caused by ownership/permissions. Run "make > check" again from the distribtuion. > > -- Martijn Koster, m.koster@pobox.com > > From owner-freebsd-questions Fri Oct 3 05:34:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA10578 for questions-outgoing; Fri, 3 Oct 1997 05:34:44 -0700 (PDT) Received: from wired.ctech.ac.za (wired.ctech.ac.za [155.238.4.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA10570 for ; Fri, 3 Oct 1997 05:34:38 -0700 (PDT) Received: (from jacques@localhost) by wired.ctech.ac.za (8.8.5/8.8.5) id OAA05285 for questions@FreeBSD.ORG; Fri, 3 Oct 1997 14:33:50 +0200 (SAT) From: Jacques Hugo Message-Id: <199710031233.OAA05285@wired.ctech.ac.za> Subject: ipfw and port redirection To: questions@FreeBSD.ORG Date: Fri, 3 Oct 1997 14:33:49 +0200 (SAT) X-Mailer: ELM [version 2.4 PL25 PGP3 *ALPHA*] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi there .. How can I redirect ports on my box, but still have ipfw in mind. Some of my users come in on port 80, but I want to redirect that to port 3128 without making changes to the whole domain. TIA -Jacques From owner-freebsd-questions Fri Oct 3 06:03:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA11890 for questions-outgoing; Fri, 3 Oct 1997 06:03:51 -0700 (PDT) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA11885 for ; Fri, 3 Oct 1997 06:03:46 -0700 (PDT) Received: from buffnet11.buffnet.net (shovey@buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id JAA28414; Fri, 3 Oct 1997 09:01:22 -0400 (EDT) Date: Fri, 3 Oct 1997 08:59:55 -0400 (EDT) From: Steve Hovey To: Greg Lehey cc: Dave Hummel , questions@FreeBSD.ORG Subject: Re: slow telnet In-Reply-To: <19971003152114.25106@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 3 Oct 1997, Greg Lehey wrote: > On Thu, Oct 02, 1997 at 02:15:14PM -0400, Steve Hovey wrote: > > > > I notices here starting with 2.1R that an rlogin would be slow in direct > > inverse proportion to the stty baud rate setting. > > > > So at a $ prompt type stty 9600 and see if it suddenly speeds up. > > No, this is incorrect. It has no effect on an IP connection. It does for rlogin - and is most noticible on slower modems. > > Greg > > > > On Thu, 2 Oct 1997, Dave Hummel wrote: > > > >> Hi, > >> > >> I'm connected to the internet at 14.4. Yes, I know this is extremely slow. > >> The thing is, it seems like wu-ftp and apache are very responsive to > >> outside connections. The problem is that telnet is very slow coming in or > >> going out. Connections are from/to Red Hat Linux, Digital Unix, VMS and > >> NT. I really don't expect high performance because of obvious things like > >> crappy old phone lines etc. There does seem to be some disparity, however, > >> between the performance of telnet as opposed to ftp and http all things > >> condidered. > >> > >> I can live with some key lag, but I often have to wait five or more > >> seconds for any response at the other end. I have disabled tcp_extensions > >> which is about the only piece of advice I could find in the mailing lists, > >> and network traffic to my machine is pretty much null. > >> > >> _Any_ advice on what else to do about this will be appreciated even if > >> it's "you can't do anything" or "get a better connection". If, however, > >> there is a configuration trick or two that I'm ignorant of, this is even > >> better :) - Just give me a hint on where to start looking. > > From owner-freebsd-questions Fri Oct 3 06:12:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA12424 for questions-outgoing; Fri, 3 Oct 1997 06:12:17 -0700 (PDT) Received: from sunsrv5.lrz-muenchen.de (sunsrv5.lrz-muenchen.de [129.187.13.15]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id GAA12418 for ; Fri, 3 Oct 1997 06:12:11 -0700 (PDT) Received: from sun1.lrz-muenchen.de by sunsrv5.lrz-muenchen.de; Fri, 3 Oct 97 15:12:09 +0200 Received: by sun1.lrz-muenchen.de (5.x/SMI-SVR4) id AA10267; Fri, 3 Oct 1997 15:12:07 +0200 From: Joachim.Wunder@lrz.tu-muenchen.de (Joachim Wunder) Message-Id: <9710031312.AA10267@sun1.lrz-muenchen.de> Subject: WIN/TV PCI support??? To: questions@FreeBSD.ORG Date: Fri, 3 Oct 1997 15:12:07 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL25] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings! Are there any drivers for the hauppauge WIN/TV PCI card? If so, could anyone point me to an appropriate URL, please? Thank you very much, Joachim -- Email: Joachim.Wunder@LRZ-Muenchen.DE From owner-freebsd-questions Fri Oct 3 06:18:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA12736 for questions-outgoing; Fri, 3 Oct 1997 06:18:13 -0700 (PDT) Received: from mp.EUnet-Bretagne.fr ([193.107.210.130]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA12724; Fri, 3 Oct 1997 06:18:01 -0700 (PDT) Received: from ericf.EUnet-Bretagne.fr (ericf.EUnet-Bretagne.fr [193.107.210.161]) by mp.EUnet-Bretagne.fr (8.8.7/8.6.9) with SMTP id PAA07055; Fri, 3 Oct 1997 15:29:41 +0100 (WET DST) Message-ID: <3434F369.5EA3@EUnet-Bretagne.fr> Date: Fri, 03 Oct 1997 15:30:17 +0200 From: Eric Feillant Reply-To: Eric.Feillant@EUnet-Bretagne.fr Organization: EUnet BRETAGNE groupe EUnet X-Mailer: Mozilla 3.01 (Win95; I) MIME-Version: 1.0 To: freebsd@freebsd.org CC: postmaster@freebsd.org Subject: One Question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, Sorry for sending you this question here... Do you know if the Netflex Ethernet Card of a Proliant Compaq system is supported in FreeBSD ? (Or perhaps is the Netflex Compaq Eth Card NE2000 Compatible ??) Thanx. Eric. -- ========= ____ ===== Eric Feillant ======== / / / ___ ___ /_ ====== EUnet BRETAGNE ======= /---- / / / / /___/ / ======= 140, bd de Creach Gwen ====== /____ /___/ / / /___ /_ ======== 29000 QUIMPER, France ===== Bretagne ========= Tel:(+33) 298101620 Fax:(+33) 298101629 Eric.Feillant@EUnet.fr http://www.EUnet.fr Partenaire CISCO, CHECKPOINT (FIREWALL), BAY NETWORKS, NEWBRIDGE, SUN, CITRIX From owner-freebsd-questions Fri Oct 3 06:31:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA13455 for questions-outgoing; Fri, 3 Oct 1997 06:31:47 -0700 (PDT) Received: from europe.std.com (europe.std.com [199.172.62.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA13444 for ; Fri, 3 Oct 1997 06:31:41 -0700 (PDT) Received: from world.std.com by europe.std.com (8.7.6/BZS-8-1.0) id JAA25523; Fri, 3 Oct 1997 09:31:32 -0400 (EDT) Received: from tolenio (world.std.com) by world.std.com (5.65c/Spike-2.0) id AA28978; Fri, 3 Oct 1997 09:30:49 -0400 Message-Id: <3434F3AC.48B4@world.std.com> Date: Fri, 03 Oct 1997 09:31:24 -0400 From: Tom Olenio Reply-To: tolenio@world.std.com Organization: Plattsville Manor X-Mailer: Mozilla 3.01 (Win95; I) Mime-Version: 1.0 To: questions@freebsd.org Subject: Floppy Install Question Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello Questions, I am going to do a floppy install of release 2.1.7.1 (no network, no CDROM) and have a question as to what I need. The instructions say to copy to disk all the files in the "bin (binary distribution) directory". My question is do they mean all the files in all the folders of release /2.1.7.1/, or all the files in the subdirectory /2.1.7.1/bin/? Right now I have all the /2.1.7.1/bin/ files and a boot disk imaged. In re-reading everything I wonder if I have only copied a small amount of all the files I will need. It is my understanding that this type of install (floppies) is my only option. The software is going to be loaded on a 386, 20Hz, SX, that has 720mg hard drive, 5 1/4" & 3 1/2" floppy drives, and external modem, with DOS and Telix installed. Are there install options I am unaware of to complete this install on this machine? (I obviously have access to the internet) Thanks, Tom tolenio@world.std.com From owner-freebsd-questions Fri Oct 3 07:45:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA18415 for questions-outgoing; Fri, 3 Oct 1997 07:45:04 -0700 (PDT) Received: from ns1.cetlink.net (jeff@ns1.cetlink.net [209.54.54.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA18410 for ; Fri, 3 Oct 1997 07:45:01 -0700 (PDT) Received: (from jeff@localhost) by ns1.cetlink.net (8.8.5/8.8.5) id KAA01345 for freebsd-questions@FreeBSD.ORG; Fri, 3 Oct 1997 10:44:44 -0400 (EDT) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 03 Oct 1997 10:42:47 -0400 (EDT) Organization: CETLink.Net From: Jeff Wheat To: freebsd-questions@FreeBSD.ORG Subject: Mediavision Pro Audio Spectrum 3D Pro help Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Is the Mediavision ProAudio Spectrum 3D Pro card supported? Does anyone have a config file fragment that they can share with me? I'd like to get this card running if at all possible. Regards, Jeff ----------------------------------------------------------------------------- Jeff Wheat jeff@cetlink.net Senior Engineer CETLink.Net Inc. South Carolina +1.803.327.2754 ----------------------------------------------------------------------------- From owner-freebsd-questions Fri Oct 3 07:53:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA19013 for questions-outgoing; Fri, 3 Oct 1997 07:53:58 -0700 (PDT) Received: from eddie.cis.uoguelph.ca (eddie.cis.uoguelph.ca [131.104.48.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA19000 for ; Fri, 3 Oct 1997 07:53:43 -0700 (PDT) Received: from pppuser.uoguelph.ca (RN243-222.resnet.uoguelph.ca [131.104.243.222]) by eddie.cis.uoguelph.ca (8.8.5/8.8.5) with ESMTP id KAA13552 for ; Fri, 3 Oct 1997 10:55:27 -0400 (EDT) Message-Id: <199710031455.KAA13552@eddie.cis.uoguelph.ca> From: "Justin Turner" To: Subject: ATAPI IDE CD-ROM installation problem... Date: Fri, 3 Oct 1997 10:52:33 -0400 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1161 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Yow: All this time I've been VIEWING a RUSSIAN MIDGET SODOMIZE a HOUSECAT! Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi: I read most of the mail list archive and couldn't find the answer to my problem. So I thought someone over there might be able to help me out. I am trying to install FreeBSD v2.2.1 via my ATAPI IDE Hitachi CDR-7730 CD-ROM, and I am having the following error displayed when it tries to mount the CD-ROM media: Unable to mount /dev/wdc0c to /dist :Input/output error (5) However when I first startup my system it probes and finds everything, even my CD-ROM on wdc0. I have tried changing my IRQ for the Mitsumi CD from 10 to 11 to 12 and 13. My Network card takes IRQ 10, and my IDE takes IRQ's 14 & 15. Do you have any suggestions? Thanks for any insight you could give, Justin. ----- Justin Turner email: jgturner@echo-on.net, justin@uoguelph.ca ----- From owner-freebsd-questions Fri Oct 3 08:29:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA21023 for questions-outgoing; Fri, 3 Oct 1997 08:29:58 -0700 (PDT) Received: from zerium.newmedia.no (root@oslo-2-2.newmedia.no [194.52.244.34]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA21003 for ; Fri, 3 Oct 1997 08:29:49 -0700 (PDT) Received: from localhost (hanspbie@zerium.newmedia.no [127.0.0.1]) by zerium.newmedia.no (8.8.7/8.8.5) with SMTP id NAA10200; Fri, 3 Oct 1997 13:00:03 +0200 Date: Fri, 3 Oct 1997 13:00:03 +0200 (MET DST) From: Hans Petter Bieker X-Sender: hanspbie@zerium.newmedia.no To: Doug White cc: Kwoody , freebsd-questions@FreeBSD.ORG Subject: Re: Source? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, 2 Oct 1997, Doug White wrote: > Top is a system monitoring utility. For your 2.1.7 box you'd have to get > the package or port; in 3.0-CURRENT it's now part of the system. And 2.2.x too. -- Linux; 64bit, multi-platform, multi-tasking, multi-user, fast and Free. Microsoft Windows 95 - From the makers of EDLIN and FAT drive formatting! "Who needs horror movies when we have Microsoft"? From owner-freebsd-questions Fri Oct 3 08:30:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA21090 for questions-outgoing; Fri, 3 Oct 1997 08:30:20 -0700 (PDT) Received: from soleil.uvsq.fr (soleil.uvsq.fr [193.51.24.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA21075; Fri, 3 Oct 1997 08:30:11 -0700 (PDT) Received: from cezanne.prism.uvsq.fr (rtc105.reseau.uvsq.fr [193.51.24.21]) by soleil.uvsq.fr (8.8.6/jtpda-5.2) with ESMTP id RAA23688 ; Fri, 3 Oct 1997 17:08:36 +0200 (METDST) Received: (from son@localhost) by cezanne.prism.uvsq.fr (8.8.5/8.8.5) id RAA00595; Fri, 3 Oct 1997 17:09:15 GMT Message-ID: <19971003170915.44659@coreff.prism.uvsq.fr> Date: Fri, 3 Oct 1997 17:09:15 +0000 From: Nicolas Souchu To: Greg Cc: hardware@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: ppbus problems References: <199710021659.MAA00290@tower.my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: <199710021659.MAA00290@tower.my.domain>; from User Gp on Thu, Oct 02, 1997 at 12:59:35PM -0400 X-Operating-System: FreeBSD coreff 2.2.1-RELEASE FreeBSD 2.2.1-RELEASE Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Thu, Oct 02, 1997 at 12:59:35PM -0400, User Gp wrote: >because it's close to my parallel port and > > WINBOND W83877F WINBOND W25P022AF6 ^^^^^^^ here it is! I'm working on w83877 detection/configuration. Yet, try to force EPP mode with flag 0x3... this may avoid some timing problems. > >ppc0 at 0x278 irq 12 flags 0x1 on isa >ppc0: Generic chipset in NIBBLE mode >plip0: on ppbus 0 >nlpt0: on ppbus 0 >nlpt0: Interrupt-driven port >ppi0: on ppbus 0 >vpo0: on ppbus 0 >scbus0 at vpo0 bus 0 >sd0 at scbus0 target 6 lun 0 >sd0: type 0 removable SCSI 2 >sd0: Direct-Access >sd0: UNIT ATTENTION asc:28,0 >sd0: Not ready to ready transition, medium may have changed >862MB (196608 4592 byte sectors) I suspect data corruption... Please, try without any disk inside the drive during boot. Try fdisk once the system is started (without any disk either), you should get "medium not present" error. Then try with a disk inserted. I've noticed in one of your other mails that vpo driver hangs when it requests the ppbus (I remember [ppbreq])... I'm working on some ioctls that would allow us to query the state of the bus and debug it more efficiently. -- Nicolas.Souchu@prism.uvsq.fr FreeBSD - Turning PC's into workstations - http://www.FreeBSD.org From owner-freebsd-questions Fri Oct 3 08:53:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA22725 for questions-outgoing; Fri, 3 Oct 1997 08:53:22 -0700 (PDT) Received: from mx.calweb.com (mx.calweb.com [208.131.56.81]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA22720 for ; Fri, 3 Oct 1997 08:53:19 -0700 (PDT) Received: by mx.calweb.com (8.8.6/8.8.6) with SMTP id IAA24601 for ; Fri, 3 Oct 1997 08:53:18 -0700 (PDT) X-SMTP: hello web2.calweb.com from rdugaue@calweb.com server rdugaue@web2.calweb.com ip 208.131.56.52 Date: Fri, 3 Oct 1997 08:53:18 -0700 (PDT) From: Robert Du Gaue To: freebsd-questions@FreeBSD.ORG Subject: Re: Oracle, Sybase, and some .dbf databses like foxpro? In-Reply-To: <19970929123320.51380@top.worldcontrol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Sometimes I get this message in pine: -- This message contains non-ASCII text, but the iso-8859-1 font has apparently not yet been installed on this machine. (There is no directory named /usr/local/lib/metamail/fonts.) What follows may be partially unreadable, but the English (ASCII) parts should still be readable. -- We have metamail installed, but its in /bin and is not a directory. Is there something that we're missing to avoid this message? Happens alot from IE/Netscape emails that are read with pine. TIA -------------------------------------------------------------------------- Robert Du Gaue - rdugaue@calweb.com http://www.calweb.com President, CalWeb Internet Services Inc. (916) 641-9320 -------------------------------------------------------------------------- From owner-freebsd-questions Fri Oct 3 09:08:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA24001 for questions-outgoing; Fri, 3 Oct 1997 09:08:11 -0700 (PDT) Received: from jupiter.leirianet.pt (jupiter.leirianet.pt [195.23.69.129]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA23858 for ; Fri, 3 Oct 1997 09:07:56 -0700 (PDT) Received: from vortex.pluriproj.pt ([195.23.69.137]) by jupiter.leirianet.pt (8.7.6/8.7.3) with SMTP id RAA05729; Fri, 3 Oct 1997 17:05:27 +0100 From: jm@pluriproj.pt (Jose Monteiro) To: Eivind Eklund Cc: freebsd-questions@FreeBSD.ORG Subject: Re: patched sysinstall Date: Fri, 03 Oct 1997 16:05:10 GMT Organization: Pluriproj Lda. Reply-To: Jose Monteiro Message-ID: <343f173f.28497792@mail.leirianet.pt> References: <3446c808.25562116@mail.leirianet.pt> <199709301524.RAA23322@bitbox.follo.net> In-Reply-To: <199709301524.RAA23322@bitbox.follo.net> X-Mailer: Forte Agent 1.5/32.451 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id JAA23902 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk No dia Tue, 30 Sep 1997 17:24:31 +0200 (MET DST), escreveu o seguinte: >> >> Hi, >> >> Where can I find a patched sysinstall? One that doesn't scramble >> rc.conf? > >Boot from a boot-floppy from releng22.freebsd.org, and grab it from >there (yes, I know it is a hassle) Yes, it is a big hassle! Does it messes with the actual rc.conf? This is a fully confgured services machine, i can't loose a single file, so, is it safe to boot from the floppy to substitute sysinstall? Thanks, Jose *--------------Jose Monteiro --------------* | Pluriproj - Redes e Sistemas de Comunicacoes Lda. | | Agente IP em Leiria http://www.pluriproj.pt | *.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·“Æ`·.øø.·* | Tel: +351 44 8182063 Fax: +351 44 8182061 | | Finger me or search key servers for my PGP public key | *-----------------------------------------------------------* From owner-freebsd-questions Fri Oct 3 09:32:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA25616 for questions-outgoing; Fri, 3 Oct 1997 09:32:32 -0700 (PDT) Received: from neptune.ajc.state.net (neptune.ajc.state.net [204.120.158.168]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA25605 for ; Fri, 3 Oct 1997 09:32:26 -0700 (PDT) Received: from AJC.State.Net (saturn.ajc.state.net [204.120.158.166]) by neptune.ajc.state.net (8.8.6/8.8.5) with ESMTP id LAA21701; Fri, 3 Oct 1997 11:31:57 -0500 (CDT) Message-ID: <34351E08.7727C85C@AJC.State.Net> Date: Fri, 03 Oct 1997 11:32:08 -0500 From: Al Johnson Organization: Al Johnson Consulting X-Mailer: Mozilla 4.02 [en] (Win95; I) MIME-Version: 1.0 To: George CC: freebsd-questions@FreeBSD.ORG Subject: Re: nt printer References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I'd suggest using Samba. There is at least one thing to look out for though, if Your NT server 4.0 has Service Pack 3 then you can't use clear text passwords. -- Al George wrote: > > > whats the easiest way to be able to print to my WIN NT printer that > is on my network? what files do i need to set up and what to put in > them? > > maybe someone can point me in the right direction. > > From owner-freebsd-questions Fri Oct 3 09:47:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA26647 for questions-outgoing; Fri, 3 Oct 1997 09:47:38 -0700 (PDT) Received: from mx.calweb.com (mx.calweb.com [208.131.56.81]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA26642 for ; Fri, 3 Oct 1997 09:47:34 -0700 (PDT) Received: by mx.calweb.com (8.8.6/8.8.6) with SMTP id JAA03701 for ; Fri, 3 Oct 1997 09:47:33 -0700 (PDT) X-SMTP: hello web2.calweb.com from rdugaue@calweb.com server rdugaue@web2.calweb.com ip 208.131.56.52 Date: Fri, 3 Oct 1997 09:47:32 -0700 (PDT) From: Robert Du Gaue To: freebsd-questions@FreeBSD.ORG Subject: Pine messages, was Re: Oracle, Sybase, and ... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Whoops forgot to change the subject line. Sorry about that! On Fri, 3 Oct 1997, Robert Du Gaue wrote: > Date: Fri, 3 Oct 1997 08:53:18 -0700 (PDT) > From: Robert Du Gaue > To: freebsd-questions@FreeBSD.ORG > Subject: Re: Oracle, Sybase, and some .dbf databses like foxpro? > > Sometimes I get this message in pine: > > -- > This message contains non-ASCII text, but the iso-8859-1 font > has apparently not yet been installed on this machine. > (There is no directory named /usr/local/lib/metamail/fonts.) > What follows may be partially unreadable, but the English (ASCII) parts > should still be readable. > -- > We have metamail installed, but its in /bin and is not a directory. Is > there something that we're missing to avoid this message? Happens alot > from IE/Netscape emails that are read with pine. > > TIA > > > > -------------------------------------------------------------------------- > Robert Du Gaue - rdugaue@calweb.com http://www.calweb.com > President, CalWeb Internet Services Inc. (916) 641-9320 > -------------------------------------------------------------------------- > -------------------------------------------------------------------------- Robert Du Gaue - rdugaue@calweb.com http://www.calweb.com President, CalWeb Internet Services Inc. (916) 641-9320 -------------------------------------------------------------------------- From owner-freebsd-questions Fri Oct 3 10:03:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA27982 for questions-outgoing; Fri, 3 Oct 1997 10:03:26 -0700 (PDT) Received: from millenia.srrc.usda.gov ([199.78.118.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA27972 for ; Fri, 3 Oct 1997 10:03:18 -0700 (PDT) Received: from millenia (localhost [127.0.0.1]) by millenia.srrc.usda.gov (8.8.7/8.8.7) with ESMTP id MAA26651 for ; Fri, 3 Oct 1997 12:00:54 -0500 (CDT) Message-Id: <199710031700.MAA26651@millenia.srrc.usda.gov> X-Mailer: exmh version 2.0zeta 7/24/97 From: Glenn Johnson To: freebsd-questions@freebsd.org Subject: DMA support for EIDE drives in 2.2.5? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 03 Oct 1997 12:00:53 -0500 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Will 2.2.5 contain the DMA support for EIDE drives that is in -current? Thanks. -- Glenn Johnson USDA-ARS-SRRC Phone: (504) 286-4252 1100 Robert E. Lee Boulevard FAX: (504) 286-4217 New Orleans, LA 70124 e-mail: gjohnson@nola.srrc.usda.gov From owner-freebsd-questions Fri Oct 3 10:57:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA01405 for questions-outgoing; Fri, 3 Oct 1997 10:57:05 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA01390 for ; Fri, 3 Oct 1997 10:57:00 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA03375; Fri, 3 Oct 1997 10:41:32 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd003371; Fri Oct 3 17:41:28 1997 Message-ID: <34352E0B.31DFF4F5@whistle.com> Date: Fri, 03 Oct 1997 10:40:27 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Jacques Hugo CC: questions@FreeBSD.ORG Subject: Re: ipfw and port redirection References: <199710031233.OAA05285@wired.ctech.ac.za> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jacques Hugo wrote: > > Hi there .. > > How can I redirect ports on my box, but still have ipfw in mind. > > Some of my users come in on port 80, but I want to redirect that > to port 3128 without making changes to the whole domain. > > TIA > > -Jacques if natd doesn't do it, then you could certainly modify it to do so.. From owner-freebsd-questions Fri Oct 3 10:58:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA01475 for questions-outgoing; Fri, 3 Oct 1997 10:58:01 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA01468; Fri, 3 Oct 1997 10:57:55 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id KAA03678; Fri, 3 Oct 1997 10:46:43 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd003675; Fri Oct 3 17:46:38 1997 Message-ID: <34352F41.237C228A@whistle.com> Date: Fri, 03 Oct 1997 10:45:37 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Nicolas Souchu CC: Greg , hardware@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: ppbus problems References: <199710021659.MAA00290@tower.my.domain> <19971003170915.44659@coreff.prism.uvsq.fr> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nicolas Souchu wrote: > > On Thu, Oct 02, 1997 at 12:59:35PM -0400, User Gp wrote: > >because it's close to my parallel port and > > > > WINBOND W83877F WINBOND W25P022AF6 > ^^^^^^^ > here it is! > > I'm working on w83877 detection/configuration. Yet, try to > force EPP mode with flag 0x3... this may avoid some timing > problems. I have the manual for this chip becasue we use it in our product. do you need any help? There is a way to detect for this chip.. > > > > >ppc0 at 0x278 irq 12 flags 0x1 on isa > >ppc0: Generic chipset in NIBBLE mode > >plip0: on ppbus 0 > >nlpt0: on ppbus 0 > >nlpt0: Interrupt-driven port > >ppi0: on ppbus 0 > >vpo0: on ppbus 0 > >scbus0 at vpo0 bus 0 > >sd0 at scbus0 target 6 lun 0 > >sd0: type 0 removable SCSI 2 > >sd0: Direct-Access > >sd0: UNIT ATTENTION asc:28,0 > >sd0: Not ready to ready transition, medium may have changed > >862MB (196608 4592 byte sectors) > > I suspect data corruption... Please, try without any disk inside the drive > during boot. Try fdisk once the system is started (without any disk either), > you should get "medium not present" error. Then try with a disk inserted. > > I've noticed in one of your other mails that vpo driver hangs when it requests > the ppbus (I remember [ppbreq])... I'm working on some ioctls that would > allow us to query the state of the bus and debug it more efficiently. > > -- > Nicolas.Souchu@prism.uvsq.fr > FreeBSD - Turning PC's into workstations - http://www.FreeBSD.org From owner-freebsd-questions Fri Oct 3 10:59:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA01617 for questions-outgoing; Fri, 3 Oct 1997 10:59:38 -0700 (PDT) Received: from chistech.com (chistech.com [206.196.73.4]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id KAA01601 for ; Fri, 3 Oct 1997 10:59:30 -0700 (PDT) Received: from halaus.chistech.com by chistech.com (SMI-8.6/BERK-6.8.10) id MAA28028; Fri, 3 Oct 1997 12:59:07 -0500 Received: from halley by halaus.chistech.com (4.1/SMI-4.1.2) id AA21433; Fri, 3 Oct 97 12:58:33 CDT Message-Id: <34353248.3B67@chistech.com> Date: Fri, 03 Oct 1997 12:58:32 -0500 From: Satish Ramaswamy Organization: Chisholm Technologies Inc. X-Mailer: Mozilla 3.0Gold (X11; I; SunOS 5.5 sun4m) Mime-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: FREEBSD installation Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have windows95 and windows NT installed on my PC. I tried to install freebsd 2.2.1 using the walnut creek CD. I have 2 disk drives(EIDE). Disk 1 has the windows nt and windows95. I installed freebsd to the second drive. I created the boot floppy booted from it selected the boot manager, selected xfree86 etc and everything went fine. When I reboot the machine, I dont get the option to boot the freebsd. It still has the 2 options windows95 and NT. Will you please let me know what the problem is ? Thanks Satish skr@chistech.com From owner-freebsd-questions Fri Oct 3 11:32:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA03843 for questions-outgoing; Fri, 3 Oct 1997 11:32:28 -0700 (PDT) Received: from pop.cc.nih.gov (pop.cc.nih.gov [137.187.120.140]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA03761 for ; Fri, 3 Oct 1997 11:31:47 -0700 (PDT) Received: (from aling@localhost) by pop.cc.nih.gov (8.8.4/8.8.3) id OAA15103; Fri, 3 Oct 1997 14:31:37 -0400 (EDT) Message-Id: <199710031831.OAA15103@pop.cc.nih.gov> From: "A Ling" To: "FreeBSD-questions" Date: Fri, 03 Oct 97 14:31:35 -0400 Reply-To: "A Ling" Priority: Normal X-Mailer: Alexander Ling's Registered PMMail 1.53 For OS/2 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Only root can use ppp or tun0? Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I found the interchange below in the archives, which matches the symptoms my 2.2.2R machine is showing. Unfortunately, setuid on ppp doesnt stop the error message. Other information from my system follows this excerpt: =========== from the Free BSD -questions archive =========== Date: Mon, 17 Feb 1997 14:42:11 -0800 (PST) From: Doug White Sender: owner-questions@freebsd.org Subject: Re: !root access to tun0/user-ppp On Mon, 17 Feb 1997, Daniel Kligerman wrote: > I am having difficulty allowing any non-root user to have access to > /dev/tun0 or user-ppp. No matter what permissions I set the ppp conf > files or /dev/tun0 to, I get: > > No tunnel device is available. > open_tun: No such file or directory > > when ppp is run by anyone but root. Make sure ppp is suid root. This was probably disabled when a security hole was discovered in ppp. ============= End of excerpt ================ aling:~>ifconfig -a lp0: flags=8810 mtu 1500 tun0: flags=8010 mtu 1500 sl0: flags=c010 mtu 552 lo0: flags=8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 aling:~>groups family wheel operator dialer wwwgrp aling:~>ll /dev/tun* crw-rw---- 1 uucp dialer 52, 0 Sep 29 01:30 /dev/tun0 aling:~>ppp User Process PPP. Written by Toshiharu OHNO. No tunnel device is available (Operation not permitted). open_tun: No such file or directory aling:~>which ppp /usr/sbin/ppp aling:~>ll /usr/sbin/ppp -rwxr-sr-x 1 root wheel 130811 Aug 3 16:24 /usr/sbin/ppp Yet ppp works perfectly when run by root! The other issue I can think of is that I did install ppp-970803-2_2-STABLE_bin_tar.gz from http://www.freebsd.org/~brian/ Should I back out to the original 2.2.2R ppp code, or is there another suggestion? I would have thought this was a permissions issue -- my problem is that I don't know which other file/directory permissions could be the cause. Thanks in advance for any advice you may suggest. Alex Ling AL52x@nih.gov (301) 496-7700 x235 From owner-freebsd-questions Fri Oct 3 11:39:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA04296 for questions-outgoing; Fri, 3 Oct 1997 11:39:29 -0700 (PDT) Received: from public.cq.sc.cn (public.cq.sc.cn [202.98.32.111]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id LAA04288 for ; Fri, 3 Oct 1997 11:39:24 -0700 (PDT) Received: (from hmin@localhost) by public.cq.sc.cn (SMI-8.6/8.6.11) id CAA27815; Sat, 4 Oct 1997 02:39:27 +0800 Date: Sat, 4 Oct 1997 02:39:26 +0800 (CST) From: "Min Huang (tunny)" To: freebsd-questions@freebsd.org Subject: monitoring Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, sir, Can I have the ability to monitor other screen, (eg. ttydx or ttypx). If yes, please tell me the way in detail. thanks Huang Min From owner-freebsd-questions Fri Oct 3 12:09:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA06134 for questions-outgoing; Fri, 3 Oct 1997 12:09:22 -0700 (PDT) Received: from devo.sfasu.edu (devo.sfasu.edu [144.96.113.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA06119 for ; Fri, 3 Oct 1997 12:09:11 -0700 (PDT) Received: from localhost (dkeith@localhost) by devo.sfasu.edu (8.8.5/8.8.5) with SMTP id OAA18588 for ; Fri, 3 Oct 1997 14:08:39 -0500 Date: Fri, 3 Oct 1997 14:08:39 -0500 (CDT) From: David Keith To: freebsd-questions@freebsd.org Subject: vt100 emulation, getty and termcap problems Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk After looking at the mailing list archives and searching anything I could think of I'm still at a loss of how to fix my problem. I'm using the sco console driver (sc0) in the kernel and I set TERM to vt100/vt102/vt220 and probably about anything vtXXX related. By the way, here's one of my lines for my virtual terminal in /etc/ttys ttyv1 "/usr/libexec/getty Pc" cons25 on secure I've tried to change cons25 to one of the many vtXXX related termcap entries and even pcvt50 (saw in archives). Ok...enough background... Here's my problem. When I try to telnet to a DEC server, I consistently get "unknown terminal type". Even though TERM is equal to let's say vt100. Now the strange thing is, when I come from a Linux system, through my FreeBSD system and then to the DEC it works fine, regardless of which TERM I use. (as long as it isn't cons25) Is there a way to fix this? I need to go between all three systems easily. Any more suggestions will be greatly appreciated. Also if you need more info on my setup, let me know. David From owner-freebsd-questions Fri Oct 3 12:14:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA06593 for questions-outgoing; Fri, 3 Oct 1997 12:14:35 -0700 (PDT) Received: from mailhost.PII.COM (pii.com [192.77.209.1]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA06586 for ; Fri, 3 Oct 1997 12:14:32 -0700 (PDT) Received: from PII.COM by PII.COM (4.1/SMI-4.4) id AA29674; Fri, 3 Oct 97 12:19:52 PDT Received: from PII-Message_Server by pii.com with Novell_GroupWise; Fri, 03 Oct 1997 12:27:13 -0700 Message-Id: X-Mailer: Novell GroupWise 4.1 Date: Fri, 03 Oct 1997 12:10:15 -0700 From: Robert Clark To: questions@freebsd.org Subject: PHP/FI, pg95, and apache 1.2.4. Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've buiilt the 1.2.4 release of apache, with PHP/FI 2.0, tring to hit Postgresql 6.1 on the same system. I'm not getting any output from PHP/FI. Any help or advice would be greatly appreciated. Its a Freebsd 2.2R system. Thanks, [RC] From owner-freebsd-questions Fri Oct 3 12:20:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA06815 for questions-outgoing; Fri, 3 Oct 1997 12:20:00 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA06805 for ; Fri, 3 Oct 1997 12:19:55 -0700 (PDT) Received: (qmail 4452 invoked by uid 1008); 3 Oct 1997 19:24:28 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 4446 invoked from network); 3 Oct 1997 19:24:27 -0000 Received: from sendero-ppp.i-connect.net (206.190.143.100) by primer.i-connect.net with SMTP; 3 Oct 1997 19:24:27 -0000 Received: (qmail 921 invoked by uid 1000); 3 Oct 1997 19:20:10 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha-092597 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 03 Oct 1997 12:20:10 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: "Alex.Boisvert" , freebsd-dlm@primer.i-connect.net Subject: RE: Don't appologize Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi "Alex.Boisvert"; On 03-Oct-97 you wrote: [ With your permission, it is of general interest ] > Hello Simon - > > Maybe I am probably one of the few that *really* wanted to get on your > mailing list about "dlm", but I am very surprised to see that some > people > react this violently to so-called "spam mail" since it is far from being > so. > > I, too, hope it does not represent the FreeBSD community... or else, > will > we have to build moderated/filtered/private mailing-lists in the future? > I hope not. There seems to be so much "anger" on the internet, and > shouting to someone you don't know is always easy. Don't take it > personally, don't appologize, people are overly (?) rude about this. You are not a minority. The count runs 8:2 in line with your message. I KNOW the FreeBSD community is not like that. I think people have a deep need to march to some flag. The level of intensity is somewhat unrelated to the cause and tightly coupled to the personality. I think the leasson learned is worth the price :-) > About DLM. I have read the .DVI file on DLM, I think it's a very good > presentation. It answered most of my questions. I like the fact that > you describe the implementation, since I'm fairly new to UNIX kernel > programming. (I'm been programming in user land too long ;-) You can always change that:-) thanx for the compliment. > I have a few questions, maybe you'll want to answer them on the list or > privately. > > 1-Will DLM be included in FreeBSD 3.0 (when released) > (You did mention that you spoke with the Core Team....) I have no clue. The review process, especially for ``outside'' contribution is complex and lengthly. The concepts and services presented by the DLM are new. I am offering it. Will they accept it? Dunno. > 2-I didn't understand what Spldlm was... I must admit that > I don't know what "spl" stands for? (guess: ... priority level?) The way Unix kernels manage `critical sections'' (A section of code you do not want interrupted. More accurately, a section of code you want to run without danger of being preempted by someone else who will run it again and clobber you). SPL Stands for Software Priority Level. IN the traditional Unix, this is an ordered list of priorities. For example, splclock is higher than spltty, which is higher than splbio. What that means is that if a clock interrupt occurs, it will preempt the keyboard, which can preempt the disk (bio = Block I/O). The problem with that is that a code that executes in spltty can write ober variables that use splbio to protect themselves. In FreeBSD these are simply bitmasks; If I am in splbio, nobody else can be. Period. The spldlm, for example, is a mask of a unique dlm bit and the clock bit. This means that only the clock and the dlm will be locked out, and if the clock is running, the dlm will wait. The reason we created a whole new level (a paractice normally frawned upon by kernel types), is that the DLM needs to run for just about any priority level in the kernel, and may be called from or use networking, SCSI, VM (distributed shared memory), etc. > 3-Do you have links to some information about DBFS? Not yet. > 4-I have asked you this question before, but I can't see any reference > to this in the DLM documentation. Are "leased locks" supported? > (Acquiring a lock for a limited period of say, 10 seconds) This > should > be enforced by the dlm. I would like to add this functionality. We need to discuss this a bit; Since the locks are cumulative, how do we date a lock? Say, we #define READ_LOCK 1 #define CONTROL_LOCK (1 << 1) #define READ_CONFLICT (1 << 1) ... What we say is that READ operations only conflict with CONTROL operations. This allows multiple clients to apply for a read lock. What will happen is that state_ref_count will increment with every request. How do we define the lock's age? From creation time? From the last request? I really do not have an opinion :-) Also, if we choose creation time as its age determinator, is it OK to reset creation time every time a ref_count goes down to zero? Should we have a timestamp on every bit? Or maybe only on the lock as a whole? If we reach an agreement, I will add it to the lock code. It is a good thing to have. > 4-Technical: If a remote lock is asked for, and a timeout occurs > during the dlm-dlm transfert, but a lock is effectively granted on > the remote host... is the lock lost? (the resquesting process will > not know it has acquired the lock...) What happens is this: If a lock has both a local and a remote leg, timeouts are not used. I.e. I do not start the remote leg until the local lock is ackuired. The remote side does not ue timeouts on remote (to him) requests. So, a shared lock first acquires a local lock. If it fails, if fails. Oce the local is acquired, we ask for the remote part. The remote is obliged to serve the request immediately. If that fails, we unlock the local leg and return failure. Now adding ``leased locks'' will complicate this a bit. Right? :-) --- Sincerely Yours, Simon Shapiro Atlas Telecom Senior Architect 14355 SW Allen Blvd., Suite 130 Beaverton OR 97005 Shimon@i-Connect.Net Voice: 503.799.2313 From owner-freebsd-questions Fri Oct 3 12:20:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA06981 for questions-outgoing; Fri, 3 Oct 1997 12:20:24 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id MAA06955 for ; Fri, 3 Oct 1997 12:20:17 -0700 (PDT) Received: (qmail 4499 invoked by uid 1008); 3 Oct 1997 19:24:38 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 4488 invoked from network); 3 Oct 1997 19:24:37 -0000 Received: from sendero-ppp.i-connect.net (206.190.143.100) by primer.i-connect.net with SMTP; 3 Oct 1997 19:24:37 -0000 Received: (qmail 958 invoked by uid 1000); 3 Oct 1997 19:20:11 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha-092597 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <199710030724.AAA04419@lestat.nas.nasa.gov> Date: Fri, 03 Oct 1997 12:20:11 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: Jason Thorpe Subject: Re: Advice Seeked - Non-Invasive Metrics Techniques Cc: freebsd-dlm@primer.i-connect.net, freebsd-hackers@freebsd.org Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi Jason Thorpe; On 03-Oct-97 you wrote: > On Fri, 03 Oct 1997 00:00:22 -0700 (PDT) > Simon Shapiro wrote: > > > I need to carefully tune and analyze timing and perfromance > statistics. > > Mainly to identify why some rotines in the DLM take so much time. > > I guess generic kernel profiling isn't enough, here? It is not an issue of ``not enough'' but rather of ``too much''. I need a light-weight mechanism that can stay there. Also, for my own edification, I was curuious about the efficiency of my code. --- Sincerely Yours, Simon Shapiro Atlas Telecom Senior Architect 14355 SW Allen Blvd., Suite 130 Beaverton OR 97005 Shimon@i-Connect.Net Voice: 503.799.2313 From owner-freebsd-questions Fri Oct 3 12:52:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA08939 for questions-outgoing; Fri, 3 Oct 1997 12:52:59 -0700 (PDT) Received: from bitbox.follo.net (bitbox.follo.net [194.198.43.36]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA08933 for ; Fri, 3 Oct 1997 12:52:53 -0700 (PDT) Received: (from eivind@localhost) by bitbox.follo.net (8.8.6/8.8.6) id VAA02021; Fri, 3 Oct 1997 21:51:18 +0200 (MET DST) Message-ID: <19971003215118.18408@bitbox.follo.net> Date: Fri, 3 Oct 1997 21:51:18 +0200 From: Eivind Eklund To: Jose Monteiro Cc: freebsd-questions@FreeBSD.ORG Subject: Re: patched sysinstall References: <3446c808.25562116@mail.leirianet.pt> <199709301524.RAA23322@bitbox.follo.net> <343f173f.28497792@mail.leirianet.pt> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69e In-Reply-To: <343f173f.28497792@mail.leirianet.pt>; from Jose Monteiro on Fri, Oct 03, 1997 at 04:05:10PM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Oct 03, 1997 at 04:05:10PM +0000, Jose Monteiro wrote: > No dia Tue, 30 Sep 1997 17:24:31 +0200 (MET DST), escreveu o seguinte: > > >> > >> Hi, > >> > >> Where can I find a patched sysinstall? One that doesn't scramble > >> rc.conf? > > > >Boot from a boot-floppy from releng22.freebsd.org, and grab it from > >there (yes, I know it is a hassle) > > Yes, it is a big hassle! > > Does it messes with the actual rc.conf? No, not if you do it right - you just boot the floppy, start an emergency holographic shell, mount the HD, and copy sysinstall from the floppy. This doesn't mess with anything. (You might need to use the fixit floppy; I don't quite remember). > This is a fully confgured services machine, i can't loose a single > file, so, is it safe to boot from the floppy to substitute sysinstall? Yes, as long as you follow the above instructions. Eivind. From owner-freebsd-questions Fri Oct 3 13:00:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA09492 for questions-outgoing; Fri, 3 Oct 1997 13:00:45 -0700 (PDT) Received: from Bayou.UH.EDU (jef53313@Bayou.UH.EDU [129.7.1.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA09430 for ; Fri, 3 Oct 1997 13:00:12 -0700 (PDT) Received: from localhost (jef53313@localhost) by Bayou.UH.EDU (8.8.7/8.8.7) with SMTP id PAA30829 for ; Fri, 3 Oct 1997 15:00:06 -0500 (CDT) Date: Fri, 3 Oct 1997 15:00:06 -0500 (CDT) From: Jonathan Fosburgh To: freebsd-questions@freebsd.org Subject: Re: Only root can use ppp or tun0? In-Reply-To: <199710031831.OAA15103@pop.cc.nih.gov> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have a somewhat similar problem. In order for any non-root users to be able to do things like run telnet, irc, tinyfugue, or other net apps on my computer I have to have them on group wheel. How can I change this so I can put them in the generic users group? Jonathan Fosburgh, wotan@scientist.com , University of Houston Geophysics ******************************************************************************* We shall not cease from exploration, And the end of our exploring shall be to arrive Where we started from, and know the place for the first time. --T.S. Eliot, The Four Quartets ******************************************************************************* From owner-freebsd-questions Fri Oct 3 13:07:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA09849 for questions-outgoing; Fri, 3 Oct 1997 13:07:04 -0700 (PDT) Received: from ammi.mclink.it (ammi.mclink.it [192.106.166.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA09840 for ; Fri, 3 Oct 1997 13:06:54 -0700 (PDT) Received: from IRIS (net130-032.mclink.it [195.110.130.32]) by ammi.mclink.it (8.8.5/8.6.12) with SMTP id VAA17245 for ; Fri, 3 Oct 1997 21:50:42 +0200 (MET DST) Message-ID: <3435487D.41C6@mclink.it> Date: Fri, 03 Oct 1997 21:33:17 +0200 From: Marco Masotti X-Mailer: Mozilla 3.01SGoldC-SGI (X11; I; IRIX 6.3 IP32) MIME-Version: 1.0 To: questions@freebsd.org Subject: Quake and Xing Streamworks behind masquerading ppp host Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm trying to run Quake and the Xing Streamworks player on a private Lan, connected via the ppp in alias mode. The machine is a May Snapshot. Has anyone been successful in this setup? Thanks -Marco PS: Ping and general Tcp based apps are ok on the masqueraded host, pop3 &smtp, http, nntp, etc. From owner-freebsd-questions Fri Oct 3 14:10:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA13028 for questions-outgoing; Fri, 3 Oct 1997 14:10:12 -0700 (PDT) Received: from goof.com (goof.com [128.173.247.211]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA13010 for ; Fri, 3 Oct 1997 14:10:04 -0700 (PDT) From: jtroy@goof.com Received: (qmail 20523 invoked by uid 15009); 3 Oct 1997 21:09:46 -0000 Message-ID: <19971003210946.20522.qmail@goof.com> Subject: Re: Motif libs/includes To: freebsd-questions@freebsd.org Date: Fri, 3 Oct 1997 17:09:46 -0400 (EDT) In-Reply-To: <19971002091024.60036@mooseriver.com> from "Josef Grosch" at Oct 2, 97 09:10:25 am X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > On Thu, Oct 02, 1997 at 10:00:29AM +0100, Bond, Jeffery wrote: > > Hi folks, > > > > Does anybody know if any Motif (or Motif-like) libraries and include > > files are available for FreeBSD, and if so, where can I get them? > > Specifically, I'm after the includes from /usr/X11R6/include/Xm/ and > > libXm.so.* > > > > Help much appreciated, > > > > Check http://www.xinside.com > > They have a very nice Motif environment for FreeBSD. > > > Josef > Actually, their URL changed to www.xig.com as did their company name. They are now XI Graphics instead of X Inside. -Jesse Troy jtroy@goof.com From owner-freebsd-questions Fri Oct 3 14:31:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA13870 for questions-outgoing; Fri, 3 Oct 1997 14:31:23 -0700 (PDT) Received: from rfd1.oit.umass.edu (mailhub.oit.umass.edu [128.119.175.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA13852; Fri, 3 Oct 1997 14:31:16 -0700 (PDT) Received: from lessing.oit.umass.edu by rfd1.oit.umass.edu (PMDF V5.1-10 #20973) with ESMTP id <0EHH00590VRTQM@rfd1.oit.umass.edu>; Fri, 3 Oct 1997 17:31:06 -0400 (EDT) Received: from localhost (gp@localhost) by lessing.oit.umass.edu (8.8.3/8.8.6) with SMTP id RAA19557; Fri, 03 Oct 1997 17:31:04 -0400 (EDT) Date: Fri, 03 Oct 1997 17:31:03 -0400 (EDT) From: Greg Pavelcak Subject: Re: ppbus problems In-reply-to: <34352F41.237C228A@whistle.com> To: Nicolas Souchu Cc: Nicolas Souchu , Greg , hardware@FreeBSD.ORG, questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ppbus problem update edited by me (Greg) informing Mr. Souchu of results. Using ppbus, I got this dmesg and system would just hang when I tried fdisk. ppc0 at 0x278 irq 12 flags 0x1 on isa ppc0: Generic chipset in NIBBLE mode plip0: on ppbus 0 nlpt0: on ppbus 0 nlpt0: Interrupt-driven port ppi0: on ppbus 0 vpo0: on ppbus 0 scbus0 at vpo0 bus 0 sd0 at scbus0 target 6 lun 0 sd0: type 0 removable SCSI 2 sd0: Direct-Access sd0: UNIT ATTENTION asc:28,0 sd0: Not ready to ready transition, medium may have changed 862MB (196608 4592 byte sectors) >Nicolas Souchu wrote: > > I suspect data corruption... Please, try without any disk inside the drive > during boot. Try fdisk once the system is started (without any disk either), > you should get "medium not present" error. Then try with a disk inserted. > > -- > Nicolas.Souchu@prism.uvsq.fr > FreeBSD - Turning PC's into workstations - http://www.FreeBSD.org > I tried this. I don't remeber the boot message when I booted without the disk, but fdisk still hung. I did not get "medium not present". I've since built a kernel with ppa3. I'm having better luck with that. Of four disks, I was able to fdisk all of them, mount and ls 2 of them (the other 2 I could apparently mount, but they showed nothing on ls and I know there's stuff there) and copied some stuff from one to my hard drive. These were all msdos formatted. I couldn't disklabel any of them. Something about no available space. Anyway thanks for all the help. I'm willing to keep trying with ppbus, if you have any other ideas. Greg From owner-freebsd-questions Fri Oct 3 14:36:32 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA14188 for questions-outgoing; Fri, 3 Oct 1997 14:36:32 -0700 (PDT) Received: from punt-1.mail.demon.net (punt-1c.mail.demon.net [194.217.242.136]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id OAA14181 for ; Fri, 3 Oct 1997 14:36:28 -0700 (PDT) Received: from cyberworld.demon.co.uk ([158.152.125.109]) by punt-1.mail.demon.net id aa1115695; 3 Oct 97 22:16 BST Message-ID: <34356099.2781E494@cyberworld.demon.co.uk> Date: Fri, 03 Oct 1997 22:16:09 +0100 From: Lee Johnston X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.1.6-RELEASE i386) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk unsubscribe freebsd-questions From owner-freebsd-questions Fri Oct 3 16:30:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA19832 for questions-outgoing; Fri, 3 Oct 1997 16:30:09 -0700 (PDT) Received: from rfd1.oit.umass.edu (mailhub.oit.umass.edu [128.119.175.4]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA19795 for ; Fri, 3 Oct 1997 16:30:00 -0700 (PDT) Received: from lessing.oit.umass.edu by rfd1.oit.umass.edu (PMDF V5.1-10 #20973) with ESMTP id <0EHI00I27193J5@rfd1.oit.umass.edu> for questions@FreeBSD.ORG; Fri, 3 Oct 1997 19:29:27 -0400 (EDT) Received: from localhost (gp@localhost) by lessing.oit.umass.edu (8.8.3/8.8.6) with SMTP id TAA27656 for ; Fri, 03 Oct 1997 19:29:27 -0400 (EDT) Date: Fri, 03 Oct 1997 19:29:27 -0400 (EDT) From: Greg Pavelcak Subject: Parallel port connection laptop<-->desktop To: questions@FreeBSD.ORG Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am trying to connect my laptop and desktop via parallel ports. They can successfully ping one another; but if I try to mount -t nfs host:path, I get NFS Postmap: RPC: Program not registered. rpcinfo on both machines gives program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper Can anyone tell me how to make this work? Thanks Greg From owner-freebsd-questions Fri Oct 3 16:35:21 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA20096 for questions-outgoing; Fri, 3 Oct 1997 16:35:21 -0700 (PDT) Received: from scheme.xcf.berkeley.edu (scheme.XCF.Berkeley.EDU [128.32.43.207]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA20090 for ; Fri, 3 Oct 1997 16:35:18 -0700 (PDT) Received: (qmail 15028 invoked by uid 27268); 3 Oct 1997 23:27:07 -0000 Date: 3 Oct 1997 23:27:07 -0000 Message-ID: <19971003232707.15027.qmail@scheme.xcf.berkeley.edu> From: Jason Alan Nordwick MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@freebsd.org Subject: where are all the system calls ? X-Mailer: VM 6.32 under Emacs 19.34.1 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I was looking through the source, and I cannot seem to find all of the system calls. I see them in kern/sys_generic.c, but is that only the kernel's version ? (doesn't look like it). And libc seems to have a procedure called write in it's symbol table, but I cannot find out where it is defined... Does the compiler do something ? I looked through the Makefiles and could not determine if kern/sys_generic.c is compiled into it. Thanks, Jay -- Join the FreeBSD Revolution! mailto:nordwick@xcf.berkeley.edu http://xcf.berkeley.edu/~nordwick From owner-freebsd-questions Fri Oct 3 17:04:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA21457 for questions-outgoing; Fri, 3 Oct 1997 17:04:57 -0700 (PDT) Received: from puma.cyberport.com (root@puma.cyberport.com [204.134.75.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA21451 for ; Fri, 3 Oct 1997 17:04:53 -0700 (PDT) Received: from hippo.cyberport.com (cowan@hippo.cyberport.com [204.134.75.2]) by puma.cyberport.com (8.8.7/8.8.4) with SMTP id SAA06769 for ; Fri, 3 Oct 1997 18:04:47 -0600 (MDT) Date: Fri, 3 Oct 1997 18:04:47 -0600 (MDT) From: Cowan Bowman To: questions@freebsd.org Subject: /dev/rccd1c: CAN'T CHECK FILE SYSTEM Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I get the following error when my system boots. [Boots mesages previous to these are OK] /dev/rccd0c:clean, 6139467 free (11 frags, 767432 blocks, 0.0% fragmentation) /dev/rsd3a:clean, 4069357 free (13 frags, 508668 blocks, 0.0% fragmentation) cannot alloc 1989121 bytes for statemap /dev/rccd1c: CAN'T CHECK FILE SYSTEM. /dev/rccd1c: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. Automatic file system check failed... help! Enter pathname of shell or RETURN for sh: I hit enter to go into single user mode, run fsck manually, it checks out fine. I exit and it continues to boot without any problems. Anyone have any Ideas what is happening? If any more info is needed mail me and I'll reply with the info. Thanks, Cowan From owner-freebsd-questions Fri Oct 3 17:17:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA22155 for questions-outgoing; Fri, 3 Oct 1997 17:17:04 -0700 (PDT) Received: from saluki-mail.siu.edu (saluki-mail.siu.edu [131.230.252.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA22150 for ; Fri, 3 Oct 1997 17:17:01 -0700 (PDT) Received: from techie (ws2.c-ag.siu.edu [131.230.82.2]) by saluki-mail.siu.edu (AIX4.2/UCB 8.7/8.7) with SMTP id TAA141404; Fri, 3 Oct 1997 19:15:05 -0500 (CDT) Message-ID: <34358A93.42FD@midwest.net> Date: Fri, 03 Oct 1997 19:15:15 -0500 From: Jon Lyons X-Mailer: Mozilla 3.02 (WinNT; I) MIME-Version: 1.0 To: Marco Masotti CC: questions@FreeBSD.ORG Subject: Re: Quake and Xing Streamworks behind masquerading ppp host References: <3435487D.41C6@mclink.it> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nope, I've tried all the latest versions of ppp, but quake still connects, then just drops...However there is a quake proxy bot, which is what I use, let me know if you need it, there may also be something for streamworks... Later Marco Masotti wrote: > > I'm trying to run Quake and the Xing Streamworks player on a private > Lan, connected via the ppp in alias mode. > > The machine is a May Snapshot. > > Has anyone been successful in this setup? > > Thanks > > -Marco > > PS: Ping and general Tcp based apps are ok on the masqueraded host, pop3 > &smtp, http, nntp, etc. From owner-freebsd-questions Fri Oct 3 17:34:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA23120 for questions-outgoing; Fri, 3 Oct 1997 17:34:03 -0700 (PDT) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA23080 for ; Fri, 3 Oct 1997 17:33:58 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id KAA05410; Sat, 4 Oct 1997 10:02:51 +0930 (CST) Message-ID: <19971004100251.36524@lemis.com> Date: Sat, 4 Oct 1997 10:02:51 +0930 From: Greg Lehey To: Steve Hovey Cc: Dave Hummel , questions@FreeBSD.ORG Subject: Re: slow telnet References: <19971003152114.25106@lemis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Steve Hovey on Fri, Oct 03, 1997 at 08:59:55AM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Oct 03, 1997 at 08:59:55AM -0400, Steve Hovey wrote: > On Fri, 3 Oct 1997, Greg Lehey wrote: > >> On Thu, Oct 02, 1997 at 02:15:14PM -0400, Steve Hovey wrote: >>> >>> I notices here starting with 2.1R that an rlogin would be slow in direct >>> inverse proportion to the stty baud rate setting. >>> >>> So at a $ prompt type stty 9600 and see if it suddenly speeds up. >> >> No, this is incorrect. It has no effect on an IP connection. > > It does for rlogin - and is most noticible on slower modems. How do you measure this? This can't work. IP just doesn't work that way. Of course, it's just barely possible that you have uncovered some bug, but I just couldn't imagine where. Anyway, just to check, I've set up an rlogin to FreeBSD.org. I then timed running a 'ps aux'. Here are the results: === grog@hub (/dev/ttypk) ~ 2 -> stty -a speed 9600 baud; 70 rows; 120 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo -extproc iflags: -istrip icrnl -inlcr -igncr -ixon -ixoff ixany imaxbel -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr -oxtabs cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ; stop = ^S; susp = ^Z; time = 0; werase = ^W; === grog@hub (/dev/ttypk) ~ 3 -> time ps aux ... root 3 0.0 0.0 0 12 ?? DL 7Jun97 20:01.45 (vmdaemon) 1.92 real 0.10 user 0.29 sys === grog@hub (/dev/ttypk) ~ 6 -> stty speed 50 9600 === grog@hub (/dev/ttypk) ~ 7 -> stty -a speed 50 baud; 70 rows; 120 columns; lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo -extproc iflags: -istrip icrnl -inlcr -igncr -ixon -ixoff ixany imaxbel -ignbrk brkint -inpck -ignpar -parmrk oflags: opost onlcr -oxtabs cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow -dtrflow -mdmbuf cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; eol2 = ; erase = ^H; intr = ^C; kill = ^U; lnext = ^V; min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ; stop = ^S; susp = ^Z; time = 0; werase = ^W; root 2 0.0 0.0 0 12 ?? DL 7Jun97 87:41.77 (pagedaemon) === grog@hub (/dev/ttypk) ~ 8 -> time ps aux ... 0.46 real 0.07 user 0.30 sys === grog@hub (/dev/ttypk) ~ 9 -> The difference in time is coincidental; the net's a bit congested today. The fact is, stty is talking to a pty, which doesn't transmit data serially, so there is nowhere for the bit rate to be applied. In any case, the pty runs only locally. You might just as well set the bit rate on a console window or an xterm. In general, people: if you have a suspicion that a problem may be due to something you have discovered, and you're not deep gurus in the area, check the details before you broadcast it to the world. It can save embarrassment. Greg From owner-freebsd-questions Fri Oct 3 17:34:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA23157 for questions-outgoing; Fri, 3 Oct 1997 17:34:22 -0700 (PDT) Received: from localhost.earthlink.net (1Cust117.max33.boston.ma.ms.uu.net [153.35.85.245]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA23148 for ; Fri, 3 Oct 1997 17:34:14 -0700 (PDT) Received: (from mjpell@localhost) by localhost.earthlink.net (8.8.5/8.8.5) id UAA26339; Fri, 3 Oct 1997 20:47:24 -0400 (EDT) Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Fri, 03 Oct 1997 20:46:36 -0400 (EDT) From: Michael John Pelletier To: Doug White Subject: Re: Please read; I thinking about buying a laptop... Cc: freebsd-questions@FreeBSD.ORG, Doug White Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Thanks for taking the time to answer my questions. I will look at the Digital stuff now... Once again, thanks On 03-Oct-97 Doug White wrote: >On Mon, 29 Sep 1997, Michael John Pelletier wrote: > >> Hi, >> >> I need some serious insight. I am thinking >> about buying a laptop and I want to have dual O.S. >> (probably win95 (yuck) and FreeBSD. Could anyone >> tell me if there are any problems with laptop support. >> I am very close to buying the Micron XKE or XPE. >> >> Please help, I need to buy this quickly, for >> my job. I don't want to get stuck with a laptop >> which I can not use UNIX on.... > >The Digital HiNote series is a proven FreeBSD runner (at least some of the >older models). They recently became available by mail order from PC >Connection; I'm probing my local DEC dealer to see if they can beat the >price. The PAO group has one floating around in their midst, so it should >work. > >The top end unit, the HiNote VP 575, with a P166MMX, 16MB RAM, 2.1GB hard >drive, TFT, and CD/floppy unit, is about $3400. > >Doug White | University of Oregon >Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant >http://gladstone.uoregon.edu/~dwhite | Computer Science Major ---------------------------------- E-Mail: Michael John Pelletier Date: 03-Oct-97 Time: 20:46:38 This message was sent by XFMail ---------------------------------- From owner-freebsd-questions Fri Oct 3 17:40:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA23559 for questions-outgoing; Fri, 3 Oct 1997 17:40:30 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA23552 for ; Fri, 3 Oct 1997 17:40:27 -0700 (PDT) Received: from mail.cdsnet.net (mail.cdsnet.net [204.118.244.5]) by mail.cdsnet.net (8.8.6/8.8.6) with SMTP id RAA24843; Fri, 3 Oct 1997 17:40:24 -0700 (PDT) Date: Fri, 3 Oct 1997 17:40:23 -0700 (PDT) From: Jaye Mathisen To: Cowan Bowman cc: questions@FreeBSD.ORG Subject: Re: /dev/rccd1c: CAN'T CHECK FILE SYSTEM In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Some of the memory limits are too low in login.conf for the /etc/rc settings. Raise them. A quick fix is to do: /bin/csh unlimit fsck drives ^D a few times until it finished booting. On Fri, 3 Oct 1997, Cowan Bowman wrote: > > I get the following error when my system boots. > > [Boots mesages previous to these are OK] > > /dev/rccd0c:clean, 6139467 free (11 frags, 767432 blocks, 0.0% fragmentation) > /dev/rsd3a:clean, 4069357 free (13 frags, 508668 blocks, 0.0% fragmentation) > cannot alloc 1989121 bytes for statemap > /dev/rccd1c: CAN'T CHECK FILE SYSTEM. > /dev/rccd1c: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. > Automatic file system check failed... help! > Enter pathname of shell or RETURN for sh: > > > I hit enter to go into single user mode, run fsck manually, it checks out > fine. I exit and it continues to boot without any problems. > > Anyone have any Ideas what is happening? > If any more info is needed mail me and I'll reply with the info. > > Thanks, Cowan > From owner-freebsd-questions Fri Oct 3 19:01:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA26562 for questions-outgoing; Fri, 3 Oct 1997 19:01:29 -0700 (PDT) Received: from Miho.Dorm13.NCTU.edu.tw (jason@Miho.Dorm13.NCTU.edu.tw [140.113.139.207]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA26552 for ; Fri, 3 Oct 1997 19:01:22 -0700 (PDT) Received: (from jason@localhost) by Miho.Dorm13.NCTU.edu.tw (8.8.7/8.8.7) id KAA05740 for questions@freebsd.org; Sat, 4 Oct 1997 10:00:19 +0800 (CST) From: Jason Chang Message-Id: <199710040200.KAA05740@Miho.Dorm13.NCTU.edu.tw> Subject: netd in free(): warning: junk pointer, too low to make sense. To: questions@freebsd.org Date: Sat, 4 Oct 1997 10:00:19 +0800 (CST) X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Recenly, there often shows "netd in free(): warning: junk pointer, too low to make sense." when I try to telnet/rlogin my freebsd box. Would someone please tell me what is the reason of this message? From owner-freebsd-questions Fri Oct 3 19:22:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA27347 for questions-outgoing; Fri, 3 Oct 1997 19:22:36 -0700 (PDT) Received: from kevin.sunshine.net ([204.191.205.83]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA27340 for ; Fri, 3 Oct 1997 19:22:31 -0700 (PDT) Received: from localhost (cagey@localhost) by kevin.sunshine.net (8.8.5/8.8.5) with SMTP id SAA00325; Fri, 3 Oct 1997 18:57:53 -0700 (PDT) X-Authentication-Warning: kevin.sunshine.net: cagey owned process doing -bs Date: Fri, 3 Oct 1997 18:57:49 -0700 (PDT) From: Kevin Eliuk X-Sender: cagey@kevin.sunshine.net To: Tom Olenio cc: questions@FreeBSD.ORG Subject: Re: Floppy Install Question In-Reply-To: <3434F3AC.48B4@world.std.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 3 Oct 1997, Tom Olenio wrote: > Hello Questions, > > I am going to do a floppy install of release 2.1.7.1 (no network, no > CDROM) and have a question as to what I need. > > The instructions say to copy to disk all the files in the "bin (binary > distribution) directory". > > My question is do they mean all the files in all the folders of release > /2.1.7.1/, or all the files in the subdirectory /2.1.7.1/bin/? > > Right now I have all the /2.1.7.1/bin/ files and a boot disk imaged. In > re-reading everything I wonder if I have only copied a small amount of > all the files I will need. > > It is my understanding that this type of install (floppies) is my only > option. The software is going to be loaded on a 386, 20Hz, SX, that has > 720mg hard drive, 5 1/4" & 3 1/2" floppy drives, and external modem, > with DOS and Telix installed. Are there install options I am unaware of > to complete this install on this machine? (I obviously have access to > the internet) You also have the option of installing from c:\freebsd\bin and select Install From a dos partition option. This is a lot faster. (See http://www.freebsd.org/handbook/handbook.html 2.2.3. Before installing from a MS-DOS partition) You will probably want to include in an install: /doc/* (Handbook, FAQ, and papers) /manpages/* (manual pages) /src/ssys.* (kernel sources) Hope this helped. -- =| Regards, =| FreeBSD ==> http://www.FreeBSD.org =| Kevin G. Eliuk =| "Free at last, free at last, ...." British Columbia *BSD User Directory ==> http://www.cynic.net From owner-freebsd-questions Fri Oct 3 19:34:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA27848 for questions-outgoing; Fri, 3 Oct 1997 19:34:02 -0700 (PDT) Received: from stoner.sinet.com (root@[204.233.141.228]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA27823 for ; Fri, 3 Oct 1997 19:33:59 -0700 (PDT) Received: from raider.sinet.com ([206.52.54.21]) by stoner.sinet.com with smtp id m0xHKOl-0003c6C (Debian Smail-3.2 1996-Jul-4 #2); Fri, 3 Oct 1997 21:56:55 -0500 (CDT) Received: by raider.sinet.com with Microsoft Mail id <01BCD043.CC853740@raider.sinet.com>; Fri, 3 Oct 1997 21:32:07 -0500 Message-ID: <01BCD043.CC853740@raider.sinet.com> From: LPW To: "'freebsd-questions@freebsd.org'" Subject: rc.conf Date: Fri, 3 Oct 1997 21:32:06 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id TAA27832 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello all, I finally got my ethernet card to work. I however can't get networking working because of a messed up rc.conf (I think). I've searched the mailing list archive. For FreeBSD 2.2.2-release, what's the easiest way to fix this? Should I just wait for 2.2.5 to come out? Thanks, Lester From owner-freebsd-questions Fri Oct 3 23:34:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA00747 for questions-outgoing; Fri, 3 Oct 1997 23:34:10 -0700 (PDT) Received: from twilight.c-zone.net (root@twilight.c-zone.net [207.211.22.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA00742 for ; Fri, 3 Oct 1997 23:34:06 -0700 (PDT) From: osmosis@c-zone.net Received: from rdd-ca2-28.dial.c-zone.net (rdd-ca2-28.dial.c-zone.net [207.211.22.107]) by twilight.c-zone.net (8.8.5/8.8.0) with SMTP id XAA02703 for ; Fri, 3 Oct 1997 23:34:09 -0700 Message-ID: <34349147.49D8@c-zone.net> Date: Thu, 02 Oct 1997 23:31:35 -0700 X-Mailer: Mozilla 3.03 (Win16; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: shirts? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Perhaps the developing team should print out shirts, with Daemon on the front, and the text "Release the Daemon from within your computer" or something cheesy like that. From owner-freebsd-questions Fri Oct 3 23:35:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA00955 for questions-outgoing; Fri, 3 Oct 1997 23:35:28 -0700 (PDT) Received: from dns ([200.36.173.161]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA07549 for ; Fri, 3 Oct 1997 23:21:31 -0700 (PDT) Received: from dns.optel.net (pcrab.optel.net [206.48.97.3]) by dns (8.6.12/8.6.12) with SMTP id AAA00436 for ; Sat, 4 Oct 1997 00:54:22 -0700 From: "Roberto Abarca" To: Subject: slow response from a remote lan Date: Sat, 4 Oct 1997 00:41:33 -0600 Message-ID: <01bcd090$8e8b67a0$036130ce@dns.optel.net> 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 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dear Sirs, I have installed a freeBSD server locate in a local Lan Segment in my office, I have a remote office located in other city and we have a 64 kbps leased line from my office to the remote office with a couple routers an we are using TCP/IP. My local office has a direct Internet conexion, and the remote office gets access to the Internet too across my local office. In my local office I have a class C network and in the remote office I have a 30 hosts subnet (255.255.255.224). The problem is this: If I access WEB, MAIL, Telnet or FTP services into my FreeBSD server from Internet or from my local office everything works fine, but if I try to access the same services from my remote office the response is very slow, if I try to open a telnet session from my remote office it takes up to 5 minutes to holding to get the connection, if I try to send e-mail I have to retry several times to contact the server (once the server is contacted everything looks fine), i was checking routing, processes in the Server, performance, cpu utilization, memory and everything is OK. I will appreciate any help to solve this problems. Thanks, Roberto Abarca ______________________________ Optel Telecomunicaciones S.A. de C.V. Sierra Santa Rosa # 61 Col. Lomas de Chapultepec Mexico D.F. C.P. 11650 Tel: (525) 201.40.01 Fax:(525) 201.40.30 http://www.optel.net From owner-freebsd-questions Fri Oct 3 23:35:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA01006 for questions-outgoing; Fri, 3 Oct 1997 23:35:38 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id UAA29119 for ; Fri, 3 Oct 1997 20:07:40 -0700 (PDT) Received: (qmail 437 invoked by uid 1008); 4 Oct 1997 03:08:09 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 431 invoked from network); 4 Oct 1997 03:08:08 -0000 Received: from zeus.gel.usherb.ca (132.210.70.7) by primer.i-connect.net with SMTP; 4 Oct 1997 03:08:08 -0000 Received: from castor.gel.usherb.ca by zeus.gel.usherb.ca (4.1/SMI-4.1) id AA05406; Fri, 3 Oct 97 23:07:35 EDT Received: by castor.gel.usherb.ca (SMI-8.6/SMI-SVR4) id XAA29616; Fri, 3 Oct 1997 23:07:34 -0400 Date: Fri, 3 Oct 1997 23:07:33 -0400 (EDT) From: "Alex.Boisvert" To: Simon Shapiro Cc: freebsd-dlm@primer.i-connect.net Subject: RE: Don't appologize In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 3 Oct 1997, Simon Shapiro wrote: > > Hi "Alex.Boisvert"; On 03-Oct-97 you wrote: > [talking about leased locks...] > > I would like to add this functionality. We need to discuss this a bit; > Since the locks are cumulative, how do we date a lock? > Say, we > > #define READ_LOCK 1 > #define CONTROL_LOCK (1 << 1) > > #define READ_CONFLICT (1 << 1) > ... > > What we say is that READ operations only conflict with CONTROL operations. > This allows multiple clients to apply for a read lock. What will happen is > that state_ref_count will increment with every request. > > How do we define the lock's age? From creation time? From the last > request? I really do not have an opinion :-) Well the more I think about this, the more I realize that leased locks can't be enforced by the dlm. We must keep in mind that the whole locking mechanism is "cooperative", the processes are voluntarily using this concurrency mechanism (the resources themselves are never physically unavailable, so if a process really wanted to access a resource, it could at any time). If we had leased locks in the dlm, the dlm would have to inform the lock owner that one/many locks have expired. This isn't very practical since it's an asynchronous event sent from the kernel to kernel/userspace. Also, it would involve very sensitive time synchronizations between local and remote hosts. From what I read on this subject, this ain't pretty. I think the right way is to have the lock owner willingly enforce the lease time by themselves. This way, the dlm stays simple & elegant and only the dlm clients that want leased locking are penalized by the added complexity (and there is no asynchronous events ("push") between the dlm and its clients). A client that receives a lock can place it's own timestamp on it and release it when an arbitrary time as passed. This is in line with the spirit of "cooperative" concurrency. So next time I'll ask about a new feature, I'll think about its implications first ;-) From owner-freebsd-questions Fri Oct 3 23:36:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA01130 for questions-outgoing; Fri, 3 Oct 1997 23:36:06 -0700 (PDT) Received: from platynum.dynip.com (platypus@pm088-11.dialip.mich.net [198.110.68.146]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA29802 for ; Fri, 3 Oct 1997 20:27:36 -0700 (PDT) Received: from localhost (platypus@localhost) by platynum.dynip.com (8.8.5/8.8.5) with SMTP id XAA02245; Fri, 3 Oct 1997 23:25:44 -0400 (EDT) X-Authentication-Warning: platynum.dynip.com: platypus owned process doing -bs Date: Fri, 3 Oct 1997 23:25:43 -0400 (EDT) From: Jason Fuller X-Sender: platypus@platynum.dynip.com To: freebsd-questions@FreeBSD.ORG Subject: Question about my network server/gateway... Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am running my network out my ppp connection, but I am having trouble getting the leaf machine to go through the gateway. (Yes, the system is configured as a gateway, and the other machine, both in WFW and FreeBSD points to it for nameservice and as a gateway. It was suggested to me to send this information to you and see if you had any suggestions based on it. ppp.conf ################################################################# # # PPP Sample Configuration File # # Written by Toshiharu OHNO # # $Id: ppp.conf.sample,v 1.5.2.6 1997/05/12 14:08:52 brian Exp $ # ################################################################# # Default setup. Always executed when PPP is invoked. # default: set device /dev/modem set speed 57600 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" ATE1Q0 OK-AT-OK \\dATDT\\T TIMEOUT 40 CONNECT" # Example with login script # o From PPP prompt, # ppp> dial simplesite # automatically dials and performs the login script. # # ppp> load simplesite # loads and executes commands, but doesn't dial. # # o From shell, invoke as # % ppp simplesite # to load commands associated with the 'simplesite' label. Use, # ppp> dial # to establish the connection. # #simplesite: # set phone 12345678 # set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp ocol: ppp" # set timeout 120 michnet: set phone 868-6597 set login "TIMEOUT 15 host: ppp ogin: jful@dial-mich.net word: " set timeout 60 # Multi-phone example # #multiphone: # set phone 12345678:12345679:12345670:12345671 # set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp ocol: ppp" # If the peer requires to use CHAP, don't forget to supply authname # and authkey. # # If you'd like to use CHAP to authenticate with the peer, comment out # the line ``enable chap'' below. You also need to prepare /etc/ppp.secret. # # If the remote system sends its system name within the CHAP packet and it # is found in /etc/ppp.secret, then the secret key is taken from that file # and value of authkey specified here is ignored. # #chapsite: # set phone 12345678 # set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" # deny pap # accept chap # enable chap # set authname MySystemName # set authkey OurSecretKey # Speaking PAP is like speaking CHAP # #papsite: # set phone 12345678 # set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" # deny chap # accept pap # enable pap # set authname MyUserName # set authkey MyPassword # On demand dialup example # Here, we assume that local side use 192.244.185.226 and # remote side use 192.244.176.44 as their IP address. # You must supply -auto option to invoke PPP. # # $ ppp -auto ondemand # #ondemand: # set phone 1234567 # set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" # set timeout 120 # set ifaddr 192.244.185.226 192.244.176.44 255.255.255.0 # add 0 0 192.244.176.44 # Another on demand example # If the peer assigns us an arbitrary IP and we can't predict what their # IP will be either, take a wild guess at an some IPs that you can't # currently route to. Ensure that the "delete" and "add" lines are also # present in ppp.linkup so that when we connect, things will be put straight. # Note that it is illegal to use HISADDR here - HISADDR is only available # in ppp.linkup (after the value has been established). # # The /0 bit says that we insist on 0 bits of the specified IP actually # being correct, therefore, the other side can assign any IP numbers. # # We also set openmode active - this makes us initiate ppp negotiation. # The default is to wait for the server to start talking. # pmdemand: set phone 868-6597 set login "TIMEOUT 15 host: ppp ogin: jful@dial-mich.net word: PPP \"\"" set redial 0 0 set timeout 0 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 delete ALL add 0 0 10.0.0.2 set openmode active # Examples to connect using a null-modem cable from one machine to another. # The important thing here is to allow the lqr packets on both sides. # Without them enabled, we can't tell if the line's dropped - there # should always be carrier on a direct connection. # Here, the server sends lqr's every 10 seconds and quits if three in a # row fail. # # Make sure you don't have "deny lqr" in your default: on the client ! # #direct-client: # set dial "" # set line /dev/cuaa0 # set sp 115200 # set timeout 900 # set debug Phase Chat LQM # set login "TIMEOUT 5 -\\r-login:-\\r-login: ppp word: ppp HELLO" # set ifaddr 10.0.4.2 10.0.4.1 # add 10.0.4.2 255.255.255.255 127.0.0.1 #direct-server: # set timeout 900 10 3 # set debug Phase LQM # set ifaddr 10.0.4.1 10.0.4.2 # add 10.0.4.1 255.255.255.255 127.0.0.1 # Example to validate incoming user with CHAP # Invoke as ``ppp -direct users'' from login script. User's system name # and secret-key must be registered into /etc/ppp.secret. # IP address assigned to peer is registered in ppp.secret, then that # value is used and value in ``ifaddr'' command has no effect. # #users: # disable pap # enable chap # enable proxy # set authname ppp-server # set ifaddr 192.244.176.44 292.244.184.31 # Example of Callback Request # # Here, we assume that peer will hangup the line and initiates a callback # after successful authentication. We simply use chat script capability # and wait for a "NO CARRIER" response from our modem. # # $ ppp callback # #callback: # set phone 0312345678 # set login "ABORT NO\\sCARRIER TIMEOUT 5 login:-\\r-login: MyName word: MySecret TIMEOUT 20 DUMMY" # set debug phase chat # dial # quit # Example for PPP/TELNET and PPP/TCP. Read doc for further details # #ppptelnet: # set escape 0xff #ppptcp: # set device 192.244.191.33:2400 ppp.linkup ######################################################################### # # Example of ppp.linkup file # # # This file is checked when PPP establishes a connection. # PPP searches the labels in this file as follows: # # 1) The label that matches the IP number assigned to our side. # # 2) The label specified on the command line to ppp. # # 3) If no label has been found, use MYADDR if it exists. # # $Id: ppp.linkup.sample,v 1.3.2.1 1997/03/02 14:56:50 joerg Exp $ # ######################################################################### # If we've got 192.244.176.32 as our address, then regard peer as a gateway # to 192.244.176.0 network. # #192.244.176.32: # add 192.244.176.0 0 HISADDR # If we are invoked with an argument ``iij-demand'', then delete all # existing route entries and add the peer as the default gateway. # #iij-demand: # delete ALL # add 0 0 HISADDR # Otherwise, simply add peer as default gateway. # # #MYADDR: # delete ALL # add 0 0 HISADDR # If we are invoked with an argument ``pmdemand'', then # delete all existing (wrong) routing entries and add the peer IP # as our default gateway. # This is vital if you don't already know either sides IP number. # # We also want to execute a script on startup. This script can do # nice things such as kick off "sendmail -q", "popclient my.isp" and # "slurp -d news". # pmdemand: delete ALL add 0 0 HISADDR ! /etc/ppp/ppp.up MYADDR The command that I use to run my ppp connection is: /usr/sbin/ppp -ddial -alias pmdemand If you have any ideas based on this information, any suggested changes, or questions in regard to this, do not hesitate to write. Thank you. Platypus - Jason Fuller |afn46385@afn.org|vtn.wwfin.net|prairienet.wwfin.net platypus@macatawa.org |jasonf@efn.org |afn.wwfin.net|macatawa.wwfin.net aragorn@grfn.org |platz@juno.com |grfn.wwfin.net Macatawa Area Freenet IRC Administrator |fen.wwfin.net WWFIN -World Wide Freenet IRC Network- Dragon (ircOp) | WWFIN Historian From owner-freebsd-questions Fri Oct 3 23:46:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA01652 for questions-outgoing; Fri, 3 Oct 1997 23:46:07 -0700 (PDT) Received: from milehigh.denver.net (milehigh.denver.net [204.144.180.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA01644 for ; Fri, 3 Oct 1997 23:46:04 -0700 (PDT) Received: (from jdc@localhost) by milehigh.denver.net (8.8.5/8.8.5) id WAA19577; Fri, 3 Oct 1997 22:48:15 -0600 (MDT) Message-ID: <19971003224815.52010@denver.net> Date: Fri, 3 Oct 1997 22:48:15 -0600 From: John-David Childs To: freebsd-questions@freebsd.org Subject: Re: monitoring References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: ; from Min Huang (tunny) on Sat, Oct 04, 1997 at 02:39:26AM +0800 Organization: Enterprise Internet Solutions Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Saturday October 4, 1997, Min Huang (tunny) had this to say about "monitoring": > Hi, sir, > > Can I have the ability to monitor other screen, (eg. ttydx or ttypx). If yes, > please tell me the way in detail. thanks > > Huang Min man watch -- John-David Childs (JC612) Enterprise Internet Solutions System Administrator @denver.net/Internet-Coach/@ronan.net & Network Engineer 1031 S. Parker Rd. #I-8 Denver, CO 80231 As of this^H^H^H^H next week, passwords will be entered in Morse code. From owner-freebsd-questions Fri Oct 3 23:57:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA02104 for questions-outgoing; Fri, 3 Oct 1997 23:57:28 -0700 (PDT) Received: from primer.i-connect.net (primer.i-Connect.Net [206.190.143.13]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id XAA02089 for ; Fri, 3 Oct 1997 23:57:26 -0700 (PDT) Received: (qmail 831 invoked by uid 1008); 4 Oct 1997 06:57:51 -0000 Mailing-List: contact freebsd-dlm-help@primer.i-connect.net; run by ezmlm Delivered-To: mailing list freebsd-dlm@primer.i-connect.net Received: (qmail 825 invoked from network); 4 Oct 1997 06:57:50 -0000 Received: from sendero-ppp.i-connect.net (206.190.143.100) by primer.i-connect.net with SMTP; 4 Oct 1997 06:57:50 -0000 Received: (qmail 1938 invoked by uid 1000); 4 Oct 1997 06:57:44 -0000 Message-ID: X-Mailer: XFMail 1.2-alpha-092597 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Date: Fri, 03 Oct 1997 23:57:44 -0700 (PDT) Organization: Atlas Telecom From: Simon Shapiro To: freebsd-dlm@primer.i-connect.net Subject: DLM 0.0.5 Local Performance Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hi Y'all, DLM 0.0.5 kernel driver for FreeBSD will be put out tonight or tomorrow. I cleaned up few things and threw out the timong and debug (#ifdefed out). Here are some exciting timing information. These were all done on a fully populated (4096 8bit locks) channel. The test is very simple; Apply the same lock 1million times. Since we do not cache anything, these should be realistic. Times were derived from getrusage and the internal metrics collection in the driver. All times are in microseconds. Test 1. Search for a lock by lock ID. No Conflict. Lock: User = 1.289, System = 11.376, Total = 12.665 Unlock: User = -1 (?) System = 0.129, Total = 0.129 Test 2. Search for a lock by key value in the index. No conflict. Lock: User = 1.110, System = 11.637, Total = 12.747 Unlock: User = -1 (?) System = 0.129, Total = 0.129 Aftere these were done, the dump from the driver's metrics indicated: Create: Fastest = 21, Slowest = 531 Lock: Fastest = 3, Slowest = 534 Unlock: Fastest = 3, Slowest = 45 Analysis of the numbers reveals that they are correct; They tie together exactly. This removes several questions, for the time being; The binary tree logic is fast enough. It actually is a bit faster than dereferencing the array index used by resolving the lock ID. How about removing the lock ID logic, then? It is inherently dangerous. This will save us several nested if statements. We had a big performance problem. It disapears when we turn of the kernel option DLM_DEBUG. How about #ifdef`ing the metrics? We may shave few microseconds as the code is quite invasive. DLMCTL News: I added the -t option. It allows you to run the loop test used for this test. See the sources. --- Sincerely Yours, Simon Shapiro Atlas Telecom Senior Architect 14355 SW Allen Blvd., Suite 130 Beaverton OR 97005 Shimon@i-Connect.Net Voice: 503.799.2313 From owner-freebsd-questions Sat Oct 4 00:26:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA03186 for questions-outgoing; Sat, 4 Oct 1997 00:26:31 -0700 (PDT) Received: from mail.airmail.net (mail.airmail.net [206.66.12.40]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id AAA03177 for ; Sat, 4 Oct 1997 00:26:27 -0700 (PDT) Received: from ppro200 from [204.178.75.164] by mail.airmail.net (/\##/\ Smail3.1.30.16 #30.203) with smtp for id ; Fri, 3 Oct 97 22:24:51 -0500 (CDT) Message-Id: From: "George" To: Subject: making floppies Date: Fri, 3 Oct 1997 22:19:48 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0000_01BCD04A.75CC93B0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1008.3 X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3 Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk This is a multi-part message in MIME format. ------=_NextPart_000_0000_01BCD04A.75CC93B0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable what is the procedure to make floppies that i can install freebsd onto = my laptop with i have the .2.2.2 cd-rom.? ------=_NextPart_000_0000_01BCD04A.75CC93B0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

 what is the = procedure to make=20 floppies that i can install freebsd onto my laptop with i have the = .2.2.2=20 cd-rom.?

  ------=_NextPart_000_0000_01BCD04A.75CC93B0-- From owner-freebsd-questions Sat Oct 4 00:54:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA04613 for questions-outgoing; Sat, 4 Oct 1997 00:54:38 -0700 (PDT) Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA04608 for ; Sat, 4 Oct 1997 00:54:34 -0700 (PDT) Received: from buffnet7.buffnet.net (shovey@buffnet7.buffnet.net [205.246.19.28]) by buffnet4.buffnet.net (8.7.5/8.7.3) with SMTP id DAA10890; Sat, 4 Oct 1997 03:40:52 -0400 (EDT) Date: Sat, 4 Oct 1997 03:41:16 -0400 (EDT) From: Steve Hovey To: Greg Lehey cc: Dave Hummel , questions@FreeBSD.ORG Subject: Re: slow telnet In-Reply-To: <19971004100251.36524@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Oh get over yourself! I had pre 2.1Rs that worked fine - put in 2.1R and rlogin puked unless I put stty 9600 in peoples startup files. (actually stty 0 works best but anything less that 9600 makes pine and other jobbers change their visuals) I looked and yes - the rlogin code had CHANGED between versions. You are right - I cant sit here and find the exact hole - or else I woudl have posted the patch - but Im not a complete moron because I cant post a patch. In short - if i feel Im being pissed on, it smells like Im being pissed on, then I probably am even if I cant identify who owned the manly bits originating the water problem. On Sat, 4 Oct 1997, Greg Lehey wrote: > On Fri, Oct 03, 1997 at 08:59:55AM -0400, Steve Hovey wrote: > > On Fri, 3 Oct 1997, Greg Lehey wrote: > > > >> On Thu, Oct 02, 1997 at 02:15:14PM -0400, Steve Hovey wrote: > >>> > >>> I notices here starting with 2.1R that an rlogin would be slow in direct > >>> inverse proportion to the stty baud rate setting. > >>> > >>> So at a $ prompt type stty 9600 and see if it suddenly speeds up. > >> > >> No, this is incorrect. It has no effect on an IP connection. > > > > It does for rlogin - and is most noticible on slower modems. > > How do you measure this? > > This can't work. IP just doesn't work that way. Of course, it's just > barely possible that you have uncovered some bug, but I just couldn't > imagine where. Anyway, just to check, I've set up an rlogin to > FreeBSD.org. I then timed running a 'ps aux'. Here are the results: > > === grog@hub (/dev/ttypk) ~ 2 -> stty -a > speed 9600 baud; 70 rows; 120 columns; > lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl > -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo > -extproc > iflags: -istrip icrnl -inlcr -igncr -ixon -ixoff ixany imaxbel -ignbrk > brkint -inpck -ignpar -parmrk > oflags: opost onlcr -oxtabs > cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow > -dtrflow -mdmbuf > cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; > eol2 = ; erase = ^H; intr = ^C; kill = ^U; lnext = ^V; > min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ; > stop = ^S; susp = ^Z; time = 0; werase = ^W; > === grog@hub (/dev/ttypk) ~ 3 -> time ps aux > ... > root 3 0.0 0.0 0 12 ?? DL 7Jun97 20:01.45 (vmdaemon) > 1.92 real 0.10 user 0.29 sys > === grog@hub (/dev/ttypk) ~ 6 -> stty speed 50 > 9600 > === grog@hub (/dev/ttypk) ~ 7 -> stty -a > speed 50 baud; 70 rows; 120 columns; > lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl > -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo > -extproc > iflags: -istrip icrnl -inlcr -igncr -ixon -ixoff ixany imaxbel -ignbrk > brkint -inpck -ignpar -parmrk > oflags: opost onlcr -oxtabs > cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow > -dtrflow -mdmbuf > cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = ; > eol2 = ; erase = ^H; intr = ^C; kill = ^U; lnext = ^V; > min = 1; quit = ^\; reprint = ^R; start = ^Q; status = ; > stop = ^S; susp = ^Z; time = 0; werase = ^W; > root 2 0.0 0.0 0 12 ?? DL 7Jun97 87:41.77 (pagedaemon) > === grog@hub (/dev/ttypk) ~ 8 -> time ps aux > ... > 0.46 real 0.07 user 0.30 sys > === grog@hub (/dev/ttypk) ~ 9 -> > > The difference in time is coincidental; the net's a bit congested > today. The fact is, stty is talking to a pty, which doesn't transmit > data serially, so there is nowhere for the bit rate to be applied. In > any case, the pty runs only locally. You might just as well set the > bit rate on a console window or an xterm. > > In general, people: if you have a suspicion that a problem may be due > to something you have discovered, and you're not deep gurus in the > area, check the details before you broadcast it to the world. It can > save embarrassment. > > Greg > From owner-freebsd-questions Sat Oct 4 01:27:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA06192 for questions-outgoing; Sat, 4 Oct 1997 01:27:48 -0700 (PDT) Received: from info.tsu.tomsk.su (info.tsu.tomsk.su [194.226.48.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA06134 for ; Sat, 4 Oct 1997 01:26:05 -0700 (PDT) Received: (from uucp@localhost) by info.tsu.tomsk.su (8.8.5/8.8.2) with UUCP id MAA05528 for questions@freebsd.org; Sat, 4 Oct 1997 12:31:08 +0800 (TSD) Received: (from vas@localhost) by vas.tsu.tomsk.su (8.8.7/8.8.7) id LAA11000 for questions@freebsd.org; Sat, 4 Oct 1997 11:04:20 +0800 (TSD) From: Victor Sudakov Message-Id: <199710040304.LAA11000@vas.tsu.tomsk.su> Subject: crypted ip To: questions@freebsd.org (freebsd questions mailing list) Date: Sat, 4 Oct 1997 11:04:19 +0800 (TSD) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello. Does anyone know of a tool to encrypt IP packets and then send them again over IP? Something like IP over IP with security? Moreover, is anyone using it with FreeBSD? I know that the best variant would be perhaps a hardware crypter but the NT people say that NT can do it. Thanks a lot. -- Victor Sudakov mailto:vas@obluo.tomsk.su http://www.obluo.tomsk.su/~vas PGP public key: finger vas@obluo.tomsk.su From owner-freebsd-questions Sat Oct 4 01:32:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA06426 for questions-outgoing; Sat, 4 Oct 1997 01:32:51 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA06421 for ; Sat, 4 Oct 1997 01:32:49 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id BAA08167; Sat, 4 Oct 1997 01:35:08 -0700 (PDT) Message-Id: <199710040835.BAA08167@implode.root.com> To: "Roberto Abarca" cc: freebsd-questions@FreeBSD.ORG Subject: Re: slow response from a remote lan In-reply-to: Your message of "Sat, 04 Oct 1997 00:41:33 MDT." <01bcd090$8e8b67a0$036130ce@dns.optel.net> From: David Greenman Reply-To: dg@root.com Date: Sat, 04 Oct 1997 01:35:08 -0700 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >I have installed a freeBSD server locate in a local Lan Segment in my >office, I have a remote office located in other city and we have a 64 kbps >leased line from my office to the remote office with a couple routers an we >are using TCP/IP. How is the 64Kbps link connected (what hardware is involved)? >I will appreciate any help to solve this problems. You didn't mention what version of FreeBSD your server is running, but do you have tcp_extensions enabled in /etc/sysconfig? -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-questions Sat Oct 4 01:54:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA07277 for questions-outgoing; Sat, 4 Oct 1997 01:54:56 -0700 (PDT) Received: from info.tsu.tomsk.su (info.tsu.tomsk.su [194.226.48.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA07089 for ; Sat, 4 Oct 1997 01:51:06 -0700 (PDT) Received: (from uucp@localhost) by info.tsu.tomsk.su (8.8.5/8.8.2) with UUCP id MAA05534 for questions@freebsd.org; Sat, 4 Oct 1997 12:32:31 +0800 (TSD) Received: (from vas@localhost) by vas.tsu.tomsk.su (8.8.7/8.8.7) id LAA11084 for questions@freebsd.org; Sat, 4 Oct 1997 11:45:17 +0800 (TSD) From: Victor Sudakov Message-Id: <199710040345.LAA11084@vas.tsu.tomsk.su> Subject: PGP questions To: questions@freebsd.org (freebsd questions mailing list) Date: Sat, 4 Oct 1997 11:45:17 +0800 (TSD) X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello. I am using PGP from the ports collection. I am not a USA resident, so I use the international version: Pretty Good Privacy(tm) 2.6.3ia - Public-key encryption for the masses. (c) 1990-96 Philip Zimmermann, Phil's Pretty Good Software. 1996-03-04 International version - not for use in the USA. Does not use RSAREF. Am I going to have any problems because it does not use RSAREF? Incompatibility or vulnerability? Thanks a lot. -- Victor Sudakov mailto:vas@obluo.tomsk.su http://www.obluo.tomsk.su/~vas PGP public key: finger vas@obluo.tomsk.su From owner-freebsd-questions Sat Oct 4 03:00:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA09424 for questions-outgoing; Sat, 4 Oct 1997 03:00:43 -0700 (PDT) Received: from soleil.uvsq.fr (soleil.uvsq.fr [193.51.24.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA09411; Sat, 4 Oct 1997 03:00:37 -0700 (PDT) Received: from cezanne.prism.uvsq.fr (rtc105.reseau.uvsq.fr [193.51.24.21]) by soleil.uvsq.fr (8.8.6/jtpda-5.2) with ESMTP id LAA23367 ; Sat, 4 Oct 1997 11:45:27 +0200 (METDST) Received: (from son@localhost) by cezanne.prism.uvsq.fr (8.8.5/8.8.5) id LAA00309; Sat, 4 Oct 1997 11:31:10 GMT Message-ID: <19971004113110.17593@coreff.prism.uvsq.fr> Date: Sat, 4 Oct 1997 11:31:10 +0000 From: Nicolas Souchu To: Greg Pavelcak Cc: hardware@FreeBSD.ORG, questions@FreeBSD.ORG Subject: Re: ppbus problems References: <34352F41.237C228A@whistle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: ; from Greg Pavelcak on Fri, Oct 03, 1997 at 05:31:03PM -0400 X-Operating-System: FreeBSD coreff 2.2.1-RELEASE FreeBSD 2.2.1-RELEASE Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Your mailer seems to be perfectly configured! :) On Fri, Oct 03, 1997 at 05:31:03PM -0400, Greg Pavelcak wrote: >Anyway thanks for all the help. I'm willing to keep trying with ppbus, >if you have any other ideas. Ok, as private mail. I'll tell soon you to grab a new ppbus release which will help us in debugging. Thanks. -- Nicolas.Souchu@prism.uvsq.fr FreeBSD - Turning PC's into workstations - http://www.FreeBSD.org From owner-freebsd-questions Sat Oct 4 06:31:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA16076 for questions-outgoing; Sat, 4 Oct 1997 06:31:01 -0700 (PDT) Received: from jumpgate.cpn.org.au (slip6.tas.gov.au [147.109.237.41]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA16071 for ; Sat, 4 Oct 1997 06:30:55 -0700 (PDT) Received: from jumpgate.cpn.org.au (jumpgate.cpn.org.au [172.16.1.1]) by jumpgate.cpn.org.au (8.8.5/8.8.3) with SMTP id XAA00760; Sat, 4 Oct 1997 23:30:14 +1000 (EST) Date: Sat, 4 Oct 1997 23:30:13 +1000 (EST) From: Carey Nairn X-Sender: cpn@jumpgate.cpn.org.au Reply-To: Carey Nairn To: questions@freebsd.org cc: squid-users@nlanr.net Subject: squid and 2.2.2-RELEASE Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi, We just upgraded a 2.1.6 box to 2.2.2-RELEASE and now have problems running squid due to DNS failures. This is pretty wierd since DNS works fine using nslookup etc. The resolv.conf, host.conf, etc. is exactly the same as our old ones, pointing to our DNS server. Recompiling squid under 2.2.2 didn't do any good either. This is using squid-1.1.14 and squid-1.1.16. any thoughts? Cheers, Carey Nairn From owner-freebsd-questions Sat Oct 4 06:57:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA16684 for questions-outgoing; Sat, 4 Oct 1997 06:57:15 -0700 (PDT) Received: from stiller.netland.inka.de (stiller.netland.inka.de [193.197.164.27]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA16679 for ; Sat, 4 Oct 1997 06:57:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by stiller.netland.inka.de (8.8.7/8.8.7) with ESMTP id PAA06900; Sat, 4 Oct 1997 15:14:45 +0200 (CEST) Message-Id: <199710041314.PAA06900@stiller.netland.inka.de> To: Doug White cc: Bernd Rosauer , freebsd-questions@FreeBSD.ORG Subject: Re: sliplogin fails In-reply-to: Your message of "Thu, 02 Oct 1997 23:18:12 PDT." Date: Sat, 04 Oct 1997 15:14:45 +0200 From: Bernd Rosauer Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Doug White: > I'm looking at the log message again, and it looks like sh is dying with > error -1. Have you re-checked that your script is syntactically correct? > > What happens if you try to run it outside a dialup session, ie in a login > session? In a login session the error did not occur. I appended "exit 0" to my /etc/sliphome/slip.login, and now it works for dialup sessions, too. Thanks a lot for your help! -Bernd From owner-freebsd-questions Sat Oct 4 06:59:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA16737 for questions-outgoing; Sat, 4 Oct 1997 06:59:25 -0700 (PDT) Received: from jumpgate.cpn.org.au (slip6.tas.gov.au [147.109.237.41]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA16730 for ; Sat, 4 Oct 1997 06:59:21 -0700 (PDT) Received: from jumpgate.cpn.org.au (jumpgate.cpn.org.au [172.16.1.1]) by jumpgate.cpn.org.au (8.8.5/8.8.3) with SMTP id XAA01046; Sat, 4 Oct 1997 23:58:44 +1000 (EST) Date: Sat, 4 Oct 1997 23:58:44 +1000 (EST) From: Carey Nairn X-Sender: cpn@jumpgate.cpn.org.au To: questions@FreeBSD.ORG cc: squid-users@nlanr.net Subject: Re: squid and 2.2.2-RELEASE In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 4 Oct 1997, Carey Nairn wrote: > Hi, > > We just upgraded a 2.1.6 box to 2.2.2-RELEASE and now have problems > running squid due to DNS failures. This is pretty wierd since DNS works > fine using nslookup etc. The resolv.conf, host.conf, etc. is exactly the > same as our old ones, pointing to our DNS server. > > Recompiling squid under 2.2.2 didn't do any good either. > > This is using squid-1.1.14 and squid-1.1.16. > > any thoughts? > To answer my own question :) looks like the problem was in the XTRA_LIBS variable in the Makefile. Once I removed -lresolv from the list and recompiled, it started working fine. Hope this helps others who get caught... cheers, Carey Nairn From owner-freebsd-questions Sat Oct 4 07:15:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA17318 for questions-outgoing; Sat, 4 Oct 1997 07:15:05 -0700 (PDT) Received: from zerium.newmedia.no (root@oslo-2-8.newmedia.no [194.52.244.40]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA17305 for ; Sat, 4 Oct 1997 07:14:58 -0700 (PDT) Received: from localhost (hanspbie@zerium.newmedia.no [127.0.0.1]) by zerium.newmedia.no (8.8.7/8.8.5) with SMTP id MAA11767 for ; Sat, 4 Oct 1997 12:19:07 +0200 Date: Sat, 4 Oct 1997 12:19:07 +0200 (MET DST) From: Hans Petter Bieker X-Sender: hanspbie@zerium.newmedia.no To: questions@FreeBSD.ORG Subject: How to use mfs? + some XFree86 stuff Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk How do I use memory file system? The mfs man page says: [..] mount_mfs -s=20480 -o nosuid,nodev /dev/sd0b /tmp [..] which indicates that I need a device /dev/sd0b for the memory file system. Or does the device just tell which swap partition to use?!? It also mentions something about disklabel? I don't have a swap device. I have some diskless boxes I really want to put /var (and symlink /tmp to /var/tmp) in the memory instad of nfs mounting it (cause then I mount it ro). Can somebody give some information about how it works? the mfs man mage doesn't say very much and so does the handbook and faq. btw... XFree86 servers want to write to the /usr partition when I start the server. Why? it seems like it compiles a keyboard map or something. If I mount /usr ro I get US keymap.. -- Linux; 64bit, multi-platform, multi-tasking, multi-user, fast and Free. Microsoft Windows 95 - From the makers of EDLIN and FAT drive formatting! "Who needs horror movies when we have Microsoft"? From owner-freebsd-questions Sat Oct 4 08:16:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA19451 for questions-outgoing; Sat, 4 Oct 1997 08:16:22 -0700 (PDT) Received: from gaboon.nai.net (asv@gaboon.nai.net [192.150.121.225]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA19446 for ; Sat, 4 Oct 1997 08:16:18 -0700 (PDT) Received: (from asv@localhost) by gaboon.nai.net (8.8.7/8.7.3) id LAA19254 for freebsd-questions@freebsd.org; Sat, 4 Oct 1997 11:16:13 -0400 (EDT) From: Stan Voket Message-Id: <199710041516.LAA19254@gaboon.nai.net> Subject: netbooting Sun 3's To: freebsd-questions@freebsd.org Date: Sat, 4 Oct 1997 11:16:13 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have some Sun 3's that I used to boot as X terminals from FreeBSD. Since I last used them to now (2.2 stable as of 10-4-97) some breakage has occurred. I can tftp from FreeBSD system to FreeBSD system here but: On the Sun3 I get tftp(timeout). In /var/log/messages on the boot host I get: Oct 4 09:17:48 gaboon routed[13998]: ignore RTM_ADD without gateway an anyone please shed some light on this? Help or a pointer to help whill be appreciated. Thanks for the time. Stan -- - Stan Voket, asv@gaboon.nai.net - http://gaboon.nai.net - "If you think you can, or you can't; you are _always_ right!" From owner-freebsd-questions Sat Oct 4 09:05:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21203 for questions-outgoing; Sat, 4 Oct 1997 09:05:27 -0700 (PDT) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA21194 for ; Sat, 4 Oct 1997 09:05:21 -0700 (PDT) Received: from attila.stevens-tech.edu (attila.stevens-tech.edu [155.246.14.11]) by attila.stevens-tech.edu (8.8.5/8.8.3.1) with SMTP id MAA16869 for ; Sat, 4 Oct 1997 12:05:18 -0400 (EDT) Date: Sat, 4 Oct 1997 12:05:18 -0400 (EDT) From: Wei Weng To: freebsd-questions@freeBSD.org Subject: newbie question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freeBSD.org X-Loop: FreeBSD.org Precedence: bulk Hi. How big should I set up for my /usr if I have like 1500 MB partition for freeBSD? Does freeBSD have something like /home /boot? I have tried the fdisk in freebsd and the (a)uto command in it, and it gave 64MB swap 32MB /, 120MB /var and the rest(about 1300MB) /usr. I wonder where I can put my /home in. And does anyone try to install all the port collections in? How big will that be? I always got error(install package*** error) through the installation I wonder does that mean I dont have enuff disk space for it? thanx ja ne ************************************************************ Wei Weng & A N NIIIM MEEEE * Box s-1398 & A A NN N I MM MM * Stevens Institute of Technology& A A N N N I M M MEEEE * Hoboken, NJ 07030 & AAAAAAAN NN I M M * wweng@stevens-tech.edu &A A NIIIM MEEEE * ************************************************************ From owner-freebsd-questions Sat Oct 4 09:16:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21581 for questions-outgoing; Sat, 4 Oct 1997 09:16:00 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA21570 for ; Sat, 4 Oct 1997 09:15:52 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id OAA02174; Sat, 4 Oct 1997 14:39:05 +0100 (BST) Message-Id: <199710041339.OAA02174@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: "A Ling" cc: "FreeBSD-questions" Subject: Re: Only root can use ppp or tun0? In-reply-to: Your message of "Fri, 03 Oct 1997 14:31:35 EDT." <199710031831.OAA15103@pop.cc.nih.gov> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 04 Oct 1997 14:39:05 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I found the interchange below in the archives, which matches the > symptoms my 2.2.2R machine is showing. Unfortunately, setuid on ppp > doesnt stop the error message. Other information from my system > follows this excerpt: [.....] > aling:~>ppp > User Process PPP. Written by Toshiharu OHNO. > No tunnel device is available (Operation not permitted). > open_tun: No such file or directory > > aling:~>which ppp > /usr/sbin/ppp > aling:~>ll /usr/sbin/ppp > -rwxr-sr-x 1 root wheel 130811 Aug 3 16:24 /usr/sbin/ppp ^^^^^^^^^^ Ppp's not suid root. man chmod. You need "chmod 4555 /usr/sbin/ppp". > Yet ppp works perfectly when run by root! The other issue I can think > of is that I did install ppp-970803-2_2-STABLE_bin_tar.gz from > http://www.freebsd.org/~brian/ > Should I back out to the original 2.2.2R ppp code, or is there another > suggestion? I would have thought this was a permissions issue -- my > problem is that I don't know which other file/directory permissions could > be the cause. Thanks in advance for any advice you may suggest. The latest version of ppp on http://www.freebsd.org/~brian has a "make install" capability that gets this right. > Alex Ling AL52x@nih.gov (301) 496-7700 x235 > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sat Oct 4 09:16:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA21626 for questions-outgoing; Sat, 4 Oct 1997 09:16:06 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA21557 for ; Sat, 4 Oct 1997 09:15:33 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id OAA02293; Sat, 4 Oct 1997 14:50:19 +0100 (BST) Message-Id: <199710041350.OAA02293@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Victor Sudakov cc: questions@FreeBSD.ORG (freebsd questions mailing list) Subject: Re: crypted ip In-reply-to: Your message of "Sat, 04 Oct 1997 11:04:19 +0800." <199710040304.LAA11000@vas.tsu.tomsk.su> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 04 Oct 1997 14:50:19 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Hello. > > Does anyone know of a tool to encrypt IP packets and then send them again > over IP? Something like IP over IP with security? Moreover, is anyone using > it with FreeBSD? > > I know that the best variant would be perhaps a hardware crypter but the NT > people say that NT can do it. Take a look at the ssh package/port. > Thanks a lot. > > -- > Victor Sudakov > mailto:vas@obluo.tomsk.su > http://www.obluo.tomsk.su/~vas > PGP public key: finger vas@obluo.tomsk.su -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sat Oct 4 09:22:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA22023 for questions-outgoing; Sat, 4 Oct 1997 09:22:04 -0700 (PDT) Received: from public.cq.sc.cn (public.cq.sc.cn [202.98.32.111]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id JAA22018 for ; Sat, 4 Oct 1997 09:21:57 -0700 (PDT) Received: (from hmin@localhost) by public.cq.sc.cn (SMI-8.6/8.6.11) id AAA14937; Sun, 5 Oct 1997 00:22:03 +0800 Date: Sun, 5 Oct 1997 00:22:03 +0800 (CST) From: "Min Huang (tunny)" To: freebsd-questions@freebsd.org Subject: how to make snoop device? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk hi, sir, When I use "watch xxx", it respond "cannot open snoop device", how should I do? Huang Min From owner-freebsd-questions Sat Oct 4 09:29:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA22240 for questions-outgoing; Sat, 4 Oct 1997 09:29:24 -0700 (PDT) Received: from earth.tgci.net (earth.tgci.net [209.4.114.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA22235 for ; Sat, 4 Oct 1997 09:29:16 -0700 (PDT) Received: by earth.tgci.net from localhost (router,SLMail V2.5); Sat, 04 Oct 1997 11:37:43 -0400 Received: by earth.tgci.net from earth.tgci.net (209.4.114.3::mail daemon; unverified,SLMail V2.5); Sat, 04 Oct 1997 11:37:42 -0400 Comments: Authenticated sender is From: "Joe" To: FreeBSD Questions Date: Sat, 4 Oct 1997 11:37:40 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Ethernet Card Priority: normal X-mailer: Pegasus Mail for Windows (v2.33) Message-Id: <19971004113743.00373fb0.in@earth.tgci.net> Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, Installing FreeBSD for the 2nd time (on a 2nd box, of course), we are having trouble with ed0. The message at bootup is: "ed0 at 0x280 not found". I have verified IRQ, etc., and everything looks OK. This is a PCI card, and it is PnP, jumperless. I had set it up initiall when loading FBSD, and set the address and IRQ there. Any ideas would be greatly appreciated! Thanks in advance, Joe ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Joe Buczakowski e-mail: joe@tgci.net Genesis OnLine www: http://www.tgci.net TCP/IP: @tgci.net Modem: 315.453.4092 Central New York's First GUI Internet Service Provider ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From owner-freebsd-questions Sat Oct 4 09:49:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA23160 for questions-outgoing; Sat, 4 Oct 1997 09:49:45 -0700 (PDT) Received: from puma.cyberport.com (root@puma.cyberport.com [204.134.75.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA23151 for ; Sat, 4 Oct 1997 09:49:40 -0700 (PDT) Received: from hippo.cyberport.com (cowan@hippo.cyberport.com [204.134.75.2]) by puma.cyberport.com (8.8.7/8.8.4) with SMTP id KAA10067; Sat, 4 Oct 1997 10:49:35 -0600 (MDT) Date: Sat, 4 Oct 1997 10:49:35 -0600 (MDT) From: Cowan Bowman To: Jaye Mathisen cc: questions@FreeBSD.ORG Subject: Re: /dev/rccd1c: CAN'T CHECK FILE SYSTEM In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 3 Oct 1997, Jaye Mathisen wrote: > > Some of the memory limits are too low in login.conf for the /etc/rc > settings. > > Raise them. > > A quick fix is to do: > > /bin/csh > unlimit > fsck drives > ^D a few times until it finished booting. I raised all the memory limits to infinity in login.conf for /etc/rc and still recieved the original error. Out of couriosity I rearanged the entries in my fstab file so it would check /dev/rccd1c before /dev/rccd0c, then finally /dev/rsd3a. ccd0 contains sd1a and sd2a. ccd1 contains sd4a and sd5a. The original fstab file was the following /dev/rsd0a / /dev/rsd0s2e /tmp /dev/rsd0s3b /swap /dev/rsd0s4e /usr /dev/ccd0 /news /dev/sd3a /alt /dev/ccd1 /alt.binaries The boot sequence in the original post by me at the bottom shows the error I would get with the above fstab settings. I changed the fstab to the following and recieved a slightly different error. /dev/rsd0a / /dev/rsd0s2e /tmp /dev/rsd0s3b /swap /dev/rsd0s4e /usr /dev/ccd1 /alt.binaries /dev/ccd0 /news /dev/sd3a /alt Here is a copy of the boot sequence with the fstab changes. Automatic Reboot in progress... /dev/rsd0a: clean, 41139 free (363 frags, 5097 blocks, 0.6% fragmentation) /dev/rsd0s2e: clean, 127054 free (14 frags, 15880 blocks, 0.0% fragmentation) /dev/rsd0s4e: clean, 1375393 free (8913 frags, 170810 blocks, 0.6% fragmentation) /dev/rccd1c: clean, 8214362 free (10 frags, 1026794 blocks, 0.0 fragmentation) cannot alloc 2979842 bytes for lncntp /dev/rccd0c: CAN'T CHECK FILE SYSTEM. /dev/rccd0c: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. Automatic file system check failed... help! Enter pathname of shell or RETURN for sh: erase ^H, kill ^U, intr ^C # fsck -p /dev/rccd0c /dev/rccd0c: clean, 6139467 free (11 frags, 767432 blocks, 0.0% fragmentation) # exit ccdconfig: ioctl (CCDIOCSET): /dev/ccd0c: Device busy ccdconfig: ioctl (CCDIOCSET): /dev/ccd1c: Device busy Skipping disk checks ... [continues to boot through network and starting daemons.] END of Boot Sequence. It looks like as soon as it tries to fsck a second ccd device it get the error. All the memory limits in etc.conf have been raised to infinity. The system is a Pentium Pro 200 with 128 Megs of memory. If anyone has any further Ideas, I would appreciate your comments. It would be nice to get the system to boot without any manual intervention. Thanks, Cowan > > On Fri, 3 Oct 1997, Cowan Bowman wrote: > > > > > I get the following error when my system boots. > > > > [Boots mesages previous to these are OK] > > > > /dev/rccd0c:clean, 6139467 free (11 frags, 767432 blocks, 0.0% fragmentation) > > /dev/rsd3a:clean, 4069357 free (13 frags, 508668 blocks, 0.0% fragmentation) > > cannot alloc 1989121 bytes for statemap > > /dev/rccd1c: CAN'T CHECK FILE SYSTEM. > > /dev/rccd1c: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. > > Automatic file system check failed... help! > > Enter pathname of shell or RETURN for sh: > > > > > > I hit enter to go into single user mode, run fsck manually, it checks out > > fine. I exit and it continues to boot without any problems. > > > > Anyone have any Ideas what is happening? > > If any more info is needed mail me and I'll reply with the info. > > > > Thanks, Cowan > > > ------------------------------------------------------------------------ Cowan L. Bowman | Cyberport Station System Administrator/Accounting | Four Corner's Finest Internet Access cowan@cyberport.com | http://www.cyberport.com | Voice: 505-324-6400 Fax: 505-324-6401 From owner-freebsd-questions Sat Oct 4 10:18:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA25101 for questions-outgoing; Sat, 4 Oct 1997 10:18:38 -0700 (PDT) Received: from puma.cyberport.com (root@puma.cyberport.com [204.134.75.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA25096 for ; Sat, 4 Oct 1997 10:18:35 -0700 (PDT) Received: from hippo.cyberport.com (cowan@hippo.cyberport.com [204.134.75.2]) by puma.cyberport.com (8.8.7/8.8.4) with SMTP id LAA10802; Sat, 4 Oct 1997 11:18:32 -0600 (MDT) Date: Sat, 4 Oct 1997 11:18:32 -0600 (MDT) From: Cowan Bowman To: Jaye Mathisen cc: questions@FreeBSD.ORG Subject: Re: /dev/rccd1c: CAN'T CHECK FILE SYSTEM In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Nevermind.. I forgot to "cap_mkdb /etc/login.conf" *smirk* Raising the limits was indeed the key... Thanks for the help. Cowan On Sat, 4 Oct 1997, Cowan Bowman wrote: > On Fri, 3 Oct 1997, Jaye Mathisen wrote: > > > > > Some of the memory limits are too low in login.conf for the /etc/rc > > settings. > > > > Raise them. > > > > A quick fix is to do: > > > > /bin/csh > > unlimit > > fsck drives > > ^D a few times until it finished booting. > > I raised all the memory limits to infinity in login.conf for /etc/rc and > still recieved the original error. Out of couriosity I rearanged the > entries in my fstab file so it would check /dev/rccd1c before /dev/rccd0c, > then finally /dev/rsd3a. ccd0 contains sd1a and sd2a. ccd1 contains sd4a > and sd5a. The original fstab file was the following > > /dev/rsd0a / > /dev/rsd0s2e /tmp > /dev/rsd0s3b /swap > /dev/rsd0s4e /usr > /dev/ccd0 /news > /dev/sd3a /alt > /dev/ccd1 /alt.binaries > > The boot sequence in the original post by me at the bottom shows the error > I would get with the above fstab settings. > > I changed the fstab to the following and recieved a slightly different > error. > > /dev/rsd0a / > /dev/rsd0s2e /tmp > /dev/rsd0s3b /swap > /dev/rsd0s4e /usr > /dev/ccd1 /alt.binaries > /dev/ccd0 /news > /dev/sd3a /alt > > Here is a copy of the boot sequence with the fstab changes. > > Automatic Reboot in progress... > /dev/rsd0a: clean, 41139 free (363 frags, 5097 blocks, 0.6% fragmentation) > /dev/rsd0s2e: clean, 127054 free (14 frags, 15880 blocks, 0.0% fragmentation) > /dev/rsd0s4e: clean, 1375393 free (8913 frags, 170810 blocks, 0.6% fragmentation) > /dev/rccd1c: clean, 8214362 free (10 frags, 1026794 blocks, 0.0 fragmentation) > cannot alloc 2979842 bytes for lncntp > /dev/rccd0c: CAN'T CHECK FILE SYSTEM. > /dev/rccd0c: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. > Automatic file system check failed... help! > Enter pathname of shell or RETURN for sh: > > erase ^H, kill ^U, intr ^C > # fsck -p /dev/rccd0c > /dev/rccd0c: clean, 6139467 free (11 frags, 767432 blocks, 0.0% fragmentation) > # exit > ccdconfig: ioctl (CCDIOCSET): /dev/ccd0c: Device busy > ccdconfig: ioctl (CCDIOCSET): /dev/ccd1c: Device busy > Skipping disk checks ... > > [continues to boot through network and starting daemons.] > END of Boot Sequence. > > > It looks like as soon as it tries to fsck a second ccd device it get the > error. All the memory limits in etc.conf have been raised to infinity. > > The system is a Pentium Pro 200 with 128 Megs of memory. > > If anyone has any further Ideas, I would appreciate your comments. > It would be nice to get the system to boot without any manual intervention. > > Thanks, > Cowan > > > > > > On Fri, 3 Oct 1997, Cowan Bowman wrote: > > > > > > > > I get the following error when my system boots. > > > > > > [Boots mesages previous to these are OK] > > > > > > /dev/rccd0c:clean, 6139467 free (11 frags, 767432 blocks, 0.0% fragmentation) > > > /dev/rsd3a:clean, 4069357 free (13 frags, 508668 blocks, 0.0% fragmentation) > > > cannot alloc 1989121 bytes for statemap > > > /dev/rccd1c: CAN'T CHECK FILE SYSTEM. > > > /dev/rccd1c: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY. > > > Automatic file system check failed... help! > > > Enter pathname of shell or RETURN for sh: > > > > > > > > > I hit enter to go into single user mode, run fsck manually, it checks out > > > fine. I exit and it continues to boot without any problems. > > > > > > Anyone have any Ideas what is happening? > > > If any more info is needed mail me and I'll reply with the info. > > > > > > Thanks, Cowan > > > > > > > > ------------------------------------------------------------------------ > Cowan L. Bowman | Cyberport Station > System Administrator/Accounting | Four Corner's Finest Internet Access > cowan@cyberport.com | http://www.cyberport.com > | Voice: 505-324-6400 Fax: 505-324-6401 > > ------------------------------------------------------------------------ Cowan L. Bowman | Cyberport Station System Administrator/Accounting | Four Corner's Finest Internet Access cowan@cyberport.com | http://www.cyberport.com | Voice: 505-324-6400 Fax: 505-324-6401 From owner-freebsd-questions Sat Oct 4 10:57:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA27559 for questions-outgoing; Sat, 4 Oct 1997 10:57:42 -0700 (PDT) Received: from BIGFUN.vwcom.com (BIGFUN.vwcom.com [151.197.101.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA27552 for ; Sat, 4 Oct 1997 10:57:37 -0700 (PDT) Received: from WillsCreek.COM (gw.willscreek.com [151.197.101.46]) by BIGFUN.vwcom.com (8.8.6/8.8.6) with ESMTP id NAA05747 for ; Sat, 4 Oct 1997 13:52:55 -0400 (EDT) Received: from current.willscreek.com (current.willscreek.com [172.16.87.1]) by WillsCreek.COM (8.8.5/8.8.5) with ESMTP id NAA06870 for ; Sat, 4 Oct 1997 13:57:34 -0400 (EDT) Received: (from bmc@localhost) by current.willscreek.com (8.8.5/8.8.5) id NAA00790; Sat, 4 Oct 1997 13:57:33 -0400 (EDT) Date: Sat, 4 Oct 1997 13:57:33 -0400 (EDT) Message-Id: <199710041757.NAA00790@current.willscreek.com> From: Brian Clapper MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: questions@FreeBSD.ORG Subject: Re: making floppies In-Reply-To: <109924982@toto.iv> X-Mailer: VM 6.23 under Emacs 19.34.1 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk George wrote: > what is the procedure to make floppies that i can install freebsd onto = > my laptop with i have the .2.2.2 cd-rom.? It's all spelled out in the handbook: http://WWW.FreeBSD.ORG/handbook/handbook14.html#14 ----- Brian Clapper, bmc@WillsCreek.COM, http://WWW.WillsCreek.COM/ The problem with the gene pool is that there is no lifeguard. From owner-freebsd-questions Sat Oct 4 11:03:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA27890 for questions-outgoing; Sat, 4 Oct 1997 11:03:23 -0700 (PDT) Received: from onet.pl (root@sun.onet.pl [194.204.188.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA27880 for ; Sat, 4 Oct 1997 11:03:16 -0700 (PDT) Received: from friko.onet.pl (friko.onet.pl [194.204.188.29]) by onet.pl (8.8.5/8.8.5) with ESMTP id TAA28541; Sat, 4 Oct 1997 19:59:23 +0200 (MET DST) Received: from psycho.free.box (rap-cen181.opole.tpnet.pl [194.204.146.181]) by friko.onet.pl (8.8.4/8.8.4) with SMTP id TAA11569; Sat, 4 Oct 1997 19:52:11 +0200 Message-ID: X-Mailer: XFMail 1.0 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19971003170931.25574@lemis.com> Date: Sat, 04 Oct 1997 18:24:33 +0200 (CEST) Organization: Ovita Nutricia Poland From: Mariusz Potocki To: Greg Lehey Subject: Re: try this Cc: George Vagner , freebsd-questions@FreeBSD.ORG, Doug White Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On 03-Oct-97 Greg Lehey wrote: >On Thu, Oct 02, 1997 at 11:48:29PM -0700, Doug White wrote: >> On Sat, 27 Sep 1997, George Vagner wrote: >> >>> run startx and then run xfm go to your /cdrom directory using xfm, >>> now move your mouse to another active xterm and type umount /cdrom >>> all hell breaks loose >>> and i cant do anyhing, i had to reboot by the reset button which scared me. >> >> Yeah, that's what happens when you unmount a filesystem that someone is >> attached to. Suggestion: don't do it. :-) > >That doesn't stop this being a bug. It shouldn't be possible to >umount a file system which is in use. I suppose somebody should enter >a pr about this one. > >Greg In my opinion it should be a command to remove users that are in the filesystem that we want to unmount. On HP-UX I used to use 'fuser' that do this kind of thing. Mariusz "verba volant, scripta manent" From owner-freebsd-questions Sat Oct 4 11:04:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28053 for questions-outgoing; Sat, 4 Oct 1997 11:04:30 -0700 (PDT) Received: from zerium.newmedia.no (root@oslo-2-9.newmedia.no [194.52.244.41]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA28048 for ; Sat, 4 Oct 1997 11:04:25 -0700 (PDT) Received: from localhost (hanspbie@zerium.newmedia.no [127.0.0.1]) by zerium.newmedia.no (8.8.7/8.8.5) with SMTP id UAA12420 for ; Sat, 4 Oct 1997 20:04:10 +0200 Date: Sat, 4 Oct 1997 20:04:10 +0200 (MET DST) From: Hans Petter Bieker X-Sender: hanspbie@zerium.newmedia.no To: questions@FreeBSD.ORG Subject: classes and adduser Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Why doesn't the adduser command set the class field in master.passwd? I think adduser should ask for a which class the user should belong to -- just like it asks for group and username. It should be possible to set a default class. -- Linux; 64bit, multi-platform, multi-tasking, multi-user, fast and Free. Microsoft Windows 95 - From the makers of EDLIN and FAT drive formatting! "Who needs horror movies when we have Microsoft"? From owner-freebsd-questions Sat Oct 4 11:57:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA01152 for questions-outgoing; Sat, 4 Oct 1997 11:57:33 -0700 (PDT) Received: from relay.acadiau.ca (root@relay.acadiau.ca [131.162.2.90]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA01147 for ; Sat, 4 Oct 1997 11:57:29 -0700 (PDT) Received: from dragon.acadiau.ca (dragon [131.162.1.79]) by relay.acadiau.ca (8.8.5/8.8.5) with SMTP id PAA16700 for ; Sat, 4 Oct 1997 15:56:43 -0300 (ADT) Received: by dragon.acadiau.ca id PAA06564; Sat, 4 Oct 1997 15:56:41 -0300 From: 026809r@dragon.acadiau.ca (Michael Richards) Message-Id: <199710041856.PAA06564@dragon.acadiau.ca> Subject: ssh To: freebsd-questions@freebsd.org Date: Sat, 4 Oct 1997 15:56:41 -0300 (ADT) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Does anyone know how to run something like a windows network client over a telnet line to a shell account? I guess I am looking for something like a ppp tunnell. rtin doesn't suit what I am trying to do, so I want to use a windoze client. Of course this windoze client wants to talk directly to the ethernet, not to a telnet session that goes to a ppp prog. Any ideas/ Changing the ip restriction on the news server is not an option. -Mike From owner-freebsd-questions Sat Oct 4 12:39:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA03012 for questions-outgoing; Sat, 4 Oct 1997 12:39:11 -0700 (PDT) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA03006 for ; Sat, 4 Oct 1997 12:39:09 -0700 (PDT) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.5/8.7.3) with SMTP id MAA09206 for ; Sat, 4 Oct 1997 12:39:00 -0700 (PDT) Date: Fri, 3 Oct 1997 12:37:06 -0700 (PDT) From: "Eric J. Schwertfeger" To: questions@freebsd.org Subject: Java not happy with my machine Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Basically, I want to try the Java version of ICQ, which requires a jdk 1.0.2 compatible java engine. So, I upgraded my video card so I could use 32 bpp rather than 16, tested Netscape (3.0.?) on some applets, all but two of the jkd 1.0.2 demo apps worked fine. So, then I installed the native JDK from http://www.csi.uottawa.ca/~kwhite/javaport.html. I played around with the environment, but never got farther than Illegal instruction - core dumped regardless of what I was attemping, even compiling the demos. So, I decided to try kaffe. the 0.8.4 port compiled cleanly, and downloaded the jdk for the classes.zip file, and approved of its checksum. But, it's giving me the exact same results. I went through the archives, but the only time that this error occured with kaffe was when the newer version of the jdk classes.zip was installed, and I let the kaffe port install the one it wanted. At this time, I'm going to strip out everything javalike that I can find, uninstall all of the above, and start over with a hopefully fresh install. This is on a PPro 150, 64Meg of ram, FreeBSD 2.2.2 with 2.1 compatibility package, XFree 3.3.1, and a Diamond Stealth Video 64 3000, running 1024x768, 32bpp. So, can anyone tell me what I'm doing wrong that has messed up everything java except Netscape? From owner-freebsd-questions Sat Oct 4 12:41:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id MAA03140 for questions-outgoing; Sat, 4 Oct 1997 12:41:16 -0700 (PDT) Received: from isgate.is (isgate.is [193.4.58.51]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id MAA02902 for ; Sat, 4 Oct 1997 12:35:30 -0700 (PDT) Received: from eh.est.is (eh.est.is [194.144.208.34]) by isgate.is (8.7.5-M/) with ESMTP id TAA12706; Sat, 4 Oct 1997 19:06:34 GMT Received: from didda.est.is (totii@ppp-24.est.is [194.144.208.124]) by eh.est.is (8.8.5/8.8.5) with SMTP id TAA17800; Sat, 4 Oct 1997 19:05:39 GMT Message-ID: <343693B4.2781E494@est.is> Date: Sat, 04 Oct 1997 19:06:29 +0000 From: =?iso-8859-1?Q?=DEor=F0ur?= Ivarsson X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: Wei Weng CC: freebsd-questions@FreeBSD.ORG Subject: Re: newbie question References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wei Weng wrote: > > Hi. > How big should I set up for my /usr if I have like 1500 MB partition for > freeBSD? Does freeBSD have something like /home /boot? I have tried the > fdisk in freebsd and the (a)uto command in it, and it gave 64MB swap 32MB > /, 120MB /var and the rest(about 1300MB) /usr. I wonder where I can put my > /home in. And does anyone try to install all the port collections in? How > big will that be? I always got error(install package*** error) through the > installation I wonder does that mean I dont have enuff disk space for it? > thanx > For my opinion you can use this "AS IS" for newbie, your /home will be linked to /usr/home. If you know how how much space you need for /home then you should take that space leaving at least 600 to 800 Meg for /usr if you are going to fiddle with lot of packages or ports. Extract your ports tarball in /usr so you will get /usr/ports directory. This is my disk configuration: /dev/wd0a 49231 32513 12780 72% / /dev/wd0s2 308280 243584 64696 79% /dos my shared dos partition - I run winNT and win95 on same disk /dev/sd0s2e 654217 585267 16613 97% /master my area to make cdrom disks (trash area) /dev/sd0s1e 1339573 850789 381619 69% /home as is /dev/wd0s3f 835775 750282 18631 98% /usr /dev/wd0s3e 59471 3513 51201 6% /var procfs 4 4 0 100% /proc /dev/wd2s1f 2864422 350450 2284819 13% /usr2 I am building 3.0 area here for multiboot /dev/wd2s1e 29727 933 26416 3% /var2 /dev/wd2s1a 31775 13201 16032 45% /root2 I hope this will help Thordur Ivarsson thivars@est.is From owner-freebsd-questions Sat Oct 4 13:28:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05140 for questions-outgoing; Sat, 4 Oct 1997 13:28:38 -0700 (PDT) Received: from izzy4.izzy.net (root@izzy4.izzy.net [198.108.102.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA05133 for ; Sat, 4 Oct 1997 13:28:34 -0700 (PDT) Received: from albert.TDFltd.com (tc2-96.dialup.coast.net [207.158.151.96]) by izzy4.izzy.net (8.8.5/8.6.9) with SMTP id QAA13164 for ; Sat, 4 Oct 1997 16:28:25 -0400 (EDT) Message-Id: <3.0.1.32.19971004152820.006eb818@izzy.net> X-Sender: stanny@izzy.net X-Mailer: Windows Eudora Pro Version 3.0.1 (32) Date: Sat, 04 Oct 1997 15:28:20 -0400 To: questions@freebsd.org From: Gary Stanny Subject: /tmp dir not getting clean out Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hi all - I just upgraded from 2.1.5 to 2.2.2 (I know about the warnings but I couldn't wait - I needed the new ppp) and now my /tmp dir is not getting cleaned up at boot-time. Do I need to turn this on someplace? TIA cheers gary Gary Stanny Tierra del Fuego Ltd. 313 449 8306 stanny@TDFltd.com Financial Software 313 449 8306 (fax/fax on demand) 7725 Shady Beach Dr Whitmore Lake, MI, 48189 USA From owner-freebsd-questions Sat Oct 4 13:44:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA05906 for questions-outgoing; Sat, 4 Oct 1997 13:44:03 -0700 (PDT) Received: from horst.bfd.com (horst.bfd.com [204.160.242.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA05886 for ; Sat, 4 Oct 1997 13:43:59 -0700 (PDT) Received: from harlie.bfd.com (bastion.bfd.com [204.160.242.14]) by horst.bfd.com (8.8.5/8.7.3) with SMTP id NAA09360 for ; Sat, 4 Oct 1997 13:43:58 -0700 (PDT) Date: Fri, 3 Oct 1997 13:42:05 -0700 (PDT) From: "Eric J. Schwertfeger" To: questions@FreeBSD.ORG Subject: Re: Java not happy with my machine In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 3 Oct 1997, Eric J. Schwertfeger wrote: > At this time, I'm going to strip out everything javalike that I can find, > uninstall all of the above, and start over with a hopefully fresh install. It worked. Don't know if I should be happy or sad, I don't feel like I fixed anything. Oh, and ICQ isn't happy, it just sits there and does nothing, not even opening a window. Back to the drawing board, but at least now I can play with Java on my own. From owner-freebsd-questions Sat Oct 4 14:28:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA07422 for questions-outgoing; Sat, 4 Oct 1997 14:28:24 -0700 (PDT) Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA07408 for ; Sat, 4 Oct 1997 14:28:20 -0700 (PDT) Received: from goodall2.u.washington.edu (durang@goodall2.u.washington.edu [140.142.12.168]) by jason05.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.05) with ESMTP id OAA11148 for ; Sat, 4 Oct 1997 14:28:18 -0700 Received: from localhost (durang@localhost) by goodall2.u.washington.edu (8.8.4+UW97.07/8.8.4+UW97.04) with SMTP id OAA45890 for ; Sat, 4 Oct 1997 14:28:17 -0700 Date: Sat, 4 Oct 1997 14:28:17 -0700 (PDT) From: "K. Marsh" To: questions@freebsd.org Subject: spwd.db error messages Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I've been getting an error message ever since I installed FreeBSD, and I still haven't figured out where it's coming from. I must admit, it seems obvious. Any help is greatly appreciated. Here's the message: Oct 4 13:05:08 ken2 syslog: /etc/spwd.db: Invalid argument I have not done any password work other than that with vipw and the installation shell script. I've not added any users at all - despite other's advice I operate as root user always. Thank you in advance! Here's my syslog.conf: *.err;kern.debug;auth.notice;mail.crit /dev/console *.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages mail.info /var/log/maillog lpr.info /var/log/lpd-errs cron.* /var/cron/log *.err root *.notice;news.err root *.alert root *.emerg * # uncomment these if you're running inn # news.crit /var/log/news/news.crit # news.err /var/log/news/news.err # news.notice /var/log/news/news.notice !startslip *.* /var/log/slip.log -------------------------------------------------------- Ken Marsh University of Washington durang@u.washington.edu Chemical Engineering -------------------------------------------------------- From owner-freebsd-questions Sat Oct 4 14:42:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA08516 for questions-outgoing; Sat, 4 Oct 1997 14:42:25 -0700 (PDT) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA08511 for ; Sat, 4 Oct 1997 14:42:23 -0700 (PDT) Received: from attila.stevens-tech.edu (attila.stevens-tech.edu [155.246.14.11]) by attila.stevens-tech.edu (8.8.5/8.8.3.1) with SMTP id RAA08337; Sat, 4 Oct 1997 17:40:14 -0400 (EDT) Date: Sat, 4 Oct 1997 17:40:14 -0400 (EDT) From: Wei Weng To: =?iso-8859-1?Q?=DEor=F0ur?= Ivarsson cc: freebsd-questions@FreeBSD.ORG Subject: Re: newbie question In-Reply-To: <343693B4.2781E494@est.is> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id OAA08512 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I dont know what I did wrong. But I got something like /mnt mount error stuff when I was trying to install ports collections.(a big part of it) And I got error "can't create /tmp/******" when I was going to config X windows. So, do I need to set up /tmp directory in my partition or it is already in / mounted? And how about my /mnt directory? Thank you for replying. ja ne ************************************************************ Wei Weng & A N NIIIM MEEEE * Box s-1398 & A A NN N I MM MM * Stevens Institute of Technology& A A N N N I M M MEEEE * Hoboken, NJ 07030 & AAAAAAAN NN I M M * wweng@stevens-tech.edu &A A NIIIM MEEEE * ************************************************************ On Sat, 4 Oct 1997, [iso-8859-1] Žoršur Ivarsson wrote: > Wei Weng wrote: > > > > Hi. > > How big should I set up for my /usr if I have like 1500 MB partition for > > freeBSD? Does freeBSD have something like /home /boot? I have tried the > > fdisk in freebsd and the (a)uto command in it, and it gave 64MB swap 32MB > > /, 120MB /var and the rest(about 1300MB) /usr. I wonder where I can put my > > /home in. And does anyone try to install all the port collections in? How > > big will that be? I always got error(install package*** error) through the > > installation I wonder does that mean I dont have enuff disk space for it? > > thanx > > > For my opinion you can use this "AS IS" for newbie, your /home will be > linked to > /usr/home. > If you know how how much space you need for /home then you should take > that space > leaving at least 600 to 800 Meg for /usr if you are going to fiddle with > lot of > packages or ports. > > Extract your ports tarball in /usr so you will get /usr/ports directory. > > This is my disk configuration: > /dev/wd0a 49231 32513 12780 72% / > /dev/wd0s2 308280 243584 64696 79% /dos my shared dos > partition - I run winNT and win95 on same disk > /dev/sd0s2e 654217 585267 16613 97% /master my area to > make cdrom disks (trash area) > /dev/sd0s1e 1339573 850789 381619 69% /home as is > /dev/wd0s3f 835775 750282 18631 98% /usr > /dev/wd0s3e 59471 3513 51201 6% /var > procfs 4 4 0 100% /proc > /dev/wd2s1f 2864422 350450 2284819 13% /usr2 I am building > 3.0 area here for multiboot > /dev/wd2s1e 29727 933 26416 3% /var2 > /dev/wd2s1a 31775 13201 16032 45% /root2 > > I hope this will help > > Thordur Ivarsson > thivars@est.is > From owner-freebsd-questions Sat Oct 4 15:45:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA11195 for questions-outgoing; Sat, 4 Oct 1997 15:45:37 -0700 (PDT) Received: from verdi.jlc.net (verdi.jlc.net [199.201.159.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA11189 for ; Sat, 4 Oct 1997 15:45:32 -0700 (PDT) Received: (from chip@localhost) by verdi.jlc.net (8.8.5/8.6.9) id SAA20173; Sat, 4 Oct 1997 18:45:37 -0400 (EDT) Message-ID: <19971004184537.15202@verdi.jlc.net> Date: Sat, 4 Oct 1997 18:45:37 -0400 From: Chip Marshall To: FreeBSD Questions Subject: S/Key and popper Reply-To: chip@jlc.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I work for an ISP, and we are trying to tighten our security a bit. For our mail server, we are restricting access to telnetd using tcp_wrappers, but would also like to force S/Key instead of normal passwords. However, our customers mostly check their mail using standard passwords and know nothing of S/Key. I was wondering how to go about permiting normal passwords from popper, but not any other service (telnetd and such.) Can anyone help me? -- Chip Marshall http://www.jlc.net/~chip/ InterNIC handle - CLM21 Key fingerprint = BA B1 8E 14 60 C6 10 32 18 24 C6 F1 D5 CC 80 52 From owner-freebsd-questions Sat Oct 4 16:06:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA12104 for questions-outgoing; Sat, 4 Oct 1997 16:06:59 -0700 (PDT) Received: from awfulhak.demon.co.uk (awfulhak.demon.co.uk [158.152.17.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA12089 for ; Sat, 4 Oct 1997 16:06:42 -0700 (PDT) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.demon.co.uk (8.8.5/8.8.5) with ESMTP id OAA02190; Sat, 4 Oct 1997 14:40:32 +0100 (BST) Message-Id: <199710041340.OAA02190@awfulhak.demon.co.uk> X-Mailer: exmh version 2.0zeta 7/24/97 To: Jonathan Fosburgh cc: freebsd-questions@FreeBSD.ORG Subject: Re: Only root can use ppp or tun0? In-reply-to: Your message of "Fri, 03 Oct 1997 15:00:06 CDT." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 04 Oct 1997 14:40:32 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I have a somewhat similar problem. In order for any non-root users to be > able to do things like run telnet, irc, tinyfugue, or other net apps on my > computer I have to have them on group wheel. How can I change this so I > can put them in the generic users group? Can you be a bit more specific ? If a user that's not in group wheel types "telnet localhost", do they get a login prompt ? This is a tad surprising. > Jonathan Fosburgh, wotan@scientist.com , University of Houston Geophysics > ******************************************************************************* > We shall not cease from exploration, > And the end of our exploring shall be to arrive > Where we started from, and know the place for the first time. > --T.S. Eliot, The Four Quartets > ******************************************************************************* > -- Brian , , Don't _EVER_ lose your sense of humour.... From owner-freebsd-questions Sat Oct 4 16:09:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA12330 for questions-outgoing; Sat, 4 Oct 1997 16:09:48 -0700 (PDT) Received: from isgate.is (isgate.is [193.4.58.51]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA12319 for ; Sat, 4 Oct 1997 16:09:42 -0700 (PDT) Received: from eh.est.is (eh.est.is [194.144.208.34]) by isgate.is (8.7.5-M/) with ESMTP id XAA15907; Sat, 4 Oct 1997 23:09:35 GMT Received: from didda.est.is (totii@ppp-24.est.is [194.144.208.124]) by eh.est.is (8.8.5/8.8.5) with SMTP id XAA26186; Sat, 4 Oct 1997 23:08:26 GMT Message-ID: <3436CCA0.41C67EA6@est.is> Date: Sat, 04 Oct 1997 23:09:20 +0000 From: =?iso-8859-1?Q?=DEor=F0ur?= Ivarsson X-Mailer: Mozilla 3.01Gold (X11; I; FreeBSD 2.2.2-RELEASE i386) MIME-Version: 1.0 To: Wei Weng CC: freebsd-questions@FreeBSD.ORG Subject: Re: newbie question References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Wei Weng wrote: > > I dont know what I did wrong. But I got something like /mnt mount error > stuff when I was trying to install ports collections.(a big part of it) > And I got error "can't create /tmp/******" when I was going to config X > windows. So, do I need to set up /tmp directory in my partition or it is > already in / mounted? And how about my /mnt directory? > Thank you for replying. > What version are you trying to install? Where did you get it ? (CD-rom ftp nfs.....) Whow is the configuration of your computer? Please give more details it will help! If you have booted from install diskette and set up the system by that way I think this should roll up, Always worked fine for me (at least most offten) I always install full installation exept I don't set X-windows up via sysinstall, I rather choose to set everything up throug ports collection. Thordur Ivarsson thivars@est.is From owner-freebsd-questions Sat Oct 4 16:29:41 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA12943 for questions-outgoing; Sat, 4 Oct 1997 16:29:41 -0700 (PDT) Received: from mail10.voicenet.com (mail10.voicenet.com [207.103.0.6]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id QAA12936 for ; Sat, 4 Oct 1997 16:29:33 -0700 (PDT) Received: (qmail 18606 invoked from network); 4 Oct 1997 23:29:17 -0000 Received: from rotary424-pri.voicenet.com (HELO athena) (207.103.142.44) by mail10.voicenet.com with SMTP; 4 Oct 1997 23:29:17 -0000 Message-Id: <3.0.2.32.19961004192909.0091c870@popmail.voicenet.com> X-Sender: theta@popmail.voicenet.com X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.2 (32) Date: Fri, 04 Oct 1996 19:29:09 -0400 To: questions@freebsd.org From: Chris Subject: Brand of PC to buy? Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I am wondering what brand of PC is the favorite of FreeBSD users. I am starting a web presence provider and plan on using FreeBSD servers so I will be purchasing my initial servers soon. I have FreeBSD installed on a Gateway 2000 desktop system right now and it is running fine, but Gateway is awfully expensive compared to many other brands. So, my question is what brand of computer is your favorite buy for FreeBSD servers (or do you buy your own hardware and build it yourself)? Also, any recommendations on hard drive brands (I'm thinking Seagate SCSI, but is there a better brand?) From owner-freebsd-questions Sat Oct 4 16:57:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA14162 for questions-outgoing; Sat, 4 Oct 1997 16:57:13 -0700 (PDT) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA14155 for ; Sat, 4 Oct 1997 16:57:10 -0700 (PDT) Received: from attila.stevens-tech.edu (attila.stevens-tech.edu [155.246.14.11]) by attila.stevens-tech.edu (8.8.5/8.8.3.1) with SMTP id TAA26550; Sat, 4 Oct 1997 19:56:25 -0400 (EDT) Date: Sat, 4 Oct 1997 19:56:24 -0400 (EDT) From: Wei Weng To: =?iso-8859-1?Q?=DEor=F0ur?= Ivarsson cc: freebsd-questions@FreeBSD.ORG Subject: Re: newbie question In-Reply-To: <3436CCA0.41C67EA6@est.is> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by hub.freebsd.org id QAA14157 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I am *trying* to install freebsd2.2.2 from cdrom which I got from cheapbytes. My computer is a Pentium 100 and 32 MB RAM and 1.6 GB harddrive, using diamond 3D64 3000 graphics card. Everything is IDE. :) My question is: How much space do I need to leave for /? And it is so troublesome to click on every options in that whole bunch of ports packages. So, is there any convineat way to choose all of them? And how big will that be? And if there is no such way, is it possible to uninstall some ports package? and is there anyway to install ports packages from the cdrom? I got /tmp/******** error when I tried to config xwindows, so I think the reason might be that I dont have enuff space for my /. And I got some strange /mnt error during the install. Don't know why. Is it becuz I dont have enuff space for / too? And when I finish ports package installation, should I just choose exit install and then reboot? It doesn't work last time. I have already installed boot manager, but my computer was booted into windows95. So, how to control the boot manager? Is there any hotkey like "tab" for lilo? Sorry for all my stupid questions. I am totally new to freebsd. Used to use linux though. But linux is way much easier to install. :) thanx ja ne ************************************************************ Wei Weng & A N NIIIM MEEEE * Box s-1398 & A A NN N I MM MM * Stevens Institute of Technology& A A N N N I M M MEEEE * Hoboken, NJ 07030 & AAAAAAAN NN I M M * wweng@stevens-tech.edu &A A NIIIM MEEEE * ************************************************************ On Sat, 4 Oct 1997, [iso-8859-1] Žoršur Ivarsson wrote: > What version are you trying to install? > > Where did you get it ? (CD-rom ftp nfs.....) > > Whow is the configuration of your computer? > > Please give more details it will help! > > If you have booted from install diskette and set up the system by that > way > I think this should roll up, Always worked fine for me (at least most > offten) > I always install full installation exept I don't set X-windows up via > sysinstall, > I rather choose to set everything up throug ports collection. > > Thordur Ivarsson > thivars@est.is > From owner-freebsd-questions Sat Oct 4 17:24:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA15484 for questions-outgoing; Sat, 4 Oct 1997 17:24:03 -0700 (PDT) Received: from home.ifx.net (home.ifx.net [206.25.218.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA15462 for ; Sat, 4 Oct 1997 17:24:00 -0700 (PDT) Received: from server2.accelerated.net (ip84.ifx.net [206.25.218.84]) by home.ifx.net (8.8.5/8.8.5) with ESMTP id UAA01665; Sat, 4 Oct 1997 20:01:13 -0400 (EDT) Message-ID: <3436974D.F554D51E@ifx.net> Date: Sat, 04 Oct 1997 20:21:50 +0100 From: Jim Marker X-Mailer: Mozilla 4.01 [en] (Win95; U) MIME-Version: 1.0 To: Joe CC: FreeBSD Questions Subject: Re: Ethernet Card X-Priority: 3 (Normal) References: <19971004113743.00373fb0.in@earth.tgci.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Joe, I have had the same trouble on 3 FreeBSD boxes. I had to put in the kernel: "device ed0 at pci?" for it to find the ethercard. This assumes you have a supported card. I also am unlucky enough to have 2 computers with netflex-3 cards that are not supported (and don't work). Joe wrote: > Hello, > > Installing FreeBSD for the 2nd time (on a 2nd box, of course), we are > having trouble with ed0. > The message at bootup is: "ed0 at 0x280 not found". I have verified > IRQ, etc., and everything looks OK. This is a PCI card, and it is > PnP, jumperless. I had set it up initiall when loading FBSD, and set > the address and IRQ there. > > Any ideas would be greatly appreciated! > > Thanks in advance, > > Joe > > ~~~ > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Joe Buczakowski e-mail: joe@tgci.net > Genesis OnLine www: http://www.tgci.net > TCP/IP: @tgci.net > Modem: 315.453.4092 > > Central New York's First GUI Internet Service Provider > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > ~~~~~~~~~~~~~~~ From owner-freebsd-questions Sat Oct 4 18:46:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA18598 for questions-outgoing; Sat, 4 Oct 1997 18:46:31 -0700 (PDT) Received: from milehigh.denver.net (milehigh.denver.net [204.144.180.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA18593 for ; Sat, 4 Oct 1997 18:46:28 -0700 (PDT) Received: (from jdc@localhost) by milehigh.denver.net (8.8.5/8.8.5) id TAA03411; Sat, 4 Oct 1997 19:47:08 -0600 (MDT) Message-ID: <19971004194706.65287@denver.net> Date: Sat, 4 Oct 1997 19:47:06 -0600 From: John-David Childs To: freebsd-questions@freebsd.org Subject: Re: how to make snoop device? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: ; from Min Huang (tunny) on Sun, Oct 05, 1997 at 12:22:03AM +0800 Organization: Enterprise Internet Solutions Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sunday October 5, 1997, Min Huang (tunny) had this to say about "how to make snoop device?": > hi, sir, > > When I use "watch xxx", it respond "cannot open snoop device", how should I > do? > > Huang Min Recompile your kernel to include snoop device (snp) support, and use the MAKEDEV script to create /dev/snp0 -- John-David Childs (JC612) Enterprise Internet Solutions System Administrator @denver.net/Internet-Coach/@ronan.net & Network Engineer 1031 S. Parker Rd. #I-8 Denver, CO 80231 As of this^H^H^H^H next week, passwords will be entered in Morse code. From owner-freebsd-questions Sat Oct 4 18:59:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA19111 for questions-outgoing; Sat, 4 Oct 1997 18:59:16 -0700 (PDT) Received: from milehigh.denver.net (milehigh.denver.net [204.144.180.2]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA19106 for ; Sat, 4 Oct 1997 18:59:14 -0700 (PDT) Received: (from jdc@localhost) by milehigh.denver.net (8.8.5/8.8.5) id TAA03557; Sat, 4 Oct 1997 19:59:52 -0600 (MDT) Message-ID: <19971004195951.62720@denver.net> Date: Sat, 4 Oct 1997 19:59:51 -0600 From: John-David Childs To: chip@jlc.net Cc: freebsd-questions@freebsd.org Subject: Re: S/Key and popper References: <19971004184537.15202@verdi.jlc.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.79 In-Reply-To: <19971004184537.15202@verdi.jlc.net>; from Chip Marshall on Sat, Oct 04, 1997 at 06:45:37PM -0400 Organization: Enterprise Internet Solutions Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Saturday October 4, 1997, Chip Marshall had this to say about "S/Key and popper": > I work for an ISP, and we are trying to tighten our security a bit. > For our mail server, we are restricting access to telnetd using > tcp_wrappers, but would also like to force S/Key instead of normal > passwords. However, our customers mostly check their mail using > standard passwords and know nothing of S/Key. I was wondering how > to go about permiting normal passwords from popper, but not any > other service (telnetd and such.) Can anyone help me? The problem with this is that lusers often use the same password for mail and telnet/ftp/web/etc.. If one is unencrypted and sniffable, why waste time on the others (at least as far as S/Key, Kerberos, etc). -- John-David Childs (JC612) Enterprise Internet Solutions System Administrator @denver.net/Internet-Coach/@ronan.net & Network Engineer 1031 S. Parker Rd. #I-8 Denver, CO 80231 As of this^H^H^H^H next week, passwords will be entered in Morse code. From owner-freebsd-questions Sat Oct 4 19:49:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA20880 for questions-outgoing; Sat, 4 Oct 1997 19:49:44 -0700 (PDT) Received: from wwwbc.com. (ns.worldwidebc.com [206.117.26.10]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id TAA20875 for ; Sat, 4 Oct 1997 19:49:41 -0700 (PDT) Received: from wwwbc.com (ppp17.wwwbc.com [206.117.26.177]) by wwwbc.com. (8.6.11/8.6.9) with ESMTP id TAA02934 for ; Sat, 4 Oct 1997 19:41:58 -0700 Message-ID: <34370384.23F5CB5D@wwwbc.com> Date: Sat, 04 Oct 1997 20:03:33 -0700 From: Rising to the Top Reply-To: bkedmind@wwwbc.com Organization: wwwbc X-Mailer: Mozilla 4.03 [en] (Win95; U) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: freeBSD server Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I have been put in charge of a existing freeBSD server, prior to me getting here there where numerous problems, I am not 100% freeBSD knowledgeable, however I am learning hands on. problem, I am getting an error message "config error mail loops back to myself" and I need a list of UNIX commands to enter and monitor things as they happen. any help with this situation will be greatly appreciated. Thanks. From owner-freebsd-questions Sat Oct 4 20:28:02 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA22030 for questions-outgoing; Sat, 4 Oct 1997 20:28:02 -0700 (PDT) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA22008 for ; Sat, 4 Oct 1997 20:28:00 -0700 (PDT) Received: from localhost (fullermd@localhost) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id WAA00548; Sat, 4 Oct 1997 22:27:55 -0500 (CDT) Date: Sat, 4 Oct 1997 22:27:55 -0500 (CDT) From: "Matthew D. Fuller" To: Rising to the Top cc: freebsd-questions@FreeBSD.ORG Subject: Re: freeBSD server In-Reply-To: <34370384.23F5CB5D@wwwbc.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 4 Oct 1997, Rising to the Top wrote: > I have been put in charge of a existing freeBSD server, prior > to me getting here there where numerous problems, I am not 100% freeBSD > knowledgeable, however I am learning hands on. problem, I am getting an > error message "config error mail loops back to myself" and I need a list > of UNIX commands to enter and monitor things as they happen. any help > with this situation will be greatly appreciated. Thanks. Check through the /etc/aliases file to make sure there's no loops being created. Second, make sure that the mail is being sent to the right pace as far as the DNS is concerned. You could also try telnet'ing to port 25 of your machine, and type this: helo (your hostname) expn root this'll tell you where the root mail is going; that's a quick way to check on how things are routing. Can't tell you much more without a little more info; where is this error popping up, and can you think of any common factor amoung when it pops up? Only when you send mail, or what? *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * FreeBSD: turning PCs into workstations * | Windows: turning workstations into typewriters | * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Sat Oct 4 20:31:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA22167 for questions-outgoing; Sat, 4 Oct 1997 20:31:10 -0700 (PDT) Received: from earth.sunlink.net (mml@earth.sunlink.net [204.170.191.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA22162 for ; Sat, 4 Oct 1997 20:31:06 -0700 (PDT) Received: from localhost (mml@localhost) by earth.sunlink.net (1.9.14/9.9.9) with SMTP id XAA16542 for ; Sat, 4 Oct 1997 23:30:46 -0400 (EDT) Date: Sat, 4 Oct 1997 23:30:45 -0400 (EDT) From: "Marc M. LaFerrera" To: questions@freebsd.org Subject: HELP!??!?! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello, I am having alot of problems. Hopefully you will be able to help me. First, I can't mount my linux partition from FreeBSD. Everytime I do: mount -t ext2fs /dev/wd0s1 /mnt I get, : mount: ext2fs filesystem unsupported or something along those lines. I have the book "The complete FreeBSD" distributed by walnut creek cdrom. But it says nothing what so ever bout this. How do I add ext2fs support into my kernel? And, I know I shouldn't ask you this next question, but, you never know. I have the same problem with linux. I can't mount my BSD partition from linux. what would the fs type be? And how can I add support for the fs type? And, problem number 2. I have a Iomega Zip drive (Paralelle SCSI). It is very simple to get it working in Linux. But I haven't the slightest idea how to even get FreeBSD to know it exists. How can I make FreeBSD notice it? Problem number 3. I am on a regular analog line. 56k motorola modem surfr. Once again, getting ppp to work in linux is very simple. I can get FreeBSD to dial out using pppd and connect. It will assign me a dynamic IP and everything. Except, the only problem is, whenever I try to connect to a remote host or do anything other then connect to localhost, I get "unknown host". I've tried everything I know of. I have edited /etc/resolv.conf to the correct NS's and a few other things. But everything I seem to do doesn't work. Any ideas of what can be wrong? I know these may seem like lame questions. But I am very new to FreeBSD. I have been with linux for quiet a while and kinda got used to it. Here is some information about my system if it helps you any: OS: FreeBSD 2.2.2 RAM: 24mb HD: 1 maxtor 2.0GB (IDE) 1 Samsung 2.1GB (IDE) CDROM: ATAPI IDE 6x Thanx for all your help in advance. ------------------------------------------------------------ "Depression is just ther obvious solution for putting things aside" mml@sunlink.net http://www.sunlink.net/~mml -----BEGIN PGP SIGNATURE----- Version: 2.6.2 iQCVAwUBNCQHVf2osiC/e/e1AQHR3QP/SX+JicHOYTfiVVTJWUGspTCFNV5/d/yV u6gcdOZXFymjUVJEI7zTJXTSdHD0rTZ8HUXLxS5b22BDk+8D7OB18nx1lBryDqhU 3tfR7DJns5SPQczi0pBfvXdIiEjVL3yj3zb40s64y8WwTq0rGxyY3/8oQcyhdqdc oI3hLyn0uMs= =piM2 -----END PGP SIGNATURE----- From owner-freebsd-questions Sat Oct 4 21:22:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA23861 for questions-outgoing; Sat, 4 Oct 1997 21:22:18 -0700 (PDT) Received: from thor.inlink.com (ultra.inlink.com [206.196.96.100]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA23825 for ; Sat, 4 Oct 1997 21:22:08 -0700 (PDT) Received: from srfpala.inlink.com (palank.inlink.com [206.196.97.120]) by thor.inlink.com (8.8.0/V8) with ESMTP id XAA12066; Sat, 4 Oct 1997 23:21:58 -0500 (CDT) Message-Id: <199710050421.XAA12066@thor.inlink.com> From: "Robert Palank" To: Cc: Subject: PS/2 Date: Sun, 5 Oct 1997 11:24:45 -0500 X-MSMail-Priority: Normal X-Priority: 3 X-Mailer: Microsoft Internet Mail 4.70.1155 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk In FreeBSD 2.1 was the PS/2 mouse support compiled in ? I typed -c at the boot but did not find PS/2 in the disabled devices, only the Bus Mouse but I do have a psm0 entry in /dev Any ideas as to why I don't see it as disabled ??? Also, I think I have an IDE Interface to my Sony CDROM Drive which I specifically purchased to load FreeBSD which is up and running nicely. Even X is up but without a mouse! When I attempt to mount my cdrom, I get a message saying that it's not configured. If this is a driver problem, is it intractable under ver 2.1 ? Is there no way to make it usable under FreeBSD 2.1 and if so, why ? Any and all help is appreciated. Best Regards Bob Palank From owner-freebsd-questions Sat Oct 4 21:28:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA24089 for questions-outgoing; Sat, 4 Oct 1997 21:28:34 -0700 (PDT) Received: from zoom.bga.com (root@zoom.realtime.net [205.238.128.40]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id VAA24084 for ; Sat, 4 Oct 1997 21:28:28 -0700 (PDT) Received: from barnowl (apm1-72.realtime.net [205.238.146.72]) by zoom.bga.com (8.6.12/8.6.12) with SMTP id XAA21896 for ; Sat, 4 Oct 1997 23:28:26 -0500 Date: Sat, 4 Oct 1997 23:32:58 -0500 (CDT) From: John Kenagy X-Sender: jktheowl@barnowl To: questions freebsd Subject: Netscrape 3.01 crash Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Greetings! I'm getting signal 8 crashes on nescape on one particular page. (www.cruisingworld.com) I have been able to view this page before, as in a couple of days ago. It would appear that they have updated some of their links and it is when attempting to go to those that the browser crashes. One of the links is in my bookmarks and that blows up too! Any Ideas? Thanks in advance, John PS (Running 2.2.1R) From owner-freebsd-questions Sat Oct 4 21:33:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA24258 for questions-outgoing; Sat, 4 Oct 1997 21:33:59 -0700 (PDT) Received: from shell.futuresouth.com (shell.futuresouth.com [207.141.254.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA24253 for ; Sat, 4 Oct 1997 21:33:57 -0700 (PDT) Received: from localhost (fullermd@localhost) by shell.futuresouth.com (8.8.5/8.8.5) with SMTP id XAA00958; Sat, 4 Oct 1997 23:33:53 -0500 (CDT) Date: Sat, 4 Oct 1997 23:33:53 -0500 (CDT) From: "Matthew D. Fuller" To: "Marc M. LaFerrera" cc: questions@FreeBSD.ORG Subject: Re: HELP!??!?! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 4 Oct 1997, Marc M. LaFerrera wrote: > Hello, I am having alot of problems. Hopefully you will be able to help > me. First, I can't mount my linux partition from FreeBSD. Everytime I do: > mount -t ext2fs /dev/wd0s1 /mnt > I get, : > mount: ext2fs filesystem unsupported > or something along those lines. I have the book "The complete FreeBSD" > distributed by walnut creek cdrom. But it says nothing what so ever bout > this. How do I add ext2fs support into my kernel? And, I know I shouldn't > ask you this next question, but, you never know. I have the same problem > with linux. I can't mount my BSD partition from linux. what would the fs > type be? And how can I add support for the fs type? I'm not the one to answer this, but I don't think you CAN mount a Linux partition from FreeBSD, or vice versa. The FreeBSD partition type would be either ufs or 4.2BSD, though. > > And, problem number 2. I have a Iomega Zip drive (Paralelle SCSI). It is > very simple to get it working in Linux. But I haven't the slightest idea > how to even get FreeBSD to know it exists. How can I make FreeBSD notice > it? Is it parallel or is it SCSI; they're 2 different interfaces. I'd guess you mean SCSI, you I think you'd just reference it like any other SCSI drive; as sd(whatever number). > Problem number 3. I am on a regular analog line. 56k motorola modem surfr. > Once again, getting ppp to work in linux is very simple. I can get FreeBSD > to dial out using pppd and connect. It will assign me a dynamic IP and > everything. Except, the only problem is, whenever I try to connect to a > remote host or do anything other then connect to localhost, I get "unknown > host". I've tried everything I know of. I have edited /etc/resolv.conf to > the correct NS's and a few other things. But everything I seem to do > doesn't work. Any ideas of what can be wrong? Make sure that the permissions on /etc/resolv.conf are set so that everyone can read it. It should also contain your domain. Here's mine from my machine {~} root@mortis: %cat /etc/resolv.conf domain erols.com nameserver 205.252.116.62 {~} root@mortis: %ll /etc | grep resolv.conf -rw-r--r-- 1 root wheel 43 Sep 30 17:57 resolv.conf {~} root@mortis: % And there are the permissions, too. > I know these may seem like lame questions. But I am very new to FreeBSD. I > have been with linux for quiet a while and kinda got used to it. That's what this list is here for; we were all there once, and you should have seen some of MY first questions... ;) > Thanx for all your help in advance. > > ------------------------------------------------------------ > > "Depression is just ther obvious solution for > putting things aside" > > mml@sunlink.net > http://www.sunlink.net/~mml > > -----BEGIN PGP SIGNATURE----- > Version: 2.6.2 > > iQCVAwUBNCQHVf2osiC/e/e1AQHR3QP/SX+JicHOYTfiVVTJWUGspTCFNV5/d/yV > u6gcdOZXFymjUVJEI7zTJXTSdHD0rTZ8HUXLxS5b22BDk+8D7OB18nx1lBryDqhU > 3tfR7DJns5SPQczi0pBfvXdIiEjVL3yj3zb40s64y8WwTq0rGxyY3/8oQcyhdqdc > oI3hLyn0uMs= > =piM2 > -----END PGP SIGNATURE----- *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* | FreeBSD; the way computers were meant to be | * FreeBSD: turning PCs into workstations * | Windows: turning workstations into typewriters | * fullermd@futuresouth.com :-} MAtthew Fuller * | http://keystone.westminster.edu/~fullermd | *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* From owner-freebsd-questions Sat Oct 4 21:39:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA24523 for questions-outgoing; Sat, 4 Oct 1997 21:39:47 -0700 (PDT) Received: from info.tsu.tomsk.su (info.tsu.tomsk.su [194.226.48.1]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA24501 for ; Sat, 4 Oct 1997 21:39:02 -0700 (PDT) Received: (from uucp@localhost) by info.tsu.tomsk.su (8.8.5/8.8.2) with UUCP id MAA09552; Sun, 5 Oct 1997 12:35:51 +0800 (TSD) Received: (from vas@localhost) by vas.tsu.tomsk.su (8.8.7/8.8.7) id LAA02506; Sun, 5 Oct 1997 11:59:40 +0800 (TSD) From: Victor Sudakov Message-Id: <199710050359.LAA02506@vas.tsu.tomsk.su> Subject: Re: crypted ip To: brian@awfulhak.org (Brian Somers) Date: Sun, 5 Oct 1997 11:59:40 +0800 (TSD) Cc: questions@FreeBSD.ORG In-Reply-To: <199710041350.OAA02293@awfulhak.demon.co.uk> from "Brian Somers" at "Oct 4, 97 02:50:19 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Brian Somers wrote: > > > > Does anyone know of a tool to encrypt IP packets and then send them again > > over IP? Something like IP over IP with security? Moreover, is anyone using > > it with FreeBSD? > > > > I know that the best variant would be perhaps a hardware crypter but the NT > > people say that NT can do it. > > Take a look at the ssh package/port. This one is different. It does not do crypting on the IP level, does it? I mean, I cannot encrypt, for example, http traffic with it, can I? Olaf Erb has advised me to have a look at SKIP. This seems to be what I was looking for. A secure IP link over an insecure channel. http://skip.incog.com/ -- Victor Sudakov mailto:vas@obluo.tomsk.su http://www.obluo.tomsk.su/~vas PGP public key: finger vas@obluo.tomsk.su From owner-freebsd-questions Sat Oct 4 22:04:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA25532 for questions-outgoing; Sat, 4 Oct 1997 22:04:34 -0700 (PDT) Received: from Bayou.UH.EDU (jef53313@Bayou.UH.EDU [129.7.1.7]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA25524 for ; Sat, 4 Oct 1997 22:04:27 -0700 (PDT) Received: from localhost (jef53313@localhost) by Bayou.UH.EDU (8.8.7/8.8.7) with SMTP id AAA20675; Sun, 5 Oct 1997 00:04:24 -0500 (CDT) Date: Sun, 5 Oct 1997 00:04:23 -0500 (CDT) From: Jonathan Fosburgh To: Brian Somers cc: freebsd-questions@FreeBSD.ORG Subject: Re: Only root can use ppp or tun0? In-Reply-To: <199710041340.OAA02190@awfulhak.demon.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The error message the appears for telnet when a.) a domain name is used is "resolver internal error" and b.) for an ip address "telnet: tcp/telnet: unknown service." This is the same in tinyfugue, talk, finger, etc. IRC receives a permission denied error when attempting to connect to a server. These all work as they are supposed to when someone is in wheel. Also, the motd file is only displayed to members of wheel, yet it is readable by anyone. On Sat, 4 Oct 1997, Brian Somers wrote: > > I have a somewhat similar problem. In order for any non-root users to be > > able to do things like run telnet, irc, tinyfugue, or other net apps on my > > computer I have to have them on group wheel. How can I change this so I > > can put them in the generic users group? > > Can you be a bit more specific ? If a user that's not in group wheel > types "telnet localhost", do they get a login prompt ? > > This is a tad surprising. > > > Jonathan Fosburgh, wotan@scientist.com , University of Houston Geophysics > > ******************************************************************************* > > We shall not cease from exploration, > > And the end of our exploring shall be to arrive > > Where we started from, and know the place for the first time. > > --T.S. Eliot, The Four Quartets > > ******************************************************************************* > > > > -- > Brian , , > > Don't _EVER_ lose your sense of humour.... > > From owner-freebsd-questions Sat Oct 4 22:25:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA26218 for questions-outgoing; Sat, 4 Oct 1997 22:25:30 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA26207 for ; Sat, 4 Oct 1997 22:25:24 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id WAA10032; Sat, 4 Oct 1997 22:19:26 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd010030; Sun Oct 5 05:19:25 1997 Date: Sat, 4 Oct 1997 22:18:23 -0700 (PDT) From: Julian Elischer To: Victor Sudakov cc: Brian Somers , questions@FreeBSD.ORG Subject: Re: crypted ip In-Reply-To: <199710050359.LAA02506@vas.tsu.tomsk.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk there are several packages that can do this but none htat I know of that just run on FreeBSD. the easiest way of doing this is with divert sockets and IPFW. It wes designed for exctly this use, but is also useful for other things. On Sun, 5 Oct 1997, Victor Sudakov wrote: > Brian Somers wrote: > > > > > > Does anyone know of a tool to encrypt IP packets and then send them again > > > over IP? Something like IP over IP with security? Moreover, is anyone using > > > it with FreeBSD? > > > > > > I know that the best variant would be perhaps a hardware crypter but the NT > > > people say that NT can do it. > > > > Take a look at the ssh package/port. > > This one is different. It does not do crypting on the IP level, does it? I > mean, I cannot encrypt, for example, http traffic with it, can I? > > Olaf Erb has advised me to have a look at SKIP. This seems to be what I was > looking for. A secure IP link over an insecure channel. > http://skip.incog.com/ > > -- > Victor Sudakov > mailto:vas@obluo.tomsk.su > http://www.obluo.tomsk.su/~vas > PGP public key: finger vas@obluo.tomsk.su > From owner-freebsd-questions Sat Oct 4 22:31:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA26438 for questions-outgoing; Sat, 4 Oct 1997 22:31:03 -0700 (PDT) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA26430 for ; Sat, 4 Oct 1997 22:31:01 -0700 (PDT) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id WAA10148; Sat, 4 Oct 1997 22:27:07 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd010146; Sun Oct 5 05:27:04 1997 Date: Sat, 4 Oct 1997 22:26:02 -0700 (PDT) From: Julian Elischer To: "Matthew D. Fuller" cc: "Marc M. LaFerrera" , questions@FreeBSD.ORG Subject: Re: HELP!??!?! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 4 Oct 1997, Matthew D. Fuller wrote: > On Sat, 4 Oct 1997, Marc M. LaFerrera wrote: > > > ask you this next question, but, you never know. I have the same problem > > with linux. I can't mount my BSD partition from linux. what would the fs > > type be? And how can I add support for the fs type? > I'm not the one to answer this, but I don't think you CAN mount a Linux > partition from FreeBSD, or vice versa. The FreeBSD partition type would yes you can, though I've never done it. > be either ufs or 4.2BSD, though. > > > > > And, problem number 2. I have a Iomega Zip drive (Paralelle SCSI). It is > > very simple to get it working in Linux. But I haven't the slightest idea > > how to even get FreeBSD to know it exists. How can I make FreeBSD notice > > it? > Is it parallel or is it SCSI; they're 2 different interfaces. I'd guess > you mean SCSI, you I think you'd just reference it like any other SCSI > drive; as sd(whatever number). The parallel SCSI driver is a separate driver. (the Zip does SCSI commands but over the Parallel port) Use the mail archives accessable through www.freebsd.org (support page) to find the pointer to it.. once it's loaded you access the zip as sd0. > > > Problem number 3. I am on a regular analog line. 56k motorola modem surfr. > > Once again, getting ppp to work in linux is very simple. I can get FreeBSD > > to dial out using pppd and connect. It will assign me a dynamic IP and > > everything. Except, the only problem is, whenever I try to connect to a > > remote host or do anything other then connect to localhost, I get "unknown > > host". I've tried everything I know of. I have edited /etc/resolv.conf to > > the correct NS's and a few other things. But everything I seem to do > > doesn't work. Any ideas of what can be wrong? > Make sure that the permissions on /etc/resolv.conf are set so that > everyone can read it. It should also contain your domain. Here's mine > from my machine > {~} root@mortis: %cat /etc/resolv.conf > domain erols.com > nameserver 205.252.116.62 > {~} root@mortis: %ll /etc | grep resolv.conf > -rw-r--r-- 1 root wheel 43 Sep 30 17:57 resolv.conf > {~} root@mortis: % The userland ppp (man ppp) is easier to set up and has more features, at the expense of performance (a bit). check that out as well. have you checked /etc/host.conf as well? > And there are the permissions, too. > > > I know these may seem like lame questions. But I am very new to FreeBSD. I > > have been with linux for quiet a while and kinda got used to it. > That's what this list is here for; we were all there once, and you should > have seen some of MY first questions... ;) > > > Thanx for all your help in advance. > > > > ------------------------------------------------------------ > > > > "Depression is just ther obvious solution for > > putting things aside" > > > > mml@sunlink.net > > http://www.sunlink.net/~mml > > > > -----BEGIN PGP SIGNATURE----- > > Version: 2.6.2 > > > > iQCVAwUBNCQHVf2osiC/e/e1AQHR3QP/SX+JicHOYTfiVVTJWUGspTCFNV5/d/yV > > u6gcdOZXFymjUVJEI7zTJXTSdHD0rTZ8HUXLxS5b22BDk+8D7OB18nx1lBryDqhU > > 3tfR7DJns5SPQczi0pBfvXdIiEjVL3yj3zb40s64y8WwTq0rGxyY3/8oQcyhdqdc > > oI3hLyn0uMs= > > =piM2 > > -----END PGP SIGNATURE----- > > *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* > | FreeBSD; the way computers were meant to be | > * FreeBSD: turning PCs into workstations * > | Windows: turning workstations into typewriters | > * fullermd@futuresouth.com :-} MAtthew Fuller * > | http://keystone.westminster.edu/~fullermd | > *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* > > From owner-freebsd-questions Sat Oct 4 23:01:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA28793 for questions-outgoing; Sat, 4 Oct 1997 23:01:57 -0700 (PDT) Received: from firewall.intercom.co.cn ([203.196.0.9]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA28776 for ; Sat, 4 Oct 1997 23:01:51 -0700 (PDT) Received: (from jiang@localhost) by firewall.intercom.co.cn (8.7.4/8.7.3) id OAA04183 for ; Sun, 5 Oct 1997 14:04:41 +0800 X-Authentication-Warning: firewall.intercom.co.cn: jiang set sender to using -f Received: from unknown(192.168.0.171) by firewall.intercom.co.cn via smap (V1.3) id sma004179; Sun Oct 5 14:04:31 1997 Message-ID: <34372CF3.38FC801D@public.intercom.com.cn> Date: Sun, 05 Oct 1997 14:00:20 +0800 From: Gao Fei Reply-To: gaof@public.intercom.com.cn Organization: cenpok X-Mailer: Mozilla 4.01 [en] (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: How can I make virtual host? X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I want to make my FreeBSD to become our virtual hosts server, how can I do? From owner-freebsd-questions Sat Oct 4 23:53:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA02499 for questions-outgoing; Sat, 4 Oct 1997 23:53:28 -0700 (PDT) Received: from citytel1.citytel.net (root@citytel1.citytel.net [204.244.99.66]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA02494 for ; Sat, 4 Oct 1997 23:53:18 -0700 (PDT) Received: from mybsd.net (citytelprct48.citytel.net [204.244.99.124]) by citytel1.citytel.net (8.8.4/8.7.3) with SMTP id XAA15841 for ; Sat, 4 Oct 1997 23:59:57 -0700 (PDT) Date: Sat, 4 Oct 1997 23:26:25 -0700 (PDT) From: Kwoody X-Sender: kwoody@mybsd.net To: freebsd-questions@freebsd.org Subject: PPP log file Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Running a 2.1.7 system, installed the August 20th release of PPP the day after it was released. Added: !ppp *.* /var/log/ppp.log to my syslog.conf and sent a kill -HUP `cat /var/run/syslog.pid` to syslogd. My ppp.lgo file has not been written too since the upgrade. The above addistion to syslog.conf is from the man page. Did I send the right kill to syslogd? I do get an error from syslog when I reboot about something not being right in the conf file, but as far as I can see it seems to be correct. Anyone have a hint...? Not a big deal really as its only my using this system, but would like something to be logged anyway. kwoody@citytel.net From owner-freebsd-questions Sun Oct 5 00:01:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA03142 for questions-outgoing; Sun, 5 Oct 1997 00:01:06 -0700 (PDT) Received: from tower.my.domain (nscs21p5.remote.umass.edu [128.119.179.6]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA03127 for ; Sun, 5 Oct 1997 00:00:58 -0700 (PDT) Received: (from root@localhost) by tower.my.domain (8.8.7/8.8.7) id CAA01160 for questions@FreeBSD.ORG; Sun, 5 Oct 1997 02:58:23 -0400 (EDT) Message-ID: X-Mailer: XFMail 1.1 [p0] on FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Sun, 05 Oct 1997 02:26:32 -0400 (EDT) From: Greg Pavelcak To: questions@FreeBSD.ORG Subject: ppp quickie: IP_ADD_MEMBERSHIP Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I do: ppp -background umass And see: ...routed[62]:IP_ADD_MEMBERSHIP ALLHOSTS Address already in use ...routed[62]setsockopt(IP_ADD_MEMBERSHIP RIP) Address already in use. Usually these appear 3 times, then the connection is made and they appear again. I'm not having trouble connecting. I'm just wondering about the messages. Thanks. Greg ------------------------------------------------------------------------ ---