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.