From owner-freebsd-questions Sun Oct 7 1: 8:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comm.sochi.net.ru (sochi.net.ru [212.248.80.2]) by hub.freebsd.org (Postfix) with ESMTP id 2C70037B409 for ; Sun, 7 Oct 2001 01:08:31 -0700 (PDT) Received: from maxime.net.ru (maxime.sochi.net.ru [212.248.80.52]) by comm.sochi.net.ru (8.11.3/8.11.1) with ESMTP id f9788LX62580; Sun, 7 Oct 2001 12:08:24 +0400 (MSD) (envelope-from maxime@sochi.com) Received: from sochi.com (localhost.maxime.net.ru [127.0.0.1]) by maxime.net.ru (8.11.6/8.11.1) with ESMTP id f9787m651857; Sun, 7 Oct 2001 12:07:50 +0400 (MSD) (envelope-from maxime@sochi.com) Message-ID: <3BC00D54.7080108@sochi.com> Date: Sun, 07 Oct 2001 12:07:48 +0400 From: Maxime Zakharov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:0.9.3) Gecko/20010914 X-Accept-Language: ru, en, fr MIME-Version: 1.0 To: Ed Alley Cc: freebsd-questions@freebsd.org Subject: Re: Troubles with printing after upgrade 4.3 -> 4.4 References: <200110070002.f9702US05318@jordan.llnl.gov> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ed Alley wrote: > On Sat, 06, Oct 2001 Maxime Zakharov wrote: > > >>After upgrade 4.3 -> 4.4 i have trouble with printhing: >> > >>bash-2.05$ lp -P ps-a4 print.ps >>lp: unable to print file: server-error-service-unavailable >> > >>lpd is running. lpc say that printer is ready for printing. >>What changed, tow to reconfigure? >> > > We need a little more information. I will assume that you > have a setup similar to mine. Are you sure that the lpt0 > device file is present? Try running the command: Thanks for help. I found where problem is: new KDE version setup cups package as dependant. And this package conflict by programs names with standart lp, lpr... -- Maxim Zakharov http://sochi.net.ru/~maxime/ Sochi, Russia http://www.sochi.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 1:14: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by hub.freebsd.org (Postfix) with ESMTP id 7ECB537B40B for ; Sun, 7 Oct 2001 01:13:56 -0700 (PDT) Received: from c1-pta-98.dial-up.net (c1-pta-98.dial-up.net [196.34.158.98]) by mercury.is.co.za (Postfix) with ESMTP id B3B6C4007; Sun, 7 Oct 2001 10:13:30 +0200 (SAST) Date: Sun, 7 Oct 2001 10:15:45 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: Sudirman Hassan Cc: Subject: Re: FreeFirewall In-Reply-To: <3727.10.100.98.133.1002129202.squirrel@10.100.3.5> Message-ID: <20011007094144.Q58292-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I have been looking at this thread and have a few ideas that could come in handy, On Thu, 4 Oct 2001, Sudirman Hassan wrote: > In process of learning it, I want to contribute something to > community. Eventhough it might be a small project, hope it'll help > other later or at least give some idea or prototype so that someone > might be coming with better thing. Thus I come with idea of webbased > firewall. Easy to use, install and manage. > > The idea is that : > 1. Sys admin using webbased interface to manage the firewall - remotely using > browser. Can do configuration of firewall policy, rule via web. See log file. > for firewall - i might be using ip filter. This is not a bad idea but if the OS is planned for a Firewall the idea of accessing the firewall via the web (even if its on an internal ONLY network device) is something I would tend to avoid, most commercial firewall products afaik dont go for such features (least when last I worked on them , now all firewalls are FreeBSD ipf based unless otherwise demanded). Allowing the system to be compromised through a service that need not be on a firewall is something best avoided. Logs are also best monitored via email so the web frontend for viewing logs can be bypassed. > 2. have option for ssh for those who like to tinkering by hand. always a good option, > 3. sharing connection with pc in LAN - ( i think suitable for small > and medium size company ) - NAT i guess doing all this yes NAT does that well, > 4. dhcp would work well for a nicely controlled network behind a "competent" firewall:) > 5. caching for faster and saving bandwith - might be using Squid. > 6. filtering - might using squidGuard. Squid would do fine just depends on where the firewall is implemented and the traffic it crunches through as well as the hardware platform would be a consideration, remember Squid can go awry with resources and you dont want your firewall and network performance affected by that, > 7. intrusion detection - snort or something like that. again always a good idea, monitor as much as possible and keep an eye on it, > 8. upgrade etc. could take some time to perfect a few scripts to update your "customised" release (which I would assume is stripped down from the original FreeBSD build and altered), but as someone else on the list has initiated me into looking into seems a lot less difficult than it may seem:) > 9. Setting that improve security ALWAYS harden that firewall and seeing as this is going to perform specific tasks you can remove things you would not need, > All of the above will be done in a way that can be > use/configure/tinker via web. To make it related to FreeBSD, I name it > "FreeFirewall" :) You might have guess it. :P Security is a must. If you looking to make a Firewall that can be configured via a web interface try Webmin (and write your own module) just a dedicated "secure" firewall imho should avoid that, stick to console only GUI (curses or non-listening X) or CLI mode. I also know not all admins are as savvy as others and may need a remote X gui but that can be tackled later or if you really want to know just mail me or the list and I will give my 2c worth.Just if you say security is a must local access to the firewall rules would be best, or SSH. > This is my Final Year Project. There's many topics available that I > can choose but I think better I propose something that I can use it as > a way to play with my FreeBSD box and in the same time provide those > with faint-hearted to use FreeBSD and later love it. :) Also I see > that many company ( small to medium ) need something like this. > Something like this have appeared in Linux such as Mandrake SNF and > e-smith but I don;t know whether we FreeBSDian have one. I havent seen/used SNF but know of some one who has, havent gotten an opinion from him yet just how it performed, will do though thats for sure, e-smith however is nice but a freebsd type implementation could be so much better, and Id personally be willing to dedicate time to a project like this as its what I do in my daily work anyways, taking FreeBSD then hardening and firewalling it and placing them in small to medium networks (ranging from 10machines to around 100), and would make my life (and Im sure hundreds others) lives a lot easier. FreeBSD also has a step-up on linux imho with a simpler update path to any linux distro I have used by far (and I have been on linux a fair while before converting). > Now, come to what I want to ask. :) Please give comments, constructive > suggestion, links, article, whatever so that I can make this project a > reality. Personal help would also be welcome. I like to mail > personally to those who volunteer to help personally rather flooding > this mailing list. Flame should be okay :) I could go on about this topic for hours (if I havent already) but atleast I gave my input hope it was valuable, if anyone wants to continue this would me feel free. YES id be glad to volunteer time to this project (if I were good enough and had the time Id dedicate time to FreeBSD developement itself but alas Id be dwarfed by the current team, kudos to them). Mail me off-list and we can continue this, PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 1:15:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 4219937B403 for ; Sun, 7 Oct 2001 01:15:18 -0700 (PDT) Received: (qmail 47135 invoked by uid 100); 7 Oct 2001 08:15:16 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15296.3860.722354.662322@guru.mired.org> Date: Sun, 7 Oct 2001 03:15:16 -0500 To: "Edward Gess" Cc: questions@freebsd.org Subject: Re: new packages and ports In-Reply-To: <3753162@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Edward Gess types: > But, how you know, all these programs are installed as the base system, > so how I could update them, should I simply replace them by newer > ones??? If you need to use those, you should install the ports, not replace the versions in the base system. Unlike other Unix-like systems, FreeBSD is built, tested and provided as a complete system, not a collection of packages running on top of a kernel from a bunch of different development groups. The downside of this, as you've noticed, is that the versions of contributed software in the base system tend to lag behind the version from the developers. The upside, which you apparently also noticed, is that the base system is more stable and easier to manage than things built using the alternative system. Updating perl seems to work ok, but people have reported bad things happening when compiling the system with gcc 3.0. > And one more, what do you think about my english? I guess you've noticed > that I am not from England or America? I am from Lithuania, but I am not > Lithuanian, I am German, I only live here... Since you ask, I think it's good. Not perfect, but better than some who speak english as a first language. More importantly, it was no problem understanding the question. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 1:28:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from akk3.akk.uni-karlsruhe.de (akk3.akk.uni-karlsruhe.de [129.13.131.3]) by hub.freebsd.org (Postfix) with ESMTP id 5FD3C37B407 for ; Sun, 7 Oct 2001 01:28:28 -0700 (PDT) Received: from pc by akk3.akk.uni-karlsruhe.de with local (Exim 3.12 #1) id 15q9IR-0001xf-00; Sun, 07 Oct 2001 10:28:27 +0200 Date: Sun, 7 Oct 2001 10:28:27 +0200 From: Peter Cornelius To: freebsd-questions@freebsd.org, pcc@gmx.net Subject: Another one chokes with /etc/exports ... Message-ID: <20011007102827.A7475@akk3.akk.org> Reply-To: freebsd-questions@freebsd.org, pcc@gmx.net Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi community, ... I seem to continiously trick myself trying to rewrite my /etc/exports. Done this before. Can't be that hard. I thought. Have dealt with a diskless client a few times. I'm a crack. I thought. As it seems, it has always been a single nfs client, so I never got my toes trodden on. And much of this has been before Release 3. However, I don't like my feet feeling flat, and now I wanna know. When I get stuck like this, I usually consult the archives and do a little bit of looking about. So I do know that http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/networking.html#EXPORTS-ERRORS exists, and I have read quite some mails. However, I persistently seem to miss the point. What I intended to do is to consider the i[3-6]86 as separate architectures (I don't want to discuss this in particular) and share as many directories (i. e. the same export on the server) among the machines of a particular architecture. Obviously, /usr/src, /usr/ports and /home (which actually is /usr/home here) should be one exported directory on the server which is used for all clients. The server currently runs 4.3-STABLE (FreeBSD fileserv 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun May 6 16:33:59 CEST 2001 root@:/usr/src/sys/compile/FILESERV i386, cvsup'ed just before the build started). It has a large vinum-made /usr but no much else of excitement: # mount /dev/ad0s1a on / (ufs, local) /dev/vinum/usr on /usr (ufs, NFS exported, local) /dev/ad2s1e on /R (ufs, local) procfs on /proc (procfs, local) # (more frequent kernel updates are a little bit of a pain and a risk because of vinum). So my first approach was about the following which resulted in the usual errors (mark&paste, sorry): ---------- SNIP SNIP ---------- # This would allow mounts anywhere in /usr, unconditionally. #/usr -alldirs petra luis router nosbox # # I like this a little better since it's sligthly more restrictive. # Admittedly, path names are a bit lengthy... # These are common to all clients. # Until we know better, allow uid root access to ports and src. /usr/src /usr/ports -maproot=0:0 router petra luis # Users are evil, so try without maproot=0:0 for the time being. /usr/home router petra luis # root filesystems are read-only. These are a product of cpdup(1). # (a) i386 type machines /usr/dfs/nfs/root/mach/nosbox -maproot=0:0,ro nosbox # (b) i486 type machines /usr/dfs/nfs/root/mach/luis -maproot=0:0 -ro luis #/usr/dfs/nfs/root/mach/router -maproot=0:0,ro router # (c) i586 type machines /usr/dfs/nfs/root/mach/petra -maproot=0:0,ro petra # /usr/obj directories are supposed to be shared on per-architecture basis. # Do need maproot=0:0 here... /usr/dfs/nfs/root/mach/shared/usr/obj386 -maproot=0:0 nosbox #/usr/dfs/nfs/root/mach/shared/usr/obj486 -maproot=0:0 router luis /usr/dfs/nfs/root/mach/shared/usr/obj586 -maproot=0:0 petra # As are /usr/X11R6 dirs. However, currently there may be problems: # Where to put temprary files? # How to manage the ports db? Also share? /usr/dfs/nfs/root/mach/shared/usr/X386 -maproot=0:0,ro nosbox /usr/dfs/nfs/root/mach/shared/usr/X486 -maproot=0:0,ro router luis /usr/dfs/nfs/root/mach/shared/usr/X586 -maproot=0:0,ro petra # # rw access for admin hosts only. Normally, use the above! /usr/dfs/nfs/root/arch/i386 -maproot=0:0 petra /usr/dfs/nfs/root/arch/i486 -maproot=0:0 petra /usr/dfs/nfs/root/arch/i586 -maproot=0:0 petra /usr/dfs/nfs/root/mach/shared/usr/X386 -maproot=0:0 petra /usr/dfs/nfs/root/mach/shared/usr/X486 -maproot=0:0 petra /usr/dfs/nfs/root/mach/shared/usr/X586 -maproot=0:0 petra ---------- SNIP SNIP ---------- Then, I reread some of the docs I mentioned above and decided that I would have to have all exports for one client on a single line, so I made: ---------- SNIP SNIP ---------- # This now is a test. # Exports for petra. /usr/src /usr/ports /usr/home /usr/dfs/nfs/root/arch/i386 /usr/dfs/nfs/root/arch /i486 /usr/dfs/nfs/root/arch/i586 /usr/dfs/nfs/root/mach/shared/usr/X386 /usr/df s/nfs/root/mach/shared/usr/X486 /usr/dfs/nfs/root/mach/shared/usr/X586 -maproot =0:0 petra /usr/src /usr/ports -maproot=0:0 router luis #/usr/home router petra luis /usr/local/share/dfs/nfs/root/mach/nosbox -maproot=0:0,ro nosbox # Seems this is my only resort -- implications?? #/usr -alldirs petra router luis nosbox ---------- SNIP SNIP ---------- Again, no luck. It's horribly messy and almost unmaintainable, anyways. So... I'm stuck it seems. All docs and books I read don't seem to bring enlightment. So, my questions are... ... why don't we support something like the first attempt? (Please don't answer that we can only export file systems which I know and does not help me much) ... what have people done in a similar situation, in particular, how did you manage to export the same dir with different options to different hosts while having other exports with the same ones to the same hosts? Could you provide me with an example? ... what are the implications of -alldirs? Particularly, how would I restrict write access to a few particular dirs, depending on the client? ... why can't I get my grips on this??? After all those years, I don't consider myself a bloody BSE-beginner... Well. Thanks for reading this far. Best regards, Peter. P. S.: Please do include my addres in replies, I seemingly am not allowed To fiddle with my email headers in this webmail... Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 3: 4:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.girona.com (girona.com [80.64.32.17]) by hub.freebsd.org (Postfix) with SMTP id 5AF7237B432 for ; Sun, 7 Oct 2001 03:04:30 -0700 (PDT) Received: (qmail 3473 invoked by uid 535); 7 Oct 2001 10:04:15 -0000 Message-ID: <20011007100415.3472.qmail@www.girona.com> From: "lagresa" To: questions@FreeBSD.org Cc: questions@FreeBSD.org Subject: FreeBSD 4.2 RELEASE en un 486 Date: Sun, 07 Oct 2001 10:04:15 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG El problema que tengo es debido a que después de efectuar la instalación de bsd en un 486 a 40 Mz i 20 MB de RAM, resulta que el "reboot" se me queda clavado en el punto " Mounting root from ufs:/dev/ad0s1a", y de aqui no pasa. Tras la instalación, he montado el HD en un Pentium que tengo, y entonces si que funciona correctamente.. Mi duda es saber si es realmente cierto que bsd puede funcionar en un entorno a partir de 386 con 4 MB, como se "vende", o al igual que Linux, n que realmente, las nuevas y NO TAN NUEVAS distribuciones YA NI TAN SOLO PERMITEN CARGARSE EN ESTOS ENTORNOS.?? En mi caso he conseguido realizar la instalación correctamente de bsd en el 486, a diferencia de lo que me ha ocurrido con distintas distribuciones de Linux más o menos nuevas, algunas como open linux 1.3, lo cual no es bastante nueva, sin embargo no consigo encontrar la razón de porque no arranca. Hasta otra. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 3: 4:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from www.girona.com (girona.com [80.64.32.17]) by hub.freebsd.org (Postfix) with SMTP id 82DE737B403 for ; Sun, 7 Oct 2001 03:04:33 -0700 (PDT) Received: (qmail 3473 invoked by uid 535); 7 Oct 2001 10:04:15 -0000 Message-ID: <20011007100415.3472.qmail@www.girona.com> From: "lagresa" To: questions@FreeBSD.org Cc: questions@FreeBSD.org Subject: FreeBSD 4.2 RELEASE en un 486 Date: Sun, 07 Oct 2001 10:04:15 GMT Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG El problema que tengo es debido a que después de efectuar la instalación de bsd en un 486 a 40 Mz i 20 MB de RAM, resulta que el "reboot" se me queda clavado en el punto " Mounting root from ufs:/dev/ad0s1a", y de aqui no pasa. Tras la instalación, he montado el HD en un Pentium que tengo, y entonces si que funciona correctamente.. Mi duda es saber si es realmente cierto que bsd puede funcionar en un entorno a partir de 386 con 4 MB, como se "vende", o al igual que Linux, n que realmente, las nuevas y NO TAN NUEVAS distribuciones YA NI TAN SOLO PERMITEN CARGARSE EN ESTOS ENTORNOS.?? En mi caso he conseguido realizar la instalación correctamente de bsd en el 486, a diferencia de lo que me ha ocurrido con distintas distribuciones de Linux más o menos nuevas, algunas como open linux 1.3, lo cual no es bastante nueva, sin embargo no consigo encontrar la razón de porque no arranca. Hasta otra. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 3:15:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe44.law12.hotmail.com [64.4.18.16]) by hub.freebsd.org (Postfix) with ESMTP id 4617C37B405 for ; Sun, 7 Oct 2001 03:15:13 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Oct 2001 03:15:12 -0700 X-Originating-IP: [216.228.133.13] Reply-To: "default" From: "default" To: Subject: ideal swap partition space... Date: Sun, 7 Oct 2001 05:15:12 -0500 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 07 Oct 2001 10:15:12.0344 (UTC) FILETIME=[F356B580:01C14F18] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm curious about setting up the amount of space for the swap partition... is there any ideal amount for FreeBSD? Or is it dependant on the size/type of hard drive & other hardware that one has? If so, is there any kind of equasion or theory behind determining what is the best amount to provide for the best performance? Is there such a thing as a swap partition that is too large? Thanks, Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 3:38:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id 9640A37B409 for ; Sun, 7 Oct 2001 03:38:07 -0700 (PDT) Received: from mark2 (usr1743-wit.cableinet.co.uk [213.48.208.40]) by dv-db.com (8.9.3/8.9.3) with SMTP id LAA08625; Sun, 7 Oct 2001 11:37:55 +0100 (GMT/BST) Message-ID: <00c301c14f1b$fd333f30$a8c0fea9@mark2> From: "Mark Hughes" To: "Gerry Freymann" Cc: References: <013f01c14e62$ad9fff30$0a00a8c0@mark2> <003601c14e75$bb29bf20$0200a8c0@trailer> Subject: Re: Email proxy and Web filter - InFlex Date: Sun, 7 Oct 2001 11:36:43 +0100 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 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > The thing I'm puzzling over is the email proxy. What I want to be able to > > do is have the freebsd box log in to a number of different mail servers > > through POP, download the mail, and put it into various user accounts > > Sounds like "fetchmail" to me. Check the ports. > > > Also, during downloading of the mail, I want to sequester (sp?) anything > > with an attachment to protect against viruses. > > Install inflex and uvscan and put the script to update the virus defnitions > in a cron job so it's done automatically. Both are in the ports. Took me 20 > minutes to get that going. Er....is there any way of installing inflex without installing Xfree86??? It seems strange that Xfree86 is listed as a dependancy for inflex - I can't imagine why. Anyone? Should I just attempt to install from source code? Thanks, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 3:49:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from aragorn.neomedia.it (aragorn.neomedia.it [195.103.207.6]) by hub.freebsd.org (Postfix) with ESMTP id 0976A37B401 for ; Sun, 7 Oct 2001 03:49:32 -0700 (PDT) Received: (from httpd@localhost) by aragorn.neomedia.it (8.11.4/8.11.4) id f97AnSa06653; Sun, 7 Oct 2001 12:49:28 +0200 (CEST) To: Harald.Hochl@avl.com Subject: Win98, Winnt, Win2000 und FreeBSD Message-ID: <1002451768.3bc0333813183@webmail.neomedia.it> Date: Sun, 07 Oct 2001 12:49:28 +0200 (CEST) From: Salvo Bartolotta Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: IMP/PHP IMAP webmail program 2.2.4-cvs X-WebMail-Company: Neomedia s.a.s. X-Originating-IP: 62.98.170.236 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Harald Hochl scrieb: > Ich habe einen Rechner mit win98, winnt4.0, win2000 professional und win2000 > server erstellt mit folgenden partitionen: Sehr geehrter Herr Hochl, Sie haben schon die meisten Informationen erhalten. Da Sie Win98 benutzen, gaebe es eine andere moeglichkeit, d.h. OS System Commander -- aber das ist leider $$$payware$$$. Es gibt auch freien alternativen im Netz, die Ihnen helfen koennten. Wenn Sie das Englisch nicht gut sprechen oder verstehen, koennten Sie http://www.de.freebsd.org/de besuchen. Ihr sehr ergebener Salvo Bartolotta To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 4:44:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id 79C9637B401 for ; Sun, 7 Oct 2001 04:44:46 -0700 (PDT) Received: from mark2 (usr1743-wit.cableinet.co.uk [213.48.208.40]) by dv-db.com (8.9.3/8.9.3) with SMTP id MAA20306; Sun, 7 Oct 2001 12:44:18 +0100 (GMT/BST) Message-ID: <010901c14f25$42fe9790$a8c0fea9@mark2> From: "Mark Hughes" To: "Gerry Freymann" Cc: References: <013f01c14e62$ad9fff30$0a00a8c0@mark2> <003601c14e75$bb29bf20$0200a8c0@trailer> Subject: Re: Email proxy and Web filter Date: Sun, 7 Oct 2001 12:43:15 +0100 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 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > Also, during downloading of the mail, I want to sequester (sp?) anything > > with an attachment to protect against viruses. > > Install inflex and uvscan and put the script to update the virus defnitions > in a cron job so it's done automatically. Both are in the ports. Took me 20 > minutes to get that going. I've used amavis instead of inflex, as the inflex port wanted to install xfree86 for some reason. That said though, uvscan is a time-limited shareware version - does this stop working after 30 days? If it does indeed require the purchase of a licence, then I'll not use it, as I'd rather just put ANYTHING with an attachment into a separate folder and deal with them individually. So, anyone know of a procmail recipe for doing that simply, or any other method that would do it? Thanks, Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 5: 5:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (smtp2.mbox.com.au [203.103.80.178]) by hub.freebsd.org (Postfix) with ESMTP id A1E6537B407 for ; Sun, 7 Oct 2001 05:05:17 -0700 (PDT) Received: from nms2.mbox.com.au (webmail.i7mail.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GKU0083444UHN@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Sun, 7 Oct 2001 20:02:54 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GKU44U03.144 for ; Sun, 07 Oct 2001 20:02:54 +0800 Date: Sun, 07 Oct 2001 22:02:54 +1000 From: BSD Freak Subject: Running XfFree86 4 as root To: FreeBSD Questions Message-id: MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hiya all, I wonder if anyone can help me. I run apps such as mozilla etc as a normal user fine under XFree86-4 (built from the ports collection). However when I run a graphical application as root I get the following message and it aborts: Xlib: connection to ":0.0" refused by server Xlib: Client is not authorized to connect to Server Gtk-WARNING **: cannot open display: :0.0 Any help would be greatly appreciated.... --------------------------------------------------------------------- It is automatic log-in and notification. It is the all NEW mBeeper! http://www.mbox.com.au/mbeeper To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 5: 9:58 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe48.law12.hotmail.com [64.4.18.20]) by hub.freebsd.org (Postfix) with ESMTP id 4C39937B406 for ; Sun, 7 Oct 2001 05:09:52 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Oct 2001 05:09:52 -0700 X-Originating-IP: [216.228.133.13] Reply-To: "default" From: "default" To: Subject: installing and partitioning a new hd Date: Sun, 7 Oct 2001 07:09:46 -0500 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 07 Oct 2001 12:09:52.0124 (UTC) FILETIME=[F801D3C0:01C14F28] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am about to add a second hard drive to my FreeBSD machine... and I was hoping someone could give me some basic command instructions on what all I need to do in order to have the drive be recognized and partitioned... I will need to edit the new info into /etc/fstab in order to have this drive loaded from boot correct? During my original installation, I only specified 1 hd driver, ... is there anything special I need to do in order to be able to add another one in? (like kernel re-config etc?) Thanks, Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 5:21: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailrelay3.inwind.it (mailrelay3.inwind.it [212.141.54.103]) by hub.freebsd.org (Postfix) with ESMTP id ABBED37B406 for ; Sun, 7 Oct 2001 05:20:54 -0700 (PDT) Received: from [62.98.214.124] (62.98.214.124) by mailrelay3.inwind.it (5.5.029) id 3BBC28F50018B7AD for freebsd-questions@freebsd.org; Sun, 7 Oct 2001 14:20:53 +0200 Received: (qmail 1851 invoked by uid 1000); 7 Oct 2001 12:20:30 -0000 Date: Sun, 7 Oct 2001 14:20:30 +0200 From: Francesco Casadei To: default Cc: freebsd-questions@freebsd.org Subject: Re: ideal swap partition space... Message-ID: <20011007142030.A1798@goku.kasby> Mail-Followup-To: default , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from default013subscriptions@hotmail.com on Sun, Oct 07, 2001 at 05:15:12AM -0500 X-Operating-System: FreeBSD 4.4-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 07, 2001 at 05:15:12AM -0500, default wrote: > Hi, >=20 > I'm curious about setting up the amount of space for the swap partition... > is there any ideal amount for FreeBSD? Or is it dependant on the size/type > of hard drive & other hardware that one has? If so, is there any kind of > equasion or theory behind determining what is the best amount to provide = for > the best performance? >=20 > Is there such a thing as a swap partition that is too large? >=20 > Thanks, >=20 > Jordan >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message man tuning(7). Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7wEiOfsM3XxZOsXsRApZ8AJsFRHusN9fV/2p2fxJeIQHeMJp8DACfUw8f 2X5l8UvIUZggEJHLxfkjABA= =jLq7 -----END PGP SIGNATURE----- --bp/iNruPH9dso1Pn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 5:32:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from maila.telia.com (maila.telia.com [194.22.194.231]) by hub.freebsd.org (Postfix) with ESMTP id C772437B401 for ; Sun, 7 Oct 2001 05:32:38 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maila.telia.com (8.11.6/8.11.6) with ESMTP id f97CWa300360 for ; Sun, 7 Oct 2001 14:32:37 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id OAA25763 for ; Sun, 7 Oct 2001 14:32:32 +0200 (CEST) Received: (qmail 5979 invoked by uid 1001); 7 Oct 2001 12:32:31 -0000 Date: Sun, 7 Oct 2001 14:32:31 +0200 From: Erik Trulsson To: default Cc: freebsd-questions@freebsd.org Subject: Re: ideal swap partition space... Message-ID: <20011007143231.A5864@student.uu.se> Mail-Followup-To: default , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 05:15:12AM -0500, default wrote: > Hi, > > I'm curious about setting up the amount of space for the swap partition... > is there any ideal amount for FreeBSD? Or is it dependant on the size/type > of hard drive & other hardware that one has? If so, is there any kind of > equasion or theory behind determining what is the best amount to provide for > the best performance? > > Is there such a thing as a swap partition that is too large? How much swap you need depend on how much RAM you have and the memory requirements of the programs you run. The general rule of thumb is that swap should be twice as large as the amount of physical RAM in the machine. The idea behind that rule is that if you have less than that you risk running out of swap and if you need more swap than that your machine is probably going to swap so much that it will slow down to a standstill. This might be adjusted up or down depending on various things. For example if you have very little memory you might want a larger swap partition so that you can handle temporary amounts of large memory usage. (Running out of swap is Not Fun.) If you have a lot of RAM on the other hand you might not need any swap at all. The only downside of creating a large swap-partition is that that portion of the disk is no longer usable for files. I think there are limits to how much swap one can have configured but I think that limit is somewhare around the 20-30 GB mark. -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 5:41:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 7564437B401 for ; Sun, 7 Oct 2001 05:41:52 -0700 (PDT) Received: (qmail 27741 invoked by uid 100); 7 Oct 2001 12:41:49 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15296.19853.478330.391538@guru.mired.org> Date: Sun, 7 Oct 2001 07:41:49 -0500 To: questions@freebsd.org Subject: svgalib applications? X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When I try running svgalib applications, I just get the error message: Not running in a graphics capable console, and unable to find one. Bus error Could someone tell me what I need to do so svgalib can find a graphics capable console? Thanx, http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 6:12: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id CCE2B37B401 for ; Sun, 7 Oct 2001 06:11:58 -0700 (PDT) Received: from hades.hell.gr (patr530-a210.otenet.gr [212.205.215.210]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f97DBrv24232; Sun, 7 Oct 2001 16:11:53 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f97DBrq25101; Sun, 7 Oct 2001 16:11:53 +0300 (EEST) (envelope-from charon@labs.gr) Date: Sun, 7 Oct 2001 16:11:52 +0300 From: Giorgos Keramidas To: BSD Freak Cc: FreeBSD Questions Subject: Re: Running XfFree86 4 as root Message-ID: <20011007161152.A24892@hades.hell.gr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG BSD Freak wrote: > Hiya all, > > I wonder if anyone can help me. I run apps such as mozilla etc as a > normal user fine under XFree86-4 (built from the ports collection). > However when I run a graphical application as root I get the following > message and it aborts: > > Xlib: connection to ":0.0" refused by server > Xlib: Client is not authorized to connect to Server If you read the manpage of xhost(1) you'll find out why this happens. For the moment, you can just use: % xhost +localhost before you su to root. This should allow programs to work nicely. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 6:17:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web14205.mail.yahoo.com (web14205.mail.yahoo.com [216.136.172.151]) by hub.freebsd.org (Postfix) with SMTP id 4F14D37B407 for ; Sun, 7 Oct 2001 06:17:20 -0700 (PDT) Message-ID: <20011007131720.69251.qmail@web14205.mail.yahoo.com> Received: from [193.68.201.113] by web14205.mail.yahoo.com via HTTP; Sun, 07 Oct 2001 06:17:20 PDT Date: Sun, 7 Oct 2001 06:17:20 -0700 (PDT) From: Mladen Markov Subject: problem with ELF To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I've got a problem with FreeBSD 4.4-RELEASE When I start some binary executables, it gives me an error ELF binary type "0" not known when I install the package linux_base (package for linux compatibility) all executables run ok. but after I reboot the machine, everything get the old way - with an error Could you please help me find a solution. Thank you in advance Regards, Mladen Markov __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 6:18:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rr-56-56-13.atl.mediaone.net (rr-56-56-13.atl.mediaone.net [66.56.56.13]) by hub.freebsd.org (Postfix) with ESMTP id 1D5D237B406 for ; Sun, 7 Oct 2001 06:18:17 -0700 (PDT) Received: from archimedes.ellenburg.org (5e603c59b9bb4f33f9791e0ef080d361@[192.168.0.2]) by rr-56-56-13.atl.mediaone.net (8.11.2/8.11.2) with ESMTP id f97DI9O19875 for ; Sun, 7 Oct 2001 09:18:09 -0400 Received: from there (archimedes [127.0.0.1]) by archimedes.ellenburg.org (Postfix) with SMTP id 6CAD511AFE7 for ; Sun, 7 Oct 2001 09:02:47 -0400 (EDT) Content-Type: text/plain; charset="iso-8859-1" From: "George M.Ellenburg" Message-Id: <200110070859.1741@archimedes> To: questions@freebsd.org Subject: Compiling KDE Apps Date: Sun, 7 Oct 2001 09:02:47 -0400 X-Mailer: KMail [version 1.3] X-Originating-IP: [127.0.0.1] X-MSMail-Priority: High X-TZ: GMT -0400 X-Files: The Truth is Out There! X-Y-Z: P-D-Q! X-message-flag: When replying, please refrain from using HTML or other Rich Text in your messages. Thank you. X-message: WARNING! Your system is infected with a virus. To remove the virus, uninstall Outlook now. MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Is there an FAQ or How-To for compiling KDE apps under FreeBSD 4.4 ? The following configure is refusing to work: ./configure --with-qt-includes=/usr/X11R6/include/qt2 \ --with-qt-libraries=/usr/X11R6/lib --with-qt-includes=/usr/X11R6/include/qt2 \ --with-qt-libraries=/usr/X11R6/lib --with-extra-libs=/usr/local/lib \ --prefix=/usr/local i386--freebsd4.4 I keep getting: checking for Qt... configure: error: Qt (>= Qt 2.2.1) (libraries) not found. Please check your installation! (Hint: Qt 2.3.1 is installed.) Regards, -- George M. Ellenburg - PGP Public Key: http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x3B8D1ADD NOTE: When replying, please refrain from using HTML, or other Rich Text, in your messages. Thank you! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 6:25: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp14.singnet.com.sg (smtp14.singnet.com.sg [165.21.6.34]) by hub.freebsd.org (Postfix) with ESMTP id 969B337B403 for ; Sun, 7 Oct 2001 06:24:53 -0700 (PDT) Received: from oemcomputer (qtns01601.singnet.com.sg [165.21.163.191]) by smtp14.singnet.com.sg (8.11.6/8.11.6) with SMTP id f97DNgg07447 for ; Sun, 7 Oct 2001 21:23:43 +0800 Message-ID: <000801c14f33$e33f2fe0$bfa315a5@oemcomputer> From: "Minghui" To: Subject: RE: Modem Set-up Date: Sun, 7 Oct 2001 21:27:51 +0800 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0005_01C14F76.EB3AF790" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0005_01C14F76.EB3AF790 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I've been trying to setup my modem for Internet access but somehow, = it doesn't seem to work, as a newbie to BSD and generally, Unix systems = and I would be grateful to any kind souls out there who will offer me = help. Thanks!!! :) My modem: 3Com U.S.Robotics 56K Faxmodem(RAS modem 8120) on com2 of my system. Problem: I have set the following line to the /etc/ttys file : ttydo = "usr/libexec/getty std.115200" dialup on secure and then type the = command kill -HUP 1 and it was successful! However, when I have tried = sending an ATZ command, the system prompted: no such command. = Puzzled!!??? I go into GUI mode. Over in KDE, which I have configured as = my default x-window, in the Internet dialer set-up option, when querying = the modem the Internet Dialer hangs! Hmmmm... ...What should I do? It = seems like FreeBSD can't detected my modem . Is there anything else to = set up the modem? Please help. Thank you!!! Rgds, Jonathan Goh ------=_NextPart_000_0005_01C14F76.EB3AF790 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi,
    I've been trying to = setup my=20 modem for Internet access but somehow, it doesn't seem to work, as a = newbie to=20 BSD and generally, Unix systems and I would be grateful to any kind = souls=20 out there who will offer me help. Thanks!!! :)
 
My modem:
3Com U.S.Robotics 56K = Faxmodem(RAS modem=20 8120)
on com2 of my = system.
 
Problem:
I have set the following line to the = /etc/ttys file=20 : ttydo "usr/libexec/getty std.115200" dialup on secure = and=20 then type the command kill -HUP 1 = and it=20 was successful! However, when I have = tried=20 sending an ATZ command, the system prompted: no such=20 command. Puzzled!!??? I go into GUI mode. Over in KDE, which I have configured as my default = x-window, in=20 the Internet dialer set-up option, when querying the modem the Internet = Dialer=20 hangs! Hmmmm... ...What should I do? It seems like FreeBSD can't = detected=20 my modem . Is there anything else to set up the modem?
Please help. Thank you!!!
 
Rgds,
Jonathan Goh
 
------=_NextPart_000_0005_01C14F76.EB3AF790-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 7: 4: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 71AF937B408 for ; Sun, 7 Oct 2001 07:04:02 -0700 (PDT) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 4BB6316CF6 for ; Sun, 7 Oct 2001 16:03:59 +0200 (CEST) Received: from IBM-HIRXKN66F0W.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A3A9CE260532; Sun, 07 Oct 2001 16:16:09 +0200 Message-Id: <5.1.0.14.0.20011007090043.03347bd0@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 07 Oct 2001 09:03:25 -0500 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Re: OffSubject-Router In-Reply-To: <001d01c14ef0$345e08e0$0100a8c0@home> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >I'm sorry, I know this is off the subject matter and if you you can help, >please respond off list. I don't want to get anyone angry for and off >subject question. cisco.com has a great site-search function, look for "MRTG", look for "community", etc, etc. google.com, search for "MRTG" + "cisco 1700" Len http://MenAndMice.com/DNS-training http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4 & W2K http://IMGate.MEIway.com : Build free, hi-perf, anti-abuse mail gateways To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 7:10: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20105.mail.yahoo.com (web20105.mail.yahoo.com [216.136.226.42]) by hub.freebsd.org (Postfix) with SMTP id BE13F37B401 for ; Sun, 7 Oct 2001 07:09:55 -0700 (PDT) Message-ID: <20011007140955.2394.qmail@web20105.mail.yahoo.com> Received: from [63.193.147.188] by web20105.mail.yahoo.com via HTTP; Sun, 07 Oct 2001 07:09:55 PDT Date: Sun, 7 Oct 2001 07:09:55 -0700 (PDT) From: Bsd Newbie Subject: Re: comeon... someone has to help me resolve this samba problem... :/ To: Nathan Mace , freebsd-questions In-Reply-To: <20011006141403.537415c2.mace_nathan@uchaswv.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matt's post indicated that I shouldn't really be cluttering this list with my samba problems... so this will be the last PUBLIC (prepare for an onslaught of private messages ;) ) post regarding this problem. Here are the answers you wanted... my win98se machine gives me the following error: \\(hostname)\(share name) The network name cannot be found and yes... I did assign the FreeBSD box an netbios alias under the [general] tab I added myself to the smbpasswd file using "smbpasswd sameer" I've also tried "net view" under the command prompt... it shows me both msft machines... but the FreeBSD box is nowhere to be found. :/ As for the O'Reilly books... there's no refusting they are good... but they are beyond my scope right now... :/ -Sameer --- Nathan Mace wrote: > can you at least give me the error message win98 gives? also...you add > users to the smbpasswd file right? if not samba will puke on itself. > if not i think i can walk you through it > > BTW...i always thought sam's books were 'ok' but i think o'reilly's kick > ass! :) > > nathan > > On Sat, 6 Oct 2001 09:08:55 -0700 (PDT) > Bsd Newbie wrote: > > > > > Alright... > > > > I finally managed to get around to sorting this problem out... I > > needed to > > take a break because it was too frustrating (it hurts me to say this > > because I love Sams's 'Unleashed' books... but their Samba book... > > BITES)... > > > > I took your config file (THANK YOU!) and changed some names... and the > > following command: > > > > smbclient //(hostname)/(sharename) > > > > I'm happy to say it worked w/o a single problem... > > > > BUT... the problem is far from over... my Win98se machine (and I don't > > know if this problem can be discussed here) will not connect to my > > FreeBSD > > machine and vice versa. > > > > So now, I have Samba working on the server... but it's unable to do > > anything. > > > > Any more suggestions? > > > > -Sameer > > > > BTW... I disabled all Win98se firewalling software before I tried the > > connection. > > > > > > --- Nathan Mace wrote: > > > first off, try taking a look at my smb.conf file. my samba workds > > > great...pay special attention to my [global] share. you might try > > > making a backup of yours and using mine, but be sure and change the > > > workgroup name, etc,etc all that stuff that is different. > > > > > > also make sure you point it toyour smbpasswd file. > > > > > > also you have to test it with "smbclient -L localhost" assuming your > > > doing this from the localhost > > > > > > one other thing just to be sure. you are "kill -HUP " > > for > > > both smbd and nmdbd right? let us know what using my conf name > > results > > > in > > > > > > > > > > > > On Wed, 3 Oct 2001 07:14:49 -0700 (PDT) > > > Bsd Newbie wrote: > > > > > > > > > > > Here's the info you requested: > > > > > > > > [global] > > > > workgroup = HOME > > > > encrypt passwords = Yes > > > > [homes] > > > > read only = No > > > > browseable = No > > > > [public] > > > > path=/tmp > > > > guest ok = Yes > > > > > > > > The command I uses is: > > > > > > > > ash-2.05# smbclient //(hostname)/public > > > > > > > > > > > > > > > > --- Matthew Emmerton wrote: > > > > > > > > > > What are the contents of your smb.conf file, as well as the > > command > > > > line > > > > > you're using to test your installation with? > > > > > > > > > > -- > > > > > Matthew Emmerton || matt@gsicomp.on.ca > > > > > GSI Computer Services || http://www.gsicomp.on.ca > > > > > > > > > > On Wed, 3 Oct 2001, Bsd Newbie wrote: > > > > > > > > > > > > > > > > > I get the following error when trying to test samba with > > > > 'smbclient': > > > > > > > > > > > > Domain=[HOME] OS=[Unix] Server=[Samba 2.2.0a] > > > > > > tree connect failed: ERRDOS - ERRnosuchshare (You specified an > > > > invalid > > > > > > share name) > > > > > > > > > > > > I registered the user with smbpasswd > > > > > > > > > > > > I've done the following things... things I was advised to do: > > > > > > > > > > > > 1.) ran the following: > > > > > > /usr/local/samba/bin/smbd > > > > > > /usr/local/samba/bin/nmbd > > > > > > > > > > > > 2.) ran testparm > > > > > > everything checked out > > > > > > > > > > > > 3.) tried the -W and -U flags > > > > > > no change > > > > > > > > > > > > I really would like to get this up and running... > > > > > > > > > > > > Thanks in advance for any help someone might be able to > > provide. > > > > > > > > > > > > -Sameer > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > > Do You Yahoo!? > > > > > > Listen to your Yahoo! Mail messages from any phone. > > > > > > http://phone.yahoo.com > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > > > with "unsubscribe freebsd-questions" in the body of the > > message > > > > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > Do You Yahoo!? > > > > Listen to your Yahoo! Mail messages from any phone. > > > > http://phone.yahoo.com > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > > with "unsubscribe freebsd-questions" in the body of the message > > > > > > > > ATTACHMENT part 2 application/octet-stream name=smb.conf > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > NEW from Yahoo! GeoCities - quick and easy web site hosting, just > > $8.95/month. > > http://geocities.yahoo.com/ps/info1 __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 7:18:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20107.mail.yahoo.com (web20107.mail.yahoo.com [216.136.226.44]) by hub.freebsd.org (Postfix) with SMTP id 21BC337B403 for ; Sun, 7 Oct 2001 07:18:52 -0700 (PDT) Message-ID: <20011007141850.55758.qmail@web20107.mail.yahoo.com> Received: from [63.193.147.188] by web20107.mail.yahoo.com via HTTP; Sun, 07 Oct 2001 07:18:50 PDT Date: Sun, 7 Oct 2001 07:18:50 -0700 (PDT) From: Bsd Newbie Subject: Xfree86 version used with FreeBSD 4.4 To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I haven't installed 4.4 yet (once I can get Samba working I'll finally be able to move the ISOs to the machine that has the CDRW :/ ) ... so I don't know what version of XFree86 is being used. Is it still 3.3.6 or is it a newer 4-version? __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 7:58:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sage-american.com (sage-american.com [216.122.141.44]) by hub.freebsd.org (Postfix) with ESMTP id 44F9337B406 for ; Sun, 7 Oct 2001 07:58:23 -0700 (PDT) Received: from sageone (ppp-208-191-234-96.dialup.crchtx.swbell.net [208.191.234.96]) by sage-american.com (8.9.3/8.9.3) with SMTP id JAA23334; Sun, 7 Oct 2001 09:58:13 -0500 (CDT) Message-Id: <3.0.5.32.20011007095852.031a30f0@mail.sage-american.com> X-Sender: jacks@mail.sage-american.com X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Sun, 07 Oct 2001 09:58:52 -0500 To: geoff1@sympatico.ca, questions@FreeBSD.ORG From: jacks@sage-american.com Subject: Re: msdos formatting In-Reply-To: <3BBFDEFC.87E4AAE3@sympatico.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Look at "MTools" in the ports.... At 12:50 AM 10.7.2001 -0400, Geoffrey R. Kitching wrote: > Hi all, I was just wondering if there is anyway to format a disk in >4.4-RELEASE as msdos format so it can be used on a windows computer, and >also, wget a document from the internet, and place it on that disk, also >in msdos format? If so, please reply how, thanks a lot. > >- Geoff > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > Best regards, Jack L. Stone, Server Admin Sage-American http://www.sage-american.com jacks@sage-american.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 8: 2:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 4evermail.com (equinox.4evermail.com [204.92.209.4]) by hub.freebsd.org (Postfix) with SMTP id 69B9937B406 for ; Sun, 7 Oct 2001 08:02:32 -0700 (PDT) Received: (qmail 90576 invoked from network); 7 Oct 2001 15:02:48 -0000 Received: from 24-168-45-37.nyc.rr.com (HELO sioux) (24.168.45.37) by equinox.4evermail.com with SMTP; 7 Oct 2001 15:02:48 -0000 Message-ID: <000501c14f41$15034950$252da818@sioux> From: "Jonathan M. Slivko" To: , , References: <3.0.5.32.20011007095852.031a30f0@mail.sage-american.com> Subject: Re: msdos formatting Date: Sun, 7 Oct 2001 11:02:28 -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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG or, newfs_msdos. -- Jonathan ----- Original Message ----- From: To: ; Sent: Sunday, October 07, 2001 10:58 AM Subject: Re: msdos formatting > Look at "MTools" in the ports.... > > At 12:50 AM 10.7.2001 -0400, Geoffrey R. Kitching wrote: > > Hi all, I was just wondering if there is anyway to format a disk in > >4.4-RELEASE as msdos format so it can be used on a windows computer, and > >also, wget a document from the internet, and place it on that disk, also > >in msdos format? If so, please reply how, thanks a lot. > > > >- Geoff > > > >To Unsubscribe: send mail to majordomo@FreeBSD.org > >with "unsubscribe freebsd-questions" in the body of the message > > > > > > Best regards, > Jack L. Stone, > Server Admin > > Sage-American > http://www.sage-american.com > jacks@sage-american.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 8:25:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp02.wxs.nl (smtp02.wxs.nl [195.121.6.54]) by hub.freebsd.org (Postfix) with ESMTP id E2BF537B407 for ; Sun, 7 Oct 2001 08:25:13 -0700 (PDT) Received: from wiers556.speed.planet.nl ([62.131.207.176]) by smtp02.wxs.nl (Netscape Messaging Server 4.15) with ESMTP id GKUDHZ00.SJ3 for ; Sun, 7 Oct 2001 17:25:11 +0200 Received: from there (localhost.speed.planet.nl [127.0.0.1]) by wiers556.speed.planet.nl (8.11.6/8.11.6) with SMTP id f97FP9w01032 for ; Sun, 7 Oct 2001 17:25:10 +0200 (CEST) (envelope-from w.wiersma@4business.nl) Message-Id: <200110071525.f97FP9w01032@wiers556.speed.planet.nl> Content-Type: text/plain; charset="iso-8859-1" From: Wijnand Wiersma To: freebsd-questions@freebsd.org Subject: transfer home dir Date: Sun, 7 Oct 2001 17:25:09 +0200 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm a newbee to freebsd and I never noticed that I don't have a /home directory like in linux. I didn't knew it was just a link to /usr/home. But now my /usr partition is full. I have a free partition wich i want to use for my home directory. How can I do this without screwing up my ownerships of files? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 8:29:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 7910F37B406 for ; Sun, 7 Oct 2001 08:29:28 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id f97FTCP33195 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Sun, 7 Oct 2001 21:29:17 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id f97FTBk80890 for questions@FreeBSD.ORG; Sun, 7 Oct 2001 21:29:11 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id f97FOL100471 for ; Sun, 7 Oct 2001 21:24:21 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Date: Sun, 7 Oct 2001 21:24:21 +0600 (YEKST) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: questions@FreeBSD.ORG Subject: md's oddity Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sirs, system (4.4RC) simply hangs when I put more than 20Mb on the md-based disk. It is Ok when I put no more than 20Mb, why ? in kernel configuration file I have: device md options MD_NSECT=120000 Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 8:34:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id E49B437B405 for ; Sun, 7 Oct 2001 08:34:13 -0700 (PDT) Received: (qmail 32266 invoked by uid 100); 7 Oct 2001 15:34:08 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15296.30192.124715.492534@guru.mired.org> Date: Sun, 7 Oct 2001 10:34:08 -0500 To: "jason" Cc: questions@freebsd.org Subject: Re: creating conf files through scripting In-Reply-To: <14738214@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jason types: > I need some help with creating files based on data stored in mysql. I know > how to do this with PHP but don't know if I can call on a PHP script via > CRON. I also don't know how to use SH to read from mysql and write to > files. > Can Anyone point me in the write direction? I like XEmacs for code and Applix Word for documents :-). > Or point me to a comprehensive reference guide for using SH? That's hard to do, because the shell is a tool for tying together all the tools that you have available. That varies far to much to keep track of. My two favorite books on this topic are "Unix Power Tools" by Jerry Peek et. al., and "The Unix Programming Environment" by Kernighan and Pike. > Or maybe tell me if and how I can call on PHP scripts to do what I want? So > far everything I read on PHP is web server based. Well, you might consider a script that does the web interactions. For instance, if you have to fill out a single form and submit it, and the program that handles it will work with a GET, you can construct a URL and use fetch in the base system to do it. If you need to do a POST or do authentication, then consider using Python and the urllib module, which will handle all those things. Since it doesn't depend on a lot of external tools, the comprehensive reference guides are the language and library references. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 8:46:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail2.mediadesign.nl (md2.mediadesign.nl [212.19.205.67]) by hub.freebsd.org (Postfix) with SMTP id E67F637B403 for ; Sun, 7 Oct 2001 08:46:12 -0700 (PDT) Received: (qmail 7704 invoked by uid 1002); 7 Oct 2001 15:46:00 -0000 Date: Sun, 7 Oct 2001 17:46:00 +0200 From: Alson van der Meulen To: freebsd-questions@freebsd.org Subject: Re: transfer home dir Message-ID: <20011007174600.A24409@md2.mediadesign.nl> Mail-Followup-To: freebsd-questions@freebsd.org References: <200110071525.f97FP9w01032@wiers556.speed.planet.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110071525.f97FP9w01032@wiers556.speed.planet.nl> User-Agent: Mutt/1.3.22i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 05:25:09PM +0200, Wijnand Wiersma wrote: > I'm a newbee to freebsd and I never noticed that I don't have a /home > directory like in linux. I didn't knew it was just a link to /usr/home. > But now my /usr partition is full. I have a free partition wich i want to use > for my home directory. How can I do this without screwing up my ownerships of > files? Just remove the symlink, mount that partition under /home, and copy the data using cd /usr/home; tar cf - . | tar xpf - -C /home or cd /usr/home; pax -rw -pe . /home This way ownerships, permissions and other stuff will be preserved -- ,-------------------------------------------. > Name: Alson van der Meulen < > Personal: alson@flutnet.org < > School: alson@gymnasiumleiden.nl < `-------------------------------------------' Where's the DIR command? --------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 9:17:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lv.raad.tartu.ee (lv.raad.tartu.ee [194.126.106.110]) by hub.freebsd.org (Postfix) with ESMTP id 75A6137B406 for ; Sun, 7 Oct 2001 09:17:06 -0700 (PDT) Received: Message by Barricade lv.raad.tartu.ee with ESMTP id f97GH4s05574; Sun, 7 Oct 2001 18:17:04 +0200 Message-Id: <200110071617.f97GH4s05574@lv.raad.tartu.ee> Received: from SpoolDir by INFO (Mercury 1.48); 7 Oct 01 18:16:43 +0200 From: "Toomas Aas" Organization: Tartu City Government To: freebsd-questions@FreeBSD.ORG, Matt Sykes Date: Sun, 7 Oct 2001 18:16:37 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: install boot hangs In-reply-to: <22117575.1002419613571.JavaMail.imail@patti.excite.com> X-info: Headers changed by Barricade Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi Matt! On 6 Oct 01 at 18:53 you wrote: > I guess I don't understand exactly what AHA Bios is, and why FreeBSD > in particular doesn't like it (since linux and windows don't seem to > mind). I guess it's Adaptec onboard SCSI BIOS. I remember you mentioning earlier in the thread that your mobo is P2L97-DS. This sounds like ASUS (I have one without the "-DS"), in which case the "S" should mean integrated SCSI. -- Toomas Aas | toomas.aas@raad.tartu.ee | http://www.raad.tartu.ee/~toomas/ * To define recursion, we must first define recursion. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 9:28:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 3264137B405; Sun, 7 Oct 2001 09:28:38 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id f97GSVP34997 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Sun, 7 Oct 2001 22:28:32 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id f97GSVt83095; Sun, 7 Oct 2001 22:28:31 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id f97GRrA00451; Sun, 7 Oct 2001 22:27:53 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Date: Sun, 7 Oct 2001 22:27:53 +0600 (YEKST) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: questions@FreeBSD.org Cc: Poul-Henning Kamp Subject: why it isn't possible to put more than 20Mb on the memory-based disk ? (system simply hangs) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 9:38: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f219.law11.hotmail.com [64.4.17.219]) by hub.freebsd.org (Postfix) with ESMTP id 625A537B405 for ; Sun, 7 Oct 2001 09:38:07 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Oct 2001 09:38:03 -0700 Received: from 24.116.159.131 by lw11fd.law11.hotmail.msn.com with HTTP; Sun, 07 Oct 2001 16:38:03 GMT X-Originating-IP: [24.116.159.131] From: "Charles Burns" To: mpd6334@cs.rit.edu, questions@freebsd.org Subject: Re: Maximum Freebsd Directory entries? Date: Sun, 07 Oct 2001 09:38:03 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Oct 2001 16:38:03.0960 (UTC) FILETIME=[6F7D2380:01C14F4E] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >On Fri, Oct 05, 2001 at 11:06:18AM -0700, Dreamtime.net Inc. wrote: > > How many directories could be created in a directory under freebsd 3.2. >If > > there is some limitation, is it possible to work > > around it? > >if there is a set limit, why would you want to raise it? >access becomes RIDICULOUSLY slow when there are thousands >of files in a directory. Is file access slow in directories containing many entries, or were you referring to listing the contents only? If the former, is it them better to minimize the # of entries (not going to any special effort, but in general...) in a certain directory? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 9:43:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zigman.2y.net (korpen-86-195.ip-pluggen.com [212.181.86.195]) by hub.freebsd.org (Postfix) with ESMTP id 63E5437B425 for ; Sun, 7 Oct 2001 09:43:49 -0700 (PDT) Received: by zigman.2y.net (Postfix, from userid 1001) id 1C1F61EF6; Sun, 7 Oct 2001 18:43:42 +0200 (CEST) Date: Sun, 7 Oct 2001 18:43:41 +0200 From: Morsal Roudbay To: freebsd-questions@freebsd.org Subject: X and Swedish keyboard layout Message-ID: <20011007184341.A6541@zigman.2y.net> Reply-To: Morsal Roudbay Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.3 [up 22:21, 1 user, load averages: 0.05, 0.02, 0.00] X-Return-Path: morsal@swipnet.se Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi I've been reading all type of docs and searching the net to find a solution to my problem... but unfortunatley I havent been able to get a Swedish keyboard layout in X.. I found lots about XFree 3.x but not much on 4.x... FreeBSD 4.4-RELEASE - XFree86 Version 4.1.0 / X Window System (protocol Version 11, revision 0, vendor release 6510) Release Date: 2 June 2001 Build Operating System: FreeBSD 4.2-BETA i386 [ELF] Module Loader present I got a working Swedish keyboard layout in console though, here is my rc.conf: font8x14="NO" font8x16="swiss-8x16" font8x8="swiss-8x8" keymap="swedish.iso" keyrate="fast" TIA Morsal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 9:54:24 2001 Delivered-To: freebsd-questions@freebsd.org Received: from maile.telia.com (maile.telia.com [194.22.190.16]) by hub.freebsd.org (Postfix) with ESMTP id C2BCE37B405 for ; Sun, 7 Oct 2001 09:54:15 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by maile.telia.com (8.11.6/8.11.6) with ESMTP id f97GsDx08577 for ; Sun, 7 Oct 2001 18:54:14 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id SAA14991 for ; Sun, 7 Oct 2001 18:54:10 +0200 (CEST) Received: (qmail 11185 invoked by uid 1001); 7 Oct 2001 16:54:08 -0000 Date: Sun, 7 Oct 2001 18:54:08 +0200 From: Erik Trulsson To: Charles Burns Cc: mpd6334@cs.rit.edu, questions@freebsd.org Subject: Re: Maximum Freebsd Directory entries? Message-ID: <20011007185408.A11131@student.uu.se> Mail-Followup-To: Charles Burns , mpd6334@cs.rit.edu, questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 09:38:03AM -0700, Charles Burns wrote: > > >On Fri, Oct 05, 2001 at 11:06:18AM -0700, Dreamtime.net Inc. wrote: > >> How many directories could be created in a directory under freebsd 3.2. > >If > >> there is some limitation, is it possible to work > >> around it? > > > >if there is a set limit, why would you want to raise it? > >access becomes RIDICULOUSLY slow when there are thousands > >of files in a directory. > > Is file access slow in directories containing many entries, or were you > referring to listing the contents only? If the former, is it them better to > minimize the # of entries (not going to any special effort, but in > general...) in a certain directory? > Accessing files in a directory with many entries is slow. This is because a linear search is used to find a file within a directory. The time to access a file is therefore proportional to the number of entries in the directory. This does not mean that one should go to great length to minimize the number of entries in a directory since there is not much difference between 10 or 20 or 100 entries. I would say that the practical limit for how many entries on can have in a single directory without things getting too slow is somewhere around 3000. ( Directories usually becomes fairly unwieldy for humans at a couple of hundred files so I would say that anything above, say, 500 entries in a single directory should be avoided unless one has a specific reason for putting that many files in one directory.) It can also be worth noting that there are some (experimental) code in the kernel to speed up access in large directories by using a hashtable but this is not enabled by default. (options UFS_DIRHASH in the kernel config file). -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10: 0:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from internet.simplifiedtechnology.com (internet.simplifiedtechnology.com [207.21.31.250]) by hub.freebsd.org (Postfix) with ESMTP id 3650237B408 for ; Sun, 7 Oct 2001 10:00:03 -0700 (PDT) Received: from stcinc.com ([10.2.1.2]) by internet.simplifiedtechnology.com (8.10.2/8.10.2) with ESMTP id f97HJce06372; Sun, 7 Oct 2001 10:19:38 -0700 (PDT) Message-ID: <3BC08C83.6DC5E228@stcinc.com> Date: Sun, 07 Oct 2001 10:10:27 -0700 From: Gregory Carvalho Organization: Simplified Technology Company X-Mailer: Mozilla 4.51 [en] (X11; I; FreeBSD 3.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: "J. Fox" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bind 8 build difficulties References: <20000301180830.A7016@mind.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is the result of a umask that does not enable the execute bit. The make process constructs a shell script by the name: /usr/ports/net/bind8/work/src/port/freebsd/include/sys/probe_ipv6 which must be executable. I know this is a very late response, but it might help someone lurking in the archives:) "J. Fox" wrote: > > Hello, > > Attempting to build bind 8.2.2.p5 from the ports collection. > > The make stops, however, very quickly, with a reference to > IPv6: > > >> Checksum OK for bind-src.tar.gz. > >> Checksum OK for bind-doc.tar.gz. > ===> Building for bind-8.2.2.p5 > Using .systype > Using .settings > /usr/ports/net/bind8/work/src/include > /usr/ports/net/bind8/work/src/include/arpa > /usr/ports/net/bind8/work/src/include/isc > /usr/ports/net/bind8/work/src/port > /usr/ports/net/bind8/work/src/port/freebsd > /usr/ports/net/bind8/work/src/port/freebsd/include > /usr/ports/net/bind8/work/src/port/freebsd/include/sys > probe_ipv6 > probe_ipv6: not found > > It all seems rather strange. There appears to be some > sort of required software already installed, but it was > my belief that the ports mechanism takes care of dependencies. > > I got this exact same error trying to build the same release > of bind from source directly downloaded from isc.org, and > I'm hoping *someone* has an idea or pointer that might > get me back on the right track! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10: 0:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 9735937B401 for ; Sun, 7 Oct 2001 10:00:34 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id f97H0FB01476; Sun, 7 Oct 2001 19:00:15 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Ilia Chipitsine Cc: questions@FreeBSD.org Subject: Re: why it isn't possible to put more than 20Mb on the memory-based disk ? (system simply hangs) In-Reply-To: Your message of "Sun, 07 Oct 2001 22:27:53 +0600." Date: Sun, 07 Oct 2001 19:00:15 +0200 Message-ID: <1474.1002474015@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG man md -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10: 8:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailb.telia.com (mailb.telia.com [194.22.194.6]) by hub.freebsd.org (Postfix) with ESMTP id 3D07137B403 for ; Sun, 7 Oct 2001 10:08:28 -0700 (PDT) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailb.telia.com (8.11.6/8.11.6) with ESMTP id f97H8QS26138 for ; Sun, 7 Oct 2001 19:08:26 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id TAA26378 for ; Sun, 7 Oct 2001 19:08:24 +0200 (CEST) Received: (qmail 11340 invoked by uid 1001); 7 Oct 2001 17:08:23 -0000 Date: Sun, 7 Oct 2001 19:08:23 +0200 From: Erik Trulsson To: Morsal Roudbay Cc: freebsd-questions@freebsd.org Subject: Re: X and Swedish keyboard layout Message-ID: <20011007190823.A11248@student.uu.se> Mail-Followup-To: Morsal Roudbay , freebsd-questions@freebsd.org References: <20011007184341.A6541@zigman.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011007184341.A6541@zigman.2y.net> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 06:43:41PM +0200, Morsal Roudbay wrote: > Hi > I've been reading all type of docs and searching the net to find a solution > to my problem... but unfortunatley I havent been able to get a Swedish > keyboard layout in X.. I found lots about XFree 3.x but not much on 4.x... > > FreeBSD 4.4-RELEASE > - > XFree86 Version 4.1.0 / X Window System > (protocol Version 11, revision 0, vendor release 6510) > Release Date: 2 June 2001 > Build Operating System: FreeBSD 4.2-BETA i386 [ELF] > Module Loader present > > I got a working Swedish keyboard layout in console though, > here is my rc.conf: > > font8x14="NO" > font8x16="swiss-8x16" > font8x8="swiss-8x8" > keymap="swedish.iso" > keyrate="fast" The stuff in rc.conf is not used by X. The keyboard layout in X and in the console are independent of each other. For XFree 3.x you should make sure that you have something like the following in /etc/XF86Config Section "Keyboard" Protocol "Standard" AutoRepeat 500 30 LeftAlt Meta RightAlt Meta ScrollLock Compose RightCtl Control XkbKeycodes "xfree86" XkbTypes "default" XkbCompat "default" XkbSymbols "us(pc101)" XkbGeometry "pc" XkbRules "xfree86" XkbModel "pc105" XkbLayout "se" XkbOptions "ctrl:nocaps" EndSection Note especially the 'XkbLayout "se"' line. I think the above will work for XFree86 4.x too but I am not sure. (It seems the above syntax is obsolete but still supported in 4.x and that one should use 'Section "InputDevice"' instead. 'man 5 XF86Config' should give more info if you have XFree 4.x installed.) -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10:17:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by hub.freebsd.org (Postfix) with ESMTP id E82EC37B405 for ; Sun, 7 Oct 2001 10:17:45 -0700 (PDT) Received: from Jeian [4.34.234.82] by myrealbox.com with NIMS ModWeb Module; Sun, 07 Oct 2001 13:17:44 -0400 Subject: Re: RE: HELP! From: John Cantu To: achornback@worldnet.att.net, Cc: freebsd-questions@freebsd.org, Date: Sun, 07 Oct 2001 13:17:44 -0400 X-Mailer: NIMS ModWeb Module X-Sender: Jeian MIME-Version: 1.0 Message-ID: <1002475064.4e242ffaJeian@myrealbox.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm not sure that it was actually the mounting of the filesystem, all I kno= w is, I rebooted to FreeBSD and Windows didn't work Windows complains of corrupted system files, such as VMM32.VXD That obvious solution to that is to reinstall, but I doubt Windows will wan= t to install to a non-FAT volume without formatting, and I don't want to = lose my data (it's hard for 15-year-olds to purchase backup devices on su= ch budgets as we often have :) I know for a fact that it's a FAT32 file system, however, I mounted it as t= ype msdos, as that was the only available option that came close. John -----Original Message----- From: "Andrew C. Hornback" To: "John Cantu" , Date: Sat, 6 Oct 2001 21:08:52 -0400 Subject: RE: HELP! > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of John Cantu > Sent: Friday, October 05, 2001 5:38 PM > To: freebsd-questions@freebsd.org > Subject: HELP! > > Hi all, > I just installed FreeBSD to my hard drive to dual-boot along with > Windows ME. > > Anyway, everything went just fine, apart from that I had to > reinstall Windows ME after the BSD install. > Windows worked perfectly well... until I booted to BSD, mounted > the FAT32 filesystem, then tried to reboot to Windows when I was > done. Now Windows fails due to corrupted system files, and DOS > fdisk reports my Windows partition as a Non-DOS partition. > HELP!!! How did this happen, and how can I fix it? =09This isn't all that unusual, at least the part about a FAT32 partition being considered Non-DOS by DOS' fdisk. 98 was the beginning of the horrendous abhoration called FAT32, and isn't exactly backwards compatible. =09Are you sure the Windows partition is FAT32? I've not really worked wit= h mounting such things under FreeBSD, but if it was FAT16 and you mounted it as FAT32 and wrote to it, you may have really screwed something up there. =09I'm unaware of any way that FreeBSD would mangle a FAT32 partition simpl= y by mounting it. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10:25:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id D027037B406 for ; Sun, 7 Oct 2001 10:25:06 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id f97HOuP36632 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Sun, 7 Oct 2001 23:24:57 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id f97HOtw85373; Sun, 7 Oct 2001 23:24:55 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id f97HO2A00610; Sun, 7 Oct 2001 23:24:02 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Date: Sun, 7 Oct 2001 23:24:02 +0600 (YEKST) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: Poul-Henning Kamp Cc: questions@FreeBSD.org Subject: Re: why it isn't possible to put more than 20Mb on the memory-based disk ? (system simply hangs) In-Reply-To: <1474.1002474015@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Salut, Poul-Henning Kamp ! On Sun, 7 Oct 2001, Poul-Henning Kamp wrote: > > man md and what ? > > -- > Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 > phk@FreeBSD.ORG | TCP/IP since RFC 956 > FreeBSD committer | BSD since 4.3-tahoe > Never attribute to malice what can adequately be explained by incompetence. > regards, Ilia Chipitsine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10:28:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id 3849937B403 for ; Sun, 7 Oct 2001 10:28:48 -0700 (PDT) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.11.6/8.11.6) with ESMTP id f97HSaB01830; Sun, 7 Oct 2001 19:28:36 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Ilia Chipitsine Cc: questions@FreeBSD.org Subject: Re: why it isn't possible to put more than 20Mb on the memory-based disk ? (system simply hangs) In-Reply-To: Your message of "Sun, 07 Oct 2001 23:24:02 +0600." Date: Sun, 07 Oct 2001 19:28:35 +0200 Message-ID: <1828.1002475715@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message , Ilia Chipit sine writes: >Salut, Poul-Henning Kamp ! On Sun, 7 Oct 2001, Poul-Henning Kamp wrote: > >> >> man md > >and what ? malloc Backing store is allocated using malloc(9). Only one malloc- bucket is used, which means that all md devices with malloc backing must share the malloc-per-bucket-quota. The exact size of this quota varies, in particular with the amount of RAM in the system. The exact value can be determined with vmstat(8). -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10:38:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f115.law10.hotmail.com [64.4.15.115]) by hub.freebsd.org (Postfix) with ESMTP id 47F8037B405 for ; Sun, 7 Oct 2001 10:38:50 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Oct 2001 10:38:50 -0700 Received: from 209.255.26.131 by lw10fd.law10.hotmail.msn.com with HTTP; Sun, 07 Oct 2001 17:38:49 GMT X-Originating-IP: [209.255.26.131] From: "David Liu" To: questions@FreeBSD.org Subject: MS FrontPage Extentions require the DES Library - Release: 4.4? Date: Sun, 07 Oct 2001 13:38:49 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Oct 2001 17:38:50.0129 (UTC) FILETIME=[ECC66010:01C14F56] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am doing a clean install of FreeBSD 4.4 and cannot install: WARNING: MS FrontPage Extentions require the DES Library Install the DES Library, then build apache-fp FreeBSD Handbook - Security (chapter 6) http://www.freebsd.org/handbook/security.html#CRYPT FAQ - I live outside the US. Can I use DES encryption? http://www.freebsd.org/FAQ/install.html#AEN629 I noticed that my FreeBSD 4.1 system has the required files and the sources are available for 3.0 on: ftp://ftp.freebsd.org/pub/FreeBSD/branches/3.0-stable/src/secure/lib/libdes/ But FreeBSD 4.4 did not install “the DES-capable crypt library libdescrypt (e.g. by installing the "crypto" distribution)” when I installed the "crypto" distribution. Where are the libdescrypt files? Can I use the 4.1 files in 4.4 instead? This is the directory listing of my FreeBSD 4.1 System: ls -l /usr/lib/libcrypt* lrwxrwxrwx 1 root wheel 13 Aug 24 2000 /usr/lib/libcrypt.a -> libdescrypt.a lrwxrwxrwx 1 root wheel 14 Aug 24 2000 /usr/lib/libcrypt.so -> libdescrypt.so lrwxrwxrwx 1 root wheel 16 Aug 24 2000 /usr/lib/libcrypt.so.2 -> libdescrypt.so.2 lrwxrwxrwx 1 root wheel 15 Aug 24 2000 /usr/lib/libcrypt_p.a -> libdescrypt_p.a -r--r--r-- 1 root wheel 1099376 Jul 28 2000 /usr/lib/libcrypto.a lrwxrwxrwx 1 root wheel 14 Aug 24 2000 /usr/lib/libcrypto.so -> libcrypto.so.1 -r--r--r-- 1 root wheel 661112 Jul 28 2000 /usr/lib/libcrypto.so.1 -r--r--r-- 1 root wheel 1173232 Jul 28 2000 /usr/lib/libcrypto_p.a Then I can delete the current links from MD5: rm /usr/lib/libcrypt* and add the new links to DES: ln -s /usr/lib/libdescrypt.a /usr/lib/libcrypt.a ln -s /usr/lib/libdescrypt.so /usr/lib/libcrypt.so ln -s /usr/lib/libdescrypt.so.2 /usr/lib/libcrypt.so.2 ln -s /usr/lib/libdescrypt_p.a /usr/lib/libcrypt_p.a Is this correct? Thanks, David _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10:39:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id A8D9337B405 for ; Sun, 7 Oct 2001 10:39:53 -0700 (PDT) Received: from [195.20.224.209] (helo=mrvdom02.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 15qHty-0006eg-00; Sun, 7 Oct 2001 19:39:46 +0200 Received: from pd901721d.dip.t-dialin.net ([217.1.114.29]) by mrvdom02.schlund.de with esmtp (Exim 2.12 #2) id 15qHty-0005qf-00; Sun, 7 Oct 2001 19:39:46 +0200 Date: Sun, 7 Oct 2001 17:39:08 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Bsd Newbie Cc: Subject: Re: Xfree86 version used with FreeBSD 4.4 In-Reply-To: <20011007141850.55758.qmail@web20107.mail.yahoo.com> Message-ID: <20011007173738.O2003-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 7 Oct 2001, Bsd Newbie wrote: > > I haven't installed 4.4 yet (once I can get Samba working I'll finally be > able to move the ISOs to the machine that has the CDRW :/ ) ... so I don't > know what version of XFree86 is being used. Is it still 3.3.6 or is it a > newer 4-version? With the -RELEASE comes 3.3.6 , but you can easily install a 4.something from ports. Uli. > __________________________________________________ > Do You Yahoo!? > NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. > http://geocities.yahoo.com/ps/info1 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10:43:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id CE02B37B405 for ; Sun, 7 Oct 2001 10:43:25 -0700 (PDT) Received: from panix2.panix.com (panix2.panix.com [166.84.1.2]) by mail1.panix.com (Postfix) with ESMTP id D3366487CC for ; Sun, 7 Oct 2001 13:43:24 -0400 (EDT) Received: (from kdunlap@localhost) by panix2.panix.com (8.11.6/8.8.8/PanixN1.0) id f97HhOn26673 for questions@freebsd.org; Sun, 7 Oct 2001 13:43:24 -0400 (EDT) Date: Sun, 7 Oct 2001 13:43:24 -0400 From: Kenneth Dunlap To: questions@freebsd.org Subject: no RSA support in crypto libraries Message-ID: <20011007134324.A26218@panix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Attempting to ssh from my new FreeBSD install results in the following messages: belladonna% ssh panix2.panix.com ssh: no RSA support in libssl and libcrypto. See ssl(8). Disabling protocol version 1 DH_generate_key I installed via ftp from the main freebsd ftp site. I have tried recompiling and reinstalling the crypto libraries from source, to no avail. Any idea how I can fix this? Thanks Ken Better to light a single candle than to curse the damn darkness. Willow To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10:44: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 753A837B407 for ; Sun, 7 Oct 2001 10:44:05 -0700 (PDT) Received: (qmail 3583 invoked by uid 100); 7 Oct 2001 17:43:59 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15296.37983.777462.423620@guru.mired.org> Date: Sun, 7 Oct 2001 12:43:59 -0500 To: "jason" Cc: questions@freebsd.org Subject: Re: creating conf files through scripting In-Reply-To: <01bd01c14f52$bd07c480$05d85c42@speakeasy.net> References: <15296.30192.124715.492534@guru.mired.org> <01bd01c14f52$bd07c480$05d85c42@speakeasy.net> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG jason types: > > jason types: > > That's hard to do, because the shell is a tool for tying together all > > the tools that you have available. That varies far to much to keep > > track of. > That is exactly the same thing I have been seeing. No one wants to discuss > anymroe than ls, rm, mv, cp, pwd, cd and the like. Well, you missed the two most important tools: sed and awk. Awk is sufficient to be a scripting language unto itself, but it's also vary useful for manipulating data on lines. Other things to look at are rs, cut, paste, and colrm. Or are those the things you mean when you say "and the like"? If so - well, those are the tools I use when writing shell scripts. > > My two favorite books on this topic are "Unix Power Tools" by Jerry > > Peek et. al., and "The Unix Programming Environment" by Kernighan and > > Pike. > I prefer online versions. Since I can get immediate access to them. At > present I do not have the ability to reach a local bookstore and would > rather not wait 2 weeks for some online place to ship it. Plus the online > versions are cheaper. :) Can't help you there. If the man pages and GNU documentation on the things aren't enough, I don't know what else to recommend. It's not completely unheard of for a google search to turn up tutorials and examples. Have you tried that? > > > Or maybe tell me if and how I can call on PHP scripts to do what I want? > So > > > far everything I read on PHP is web server based. > > Well, you might consider a script that does the web interactions. For > > instance, if you have to fill out a single form and submit it, and the > This I can do right now. I have a php script that when called simply > creates the file on the webserver and outputs it the web browser in html. > But the problem is getting it to the machine that needs it. Since it > outputs to html I have this test folder of the web server protected by > .htaccess using mod_auth_mysql. Which means I still have yet to find an > automatic way for the requesting system to send a password. Use python. The problem with doing this one in telnet/etc. is that you have to construct the authentication header by hand. Python will do that for you. > > program that handles it will work with a GET, you can construct a URL > > and use fetch in the base system to do it. If you need to do a POST or > > do authentication, then consider using Python and the urllib module, > > which will handle all those things. Since it doesn't depend on a lot > > of external tools, the comprehensive reference guides are the language > > and library references. > Python looks ok. But as I read the web site there is no BSD support listed > and I am not so good and creating my own ports. Also loading that program > would require disk space and at present I am trying to avoid loading > anything new because my 520MB hd has /usr at 76% compacity already. You don't need to create a port, you just need to install the one in lang/python. Python is very portable - far more portable than most shell or perl scripts. > What I need to know is this. What tools can sh use to telnet. Look in the ports tree. Expect talking to telnet is the conventional solution, but there's netscript, ncat, suckblow, tcpcat and ucspi-tcp could all be used to do the job. You can also considering mounting using the tcp portal which is in the base system. See the mount_portal man page for details. > I also need to know what tools sh can use in order to create a file and > write data to it from the query. Mysql has - well, had when I last used it 3 years ago - a command line interface. You write scripts in SQL and feed them to that. The python modules to access MySQL databases are in the ports tree as well. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 10:56:10 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jordan.llnl.gov (jordan.llnl.gov [128.115.36.14]) by hub.freebsd.org (Postfix) with ESMTP id 4CC3E37B401 for ; Sun, 7 Oct 2001 10:56:07 -0700 (PDT) Received: (from wea@localhost) by jordan.llnl.gov (8.11.6/8.11.4) id f97Hu6X06068; Sun, 7 Oct 2001 10:56:06 -0700 (PDT) Date: Sun, 7 Oct 2001 10:56:06 -0700 (PDT) From: Ed Alley Message-Id: <200110071756.f97Hu6X06068@jordan.llnl.gov> To: lahaye@users.sourceforge.net Subject: FreeBSD breaks my CD-Rom drive ?!? Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun Oct 07 2001 R. Lahaye wrote: > ... CD-Rom driver became non-operational. > ... I have attached below my "dmesg" output ...: > pcm0: port 0xec00-0xec03, 0xe800-0xe803,0xe400-0xe40f, > 0xe000-0xe00f, 0xdc00-0xdc3f > irq 11 at device 17.0 on pci0 It looks like you are running an ESS sound board? > acd0: CDROM at ata1-master using PIO3 An old CDROM running PI03 (later ones use PI04). I think the drivers know about the CDROM. Question: Can you mount a CD9660 filesystem on the CDROM drive? If so this would mean that the ATA/ATAPI drivers are not the problem. It would then be the case that the problem is with your soundcard: If you look in LINT which can be found in /usr/src/sys/i386/conf you will find entries about various bridge drivers for sound cards. There is a driver called sbc that supports SoundBlaster, ESS, and etc. It also gives an example entry for a soundblaster non-PnP isa card. You will no doubt have to modify the port, irq, drq and flags entries to correspond to your card. See the manpage pcm(4) and sbc(4) for a discussion of these entries. After you decide on the appropriate bridge driver, you need to make a new kernel. See the handbook for this. Good luck Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 11: 5:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 0D86537B401 for ; Sun, 7 Oct 2001 11:05:42 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 7 Oct 2001 19:05:41 +0100 (BST) To: freebsd-questions@freebsd.org, pcc@gmx.net Subject: Re: Another one chokes with /etc/exports ... In-Reply-To: Your message of "Sun, 07 Oct 2001 10:28:27 +0200." <20011007102827.A7475@akk3.akk.org> Date: Sun, 07 Oct 2001 19:05:40 +0100 From: Ian Dowse Message-ID: <200110071905.aa52971@salmon.maths.tcd.ie> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <20011007102827.A7475@akk3.akk.org>, Peter Cornelius writes: > >... I seem to continiously trick myself trying to rewrite my /etc/exports. >Done this before. Can't be that hard. I thought. Have dealt with a diskless >client a few times. I'm a crack. I thought. As it seems, it has always been >a single nfs client, so I never got my toes trodden on. And much of this has >been before Release 3. However, I don't like my feet feeling flat, and now >I wanna know. Much of the problem with /etc/exports is that the syntax gives the impression that you can have much more fine-grained control over exports than is actually possible. NFS access control essentially consists of one rule per local filesystem, per remote host. Once any part of a local filesystem is exported to a particular remote host, that remote host effectively has access to the whole local filesystem, even if you only allow mounting from particular nodes within the filesystem. Access is of course restricted by -ro/-maproot/-mapall settings too. So if /usr is a single filesystem and you have an entry in /etc/exports that reads /usr/home /usr/foo/bar /usr/foo2/bar1 host1 then from a security point of view, you might as well have: /usr -alldirs host1 Specifying a list of nodes within a single filesystem limits what directories can be used in a mount operation on the remote host, but the remote host could still get the filehandle for /usr/foo/bar and repeatedly look up ".." to get to the root of the exported filesystem (you need a special nfs client to do this). It seems that for your configuration, the best you can do is equivalent to having just the line: /usr -alldirs -maproot=0:0 petra router luis If you want tighter access control, you will need to split up /usr into different filesystems. That is unfortunately just the way NFS works. It might be possible to implement a system that virtualises the view of the filesystem exported to the remote client to "fix" this, but doing this would be quite a lot of work. (NFS requests from the client contain a filehandle that specifies which file is being accessed. From the filehandle, the NFS server code extracts a filesystem and an inode. It checks if the sender of the request is allowed to perform the requested operation on the filesystem specified by the filehandle, and if so it does it. There is no mechanism in place that could determine whether the client is allowed access to a particular inode; the NFS server in the kernel isn't even told what directories in a filesystem are exported, and even if it was, checking that an inode is within an allowed directory is not easy). Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 11:12:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from VisaPro.com (lsanca1-ar2-013-165.lsanca1.dsl.gtei.net [4.33.13.165]) by hub.freebsd.org (Postfix) with SMTP id DF13937B401 for ; Sun, 7 Oct 2001 11:12:10 -0700 (PDT) To: freebsd-questions@FreeBSD.ORG From: Lucy Subject: ONLINE IMMIGRATION - TRAVEL VISAS - GREEN CARD LOTTERY MIME-Version: 1.0 (produced by IP*Works! www.dev-soft.com) Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Message-Id: <20011007181210.DF13937B401@hub.freebsd.org> Date: Sun, 7 Oct 2001 11:12:10 -0700 (PDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Greetings! You are cordially invited to attend the launch of VisaPro. www.VisaPro.com Complete Online Visa Processing - It's Fast, Easy & Economical. PROCESS YOUR IMMIGRATION OR TRAVEL VISA ONLINE Select visa, Apply and Collect your visa. Log on to VisaPro today! SUBMIT ERROR-FREE GREEN CARD LOTTERY APPLICATION VisaPro guarantees the error-free submission of your Green Card Lottery Application. This is a great opportunity to help your colleagues, friends and family win the US Green Card Lottery. Forward this email to them Today! FAST AND EFFICIENT VISA PROCESSING Start processing your visa application in minutes, not days. SAVE VALUABLE MONEY VisaPro's low, flat fee is very economical compared with traditional visa application procedures. SAVE VALUABLE TIME Tracking the status of your visa application is a snap with your own online VisaPro account. VISAPRO COMBINES HIGH TECH WITH HIGH TOUCH Use VisaPro's cutting-edge technology to consult online with VisaPro's expert immigration attorneys. GET INFORMATION WHEN YOU NEED IT VisaPro is open 24 hours a day, every day of the year. Thank You, The VisaPro Team www.VisaPro.com Complete Online Visa Processing by Immigration Experts Visit our Green Card Lottery Center today at: http://GreenCardLottery.VisaPro.com ***************************************************************************= * We do not intend to invade your privacy, this is just for information purposes. If you do not wish to receive our email please let us know and we will REMOVE your email immediately. ***************************************************************************= * To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 11:16:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail7.nc.rr.com (fe7.southeast.rr.com [24.93.67.54]) by hub.freebsd.org (Postfix) with ESMTP id 8E6F837B405 for ; Sun, 7 Oct 2001 11:16:19 -0700 (PDT) Received: from i8k.babbleon.org ([66.57.85.154]) by mail7.nc.rr.com with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 7 Oct 2001 13:35:06 -0400 Content-Type: text/plain; charset="iso-8859-1" From: Brian T.Schellenberger To: "Geoffrey R. Kitching" , questions@FreeBSD.ORG Subject: Re: msdos formatting Date: Sun, 7 Oct 2001 13:34:58 -0400 X-Mailer: KMail [version 1.2] References: <3BBFDEFC.87E4AAE3@sympatico.ca> In-Reply-To: <3BBFDEFC.87E4AAE3@sympatico.ca> MIME-Version: 1.0 Message-Id: <01100713345802.00638@i8k.babbleon.org> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG /usr/ports/emulator/mtools . . . mformat On Sunday 07 October 2001 00:50, Geoffrey R. Kitching wrote: > Hi all, I was just wondering if there is anyway to format a disk in > 4.4-RELEASE as msdos format so it can be used on a windows computer, and > also, wget a document from the internet, and place it on that disk, also > in msdos format? If so, please reply how, thanks a lot. > > - Geoff > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Brian T. Schellenberger . . . . . . . bts@wnt.sas.com (work) Brian, the man from Babble-On . . . . bts@babbleon.org (personal) http://www.babbleon.org -------> Free Dmitry Sklyarov! (let him go home) <----------- http://www.eff.org http://www.programming-freedom.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 11:30:17 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jordan.llnl.gov (jordan.llnl.gov [128.115.36.14]) by hub.freebsd.org (Postfix) with ESMTP id 2A92837B401 for ; Sun, 7 Oct 2001 11:30:15 -0700 (PDT) Received: (from wea@localhost) by jordan.llnl.gov (8.11.6/8.11.4) id f97IUEI06080; Sun, 7 Oct 2001 11:30:14 -0700 (PDT) Date: Sun, 7 Oct 2001 11:30:14 -0700 (PDT) From: Ed Alley Message-Id: <200110071830.f97IUEI06080@jordan.llnl.gov> To: lahaye@users.sourceforge.net Subject: FreeBSD breaks my CD-Rom drive ?!? Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07 2001, R. Lahaye wrote: > pci0: at 7.2 irq 11 > I noticed that the pcm0 driver is also using irq 11. Could the problem be an irq conflict? Ed To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 11:31:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EE4537B403 for ; Sun, 7 Oct 2001 11:31:45 -0700 (PDT) Received: from [212.238.77.116] (helo=buffy.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.22 #1) id 15qIiF-0000nJ-00 for freebsd-questions@freebsd.org; Sun, 07 Oct 2001 18:31:44 +0000 Received: by tanya.raggedclown.net (Ragged Clown Mailhost, from userid 500) id AF03D104A; Sun, 7 Oct 2001 20:31:45 +0200 (CEST) Date: Sun, 7 Oct 2001 20:31:45 +0200 From: Cliff Sarginson To: freebsd-questions@freebsd.org Subject: Re: ideal swap partition space... Message-ID: <20011007203145.B2960@tanya.raggedclown.intra> References: <20011007143231.A5864@student.uu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: <20011007143231.A5864@student.uu.se>; from ertr1013@student.uu.se on Sun, Oct 07, 2001 at 02:32:31PM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 02:32:31PM +0200, Erik Trulsson wrote: > On Sun, Oct 07, 2001 at 05:15:12AM -0500, default wrote: > > Hi, > > > > I'm curious about setting up the amount of space for the swap partition... > > is there any ideal amount for FreeBSD? Or is it dependant on the size/type > > of hard drive & other hardware that one has? If so, is there any kind of > > equasion or theory behind determining what is the best amount to provide for > > the best performance? > > > > Is there such a thing as a swap partition that is too large? > This is one of those questions that may be described as perennial. I believe no-one on the planet knows the right answer...lol. Take your pick... 1) The same size as the amount of ram you have 2) -ditto- 1) but plus a "bit" 3) Twice the size of the Ram you have 4) -ditto 3) but plus a "bit" 5) Your mother's favourite number plus 100 I don't think you create a problem by having too large a swap space (unless you are really tight on disk space). It is more critical on machines with a "small" amount of ram that you have enough for swapping, quite what "small" means depends on what you are using the system for. Super-annuated programs like "netscape" eat memory like it is going out of fashion. I always choose option 3) .. I like the sound of it .. hee hee. It is somewhat ridiculous that I have 512MB of RAM and 1 Gig of swap space, but I have a big disk .. so ... Btw I am not sure what FBSD does, but UN*X type systems usually just randomly assasinate processes when they run out of virtual memory (i.e. real memory + swap). -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 11:31:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id D84D737B405 for ; Sun, 7 Oct 2001 11:31:47 -0700 (PDT) Received: from [212.238.77.116] (helo=buffy.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.22 #1) id 15qIiH-0003FL-00; Sun, 07 Oct 2001 18:31:46 +0000 Received: by tanya.raggedclown.net (Ragged Clown Mailhost, from userid 500) id EBC66104A; Sun, 7 Oct 2001 20:20:56 +0200 (CEST) Date: Sun, 7 Oct 2001 20:20:56 +0200 From: Cliff Sarginson To: David Banning Cc: questions@freebsd.org Subject: Re: sound card / network irq conflict Message-ID: <20011007202056.A2960@tanya.raggedclown.intra> References: <20010802140702.A449@sympatico.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: <20010802140702.A449@sympatico.ca>; from david@skytrackercanada.com on Thu, Aug 02, 2001 at 02:07:02PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 02, 2001 at 02:07:02PM -0400, David Banning wrote: > Both sound card and ethernet want irq 5 > If I take out the network card the sound works OK. > The ethernet card just seems to take 5 - it is not set in the kernel. > The sound card I can set, but then I get other errors; > > Aug 2 13:07:12 d /kernel: pcm1: play interrupt timeout, channel dead > > I've tried using 9 and 8 as replacement irq's. > > Any idea what my next step is? > Hi The network card is an ISA I presume. In which case it may need to be configured to use another IRQ etc. Usually you get a disk with an ISA card that allows you to set it up (you have to run it under DOS). If I recall you disable PnP and set the IRQ as you wish. PCI is much simpler..:) -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 11:55:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from groggy.anc.acsalaska.net (groggy.anc.acsalaska.net [208.151.119.232]) by hub.freebsd.org (Postfix) with ESMTP id 2FEC637B40B for ; Sun, 7 Oct 2001 11:55:39 -0700 (PDT) Received: (from abc@localhost) by groggy.anc.acsalaska.net (8.9.3/8.9.3) id SAA00595; Sun, 7 Oct 2001 18:55:35 GMT (envelope-from groggy@iname.com) Date: Sun, 7 Oct 2001 18:55:35 GMT From: groggy@iname.com Message-Id: <200110071855.SAA00595@groggy.anc.acsalaska.net> X-Authentication-Warning: groggy.anc.acsalaska.net: abc set sender to groggy@iname.com using -f Subject: questions list X-Mailer: Umail v1.9 To: "freebsd-questions" To: def@groggy.anc.acsalaska.net Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i apologize for asking this question, as i have asked it a few times over the years with replies i could not: 1) find resolution to (being told my ISP wasn't doing some reverse lookup). 2) erased by "fetchmail" defaults. (which i have since resovled by replacing "fetchmail" with a ftp script). FBSD 4.3 freebsd-questions bounces mail back: a) when you connect with a dynamic PPP account and use your local sendmail (instead of the ISP MTA). b) when you are on a private ethernet behind a "ppp -nat" connection and use your machines local sendmail (instead of the gateways MTA). and it's very irritating to say the least. i know it is for SPAM control purposes, but i think there are better ways to control spam without punishing legitimate emails from a) + b) above. ie - the "blackhole" lists (maybe - dunno - don't use it) or simple grep scripts looking for identifying keywords such as FREE! or "to be removed from" or whatever. anyway - if there is a simple technique to avoid mail bouncing without using remote MTAs in situations a) or b) above, i would like to know. my guess is freebsd-questions uses the sendmail option (or whatever MTA) to do reverse name lookups on the MTA sending the email - which personally - i think is silly and inappropriate, considering a) + b) above. with brief reliefs here and there, it has been a continuing problem for a few years for me, without clear and firm resolution. to send this i had to telnet into my ISP and send the mail from a remote server. and i do not wish to reconfigure my local MUA to switch between local and remote emailing with every email. ? thank you ... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 12: 9:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id 01EF837B406 for ; Sun, 7 Oct 2001 12:09:11 -0700 (PDT) Received: from mark2 (usr336-bh2.blueyonder.co.uk [62.30.233.92]) by dv-db.com (8.9.3/8.9.3) with SMTP id UAA15134; Sun, 7 Oct 2001 20:09:06 +0100 (GMT/BST) Message-ID: <007301c14f65$1521ea80$0100a8c0@mark2> From: "Mark Hughes" To: , "freebsd-questions" , References: <200110071855.SAA00595@groggy.anc.acsalaska.net> Subject: Re: questions list Date: Sun, 7 Oct 2001 20:20:05 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > freebsd-questions bounces mail back: > > a) when you connect with a dynamic PPP account > and use your local sendmail (instead of the ISP MTA). > > b) when you are on a private ethernet behind a "ppp -nat" > connection and use your machines local sendmail > (instead of the gateways MTA). > > and it's very irritating to say the least. > i know it is for SPAM control purposes, > but i think there are better ways > to control spam without punishing > legitimate emails from a) + b) above. You may think, but from what's been said previously on this list, that single filter alone blocks around one spam message every three minutes. I think we'd all agree that that is "A Good Thing". That said, I'm not an admin of the mail server at freebsd.org, and I'm sure they would be more qualified to answer as to whether (and why) other methods of blocking spam do or do not work. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 12:17:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from nebula.anchoragerescue.org (cable-115-7-237-24.anchorageak.net [24.237.7.115]) by hub.freebsd.org (Postfix) with ESMTP id 8F21437B401 for ; Sun, 7 Oct 2001 12:17:14 -0700 (PDT) Received: from there (galaxy.anchoragerescue.org [24.237.7.95]) by nebula.anchoragerescue.org (Postfix) with SMTP id 77FC492; Sun, 7 Oct 2001 11:17:08 -0800 (AKDT) Content-Type: text/plain; charset="iso-8859-1" From: Beech Rintoul To: Bsd Newbie , Nathan Mace , freebsd-questions Subject: Re: comeon... someone has to help me resolve this samba problem... :/ Date: Sun, 7 Oct 2001 11:17:08 -0800 X-Mailer: KMail [version 1.3] References: <20011007140955.2394.qmail@web20105.mail.yahoo.com> In-Reply-To: <20011007140955.2394.qmail@web20105.mail.yahoo.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011007191708.77FC492@nebula.anchoragerescue.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 07 October 2001 06:09 am, Bsd Newbie wrote: > Matt's post indicated that I shouldn't really be cluttering this list with > my samba problems... so this will be the last PUBLIC (prepare for an > onslaught of private messages ;) ) post regarding this problem. > > Here are the answers you wanted... > > my win98se machine gives me the following error: > \\(hostname)\(share name) > > The network name cannot be found > > and yes... I did assign the FreeBSD box an netbios alias under the > [general] tab > > I added myself to the smbpasswd file using "smbpasswd sameer" > > I've also tried "net view" under the command prompt... it shows me both > msft machines... but the FreeBSD box is nowhere to be found. :/ > > As for the O'Reilly books... there's no refusting they are good... but > they are beyond my scope right now... :/ > > -Sameer > > --- Nathan Mace wrote: > > can you at least give me the error message win98 gives? also...you add > > users to the smbpasswd file right? if not samba will puke on itself. > > if not i think i can walk you through it > > > > BTW...i always thought sam's books were 'ok' but i think o'reilly's kick > > ass! :) > > > > nathan > > > > On Sat, 6 Oct 2001 09:08:55 -0700 (PDT) > > > > Bsd Newbie wrote: > > > Alright... > > > > > > I finally managed to get around to sorting this problem out... I > > > needed to > > > take a break because it was too frustrating (it hurts me to say this > > > because I love Sams's 'Unleashed' books... but their Samba book... > > > BITES)... > > > > > > I took your config file (THANK YOU!) and changed some names... and the > > > following command: > > > > > > smbclient //(hostname)/(sharename) > > > > > > I'm happy to say it worked w/o a single problem... > > > > > > BUT... the problem is far from over... my Win98se machine (and I don't > > > know if this problem can be discussed here) will not connect to my > > > FreeBSD > > > machine and vice versa. > > > > > > So now, I have Samba working on the server... but it's unable to do > > > anything. > > > > > > Any more suggestions? > > > > > > -Sameer > > > > > > BTW... I disabled all Win98se firewalling software before I tried the > > > connection. > > > > > > --- Nathan Mace wrote: > > > > first off, try taking a look at my smb.conf file. my samba workds > > > > great...pay special attention to my [global] share. you might try > > > > making a backup of yours and using mine, but be sure and change the > > > > workgroup name, etc,etc all that stuff that is different. > > > > > > > > also make sure you point it toyour smbpasswd file. > > > > > > > > also you have to test it with "smbclient -L localhost" assuming your > > > > doing this from the localhost > > > > > > > > one other thing just to be sure. you are "kill -HUP " > > > > > > for > > > > > > > both smbd and nmdbd right? let us know what using my conf name > > > > > > results > > > > > > > in > > > > > > > > > > > > > > > > On Wed, 3 Oct 2001 07:14:49 -0700 (PDT) > > > > > > > > Bsd Newbie wrote: > > > > > Here's the info you requested: > > > > > > > > > > [global] > > > > > workgroup = HOME > > > > > encrypt passwords = Yes > > > > > [homes] > > > > > read only = No > > > > > browseable = No > > > > > [public] > > > > > path=/tmp > > > > > guest ok = Yes > > > > > > > > > > The command I uses is: > > > > > > > > > > ash-2.05# smbclient //(hostname)/public > > > > > > > > > > --- Matthew Emmerton wrote: > > > > > > What are the contents of your smb.conf file, as well as the > > > > > > command > > > > > > > > line > > > > > > > > > > > you're using to test your installation with? > > > > > > > > > > > > -- > > > > > > Matthew Emmerton || matt@gsicomp.on.ca > > > > > > GSI Computer Services || http://www.gsicomp.on.ca > > > > > > > > > > > > On Wed, 3 Oct 2001, Bsd Newbie wrote: > > > > > > > I get the following error when trying to test samba with > > > > > > > > > > 'smbclient': > > > > > > > Domain=[HOME] OS=[Unix] Server=[Samba 2.2.0a] > > > > > > > tree connect failed: ERRDOS - ERRnosuchshare (You specified an > > > > > > > > > > invalid > > > > > > > > > > > > share name) > > > > > > > > > > > > > > I registered the user with smbpasswd > > > > > > > > > > > > > > I've done the following things... things I was advised to do: > > > > > > > > > > > > > > 1.) ran the following: > > > > > > > /usr/local/samba/bin/smbd > > > > > > > /usr/local/samba/bin/nmbd > > > > > > > > > > > > > > 2.) ran testparm > > > > > > > everything checked out > > > > > > > > > > > > > > 3.) tried the -W and -U flags > > > > > > > no change > > > > > > > > > > > > > > I really would like to get this up and running... > > > > > > > > > > > > > > Thanks in advance for any help someone might be able to > > > > > > provide. > > > > > > > > > > -Sameer > > > > > > > The OReilly book is online here: http://www.kneschke.de/projekte/ksamba/using_samba/ Beech -- Micro$oft: "Where can we make you go today?" ------------------------------------------------------------------- Beech Rintoul - IT Manager - Instructor - akbeech@anchoragerescue.org /"\ ASCII Ribbon Campaign | Anchorage Gospel Rescue Mission \ / - NO HTML/RTF in e-mail | P.O. Box 230510 X - NO Word docs in e-mail | Anchorage, AK 99523-0510 / \ ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 12:24:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from blueyonder.co.uk (pcow035o.blueyonder.co.uk [195.188.53.121]) by hub.freebsd.org (Postfix) with ESMTP id C80D337B403 for ; Sun, 7 Oct 2001 12:24:18 -0700 (PDT) Received: from aliorhan ([62.30.68.172]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.687.68); Sun, 7 Oct 2001 20:24:32 +0100 From: "Stuart Duckworth" To: "Mark Hughes" , , "freebsd-questions" , Date: Sun, 7 Oct 2001 20:28:58 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: questions list Reply-To: ITServices@cableinet.co.uk In-reply-to: <007301c14f65$1521ea80$0100a8c0@mark2> X-mailer: Pegasus Mail for Win32 (v3.11) Message-ID: <00dd932241907a1PCOW035M@blueyonder.co.uk> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 7 Oct 01, at 20:20, Mark Hughes wrote: > that > single filter alone blocks around one spam message every three minutes. I > think we'd all agree that that is "A Good Thing". > Having sent two complaints to abuse@ today only, I can only say, thankyou to the administration for stopping all of the others. Stuart. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 12:49: 4 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11702.mail.yahoo.com (web11702.mail.yahoo.com [216.136.172.68]) by hub.freebsd.org (Postfix) with SMTP id 19E8837B403 for ; Sun, 7 Oct 2001 12:49:01 -0700 (PDT) Message-ID: <20011007194900.97491.qmail@web11702.mail.yahoo.com> Received: from [64.81.48.149] by web11702.mail.yahoo.com via HTTP; Sun, 07 Oct 2001 12:49:00 PDT Date: Sun, 7 Oct 2001 12:49:00 -0700 (PDT) From: Tim Erlin Subject: IPFW rules question To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG two quick questions: 1. How do I get ipfw to read rc.firewall without restarting? It's not listed as a process, so I can't send it a HUP signal... 2. What's wrong with this rule? ipfw add deny all from any to 192.168.40.7 587 TIA. --Tim __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 12:49:45 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id B627237B405 for ; Sun, 7 Oct 2001 12:49:41 -0700 (PDT) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 355DC16B22 for ; Sun, 7 Oct 2001 21:49:35 +0200 (CEST) Received: from IBM-HIRXKN66F0W.Go2France.com [66.64.14.18] by mail.Go2France.com with ESMTP (SMTPD32-6.06) id A4C548C20568; Sun, 07 Oct 2001 22:02:13 +0200 Message-Id: <5.1.0.14.0.20011007143923.01cb8548@mail.Go2France.com> X-Sender: LConrad@Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 07 Oct 2001 14:48:59 -0500 To: freebsd-questions@freebsd.org From: Len Conrad Subject: Promise Fat Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The old Fasttraks are listed here for 4.4 release: http://www.freebsd.org/cgi/man.cgi?query=ata&sektion=4 ... but is there any support for the new Promise FastTrack TX2 and TX4 controllers? With 3ware bailing out, Promise seems to be about all their is. Len http://MenAndMice.com/DNS-training http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4 & W2K http://IMGate.MEIway.com : Build free, hi-perf, anti-abuse mail gateways To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13: 1:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id BFAB137B407 for ; Sun, 7 Oct 2001 13:01:49 -0700 (PDT) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id f97K1lC46900; Sun, 7 Oct 2001 15:01:47 -0500 (CDT) (envelope-from dan) Date: Sun, 7 Oct 2001 15:01:47 -0500 From: Dan Nelson To: groggy@iname.com Cc: freebsd-questions , def@groggy.anc.acsalaska.net Subject: Re: questions list Message-ID: <20011007150147.A37411@dan.emsphone.com> References: <200110071855.SAA00595@groggy.anc.acsalaska.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110071855.SAA00595@groggy.anc.acsalaska.net> User-Agent: Mutt/1.3.22.1i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Oct 07), groggy@iname.com said: > i apologize for asking this question, as i have asked it a few times > over the years with replies i could not: > > 1) find resolution to (being told my ISP wasn't doing some reverse lookup). Call your ISP and complain that they don't provide reverse DNS for their IPs > freebsd-questions bounces mail back: > > a) when you connect with a dynamic PPP account and use your local > sendmail (instead of the ISP MTA). > > b) when you are on a private ethernet behind a "ppp -nat" connection > and use your machines local sendmail (instead of the gateways > MTA). I do both and have had no problems sending emails. For case #1, make sure the IP handed to you by the PPP server has a valid reverse. For case #2, make sure the NAT server has a valid reverse. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13: 3:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe28.law14.hotmail.com [64.4.20.85]) by hub.freebsd.org (Postfix) with ESMTP id 9CA7437B406 for ; Sun, 7 Oct 2001 13:03:24 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Oct 2001 13:03:24 -0700 X-Originating-IP: [212.59.27.244] From: "Edward Gess" To: Subject: X Windows Date: Sun, 7 Oct 2001 22:00:20 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Message-ID: X-OriginalArrivalTime: 07 Oct 2001 20:03:24.0515 (UTC) FILETIME=[1F1CA330:01C14F6B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello again... Now I am standing on a crossroad of which X Window system to choose... I do want to use X Windows 4.1.0, but I afraid that there is no support for my video card: (S3 Trio64V2-DX/GX)... So, if I would install X-3.3.6, how could I deinstall it after the support for my video card will be included in X-4.1.0??? Is it possible to deinstal it at and not affect my system, i.e. return to "just installed" base system??? One more, could you explain me, what does it mean: In one web site ("x.org") X Windows named as X11R6.6 and in another ("xfree86.org") - XFree86-4.1.0, why????????? Many thanks for all - Ed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13: 6: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web12105.mail.yahoo.com (web12105.mail.yahoo.com [216.136.172.25]) by hub.freebsd.org (Postfix) with SMTP id 77FFA37B405 for ; Sun, 7 Oct 2001 13:06:02 -0700 (PDT) Message-ID: <20011007200602.97865.qmail@web12105.mail.yahoo.com> Received: from [65.30.169.143] by web12105.mail.yahoo.com via HTTP; Sun, 07 Oct 2001 13:06:02 PDT Date: Sun, 7 Oct 2001 13:06:02 -0700 (PDT) From: Syed Khalid Shah Subject: Error in my rc.conf and SYSTEM WONT BOOT. To: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-453915822-1002485162=:97589" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --0-453915822-1002485162=:97589 Content-Type: text/plain; charset=us-ascii Hi apparently , I made a mistake in my rc.conf forgot to close paranthesis. Now system does not boot all they way insteads tell me to enter the shell path or enter for default shell , Please let me know if there is anyway I can correct my rc.conf. Thanks --------------------------------- Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. Yahoo! by Phone. --0-453915822-1002485162=:97589 Content-Type: text/html; charset=us-ascii

Hi apparently , I made a mistake in my rc.conf forgot to close paranthesis.

Now system does not boot all they way insteads tell me to enter the shell path or enter for default shell ,

Please let me know if there is anyway I can correct my rc.conf.

 

 

Thanks



Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. Yahoo! by Phone. --0-453915822-1002485162=:97589-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13: 6:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from groggy.anc.acsalaska.net (groggy.anc.acsalaska.net [208.151.119.232]) by hub.freebsd.org (Postfix) with ESMTP id 3361D37B401 for ; Sun, 7 Oct 2001 13:06:05 -0700 (PDT) Received: (from abc@localhost) by groggy.anc.acsalaska.net (8.9.3/8.9.3) id UAA01391; Sun, 7 Oct 2001 20:04:55 GMT (envelope-from groggy@iname.com) Date: Sun, 7 Oct 2001 20:04:55 GMT From: groggy@iname.com Message-Id: <200110072004.UAA01391@groggy.anc.acsalaska.net> X-Authentication-Warning: groggy.anc.acsalaska.net: abc set sender to groggy@iname.com using -f Subject: X-Mailer: Umail v1.9 To: "Mark Hughes" To: "freebsd-questions" To: To: "Bern, Davis" To: "Kerr, Greg" To: "Duke, M.L." To: "Choudhury, Raj" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > the following local filter on my MUA > strips 99% of all my junk mail. and > i think something similar would do > the same for freebsd-questions, > considering, most junk mail > is destined for windows users > and contains specific markers > for "flashiness" such as > "JavaScript" and " " > that people emailing > FBSD.org wouldn't use. > > (to reply to this mail, i had to pick it up, re-mail it > to my ISP, telnet into my ISP, open my mail there, > re-edit the email, and then re-mail it again. > bleargh!) > > and regarding the last point, it is primarily > a user responsibility to filter mail, thinking > along practical lines of rights and freedoms. > since when is it a "server" responsibility??? > > i would strongly suggest that it is a users > right and responsibility to read or delete > their emails as they deem necessary, not > and ISP/server responsibility to do it for him/her. > > why does everyone seem to appear to depend on authority > to protect their rights and freedoms in exchange > for maintaining them and protecting them for themselves? > it should be well established at this time in history that > the protection and maintenance of rights and freedoms is > an individual personal responsibilty, and when we rely on > authority for that purpose - we end up with no rights and > no freedoms, and everything is a big kludge. > > if you don't like junk email, why not delete it yourself (manually > or via personal filter) - and keep things free from authority and kludges? > we should all know that when we ask authority to maintain our > freedoms and rights we end up with no rights and no freedoms. > > (newsworthy inuendos not intended to affect the technical virtues :). > -------------------------------- > #!/usr/bin/egrep -qf >   > 100% [Ll][Ee][Gg][Aa][Ll] > DIPLOMA > F R E E > FREE > GUARANTEED > JavaScript > X-From_: > [Tt]o [Bb]e [Rr]emoved > [Tt]o [Bb]e [Tt]aken [Oo]ff > [Uu]ndisclosed[-.][Rr]ecipients > \$\$\$ > checks? or money orders? > -------------------------------- > > > > freebsd-questions bounces mail back: > > > > > > a) when you connect with a dynamic PPP account > > > and use your local sendmail (instead of the ISP MTA). > > > > > > b) when you are on a private ethernet behind a "ppp -nat" > > > connection and use your machines local sendmail > > > (instead of the gateways MTA). > > > > > > and it's very irritating to say the least. > > > i know it is for SPAM control purposes, > > > but i think there are better ways > > > to control spam without punishing > > > legitimate emails from a) + b) above. > > > > You may think, but from what's been said previously on this list, that > > single filter alone blocks around one spam message every three minutes. I > > think we'd all agree that that is "A Good Thing". > > > > That said, I'm not an admin of the mail server at freebsd.org, and I'm sure > > they would be more qualified to answer as to whether (and why) other > > methods of blocking spam do or do not work. > > > > Mark > > > > that > > > single filter alone blocks around one spam message every three minutes. I > > > think we'd all agree that that is "A Good Thing". > > > > > > > Having sent two complaints to abuse@ today only, I > > can only say, thankyou to the administration for stopping all of the > > others. > > > > Stuart. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13:12:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 5C2E037B405 for ; Sun, 7 Oct 2001 13:12:48 -0700 (PDT) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id NAA27216; Sun, 7 Oct 2001 13:12:43 -0700 Message-ID: <3BC0B73B.5F4FE228@owt.com> Date: Sun, 07 Oct 2001 13:12:43 -0700 From: Kent Stewart Organization: One World Telecommunications X-Mailer: Mozilla 4.77 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: Syed Khalid Shah Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Error in my rc.conf and SYSTEM WONT BOOT. References: <20011007200602.97865.qmail@web12105.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Syed Khalid Shah wrote: > > Hi apparently , I made a mistake in my rc.conf forgot to close > paranthesis. > > Now system does not boot all they way insteads tell me to enter the > shell path or enter for default shell , > > Please let me know if there is anyway I can correct my rc.conf. You will boot into single user mode. Mount / rw and edit your rc.conf. You probably will be able to simply "mount -a". You should be able to boot properly after that. Kent > > > > > > Thanks > > -------------------------------------------------------------------- > Do You Yahoo!? > NEW from Yahoo! GeoCities - quick and easy web site hosting, just > $8.95/month. Yahoo! by Phone. -- Kent Stewart Richland, WA mailto:kbstew99@hotmail.com http://users.owt.com/kstewart/index.html FreeBSD News http://daily.daemonnews.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13:12:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from warsaw.scl.ameslab.gov (warsaw.scl.ameslab.gov [147.155.137.63]) by hub.freebsd.org (Postfix) with ESMTP id 9C37B37B401 for ; Sun, 7 Oct 2001 13:12:50 -0700 (PDT) Received: (from kparz@localhost) by warsaw.scl.ameslab.gov (8.11.6/8.11.6) id f97KE0218152; Sun, 7 Oct 2001 15:14:00 -0500 (CDT) (envelope-from kparz) Date: Sun, 7 Oct 2001 15:13:59 -0500 From: Krzysztof Parzyszek To: questions@FreeBSD.ORG Cc: Tim Erlin Subject: Re: IPFW rules question Message-ID: <20011007151359.A90569@warsaw.scl.ameslab.gov> References: <20011007194900.97491.qmail@web11702.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011007194900.97491.qmail@web11702.mail.yahoo.com>; from tperlin@yahoo.com on Sun, Oct 07, 2001 at 12:49:00PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 12:49:00PM -0700, Tim Erlin wrote: > two quick questions: > > 1. How do I get ipfw to read rc.firewall without > restarting? It's not listed as a process, so I can't > send it a HUP signal... Just invoke /etc/rc.firewall. Make sure all of the shell variables that rc.firewall references are properly set. You may want to create a shell script that does it, or create a shell script that completely takes over IPFW configuration and run it from rc.firewall/rc.local/whatever on startup. In the latter case you'd basically rerun that script... > 2. What's wrong with this rule? > > ipfw add deny all from any to 192.168.40.7 587 Protocol ``any'' means IP, and IP does not have a concept of port. Port numbers only make sense for TCP and UDP. Krzysztof To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13:15:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from fedex.is.co.za (fedex.is.co.za [196.4.160.243]) by hub.freebsd.org (Postfix) with ESMTP id 6FF4337B403 for ; Sun, 7 Oct 2001 13:15:50 -0700 (PDT) Received: from c1-pta-98.dial-up.net (c1-pta-98.dial-up.net [196.34.158.98]) by fedex.is.co.za (8.9.3/8.9.3) with ESMTP id WAA55196; Sun, 7 Oct 2001 22:15:09 +0200 (SAST) Date: Sun, 7 Oct 2001 22:17:21 +0200 (SAST) From: The Psychotic Viper X-X-Sender: To: "Brian T.Schellenberger" Cc: , Wijnand Wiersma , Subject: Re: sharing between freebsd & linux In-Reply-To: <01100420433001.07512@i8k.babbleon.org> Message-ID: <20011007221107.E59284-100000@lucifer.fuzion.ath.cx> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 4 Oct 2001, Brian T.Schellenberger wrote: > > > Yes, http://www.linuxdoc.org/HOWTO/mini/Linux+FreeBSD-3.html > > > > Be careful, though. I haven't tried to do it in a couple of years, > > but I've had troubles both ways with sharing partitions between freebsd > > & linux. > > > > FreeBSD randomly inserted garbage during file-writes to an ext2. This > > was a couple of years ago, but I haven't had anyone tell me that it's > > been fixed, and I've mentioned it a few times. erm....its swap space not a filesystem so I wonder if you mean the same thing, yes ext2fs was somewhat dodgy a VERY long time ago and fixed (could have been when they were actively WORKING on it in development) > > I don't know whether UFS write support is marked experimental or not in > > Linux last I saw it was marked as unreliable but havent used linux in a while for personal extensive use, Im now on FreeBSD EVERYWHERE I can use it:) > > Also, if you try to mount in the wring direction as the wrong file > > system (I think it was linux attempting to mount a bsd slice as a linux > > partition, which can happen after a change in partitions), you trash > > the partition table. You can manually recreate it, but it's a pain. no experience with such an outcome so cant say, just you may have a YMMV there as mines all worked fine, > > When I need to share files, I generally do it by copying them to a dos > > partition, which both bsd and linux reliablly support. > I used to share in both directions without any problems. I don't any more > merely because I no longer have a Linux partition. Same results here , left Linux a long time ago. PsyV To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13:18:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from warsaw.scl.ameslab.gov (warsaw.scl.ameslab.gov [147.155.137.63]) by hub.freebsd.org (Postfix) with ESMTP id C076237B406 for ; Sun, 7 Oct 2001 13:18:27 -0700 (PDT) Received: (from kparz@localhost) by warsaw.scl.ameslab.gov (8.11.6/8.11.6) id f97KJbc27621; Sun, 7 Oct 2001 15:19:37 -0500 (CDT) (envelope-from kparz) Date: Sun, 7 Oct 2001 15:19:37 -0500 From: Krzysztof Parzyszek To: freebsd-questions@FreeBSD.ORG Cc: Syed Khalid Shah Subject: Re: Error in my rc.conf and SYSTEM WONT BOOT. Message-ID: <20011007151937.A18507@warsaw.scl.ameslab.gov> References: <20011007200602.97865.qmail@web12105.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011007200602.97865.qmail@web12105.mail.yahoo.com>; from skhs1@yahoo.com on Sun, Oct 07, 2001 at 01:06:02PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 01:06:02PM -0700, Syed Khalid Shah wrote: > > Hi apparently , I made a mistake in my rc.conf forgot to close paranthesis. > > Now system does not boot all they way insteads tell me to enter the shell > path or enter for default shell , > > Please let me know if there is anyway I can correct my rc.conf. Get to that shell when the system asks you, rename /etc/rc.conf to something else and exit the shell. The system will start using the settings from /etc/defaults/rc.conf and those are basically sane (unless you have played with them too ;) After the system starts, you can just fix your /etc/rc.conf and reboot to have the new configuration take effect. Krzysztof To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13:23:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ptldme-smtp2.maine.rr.com (ptldme-smtp2.maine.rr.com [204.210.65.67]) by hub.freebsd.org (Postfix) with ESMTP id 4517C37B408 for ; Sun, 7 Oct 2001 13:23:35 -0700 (PDT) Received: from there (dt0c2n06.maine.rr.com [24.95.26.6]) by ptldme-smtp2.maine.rr.com (8.11.0/RoadRunner 1.03) with SMTP id f97KNRB15721 for ; Sun, 7 Oct 2001 16:23:27 -0400 (EDT) Message-Id: <200110072023.f97KNRB15721@ptldme-smtp2.maine.rr.com> Content-Type: text/plain; charset="iso-8859-1" From: Charlie & To: freebsd-questions@FreeBSD.org Subject: kernel make fails Date: Sun, 7 Oct 2001 16:26:46 -0400 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there, Im trying to recompile a custom kernel and it configs ok and make depends ok but "make" itself fails shortly after starting with ***Error Code 1 Very frustrating since this doesnt really tell me what I did wrong. Any ideas would be appreciated! Thanks for your time! Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13:23:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ptldme-smtp2.maine.rr.com (ptldme-smtp2.maine.rr.com [204.210.65.67]) by hub.freebsd.org (Postfix) with ESMTP id 20BCD37B409 for ; Sun, 7 Oct 2001 13:23:36 -0700 (PDT) Received: from there (dt0c2n06.maine.rr.com [24.95.26.6]) by ptldme-smtp2.maine.rr.com (8.11.0/RoadRunner 1.03) with SMTP id f97KNSB15728 for ; Sun, 7 Oct 2001 16:23:28 -0400 (EDT) Message-Id: <200110072023.f97KNSB15728@ptldme-smtp2.maine.rr.com> Content-Type: text/plain; charset="iso-8859-1" From: Steve Reply-To: teevee@maine.rr.com To: freebsd-questions@FreeBSD.org Subject: kernel compile fails Date: Sun, 7 Oct 2001 16:29:15 -0400 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there Im trying to add sound support to a custom kernel but every time I do a MAKE after config'ing and make depend, it stops shortly after with ***Error Code 1 What does this mean and am I doing something wrong? Thanks in advance for any help/ideas! Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13:41:38 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id D380437B403 for ; Sun, 7 Oct 2001 13:41:35 -0700 (PDT) Received: from mark2 (usr451-bh2.blueyonder.co.uk [62.30.233.207]) by dv-db.com (8.9.3/8.9.3) with SMTP id VAA01656; Sun, 7 Oct 2001 21:41:23 +0100 (GMT/BST) Message-ID: <008c01c14f71$f9683760$0100a8c0@mark2> From: "Mark Hughes" To: "Mike Knichel" Cc: References: <20011007151042.L38982-100000@zeus> Subject: Re: Sorry to bother you... Date: Sun, 7 Oct 2001 21:52:21 +0100 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Could you answer a question for me...? > I registered with freebsd-questions list and when I post to the list, I > never see my post, nor do I receive any answers/help. i noticed that you > answered a question for someone else within 5 minutes of it being posted, > so I know that something must be wrong with my regiistration or mailer. > > I am receiving the messages to the tune of 100+ per day. What can I do to > figure out what is wrong? I'm not sure, but doing a reverse DNS on your IP address didn't seem to resolve to an actual domain name. If you are sending through an ISP SMTP mail server, then harang your ISP as they should have reverse DNS set for their mail server. If you are sending through your own server, then I'm not entirely sure how you would fix it. This mail did indeed not come through to the list, and only came to me. I've cc'd it back to questions for you. Hope this helps somewhat. Mark To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 13:53:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gladstone.uoregon.edu (gladstone.uoregon.edu [128.223.142.14]) by hub.freebsd.org (Postfix) with ESMTP id E26D637B408 for ; Sun, 7 Oct 2001 13:53:14 -0700 (PDT) Received: from there (d184-241.uoregon.edu [128.223.184.241]) by gladstone.uoregon.edu (8.11.6/8.11.6) with SMTP id f97KrE121180 for ; Sun, 7 Oct 2001 13:53:14 -0700 (PDT) Message-Id: <200110072053.f97KrE121180@gladstone.uoregon.edu> Content-Type: text/plain; charset="iso-8859-1" From: Eric Anholt Reply-To: eanholt@gladstone.uoregon.edu To: Subject: Re: X Windows Date: Sun, 7 Oct 2001 13:51:45 -0700 X-Mailer: KMail [version 1.3] References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Deinstalling X 3.3.6 could be a problem, but you can install X 4.1.0 over 3.3.6 and vice versa, and there shouldn't be any problems. You can install 3.3.6 with /stand/sysinstall, and 4.1.0 via ports or packages. X 4.1.0 should have support for those S3 cards, but the support may not be great. Of course, 3.3.6 has certainly had issues with S3 cards that I've seen. If you use 3.3.6, be sure to try both svga and S3 drivers and see what works best. X11R6.6 is the release version of X. The XFree86 projects adds video drivers and other important things for users to the X releases. XFree86 4.1.0 uses X11R6.5. On Sunday 07 October 2001 13:00, you wrote: > Hello again... > Now I am standing on a crossroad of which X Window system to choose... > I do want > to use X Windows 4.1.0, but I afraid that there is no support for my > video card: > (S3 Trio64V2-DX/GX)... So, if I would install X-3.3.6, how could I > deinstall it after the support for my video card will be included in > X-4.1.0??? > Is it possible to deinstal it at and not affect my system, i.e. return > to > "just installed" base system??? > One more, could you explain me, what does it mean: > In one web site ("x.org") X Windows named as X11R6.6 and > in another ("xfree86.org") - XFree86-4.1.0, why????????? > > Many thanks for all - Ed. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Eric Anholt eanholt@gladstone.uoregon.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 14: 2:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 0AC1137B403 for ; Sun, 7 Oct 2001 14:02:41 -0700 (PDT) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f97L2c689508; Sun, 7 Oct 2001 14:02:38 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Gary W. Swearingen" Cc: Subject: RE: Use of the UNIX Trademark Date: Sun, 7 Oct 2001 14:02:37 -0700 Message-ID: <000001c14f73$651b3600$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MIMEOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Gary W. >Swearingen >Sent: Saturday, October 06, 2001 9:05 AM >To: Ted Mittelstaedt >Cc: freebsd-questions@FreeBSD.ORG >Subject: Re: Use of the UNIX Trademark > > >You wrote: > >> I think that something else too deserves to be stated here about TOG. > >Maybe, since you've worked these trademark issues before, you could >say how TOG (or trademark lawyers in general) react to the use of things >like "Unix-like", "Unixy", or "Un*x" in the same places they would >complain about the use of "Unix". Eg, on a FreeBSD-promoting web site, >or a FreeBSD-book-promoting web site, not necessarily FreeBSD.org. > >Ex: > >FreeBSD is a Unix(TM)-like OS. (with proper TM blurb at bottom, etc.) > This is incoddect because the TOG guidelines on their website) specifically prohibit UNIX as spelled Unix, it must be all caps. They prohibit Unix-like also. >FreeBSD is one of many free Unixy [or unixy] OSes. > not allowed as per TOG instructions. >FreeBSD is a near-clone of Un*x, evolving from a Un*x-branded code base. > I doubt TOG would care about this. It's too far away from UNIX to matter - they might squawk but Un*x is not a registered mark. (as of yet) Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 14:24:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clt26-147-212.carolina.rr.com (clt26-147-212.carolina.rr.com [66.26.147.212]) by hub.freebsd.org (Postfix) with ESMTP id 0E8C437B403 for ; Sun, 7 Oct 2001 14:24:44 -0700 (PDT) From: Jonathan Blanton To: freebsd-questions@FreeBSD.ORG Subject: Re: Random crashes -- resolved References: <20011004211551.DDF8837B406@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011004211551.DDF8837B406@hub.freebsd.org>; from jmblant@CLEMSON.EDU on Thu, Oct 04, 2001 at 02:15:51PM -0700 Message-Id: <20011007212444.0E8C437B403@hub.freebsd.org> Date: Sun, 7 Oct 2001 14:24:44 -0700 (PDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Okay, I downloaded memtest86, and it turns out my RAM is getting flaky. Thanks to everyone that replied. -- Jonathan Blanton jmblant@clemson.edu PGP Fingerprint = EB4B 4812 C82E 77F8 B6A7 D674 8F02 A1E7 5C4F CDBC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 14:45: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clt26-147-212.carolina.rr.com (clt26-147-212.carolina.rr.com [66.26.147.212]) by hub.freebsd.org (Postfix) with ESMTP id 8BF0D37B405 for ; Sun, 7 Oct 2001 14:44:58 -0700 (PDT) From: Jonathan Blanton To: freebsd-questions@FreeBSD.org Subject: ical won't build Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Message-Id: <20011007214458.8BF0D37B405@hub.freebsd.org> Date: Sun, 7 Oct 2001 14:44:58 -0700 (PDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I tried to build /usr/ports/deskutils/ical, but the configure step failed. Following is a transcript of the build. Script started on Wed Sep 12 16:14:33 2001 [root - /usr/ports/deskutils/ical]# make ===> Extracting for ical-2.2 >> Checksum OK for ical-2.2.tar.gz. ===> ical-2.2 depends on shared library: tk83.1 - not found ===> Verifying install for tk83.1 in /usr/ports/x11-toolkits/tk83 ===> Extracting for tk-8.3.3 >> Checksum OK for tk8.3.3.tar.gz. ===> tk-8.3.3 depends on shared library: tcl83.1 - not found ===> Verifying install for tcl83.1 in /usr/ports/lang/tcl83 [ ... successful build of tcl-8.3.3_4 ... ] ===> Returning to build of tk-8.3.3 ===> tk-8.3.3 depends on shared library: X11.6 - found [ ... successful build of tk-8.3.3 ... ] ===> Returning to build of ical-2.2 ===> Patching for ical-2.2 ===> Applying FreeBSD patches for ical-2.2 ===> Configuring for ical-2.2 creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel checking for ranlib... ranlib checking whether ln -s works... yes checking for Mail... /usr/bin/Mail checking for c++... c++ checking whether the C++ compiler (c++ -O -pipe ) works... yes checking whether the C++ compiler (c++ -O -pipe ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking for POSIXized ISC... no checking Tcl/Tk installation checking for tclsh... /usr/local/bin/tclsh8.3 checking for tclConfig.sh... /usr/local/lib/tcl8.3/tclConfig.sh checking for tkConfig.sh... /usr/local/lib/tk8.3/tkConfig.sh checking for installed Tcl/Tk library files... /usr/local/lib/libtcl83${TCL_DBGX}.so.1 not found configure: error: Make sure Tcl/Tk are installed correctly on your system and then rerun configure. ===> Script "configure" failed: here are the contents of "config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. configure:602: checking for a BSD compatible install configure:657: checking for ranlib configure:685: checking whether ln -s works configure:710: checking for Mail configure:988: checking for c++ configure:1020: checking whether the C++ compiler (c++ -O -pipe ) works configure:1036: c++ -o conftest -O -pipe conftest.C 1>&5 configure:1062: checking whether the C++ compiler (c++ -O -pipe ) is a cross-compiler configure:1067: checking whether we are using GNU C++ configure:1076: c++ -E conftest.C configure:1095: checking whether c++ accepts -g configure:1131: checking for POSIXized ISC configure:1207: checking Tcl/Tk installation configure:1220: checking for tclsh configure:1279: checking for tclConfig.sh configure:1306: checking for tkConfig.sh configure:1337: checking for installed Tcl/Tk library files (end of "config.log") *** Error code 1 Stop in /usr/ports/deskutils/ical. *** Error code 1 Stop in /usr/ports/deskutils/ical. *** Error code 1 Stop in /usr/ports/deskutils/ical. *** Error code 1 Stop in /usr/ports/deskutils/ical. [root - /usr/ports/deskutils/ical]# exit exit Script done on Wed Sep 12 16:19:19 2001 I checked, and I do have /usr/local/lib/libtcl83.so.1. Is the port broken, or is the problem with my system? I'm running FreeBSD 4.4-RELEASE. My /etc/make.conf contains the single line "XFREE86_VERSION=4", although I got the same error when I was using Xfree86 3.3.6. If the problem is with my system, what do I have to do to get it to build? -- Jonathan Blanton jmblant@clemson.edu PGP Fingerprint = EB4B 4812 C82E 77F8 B6A7 D674 8F02 A1E7 5C4F CDBC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 14:51:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dv-db.com (dv-db.com [207.159.141.95]) by hub.freebsd.org (Postfix) with ESMTP id 54F8537B405 for ; Sun, 7 Oct 2001 14:51:50 -0700 (PDT) Received: from mark2 (usr257-bh2.blueyonder.co.uk [62.30.233.13]) by dv-db.com (8.9.3/8.9.3) with SMTP id WAA14751; Sun, 7 Oct 2001 22:51:38 +0100 (GMT/BST) Message-ID: <00b201c14f7b$cd26d350$0100a8c0@mark2> From: "mark / badger?" To: , "freebsd-questions" , , "Bern, Davis" , "Kerr, Greg" , "Duke, M.L." , "Choudhury, Raj" References: <200110072004.UAA01391@groggy.anc.acsalaska.net> Subject: Re: questions list Date: Sun, 7 Oct 2001 23:02:38 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > (to reply to this mail, i had to pick it up, re-mail it > > to my ISP, telnet into my ISP, open my mail there, > > re-edit the email, and then re-mail it again. > > bleargh!) Why not just use your ISPs mail server for all your mail as everyone else on dial up or behind a NAT does? As far as I know there are not many reasons to use a mail server in either of your situations you described before (on a dial up or behind a NAT out of public namespace). I think I'm right in saying mailservers should be constantly reachable in public and at the same IP/hostname, and in either of those situations this is not the case. Why do you choose not to use the ISPs mail server? (genuinely interested to know what benefits there are to running your server locally when you're on dialup/behind a NAT, other than the ability to spam with more impunity) > > and regarding the last point, it is primarily > > a user responsibility to filter mail, thinking > > along practical lines of rights and freedoms. > > since when is it a "server" responsibility??? Er....we're not talking about peoples personal email accounts here - if we were then you'd have a perfectly good point - we're talking about a mailing list with a specific topic and I for one am VERY happy that the spam-every-three-minutes does not make it onto the list. > > i would strongly suggest that it is a users > > right and responsibility to read or delete > > their emails as they deem necessary, not > > and ISP/server responsibility to do it for him/her. Indeed, and if my ISP started scanning emails in my email account in this way, without my request, I would be justifiably very annoyed. However if I signed up for a mailing list and 80% of the traffic on it was spam, I'd just unsubscribe. The list would become unusable. I don't have much of a problem with spam on most of my email addresses, so haven't bothered to set up filtering to automatically remove it. You're suggesting that if I want to be a member of freebsd-questions I should HAVE to run anti-spam filtering myself because it's *immoral* for the list owner to do it?? Absolutely ridiculous, I'm afraid. > > why does everyone seem to appear to depend on authority > > to protect their rights and freedoms in exchange > > for maintaining them and protecting them for themselves? > > it should be well established at this time in history that > > the protection and maintenance of rights and freedoms is > > an individual personal responsibilty, and when we rely on > > authority for that purpose - we end up with no rights and > > no freedoms, and everything is a big kludge. What on earth are you talking about? The right of spammers to spam the list? The freedom for us to receive spam if we so choose? Excuse me but I personally think that that is the most stupid, selfish argument I've ever heard for reducing the controls on the list. You aren't a spammer yourself are you, because you really are sounding like one....running a mail server on a dial up account? running a mail server incorrectly set up without reverse DNS? We're not talking about the right to peaceful protest, or the freedom of the press here, we're talking about a mailing list, and it is the owner of the lists perogative (if not duty) to ensure that reasonable efforts are made to keep the list in order, which to my mind without ANY shread of doubt includes filtering out any spam or would-be spam, even if that DOES mean filtering out the very few people who insist on using their own, badly set up, mail servers when there really is no good reason to do so. > > if you don't like junk email, why not delete it yourself (manually > > or via personal filter) - and keep things free from authority and kludges? > > we should all know that when we ask authority to maintain our > > freedoms and rights we end up with no rights and no freedoms. I cannot believe how angry reading this is making me...I'm absolutely fuming and for no good reason either. You are talking the most absolute trash I've ever heard on this list - what exact rights and freedoms are impinged by not being able to post to this list anyway?? a minor inconvienience which can be got around SO easily it's not even worth mentioning - it's hardly the burning of books or censorship of the press is it? Jeeeeeeeeeeeeeeeeeeeeez. Get some perspective on things before getting all Orwellian. Mark (just a littttle bit pissed off, as you may have noticed :+) ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 15:24:37 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lists.blarg.net (lists.blarg.net [206.124.128.17]) by hub.freebsd.org (Postfix) with ESMTP id D83C137B407 for ; Sun, 7 Oct 2001 15:24:34 -0700 (PDT) Received: from thig.blarg.net (thig.blarg.net [206.124.128.18]) by lists.blarg.net (Postfix) with ESMTP id 6913CBD1D; Sun, 7 Oct 2001 15:24:34 -0700 (PDT) Received: from localhost.localdomain ([206.124.139.115]) by thig.blarg.net (8.9.3/8.9.3) with ESMTP id PAA25723; Sun, 7 Oct 2001 15:24:34 -0700 Received: (from jojo@localhost) by localhost.localdomain (8.11.6/8.11.3) id f97MRg996492; Sun, 7 Oct 2001 15:27:42 -0700 (PDT) (envelope-from swear@blarg.net) To: "default" Cc: Subject: Re: ideal swap partition space... References: From: swear@blarg.net (Gary W. Swearingen) Date: 07 Oct 2001 15:27:41 -0700 In-Reply-To: Message-ID: Lines: 36 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "default" writes: > I'm curious about setting up the amount of space for the swap partition... > is there any ideal amount for FreeBSD? Yes. None. > Or is it dependant on the size/type > of hard drive & other hardware that one has? If so, is there any kind of > equasion or theory behind determining what is the best amount to provide for > the best performance? Same answer. > Is there such a thing as a swap partition that is too large? Too large for what? I don't know what the configuration limit is. My swap partition is 500 MB. Assuming that your amount of RAM is fixed, then a fairly simple general rule is this: Determine how much virtual memory you want (how much is required by the programs you want to have running (or waiting, etc) at the same time) and subtract the amount of RAM you have. Then add back on whatever safety margin you feel is reasonable, given the size of your hard disks and the memory-leakiness of your software (which I used to have to consider on Linux, but don't on FreeBSD). My biggest memory consumers are X11, one or two copies of XEmacs, Netscape, and software compiling. I've got 64 MB RAM and doubt if I've ever used much more than that much of my 500 MB of swap. (I keep a small xosview display of memory-types usage always visable.) Forget the two-times thing; it's needlessly simple, leaving out any consideration of what software you want to run or how big your hard disks are. It does have the benefit of requiring only a second of thought as opposed to having to make estimates and predictions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 15:31: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zigman.2y.net (korpen-86-195.ip-pluggen.com [212.181.86.195]) by hub.freebsd.org (Postfix) with ESMTP id A241D37B406 for ; Sun, 7 Oct 2001 15:30:57 -0700 (PDT) Received: by zigman.2y.net (Postfix, from userid 1001) id B5C521EF6; Mon, 8 Oct 2001 00:30:49 +0200 (CEST) Date: Mon, 8 Oct 2001 00:30:49 +0200 From: Morsal Roudbay To: freebsd-questions@freebsd.org Subject: Re: X and Swedish keyboard layout Message-ID: <20011008003049.A1454@zigman.2y.net> Reply-To: Morsal Roudbay References: <20011007184341.A6541@zigman.2y.net> <20011007190823.A11248@student.uu.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011007190823.A11248@student.uu.se> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.3 [up 1:56] X-Return-Path: morsal@swipnet.se Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 07:08:23PM +0200, Erik Trulsson wrote: > On Sun, Oct 07, 2001 at 06:43:41PM +0200, Morsal Roudbay wrote: > > Hi > > I've been reading all type of docs and searching the net to find a solution > > to my problem... but unfortunatley I havent been able to get a Swedish > > keyboard layout in X.. I found lots about XFree 3.x but not much on 4.x... > > > > FreeBSD 4.4-RELEASE > > - > > XFree86 Version 4.1.0 / X Window System > > (protocol Version 11, revision 0, vendor release 6510) > > Release Date: 2 June 2001 > > Build Operating System: FreeBSD 4.2-BETA i386 [ELF] > > Module Loader present > > > > I got a working Swedish keyboard layout in console though, > > here is my rc.conf: > > > > font8x14="NO" > > font8x16="swiss-8x16" > > font8x8="swiss-8x8" > > keymap="swedish.iso" > > keyrate="fast" > > The stuff in rc.conf is not used by X. The keyboard layout in X and in > the console are independent of each other. > For XFree 3.x you should make sure that you have something like the > following in /etc/XF86Config > > Section "Keyboard" > Protocol "Standard" > AutoRepeat 500 30 > LeftAlt Meta > RightAlt Meta > ScrollLock Compose > RightCtl Control > XkbKeycodes "xfree86" > XkbTypes "default" > XkbCompat "default" > XkbSymbols "us(pc101)" > XkbGeometry "pc" > XkbRules "xfree86" > XkbModel "pc105" > XkbLayout "se" > XkbOptions "ctrl:nocaps" > EndSection > > > Note especially the 'XkbLayout "se"' line. > I think the above will work for XFree86 4.x too but I am not sure. > > (It seems the above syntax is obsolete but still supported in 4.x and > that one should use 'Section "InputDevice"' instead. > 'man 5 XF86Config' should give more info if you have XFree 4.x installed.) Thanks for your email but I have already tested this setup. (the one for XFree 3.x) It doesnt work with XFree86 4. :( Morsal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 15:32:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from netpirate.org (firewall.netpirate.org [204.97.175.191]) by hub.freebsd.org (Postfix) with SMTP id B390D37B408 for ; Sun, 7 Oct 2001 15:32:18 -0700 (PDT) Received: (qmail 28557 invoked from network); 7 Oct 2001 22:34:43 -0000 Received: from unknown (HELO elec) (66.50.33.215) by netpirate.org with SMTP; 7 Oct 2001 22:34:43 -0000 From: "Abel Alejandro" To: Subject: bind restriction? Date: Sun, 7 Oct 2001 18:28:00 -0400 Message-ID: <000d01c14f7f$544eb610$0201a8c0@elec> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C14F5D.CD402350" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C14F5D.CD402350 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello everybody, is there a way to restrict bind() to some IP's depending in the UID? So for example I could make user foo to use/bind() only the ip 1.2.3.4. Thanks. (cc me please, I am not on the list) ------=_NextPart_000_000E_01C14F5D.CD402350 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello everybody, is there a = way to restrict bind() to some IP’s depending = in the UID? So for example

I could make user foo to use/bind() only = the ip 1.2.3.4.

 

Thanks. (cc me please, I am = not on the list)

 

------=_NextPart_000_000E_01C14F5D.CD402350-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 15:37:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from zigman.2y.net (korpen-86-195.ip-pluggen.com [212.181.86.195]) by hub.freebsd.org (Postfix) with ESMTP id 88A4C37B405 for ; Sun, 7 Oct 2001 15:37:24 -0700 (PDT) Received: by zigman.2y.net (Postfix, from userid 1001) id 1D1A51EF6; Mon, 8 Oct 2001 00:37:24 +0200 (CEST) Date: Mon, 8 Oct 2001 00:37:24 +0200 From: Morsal Roudbay To: freebsd-questions@freebsd.org Subject: Re: X and Swedish keyboard layout Message-ID: <20011008003723.A1573@zigman.2y.net> Reply-To: Morsal Roudbay References: <20011007184341.A6541@zigman.2y.net> <20011007190823.A11248@student.uu.se> <20011008003049.A1454@zigman.2y.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011008003049.A1454@zigman.2y.net> User-Agent: Mutt/1.3.22.1i X-Operating-System: FreeBSD 4.3 [up 2:03] X-Return-Path: morsal@swipnet.se Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 08, 2001 at 12:30:49AM +0200, Morsal Roudbay wrote: > On Sun, Oct 07, 2001 at 07:08:23PM +0200, Erik Trulsson wrote: > > On Sun, Oct 07, 2001 at 06:43:41PM +0200, Morsal Roudbay wrote: > > > Hi > > > I've been reading all type of docs and searching the net to find a solution > > > to my problem... but unfortunatley I havent been able to get a Swedish > > > keyboard layout in X.. I found lots about XFree 3.x but not much on 4.x... > > > > > > FreeBSD 4.4-RELEASE > > > - > > > XFree86 Version 4.1.0 / X Window System > > > (protocol Version 11, revision 0, vendor release 6510) > > > Release Date: 2 June 2001 > > > Build Operating System: FreeBSD 4.2-BETA i386 [ELF] > > > Module Loader present > > > > > > I got a working Swedish keyboard layout in console though, > > > here is my rc.conf: > > > > > > font8x14="NO" > > > font8x16="swiss-8x16" > > > font8x8="swiss-8x8" > > > keymap="swedish.iso" > > > keyrate="fast" > > > > The stuff in rc.conf is not used by X. The keyboard layout in X and in > > the console are independent of each other. > > For XFree 3.x you should make sure that you have something like the > > following in /etc/XF86Config > > > > Section "Keyboard" > > Protocol "Standard" > > AutoRepeat 500 30 > > LeftAlt Meta > > RightAlt Meta > > ScrollLock Compose > > RightCtl Control > > XkbKeycodes "xfree86" > > XkbTypes "default" > > XkbCompat "default" > > XkbSymbols "us(pc101)" > > XkbGeometry "pc" > > XkbRules "xfree86" > > XkbModel "pc105" > > XkbLayout "se" > > XkbOptions "ctrl:nocaps" > > EndSection > > > > > > Note especially the 'XkbLayout "se"' line. > > I think the above will work for XFree86 4.x too but I am not sure. > > > > (It seems the above syntax is obsolete but still supported in 4.x and > > that one should use 'Section "InputDevice"' instead. > > 'man 5 XF86Config' should give more info if you have XFree 4.x installed.) > > Thanks for your email but I have already tested this setup. (the one for > XFree 3.x) It doesnt work with XFree86 4. :( I just read the man and that didnt say much about my problem. Is there anyone who has a working international keyboard layout in XFree86 4.x? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 15:42:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from monk.via.net (monk.via.net [209.81.2.10]) by hub.freebsd.org (Postfix) with ESMTP id 2C98537B401 for ; Sun, 7 Oct 2001 15:42:45 -0700 (PDT) Received: (from joe@localhost) by monk.via.net (8.11.1/8.11.0) id f97MiGJ85319 for questions@freebsd.org; Sun, 7 Oct 2001 15:44:16 -0700 (PDT) (envelope-from joe) From: Joe McGuckin Message-Id: <200110072244.f97MiGJ85319@monk.via.net> Date: Sun, 7 Oct 2001 15:43:15 -0700 (PDT) To: questions@freebsd.org Subject: YP/NIS problems X-Mailer: Ishmail 1.3.1-970608-bsdi MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm *not* running NIS, yet when I run passwd, it's trying to connect to a ypbind server. I have to wait about a minute for all this to time out before I can proceed with the passwd change. How does passwd determine if your system is running NIS? Some magic cookie in the password file ? If so, what is it ? Thanks, Joe -- Joe McGuckin ViaNet Communications 994 San Antonio Road Palo Alto, CA 94303 Phone: 650-213-1302 Cell: 650-207-0372 Fax: 650-969-2124 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 15:44:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from femail19.sdc1.sfba.home.com (femail19.sdc1.sfba.home.com [24.0.95.128]) by hub.freebsd.org (Postfix) with ESMTP id 1D03237B401 for ; Sun, 7 Oct 2001 15:44:37 -0700 (PDT) Received: from home.com ([24.40.7.159]) by femail19.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20011007224436.FEQC1573.femail19.sdc1.sfba.home.com@home.com> for ; Sun, 7 Oct 2001 15:44:36 -0700 Message-ID: <3BC0A4D6.DFF62439@home.com> Date: Sun, 07 Oct 2001 14:54:15 -0400 From: Phil X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.2-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: cups and netscape Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've installed freebsd 4.2 ,netscape 4.76 communicator ,and cups 1.1.10 now I can print in netscape as root but users can't print in netscape. I have an Epson printer on lpt0 when logged in as a user and I put in the lpq command it says Epson is ready I am very new to FreeBSD but I have some experience with slackware. any help is appreciated Phil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 15:45:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp1.sentex.ca (smtp1.sentex.ca [199.212.134.4]) by hub.freebsd.org (Postfix) with ESMTP id AC24E37B40A for ; Sun, 7 Oct 2001 15:45:38 -0700 (PDT) Received: from chimp.simianscience.com (cage.simianscience.com [64.7.134.1]) by smtp1.sentex.ca (8.11.6/8.11.6) with SMTP id f97MjZb34615; Sun, 7 Oct 2001 18:45:35 -0400 (EDT) (envelope-from mike@sentex.net) From: Mike Tancsa To: fevin@k9records.com ("Kevin Feagin") Cc: questions@freebsd.org Subject: Re: OnStream 30GB drive on Free BSD Date: Sun, 07 Oct 2001 18:45:35 -0400 Message-ID: <6nm1st47tbv3qkhdqkdg3mkrcvj1tisfnm@4ax.com> References: In-Reply-To: X-Mailer: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 5 Oct 2001 04:14:10 +0000 (UTC), in = sentex.lists.freebsd.questions you wrote: > ># mt -f /dev/sa0 rewind ># mt: /dev/sa0: Invalid Argument try mt -f /dev/nrsa0 rewind or mt -f /dev/rsa0 rewind. ---Mike Mike Tancsa (mdtancsa@sentex.net) =09 Sentex Communications Corp, =09 Waterloo, Ontario, Canada "Given enough time, 100 monkeys on 100 routers=20 could setup a national IP network." (KDW2) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 16:14:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp2.mbox.com.au (smtp2.mbox.com.au [203.103.80.178]) by hub.freebsd.org (Postfix) with ESMTP id E0BEB37B408 for ; Sun, 7 Oct 2001 16:14:33 -0700 (PDT) Received: from nms2.mbox.com.au (webmail.i7mail.com.au [192.168.20.4]) by smtp2.mbox.com.au (Sun Internet Mail Server sims.4.0.2000.05.17.04.13.p6) with ESMTP id <0GKU008GDZ4AUM@smtp2.mbox.com.au> for freebsd-questions@FreeBSD.ORG; Mon, 8 Oct 2001 07:12:11 +0800 (WST) Received: from mbox.com.au ([127.0.0.1]) by nms2.mbox.com.au (Netscape Messaging Server 4.15) with ESMTP id GKUZ4A01.692 for ; Mon, 08 Oct 2001 07:12:10 +0800 Date: Mon, 08 Oct 2001 09:12:10 +1000 From: BSD Freak Subject: Authenticated SMTP for roaming users To: FreeBSD Questions Message-id: MIME-version: 1.0 X-Mailer: Netscape Webmail Content-type: text/plain; charset=us-ascii Content-language: en Content-disposition: inline Content-transfer-encoding: 7BIT X-Accept-Language: en Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi everyone, Has anyone been able to setup FreeBSD with sendmail relaying mail for users who authenticate to the box. I have romaing users, that dial up to a varity of ISPs and I have the problem of having to change their outgoing mail setting depending on where they are going to be. I certianly do not not desire (or think it would be responsible) to open up my SMTP server to the world. Any help would be greatly appreciated. Thanks in advance...... --------------------------------------------------------------------- mBox is unified messaging and now has the mBeeper! Be the first to trial it. http://www.mbox.com.au/mbeeper To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 16:19:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id B940E37B406 for ; Sun, 7 Oct 2001 16:19:14 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id RAA83078; Sun, 7 Oct 2001 17:19:11 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Sun, 7 Oct 2001 17:19:11 -0600 (CST) From: Ryan Thompson To: Abel Alejandro Cc: freebsd-questions@FreeBSD.ORG Subject: Re: bind restriction? In-Reply-To: <000d01c14f7f$544eb610$0201a8c0@elec> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Abel Alejandro wrote to freebsd-questions@FreeBSD.ORG: > Hello everybody, is there a way to restrict bind() to some IP's > depending in the UID? So for example I could make user foo to > use/bind() only the ip 1.2.3.4. Hmm... I don't think you could do this at the syscall level without some kernel hacking... But one thing you could do is use ipfw and simply block everything for this user except 1.2.3.4 ipfw add allow ip from any to 1.2.3.4 uid 1000 ipfw add allow ip from 1.2.3.4 to any uid 1000 ipfw add deny ip from any to any uid 1000 This will still allow users to bind(), but they will not be permitted to send and receive traffic on anything but 1.2.3.4 (AND localhost, unless you put these before the localhost rule). > Thanks. (cc me please, I am not on the list) > > - Ryan -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 16:24:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from granger.mail.mindspring.net (granger.mail.mindspring.net [207.69.200.148]) by hub.freebsd.org (Postfix) with ESMTP id 70B5637B406 for ; Sun, 7 Oct 2001 16:24:34 -0700 (PDT) Received: from oemcomputer (user-vcauian.dsl.mindspring.com [216.175.73.87]) by granger.mail.mindspring.net (8.9.3/8.8.5) with SMTP id TAA14108 for ; Sun, 7 Oct 2001 19:24:33 -0400 (EDT) Message-ID: <000f01c14f87$a45815e0$689efea9@oemcomputer> From: "Yuichiro Abe" To: "FreeBSD" Subject: About PPPoE, again Date: Sun, 7 Oct 2001 19:26:47 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000B_01C14F66.0179C2E0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000B_01C14F66.0179C2E0 Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: 7bit To FreeBSD.ORG I really appreciate your help. Thank you very much. But let me ask you about PPPoE, again. when I run the freebsd, the machine configure the system first, right? then I got the message which is "netgraph.ko" failed to register! 17. What does this mean? And after this message shows up, the machine reboots automatically. So I can't log in. How should I set up the Kernel file to prevent from getting the error message? Please help me. Thank you. Yuichiro Abe ------=_NextPart_000_000B_01C14F66.0179C2E0 Content-Type: text/html; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable
 
To FreeBSD.ORG
 
I really appreciate your help. Thank you very much.
But let me ask you about PPPoE, again.
 
when I run the freebsd, the machine configure the system first, = right? then=20 I got the message which is "netgraph.ko" failed to register! 17.
 
What does this mean?
 
And after this message shows up, the machine reboots automatically. = So I=20 can't log in. 
How should I set up the Kernel file to prevent from getting the = error=20 message? Please help me. Thank you.
 
 
Yuichiro Abe
<y_abe@sprynet.com>
<= /HTML> ------=_NextPart_000_000B_01C14F66.0179C2E0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 16:29:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id 60B8937B409 for ; Sun, 7 Oct 2001 16:29:43 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15qNMc-000KCY-00; Mon, 08 Oct 2001 12:29:42 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f97NTdS00612; Mon, 8 Oct 2001 12:29:39 +1300 (NZDT) (envelope-from jonc) Date: Mon, 8 Oct 2001 12:29:37 +1300 From: Jonathan Chen To: Ronnie Clark Cc: freebsd-questions@freebsd.org Subject: Re: Need Help Badly! Message-ID: <20011008122937.A546@jonc.itouch> References: <200110051626.AA185663752@mail.fellowshipchurch.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110051626.AA185663752@mail.fellowshipchurch.com>; from Ronj_clark@fellowshipchurch.com on Fri, Oct 05, 2001 at 04:26:37PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Oct 05, 2001 at 04:26:37PM -0400, Ronnie Clark wrote: > It seems I fat-fingered someething during my make and buildworld > session and renames /bin/sh to "[". Is there a backup copy > anywhere else in the filesystem? If you have a problem getting into single-user when it prompts for a shell, try /bin/tcsh instead of /bin/sh. At which point you can rename "[" back to /bin/sh, and relink "[" to /bin/test CHeers. -- Jonathan Chen ---------------------------------------------------------------------- The Internet: an empirical test of the idea that a million monkeys banging on a million keyboards can produce Shakespeare To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 16:32:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f135.law7.hotmail.com [216.33.237.135]) by hub.freebsd.org (Postfix) with ESMTP id 5E89537B403 for ; Sun, 7 Oct 2001 16:32:16 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Oct 2001 16:32:16 -0700 Received: from 216.230.150.147 by lw7fd.law7.hotmail.msn.com with HTTP; Sun, 07 Oct 2001 23:32:16 GMT X-Originating-IP: [216.230.150.147] From: "Oscar Castaneda" To: freebsd-questions@freebsd.org Cc: jmblant@clemson.edu Subject: Re: Random crashes -- resolved Date: Sun, 07 Oct 2001 17:32:16 -0600 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 07 Oct 2001 23:32:16.0345 (UTC) FILETIME=[4CAA2490:01C14F88] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Okay, I downloaded memtest86, and it turns out my RAM is getting >flaky. Thanks to everyone that replied. > >-- >Jonathan Blanton >jmblant@clemson.edu >PGP Fingerprint = EB4B 4812 C82E 77F8 B6A7 D674 8F02 A1E7 5C4F CDBC i have a similar problem to Jonathan's, my computer crashes or freezes every so often, almost every day, reading Jonathan's reply, i remembered.. i have 1 pc-133 64M DIMM and 1 pc-100 128M DIMM. Do you guys think my ram is getting flaky also? or does the access frequency difference affect my case? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 16:41:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from itouch.co.nz (itouch.co.nz [203.99.66.188]) by hub.freebsd.org (Postfix) with ESMTP id F3D7237B406 for ; Sun, 7 Oct 2001 16:41:37 -0700 (PDT) Received: from jonc.itouch ([192.168.2.21]) by itouch.co.nz with esmtp (Exim 3.33 #1) id 15qNY9-000KPp-00 for freebsd-questions@freebsd.org; Mon, 08 Oct 2001 12:41:37 +1300 Received: (from jonc@localhost) by jonc.itouch (8.11.6/8.11.6) id f97Nfah00810; Mon, 8 Oct 2001 12:41:36 +1300 (NZDT) (envelope-from jonc) Date: Mon, 8 Oct 2001 12:41:36 +1300 From: Jonathan Chen To: Charlie & Cc: freebsd-questions@freebsd.org Subject: Re: kernel make fails Message-ID: <20011008124135.B546@jonc.itouch> References: <200110072023.f97KNRB15721@ptldme-smtp2.maine.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110072023.f97KNRB15721@ptldme-smtp2.maine.rr.com>; from root@Box1.maine.rr.com on Sun, Oct 07, 2001 at 04:26:46PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 04:26:46PM -0400, Charlie & wrote: > Hi there, > > Im trying to recompile a custom kernel and it configs ok and make depends ok > but "make" itself fails shortly after starting with > > ***Error Code 1 > > Very frustrating since this doesnt really tell me what I did wrong. Any ideas > would be appreciated! You could show us more of the error messages. All "Error Code 1" tells us is that "make" failed. Include your kernel config as well. -- Jonathan Chen ---------------------------------------------------------------------- "Opportunity does not knock, it presents itself when you beat down the door" - W.E. Channing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 16:43:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from noc.cjhost.com (133.197.252.64.snet.net [64.252.197.133]) by hub.freebsd.org (Postfix) with ESMTP id D758E37B407 for ; Sun, 7 Oct 2001 16:43:18 -0700 (PDT) Received: from noc.cjhost.com (localhost.cjhost.com [127.0.0.1]) by noc.cjhost.com (8.11.3/8.11.3) with SMTP id f97NfAD02893 for ; Sun, 7 Oct 2001 19:41:11 -0400 (EDT) (envelope-from jdouglas@noc.cjhost.com) Content-Type: text/plain; charset="iso-8859-1" From: Jon Douglas To: freebsd-questions@FreeBSD.ORG Subject: HP laser jet 1200 Date: Sun, 7 Oct 2001 19:41:10 -0400 X-Mailer: KMail [version 1.2] MIME-Version: 1.0 Message-Id: <01100719411000.02371@noc.cjhost.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi i have freebsd 4.3 on a compaq proliant 1600 server I can't gett hte printer to work and i am getting pissed can you help? It worked fine on "cough" Redhat 7.1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 17: 4: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tharmas.rintrah.org (dhcp065-024-230-235.insight.rr.com [65.24.230.235]) by hub.freebsd.org (Postfix) with SMTP id 53DDE37B403 for ; Sun, 7 Oct 2001 17:03:56 -0700 (PDT) Received: (qmail 90677 invoked by uid 0); 8 Oct 2001 00:03:54 -0000 Received: from osx.rintrah.org (HELO ?10.0.0.26?) (10.0.0.26) by tharmas.rintrah.org with SMTP; 8 Oct 2001 00:03:54 -0000 From: Devin Smith To: Kevin Feagin , Subject: Re: OnStream 30GB drive on Free BSD Date: Sun, 7 Oct 2001 20:03:54 -0400 Message-Id: <20011008000354.9565@mail.rintrah.org> In-Reply-To: <237D06A54B29924F86158493F3E331880103AD@ras1.opuquest.com> References: <237D06A54B29924F86158493F3E331880103AD@ras1.opuquest.com> X-Mailer: CTM PowerMail 3.0.9 carbon MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Hello~ >I have an OnStream SC-30 ADR tape drive I am trying to get to work under >Free BSD 4.3 Stable. If I look at the output of dmesg I see: > >sa0 at ahc0 bus 0 target 6 lun 0 >sa0: Removable Sequential Access SCSI-2 device >sa0: 10.000MB/s transfers (10.000MHz, offset 7) > >I did a "sh ./MAKEDEV sa0" and the device now shows up but... >any time I try to access the device via mt or dump I get an error. An >example would be: > ># mt -f /dev/sa0 rewind ># mt: /dev/sa0: Invalid Argument > >or in the case of the "dump" command it runs through the normal setup >and then gives me a: > >DUMP: Cannot open output "/dev/sa0" > >Any Ideas? >Thanks in advance for any help! > >fevin Last I checked you could not use the Onstream 30 drives under FreeBSD because they require software to do their error checking. This software has been integrated into the 2.4 linux kernel but has not yet been ported to FreeBSD. --devin -- Devin Smith | Master of nothing in particular http://127.0.0.1 | devin-freebsdquestions@rintrah.org "How many people do *you* know whose mail server can handle 650MB email attachments?" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 17:13: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from tartarus.telenet-ops.be (tartarus.telenet-ops.be [195.130.132.34]) by hub.freebsd.org (Postfix) with ESMTP id 64F2937B403 for ; Sun, 7 Oct 2001 17:13:04 -0700 (PDT) Received: from fortuna.paeps.cx (D5762326.kabel.telenet.be [213.118.35.38]) by tartarus.telenet-ops.be (Postfix) with ESMTP id 06A5D21779F; Mon, 8 Oct 2001 02:13:03 +0200 (CEST) Received: from server (juno.paeps.cx [10.0.0.2]) by fortuna.paeps.cx (Postfix) with ESMTP id 4C5E91A53; Mon, 8 Oct 2001 02:13:02 +0200 (CEST) From: "Philip Paeps" To: "'Joe McGuckin'" , Subject: RE: YP/NIS problems Date: Mon, 8 Oct 2001 02:12:59 +0200 Message-ID: <002901c14f8d$fcdbc990$0200000a@paeps.cx> X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-reply-to: <200110072244.f97MiGJ85319@monk.via.net> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I'm *not* running NIS, yet when I run passwd, it's trying to connect > to a ypbind server. I have to wait about a minute for all this > to time out before I can proceed with the passwd change. > > How does passwd determine if your system is running NIS? Some magic > cookie in the password file ? If so, what is it ? Check if /etc/master.passwd doesn't contain an entry like: +::::::::: and that rc.conf doesn't start the nis client (in other words: that ypbind(8) isn't running). - Philip -- Philip Paeps philip@paeps.cx http://www.vitaya.tv To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 18: 5:54 2001 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id F04DE37B403 for ; Sun, 7 Oct 2001 18:05:45 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id f9815ZP50206 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Mon, 8 Oct 2001 07:05:38 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id f9815ZI03361; Mon, 8 Oct 2001 07:05:35 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id f980qY800484; Mon, 8 Oct 2001 06:52:34 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Date: Mon, 8 Oct 2001 06:52:34 +0600 (YEKST) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: Poul-Henning Kamp Cc: questions@FreeBSD.org Subject: Re: why it isn't possible to put more than 20Mb on the memory-based disk ? (system simply hangs) In-Reply-To: <1828.1002475715@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Salut, Poul-Henning Kamp ! On Sun, 7 Oct 2001, Poul-Henning Kamp wrote: > >> > >> man md > > > >and what ? > > malloc Backing store is allocated using malloc(9). Only one malloc- > bucket is used, which means that all md devices with malloc > backing must share the malloc-per-bucket-quota. The exact size > of this quota varies, in particular with the amount of RAM in > the system. The exact value can be determined with vmstat(8). it still doesn't make sense. I can successfully create memory based disk using MD_NSECT=120000, I'm able to mount it. "df" shows I have lots of free space on it. But when I try to put more than 20Mb on it, system hangs. "cp" process is in "MD sec" state with nice=-20. what's wrong ? $ vmstat procs memory page disks faults cpu r b w avm fre flt re pi po fr sr ad0 md0 in sy cs us sy id 1 1 0 63028 42020 72 1 2 0 40 0 0 0 538 622 554 5 6 89 $ (before I create and mount memory disk) did you try to put more than 20Mb on memory based disk ? (actually I need about 150-200Mb) Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 18:12:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.postech.ac.kr (smtp.postech.ac.kr [141.223.1.88]) by hub.freebsd.org (Postfix) with ESMTP id CFA3437B409 for ; Sun, 7 Oct 2001 18:12:08 -0700 (PDT) Received: from users.sourceforge.net (surfion4.postech.ac.kr [141.223.126.84]) by smtp.postech.ac.kr (8.11.5/8.11.5) with ESMTP id f981GDK23266; Mon, 8 Oct 2001 10:16:13 +0900 (KST) Message-ID: <3BC0FDA3.C3EA1819@users.sourceforge.net> Date: Mon, 08 Oct 2001 10:13:07 +0900 From: "R. Lahaye" Organization: Postech X-Mailer: Mozilla 4.78 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Ed Alley Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD breaks my CD-Rom drive ?!? References: <200110071756.f97Hu6X06068@jordan.llnl.gov> Content-Type: text/plain; charset=iso-8859-2 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ed Alley wrote: > > On Sun Oct 07 2001 R. Lahaye wrote: > > > ... CD-Rom driver became non-operational. > > > ... I have attached below my "dmesg" output ...: > > > pcm0: port 0xec00-0xec03, 0xe800-0xe803,0xe400-0xe40f, > > 0xe000-0xe00f, 0xdc00-0xdc3f > > irq 11 at device 17.0 on pci0 > > It looks like you are running an ESS sound board? I did not really understand your explanation about the sound card and how I should reconfigure it in the kernel config file. However, I removed the soundcard all together and rebooted. The "dmesg | grep irq" now has: ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: at 7.2 irq 11 pci0: at 11.0 irq 10 rl0: port 0xe800-0xe8ff mem 0xdc000000-0xdc0000ff irq 5 at device 15.0 on pci0 fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 atkbd0: flags 0x1 irq 1 on atkbdc0 psm0: irq 12 on atkbdc0 sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio1 at port 0x2f8-0x2ff irq 3 on isa0 pci0 at irq 11 doesn't conflict with the ESS soundcard anymore. My CD-Rom driver problem, however, remains. I really have my doubts that FreeBSD is doing something unappropriate to my CD-Rom drive. Can I break the CD-Rom setup for ever, by making a mistake in the configuration file of the kernel? Is somthing broken inside the CD-rom drive or on the motherboard; or is FreeBSD doing stupid things? > > acd0: CDROM at ata1-master using PIO3 > > An old CDROM running PI03 (later ones use PI04). > I think the drivers know about the CDROM. The CD-Rom is not that old. Probably a year or two. Does FreeBSD make a wrong choice by using PIO3? > Question: Can you mount a CD9660 filesystem on the CDROM drive? No. All I get is a CD-Rom driver that keeps making funny noises: tag-tag.......tag-tag.......tag-tag, as soon as I put a CD in the driver; It sounds like it's trying to probe the CD. The console says, every now and then, when a timeout has been reached: acd0: PREVENT_ALLOW command timeout - resetting ata1: resetting devices .. ata1-master: timeout waiting for command=ef s=80 e=20 done ata1-master: timeout waiting to give command=a0 s=80 e=20 acd0: failure to send ATAPI packet command acd0: failure to execute ATAPI packet command Maybe a useful detail comparing the mount of the cdrom and the floppy (when both are empty; no disk/cdrom inside): # mount -t cd9660 /dev/acd0a /mnt cd9660: /dev/acd0a: Device busy # mount -t msdos /dev/fd0 /mnt msdos: /dev/fd0: Input/output error Is that normal? Thanks for your help! Rob. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 18:17:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by hub.freebsd.org (Postfix) with ESMTP id 848B737B40A for ; Sun, 7 Oct 2001 18:17:09 -0700 (PDT) Received: from [128.113.24.47] (gilead.acs.rpi.edu [128.113.24.47]) by mail.rpi.edu (8.11.3/8.11.3) with ESMTP id f981H52193714; Sun, 7 Oct 2001 21:17:05 -0400 Mime-Version: 1.0 X-Sender: drosih@mail.rpi.edu Message-Id: In-Reply-To: <20011005175821.5e5240ac.jslivko@4evermail.com> References: <200110052007.QAA41859@cs.rpi.edu> <20011005175821.5e5240ac.jslivko@4evermail.com> Date: Sun, 7 Oct 2001 21:17:02 -0400 To: "Jonathan M.Slivko" From: Garance A Drosihn Subject: Re: FreeBSD Foundation, contact info Cc: freebsd-questions@FreeBSD.ORG Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 5:58 PM -0400 10/5/01, Jonathan M.Slivko wrote: >"David E. Cross" wrote: > > > What is the contact information for the board members of the > > FreeBSD foundation? > > > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/staff.html That is a listing of FreeBSD core group for the FreeBSD project. That is not the same as the FreeBSD Foundation. The foundation is a non-profit group which was recently established. It is a tax-exempt organization that people can send contributions to. It, in turn, will pool these contributions to support various initiatives to encourage development and documentation of FreeBSD. Given the recent changes at WindRiver, this would be a good time for the FreeBSD Foundation to increase it's visibility... -- Garance Alistair Drosehn = gad@eclipse.acs.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 18:22:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from duval.se.mediaone.net (duval.se.mediaone.net [24.129.0.67]) by hub.freebsd.org (Postfix) with ESMTP id CFD8B37B401 for ; Sun, 7 Oct 2001 18:22:39 -0700 (PDT) Received: from neutron (rr-56-29-61.atl.mediaone.net [66.56.29.61]) by duval.se.mediaone.net (8.11.1/8.11.1) with SMTP id f981KhD28700 for ; Sun, 7 Oct 2001 21:20:44 -0400 (EDT) From: "Joshua Drake" To: Subject: Images not loading properly Date: Fri, 31 Aug 2001 21:27:57 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have a FreeBSD(4.3) machine that runs the Apache web server (1.3.20). When I load my page from another machine, all of the page's text appears normally, but my images are very slow to load, and most of the time do not load at all. Strangely enough, the links associated with the images still work fine. Does anyone know of a fix for this? Perhaps a setting that I have overlooked that can be changed? Thanks in advance for your help! Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 18:35:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by hub.freebsd.org (Postfix) with ESMTP id 90A2D37B401 for ; Sun, 7 Oct 2001 18:35:43 -0700 (PDT) Received: from localhost (ryan@localhost) by ren.sasknow.com (8.9.3/8.9.3) with ESMTP id TAA01701; Sun, 7 Oct 2001 19:35:41 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Sun, 7 Oct 2001 19:35:41 -0600 (CST) From: Ryan Thompson To: Joshua Drake Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Images not loading properly In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joshua Drake wrote to freebsd-questions@FreeBSD.ORG: > Hello, > > I have a FreeBSD(4.3) machine that runs the Apache web server > (1.3.20). When I load my page from another machine, all of the page's > text appears normally, but my images are very slow to load, and most > of the time do not load at all. Strangely enough, the links associated > with the images still work fine. Does anyone know of a fix for this? > Perhaps a setting that I have overlooked that can be changed? Hi Josh, We need more detail to answer your question. This is not a problem that I have seen with Apache or FreeBSD, though there are a few things it might be related to, which you didn't elaborate upon in your message. So, I'm going to ask you a few questions to get on the right track. I will assume here that the images in question are, in fact, being served by your Apache server. If that assumption is incorrect, most of the rest of this message will be useless. Also, I do not know what you mean by "the links associated with the images still work fine". Network performance: How far apart (in hops) are the two machines? What kind of load is everything under? Are connections with other services between the machines fast? (fast = low latency, high bandwidth). Filesystem performance: How large (in bytes) are the images? What kind of filesystem are they being served on? (If NFS, smbfs, etc you might have troubles). User agent performance: Depending on what user agent/platform you're using, maybe it's slowing things down, or rendering images very slowly. Local client performance: What happens when you try a user agent on 127.0.0.1 on the server? You didn't mention testing this, but a quick test could have eliminated roughly half of the variables I've mentioned here, whether it succeeded or failed. > Thanks in advance for your help! > > Josh > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > -- Ryan Thompson Network Administrator, Accounts SaskNow Technologies - http://www.sasknow.com #106-380 3120 8th St E - Saskatoon, SK - S7H 0W2 Tel: 306-664-3600 Fax: 306-664-1161 Saskatoon Toll-Free: 877-727-5669 (877-SASKNOW) North America To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 18:39:30 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f106.law11.hotmail.com [64.4.17.106]) by hub.freebsd.org (Postfix) with ESMTP id C0BB437B407 for ; Sun, 7 Oct 2001 18:39:28 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Oct 2001 18:39:28 -0700 Received: from 24.116.152.150 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 08 Oct 2001 01:39:28 GMT X-Originating-IP: [24.116.152.150] From: "Charles Burns" To: questions@freebsd.org Subject: HTTP, FTP not working Date: Sun, 07 Oct 2001 18:39:28 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Oct 2001 01:39:28.0444 (UTC) FILETIME=[11C007C0:01C14F9A] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG My FreeBSD installation has a strange (at least I think that it is strange) problem. FTP and HTTP (and possibly other internet services) do not work. I wish I could provide more detail, but it is about that simple. Any FTP or HTTP requests, such as using Lynx or downloading something for ports, does nothing. No error other than taking a while and timing out (Ports downloads sometimes say that he remote file does not exist, which is incorrect) CVSUP and ping seem to work fine. I am at a loss. I haven't done anything to the system that, as far as my understanding of FreeBSD goes, could possibly cause this and absolutely nothing relevant appears in any logs. The system is connected directly to a cable modem via Cat5e cable and the DHCP client seems to work fine, configuring the IP and all of that. I know that it is nearly impossible to troubleshoot with so little information, but if anyone knows this one of the top of their head, any info would be great. Intel Pro/100 management adapter, new Toshiba cablemodem, CableOne.net internet, FreeBSD 4.4-stable updated/rebuilt 07 OCT AM. The internet service works with the SuSE and Windows system that are using it, and it worked up until yesterday (06 oct) with the BSD system. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 18:48:32 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (f4.law11.hotmail.com [64.4.17.4]) by hub.freebsd.org (Postfix) with ESMTP id 07ACA37B409 for ; Sun, 7 Oct 2001 18:48:29 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Oct 2001 18:48:28 -0700 Received: from 24.116.152.150 by lw11fd.law11.hotmail.msn.com with HTTP; Mon, 08 Oct 2001 01:48:28 GMT X-Originating-IP: [24.116.152.150] From: "Charles Burns" To: questions@freebsd.org Subject: Color BASH prompt question Date: Sun, 07 Oct 2001 18:48:28 -0700 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 08 Oct 2001 01:48:28.0880 (UTC) FILETIME=[53E00500:01C14F9B] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When using ANSI color codes to color the BASh prompt ("^[[1;37m", for example), BASh seems to think that the codes are actual displayed characters and shortens the # of characters that can be typed into the first line of the command prompt accordingly. For example, with no color codes at 80x25, you can type a number of characters equal to 80 minus the # of characters in the prompt. A prompt of: "bash-2.05# " for example would allow typing of 69 characters without BASH putting further characters on the next line. With several color code sequences, this makes commands trail off after typing about 10 characters, which is very irritating. A solution would be to have a 2-line command prompt, but that would be ... wrong somehow. Any solutions to this would be appreciated... Not a critically important problem, but I know of several people annoyed by this. I could probably have BASh return to the beginning of the line, then add a # of non-destructive spaces equal to the real prompt length, but having an esoteric shell script just to have a color prompt seems silly. Thnks ahead of time _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 18:52:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mw2.texas.net (mw2.texas.net [206.127.30.12]) by hub.freebsd.org (Postfix) with ESMTP id 443DE37B401 for ; Sun, 7 Oct 2001 18:52:12 -0700 (PDT) Received: from localhost.texas.net (tcnet25-014.austin.texas.net [209.99.97.203]) by mw2.texas.net (8.11.6/8.11.6) with ESMTP id f981pwF13982; Sun, 7 Oct 2001 20:51:58 -0500 (CDT) Message-ID: X-Mailer: XFMail 1.5.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <200110071855.SAA00595@groggy.anc.acsalaska.net> Date: Sun, 07 Oct 2001 20:51:57 -0500 (CDT) From: Don Read To: groggy@iname.com Subject: RE: questions list Cc: def@groggy.anc.acsalaska.net, freebsd-questions Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 07-Oct-2001 groggy@iname.com wrote: > i apologize for asking this question, > as i have asked it a few times over the > years with replies i could not: > > 1) find resolution to (being told my ISP wasn't doing some reverse lookup). > 2) erased by "fetchmail" defaults. pkg_delete fetchmail cd /usr/ports/mail/fetchmail make && make install > (which i have since resovled by replacing "fetchmail" with a ftp script). > not good, if you value your e-mail. There's a lot of locking issues. > FBSD 4.3 > > freebsd-questions bounces mail back: > > a) when you connect with a dynamic PPP account > and use your local sendmail (instead of the ISP MTA). > > b) when you are on a private ethernet behind a "ppp -nat" > connection and use your machines local sendmail > (instead of the gateways MTA). > > and it's very irritating to say the least. > i know it is for SPAM control purposes, > but i think there are better ways > to control spam without punishing > legitimate emails from a) + b) above. > ie - the "blackhole" lists (maybe - dunno - don't use it) > or simple grep scripts looking for identifying keywords > such as FREE! or "to be removed from" or whatever. > > anyway - if there is a simple technique to avoid > mail bouncing without using remote MTAs in > situations a) or b) above, i would like to know. > my guess is freebsd-questions uses the sendmail > option (or whatever MTA) to do reverse name > lookups on the MTA sending the email - which > personally - i think is silly and inappropriate, > considering a) + b) above. > > with brief reliefs here and there, it has been > a continuing problem for a few years for me, > without clear and firm resolution. > Send mail from a properly reversed host ? a. add/change the line in /etc/mail/sendmail.cf # "Smart" relay host (may be null) DS b. get an ISP that's willing to do PTR records. this won't help if 'dial-up' blacklists catches on ... > to send this i had to telnet into my ISP > and send the mail from a remote server. > and i do not wish to reconfigure my local > MUA to switch between local and remote > emailing with every email. see above. stubborn little 'cus, ain't you ? Regards, -- Don Read dread@texas.net -- It is necessary for me to learn from others' mistakes. I will not live long enough to make them all by myself. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 19: 1:16 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by hub.freebsd.org (Postfix) with ESMTP id 925D437B401 for ; Sun, 7 Oct 2001 19:01:12 -0700 (PDT) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 535D96AB15; Mon, 8 Oct 2001 11:32:19 +0930 (CST) Date: Mon, 8 Oct 2001 11:32:19 +0930 From: Greg Lehey To: "Gary W. Swearingen" Cc: default , freebsd-questions@FreeBSD.ORG Subject: Re: ideal swap partition space... Message-ID: <20011008113219.B15776@wantadilla.lemis.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from swear@blarg.net on Sun, Oct 07, 2001 at 03:27:41PM -0700 Organization: The FreeBSD Project Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.FreeBSD.org/ X-PGP-Fingerprint: 6B 7B C3 8C 61 CD 54 AF 13 24 52 F8 6D A4 95 EF Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday, 7 October 2001 at 15:27:41 -0700, Gary W. Swearingen wrote: > "default" writes: > >> I'm curious about setting up the amount of space for the swap partition... >> is there any ideal amount for FreeBSD? > > Yes. None. Well, though it would be nice to get by without using swap, note that the swap partition is also used for processor dumps after a panic. For that to work, your swap space must be at least the size of main memory, plus a little bit for header information. Apart from that, I agree with most of the statements in this thread. Greg -- See complete headers for address and phone numbers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 19: 9:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp015.mail.yahoo.com (smtp015.mail.yahoo.com [216.136.173.59]) by hub.freebsd.org (Postfix) with SMTP id 5DA9B37B409 for ; Sun, 7 Oct 2001 19:09:16 -0700 (PDT) Received: from dial-148-240-98-91.zone-3.dial.net.mx (HELO yahoo.com) (148.240.98.91) by smtp.mail.vip.sc5.yahoo.com with SMTP; 8 Oct 2001 02:09:15 -0000 X-Apparently-From: Message-ID: <3BC0FE8C.8CEA54EA@yahoo.com> Date: Sun, 07 Oct 2001 20:17:00 -0500 From: "Adriel Cardenas G." Reply-To: adrielcgx@freebsdmx.com X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: ex-MX, es-ES, en MIME-Version: 1.0 To: "Noel V.Balansag" Cc: freebsd-questions@freebsd.org Subject: Re: using startx References: <3BB0E47400250A64@mail.fibertel.com.ar> (added by postmaster@fibertel.com.ar) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > can someone please tell me what to edit so that when i use 'startx', i kde > won't start? i tried looking for "xinitrc", but inside xinitrc there is > nothing that indicates starting kde. would appreciate all the help. You have to had ~/.xinitrc or ~/.xsession with a line such as: exec startkde Regards -- _ __ ___ ____ ___ ___ ___ Adriel Cardenas G. _ __ ___ | _ ) __| \ adrielcgx@FreeBSDmx.com _ __ | _ \ _ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ http://www.aztlansystems.net/ Hola! Soy un virus de firma para tus correos! Copiame a tu ~/.signature para ayudar a extenderme! _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 19:16:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 4632C37B406 for ; Sun, 7 Oct 2001 19:16:09 -0700 (PDT) Received: (qmail 19891 invoked by uid 100); 8 Oct 2001 02:16:03 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15297.3171.471057.259175@guru.mired.org> Date: Sun, 7 Oct 2001 21:16:03 -0500 To: "Joshua Drake" Cc: questions@freebsd.org Subject: Re: Images not loading properly In-Reply-To: <89521912@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Joshua Drake types: > I have a FreeBSD(4.3) machine that runs the Apache web server (1.3.20). When > I load my page from another machine, all of the page's text appears > normally, but my images are very slow to load, and most of the time do not > load at all. Strangely enough, the links associated with the images still > work fine. Does anyone know of a fix for this? Perhaps a setting that I have > overlooked that can be changed? This is *way* OT for this list. There are lots of places the problem could be, and no way to tell where to start looking with that little information. A URL to look at would be a good start. Any error messages that show up in the apache logs would be invaluable. Information about the network between the machines, if any, wouldn't hurt. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 19:19:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp016.mail.yahoo.com (smtp016.mail.yahoo.com [216.136.174.113]) by hub.freebsd.org (Postfix) with SMTP id 7CA4E37B406 for ; Sun, 7 Oct 2001 19:19:41 -0700 (PDT) Received: from dial-148-240-98-91.zone-3.dial.net.mx (HELO yahoo.com) (148.240.98.91) by smtp.mail.vip.sc5.yahoo.com with SMTP; 8 Oct 2001 02:19:40 -0000 X-Apparently-From: Message-ID: <3BC10102.EFE7D51E@yahoo.com> Date: Sun, 07 Oct 2001 20:27:30 -0500 From: "Adriel Cardenas G." Reply-To: adrielcgx@freebsdmx.com X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.3-RELEASE i386) X-Accept-Language: ex-MX, es-ES, en MIME-Version: 1.0 To: Jon Douglas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: HP laser jet 1200 References: <01100719411000.02371@noc.cjhost.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi i have freebsd 4.3 on a compaq proliant 1600 server > I can't gett hte printer to work and i am getting pissed can you help? Do you have it connected over USB or LPT. Because i had the same problem with that printer connected thru USB, but after connecting it thru LPT it just goes fine. Is it the lpd running?, does the kernel "sees it" ? what does your dmesg say about it? have you edited already your printcap? If you'd like me to send you my printcap, send me a line and i send it to your box. Regards > It worked fine on "cough" Redhat 7.1 cough, cough, cooooouuuughghhhhhh :) -- _ __ ___ ____ ___ ___ ___ Adriel Cardenas G. _ __ ___ | _ ) __| \ adrielcgx@FreeBSDmx.com _ __ | _ \ _ \ |) | FreeBSD: The Power To Serve _ |___/___/___/ http://www.aztlansystems.net/ Hola! Soy un virus de firma para tus correos! Copiame a tu ~/.signature para ayudar a extenderme! _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 19:22:33 2001 Delivered-To: freebsd-questions@freebsd.org Received: from verizon.net (pool-64-223-151-128.man.east.verizon.net [64.223.151.128]) by hub.freebsd.org (Postfix) with SMTP id AF87737B405 for ; Sun, 7 Oct 2001 19:21:00 -0700 (PDT) To: Questions@FreeBSD.org From: Subject:Ports : Galeon 0.12.2 not compiling Message-Id: <20011008022100.AF87737B405@hub.freebsd.org> Date: Sun, 7 Oct 2001 19:21:00 -0700 (PDT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi - I'm running 4.4 (uname -a output) 4.4-STABLE FreeBSD 4.4-STABLE #9: Sat Sep 29 14:21:34 EDT 2001 and having problems with the port for galeon 0.12.2. I had some problems with the translation files which I was able to work through, but not sure what to do about this one. The problem I'm having is as below: 10:13pm : 153 : /usr/ports/www/galeon/work/galeon-0.12.2 : make install Making install in mozilla c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/npl -I../../src -I/usr/X11R6/include/mozilla -I/usr/X11R6/include/mozilla/nspr -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -I/usr/X11R6/include -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/local/include/gnome-xml -I/usr/X11R6/lib/vfs/include -D_THREAD_SAFE -DNEED_GNOMESUPPORT_H -DSHARE_DIR=\"/usr/X11R6/share/gnome/galeon\" -I/usr/local/include -D_REENTRANT -D_THREAD_SAFE -fno-rtti -O -pipe -Wall -Wmissing-declarations -c BaseProtocolHandler.cpp BaseProtocolHandler.cpp:73: no `nsresult GBaseProtocolHandler::GetURIType(PRInt16 *)' member function declared in class `GBaseProtocolHandler' BaseProtocolHandler.cpp: In method `nsresult GBaseProtocolHandler::GetURIType(PRInt16 *)': BaseProtocolHandler.cpp:75: `URI_STD' is not a member of type `nsIProtocolHandler' *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-0.12.2/src/mozilla. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-0.12.2/src. *** Error code 1 Stop in /usr/ports/www/galeon/work/galeon-0.12.2. I've found the line in BaseProtocolHandler.cpp that references URI_STD, but not sure what to do next.... Mozilla seems to have been installed correctly : 10:13pm : 154 : /usr/ports/www/galeon/work/galeon-0.12.2 : pkg_info | grep mozilla mozilla-0.9.3,1 The open source, standards compliant web browser mozilla-embedded-0.9.4,1 The embeddable component of mozilla communicator web-surfbo mozilla-headers-0.9.3,1 Header files for mozilla communicator web-surfboard Anybody have any ideas? Not enough info? Not the right info? Thanks, Brian -- b.k.jackson@verizon.net  To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 19:28: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 88E1C37B401 for ; Sun, 7 Oct 2001 19:28:04 -0700 (PDT) Received: (qmail 20303 invoked by uid 100); 8 Oct 2001 02:28:04 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15297.3892.110144.826331@guru.mired.org> Date: Sun, 7 Oct 2001 21:28:04 -0500 To: Ilia Chipitsine Cc: questions@freebsd.org Subject: Re: md's oddity In-Reply-To: <37647924@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ilia Chipitsine types: > system (4.4RC) simply hangs when I put more than 20Mb on the md-based > disk. It is Ok when I put no more than 20Mb, why ? > > in kernel configuration file I have: > > device md > options MD_NSECT=120000 Check the md man page. It notes that md disks are "severely limited in size". To get overcome those limits, you'll have to either use mfs, or a pre-loaded md disk. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 19:31:39 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id C616E37B403 for ; Sun, 7 Oct 2001 19:31:35 -0700 (PDT) Received: (qmail 20436 invoked by uid 100); 8 Oct 2001 02:31:35 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15297.4103.370912.813171@guru.mired.org> Date: Sun, 7 Oct 2001 21:31:35 -0500 To: Alson van der Meulen Cc: questions@freebsd.org, Subject: Re: transfer home dir In-Reply-To: <80577780@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Alson van der Meulen types: > On Sun, Oct 07, 2001 at 05:25:09PM +0200, Wijnand Wiersma wrote: > > I'm a newbee to freebsd and I never noticed that I don't have a /home > > directory like in linux. I didn't knew it was just a link to /usr/home. > > But now my /usr partition is full. I have a free partition wich i want to use > > for my home directory. How can I do this without screwing up my ownerships of > > files? > Just remove the symlink, mount that partition under /home, and copy the > data using cd /usr/home; tar cf - . | tar xpf - -C /home > or cd /usr/home; pax -rw -pe . /home > > This way ownerships, permissions and other stuff will be preserved "Other stuff" doesn't include flags if you have any set - which is unlikely. If you have some set, you'll need either to reset them by hand, or dump the entire file system and restore just /home to the new partition. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 19:42:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc23.worldnet.att.net (mtiwmhc23.worldnet.att.net [204.127.131.48]) by hub.freebsd.org (Postfix) with ESMTP id 6118437B401 for ; Sun, 7 Oct 2001 19:42:16 -0700 (PDT) Received: from columbia ([12.93.210.132]) by mtiwmhc23.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20011008024215.HROU6924.mtiwmhc23.worldnet.att.net@columbia>; Mon, 8 Oct 2001 02:42:15 +0000 From: "Andrew C. Hornback" To: "default" , Subject: RE: ideal swap partition space... Date: Sun, 7 Oct 2001 22:40:13 -0400 Message-ID: <00bf01c14fa2$8e502d80$6600000a@columbia> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of default > Sent: Sunday, October 07, 2001 6:15 AM > To: freebsd-questions@freebsd.org > Subject: ideal swap partition space... > > Hi, > > I'm curious about setting up the amount of space for the swap partition... > is there any ideal amount for FreeBSD? Or is it dependant on the size/type > of hard drive & other hardware that one has? If so, is there any kind of > equasion or theory behind determining what is the best amount to > provide for > the best performance? > > Is there such a thing as a swap partition that is too large? Personally, I carry things over from my Microsoft days and create a swap partition four times the size of the physical memory in the box. This may be overkill, and (diversionary tactic against flames) perhaps I like it that way? I'd say that the minimum swap size would be the same size as the physical memory in the box. That way you can save the dump if the machine locks. --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 19:53: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 5795537B406 for ; Sun, 7 Oct 2001 19:53:00 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id f982qpP53399 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Mon, 8 Oct 2001 08:52:52 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost [127.0.0.1]) by mail.cgu.chel.su (8.11.6/8.11.2) with ESMTP id f982qoq07216; Mon, 8 Oct 2001 08:52:50 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Date: Mon, 8 Oct 2001 08:52:50 +0600 (YEKST) From: "Ilia E. Chipitsine" To: Mike Meyer Cc: Subject: Re: md's oddity In-Reply-To: <15297.3892.110144.826331@guru.mired.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Salut, Mike Meyer ! On Sun, 7 Oct 2001, Mike Meyer wrote: > Ilia Chipitsine types: > > system (4.4RC) simply hangs when I put more than 20Mb on the md-based > > disk. It is Ok when I put no more than 20Mb, why ? > > > > in kernel configuration file I have: > > > > device md > > options MD_NSECT=120000 > > Check the md man page. It notes that md disks are "severely limited in so, why does it hang ? and why 20Mb limit is so magic ? > size". To get overcome those limits, you'll have to either use mfs, or > a pre-loaded md disk. it is said that md is to replace mfs, isn't it ? > > -- > Mike Meyer http://www.mired.org/home/mwm/ > Q: How do you make the gods laugh? A: Tell them your plans. > regards, Ilia Chipitsine To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 19:55: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id BF05837B40B for ; Sun, 7 Oct 2001 19:55:02 -0700 (PDT) Received: (qmail 21175 invoked by uid 100); 8 Oct 2001 02:55:02 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15297.5510.364245.686083@guru.mired.org> Date: Sun, 7 Oct 2001 21:55:02 -0500 To: swear@blarg.net (Gary W. Swearingen) Cc: questions@freebsd.org Subject: Re: ideal swap partition space... In-Reply-To: <21548426@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Gary W. Swearingen types: > "default" writes: > > I'm curious about setting up the amount of space for the swap partition... > > is there any ideal amount for FreeBSD? > Yes. None. Only under some conditions. If you want to get core dumps after a panic, then the dump device needs to be at least 64K bigger than memory. You might as well use that device for swap, as you can't use it for anything else while the system is running. If you can't afford enough real RAM to hold everything, you'll have to swap. According to the tuning man page, "The kernel's VM paging algorithms are tuned to perform best when there is at least 2x swap versus main memory." If you have two drives, putting memory size + 64KB of swap on each drive gives you enough to take dumps, takes advantage of the tuning of the VM system, and lets the system interleave swap - and is the minimum that will do all of that. Assuming you have enough RAM that you're not going to run out of virtual with that configuration. > Forget the two-times thing; it's needlessly simple, leaving out any > consideration of what software you want to run or how big your hard > disks are. It does have the benefit of requiring only a second of > thought as opposed to having to make estimates and predictions. The two-times rule dates from the days when all memory was backed by swap, and was the minimum amount required to get a core dump after a panic. I have no idea how much that has to do with the VM paging algorithms liking two times the main memory. But your main point here is correct - actually thinking about what you're going to be doing is more work, but gets better results, than blindly following rules of thumb. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 20:17:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id E162037B406 for ; Sun, 7 Oct 2001 20:17:30 -0700 (PDT) Received: (qmail 22050 invoked by uid 100); 8 Oct 2001 03:17:24 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15297.6852.821830.699264@guru.mired.org> Date: Sun, 7 Oct 2001 22:17:24 -0500 To: groggy@iname.com, "mark / badger?" Cc: questions@freebsd.org Subject: Re: questions list In-Reply-To: <36222922@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG groggy@iname.com types: > freebsd-questions bounces mail back: > > a) when you connect with a dynamic PPP account > and use your local sendmail (instead of the ISP MTA). > > b) when you are on a private ethernet behind a "ppp -nat" > connection and use your machines local sendmail > (instead of the gateways MTA). This isn't true. I'm using my own mail server on a private ethernet behind a nat box that's connected to the net with a dynamic IP address. Mail to the freebsd lists works just fine. I'm more worried about some vigilante group adding me to a DUL than I am about people who bounce mail from mismanaged domains. Of course, my ISP has proper reverse DNS set up for my IP address, which is the only one being used. > ie - the "blackhole" lists (maybe - dunno - don't use it) Well, one of those vigilante lists started blocking all blocks they could identify as dynamic IP, so that would just recreate problem a. The others lists open relays, which includes large chunks of the western pacific rim. FreeBSD gets a lot of usage in that area, so blocking them would potentially cause lots of our users problems. mark / badger? types: > Why do you choose not to use the ISPs mail server? (genuinely interested to > know what benefits there are to running your server locally when you're on > dialup/behind a NAT, other than the ability to spam with more impunity) If you have an ISP that knows what they're doing, then you're avoiding an extra hop in the mail system. They also shouldn't have any objection to your taking some of the load off their servers. If your ISP doesn't know what they're doing - well, that's enough reason by itself. Based on the down time I see on my ISPs POP server, mail that would be delivered directly in minutes would regularly wind up spending hours sitting in the queues I have to run for my internal mail anyway. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 20:21:50 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 8800937B407 for ; Sun, 7 Oct 2001 20:21:47 -0700 (PDT) Received: (qmail 22239 invoked by uid 100); 8 Oct 2001 03:21:47 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15297.7115.222923.347451@guru.mired.org> Date: Sun, 7 Oct 2001 22:21:47 -0500 To: "Ilia E. Chipitsine" Cc: Mike Meyer , Subject: Re: md's oddity In-Reply-To: References: <15297.3892.110144.826331@guru.mired.org> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ilia E. Chipitsine types: > Salut, Mike Meyer ! > On Sun, 7 Oct 2001, Mike Meyer wrote: > > Ilia Chipitsine types: > > Check the md man page. It notes that md disks are "severely limited in > so, why does it hang ? Because it's buggy. You should be getting an ENOSPC error. > and why 20Mb limit is so magic ? Because that's the bucket size that the VM system decides is write for your hardware configuration. > > size". To get overcome those limits, you'll have to either use mfs, or > > a pre-loaded md disk. > it is said that md is to replace mfs, isn't it ? Yes. It's also going to replace vn. It's a new version that combines the functionality of all three of them. I don't know what, if any, limits it has if you want the disk to not be able to be paged out. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 20:25:35 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id DEB7437B406; Sun, 7 Oct 2001 20:25:24 -0700 (PDT) Received: from canada.acadia.ne.mediaone.net (acadia.ne.mediaone.net [65.96.185.189]) by chmls06.mediaone.net (8.11.1/8.11.1) with ESMTP id f983Pih29953; Sun, 7 Oct 2001 23:25:44 -0400 (EDT) Received: (from leblanc@localhost) by canada.acadia.ne.mediaone.net (8.11.6/8.11.5) id f983Km605486; Sun, 7 Oct 2001 23:20:48 -0400 (EDT) (envelope-from leblanc) Date: Sun, 7 Oct 2001 23:20:48 -0400 From: Louis LeBlanc To: Questions@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: Ports : Galeon 0.12.2 not compiling Message-ID: <20011007232048.C93398@acadia.ne.mediaone.net> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: Questions@FreeBSD.ORG, freebsd-questions@FreeBSD.org References: <20011008022100.AF87737B405@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20011008022100.AF87737B405@hub.freebsd.org> User-Agent: Mutt/1.3.22.1i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/07/01 07:21 PM, b.k.jackson@verizon.net sat at the `puter and typed: > Hi - > > I'm running 4.4 (uname -a output) > > 4.4-STABLE FreeBSD 4.4-STABLE #9: Sat Sep 29 14:21:34 EDT 2001 > > and having problems with the port for galeon 0.12.2. > > I had some problems with the translation files which I was able to work through, but not sure what to do about this one. > > The problem I'm having is as below: I saw a few strange issues in 4.4-RELEASE as late as Oct 2. My Oct 3 build came out clean and nice so far. All ports upgraded fairly clean via portupgrade. I also build the latest galeon (love it!) and have had no trouble with other ports. You might want to consider the RELEASE tag line; I've found it a little more 'stable' than the STABLE branch. Probably with good reason. My understanding of the RELEASE branch is that the developers try to keep it at release quality code. The STABLE is kept as a stable development branch, meaning that it must be usable, but may have some temporary anomalies. Besides that, it isn't unheard of for someone asking -STABLE questions on this list to get a mild scolding :( Still, considering what goes into it, I'd have to say they do do a pretty good job of it. Try the latest RELEASE branch (I use the RELENG_4_4_0_RELEASE tag in my cvsupfile). It is very clean. Galeon will want mozilla rebuilt, as it now includes the Netscape psm module by default - can't wait til they get the native ssl code in, the psm stuff is a bit strange in galeon. Just my $0.02 HTH Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net Ô¿Ô¬ Justice, n.: A decision in your favor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 20:25:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id DEB7437B406; Sun, 7 Oct 2001 20:25:24 -0700 (PDT) Received: from canada.acadia.ne.mediaone.net (acadia.ne.mediaone.net [65.96.185.189]) by chmls06.mediaone.net (8.11.1/8.11.1) with ESMTP id f983Pih29953; Sun, 7 Oct 2001 23:25:44 -0400 (EDT) Received: (from leblanc@localhost) by canada.acadia.ne.mediaone.net (8.11.6/8.11.5) id f983Km605486; Sun, 7 Oct 2001 23:20:48 -0400 (EDT) (envelope-from leblanc) Date: Sun, 7 Oct 2001 23:20:48 -0400 From: Louis LeBlanc To: Questions@FreeBSD.org, freebsd-questions@FreeBSD.org Subject: Re: Ports : Galeon 0.12.2 not compiling Message-ID: <20011007232048.C93398@acadia.ne.mediaone.net> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: Questions@FreeBSD.ORG, freebsd-questions@FreeBSD.org References: <20011008022100.AF87737B405@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20011008022100.AF87737B405@hub.freebsd.org> User-Agent: Mutt/1.3.22.1i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 10/07/01 07:21 PM, b.k.jackson@verizon.net sat at the `puter and typed: > Hi - > > I'm running 4.4 (uname -a output) > > 4.4-STABLE FreeBSD 4.4-STABLE #9: Sat Sep 29 14:21:34 EDT 2001 > > and having problems with the port for galeon 0.12.2. > > I had some problems with the translation files which I was able to work through, but not sure what to do about this one. > > The problem I'm having is as below: I saw a few strange issues in 4.4-RELEASE as late as Oct 2. My Oct 3 build came out clean and nice so far. All ports upgraded fairly clean via portupgrade. I also build the latest galeon (love it!) and have had no trouble with other ports. You might want to consider the RELEASE tag line; I've found it a little more 'stable' than the STABLE branch. Probably with good reason. My understanding of the RELEASE branch is that the developers try to keep it at release quality code. The STABLE is kept as a stable development branch, meaning that it must be usable, but may have some temporary anomalies. Besides that, it isn't unheard of for someone asking -STABLE questions on this list to get a mild scolding :( Still, considering what goes into it, I'd have to say they do do a pretty good job of it. Try the latest RELEASE branch (I use the RELENG_4_4_0_RELEASE tag in my cvsupfile). It is very clean. Galeon will want mozilla rebuilt, as it now includes the Netscape psm module by default - can't wait til they get the native ssl code in, the psm stuff is a bit strange in galeon. Just my $0.02 HTH Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net Ô¿Ô¬ Justice, n.: A decision in your favor. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 20:50: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls06.mediaone.net (chmls06.mediaone.net [24.147.1.144]) by hub.freebsd.org (Postfix) with ESMTP id 8BE4537B403 for ; Sun, 7 Oct 2001 20:49:59 -0700 (PDT) Received: from canada.acadia.ne.mediaone.net (acadia.ne.mediaone.net [65.96.185.189]) by chmls06.mediaone.net (8.11.1/8.11.1) with ESMTP id f983oEh20035 for ; Sun, 7 Oct 2001 23:50:14 -0400 (EDT) Received: (from leblanc@localhost) by canada.acadia.ne.mediaone.net (8.11.6/8.11.5) id f983jP608600 for freebsd-questions@FreeBSD.org; Sun, 7 Oct 2001 23:45:25 -0400 (EDT) (envelope-from leblanc) Date: Sun, 7 Oct 2001 23:45:25 -0400 From: Louis LeBlanc To: freebsd-questions@FreeBSD.org Subject: A couple ports for Apache::CodeRed and Apache::Nimda mod_perl modules Message-ID: <20011007234525.D93398@acadia.ne.mediaone.net> Reply-To: freebsd-questions@FreeBSD.org Mail-Followup-To: freebsd-questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.3.22.1i X-bright-idea: Lets abolish HTML mail! Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hey all. I hope this isn't too far OT, but I just finished working up a couple ports for the Nimda and CodeRed worm handlers. Truth be told, these could probably be merged/modified/whatever into a single module that just handled all MS based virii/hack attempts/whatever. Of course there would need to be some reworking of the addresses to report these hits to in this case, but . . . Regardless, I am still seeing a good number of these hits myself, and thought someone else out there might want to report their own hits to get the abuse authorities to realize that there are still a slew of systems out there that are infected. I have not yet submitted these ports to FreeBSD, but I will shortly. Frankly, I don't think the worms will be around in force for too much longer, so I see no reason to make them a long term part of the ports tree. Maybe the general MS crap reporter would be appropriate, though. Anyway, if you are interested in the ports, find them at http://acadia.ne.mediaone.net/Nimda/ I welcome any and all suggestions for improving my porting skills, as well as suggestions for some kind of MS-BS handler. One suggestion already presented includes use of the Whois module to better target network authorities that may have influence on the owners of infected systems. I like that idea, though even these addresses are out of date sometimes. Availability may be spotty over the next couple days due to the happy fact that I am going to be running my new system into place (finally moving from Linux to FreeBSD!). -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net Ô¿Ô¬ Boob's Law: You always find something in the last place you look. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 21:21:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail3.new.rr.com (fe3.rdc-kc.rr.com [24.94.163.50]) by hub.freebsd.org (Postfix) with ESMTP id 5CE7337B405 for ; Sun, 7 Oct 2001 21:21:30 -0700 (PDT) Received: from corylaptop ([65.31.241.159]) by mail3.new.rr.com with Microsoft SMTPSVC(5.5.1877.537.53); Sun, 7 Oct 2001 23:21:25 -0500 From: "Cory Michal" To: Subject: Toshiba Satellite 3000-S353 Date: Sun, 7 Oct 2001 23:23:12 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Have you heard of anyone running FreeBSD 4.x on these. My install kernel hangs and I'm having a heck of a time trying to get it installed. Cory Michal cmichal@exceedsecurity.com 920.203.2622 Exceed Security Systems www.exceedsecurity.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 21:59:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mtiwmhc21.worldnet.att.net (mtiwmhc21.worldnet.att.net [204.127.131.46]) by hub.freebsd.org (Postfix) with ESMTP id 9276337B403 for ; Sun, 7 Oct 2001 21:59:30 -0700 (PDT) Received: from columbia ([12.93.210.132]) by mtiwmhc21.worldnet.att.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with SMTP id <20011008045929.MGQE1680.mtiwmhc21.worldnet.att.net@columbia>; Mon, 8 Oct 2001 04:59:29 +0000 From: "Andrew C. Hornback" To: "Oscar Castaneda" , Subject: RE: Random crashes -- resolved Date: Mon, 8 Oct 2001 00:57:16 -0400 Message-ID: <00cf01c14fb5$b3b457a0$6600000a@columbia> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Oscar Castaneda > Sent: Sunday, October 07, 2001 7:32 PM > To: freebsd-questions@freebsd.org > Cc: jmblant@clemson.edu > Subject: Re: Random crashes -- resolved > > >Okay, I downloaded memtest86, and it turns out my RAM is getting > >flaky. Thanks to everyone that replied. > > i have a similar problem to Jonathan's, my computer crashes or > freezes every > so often, almost every day, > > reading Jonathan's reply, i remembered.. i have 1 pc-133 64M DIMM and 1 > pc-100 128M DIMM. > > Do you guys think my ram is getting flaky also? or does the > access frequency > difference affect my case? Are you running them at 100 or 133 MHz? If you're running them at 133 MHz, you could end up with problems. I personally have been "underclocking" a stick of PC-133 at 100 MHz without problems. YMMV, however... --- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 22:14:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 422CA37B401 for ; Sun, 7 Oct 2001 22:14:10 -0700 (PDT) Received: from [195.20.224.209] (helo=mrvdom02.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 15qSjw-0004jz-00 for freebsd-questions@freebsd.org; Mon, 8 Oct 2001 07:14:08 +0200 Received: from pd90172d8.dip.t-dialin.net ([217.1.114.216]) by mrvdom02.schlund.de with esmtp (Exim 2.12 #2) id 15qSjw-00033O-00 for freebsd-questions@FreeBSD.ORG; Mon, 8 Oct 2001 07:14:08 +0200 Date: Mon, 8 Oct 2001 05:13:26 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: "freebsd-questions@FreeBSD.ORG" Subject: reset X without reboot Message-ID: <20011008045126.E1481-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! Sometimes, when I open too many "big" applications on my desktop [StarOffice, Gimp, Mozilla] the mousepointer will point about an inch to left to the place I can click on the screen. Yet I have only found one way to repair this: Completely reboot my machine (neither gnome's restart desktop is of any help, nor [ctrl] + [alt] + [<--]). Is there any other way to reset this? [oh yes: I am running XF86-4 , gnome , sawfish -ports on -STABLE] Thanx for your answers. Uli. ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 22:22:51 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bean.epix.net (bean.epix.net [199.224.64.57]) by hub.freebsd.org (Postfix) with ESMTP id 0DF6A37B407 for ; Sun, 7 Oct 2001 22:22:44 -0700 (PDT) Received: from brockspc (svcr-adsl-216-37-223-34.epix.net [216.37.223.34]) by bean.epix.net (8.12.1/2001100501/PL) with SMTP id f985Mb3P000623 for ; Mon, 8 Oct 2001 01:22:37 -0400 (EDT) Message-ID: <011f01c14fb9$376ba4b0$0500a8c0@brockspc> From: "Brock Kreiser" To: Subject: need help with Xwindows Date: Mon, 8 Oct 2001 01:22:19 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_011C_01C14F97.ACB45540" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_011C_01C14F97.ACB45540 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hey all, Ok let first state that i am a total newbie to fbsd!!! and also im = lovin it except for X.... I no i gotta be doing something wrong someware = but cant figure it out.... I'm running 4.4R and vs.3.3.6 of X (Gnome = with Enlightment}i got fbsd runnin on a amd 700 with 128megs of ram my = vid card is a Nivida riva TNT2 with 32megs of ram.. My monitor is a = gateway ev 500 horizontal sync range is 31-69 kHz vetical is 50-100.... i can get x to start but the display is just nasty its either 1 all grey = and no pics or the display pixels are so huge and unclear you cant see = anything at all... for the vid card selection i tried the nvidia riva tnt2(generic) also = tried the Riva tnt 2 but either way cant get it to work... I did have it = working the first time i ran fbsd but then i messed something up severly = and i ended up formating and starting all over again (what can i say = Damn Newbies) and yes i have read over the handbook and even the = complete fbsd book... but no matter what i cant get it to work.. 1 more = thing the one time i did get X to work... when runnin xf86config my vid = card was # 362 which now is 466 how that happen i will never no but = thats one of those lovely things about computers i guess..=20 someone please help me!!!!!!!!! if you need more info just let me no!!!!! like i said before im just a = newbie trying to escape from microsoft :)=20 ------=_NextPart_000_011C_01C14F97.ACB45540 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hey all,
 
    Ok let first state = that i am a=20 total newbie to fbsd!!! and also im lovin it except for X.... I no i = gotta be=20 doing something wrong someware but cant figure it out.... I'm running=20 4.4R and vs.3.3.6 of X (Gnome with Enlightment}i got fbsd = runnin=20 on a amd 700 with 128megs of ram my vid card is a Nivida riva=20 TNT2 with 32megs of ram.. My monitor is a gateway ev 500=20  horizontal sync range is 31-69 kHz vetical is = 50-100....
i can get x to start but the display is = just nasty=20 its either 1 all grey and no pics or the display pixels are so huge = and=20 unclear you cant see anything at all...
for the vid card selection i tried the = nvidia riva=20 tnt2(generic) also tried the Riva tnt 2 but either way cant get it to = work... I=20 did have it working the first time i ran fbsd but then i messed = something up=20 severly and i ended up formating and starting all over again (what can i = say=20 Damn Newbies) and yes i have read over the handbook and even the = complete fbsd=20 book... but no matter what i cant get it to work.. 1 more thing the one = time i=20 did get X to work... when runnin xf86config my vid card was # 362 which = now is=20 466 how that happen i will never no but thats one of those lovely things = about=20 computers i guess..
 
someone please help = me!!!!!!!!!
 
if you need more info just let me = no!!!!! like i=20 said before im just a newbie trying to escape from microsoft :)=20
------=_NextPart_000_011C_01C14F97.ACB45540-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 22:41:43 2001 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 9B5D437B406 for ; Sun, 7 Oct 2001 22:41:35 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id f985fSP60487 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO) for ; Mon, 8 Oct 2001 11:41:29 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id f985fST15836 for questions@FreeBSD.ORG; Mon, 8 Oct 2001 11:41:28 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id f985dr800811 for ; Mon, 8 Oct 2001 11:39:53 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Date: Mon, 8 Oct 2001 11:39:53 +0600 (YEKST) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: questions@FreeBSD.ORG Subject: memory based disk Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sirs, tell me please how to, create, memory based disk of 200Mb. for an unknown reason I was not able to do that with "md". System hangs every time when I put more than 20Mb on the such disk. Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 22:41:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 9CB9637B407 for ; Sun, 7 Oct 2001 22:41:35 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id f985fOP60483 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Mon, 8 Oct 2001 11:41:26 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id f985fOa15835; Mon, 8 Oct 2001 11:41:24 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id f985bp800806; Mon, 8 Oct 2001 11:37:51 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Date: Mon, 8 Oct 2001 11:37:51 +0600 (YEKST) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: Mike Meyer Cc: questions@freebsd.org Subject: Re: md's oddity In-Reply-To: <15297.7115.222923.347451@guru.mired.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Salut, Mike Meyer ! On Sun, 7 Oct 2001, Mike Meyer wrote: > Ilia E. Chipitsine types: > > Salut, Mike Meyer ! > > On Sun, 7 Oct 2001, Mike Meyer wrote: > > > Ilia Chipitsine types: > > > Check the md man page. It notes that md disks are "severely limited in > > so, why does it hang ? > > Because it's buggy. You should be getting an ENOSPC error. I'm not getting any error. "cp" process is in "MD sec" state. system is hanging. that's it. well, problem is very and very simple. I need just memory disk. 150, 200Mb. no matter what. > > > and why 20Mb limit is so magic ? > > Because that's the bucket size that the VM system decides is write for > your hardware configuration. Today I did put 40Mb on it. It was different computer, 256Mb of RAM. After that it hung. The same behaviour. > > > > size". To get overcome those limits, you'll have to either use mfs, or > > > a pre-loaded md disk. > > it is said that md is to replace mfs, isn't it ? > > Yes. It's also going to replace vn. It's a new version that combines > the functionality of all three of them. I don't know what, if any, > limits it has if you want the disk to not be able to be paged out. CURRENT branch ? or STABLE ? > > -- > Mike Meyer http://www.mired.org/home/mwm/ > Q: How do you make the gods laugh? A: Tell them your plans. > Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 22:43: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from gatekeeper.ph.inter.net (team.ph.inter.net [203.176.75.3]) by hub.freebsd.org (Postfix) with ESMTP id CD43B37B406 for ; Sun, 7 Oct 2001 22:43:03 -0700 (PDT) Received: from portalone (unknown [192.168.88.228]) by gatekeeper.ph.inter.net (Postfix) with SMTP id AA13643D4F for ; Mon, 8 Oct 2001 13:43:02 +0800 (PHT) Message-ID: <03eb01c14fbc$6fcaeb60$e458a8c0@ph.inter.net> From: "louie miranda" To: References: <00cf01c14fb5$b3b457a0$6600000a@columbia> Subject: ppp script -- howto dialup on a freebsd console.. Date: Mon, 8 Oct 2001 13:45:29 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, do u guys happen to have any examples of a ppp script that can dial out over a telephone line? ty. louie miranda (axishift.ath.cx) ------------------------------------------ Security Is A Series Of Well-Defined Steps chmod -R 0 / ; and smile :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 22:44:57 2001 Delivered-To: freebsd-questions@freebsd.org Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by hub.freebsd.org (Postfix) with ESMTP id 1694737B406 for ; Sun, 7 Oct 2001 22:44:54 -0700 (PDT) Received: from localhost (andrsn@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.9.3/8.9.1) with ESMTP id WAA01584 for ; Sun, 7 Oct 2001 22:44:05 -0700 (PDT) Date: Sun, 7 Oct 2001 22:44:04 -0700 (PDT) From: Annelise Anderson To: freebsd-questions@freebsd.org Subject: dirprefs Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dirprefs seems to be the greatest thing since sliced bread; I've updated a 4.4-RELEASE installation to October 7 -stable. How do I newfs the file systems and "restore" to get the benefits of dirprefs? Or tar? Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: mall.daemonnews.org and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 22:45:22 2001 Delivered-To: freebsd-questions@freebsd.org Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id 78F4237B407 for ; Sun, 7 Oct 2001 22:45:20 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id C58B72B716; Mon, 8 Oct 2001 07:45:12 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id 714D7B7; Mon, 8 Oct 2001 15:45:08 +1000 (EST) Date: Mon, 8 Oct 2001 15:45:08 +1000 From: Edwin Groothuis To: Brock Kreiser Cc: freebsd-questions@freebsd.org Subject: Re: need help with Xwindows Message-ID: <20011008154508.E498@k7.mavetju.org> Mail-Followup-To: Edwin Groothuis , Brock Kreiser , freebsd-questions@freebsd.org References: <011f01c14fb9$376ba4b0$0500a8c0@brockspc> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <011f01c14fb9$376ba4b0$0500a8c0@brockspc>; from root63@earthlink.net on Mon, Oct 08, 2001 at 01:22:19AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 08, 2001 at 01:22:19AM -0400, Brock Kreiser wrote: > Ok let first state that i am a total newbie to fbsd!!! and also im lovin it except for X.... I no i gotta be doing something wrong someware but cant figure it out.... I'm running 4.4R and vs.3.3.6 of X (Gnome with Enlightment}i got fbsd runnin on a amd 700 with 128megs of ram my vid card is a Nivida riva TNT2 with 32megs of ram.. My monitor is a gateway ev 500 horizontal sync range is 31-69 kHz vetical is 50-100.... > i can get x to start but the display is just nasty its either 1 all grey and no pics or the display pixels are so huge and unclear you cant see anything at all... Install XFree86-4.10 from the ports collection, that's how I got my TNT2 working. Run the console configuration script and then it works like a charm. Edwin -- Edwin Groothuis | Personal website: http://www.MavEtJu.org edwin@mavetju.org | Interested in MUDs? Visit Fatal Dimensions: ------------------+ http://www.FatalDimensions.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 22:49:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from jordan.llnl.gov (jordan.llnl.gov [128.115.36.14]) by hub.freebsd.org (Postfix) with ESMTP id 91D1B37B405 for ; Sun, 7 Oct 2001 22:49:40 -0700 (PDT) Received: (from wea@localhost) by jordan.llnl.gov (8.11.6/8.11.4) id f985neG00422; Sun, 7 Oct 2001 22:49:40 -0700 (PDT) Date: Sun, 7 Oct 2001 22:49:40 -0700 (PDT) From: Ed Alley Message-Id: <200110080549.f985neG00422@jordan.llnl.gov> To: lahaye@users.sourceforge.net Subject: Re: FreeBSD breaks my CD-Rom drive ?!? Cc: freebsd-questions@freebsd.org Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG R. Lahaye wrote: > Can I break the CD-Rom setup for ever, by making a mistake in > the configuration file of the kernel? I have never heard of breaking a CDROM that way. However, irq conflicts can sometimes be harmful to chips on the motherboard. > Is somthing broken inside the CD-rom drive or on the motherboard; If you didn't touch any hardware when you went from Linux to FreeBSD then its unlikely that the hardware is broken. (However, I have heard of screwing up disk drives with bad seeks, or messing up chips on the motherboard with conflicting irqs.) I don't remember where I read it, but when you have irq conflicts, as you did before you took out your soundcard, you can sometimes damage the chips on your motherboard. I hope that this didn't happen. > or is FreeBSD doing stupid things? Surly Not stupid things. :) > Ed Alley wrote: > > Question: Can you mount a CD9660 filesystem on the CDROM drive? > No. All I get is a CD-Rom driver that keeps making funny noises: > tag-tag.......tag-tag.......tag-tag, as soon as I put a CD in the > driver; It sounds like it's trying to probe the CD. > The console says, every now and then, when a timeout has been > reached: > acd0: PREVENT_ALLOW command timeout - resetting > ata1: resetting devices .. ata1-master: timeout waiting for command=ef ... > > ata1-master: timeout waiting to give command=a0 s=80 e=20 > acd0: failure to send ATAPI packet command > acd0: failure to execute ATAPI packet command It sounds like the drive is not communicating with the controller properly. I'm puzzled by this unless you changed around some hardware connections when you changed the OS from Linux to FreeBSD. I noticed that you said that this problem occurs on two PCs. So, did you move the CDROM from one PC to the other? If you have changed the hardware around, then some things to check: 1) Make sure that the jumper on the CDROM corresponds to master, since you are running it on the ata1 controller as a master. Not Cable select, Alternate Capacity, or any other fancy jumper setting. (I noticed on my old Seagate drive that the Master setting is called: Single drive). 2) Use the end-plug on the ribbon cable to connect to the CDROM rather than the middle plug. Sometimes you get termination problems connecting a single device to the middle plug. 3) If the above two items don't help, then change the ribbon cable. 4) Make sure that all plugs are in tightly and that no pins or prongs are bent or broken. > Maybe a useful detail comparing the mount of the cdrom and the floppy > (when both are empty; no disk/cdrom inside): > # mount -t cd9660 /dev/acd0a /mnt > cd9660: /dev/acd0a: Device busy > # mount -t msdos /dev/fd0 /mnt > msdos: /dev/fd0: Input/output error > Is that normal? Yes, I get the same responses under those conditions. Some final questions/comments: I noticed that you cut your own kernel; so what are the entries in the configure file concerning the ata/atapi stuff? The relevant entries that work for me are: -------------------------------- options FFS # Berkeley Fast Filesystem options FFS_ROOT # FFS usable as root device [keep this!] options CD9660 # ISO 9660 Filesystem options CD9660_ROOT # CD-ROM usable as root, CD9660 required options MSDOSFS # MSDOS Filesystem # ATA and ATAPI devices device ata0 at isa? port IO_WD1 irq 14 device ata1 at isa? port IO_WD2 irq 15 device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives options ATA_STATIC_ID # Static device numbering # Audio new pcm driver device pcm # Bridge driver for non-PnP isa Soundblaster card device sbc0 at isa? port 0x220 irq 5 drq 1 flags 0x17 -------------------------------- The last two entries are for my non-PnP isa Soundblaster card. If your ESS card is non-PnP, then you need the above entries also (except that the port, irq, drq and flags are no doubt different). One thing you could try, to determine whether you have damaged hardware, is to re-install Linux on one of your PCs and test out your CDROM on that OS again. If it works under Linux again, then there is something wrong with the FreeBSD installation. I've sort of run out of ideas here. You might try appealing to someone else on this mailing list for some other ideas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 22:59:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-11.mail.nl.demon.net [194.159.73.21]) by hub.freebsd.org (Postfix) with ESMTP id 0743237B406 for ; Sun, 7 Oct 2001 22:59:13 -0700 (PDT) Received: from [212.238.77.116] (helo=buffy.raggedclown.net) by post.mail.nl.demon.net with esmtp (Exim 3.22 #1) id 15qTRX-000IpQ-00; Mon, 08 Oct 2001 05:59:11 +0000 Received: by tanya.raggedclown.net (Ragged Clown Mailhost, from userid 500) id 979E5104E; Mon, 8 Oct 2001 07:05:53 +0200 (CEST) Date: Mon, 8 Oct 2001 07:05:53 +0200 From: Cliff Sarginson To: Charles Burns Cc: questions@freebsd.org Subject: Re: Color BASH prompt question Message-ID: <20011008070553.A1267@raggedclown.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.16i In-Reply-To: ; from burnscharlesn@hotmail.com on Sun, Oct 07, 2001 at 06:48:28PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Oct 07, 2001 at 06:48:28PM -0700, Charles Burns wrote: > When using ANSI color codes to color the BASh prompt ("^[[1;37m", for > example), BASh seems to think that the codes are actual displayed characters Go to the linuxdoc site and find the HOWTO's. There is one called "The bash prompt howto" written by someone who had a lot of time on their hands I guess .. :) -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 23:19:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe64.pav1.hotmail.com [64.4.30.199]) by hub.freebsd.org (Postfix) with ESMTP id EA15637B403 for ; Sun, 7 Oct 2001 23:19:41 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sun, 7 Oct 2001 23:19:41 -0700 X-Originating-IP: [63.100.88.16] From: "Gerardo Enrique Paredes" To: "Brock Kreiser" , References: <001001c14fbc$485fac00$0500a8c0@brockspc> <001a01c14fbc$66860670$0500a8c0@brockspc> Subject: Re: HElp with X windows Date: Mon, 8 Oct 2001 00:37:06 -0600 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0093_01C14F91.5B848BF0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6700 Disposition-Notification-To: "Gerardo Enrique Paredes" X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Message-ID: X-OriginalArrivalTime: 08 Oct 2001 06:19:41.0218 (UTC) FILETIME=[36F1C020:01C14FC1] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0093_01C14F91.5B848BF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable You should direct your questions to freebsd-questions@freebsd.org, one = more thing. FreeBSD Rocks!!!!! ----- Original Message -----=20 From: Brock Kreiser=20 To: Brock Kreiser ; freebsd-newbies@freebsd.org=20 Sent: Sunday, October 07, 2001 11:45 PM Subject: Re: HElp with X windows ----- Original Message -----=20 From: Brock Kreiser=20 To: freebsd-newbies@freebsd.org=20 Sent: Monday, October 08, 2001 1:44 AM Hey all, =20 Ok let first state that i am a total newbie to fbsd!!! and also = im lovin it except for X.... I no i gotta be doing something wrong = someware but cant figure it out.... I'm running 4.4R and vs.3.3.6 of X = (Gnome with Enlightment}i got fbsd runnin on a amd 700 with 128megs of = ram my vid card is a Nivida riva TNT2 with 32megs of ram.. My monitor is = a gateway ev 500 horizontal sync range is 31-69 kHz vetical is = 50-100.... i can get x to start but the display is just nasty its either 1 all = grey and no pics or the display pixels are so huge and unclear you cant = see anything at all... for the vid card selection i tried the nvidia riva tnt2(generic) = also tried the Riva tnt 2 but either way cant get it to work... I did = have it working the first time i ran fbsd but then i messed something up = severly and i ended up formating and starting all over again (what can i = say Damn Newbies) and yes i have read over the handbook and even the = complete fbsd book... but no matter what i cant get it to work.. 1 more = thing the one time i did get X to work... when runnin xf86config my vid = card was # 362 which now is 466 how that happen i will never no but = thats one of those lovely things about computers i guess..=20 =20 someone please help me!!!!!!!!! =20 if you need more info just let me no!!!!! like i said before im just = a newbie trying to escape from microsoft :)=20 ------=_NextPart_000_0093_01C14F91.5B848BF0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
You should direct your questions to freebsd-questions@freebsd.o= rg,=20 one more thing. FreeBSD Rocks!!!!!
----- Original Message -----
From:=20 Brock=20 Kreiser
To: Brock Kreiser ; freebsd-newbies@freebsd.org =
Sent: Sunday, October 07, 2001 = 11:45=20 PM
Subject: Re: HElp with X = windows

 
----- Original Message -----
From:=20 Brock=20 Kreiser
To: freebsd-newbies@freebsd.org =
Sent: Monday, October 08, = 2001 1:44=20 AM

Hey all,
 
    Ok let first = state that i am=20 a total newbie to fbsd!!! and also im lovin it except for X.... I no = i gotta=20 be doing something wrong someware but cant figure it out.... I'm = running=20 4.4R and vs.3.3.6 of X (Gnome with Enlightment}i got = fbsd=20 runnin on a amd 700 with 128megs of ram my vid card is a Nivida = riva=20 TNT2 with 32megs of ram.. My monitor is a gateway ev = 500=20  horizontal sync range is 31-69 kHz vetical is = 50-100....
i can get x to start but the = display is just=20 nasty its either 1 all grey and no pics or the display = pixels are so=20 huge and unclear you cant see anything at all...
for the vid card selection i tried = the nvidia=20 riva tnt2(generic) also tried the Riva tnt 2 but either way cant get = it to=20 work... I did have it working the first time i ran fbsd but then i = messed=20 something up severly and i ended up formating and starting all over = again=20 (what can i say Damn Newbies) and yes i have read over the handbook = and even=20 the complete fbsd book... but no matter what i cant get it to work.. = 1 more=20 thing the one time i did get X to work... when runnin xf86config my = vid card=20 was # 362 which now is 466 how that happen i will never no but thats = one of=20 those lovely things about computers i guess..
 
someone please help = me!!!!!!!!!
 
if you need more info just let me = no!!!!! like=20 i said before im just a newbie trying to escape from microsoft :)=20
------=_NextPart_000_0093_01C14F91.5B848BF0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 23:23:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom01.kundenserver.de (moutvdom01.kundenserver.de [195.20.224.200]) by hub.freebsd.org (Postfix) with ESMTP id 79ACE37B401 for ; Sun, 7 Oct 2001 23:23:44 -0700 (PDT) Received: from [195.20.224.204] (helo=mrvdom00.schlund.de) by moutvdom01.kundenserver.de with esmtp (Exim 2.12 #2) id 15qTpF-00030W-00; Mon, 8 Oct 2001 08:23:41 +0200 Received: from pd90172d8.dip.t-dialin.net ([217.1.114.216]) by mrvdom00.schlund.de with esmtp (Exim 2.12 #2) id 15qTpE-00080d-00; Mon, 8 Oct 2001 08:23:40 +0200 Date: Mon, 8 Oct 2001 06:22:58 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: Brock Kreiser Cc: Subject: Re: need help with Xwindows In-Reply-To: <011f01c14fb9$376ba4b0$0500a8c0@brockspc> Message-ID: <20011008061442.V1481-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, 1) these are typical newbie experiences 2) there is a graphical configuration-tool for X: # XF86Config try it. 3) start with a very simple configuration (SVGA or even VGA16), it will not be brillant, but one can see at least something. 4) For fine-tuning search www.google.com Regards Uli. On Mon, 8 Oct 2001, Brock Kreiser wrote: > Hey all, > > Ok let first state that i am a total newbie to > fbsd!!! and also im lovin it except for X.... I no i > gotta be doing something wrong someware but cant figure > it out.... I'm running 4.4R and vs.3.3.6 of X (Gnome > with Enlightment}i got fbsd runnin on a amd 700 with > 128megs of ram my vid card is a Nivida riva TNT2 with > 32megs of ram.. My monitor is a gateway ev 500 > horizontal sync range is 31-69 kHz vetical is 50-100.... > i can get x to start but the display is just nasty its > either 1 all grey and no pics or the display pixels are > so huge and unclear you cant see anything at all... for > the vid card selection i tried the nvidia riva > tnt2(generic) also tried the Riva tnt 2 but either way > cant get it to work... I did have it working the first > time i ran fbsd but then i messed something up severly > and i ended up formating and starting all over again > (what can i say Damn Newbies) and yes i have read over > the handbook and even the complete fbsd book... but no > matter what i cant get it to work.. 1 more thing the one > time i did get X to work... when runnin xf86config my > vid card was # 362 which now is 466 how that happen i > will never no but thats one of those lovely things about > computers i guess.. > > someone please help me!!!!!!!!! > > if you need more info just let me no!!!!! like i said > before im just a newbie trying to escape from microsoft > :) > ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 23:32: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from moutvdom00.kundenserver.de (moutvdom00.kundenserver.de [195.20.224.149]) by hub.freebsd.org (Postfix) with ESMTP id 6EAC237B407 for ; Sun, 7 Oct 2001 23:32:06 -0700 (PDT) Received: from [195.20.224.208] (helo=mrvdom01.schlund.de) by moutvdom00.kundenserver.de with esmtp (Exim 2.12 #2) id 15qTxI-00031A-00; Mon, 8 Oct 2001 08:32:00 +0200 Received: from pd90172d8.dip.t-dialin.net ([217.1.114.216]) by mrvdom01.schlund.de with esmtp (Exim 2.12 #2) id 15qTxI-0002t7-00; Mon, 8 Oct 2001 08:32:00 +0200 Date: Mon, 8 Oct 2001 06:31:18 +0000 (GMT) From: "P. U. (Uli) Kruppa" X-X-Sender: To: louie miranda Cc: Subject: Re: ppp script -- howto dialup on a freebsd console.. In-Reply-To: <03eb01c14fbc$6fcaeb60$e458a8c0@ph.inter.net> Message-ID: <20011008062625.F1481-100000@big> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 8 Oct 2001, louie miranda wrote: > Hi, do u guys happen to have any examples of a ppp script that can dial out > over a telephone line? Have a look at # man ppp You will find a description, how to establish a ppp-connection "interactively". This will help you to test and find the right configuration for your modem and your ISP. Then you can type your setup into ppp.conf . Uli. ************************************ * P. U. Kruppa - Wuppertal * * Germany * * www.pukruppa.de www.2000d.de * ************************************ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Sun Oct 7 23:42:48 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-227.dsl.lsan03.pacbell.net [64.165.226.227]) by hub.freebsd.org (Postfix) with ESMTP id D5A9937B409 for ; Sun, 7 Oct 2001 23:42:44 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 4843966B0D; Sun, 7 Oct 2001 23:42:44 -0700 (PDT) Date: Sun, 7 Oct 2001 23:42:44 -0700 From: Kris Kennaway To: Annelise Anderson Cc: freebsd-questions@FreeBSD.ORG Subject: Re: dirprefs Message-ID: <20011007234243.A22275@xor.obsecurity.org> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="82I3+IH0IqGh5yIs" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from andrsn@andrsn.stanford.edu on Sun, Oct 07, 2001 at 10:44:04PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --82I3+IH0IqGh5yIs Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 07, 2001 at 10:44:04PM -0700, Annelise Anderson wrote: > dirprefs seems to be the greatest thing since sliced bread; I've > updated a 4.4-RELEASE installation to October 7 -stable.=20 >=20 > How do I newfs the file systems and "restore" to get the benefits > of dirprefs? Or tar? You might like to review the fairly complete discussion on -stable about a week ago. Basically, it's on by default and any new directories you create on the FS will have the improved layout policy, but to get maximum benefit you should newfs and restore (tar, cpio, restore, whatever) your previous filesystem so the entire thing gets laid out better. Kris --82I3+IH0IqGh5yIs Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7wUrjWry0BWjoQKURAkz3AKD5Un3h7Xd7tFFF+ES+6SaHJIbFMACdHKu0 0ndCdQSUZvy/GcmlVDH58ho= =6oPR -----END PGP SIGNATURE----- --82I3+IH0IqGh5yIs-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 0: 5:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ittc.co.za (rdg-dial-196-2-33-210.mweb.co.za [196.2.33.210]) by hub.freebsd.org (Postfix) with ESMTP id AF8DE37B401 for ; Mon, 8 Oct 2001 00:04:58 -0700 (PDT) Received: from rikus [66.8.57.29] by ittc.co.za [196.2.33.210] with SMTP (MDaemon.PRO.v4.0.5.R) for ; Mon, 08 Oct 2001 08:52:29 +0200 Message-ID: <000d01c14fc7$8e080120$0100a8c0@rikus> From: "Rikus Botes" To: Subject: Freebsd Training Date: Mon, 8 Oct 2001 09:05:03 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000A_01C14FD8.512760F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MDRemoteIP: 66.8.57.29 X-Return-Path: rikus@ittc.co.za X-MDaemon-Deliver-To: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000A_01C14FD8.512760F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi I would like to know we are a training center and would like to train = students to use and administrate the BSD operating system we develop our own Cbt course ware and would also like to develop BSD = training=20 We currently run 3 FreeBSD Servers Regards Rikus Botes Information Technology Training Corporation Tel : +27 12 663 8866 Fax :+27 12 663 9977 Web: http://www.ittc.co.za ------=_NextPart_000_000A_01C14FD8.512760F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi I would like to know we are a = training center=20 and would like to train students to use and administrate the BSD = operating=20 system
we develop our own Cbt course ware and = would also=20 like to develop BSD training
 
We currently run 3 FreeBSD = Servers
 
Regards
Rikus Botes
Information Technology Training=20 Corporation
Tel : +27 12 663 8866
Fax :+27 12 663 9977
Web: http://www.ittc.co.za
 
------=_NextPart_000_000A_01C14FD8.512760F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 0:20:19 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.dambiec.com (CPE-61-9-149-42.vic.bigpond.net.au [61.9.149.42]) by hub.freebsd.org (Postfix) with ESMTP id C992137B403 for ; Mon, 8 Oct 2001 00:20:10 -0700 (PDT) Received: from [10.0.1.3] (unknown [10.0.1.3]) by mail.dambiec.com (Postfix) with ESMTP id A3AC13C49; Thu, 4 Oct 2001 03:39:32 +0000 (UTC) Subject: Re: ADSL INTERNET GATEWAY PROBLEM From: Karun Dambiec To: eddy Smith Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.13 (Preview Release) Date: 04 Oct 2001 15:38:31 +1000 Message-Id: <1002173928.3712.14.camel@karun.lan> Mime-Version: 1.0 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Are you running ppp as ppp -ddial connectionname? Karun On Wed, 2001-10-03 at 07:06, eddy Smith wrote: > Hi all, > > I have recently decided to switch to FreeBSD for my Internet gateway. (I was using Linux) And so far I'm pretty happy with it. > I'm using Version 4.4. I have managed it to get the box dialing out and connect to my provider. Once is connected I can browse the internet from any my other clients within my LAN. Just exactly what I wanted to get working. > However the dial out has to happen manually which I don't think is good. My actual question is how do I get the box to connect during boot time and once is connected isn't there anything that would get the box reconnected in case of a connection lose for some reason. I'm absolutely desperate and appreciate any kind of help that would help me to get this fixed. > > See my rc.config and ppp.conf below > > Regards, > Eddy > > Please reply to erdincb@web.de > > # -- sysinstall generated deltas -- # Mon Oct 1 19:21:03 2001 > # Created: Mon Oct 1 19:21:03 2001 > # Enable network daemons for user convenience. > # Please make all changes to this file, not to /etc/defaults/rc.conf. > # This file now contains just the overrides from /etc/defaults/rc.conf. > gateway_enable="YES" > hostname="firewall.homeip.net" > ifconfig_fxp0="inet 192.168.10.1 netmask 255.255.255.0" > kern_securelevel_enable="NO" > keymap="german.iso" > moused_enable="NO" > moused_type="NO" > #nfs_reserved_port_only="YES" > saver="blank" > sendmail_enable="NO" > sshd_enable="YES" > tcp_extensions="YES" > usbd_enable="NO" > firewall_enable="YES" > firwall_script="/etc/rc.firewall" > firewall_type="open" > firewall_quiet="NO" > firewall_logging_enable="YES" > natd enable="YES" > natd interface="tun0" > natd_flags="dynamic" > ppp_enable="YES" > ppp_mode="auto" > ppp_nat="YES" > ppp_profile="ddial" > tcp_restrict_rst="YES" > icmp_drop_redirect="YES" > > PPP.CONF > default: > set device PPPoE:fxp1 > set mru 1492 > set mtu 1492 > set ctsrts off > set speed sync > accept lqr > disable deflate > disable pred1 > disable vjcomp > disable acfcomp > disable protocomp > enable dns > set log Phase LCP IPCP CCP Warning Error Alert > nat enable yes > nat same_port yes > nat use_sockets yes > set redial 15 28800 > set reconnect 15 28800 > set cd 60 > set ifaddr 10.0.1.1/0 10.0.1.2/0 255.255.255.255 0.0.0.0 > add default HISADDR > set login > set dial > set authname XXXXXXXX > set authkey XYZXYZXYZGet more from the Web. FREE MSN Explorer download : http://explorer.msn.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 0:21:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ns.sait.samsung.co.kr (ns.sait.samsung.co.kr [202.20.142.13]) by hub.freebsd.org (Postfix) with ESMTP id C60CD37B406 for ; Mon, 8 Oct 2001 00:21:42 -0700 (PDT) Received: from sunvale7 ([75.2.41.245]) by ns.sait.samsung.co.kr (v3smtp 8.11.6/8.11.2) with SMTP id f987EZq07971 for ; Mon, 8 Oct 2001 16:14:39 +0900 (KST) Message-ID: <001101c14fca$262c9a90$f529024b@sunvale7> From: "Youngsoo Kim" To: Subject: Date: Mon, 8 Oct 2001 16:23:34 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C15015.9381B0D0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C15015.9381B0D0 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 c3Vic2NyaWJlIGZyZWVic2QtY29uZmlnIHN1bnZhbGVAc2FpdC5zYW1zdW5nLmNvLmtyDQoNCg== ------=_NextPart_000_000E_01C15015.9381B0D0 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUgY29udGVu dD0idGV4dC9odG1sOyBjaGFyc2V0PWtzX2NfNTYwMS0xOTg3Ij4NCjxNRVRBIGNvbnRlbnQ9Ik1T SFRNTCA2LjAwLjI2MDAuMCIgbmFtZT1HRU5FUkFUT1I+DQo8U1RZTEU+PC9TVFlMRT4NCjwvSEVB RD4NCjxCT0RZIGJnQ29sb3I9I2ZmZmZmZj48Rk9OVCBzaXplPTI+c3Vic2NyaWJlIGZyZWVic2Qt Y29uZmlnIDxBIA0KaHJlZj0ibWFpbHRvOnN1bnZhbGVAc2FpdC5zYW1zdW5nLmNvLmtyIj5zdW52 YWxlQHNhaXQuc2Ftc3VuZy5jby5rcjwvQT48L0ZPTlQ+DQo8RElWPjxGT05UIHNpemU9Mj48L0ZP TlQ+Jm5ic3A7PC9ESVY+PC9CT0RZPjwvSFRNTD4NCg== ------=_NextPart_000_000E_01C15015.9381B0D0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 0:22:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from lima.epix.net (lima.epix.net [199.224.64.56]) by hub.freebsd.org (Postfix) with ESMTP id 2DD4D37B401 for ; Mon, 8 Oct 2001 00:22:22 -0700 (PDT) Received: from brockspc (svcr-adsl-216-37-223-34.epix.net [216.37.223.34]) by lima.epix.net (8.12.1/2001100501/PL) with SMTP id f987MKlc026741 for ; Mon, 8 Oct 2001 03:22:21 -0400 (EDT) Message-ID: <001101c14fc9$f0d22810$0500a8c0@brockspc> From: "Brock Kreiser" To: References: <011f01c14fb9$376ba4b0$0500a8c0@brockspc> Subject: Re: need help with Xwindows Date: Mon, 8 Oct 2001 03:22:03 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_000E_01C14FA8.664EE0F0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_000E_01C14FA8.664EE0F0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thx for the help guy's it is up and running like a dream!!!!!!!!!! ----- Original Message -----=20 From: Brock Kreiser=20 To: freebsd-questions@freebsd.org=20 Sent: Monday, October 08, 2001 1:22 AM Subject: need help with Xwindows Hey all, Ok let first state that i am a total newbie to fbsd!!! and also im = lovin it except for X.... I no i gotta be doing something wrong someware = but cant figure it out.... I'm running 4.4R and vs.3.3.6 of X (Gnome = with Enlightment}i got fbsd runnin on a amd 700 with 128megs of ram my = vid card is a Nivida riva TNT2 with 32megs of ram.. My monitor is a = gateway ev 500 horizontal sync range is 31-69 kHz vetical is 50-100.... i can get x to start but the display is just nasty its either 1 all = grey and no pics or the display pixels are so huge and unclear you cant = see anything at all... for the vid card selection i tried the nvidia riva tnt2(generic) also = tried the Riva tnt 2 but either way cant get it to work... I did have it = working the first time i ran fbsd but then i messed something up severly = and i ended up formating and starting all over again (what can i say = Damn Newbies) and yes i have read over the handbook and even the = complete fbsd book... but no matter what i cant get it to work.. 1 more = thing the one time i did get X to work... when runnin xf86config my vid = card was # 362 which now is 466 how that happen i will never no but = thats one of those lovely things about computers i guess..=20 someone please help me!!!!!!!!! if you need more info just let me no!!!!! like i said before im just a = newbie trying to escape from microsoft :)=20 ------=_NextPart_000_000E_01C14FA8.664EE0F0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Thx for the help guy's it is up and = running like a=20 dream!!!!!!!!!!
----- Original Message -----
From:=20 Brock=20 Kreiser
To: freebsd-questions@freebsd.o= rg=20
Sent: Monday, October 08, 2001 = 1:22=20 AM
Subject: need help with = Xwindows

Hey all,
 
    Ok let first state = that i am a=20 total newbie to fbsd!!! and also im lovin it except for X.... I no i = gotta be=20 doing something wrong someware but cant figure it out.... I'm running=20 4.4R and vs.3.3.6 of X (Gnome with Enlightment}i got = fbsd=20 runnin on a amd 700 with 128megs of ram my vid card is a Nivida = riva=20 TNT2 with 32megs of ram.. My monitor is a gateway ev = 500=20  horizontal sync range is 31-69 kHz vetical is = 50-100....
i can get x to start but the display = is just=20 nasty its either 1 all grey and no pics or the display pixels are = so huge=20 and unclear you cant see anything at all...
for the vid card selection i tried = the nvidia=20 riva tnt2(generic) also tried the Riva tnt 2 but either way cant get = it to=20 work... I did have it working the first time i ran fbsd but then i = messed=20 something up severly and i ended up formating and starting all over = again=20 (what can i say Damn Newbies) and yes i have read over the handbook = and even=20 the complete fbsd book... but no matter what i cant get it to work.. 1 = more=20 thing the one time i did get X to work... when runnin xf86config my = vid card=20 was # 362 which now is 466 how that happen i will never no but thats = one of=20 those lovely things about computers i guess..
 
someone please help = me!!!!!!!!!
 
if you need more info just let me = no!!!!! like i=20 said before im just a newbie trying to escape from microsoft :)=20
------=_NextPart_000_000E_01C14FA8.664EE0F0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 0:27: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from hotmail.com (oe70.law11.hotmail.com [64.4.16.205]) by hub.freebsd.org (Postfix) with ESMTP id 5092437B405 for ; Mon, 8 Oct 2001 00:26:58 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Mon, 8 Oct 2001 00:26:58 -0700 X-Originating-IP: [24.116.152.150] From: "Sivar" To: "Cliff Sarginson" , References: <20011008070553.A1267@raggedclown.net> Subject: Re: Color BASH prompt question Date: Mon, 8 Oct 2001 01:36:55 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: X-OriginalArrivalTime: 08 Oct 2001 07:26:58.0121 (UTC) FILETIME=[9D204390:01C14FCA] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Cliff Sarginson" To: "Charles Burns" Cc: Sent: Sunday, October 07, 2001 11:05 PM Subject: Re: Color BASH prompt question > On Sun, Oct 07, 2001 at 06:48:28PM -0700, Charles Burns wrote: > > When using ANSI color codes to color the BASh prompt ("^[[1;37m", for > > example), BASh seems to think that the codes are actual displayed characters > > Go to the linuxdoc site and find the HOWTO's. > There is one called "The bash prompt howto" > written by someone who had a lot of time on their > hands I guess .. :) Pheew. I didn't realize that one could write a 12 chapter + appendix document about BASH prompts. Many thanks on this one, it was just what I needed! (And then some) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 0:36: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kuku.excite.com (kuku-rwcmta.excite.com [198.3.99.63]) by hub.freebsd.org (Postfix) with ESMTP id 8837037B401 for ; Mon, 8 Oct 2001 00:35:59 -0700 (PDT) Received: from patti.excite.com ([199.172.148.159]) by kuku.excite.com (InterMail vM.4.01.02.39 201-229-119-122) with ESMTP id <20011008073559.TFJE25815.kuku.excite.com@patti.excite.com> for ; Mon, 8 Oct 2001 00:35:59 -0700 Message-ID: <4738661.1002526559234.JavaMail.imail@patti.excite.com> Date: Mon, 8 Oct 2001 00:35:59 -0700 (PDT) From: Matt Sykes To: freebsd-questions@freebsd.org Subject: kernel SMP timer bug persists Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Excite Inbox X-Sender-Ip: 66.3.230.250 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG kernel: 4.4-STABLE motherboard: P2L97-DS (dual PII 300MHZ) top and ps give 0.00% cpu usage for all processes. cvsupping didn't help. LINT config file says # Notes on APM # The flags takes the following meaning for apm0: # 0x0020 Statclock is broken. # If apm is omitted, some systems require sysctl -w kern.timecounter.method=1 # for correct timekeeping. but all combinations of setting apm on/off and setting timecounter.method on/off do not correct the problem (I reboot into single-user for sysctl then reboot again to be sure). Been talked about in google some, but no resolution from what I've seen. There is a patch mentioned, but I am hoping for something less ad hoc; why wouldn't the patch appear from cvsup? Please CC my email if you reply. Thanks. _______________________________________________________ Send a cool gift with your E-Card http://www.bluemountain.com/giftcenter/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 0:49:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from post.mail.nl.demon.net (post-10.mail.nl.demon.net [194.159.73.20]) by hub.freebsd.org (Postfix) with ESMTP id 04D2037B405 for ; Mon, 8 Oct 2001 00:49:10 -0700 (PDT) Received: from [195.11.243.26] (helo=Debug) by post.mail.nl.demon.net with smtp (Exim 3.22 #1) id 15qV9q-0003P8-00; Mon, 08 Oct 2001 07:49:02 +0000 To: "P. U. (Uli) Kruppa" , louie miranda , From: Cliff Sarginson Subject: Re: ppp script -- howto dialup on a freebsd console.. Date: Mon, 8 Oct 2001 07:49:02 GMT X-Mailer: www.webmail.nl.demon.net X-Sender: postmaster@btvs.demon.nl X-Originating-IP: 192.250.25.251 Message-Id: Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Mon, 8 Oct 2001, louie miranda wrote: > > > Hi, do u guys happen to have any examples of a ppp script that can dial out > > over a telephone line? > Have a look at > # man ppp > You will find a description, how to establish a > ppp-connection "interactively". > This will help you to test and find the right configuration > for your modem and your ISP. Then you can type your setup > into ppp.conf . > I believe there is FBSD document lurking somewhere called the Pedantic PPP Primer which leads you by the hand... -- Regards Cliff To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 1:11:46 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.clifftop.net (deepspace9.demon.co.uk [193.237.217.45]) by hub.freebsd.org (Postfix) with ESMTP id 7902937B405 for ; Mon, 8 Oct 2001 01:11:42 -0700 (PDT) Received: from sisko (sisko.clifftop.net [192.168.1.10]) (authenticated bits=0) by smtp.clifftop.net (8.12.0/8.12.0) with ESMTP id f988BI5c003012; Mon, 8 Oct 2001 09:11:18 +0100 (BST) Message-ID: <005601c14fd0$d7b2dda0$0a01a8c0@clifftop.net> From: "Danny Horne" To: "BSD Freak" , "FreeBSD Questions" References: Subject: Re: Authenticated SMTP for roaming users Date: Mon, 8 Oct 2001 09:11:31 +0100 Organization: Clifftop Web Services 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "BSD Freak" To: "FreeBSD Questions" Sent: Monday, October 08, 2001 12:12 AM Subject: Authenticated SMTP for roaming users > Hi everyone, > > Has anyone been able to setup FreeBSD with sendmail relaying mail for > users who authenticate to the box. > > I have romaing users, that dial up to a varity of ISPs and I have the > problem of having to change their outgoing mail setting depending on > where they are going to be. > > I certianly do not not desire (or think it would be responsible) to open > up my SMTP server to the world. > Have you looked at http://www.sendmail.org/~ca/email/auth.html I have a couple of roaming users & it works fine for me (running Sendmail 8.12.0 on FreeBSD 4.4). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 1:17:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mip.co.za (puck.mip.co.za [209.212.106.44]) by hub.freebsd.org (Postfix) with ESMTP id 5040E37B403 for ; Mon, 8 Oct 2001 01:17:01 -0700 (PDT) Received: from patrick (patrick.mip.co.za [10.3.13.181]) by mip.co.za (8.9.3/8.9.3) with SMTP id KAA47750; Mon, 8 Oct 2001 10:16:44 +0200 (SAST) (envelope-from patrick@mip.co.za) From: "Patrick O'Reilly" To: "Scott Gerhardt" Cc: Subject: RE: New Install Questions Date: Mon, 8 Oct 2001 10:19:54 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 In-Reply-To: <15294.35635.124287.741206@guru.mired.org> Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Scott > 2.) This is highly subjective, but what are some generally accepted > partitioning schemes for a general purpose Web and Mail server? I'm > mostly concerned with the sizing of /var and I would like to keep > the variable data on it's own partition. I have 18GB to slice to > start, and the bulk of the data will be databases, html-docs, mail > and logs. > > It's hard to state sizing information without knowing how big you > expect the logs to be. In general, FreeBSD file systems are enough > more robust than Linux file systems that you don't really need lots of > partitions. If there isn't any user data on the server, I just use a / > and /var, then put the web tree on /var as well. That way, you can > mount / read-only. If you have users logging in and mucking with data, > make it /, /home and /var. I'm not going to argue with Mike who has far more experience than I do, but here is an alternative which was discussed just last week on the list: > Greg Lehey's fine book suggests symlink-ing /var, as suggested > also by Zach. > > The last 10 or 15 boxes I have set up have no /var partition, > just / (128M), swap (xxxM), and /usr (the rest of the first > disk). Immediately after installation I do this: > > # mkdir /usr/var > # cd /var > # tar cf - . | (cd /usr/var; tar xf -) > # ls -al /usr/var # Just to be sure it happened! > # cd / > # rm -rf /var > # ln -s /usr/var /var > > I do the same with /tmp, then: > # shutdown -r now > so that the box can come up clean with the new /var . > > This procedure has NEVER given me trouble, and it saves worrying > about a small /var partition. > > Thanks to Greg's instructions :) I guess the two options are much of a muchness! I *feel* more comfortable with Greg's option because there is so much more installed on /usr. And the / partition can be very small. I use 128M for /, but have never seen the actual utilization exceed 60M when using this scheme. I prefer the idea of having fewer files linked via a symlink. But, as I said, Mike and Greg are both far more experienced than me - so either scheme is probably equally good. Patrick. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 1:17:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from delphia.net (pa-scranton2b-32.sctnpa.adelphia.net [24.49.73.32]) by hub.freebsd.org (Postfix) with ESMTP id 5765A37B405 for ; Mon, 8 Oct 2001 01:17:19 -0700 (PDT) Received: (from root@localhost) by Mon, 8 Oct 2001 04:17:07 -0400 (EDT)delphia.net (8.11.3/8.11.3) id f988H7U00373; Mon, 8 Oct 2001 04:17:07 -0400 (EDT) (envelope-from root) Date: Mon, 8 Oct 2001 04:17:07 -0400 (EDT) From: Charlie Root Message-Id: <200110080817.f988H7U00373@Mon, 8 Oct 2001 04:17:07 -0400 (EDT)delphia.net> To: questions@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-URL: file://localhost/usr/share/doc/handbook/index.html X-Mailer: Lynx, Version 2.8.3rel.1 Subject: file://localhost/usr/share/doc/handbook/index.html Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG v To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 1:22:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 7991F37B401 for ; Mon, 8 Oct 2001 01:22:49 -0700 (PDT) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f988Me690653; Mon, 8 Oct 2001 01:22:41 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Salvo Bartolotta" , "P. U. (Uli) Kruppa" Cc: Subject: RE: Use of the UNIX Trademark Date: Mon, 8 Oct 2001 01:22:39 -0700 Message-ID: <000001c14fd2$64ef10c0$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: <1002388927.3bbf3dbf4db45@webmail.neomedia.it> X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >-----Original Message----- >From: Salvo Bartolotta [mailto:bartequi@neomedia.it] >Sent: Saturday, October 06, 2001 10:22 AM >To: P. U. (Uli) Kruppa >Cc: Ted Mittelstaedt; freebsd-questions@FreeBSD.ORG >Subject: RE: Use of the UNIX Trademark > > >[ This is WAY OT for -questions. My apologies. I usually refrain. :-) ] > Actually, no it isn't. Despite what some would like to believe, FreeBSD is comprised of the community of users, not only the core. Marketing and positioning of the FreeBSD "brand" is a legitimate topic of consideration of the general user community. BSDI/Walnut Creek once upon a time did have a moral claim on a lot of this - but they gave that up when they sold out to WindRiver, and WindRiver appears totally uninterested in the FreeBSD branding issues. Whether we want to make an issue of this UNIX naming business is as much our problem to consider as it is the core's problem. > > >Try and imagine how far the world could have gone if such rules as those for >trademarks had applied to scientific research. In particular, suppose each >and every researcher had had to pay $MONEY in order to be allowed to utilize >eg Galileo's ideas, Newton's laws, Maxwell's equations[*], etc. > This isn't fair. We (meaning the UNIX community, collectively) voluntarily chose to use the word UNIX, knowing full well that it was trademarked by AT&T. (Trademarking the term UNIX was one of the first things that AT&T's lawyers concerned themselves with about the operating system) While it's a crying shame that TOG is totally uninterested in the success of the UNIX paradigm against the Windows paradigm and isn't willing to allow the term UNIX to be spread around, we frankly can't complain about it - our brethern in the Linux community didn't seem to have a problem coining the term "Linux" to refer to their OS. Every industry has this problem. Xerox pulled back the term "Xerox" and everyone shifted to use of the term "photocopy", Kleenex turned into "bathroom tissue" and so forth. We already have a perfectly good generic UNIX term - "BSD" that we ought to be using anyway. What trademarking protects is the marketing and advertising efforts. After all, how fair would it be for a company to manufacture a tennis shoe, slap the name "Nike" on it, and then do no marketing and advertising of their own and be able to suck off all the money that Nike spends marketing their shoes. Consider also that this works both ways too. For example, Sun cannot use the term "Linux" to refer to their Solaris operating system, and thus cannot benefit by the grass-roots advertising and marketing done to promote Linux. How would you like it if IBM decided to label one of their AIX UNIX releases "The FreeBSD revision of AIX" and thus start confusing all the newbies that are just getting into using FreeBSD? And as far as Maxwell's equations are concerned, that's patent law, not trademarking, and yes it's a big problem these days as willy-nilly patenting is creating a problem for scientific researchers. Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 2: 1:18 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.gbch.net (gw.gbch.net [203.24.22.66]) by hub.freebsd.org (Postfix) with SMTP id 6FF6337B401 for ; Mon, 8 Oct 2001 02:01:15 -0700 (PDT) Received: (qmail 81336 invoked by uid 1001); 8 Oct 2001 19:01:13 +1000 Message-ID: X-Posted-By: GJB-Post 2.21 16-Jun-2001 X-Operating-System: FreeBSD 4.2-RELEASE i386 X-Location: Brisbane, Australia; 27.49841S 152.98439E X-URL: http://www.gbch.net/gjb.html X-Image-URL: http://www.gbch.net/gjb/gjb-auug048.gif X-GPG-Fingerprint: EBB2 2A92 A79D 1533 AC00 3C46 5D83 B6FB 4B04 B7D6 X-PGP-Public-Keys: http://www.gbch.net/keys.html Date: Mon, 08 Oct 2001 19:01:12 +1000 From: Greg Black Mail-Followup-To: gjb@gbch.net, questions@freebsd.org To: questions@freebsd.org Subject: building gphoto-2.0beta2 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anybody successfully built gphoto-2.0beta2 on FreeBSD-4.2 (or equivalent)? If so, could you please share the magic that you used. Please Cc me, as I'm not on the list at present. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 2:20:26 2001 Delivered-To: freebsd-questions@freebsd.org Received: from router.darlow.co.uk (pc2-bigg2-0-cust101.lut.cable.ntl.com [213.107.35.101]) by hub.freebsd.org (Postfix) with ESMTP id CA2CC37B408 for ; Mon, 8 Oct 2001 02:20:21 -0700 (PDT) Received: from ideal.darlow.co.uk (IDENT:1000@ideal.darlow.co.uk [192.168.0.3]) by router.darlow.co.uk (8.11.6/8.11.6) with SMTP id f989KJD90848 for ; Mon, 8 Oct 2001 10:20:20 +0100 (BST) (envelope-from neil@darlow.co.uk) From: Neil Darlow Date: Mon, 08 Oct 2001 09:20:19 GMT Message-ID: <20011008.9201900@ideal.darlow.co.uk> Subject: How primitive is support for Zip-100 USB drive? To: freebsd-questions@freebsd.org X-Mailer: Mozilla/3.0 (compatible; StarOffice/5.2;Linux) X-Priority: 3 (Normal) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi All, Just updated to RELENG_4_4 and seen that support for the Iomega Zip-100 USB drive is described as primitive. How primitive is this support? I have been able to format a disk with UFS but unable to return these disks to MSDOS format. All attempts to newfs_msdos these disks are met with a read-only filesystem error. Is this a known limitation of the support i.e. is it a one-way trip to UFS land? Regards, Neil Darlow M.Sc. -- 1024D/531F9048 1999-09-11 Neil Darlow GPG fingerprint =3D 359D B8FF 6273 6C32 BEAA 43F9 E579 E24A 531F 9048 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 2:36:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.iinet.net.au (symphony-02.iinet.net.au [203.59.3.34]) by hub.freebsd.org (Postfix) with SMTP id 6B9FD37B403 for ; Mon, 8 Oct 2001 02:36:28 -0700 (PDT) Received: (qmail 18826 invoked by uid 666); 8 Oct 2001 09:36:31 -0000 Received: from unknown (HELO there) (203.59.209.170) by mail.iinet.net.au with SMTP; 8 Oct 2001 09:36:31 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Nigel Taylor Reply-To: nigelt@iinet.net.au Organization: www.thefreebsd.org To: freebsd-questions@FreeBSD.ORG Subject: KDE Problems? Date: Mon, 8 Oct 2001 17:34:37 +0800 X-Mailer: KMail [version 1.3] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <20011008093628.6B9FD37B403@hub.freebsd.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG nit: Launched DCOPServer, pid = 317 result = 0 _KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root unclutter: not found mousecluck: not found unclutter: not found mousecluck: not found unclutter: not found mousecluck: not found rm: /usr/home/xplot/.DCOPserver_pandora.thefreebsd.org: No such file or directory kdeinit: Launched DCOPServer, pid = 317 result = 0 _KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root _KDE_IceTransSocketUNIXCreateListener: ...SocketCreateListener() failed _KDE_IceTransMakeAllCOTSServerListeners: server already running Cannot establish any listening sockets DCOPServer self-test failed. kdeinit: DCOPServer could not be started, aborting. kdeinit: Launched DCOPServer, pid = 324 result = 0 _KDE_IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root DCOP: register 'anonymous-324' -> number of clients is now 1 DCOPServer up and running. DCOP: unregister 'anonymous-324' DCOP: register 'anonymous-315' -> number of clients is now 1 DCOP: unregister 'anonymous-315' DCOP: register 'ksplash' -> number of clients is now 1 kdeinit: Launched KLauncher, pid = 329 result = 0 DCOP: register 'klauncher' -> number of clients is now 2 DCOP: unregister 'klauncher' DCOP: register 'klauncher' -> number of clients is now 2 DCOP: register 'anonymous-329' -> number of clients is now 3 DCOP: new daemon klauncher DCOP: unregister 'anonymous-329' kdeinit: Launched KDED, pid = 331 result = 0 DCOP: register 'kded' -> number of clients is now 2 DCOP: unregister 'kded' DCOP: register 'kded' -> number of clients is now 2 DCOP: register 'anonymous-331' -> number of clients is now 3 kio (KDirWatch): KDirWatch: Can't use FAM kio (KDirWatch): KDirWatch: Can't use FAM kded: Does not exist! (/usr/home/xplot/.kde/share/servicetypes/) kded: Does not exist! (/usr/home/xplot/.kde/share/mimelnk/) DCOP: register 'anonymous-332' -> number of clients is now 4 kio (KLauncher): KLauncher: Got kdeinit_exec_wait('kbuildsycoca', ...) kdeinit: Got EXEC_NEW 'kbuildsycoca' from launcher. kio (KLauncher): kbuildsycoca (pid 333) up and running. DCOP: register 'kbuildsycoca' -> number of clients is now 5 kbuildsycoca: Recreating ksycoca file DCOP: unregister 'kbuildsycoca' kdeinit: PID 333 terminated. DCOP: unregister 'anonymous-332' kio (KDirWatch): KDirWatch: Can't use FAM kio (KDirWatch): KDirWatch: Can't use FAM kio (KLauncher): KLauncher: Got kdeinit_exec_wait('kconf_update', ...) kdeinit: Got EXEC_NEW 'kconf_update' from launcher. kio (KLauncher): kconf_update (pid 334) up and running. kdeinit: PID 334 terminated. DCOP: new daemon kded DCOP: unregister 'anonymous-331' kdeinit: PID 331 terminated. kdeinit: opened connection to :0.0 DCOP: register 'knotify' -> number of clients is now 2 DCOP: register 'anonymous-320' -> number of clients is now 3 DCOP: new daemon knotify DCOP: unregister 'anonymous-320' DCOP: register 'ksmserver' -> number of clients is now 2 _IceTransmkdir: Owner of /tmp/.ICE-unix should be set to root ksmserver: KSMServer: SetAProc_loc: conn 0, prot=local, file=/tmp/.ICE-unix/336 kdeinit: Got SETENV 'SESSION_MANAGER=local/pandora.thefreebsd.org:/tmp/.ICE-unix/336' from klauncher. ksmserver: KSMServer::restoreSession kio (KLauncher): KLauncher: Got exec_blind('kwin', ...) kdeinit: Got EXEC_NEW 'kwin' from launcher. kio (KLauncher): kwin (pid 340) up and running. DCOP: register 'anonymous-340' -> number of clients is now 3 kdeinit: setgroups: Operation not permitted kdeinit: setgroups: Operation not permitted kdeinit: setgroups: Operation not permitted DCOP: unregister 'anonymous-340' DCOP: register 'anonymous-340' -> number of clients is now 3 DCOP: unregister 'anonymous-340' DCOP: register 'kwin' -> number of clients is now 3 klauncher: KLauncher::process ---> autoStart kdeinit: Got EXEC_NEW 'kdesktop' from launcher. kio (KLauncher): kdesktop (pid 348) up and running. DCOP: register 'kdesktop' -> number of clients is now 4 DCOP: register 'anonymous-348' -> number of clients is now 5 kdesktop: relPath=System/ScreenSavers/ kdesktop: Saver Engine disabled kio (KDirWatch): KDirWatch: Can't use FAM kio (KDirLister): KDirLister::openURL file:/usr/home/xplot/Desktop/ keep=false would anyone know why my DCOP server is not working when i boot into kde? Thank you Nigel Taylor To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 3:10:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.isg.siue.edu (mail.isg.siue.edu [146.163.5.4]) by hub.freebsd.org (Postfix) with ESMTP id E76D037B406 for ; Mon, 8 Oct 2001 03:10:08 -0700 (PDT) Received: from cougar (cougar [146.163.5.29]) by mail.isg.siue.edu (8.9.1/8.9.1) with ESMTP id FAA07308 for ; Mon, 8 Oct 2001 05:10:05 -0500 (CDT) Date: Mon, 8 Oct 2001 05:10:05 -0500 (CDT) From: William Michael Grim To: freebsd-questions@freeBSD.org Subject: Kernel Config Screen Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-559023410-851401618-1002535805=:26219" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. ---559023410-851401618-1002535805=:26219 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi and thanks for your time. I was trying to compile my kernel and made it through "make depend" with no problem, but when I tried to compile the kernel with just "make" I received errors on the screen and had an Error Stop 1. I tried to copy/paste as much of the screen as I could get into kernel-error.screen. My kernel configuration is in PROTEUS. All I know is that it has something to do with my SMB stuff (I think); please take a look at the config and tell me what to do to make this right. Thanks for your time. William Michael Grim Student, Southern Illinois University at Edwardsville Phone: (618) 650-1582 Email: wgrim@siue.edu ---559023410-851401618-1002535805=:26219 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=PROTEUS Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=PROTEUS Iw0KIyBQUk9URVVTIC0gS2VybmVsIGNvbmZpZ3VyYXRpb24gZmlsZSBmb3Ig UFJPVEVVUyBmaWxlIGZvciBGcmVlQlNEL2kzODYNCiMNCiMgRm9yIG1vcmUg aW5mb3JtYXRpb24gb24gdGhpcyBmaWxlLCBwbGVhc2UgcmVhZCB0aGUgaGFu ZGJvb2sgc2VjdGlvbiBvbg0KIyBLZXJuZWwgQ29uZmlndXJhdGlvbiBGaWxl czoNCiMNCiMgICAgaHR0cDovL3d3dy5GcmVlQlNELm9yZy9oYW5kYm9vay9r ZXJuZWxjb25maWctY29uZmlnLmh0bWwNCiMNCiMgVGhlIGhhbmRib29rIGlz IGFsc28gYXZhaWxhYmxlIGxvY2FsbHkgaW4gL3Vzci9zaGFyZS9kb2MvaGFu ZGJvb2sNCiMgaWYgeW91J3ZlIGluc3RhbGxlZCB0aGUgZG9jIGRpc3RyaWJ1 dGlvbiwgb3RoZXJ3aXNlIGFsd2F5cyBzZWUgdGhlDQojIEZyZWVCU0QgV29y bGQgV2lkZSBXZWIgc2VydmVyIChodHRwOi8vd3d3LkZyZWVCU0Qub3JnLykg Zm9yIHRoZQ0KIyBsYXRlc3QgaW5mb3JtYXRpb24uDQojDQojIEFuIGV4aGF1 c3RpdmUgbGlzdCBvZiBvcHRpb25zIGFuZCBtb3JlIGRldGFpbGVkIGV4cGxh bmF0aW9ucyBvZiB0aGUNCiMgZGV2aWNlIGxpbmVzIGlzIGFsc28gcHJlc2Vu dCBpbiB0aGUgLi9MSU5UIGNvbmZpZ3VyYXRpb24gZmlsZS4gSWYgeW91IGFy ZQ0KIyBpbiBkb3VidCBhcyB0byB0aGUgcHVycG9zZSBvciBuZWNlc3NpdHkg b2YgYSBsaW5lLCBjaGVjayBmaXJzdCBpbiBMSU5ULg0KIw0KIyAkRnJlZUJT RDogc3JjL3N5cy9pMzg2L2NvbmYvR0VORVJJQyx2IDEuMjQ2LjIuMzQgMjAw MS8wOC8xMiAxMzoxMzo0NiBqb2VyZyBFeHAgJA0KDQptYWNoaW5lCQlpMzg2 DQpjcHUJCUk2ODZfQ1BVDQppZGVudAkJUFJPVEVVUw0KbWF4dXNlcnMJMzIN Cg0KI21ha2VvcHRpb25zCURFQlVHPS1nCQkjQnVpbGQga2VybmVsIHdpdGgg Z2RiKDEpIGRlYnVnIHN5bWJvbHMNCg0Kb3B0aW9ucyAJSU5FVAkJCSNJbnRl ck5FVHdvcmtpbmcNCm9wdGlvbnMgCUlORVQ2CQkJI0lQdjYgY29tbXVuaWNh dGlvbnMgcHJvdG9jb2xzDQpvcHRpb25zICAgICAgICAgSVBTRUMgICAgICAg ICAgICAgICAgICAgI0lQIHNlY3VyaXR5DQpvcHRpb25zICAgICAgICAgSVBT RUNfRVNQICAgICAgICAgICAgICAgI0lQIHNlY3VyaXR5IChjcnlwdG87IGRl ZmluZSB3LyBJUFNFQykNCm9wdGlvbnMgICAgICAgICBJUFNFQ19ERUJVRyAg ICAgICAgICAgICAjZGVidWcgZm9yIElQIHNlY3VyaXR5DQpvcHRpb25zICAg ICAgICAgSVBYICAgICAgICAgICAgICAgICAgICAgI0lQWC9TUFggY29tbXVu aWNhdGlvbnMgcHJvdG9jb2xzDQpvcHRpb25zICAgICAgICAgTkVUQVRBTEsg ICAgICAgICAgICAgICAgI0FwcGxldGFsayBjb21tdW5pY2F0aW9ucyBwcm90 b2NvbHMNCm9wdGlvbnMgCUZGUwkJCSNCZXJrZWxleSBGYXN0IEZpbGVzeXN0 ZW0NCm9wdGlvbnMgCUZGU19ST09UCQkjRkZTIHVzYWJsZSBhcyByb290IGRl dmljZSBba2VlcCB0aGlzIV0NCm9wdGlvbnMgCVNPRlRVUERBVEVTCQkjRW5h YmxlIEZGUyBzb2Z0IHVwZGF0ZXMgc3VwcG9ydA0Kb3B0aW9ucyAJTUZTCQkJ I01lbW9yeSBGaWxlc3lzdGVtDQpvcHRpb25zIAlNRF9ST09UCQkJI01EIGlz IGEgcG90ZW50aWFsIHJvb3QgZGV2aWNlDQpvcHRpb25zICAgICAgICAgS0VS TkZTICAgICAgICAgICAgICAgICAgI0tlcm5lbCBmaWxlc3lzdGVtDQpvcHRp b25zICAgICAgICAgU01CRlMgICAgICAgICAgICAgICAgICAgI1NNQi9DSUZT IGZpbGVzeXN0ZW0NCm9wdGlvbnMgICAgICAgICBORVRTTUIgICAgICAgICAg ICAgICAgICAjU01CL0NJRlMgcmVxdWVzdGVyDQpvcHRpb25zICAgICAgICAg TkVUU01CQ1JZUFRPICAgICAgICAgICAgI2VuY3J5cHRlZCBwYXNzd29yZCBz dXBwb3J0IGZvciBTTUINCiNvcHRpb25zIAlORlMJCQkjTmV0d29yayBGaWxl c3lzdGVtDQojb3B0aW9ucyAJTkZTX1JPT1QJCSNORlMgdXNhYmxlIGFzIHJv b3QgZGV2aWNlLCBORlMgcmVxdWlyZWQNCm9wdGlvbnMgCUNEOTY2MAkJCSNJ U08gOTY2MCBGaWxlc3lzdGVtDQpvcHRpb25zIAlDRDk2NjBfUk9PVAkJI0NE LVJPTSB1c2FibGUgYXMgcm9vdCwgQ0Q5NjYwIHJlcXVpcmVkDQpvcHRpb25z IAlQUk9DRlMJCQkjUHJvY2VzcyBmaWxlc3lzdGVtDQpvcHRpb25zIAlDT01Q QVRfNDMJCSNDb21wYXRpYmxlIHdpdGggQlNEIDQuMyBbS0VFUCBUSElTIV0N CiNvcHRpb25zIAlTQ1NJX0RFTEFZPTE1MDAwCSNEZWxheSAoaW4gbXMpIGJl Zm9yZSBwcm9iaW5nIFNDU0kNCm9wdGlvbnMgCVVDT05TT0xFCQkjQWxsb3cg dXNlcnMgdG8gZ3JhYiB0aGUgY29uc29sZQ0Kb3B0aW9ucyAJVVNFUkNPTkZJ RwkJI2Jvb3QgLWMgZWRpdG9yDQpvcHRpb25zIAlWSVNVQUxfVVNFUkNPTkZJ RwkjdmlzdWFsIGJvb3QgLWMgZWRpdG9yDQpvcHRpb25zIAlLVFJBQ0UJCQkj a3RyYWNlKDEpIHN1cHBvcnQNCm9wdGlvbnMgCVNZU1ZTSE0JCQkjU1lTVi1z dHlsZSBzaGFyZWQgbWVtb3J5DQpvcHRpb25zIAlTWVNWTVNHCQkJI1NZU1Yt c3R5bGUgbWVzc2FnZSBxdWV1ZXMNCm9wdGlvbnMgCVNZU1ZTRU0JCQkjU1lT Vi1zdHlsZSBzZW1hcGhvcmVzDQpvcHRpb25zIAlQMTAwM18xQgkJI1Bvc2l4 IFAxMDAzXzFCIHJlYWwtdGltZSBleHRlbnNpb25zDQpvcHRpb25zIAlfS1BP U0lYX1BSSU9SSVRZX1NDSEVEVUxJTkcNCm9wdGlvbnMJCUlDTVBfQkFORExJ TQkJI1JhdGUgbGltaXQgYmFkIHJlcGxpZXMNCm9wdGlvbnMgCUtCRF9JTlNU QUxMX0NERVYJIyBpbnN0YWxsIGEgQ0RFViBlbnRyeSBpbiAvZGV2DQpvcHRp b25zICAgICAgICAgQ1BVX0VOQUJMRV9TU0UJCSNFbmFibGVzIFNTRS9NTVgy IGluc3RydWN0aW9ucyBzdXBwb3J0DQpvcHRpb25zICAgICAgICAgUEVSRk1P TgkJCSNFbmFibGVzIHBlcmZvcm1hbmNlIGNvdW50ZXJzDQoJCQkJCQkjdG8g YmUgZW5hYmxlZA0Kb3B0aW9ucyAgICAgICAgIFFVT1RBICAgICAgICAgICAg ICAgICAgICNlbmFibGUgZGlzayBxdW90YXMNCg0KZGV2aWNlCQlpc2ENCmRl dmljZQkJZWlzYQ0KZGV2aWNlCQlwY2kNCmRldmljZSAgICAgICAgICBwY20g ICAgICNGb3IgUG5QL1BDSSBzb3VuZCBjYXJkcw0KDQojIEZsb3BweSBkcml2 ZXMNCmRldmljZQkJZmRjMAlhdCBpc2E/IHBvcnQgSU9fRkQxIGlycSA2IGRy cSAyDQpkZXZpY2UJCWZkMAlhdCBmZGMwIGRyaXZlIDANCg0KIyBBVEEgYW5k IEFUQVBJIGRldmljZXMNCmRldmljZQkJYXRhDQpkZXZpY2UJCWF0YWRpc2sJ CQkjIEFUQSBkaXNrIGRyaXZlcw0KZGV2aWNlCQlhdGFwaWNkCQkJIyBBVEFQ SSBDRFJPTSBkcml2ZXMNCmRldmljZQkJYXRhcGlmZAkJCSMgQVRBUEkgZmxv cHB5IGRyaXZlcw0KZGV2aWNlCQlhdGFwaXN0CQkJIyBBVEFQSSB0YXBlIGRy aXZlcw0Kb3B0aW9ucyAJQVRBX1NUQVRJQ19JRAkJI1N0YXRpYyBkZXZpY2Ug bnVtYmVyaW5nDQoNCiMgYXRrYmRjMCBjb250cm9scyBib3RoIHRoZSBrZXli b2FyZCBhbmQgdGhlIFBTLzIgbW91c2UNCmRldmljZQkJYXRrYmRjMAlhdCBp c2E/IHBvcnQgSU9fS0JEDQpkZXZpY2UJCWF0a2JkMAlhdCBhdGtiZGM/IGly cSAxIGZsYWdzIDB4MQ0KZGV2aWNlCQlwc20wCWF0IGF0a2JkYz8gaXJxIDEy DQoNCmRldmljZQkJdmdhMAlhdCBpc2E/DQoNCiMgc3BsYXNoIHNjcmVlbi9z Y3JlZW4gc2F2ZXINCnBzZXVkby1kZXZpY2UJc3BsYXNoDQoNCiMgc3lzY29u cyBpcyB0aGUgZGVmYXVsdCBjb25zb2xlIGRyaXZlciwgcmVzZW1ibGluZyBh biBTQ08gY29uc29sZQ0KZGV2aWNlCQlzYzAJYXQgaXNhPyBmbGFncyAweDEw MA0KDQojIEVuYWJsZSB0aGlzIGFuZCBQQ1ZUX0ZSRUVCU0QgZm9yIHBjdnQg dnQyMjAgY29tcGF0aWJsZSBjb25zb2xlIGRyaXZlcg0KI2RldmljZQkJdnQw CWF0IGlzYT8NCiNvcHRpb25zIAlYU0VSVkVSCQkJIyBzdXBwb3J0IGZvciBY IHNlcnZlciBvbiBhIHZ0IGNvbnNvbGUNCiNvcHRpb25zIAlGQVRfQ1VSU09S CQkjIHN0YXJ0IHdpdGggYmxvY2sgY3Vyc29yDQojIElmIHlvdSBoYXZlIGEg VGhpbmtQQUQsIHVuY29tbWVudCB0aGlzIGFsb25nIHdpdGggdGhlIHJlc3Qg b2YgdGhlIFBDVlQgbGluZXMNCiNvcHRpb25zIAlQQ1ZUX1NDQU5TRVQ9MgkJ IyBJQk0ga2V5Ym9hcmRzIGFyZSBub24tc3RkDQoNCiMgRmxvYXRpbmcgcG9p bnQgc3VwcG9ydCAtIGRvIG5vdCBkaXNhYmxlLg0KZGV2aWNlCQlucHgwCWF0 IG5leHVzPyBwb3J0IElPX05QWCBpcnEgMTMNCg0KIyBQb3dlciBtYW5hZ2Vt ZW50IHN1cHBvcnQgKHNlZSBMSU5UIGZvciBtb3JlIG9wdGlvbnMpDQpkZXZp Y2UJCWFwbTAgICAgYXQgbmV4dXM/IGRpc2FibGUgZmxhZ3MgMHgyMCAjIEFk dmFuY2VkIFBvd2VyIE1hbmFnZW1lbnQNCg0KIyBTZXJpYWwgKENPTSkgcG9y dHMNCmRldmljZQkJc2lvMAlhdCBpc2E/IHBvcnQgSU9fQ09NMSBmbGFncyAw eDEwIGlycSA0DQpkZXZpY2UJCXNpbzEJYXQgaXNhPyBwb3J0IElPX0NPTTIg aXJxIDMNCmRldmljZQkJc2lvMglhdCBpc2E/IGRpc2FibGUgcG9ydCBJT19D T00zIGlycSA1DQpkZXZpY2UJCXNpbzMJYXQgaXNhPyBkaXNhYmxlIHBvcnQg SU9fQ09NNCBpcnEgOQ0KDQojIFBhcmFsbGVsIHBvcnQNCmRldmljZQkJcHBj MAlhdCBpc2E/IGlycSA3DQpkZXZpY2UJCXBwYnVzCQkjIFBhcmFsbGVsIHBv cnQgYnVzIChyZXF1aXJlZCkNCmRldmljZQkJbHB0CQkjIFByaW50ZXINCiNk ZXZpY2UJCXBsaXAJCSMgVENQL0lQIG92ZXIgcGFyYWxsZWwNCiNkZXZpY2UJ CXBwaQkJIyBQYXJhbGxlbCBwb3J0IGludGVyZmFjZSBkZXZpY2UNCiNkZXZp Y2UJCXZwbwkJIyBSZXF1aXJlcyBzY2J1cyBhbmQgZGENCg0KDQojIFBDSSBF dGhlcm5ldCBOSUNzLg0KZGV2aWNlCQlkZQkJIyBERUMvSW50ZWwgREMyMXg0 eCAoYGBUdWxpcCcnKQ0KDQojIFBDSSBFdGhlcm5ldCBOSUNzIHRoYXQgdXNl IHRoZSBjb21tb24gTUlJIGJ1cyBjb250cm9sbGVyIGNvZGUuDQojIE5PVEU6 IEJlIHN1cmUgdG8ga2VlcCB0aGUgJ2RldmljZSBtaWlidXMnIGxpbmUgaW4g b3JkZXIgdG8gdXNlIHRoZXNlIE5JQ3MhDQpkZXZpY2UJCW1paWJ1cwkJIyBN SUkgYnVzIHN1cHBvcnQNCmRldmljZQkJZGMJCSMgREVDL0ludGVsIDIxMTQz IGFuZCB2YXJpb3VzIHdvcmthbGlrZXMNCiNkZXZpY2UJCXJsCQkjIFJlYWxU ZWsgODEyOS84MTM5DQpkZXZpY2UJCXZyCQkjIFZJQSBSaGluZSwgUmhpbmUg SUkNCg0KIyBQc2V1ZG8gZGV2aWNlcyAtIHRoZSBudW1iZXIgaW5kaWNhdGVz IGhvdyBtYW55IHVuaXRzIHRvIGFsbG9jYXRlLg0KcHNldWRvLWRldmljZQls b29wCQkjIE5ldHdvcmsgbG9vcGJhY2sNCnBzZXVkby1kZXZpY2UJZXRoZXIJ CSMgRXRoZXJuZXQgc3VwcG9ydA0KI3BzZXVkby1kZXZpY2UJc2wJMQkjIEtl cm5lbCBTTElQDQojcHNldWRvLWRldmljZQlwcHAJMQkjIEtlcm5lbCBQUFAN CiNwc2V1ZG8tZGV2aWNlCXR1bgkJIyBQYWNrZXQgdHVubmVsLg0KcHNldWRv LWRldmljZQlwdHkJCSMgUHNldWRvLXR0eXMgKHRlbG5ldCBldGMpDQpwc2V1 ZG8tZGV2aWNlCW1kCQkjIE1lbW9yeSAiZGlza3MiDQpwc2V1ZG8tZGV2aWNl CWdpZgkJIyBJUHY2IGFuZCBJUHY0IHR1bm5lbGluZw0KcHNldWRvLWRldmlj ZQlmYWl0aAkxCSMgSVB2Ni10by1JUHY0IHJlbGF5aW5nICh0cmFuc2xhdGlv bikNCnBzZXVkby1kZXZpY2UgICBzcGVha2VyICAgICAgICAgI1BsYXkgSUJN IEJBU0lDLXN0eWxlIG5vaXNlcyBvdXQgeW91ciBzcGVha2VyDQoNCiMgVGhl IGBicGYnIHBzZXVkby1kZXZpY2UgZW5hYmxlcyB0aGUgQmVya2VsZXkgUGFj a2V0IEZpbHRlci4NCiMgQmUgYXdhcmUgb2YgdGhlIGFkbWluaXN0cmF0aXZl IGNvbnNlcXVlbmNlcyBvZiBlbmFibGluZyB0aGlzIQ0KcHNldWRvLWRldmlj ZQlicGYJCSNCZXJrZWxleSBwYWNrZXQgZmlsdGVyDQoNCiMgVVNCIHN1cHBv cnQNCmRldmljZQkJdWhjaQkJIyBVSENJIFBDSS0+VVNCIGludGVyZmFjZQ0K ZGV2aWNlCQlvaGNpCQkjIE9IQ0kgUENJLT5VU0IgaW50ZXJmYWNlDQpkZXZp Y2UJCXVzYgkJIyBVU0IgQnVzIChyZXF1aXJlZCkNCmRldmljZQkJdWdlbgkJ IyBHZW5lcmljDQojZGV2aWNlCQl1bHB0CQkjIFByaW50ZXINCmRldmljZQkJ dW1hc3MJCSMgRGlza3MvTWFzcyBzdG9yYWdlIC0gUmVxdWlyZXMgc2NidXMg YW5kIGRhDQpkZXZpY2UJCXVtcwkJIyBNb3VzZQ0KZGV2aWNlCQl1c2Nhbm5l cgkjIFNjYW5uZXJzDQo= ---559023410-851401618-1002535805=:26219 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="kernel-error.screen" Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename="kernel-error.screen" c21iX3RyYW50Y3AubygudGV4dCsweDRjNik6IHVuZGVmaW5lZCByZWZlcmVu Y2UgdG8gYG1kX2luaXRtJw0Kc21iX3RyYW50Y3AubygudGV4dCsweDRlMSk6 IHVuZGVmaW5lZCByZWZlcmVuY2UgdG8gYG1kX2dldF9tZW0nDQpzbWJfdHJh bnRjcC5vKC50ZXh0KzB4NGVlKTogdW5kZWZpbmVkIHJlZmVyZW5jZSB0byBg bWRfZ2V0X3VpbnQxNicNCnNtYl90cmFudGNwLm8oLnRleHQrMHg1NzIpOiB1 bmRlZmluZWQgcmVmZXJlbmNlIHRvIGBtZF9kb25lJw0Kc21iX3RyYW50Y3Au bzogSW4gZnVuY3Rpb24gYHNtYl9uYnN0X3NlbmQnOg0Kc21iX3RyYW50Y3Au bygudGV4dCsweGI0NCk6IHVuZGVmaW5lZCByZWZlcmVuY2UgdG8gYG1fZml4 aGRyJw0Kc21iX3Vzci5vOiBJbiBmdW5jdGlvbiBgc21iX3Vzcl9zaW1wbGVy ZXF1ZXN0JzoNCnNtYl91c3IubygudGV4dCsweDM5OCk6IHVuZGVmaW5lZCBy ZWZlcmVuY2UgdG8gYG1iX3B1dF9tZW0nDQpzbWJfdXNyLm8oLnRleHQrMHgz YzcpOiB1bmRlZmluZWQgcmVmZXJlbmNlIHRvIGBtYl9wdXRfbWVtJw0Kc21i X3Vzci5vKC50ZXh0KzB4NDA5KTogdW5kZWZpbmVkIHJlZmVyZW5jZSB0byBg bWRfZ2V0X3VpbnQ4Jw0Kc21iX3Vzci5vKC50ZXh0KzB4NDQ4KTogdW5kZWZp bmVkIHJlZmVyZW5jZSB0byBgbWRfZ2V0X21lbScNCnNtYl91c3IubygudGV4 dCsweDQ2NCk6IHVuZGVmaW5lZCByZWZlcmVuY2UgdG8gYG1kX2dldF91aW50 MTZsZScNCnNtYl91c3IubygudGV4dCsweDRhZik6IHVuZGVmaW5lZCByZWZl cmVuY2UgdG8gYG1kX2dldF9tZW0nDQpzbWJfdXNyLm86IEluIGZ1bmN0aW9u IGBzbWJfY3BkYXRhaW4nOg0Kc21iX3Vzci5vKC50ZXh0KzB4NGY2KTogdW5k ZWZpbmVkIHJlZmVyZW5jZSB0byBgbWJfaW5pdCcNCnNtYl91c3IubygudGV4 dCsweDUwOSk6IHVuZGVmaW5lZCByZWZlcmVuY2UgdG8gYG1iX3B1dF9tZW0n DQpzbWJfdXNyLm86IEluIGZ1bmN0aW9uIGBzbWJfdXNyX3QycmVxdWVzdCc6 DQpzbWJfdXNyLm8oLnRleHQrMHg1ZmYpOiB1bmRlZmluZWQgcmVmZXJlbmNl IHRvIGBtDQo= ---559023410-851401618-1002535805=:26219-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 3:37: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dire.bris.ac.uk (dire.bris.ac.uk [137.222.10.60]) by hub.freebsd.org (Postfix) with ESMTP id 908FC37B407 for ; Mon, 8 Oct 2001 03:37:03 -0700 (PDT) Received: from mail.ilrt.bris.ac.uk by dire.bris.ac.uk with SMTP-PRIV with ESMTP; Mon, 8 Oct 2001 11:36:42 +0100 Received: from cmjg (helo=localhost) by mail.ilrt.bris.ac.uk with local-esmtp (Exim 3.16 #1) id 15qXlU-00016A-00; Mon, 08 Oct 2001 11:36:04 +0100 Date: Mon, 8 Oct 2001 11:36:04 +0100 (BST) From: Jan Grant X-X-Sender: To: Danny Horne Cc: BSD Freak , FreeBSD Questions Subject: Re: Authenticated SMTP for roaming users In-Reply-To: <005601c14fd0$d7b2dda0$0a01a8c0@clifftop.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 8 Oct 2001, Danny Horne wrote: > ----- Original Message ----- > From: "BSD Freak" > To: "FreeBSD Questions" > Sent: Monday, October 08, 2001 12:12 AM > Subject: Authenticated SMTP for roaming users > > > > Hi everyone, > > > > Has anyone been able to setup FreeBSD with sendmail relaying mail for > > users who authenticate to the box. > > > > I have romaing users, that dial up to a varity of ISPs and I have the > > problem of having to change their outgoing mail setting depending on > > where they are going to be. > > > > I certianly do not not desire (or think it would be responsible) to open > > up my SMTP server to the world. > > > Have you looked at http://www.sendmail.org/~ca/email/auth.html > > I have a couple of roaming users & it works fine for me (running Sendmail > 8.12.0 on FreeBSD 4.4). I'd be more interested to know what mail clients they're using. SMTP-auth support still seems a bit limited. -- jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/ Tel +44(0)117 9287088 Fax +44 (0)117 9287112 RFC822 jan.grant@bris.ac.uk Ceci n'est pas une pipe | To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 3:42:55 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp.clifftop.net (deepspace9.demon.co.uk [193.237.217.45]) by hub.freebsd.org (Postfix) with ESMTP id BA69437B403 for ; Mon, 8 Oct 2001 03:42:51 -0700 (PDT) Received: from sisko (sisko.clifftop.net [192.168.1.10]) (authenticated bits=0) by smtp.clifftop.net (8.12.1/8.12.1) with ESMTP id f98AgQve000475; Mon, 8 Oct 2001 11:42:26 +0100 (BST) Message-ID: <005701c14fe5$f57d01c0$0a01a8c0@clifftop.net> From: "Danny Horne" To: "Jan Grant" Cc: "BSD Freak" , "FreeBSD Questions" References: Subject: Re: Authenticated SMTP for roaming users Date: Mon, 8 Oct 2001 11:42:41 +0100 Organization: Clifftop Web Services 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 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Jan Grant" To: "Danny Horne" Cc: "BSD Freak" ; "FreeBSD Questions" Sent: Monday, October 08, 2001 11:36 AM Subject: Re: Authenticated SMTP for roaming users > > I'd be more interested to know what mail clients they're using. > SMTP-auth support still seems a bit limited. > My roaming users use Outlook Express, which uses the LOGIN authorisation mechanism. I'd prefer them to use a client that can use a more secure authorisation method, such as MD5, but these are educated people, & it was hard enough teaching them how to use Outlook Express. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 3:44:56 2001 Delivered-To: freebsd-questions@freebsd.org Received: from obsecurity.dyndns.org (adsl-64-165-226-227.dsl.lsan03.pacbell.net [64.165.226.227]) by hub.freebsd.org (Postfix) with ESMTP id 8A73937B408 for ; Mon, 8 Oct 2001 03:44:52 -0700 (PDT) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 23BCA66B3E; Mon, 8 Oct 2001 03:44:48 -0700 (PDT) Date: Mon, 8 Oct 2001 03:44:48 -0700 From: Kris Kennaway To: Rikus Botes Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Freebsd Training Message-ID: <20011008034446.A5544@xor.obsecurity.org> References: <000d01c14fc7$8e080120$0100a8c0@rikus> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="ZGiS0Q5IWpPtfppv" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000d01c14fc7$8e080120$0100a8c0@rikus>; from rikus@ittc.co.za on Mon, Oct 08, 2001 at 09:05:03AM +0200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ZGiS0Q5IWpPtfppv Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 08, 2001 at 09:05:03AM +0200, Rikus Botes wrote: > Hi I would like to know we are a training center and would like to train = students to use and administrate the BSD operating system > we develop our own Cbt course ware and would also like to develop BSD tra= ining=20 >=20 > We currently run 3 FreeBSD Servers It's not clear what you are asking for..could you elaborate please? Kris --ZGiS0Q5IWpPtfppv Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7wYOdWry0BWjoQKURApA9AKCMy3CBI7RMA1ftU5Agl1NDeXbv3wCfW6s+ vGTrMAgP7AumZHz0+0oTjB0= =Hx7c -----END PGP SIGNATURE----- --ZGiS0Q5IWpPtfppv-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 3:45:11 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by hub.freebsd.org (Postfix) with SMTP id 99C9837B40B for ; Mon, 8 Oct 2001 03:45:04 -0700 (PDT) Received: from unknown (HELO RAMBUS) (216.179.225.200) by smtp.mail.vip.sc5.yahoo.com with SMTP; 8 Oct 2001 10:45:04 -0000 X-Apparently-From: Message-ID: <000d01c14fe6$460b42a0$c8e1b3d8@liquidground.com> Reply-To: "DrTebi" From: "DrTebi" To: Subject: newsyslog question Date: Mon, 8 Oct 2001 03:44:57 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I am using newsyslog to rotate a log into which xinetd writes. Since the new version of xinetd (2.3.3), it is not possible anymore to send the "USR1" signal, which seems to be a problem for the rotation of the log file. My line in newsyslog.conf logs like this: /var/log/sshlog 644 2 * $W1D0 BZ /var/run/xinetd.pid 30 After the sshlog files gets rotated, xinetd does not log anything into it anymore (which it did with the older version of xinetd). Can anybody help me out please? What would I have to replace the signal 30 with? Thanks, DrTebi _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 4: 2:44 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [206.29.169.15]) by hub.freebsd.org (Postfix) with ESMTP id 5ED3A37B407 for ; Mon, 8 Oct 2001 04:02:40 -0700 (PDT) Received: from tedm.placo.com (nat-rtr.freebsd-corp-net-guide.com [206.29.168.154]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id f98B2Z691362; Mon, 8 Oct 2001 04:02:35 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "BSD Freak" , "FreeBSD Questions" Subject: RE: Authenticated SMTP for roaming users Date: Mon, 8 Oct 2001 04:02:35 -0700 Message-ID: <002201c14fe8$bc39dc00$1401a8c0@tedm.placo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 In-Reply-To: Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You want one of these two links: http://spam.abuse.net/tools/smPbS.html http://poprelay.sourceforge.net/ Happy spambusting!! Ted Mittelstaedt tedm@toybox.placo.com Author of: The FreeBSD Corporate Networker's Guide Book website: http://www.freebsd-corp-net-guide.com >-----Original Message----- >From: owner-freebsd-questions@FreeBSD.ORG >[mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of BSD Freak >Sent: Sunday, October 07, 2001 4:12 PM >To: FreeBSD Questions >Subject: Authenticated SMTP for roaming users > > >Hi everyone, > >Has anyone been able to setup FreeBSD with sendmail relaying mail for >users who authenticate to the box. > >I have romaing users, that dial up to a varity of ISPs and I have the >problem of having to change their outgoing mail setting depending on >where they are going to be. > >I certianly do not not desire (or think it would be responsible) to open >up my SMTP server to the world. > > >Any help would be greatly appreciated. > >Thanks in advance...... > >--------------------------------------------------------------------- >mBox is unified messaging and now has the mBeeper! >Be the first to trial it. >http://www.mbox.com.au/mbeeper > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 4:12:52 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20403.mail.yahoo.com (web20403.mail.yahoo.com [216.136.226.122]) by hub.freebsd.org (Postfix) with SMTP id 21A2737B409 for ; Mon, 8 Oct 2001 04:12:32 -0700 (PDT) Message-ID: <20011008111231.47914.qmail@web20403.mail.yahoo.com> Received: from [210.77.121.195] by web20403.mail.yahoo.com via HTTP; Mon, 08 Oct 2001 04:12:31 PDT Date: Mon, 8 Oct 2001 04:12:31 -0700 (PDT) From: huang wen hui Subject: My Xircom driver not work on 4.4 To: freebsd-stable@freebsd.org Cc: freebsd-questions@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I install FreeBSD 4.4 on my ThinkPad 600 and I have "Xircom CreditCard Ethernet CE3-10/100", The xe driver does not work on 4.4. It was work on 4.3. Here is my configuration: rc.conf: kern_securelevel_enable="NO" moused_enable="YES" nfs_reserved_port_only="YES" sshd_enable="YES" usbd_enable="YES" pccard_ifconfig="xe0" pccard_enable="YES" sendmail_enable="NO" ifconfig_xe0="inet 192.168.1.10 netmask 255.255.255.0" defaultrouter="192.168.1.1" hostname="IBM01.gdvnet.com" /etc/pccard.conf: irq 3 9 10 11 # Available memory slots memory 0xd0000 96k # Debug level, so you know how to get more info for maintainers. Put it # in /etc/pccard.conf debuglevel 4 # Xircom CreditCard Ethernet CE3-10/100 card "Xircom" "CreditCard 10/100" config auto "xe" 10 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop dmesg: Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.4-STABLE #3: Wed Oct 3 17:19:22 CST 2001 root@IBM01.gdvnet.com:/usr/src/sys/compile/IBM01 Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (298.42-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183f9ff real memory = 134021120 (130880K bytes) avail memory = 126836736 (123864K bytes) Preloaded elf kernel "kernel" at 0xc0398000. Pentium Pro MTRR support enabled md0: Malloc disk pcibios: No call entry point npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcic0: mem 0x20301000-0x20301fff at device 2.0 on pci0 pcic0: Polling mode pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq] pccard0: on pcic0 pcic1: mem 0x20300000-0x20300fff at device 2.1 on pci0 pcic1: Polling mode pcic1: TI12XX PCI Config Reg: [ring enable][speaker enable][pwr save][CSC parallel isa irq] pccard1: on pcic1 pci0: at 3.0 irq 11 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xfcf0-0xfcff at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0x8400-0x841f irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0xefa0-0xefaf at device 7.3 on pci0 orm0:

hi ,

iam trying to install  the window manager after i installed my X server.what window manager should i use.and iam not able to use the ports collection .though a file named x11(its not a directory in my case ,dont know why :(- ),when i give the command

file x11

it gives some error and says not a file.

so now how do i install a manager and which manager should i install.and if at all i install managers like KDE ,what all file i have to download (as there r lot of files).and i have heard about window maker  which is a window manager.i am in a fix,plz help me out.

thanx

rohit



Do You Yahoo!?
NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. Yahoo! by Phone. --0-1790406387-1002543699=:21035-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 6:54: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mxzilla3.xs4all.nl (mxzilla3.xs4all.nl [194.109.6.49]) by hub.freebsd.org (Postfix) with ESMTP id 0452437B407 for ; Mon, 8 Oct 2001 06:54:03 -0700 (PDT) Received: from webmail4.xs4all.nl (webmail4.xs4all.nl [194.109.127.38]) by mxzilla3.xs4all.nl (8.12.0/8.12.0) with ESMTP id f98DtHjk083451 for ; Mon, 8 Oct 2001 15:55:17 +0200 (CEST) Received: (from nobody@localhost) by webmail4.xs4all.nl (8.11.6/8.11.1) id f98E2Mg28051; Mon, 8 Oct 2001 16:02:22 +0200 (CEST) (envelope-from mystery@xs4all.nl) X-Authentication-Warning: webmail4.xs4all.nl: nobody set sender to mystery@xs4all.nl using -f Received: from 212.238.176.28 (SquirrelMail authenticated user mystery) by webmail.xs4all.nl with HTTP; Mon, 8 Oct 2001 16:02:22 +0200 (CEST) Message-ID: <20244.212.238.176.28.1002549742.squirrel@webmail.xs4all.nl> Date: Mon, 8 Oct 2001 16:02:22 +0200 (CEST) Subject: DAC960DP From: To: X-Mailer: SquirrelMail (version 1.1.3 [cvs]) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG All, I'm having trouble installing Freebsd 4.3 stable on a dac960pd raid controller, He seems to be unable to write the filsystem to the disks (4*4.3Gb-raid 0). I have firmware 2.73 and I am unable to update it since i can't get the new required eeproms. In the hardware list, the dac960dp 2.73 is listed as supported. Any clue on how to fix this? Thnx All. regards, Martijn martijn.veldkamp@xs4all.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 7: 2:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from LKLDDC01.GARGANTUAN.COM (145bus8.tampabay.rr.com [24.94.145.8]) by hub.freebsd.org (Postfix) with ESMTP id 7C24E37B403 for ; Mon, 8 Oct 2001 07:02:25 -0700 (PDT) Received: by LKLDDC01.GARGANTUAN.COM with Internet Mail Service (5.5.2653.19) id <4Q1RCT2N>; Mon, 8 Oct 2001 10:02:19 -0400 Message-ID: <1DA741CA6767A144BAA4F10012536C27A8CF@LKLDDC01.GARGANTUAN.COM> From: "Oliver, Michael W." To: "'freebsd-questions@freebsd.org'" Subject: Multiple pcmcia nics (ed) on laptop - possible? Date: Mon, 8 Oct 2001 10:02:06 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Folks, I am trying to get an old ThinkPad to work with two ed NICs (future firewall). I have tried specifying IO/MEM/IRQ in the kernel config file for each NIC, as well as not specifying anything other than 'device ed'. Here is the error (ipfw is the hostname): Oct 8 01:10:03 ipfw /kernel: ed0: address 00:04:5a:97:68:7a, type NE2000 (16 bit) Oct 8 01:10:03 ipfw pccardd[81]: ed0: Network Everywhere (Fast Ethernet 10/100 PC Card) inserted. Oct 8 01:10:14 ipfw pccardd[81]: Card "Linksys"("Combo PCMCIA EthernetCard (EC2T)") [2.0] [(null)] matched "Linksys" ("Combo PCMCIA EthernetCard (EC2T)") [(null)] [(null)] Oct 8 01:10:14 ipfw pccardd[81]: No free configuration for card Linksys Oct 8 01:10:14 ipfw pccardd[81]: pccardd started In the above error, I had specified 'device ed' in the kernel config, and I was given ed0 as the device id. When I specified 'device ed0' in the kernel config, upon reboot, the NIC would be ed1. Likewise, when I added both devices to the kernel config file: device ed0 at isa? port 0x280 irq 10 iomem 0xd8000 device ed1 at isa? port 0x300 irq 3 iomem 0xdc000 Upon reboot, the operational NIC was ed2, and the second NIC would not be operational, with the same error from above. So, the question is, can multiple NE2000 PCMCIA cards be used simultaneously on FreeBSD 4.4 Release? TIA... Michael Oliver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 7:18: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailrelay3.inwind.it (mailrelay3.inwind.it [212.141.54.103]) by hub.freebsd.org (Postfix) with ESMTP id 80D5037B401 for ; Mon, 8 Oct 2001 07:18:03 -0700 (PDT) Received: from [62.98.210.156] (62.98.210.156) by mailrelay3.inwind.it (5.5.029) id 3BC166460001A6AD for freebsd-questions@freebsd.org; Mon, 8 Oct 2001 16:18:01 +0200 Received: (qmail 1529 invoked by uid 1000); 8 Oct 2001 14:17:32 -0000 Date: Mon, 8 Oct 2001 16:17:32 +0200 From: Francesco Casadei To: Len Conrad Cc: freebsd-questions@freebsd.org Subject: Re: Promise Fat Message-ID: <20011008161732.A892@goku.kasby> Mail-Followup-To: Len Conrad , freebsd-questions@freebsd.org References: <5.1.0.14.0.20011007143923.01cb8548@mail.Go2France.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="7AUc2qLy4jB3hD7Z" Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <5.1.0.14.0.20011007143923.01cb8548@mail.Go2France.com>; from LConrad@Go2France.com on Sun, Oct 07, 2001 at 02:48:59PM -0500 X-Operating-System: FreeBSD 4.4-STABLE i386 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --7AUc2qLy4jB3hD7Z Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Oct 07, 2001 at 02:48:59PM -0500, Len Conrad wrote: > The old Fasttraks are listed here for 4.4 release: >=20 > http://www.freebsd.org/cgi/man.cgi?query=3Data&sektion=3D4 >=20 > ... but is there any support for the new Promise FastTrack TX2 and TX4=20 > controllers? >=20 > With 3ware bailing out, Promise seems to be about all their is. >=20 > Len >=20 >=20 > http://MenAndMice.com/DNS-training > http://BIND8NT.MEIway.com : ISC BIND 8.2.4 for NT4 & W2K > http://IMGate.MEIway.com : Build free, hi-perf, anti-abuse mail gateways >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message >=20 > end of the original message CVS log for src/sys/dev/ata/ata-raid.c [BACK] Up to [freebsd] / src / sys / dev / ata Request diff between arbitrary revisions ---------------------------------------------------------------------------= ------------------------------------- Default branch: MAIN Current tag: RELENG_4_4_0_RELEASE ---------------------------------------------------------------------------= ------------------------------------- Revision 1.3.2.8 / (download) - annotate - [select for diffs], Wed Aug 29 0= 8:34:02 2001 UTC (5 weeks, 5 days ago) by sos Branch: RELENG_4 CVS Tags: RELENG_4_4_BP, RELENG_4_4_0_RELEASE, RELENG_4_4 Changes since 1.3.2.7: +3 -1 lines Diff to previous 1.3.2.7 (colored) next main 1.4 (colored) Add RAID support for the Promise TX2. Approved by: jkh Francesco Casadei --=20 You can download my public key from http://digilander.iol.it/fcasadei/ or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...) Key fingerprint is: 1671 9A23 ACB4 520A E7EE 00B0 7EC3 375F 164E B17B --7AUc2qLy4jB3hD7Z Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7wbV8fsM3XxZOsXsRAm94AJoClj2laIPuPOApiqcayUG7BjysSgCgkklF id+Z11or71qgx1K+k9Avjg4= =U3AK -----END PGP SIGNATURE----- --7AUc2qLy4jB3hD7Z-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 7:25:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id CE2F737B406 for ; Mon, 8 Oct 2001 07:25:08 -0700 (PDT) Received: (qmail 40972 invoked by uid 100); 8 Oct 2001 14:25:07 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15297.46915.792917.706479@guru.mired.org> Date: Mon, 8 Oct 2001 09:25:07 -0500 To: Ilia Chipitsine Cc: questions@freebsd.org Subject: Re: md's oddity In-Reply-To: <4065006@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ilia Chipitsine types: > On Sun, 7 Oct 2001, Mike Meyer wrote: > > Ilia E. Chipitsine types: > > > Salut, Mike Meyer ! > > > On Sun, 7 Oct 2001, Mike Meyer wrote: > > > > Ilia Chipitsine types: > > > > Check the md man page. It notes that md disks are "severely limited in > > > so, why does it hang ? > > Because it's buggy. You should be getting an ENOSPC error. > I'm not getting any error. "cp" process is in "MD sec" state. > system is hanging. that's it. That's because it's buggy. > well, problem is very and very simple. > I need just memory disk. 150, 200Mb. no matter what. So why not use mfs or create a pre-loaded md, as I suggested? > > Yes. It's also going to replace vn. It's a new version that combines > > the functionality of all three of them. I don't know what, if any, > > limits it has if you want the disk to not be able to be paged out. > CURRENT branch ? or STABLE ? -Current eventually becomes -stable. Right now the new md is in -current. The best comment on the state of -current is that 5.0-RELEASE has been put off until next year. A number of people have asked that the new md be MFC'ed, without deleting vn and mfs as happened in -current, so that those of us using mfs and vn can on -stable can switch in advance. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 7:29:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 1upmc-msximc1.isdip.upmc.edu (1upmc-msximc1.isdip.upmc.edu [128.147.18.39]) by hub.freebsd.org (Postfix) with ESMTP id A0D7F37B405 for ; Mon, 8 Oct 2001 07:29:36 -0700 (PDT) Received: by 1upmc-msximc1.isdip.upmc.edu with Internet Mail Service (5.5.2653.19) id <4DWAZ14L>; Mon, 8 Oct 2001 10:28:29 -0400 Message-ID: <46AEB8C1B628D511969200508B6FE42A668653@1upmc-msx6.isdip.upmc.edu> From: "Person, Roderick" To: "'questions@FreeBSD.ORG'" Subject: rpm question Date: Mon, 8 Oct 2001 10:31:13 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C15005.E1B468C0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C15005.E1B468C0 Content-Type: text/plain; charset="iso-8859-1" Does any one know of a way to extract an rpm without it installing into the paths that it should use but to the current directory. I have a mandrake linux package that are fonts. I tried to do: rpm -i --nodeps but it gave me the error the "the package was for a different file system." I don't understand what to do with that? Any hints? Roderick P. Person Programmer II personrp@ccbh.com "Popularity is bland." ------_=_NextPart_001_01C15005.E1B468C0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable rpm question

Does any one know of a way to extract an rpm without = it installing into the paths that it should use but to the current = directory. I have a mandrake linux package that are fonts. I tried to = do:

  rpm -i --nodeps
but it gave me the error the "the package was = for a different file system." I don't understand what to do with = that?

Any hints?

Roderick P. Person
Programmer II
personrp@ccbh.com

"Popularity is bland."

------_=_NextPart_001_01C15005.E1B468C0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 7:35:12 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id 659C437B40D for ; Mon, 8 Oct 2001 07:35:02 -0700 (PDT) Received: (qmail 47311 invoked by uid 1000); 8 Oct 2001 14:35:22 -0000 Date: Mon, 8 Oct 2001 09:35:22 -0500 From: Lucas Bergman To: Charles Burns Cc: questions@freebsd.org Subject: Re: HTTP, FTP not working Message-ID: <20011008093522.A47199@comp04.prc.uic.edu> Reply-To: lucas@slb.to References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from burnscharlesn@hotmail.com on Sun, Oct 07, 2001 at 06:39:28PM -0700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > My FreeBSD installation has a strange (at least I think that it is > strange) problem. FTP and HTTP (and possibly other internet > services) do not work... Any FTP or HTTP requests, such as using > Lynx or downloading something for ports, does nothing. No error > other than taking a while and timing out (Ports downloads sometimes > say that he remote file does not exist, which is incorrect) CVSUP > and ping seem to work fine. To diagnose this, list readers need a more coherent test. In other words, pick a host outside your network with HTTP service that you know is up (WWW.SLB.TO, 128.248.230.104, for example). Try 'traceroute -n', 'ping', and 'lynx' using the IP address only. Then try the same things using the machine name instead. Maybe try the same thing with FTP (but make sure your client uses passive mode, particularly if your network is NAT'ed). If anything fails, report the *exact* commands you used and the *exact* error messages. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 7:51:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id C290B37B408 for ; Mon, 8 Oct 2001 07:51:33 -0700 (PDT) Received: (qmail 47336 invoked by uid 1000); 8 Oct 2001 14:51:55 -0000 Date: Mon, 8 Oct 2001 09:51:55 -0500 From: Lucas Bergman To: Wayne Pascoe Cc: questions@freebsd.org Subject: Re: PIM's Message-ID: <20011008095155.B47199@comp04.prc.uic.edu> Reply-To: lucas@slb.to References: <86hetatk9q.fsf@pan.ehsrealtime.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <86hetatk9q.fsf@pan.ehsrealtime.com>; from wayne.pascoe@ehsrealtime.com on Mon, Oct 08, 2001 at 12:59:29PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) /me thinks, "Maybe he knows some elisp." > Can anyone recommend a good PIM that I can easily write plugins for? > I want to have any mails that are generated by MS exchange > automagically added as appointments. M-x diary :) Seriously, all the Unix PIMs I've seen are Outlook clones, written with drool-proof electrons, all. They're good for people trying to duplicate their Windows installations on top of Unix, but they don't have the flexibility Unix fans expect. In particular, most lock you into a particular mail client. (If you don't mind CORBA and GNOME, I think Evolution is built on an abstract framework, but I don't know of anything built on that framework other than Evolution itself.) Anyone have a counterexample to the above rant? :) Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 7:54:49 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web11701.mail.yahoo.com (web11701.mail.yahoo.com [216.136.172.67]) by hub.freebsd.org (Postfix) with SMTP id 6E93337B405 for ; Mon, 8 Oct 2001 07:54:46 -0700 (PDT) Message-ID: <20011008145446.61474.qmail@web11701.mail.yahoo.com> Received: from [209.140.253.2] by web11701.mail.yahoo.com via HTTP; Mon, 08 Oct 2001 07:54:46 PDT Date: Mon, 8 Oct 2001 07:54:46 -0700 (PDT) From: Tim Erlin Subject: Re: problem installing window manager To: Rohit Panda , freebsd-questions@FreeBSD.ORG In-Reply-To: <20011008122139.22487.qmail@web12801.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --- Rohit Panda wrote: > > hi , > > iam trying to install the window manager after i > installed my X server.what window manager should i > use.and iam not able to use the ports collection > .though a file named x11(its not a directory in my > case ,dont know why :(- ),when i give the command > > file x11 > > it gives some error and says not a file. > > so now how do i install a manager and which manager > should i install.and if at all i install managers > like KDE ,what all file i have to download (as there > r lot of files).and i have heard about window maker > which is a window manager.i am in a fix,plz help me > out. > I assume that when you say you are unable to use the ports collection, you mean you haven't installed the ports collection. You can just add the package with the pkg_add command. The man page will provide you the details. I am personally using Windowmaker and am quite happy with it. Check out freebsd.org for details on dependencies, etc. http://www.freebsd.org/cgi/ports.cgi?query=windowmaker&stype=all __________________________________________________ Do You Yahoo!? NEW from Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. http://geocities.yahoo.com/ps/info1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 7:58:20 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id 96E3937B409 for ; Mon, 8 Oct 2001 07:58:16 -0700 (PDT) Received: (qmail 41942 invoked by uid 100); 8 Oct 2001 14:58:16 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15297.48904.41941.749008@guru.mired.org> Date: Mon, 8 Oct 2001 09:58:16 -0500 To: "Patrick O'Reilly" Cc: questions@freebsd.org Subject: RE: New Install Questions In-Reply-To: <85190123@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Patrick O'Reilly types: > > It's hard to state sizing information without knowing how big you > > expect the logs to be. In general, FreeBSD file systems are enough > > more robust than Linux file systems that you don't really need lots of > > partitions. If there isn't any user data on the server, I just use a / > > and /var, then put the web tree on /var as well. That way, you can > > mount / read-only. If you have users logging in and mucking with data, > > make it /, /home and /var. > > I'm not going to argue with Mike who has far more experience than I do, but > here is an alternative which was discussed just last week on the list: > > Greg Lehey's fine book suggests symlink-ing /var, as suggested > > also by Zach. [elided] > I guess the two options are much of a muchness! I *feel* more comfortable > with Greg's option because there is so much more installed on /usr. And the > / partition can be very small. Unless I've badly misunderstood what Greg is saying about partitioning these days, he no longer recommends a separate / and /usr. I've changed my mind in the last few years, after my experience with FreeBSD - vs. other Eunices - confirmed his contention that FreeBSD file systems are robust enough that the benefits outweigh the costs for this. There's no technological advantage to partitioning the disk on current releases of FreeBSD, that just creates more things that can run out of disk space. So rather than having / and /usr separate and symlinking /var to /usr/var, just make / and /usr one big partition that includes /var. The reasons to create separate partitions these days are *administrative*. Wantinging to mount part of the system r/o, or NFS export trees with different permissions, or have backup/restore/upgrade strategies, etc. The conclusion, as it was on the thread about swap space size, is that while there are some common "pat" answers or rules of thumb, you'll get better results if you make some estimates about how much space you'll need, think about how you want to use the space, and make decisions based on that information. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 7:59: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from web20007.mail.yahoo.com (web20007.mail.yahoo.com [216.136.225.70]) by hub.freebsd.org (Postfix) with SMTP id 0846337B403 for ; Mon, 8 Oct 2001 07:59:05 -0700 (PDT) Message-ID: <20011008145904.2187.qmail@web20007.mail.yahoo.com> Received: from [193.123.204.66] by web20007.mail.yahoo.com via HTTP; Mon, 08 Oct 2001 15:59:04 BST Date: Mon, 8 Oct 2001 15:59:04 +0100 (BST) From: =?iso-8859-1?q?Gavin=20Kenny?= Subject: RE: Multiple pcmcia nics (ed) on laptop - possible? To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes, you can have two pcmcia (pccard) NICs with FBSD 4.4, the error you quoted is the same error as I used to get with 4.1, but after I upgraded to 4.4, and did quite a lot of configuring and screaming for help on the mobile list I now have a notebook based router. Are you running 4.4 now? If not, upgrade! Gavin ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 8: 1:41 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.ehsrealtime.com [213.52.146.137]) by hub.freebsd.org (Postfix) with ESMTP id F157937B405 for ; Mon, 8 Oct 2001 08:01:37 -0700 (PDT) Received: from pan.ehsrealtime.com ([213.52.146.196]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 15qbuR-0000YJ-01; Mon, 08 Oct 2001 16:01:35 +0100 Received: from waynep by pan.ehsrealtime.com with local (Exim 3.22 #1) id 15qbt3-0000Wb-00; Mon, 08 Oct 2001 16:00:09 +0100 From: Wayne Pascoe To: lucas@slb.to Cc: , questions@freebsd.org Subject: Re: PIM's References: <20011008095155.B47199@comp04.prc.uic.edu> Reply-To: wayne.pascoe@ehsrealtime.com Date: 08 Oct 2001 16:00:08 +0100 In-Reply-To: <20011008095155.B47199@comp04.prc.uic.edu> Message-ID: <86669qrxc7.fsf@pan.ehsrealtime.com> Lines: 37 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Lucas Bergman writes: > > User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) > > /me thinks, "Maybe he knows some elisp." So very, very, very little :) > M-x diary :) That's not a bad idea... Then write a function into nnmail-split that pumps mail through lisp function to see if it's an appointment and if it is, add it to the diary... hmmm, this has potential. > Seriously, all the Unix PIMs I've seen are Outlook clones, written > with drool-proof electrons, all. They're good for people trying to > duplicate their Windows installations on top of Unix, but they don't Yeah, I have noticed this. > have the flexibility Unix fans expect. In particular, most lock you > into a particular mail client. (If you don't mind CORBA and GNOME, > I think Evolution is built on an abstract framework, but I don't > know of anything built on that framework other than Evolution > itself.) I think even evolution suffers from that kind of mentality. I know that the plugin functionality with Corba is a pain to code. Requires more brains than I have (but then, so do most things) :) Thanks for the idea though. -- Wayne Pascoe Things fall apart; the center cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 8: 3: 1 2001 Delivered-To: freebsd-questions@freebsd.org Received: from guru.mired.org (okc-65-31-203-60.mmcable.com [65.31.203.60]) by hub.freebsd.org (Postfix) with SMTP id C78B137B414 for ; Mon, 8 Oct 2001 08:02:52 -0700 (PDT) Received: (qmail 42136 invoked by uid 100); 8 Oct 2001 15:02:52 -0000 From: Mike Meyer MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15297.49180.66646.498962@guru.mired.org> Date: Mon, 8 Oct 2001 10:02:52 -0500 To: "P. U. (Uli) Kruppa" Cc: questions@freebsd.org Subject: Re: reset X without reboot In-Reply-To: <123831579@toto.iv> X-Mailer: VM 6.90 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid X-face: "5Mnwy%?j>IIV\)A=):rjWL~NB2aH[}Yq8Z=u~vJ`"(,&SiLvbbz2W`;h9L,Yg`+vb1>RG% *h+%X^n0EZd>TM8_IB;a8F?(Fb"lw'IgCoyM.[Lg#r\ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG P. U. (Uli) Kruppa types: > Sometimes, when I open too many "big" applications on my > desktop [StarOffice, Gimp, Mozilla] the mousepointer will > point about an inch to left to the place I can click on > the screen. > Yet I have only found one way to repair this: Completely > reboot my machine > (neither gnome's restart desktop is of any help, nor > [ctrl] + [alt] + [<--]). > Is there any other way to reset this? Have you tried restarting the X server? If you're using startx from a shell prompt, just exit X and run startx again. If you're using ?dm, you'll have to go to a different vty - with something like CTRL-ALT-F2 - use ps to find the X server, and kill it by hand. You'll probably want to log out back to the ?dm screen before doing that. http://www.mired.org/home/mwm/ Q: How do you make the gods laugh? A: Tell them your plans. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 8: 3:34 2001 Delivered-To: freebsd-questions@freebsd.org Received: from wop21.wop.wtb.tue.nl (wop21.wop.wtb.tue.nl [131.155.56.216]) by hub.freebsd.org (Postfix) with ESMTP id 4463B37B409 for ; Mon, 8 Oct 2001 08:03:24 -0700 (PDT) Received: (from karelj@localhost) by wop21.wop.wtb.tue.nl (8.11.6/8.11.6) id f98F3Dm36526; Mon, 8 Oct 2001 17:03:13 +0200 (CEST) (envelope-from karelj) Date: Mon, 8 Oct 2001 17:03:11 +0200 From: "Karel J. Bosschaart" To: "P. U. (Uli) Kruppa" Cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: reset X without reboot Message-ID: <20011008170311.A19213@wop21.wop.wtb.tue.nl> References: <20011008045126.E1481-100000@big> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20011008045126.E1481-100000@big>; from root@pukruppa.de on Mon, Oct 08, 2001 at 05:13:26AM +0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Oct 08, 2001 at 05:13:26AM +0000, P. U. (Uli) Kruppa wrote: > Hi! > > Sometimes, when I open too many "big" applications on my > desktop [StarOffice, Gimp, Mozilla] the mousepointer will > point about an inch to left to the place I can click on > the screen. > Yet I have only found one way to repair this: Completely > reboot my machine > (neither gnome's restart desktop is of any help, nor > [ctrl] + [alt] + [<--]). > Is there any other way to reset this? > > > [oh yes: I am running XF86-4 , gnome , sawfish -ports on > -STABLE] > When such a thing happens I'm logging in remotely and kill all X stuff, then restart xdm or whatever I want. Most of the time this works. If not, I have at least the possibility to do a clean shutdown and reboot. Karel. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 8: 4:31 2001 Delivered-To: freebsd-questions@freebsd.org Received: from 1upmc-msximc2.isdip.upmc.edu (1upmc-msximc2.isdip.upmc.edu [128.147.18.40]) by hub.freebsd.org (Postfix) with ESMTP id 9888337B401 for ; Mon, 8 Oct 2001 08:04:18 -0700 (PDT) Received: by 1upmc-msximc2.isdip.upmc.edu with Internet Mail Service (5.5.2653.19) id <42H8WKZ5>; Mon, 8 Oct 2001 11:03:14 -0400 Message-ID: <46AEB8C1B628D511969200508B6FE42A668655@1upmc-msx6.isdip.upmc.edu> From: "Person, Roderick" To: "'questions@FreeBSD.ORG'" Subject: Can Kernal Changes cause this, If so can it be fixed? Date: Mon, 8 Oct 2001 11:05:57 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1500A.BBD1ABE0" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1500A.BBD1ABE0 Content-Type: text/plain; charset="iso-8859-1" I tried to upgrade from 4.3 to 4.4. I downloaded and created the iso images. When I try to boot Disk I It hangs and never boot. The hang comes after the disk checks and a message appears - mount / on mdc0 or such and nothing happens it should kick to the sysinstall but doesn't. So, I rebooted to my 4.3 kernel and used sysinstall to upgrade everything. And it worked with the packages and the distribution sets. So, I rebuilt my kernel rebooted and blam freezes again on mounting root. This time the mount / ufs on ad0 but never anything else. So now my system has a 4.3 kernel with 4.4 everything else. I don't thing this is a problem is it? Any hints or suggestions. My machine is as follows: PII 400 256 MB RAM Via chipset motherboard. 3 internal Hard drives. 1 CDrom USB port has a cd burner attached. Roderick P. Person Programmer II personrp@ccbh.com "Popularity is bland." ------_=_NextPart_001_01C1500A.BBD1ABE0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Can Kernal Changes cause this, If so can it be fixed?

I tried to upgrade from 4.3 to 4.4. I downloaded and = created the iso images. When I try to boot Disk I It hangs and never = boot. The hang comes after the disk checks and a message appears - = mount / on mdc0 or such and nothing happens it should kick to the = sysinstall but doesn't.

So, I rebooted to my 4.3 kernel and used sysinstall = to upgrade everything. And it worked with the packages and the = distribution sets. So, I rebuilt my kernel rebooted and blam freezes = again on mounting root. This time the mount / ufs on ad0 but never = anything else. So now my system has a 4.3 kernel with 4.4 everything = else. I don't thing this is a problem is it? Any hints or suggestions. = My machine is as follows:

        PII = 400
        256 MB = RAM
        Via = chipset motherboard.
        3 = internal Hard drives.
        1 = CDrom
        USB port = has a cd burner attached.



Roderick P. Person
Programmer II
personrp@ccbh.com

"Popularity is bland."

------_=_NextPart_001_01C1500A.BBD1ABE0-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 8: 8:40 2001 Delivered-To: freebsd-questions@freebsd.org Received: from clientmail.realtime.co.uk (simian.ehsrealtime.com [213.52.146.137]) by hub.freebsd.org (Postfix) with ESMTP id E892337B407 for ; Mon, 8 Oct 2001 08:08:37 -0700 (PDT) Received: from pan.ehsrealtime.com ([213.52.146.196]) by clientmail.realtime.co.uk with esmtp (Exim 3.20 #1) id 15qc14-0000Yy-01; Mon, 08 Oct 2001 16:08:26 +0100 Received: from waynep by pan.ehsrealtime.com with local (Exim 3.22 #1) id 15qbzg-0000XI-00; Mon, 08 Oct 2001 16:07:00 +0100 From: Wayne Pascoe To: "Person, Roderick" Cc: freebsd-questions@freebsd.org Subject: Re: rpm question References: <46AEB8C1B628D511969200508B6FE42A668653@1upmc-msx6.isdip.upmc.edu> Reply-To: wayne.pascoe@ehsrealtime.com Date: 08 Oct 2001 16:06:59 +0100 In-Reply-To: <46AEB8C1B628D511969200508B6FE42A668653@1upmc-msx6.isdip.upmc.edu> Message-ID: <86sncuqigc.fsf@pan.ehsrealtime.com> Lines: 23 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Person, Roderick" writes: > Does any one know of a way to extract an rpm without it installing into the > paths that it should use but to the current directory. I have a mandrake linux > package that are fonts. I tried to do: > >   rpm -i --nodeps > but it gave me the error the "the package was for a different file system." I > don't understand what to do with that? try --force :) Otherwise, open the rpm using midnight commander and extract away. Last option would be to grab the source RPM and get the fonts out of the tarball in that. HTH -- Wayne Pascoe Things fall apart; the center cannot hold; Mere anarchy is loosed upon the world. - Yeats To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 8:15: 6 2001 Delivered-To: freebsd-questions@freebsd.org Received: from comp04.prc.uic.edu (comp04.prc.uic.edu [128.248.230.104]) by hub.freebsd.org (Postfix) with SMTP id 52E9F37B40C for ; Mon, 8 Oct 2001 08:15:04 -0700 (PDT) Received: (qmail 48579 invoked by uid 1000); 8 Oct 2001 15:15:26 -0000 Date: Mon, 8 Oct 2001 10:15:26 -0500 From: Lucas Bergman To: Wayne Pascoe Cc: questions@freebsd.org Subject: Re: PIM's Message-ID: <20011008101526.C47199@comp04.prc.uic.edu> Reply-To: lucas@slb.to References: <20011008095155.B47199@comp04.prc.uic.edu> <86669qrxc7.fsf@pan.ehsrealtime.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <86669qrxc7.fsf@pan.ehsrealtime.com>; from wayne.pascoe@ehsrealtime.com on Mon, Oct 08, 2001 at 04:00:08PM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > > M-x diary :) > > That's not a bad idea... Then write a function into nnmail-split > that pumps mail through lisp function to see if it's an appointment > and if it is, add it to the diary... hmmm, this has potential. Also, bear in mind that if you're talking about appointment mails generated by Outlook, you can tell people to set a preference to send you appointments in iCalendar format, which is not too hard to parse. Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 8:20: 9 2001 Delivered-To: freebsd-questions@freebsd.org Received: from LKLDDC01.GARGANTUAN.COM (145bus8.tampabay.rr.com [24.94.145.8]) by hub.freebsd.org (Postfix) with ESMTP id 53D9D37B403 for ; Mon, 8 Oct 2001 08:20:05 -0700 (PDT) Received: by LKLDDC01.GARGANTUAN.COM with Internet Mail Service (5.5.2653.19) id <4Q1RCTJK>; Mon, 8 Oct 2001 11:20:00 -0400 Message-ID: <1DA741CA6767A144BAA4F10012536C27A8D0@LKLDDC01.GARGANTUAN.COM> From: "Oliver, Michael W." To: "'freebsd-questions@freebsd.org'" Subject: RE: Multiple pcmcia nics (ed) on laptop - possible? Date: Mon, 8 Oct 2001 11:19:52 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes, this is built on 4.4 Release. -----Original Message----- From: Gavin Kenny To: questions@freebsd.org Sent: 10/8/2001 10:59 AM Subject: RE: Multiple pcmcia nics (ed) on laptop - possible? Yes, you can have two pcmcia (pccard) NICs with FBSD 4.4, the error you quoted is the same error as I used to get with 4.1, but after I upgraded to 4.4, and did quite a lot of configuring and screaming for help on the mobile list I now have a notebook based router. Are you running 4.4 now? If not, upgrade! Gavin ____________________________________________________________ Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at http://mail.yahoo.ie To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 8:44:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from primus.vsservices.com (primus.vsservices.com [63.66.136.75]) by hub.freebsd.org (Postfix) with ESMTP id 7F10D37B403 for ; Mon, 8 Oct 2001 08:44:06 -0700 (PDT) Received: from prime.vsservices.com (conr-adsl-dhcp-28-213.txucom.net [209.34.28.213]) by primus.vsservices.com (8.11.3/8.11.3) with SMTP id f98CYSq65464; Mon, 8 Oct 2001 05:34:28 -0700 (PDT) (envelope-from gclarkii@vsservices.com) Content-Type: text/plain; charset="iso-8859-1" From: GB Clark II To: BSD Freak , FreeBSD Questions Subject: Re: Authenticated SMTP for roaming users Date: Mon, 8 Oct 2001 07:34:29 -0500 X-Mailer: KMail [version 1.2] References: In-Reply-To: MIME-Version: 1.0 Message-Id: <01100807342903.07185@prime.vsservices.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 07 October 2001 18:12, BSD Freak wrote: > Hi everyone, > > Has anyone been able to setup FreeBSD with sendmail relaying mail for > users who authenticate to the box. > > I have romaing users, that dial up to a varity of ISPs and I have the > problem of having to change their outgoing mail setting depending on > where they are going to be. > > I certianly do not not desire (or think it would be responsible) to open > up my SMTP server to the world. > > > Any help would be greatly appreciated. > > Thanks in advance...... > Hi, I've got a perl script that parses my popusers.log file, pulls out the last IP addresses for the users, creates a text file and adds these to the access db for sendmail. The only changes to a stock system are make pop syslog to a different queue and then run the script every 5 mins. I don't have mobile users (outside of the fact that they are dialups) so I don't know how long your users stay on-lline (5 min might be too long). GB -- GB Clark II | Roaming FreeBSD Admin gclarkii@VSServices.COM | General Geek CTHULU for President - Why choose the lesser of two evils? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 8:54:15 2001 Delivered-To: freebsd-questions@freebsd.org Received: from icc.cgu.chel.su (gw.csu.ru [195.54.14.5]) by hub.freebsd.org (Postfix) with ESMTP id 11C4237B406 for ; Mon, 8 Oct 2001 08:54:05 -0700 (PDT) Received: from mail.cgu.chel.su (mail.cgu.chel.su [195.54.14.68]) by icc.cgu.chel.su (8.11.6/8.11.6) with ESMTP id f98FrmP17680 (using TLSv1/SSLv3 with cipher EDH-RSA-DES-CBC3-SHA (168 bits) verified NO); Mon, 8 Oct 2001 21:53:52 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: (from uucp@localhost) by mail.cgu.chel.su (8.11.6/8.11.2) with UUCP id f98Frmk47171; Mon, 8 Oct 2001 21:53:48 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Received: from localhost (localhost.cgu.chel.su [127.0.0.1]) by jane.poka.net (8.11.6/8.11.1) with ESMTP id f98FrO801742; Mon, 8 Oct 2001 21:53:24 +0600 (YEKST) (envelope-from ilia@cgu.chel.su) Date: Mon, 8 Oct 2001 21:53:24 +0600 (YEKST) From: Ilia Chipitsine X-Sender: ilia@jane.poka.net To: Mike Meyer Cc: questions@freebsd.org Subject: Re: md's oddity In-Reply-To: <15297.46915.792917.706479@guru.mired.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=koi8-r Content-Transfer-Encoding: 8BIT Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Salut, Mike Meyer ! On Mon, 8 Oct 2001, Mike Meyer wrote: > Ilia Chipitsine types: > > On Sun, 7 Oct 2001, Mike Meyer wrote: > > > Ilia E. Chipitsine types: > > > > Salut, Mike Meyer ! > > > > On Sun, 7 Oct 2001, Mike Meyer wrote: > > > > > Ilia Chipitsine types: > > > > > Check the md man page. It notes that md disks are "severely limited in > > > > so, why does it hang ? > > > Because it's buggy. You should be getting an ENOSPC error. > > I'm not getting any error. "cp" process is in "MD sec" state. > > system is hanging. that's it. > > That's because it's buggy. > > > well, problem is very and very simple. > > I need just memory disk. 150, 200Mb. no matter what. > > So why not use mfs or create a pre-loaded md, as I suggested? thank you. preloaded MFS did the job. > > > > Yes. It's also going to replace vn. It's a new version that combines > > > the functionality of all three of them. I don't know what, if any, > > > limits it has if you want the disk to not be able to be paged out. > > CURRENT branch ? or STABLE ? > > -Current eventually becomes -stable. Right now the new md is in > -current. The best comment on the state of -current is that > 5.0-RELEASE has been put off until next year. A number of people have > asked that the new md be MFC'ed, without deleting vn and mfs as > happened in -current, so that those of us using mfs and vn can on > -stable can switch in advance. > > -- > Mike Meyer http://www.mired.org/home/mwm/ > Q: How do you make the gods laugh? A: Tell them your plans. > Regards, (îÁÉÌÕÞÛÉÅ ÐÏÖÅÌÁÎÉÑ) Ilia Chipitsine (éÌØÑ ûÉÐÉÃÉÎ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message From owner-freebsd-questions Mon Oct 8 9: 2:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id F318B37B401; Mon, 8 Oct 2001 09:02:23 -0700 (PDT) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id f98G2Mu02508; Mon, 8 Oct 2001 10:02:22 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id f98G2L759656; Mon, 8 Oct 2001 10:02:22 -0600 (MDT) (envelope-from imp@harmony.village.org) Message-Id: <200110081602.f98G2L759656@harmony.village.org> To: huang wen hui Subject: Re: My Xircom driver not work on 4.4 Cc: freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG In-reply-to: Your message of "Mon, 08 Oct 2001 04:12:31 PDT." <20011008111231.47914.qmail@web20403.mail.yahoo.com> References: <20011008111231.47914.qmail@web20403.mail.yahoo.com> Date: Mon, 08 Oct 2001 10:02:21 -0600 From: Warner Losh Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Try adding #define XE_DEBUG 2 at the start of if_xe.c, rebuilding and letting me know. Also, chances are good that this may be due to a problem with memory allocation in -stable. orm0: