Re: installing qt with thread support

2003-07-31 Thread pierre-yves.verdon
On Thursday 31 July 2003 17:20, Herbert wrote: > Hei! > > On Tue, Jul 29, 2003 at 04:29:59PM +0200, pierre-yves.verdon wrote: > > Hi, > > is someone could tell me how i can build qt with the thread support? > > > > More generally what should i do to know all options available before > > doing make

HELP! Undefined symbol "__stdoutp" in FreeBSD 4.3...

2003-07-31 Thread camp
Hi, On a FreeBSD 4.3 server (I inherited when I took over IT duties at a new client), I am getting "Undefined symbol "__stdoutp"" error messages when I try to run utilities (e.g. sudo) that I have pkg_add'ed to the server. Also, attempts to build the latest 'sudo' port fail. Initially, the port

Re: Help PLEASE! on proper kernel config file to use serial portswith puc driver

2003-07-31 Thread J. Seth Henry
Stan, Could you describe your hardware in a bit more detail. I can't imagine why your system would hard lock, unless there is something seriously wrong. Also, I'm curious why puc is detecting your card as sio4 and sio5 (COM5 and COM6 respectively) Most mainboards only have sio0/COM1 and sio1/COM2.

Re: Really Crazy SMTP Problem

2003-07-31 Thread Michael Collette
Eric, Not knowing what all you've got configured exactly, here's a couple of possible guesses to weed out the basics. Can you do a reverse DNS lookup on your mail server? In other words, perform a whois on the IP address and get a legit domain name. Many servers require this in order to keep

does freebsd support IRDA comm.?

2003-07-31 Thread S.W.Liu
Does FreeBSD support IRDA devices? and how to config? thk! ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Unable to access the internet through Windows 2000 proxy Server

2003-07-31 Thread Rommel B. Ikeda
Dear Mr. Aaron Siegel, I am sorry for bothering you again...and Thank you for your response... Yes, 192.168.1.5 is our gateway's IP address. I was able to "route add default 192.168.1.5" as root. When I "netstat -r" the default 192.168.1.5 showed up. Just to be sure below is the result of my

RE: information

2003-07-31 Thread Richard Johannesson
This is where I got the latest ISO: ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/ISO-IMAGES/5.1 > -Original Message- > From: [EMAIL PROTECTED] [mailto:owner-freebsd- > [EMAIL PROTECTED] On Behalf Of gerardo diaz > Sent: Thursday, July 31, 2003 9:25 PM > To: [EMAIL PROTECTED] > Subject:

information

2003-07-31 Thread gerardo diaz
where i can download free FreeBSD, thanks GERARDO DIAZ PERU ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: WU FTPD

2003-07-31 Thread Jerry M. Howell II
On Thu, Jul 31, 2003 at 02:18:25PM -0400, Lucas Holt wrote: > There was a vulnerability released today in wu ftpd and I'm unclear if > this would affect the software running on a freebsd system. It appears > to cause problems on linux 2.4.x kernels but not older kernels due to > the way the com

RE: can't connect to the network

2003-07-31 Thread Derrick Ryalls
> i'm running FreeBSD 4.8 on one of my machines. i'm having a > really frustrating problem. i cannot connec to anything > outside of the interface. Is it giving any error msg? If it says no route to host, you need to setup a default route, but I doubt this is the issue. > > i've quarduple

freebsd 5.0 and supporting USB 2.0

2003-07-31 Thread xxcrisxx
Hi to all list I'm a newbie of freebsd (I used linux for a couple of years),I had just assembled my new computer (Gigabyte 7VAXP with athlon XP2500+ ), I installed a 5.0 release and is working fine and I'd like to know if I can set the kernel to support usb 2.0 or I have to install the freebsd 5.1

Re: CVSUP

2003-07-31 Thread Adam Stroud
No, that was fine. I understand what you are saying. I was actually thinking that myself, I was just wondering if anyone had any easier way. It's not a big deal really, I just change the default install dirs on one port. That means that I change all of 4 lines in a Makefile, I was just wonde

Re: buggy optimization levels...

2003-07-31 Thread Kris Kennaway
On Thu, Jul 31, 2003 at 10:30:57PM -0400, Chuck Swiger wrote: > Fine. However, you don't _need_ to identify the reason why the kernel > died, or solve the bug in global common expression elimination to solve the > problem of compiling the system with "cc -O2" resulting in a buggy kernel. > If

imake won't install-4.3.0

2003-07-31 Thread Richard Johannesson
Using sysinstall, was going to install emacs and kde. Install failed on installing imake. The error I got Was "Add of package imake-4.3.0 aborted, error code 1 - Please check the debug screen for more info." , then got "Loading of dependent package imake-4.3.0 failed". Where is this debug scree

Re: tcsh script: quote and spaces problems

2003-07-31 Thread Dan Nelson
In the last episode (Aug 01), Rob Lahaye said: > Another odd behaviour occurs when I say: > > set foo="abc" > > which tcsh reduces to "a b c", despite the quotes. This works for me (-CURRENT). $ tcsh dan: {3001} set foo="abc" dan: {3002} set | grep foo _

Re: Video Card

2003-07-31 Thread Vulpes Velox
try doing a XFree86 -configure and see if that produces a working conf... then just move it and change it to the desired res and whatever... On Thu, 31 Jul 2003 17:17:06 +0100 "Per Nilsson " <[EMAIL PROTECTED]> wrote: > Hi. > > I was wondering if you can tell me how to get my video card workin

Re: tcsh script: quote and spaces problems

2003-07-31 Thread Rob Lahaye
Dan Nelson wrote: > > Actually it doesn't. You get this result because sh splits variables > on $IFS before passing the result to a command, so what echo gets is > argv[1]="-f \"t" > argv[2]="\"" I come to the conclusion that there's no intuitive solution in a tcsh script for set foo='-f

Re: buggy optimization levels...

2003-07-31 Thread Erik Trulsson
On Thu, Jul 31, 2003 at 10:30:57PM -0400, Chuck Swiger wrote: > Kris Kennaway wrote: > >On Thu, Jul 31, 2003 at 09:34:17PM -0400, Chuck Swiger wrote: > >>OK. Can the existence of such problems be confirmed reliably, say by > >>regression testing? > > > >The problem is in identifying precisely whi

Re: buggy optimization levels...

2003-07-31 Thread Chuck Swiger
Kris Kennaway wrote: On Thu, Jul 31, 2003 at 09:34:17PM -0400, Chuck Swiger wrote: OK. Can the existence of such problems be confirmed reliably, say by regression testing? The problem is in identifying precisely which piece of code is failing. A regression test is only useful if it concisely exe

Re: tcsh script: quote and spaces problems

2003-07-31 Thread Dan Nelson
In the last episode (Jul 31), Chuck Swiger said: > Rob Lahaye wrote: > [ ... ] > >Any solutions for this problem with quotes and spaces in tcsh > >script? Or is tcsh not suitable for this kind of things? > > Ugh, the latter. :-) /bin/sh handles nested quoting right, but crunches > the space tog

Installing 4.8 from a PCMCIA NIC

2003-07-31 Thread Kirk Strauser
I'm trying to install FreeBSD 4.8 on a machine with no CD-ROM, and only a PCMCIA NIC (Microsoft (yep) MN-520, Prism 2, works under Linux using the "prism2_cs" driver). sysinstall prompts for the PCMCIA bus'es memory segment and usable IRQs, and I give it the values that Linux was using on the same

Re: tcsh script: quote and spaces problems

2003-07-31 Thread Michael E. Mercer
ok ok... I noticed one thing while playing with this... the script hello.sh #!/bin/tcsh -f set JUNK='-f "t "' echo ">>${JUNK}<<" echo ">>"${JUNK}"<<" The first echo prints it -f "t " and the second -f "t " Can you use it with the double quotes around it? later MeM On Thu, 2003-07-31 at 22

Re: tcsh script: quote and spaces problems

2003-07-31 Thread Chuck Swiger
Rob Lahaye wrote: [ ... ] Any solutions for this problem with quotes and spaces in tcsh script? Or is tcsh not suitable for this kind of things? Ugh, the latter. :-) /bin/sh handles nested quoting right, but crunches the space together: % foo="-f \"t \"" % echo $foo -f "t " % foo='-f "t "' %

Re: tcsh script: quote and spaces problems

2003-07-31 Thread Michael E. Mercer
On Thu, 2003-07-31 at 21:42, Rob Lahaye wrote: > When I use >set flag='-f "t "' > When I echo this out, I get what you are wanting... can you show us how you are using this, to get the "weird" behavior? Thanks MeM ___ [EMAIL PROTECTED] mailing li

Ieomega zip

2003-07-31 Thread fabio
Hallo BSD people. I'm installing BSD4.8 on a DELLi486(notebook) which doesn't have a CD-ROM. I would really appreciate if you know any solutions to how I can install the BSD extra packages with a ZIP100 parralell port after the floppy install. At ieomega.com I didn't find any drives. Any help wil

Re: buggy optimization levels...

2003-07-31 Thread Kris Kennaway
On Thu, Jul 31, 2003 at 09:34:17PM -0400, Chuck Swiger wrote: > OK. Can the existence of such problems be confirmed reliably, say by > regression testing? The problem is in identifying precisely which piece of code is failing. A regression test is only useful if it concisely exercises a specif

can't connect to the network

2003-07-31 Thread Bsd Neophyte
i'm running FreeBSD 4.8 on one of my machines. i'm having a really frustrating problem. i cannot connec to anything outside of the interface. i've quarduple checked that the NIC is assigned an address with the same subnet as my network. i can ping the ip address on the NIC, but i can't ping any

tcsh script: quote and spaces problems

2003-07-31 Thread Rob Lahaye
Hello, I've been trying to include the quote (") characters and spaces into a tcsh script variable; for already two days I've been trying various ways doing this to no avail! I'm about to think that it is impossible. For example: #!/bin/tcsh set flag="-f "t ""

Re: buggy optimization levels...

2003-07-31 Thread Chuck Swiger
Kris Kennaway wrote: On Mon, Jul 14, 2003 at 05:37:45PM -0400, Chuck Swiger wrote: The "known bugs" section of the GCC info documentation lists 5 issues; "man gcc" lists none. Can someone provide a test case for a bug involving "cc -O" versus "cc -O3" under FreeBSD 4-STABLE for the x86 architect

Re: /usr/ports/mail/sentinel is broken...

2003-07-31 Thread Lowell Gilbert
"Jeff D. Hamann" <[EMAIL PROTECTED]> writes: > I've been looking for a milter to add to my FreeBSD 4.4 system and figured I > would simply go the great ports collection for the task. I chose sentinel > figuring it had al;l the rough edges taken off and the admin looked pretty > simple. I'm current

Re: emacs - gnu, x ...?

2003-07-31 Thread Lowell Gilbert
george donnelly <[EMAIL PROTECTED]> writes: > I'd like to start getting into emacs, but there are so many versions and > variations that I'm not sure which one to install from ports, eg we have gnu > emacs and xemacs. For a beginner, you won't notice the differences. _

Re: Freebsd behind a proxy

2003-07-31 Thread Lowell Gilbert
Aaron Siegel <[EMAIL PROTECTED]> writes: > I am currently helping a fellow user, Rommel B. Ikeda [EMAIL PROTECTED] He > is have problems getting is computer to connect to the internet through a > Window 2000 proxy server. I only have experience with NAT. I do not expect > someone to solve ou

shell scripting while if string length != 0

2003-07-31 Thread Dave [Hawk-Systems]
for reasons best left unsaid, we need to pull in a file full of partial commands, and run them via a shell script on occasion, removing each command as we run it. Have managed to hack togetherthe following shell script, but and stumped on something simple because of my lack of shell knowledge; th

Re: fdisk problem [core dump]

2003-07-31 Thread Lowell Gilbert
[EMAIL PROTECTED] () writes: > When I try to use fdisk with a Maxtor diamond plus 9 HD [ model 6Y080L0] I get an > error during "Writing partition information to drive ad0" like "Segmentation fault > (core dumped)" > I do these steps: > sysinstall-->configure-->fdisk > > A = Use Entire Disk > w

Re: ipfw ruleset question

2003-07-31 Thread Lowell Gilbert
Andrzej Kwiatkowski <[EMAIL PROTECTED]> writes: > I've got a bit strange problem.. > > My freeBSD works as NAT with natd. > > Whene rule > > divert 8668 ip from any to any via fxp0 > > is first everything is ok,but when i try to move this rule after some > blocking spamer rules, my Nat won't w

Re: largest amount of memory a system can use

2003-07-31 Thread Lowell Gilbert
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > I need to know what is the upper limit on the amount of memory a process > can use under freebsd. Using rlimit (under 4.8-RELEASE) seems to return > 2GB. > > Is there any plan to support larger than this in the future 5.x releases ? I don't know

SMART hard drive utility?

2003-07-31 Thread Matt Staroscik
Does anyone know of a utility to monitor temperature and event logs on "SMART" hard drives? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: Problems with MailArchive searches

2003-07-31 Thread fbsd_user
This all ways works for me http://groups.google.com/groups?hl=en&group=mailing.freebsd.question s -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lowell Gilbert Sent: Thursday, July 31, 2003 8:36 PM To: Hasse Cc: FreeBSD Questions Subject: Re: Problems with

Re: Problems with MailArchive searches

2003-07-31 Thread Lowell Gilbert
Hasse <[EMAIL PROTECTED]> writes: > Hi everybody. > I have a problem doing searches in the mailarchive. > This is the message I get : > > Mail Archive Search > > None of the archives you requested (freebsd-newbies, freebsd-questions and > freebsd-user-groups) are available at this time. > > Pl

Re: linux_llseek

2003-07-31 Thread Lowell Gilbert
Hmm. If I remember correctly, the linux_llseek() call is just a hack to add a wider-than-32-bit lseek(2) type call without touching anything already in the system. I may be confused, though. In any case, this doesn't really make sense, because it's really just a wrapper around a system call (at

Re: ARP Problem - Please Help

2003-07-31 Thread Lowell Gilbert
"Company 2210" <[EMAIL PROTECTED]> writes: > My problem is this (and it's driving me nuts as I can't see the > solution). I have two freebsd boxes acting as routers, the layout is like > this: > > > Clients (12.20.78.0/25) <->(eth0) ROUTER A (eth1)<===> (eth1) ROUTER > B (eth0) <

Re: Dual booting FreeBSD and Windows XP

2003-07-31 Thread JacobRhoden
On Fri, 1 Aug 2003 02:29 am, Jud wrote: > > > My question is: does FreeBSD's boot loader support loading XP? > > > Because I've heard XP doesn't like it's MBR being overwritten. Is this > > > true? > > > > I believe both statements are true. > > Anyway, you can boot XP with FreeBSD's MBR and that'

Re: emacs - gnu, x ...?

2003-07-31 Thread george donnelly
[Benjamin Walkenhorst wrote ([EMAIL PROTECTED]) on 7/31/03 6:44 PM] > If you want a GUI, try GNU Emacs or XEmacs. I prefer GNU Emacs, but I suggest > you try both (if you are looking for a GUI). > If you don't want a GUI, and if you are not looking for Emacs' massive > extensibility, there are sev

Re: emacs - gnu, x ...?

2003-07-31 Thread Benjamin Walkenhorst
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, 1. August 2003 00:22, george donnelly wrote: > I'd like to start getting into emacs, but there are so many versions and > variations that I'm not sure which one to install from ports, eg we have > gnu emacs and xemacs. > > which emacs should

Re: BSD Install; San Jose, CA

2003-07-31 Thread Warren Block
On Thu, 31 Jul 2003, Josh Fox wrote: > 22:44 GMT 7/31/03 > Ladies and Gentlemen: > I am a newer BSD user and a fairly seasoned Solaris user; I am having a > FreeBSD install problem. Is there anyone in the San Jose, CA area that > can get with me Tuesday 8/5/03 in the lobby of the San Jose Wyndham

Re: updating the perl installation

2003-07-31 Thread David S. Jackson
On Thu, Jul 31, 2003 at 09:42:15AM -0500 Alfonso Romero <[EMAIL PROTECTED]> wrote: > I installed the perl 5.8.0 port on FreeBSD 4.8 using make > install, but the old perl version is still there. How can I > upgrade it to the new port version? The real question is, what will upgrading break? -- D

Error when starting quake3, Anybody????

2003-07-31 Thread [EMAIL PROTECTED]
I've been busy installing the new NVIDIA drivers so 3D support is utilised. Now I've recompiled my kernel so that the nessesary support whas selected. Then installed the driver and configured the XF86config file. (This al took like 2 weeks to find out). Now I got rid of al the previous error's I

Re: emacs - gnu, x ...?

2003-07-31 Thread Joshua Oreman
On Thu, Jul 31, 2003 at 05:22:40PM -0500 or thereabouts, george donnelly wrote: > I'd like to start getting into emacs, but there are so many versions and > variations that I'm not sure which one to install from ports, eg we have gnu > emacs and xemacs. > > which emacs should i install, use and le

Re: WU FTPD

2003-07-31 Thread Kris Kennaway
On Thu, Jul 31, 2003 at 02:18:25PM -0400, Lucas Holt wrote: > There was a vulnerability released today in wu ftpd and I'm unclear if > this would affect the software running on a freebsd system. It appears > to cause problems on linux 2.4.x kernels but not older kernels due to > the way the com

Re: buggy optimization levels...

2003-07-31 Thread Kris Kennaway
On Mon, Jul 14, 2003 at 05:37:45PM -0400, Chuck Swiger wrote: > Hi, all-- > > The "known bugs" section of the GCC info documentation lists 5 issues; "man > gcc" lists none. Can someone provide a test case for a bug involving "cc > -O" versus "cc -O3" under FreeBSD 4-STABLE for the x86 architect

Re: fdisk ID for FreeBSD

2003-07-31 Thread Matthew Emmerton
A5 is hexadecimal for 165. - Original Message - From: "mess-mate" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 31, 2003 4:31 PM Subject: Re: fdisk ID for FreeBSD > Sorry, I didn't find it, but fdisk say's 'a5'. > mess-mate > > On Thu, 31 Jul 2003 16:20:45 -0400 > Mik

emacs - gnu, x ...?

2003-07-31 Thread george donnelly
I'd like to start getting into emacs, but there are so many versions and variations that I'm not sure which one to install from ports, eg we have gnu emacs and xemacs. which emacs should i install, use and learn? <--> george donnelly ~ http://www.zettai.net/ ~ "Quality Zope Hosting" Shared and De

Nvidia Drivers + FreeBSD AGP + Big textures = Problems

2003-07-31 Thread Mica Telodico
Hi all , I'm getting problems with FreeBSD AGP driver and Nvidia DRVs. My system is composed by a Geforce3 Ti200 (by Creative) and an MSI KT4Ultra (KT400) . I've decided to use the FreeBSD AGP driver instead of the Nvidia one , but I'm getting the following problem: When I play to Enemy Territor

RE: FreeBSD-5.1 problem with Dell Perc 3Di

2003-07-31 Thread Schimcek, Derrick
we installed 5.0 from cd onto a 2650 with raid 5 and it didn't have a problem at all -Original Message- From: RJ45 [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 10:35 AM To: [EMAIL PROTECTED] Subject: FreeBSD-5.1 problem with Dell Perc 3Di HEllo I Wanted to install FreeBSD 5.1

BSD Install; San Jose, CA

2003-07-31 Thread Josh Fox
22:44 GMT 7/31/03 Ladies and Gentlemen: I am a newer BSD user and a fairly seasoned Solaris user; I am having a FreeBSD install problem. Is there anyone in the San Jose, CA area that can get with me Tuesday 8/5/03 in the lobby of the San Jose Wyndham to help tackle my install problem. I have a Pa

Re:

2003-07-31 Thread Bob Collins
At 03:59 PM 7/31/2003 -0500, Ken Copling wrote: hello is there a command in the shell that will let me connect to my service provider so i can get on the internet to do things like web search I just dont like having to open up the x window just to get on the net so is there a way of doing it in

[no subject]

2003-07-31 Thread Ken Copling
hello is there a command in the shell that will let me connect to my service provider so i can get on the internet to do things like web search I just dont like having to open up the x window just to get on the net so is there a way of doing it in the shell ___

Re: CVSUP

2003-07-31 Thread oremanj
On Thu, Jul 31, 2003 at 03:00:55PM -0400 or thereabouts, [EMAIL PROTECTED] wrote: > I have a question about cvsup. I read the manual and can update my ports with no > problem. Here is my question though...what if I was to change the Makefile for a > port? > Is there a way I can still use CVSu

Re: fdisk ID for FreeBSD

2003-07-31 Thread mess-mate
Sorry, I didn't find it, but fdisk say's 'a5'. mess-mate On Thu, 31 Jul 2003 16:20:45 -0400 Mike Tancsa <[EMAIL PROTECTED]> wrote: | | 165. | | Its in the man pages as well which you can see off www.freebsd.org. | | ---Mike | | At 10:10 PM 31/07/2003 +0200, mess-mate wrote: | >Hi, |

Re: fdisk ID for FreeBSD

2003-07-31 Thread Mike Tancsa
165. Its in the man pages as well which you can see off www.freebsd.org. ---Mike At 10:10 PM 31/07/2003 +0200, mess-mate wrote: Hi, what ID do I use on fdisk for a FreeBSD partition ? ( for ex. 83 for a linux partition) thanks mess-mate ___ [EM

fdisk ID for FreeBSD

2003-07-31 Thread mess-mate
Hi, what ID do I use on fdisk for a FreeBSD partition ? ( for ex. 83 for a linux partition) thanks mess-mate ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]

Re: startx - problem

2003-07-31 Thread Matthew Seaman
On Thu, Jul 31, 2003 at 10:46:42PM +0300, Alex Zivenko wrote: > Hi all! > I have a problem. When I am starting My X server with only a user privilegies - it > gives me an error containing: > error in locking authority file > .Xauthority > But when i am a root - all perfect. > What's the problem s

RE: Help PLEASE! on proper kernel config file to use serial portswith puc driver

2003-07-31 Thread J. Seth Henry
All you need in your kernel config is 'device puc'. You already appear to have this in your config, as your system detected the adapter. You will have to "sh MAKEDEV cuaa" (where 0 < n < NUM_PORTS) to get the device nodes in your /dev directory. Alternately, since they have sequential minor numbe

RE: Vinum on Root

2003-07-31 Thread Richard Johannesson
I went back to the original root install method as per the book, and I got vinum working. Now, needed to change the size of the var volume, since during install I followed the book example and had var take up the rest of the disk, in my case all 187Gigs of it :). Was under the impression that it w

Re: Lock Order Reversal (5.1 CUR kern)

2003-07-31 Thread Lowell Gilbert
Dave <[EMAIL PROTECTED]> writes: > My thinking: the threading in the kernel for 5.1 CURRENT hasn't all the > kinks out yet. Does anyone know what is going on? > > Before rushing off to the FreeBSD people with it though, they 1) might > already be aware, and 2) maybe I don't understand the error

Re: Mounting a Samab share at boot time

2003-07-31 Thread Murray Taylor
correct.. fstab is noauto for the smbfs mounts On Fri, 2003-07-11 at 11:34, stan wrote: > On Fri, Jul 11, 2003 at 12:11:03AM +, Murray Taylor wrote: > > I believe that the method mentioned here is the appropriate way. > > > > #!/bin/sh > > # > > # $Id: smbfs.sh.sample,v 1.3 2001/01/13 04:50:

Re: Dead keys on console

2003-07-31 Thread Martin Karlsson
* Jacob Vennervald Madsen <[EMAIL PROTECTED]> [2003-07-16 15.07 +0200]: > This is what I've done but that doesn't give me the dead keys (ä, â, ã, > é, è etc.). Oh... I thought it would, but now I see I'm also unable to input those characters on the console. :-/ > Any ideas? Sorry, no. Hopef

IPSEC with Dynamic IP addresses

2003-07-31 Thread Mike Tancsa
Does anyone know of any documentation on how to do this ? I have searched through google and I find lots of references to people saying, "use certificates" but beyond that I havent found any actual documentation on how to do it. The setup is 30 client sites with dynamic IP addresses connecting

Re: SSL certificates and IE

2003-07-31 Thread admin
On Sun, 13 Jul 2003 02:14:20 -0300, Augusto Jun Devegili wrote > Considering you won't buy a certificate from a trusted CA, you might > tell your users to install your CA certificate or your Web server > certificate by providing a link to these certificates: IE will > download them, ask the user

startx - problem

2003-07-31 Thread Alex Zivenko
Hi all! I have a problem. When I am starting My X server with only a user privilegies - it gives me an error containing: error in locking authority file .Xauthority But when i am a root - all perfect. What's the problem ___ [EMAIL PROTECTED] mailing list

RE: Mounting an EXT2FS CD on FreeBSD-5.1

2003-07-31 Thread Satish Vanimisetti
> Have you tried: > > # mount_cd9660 /dev/acd1c /mnt/cdrom > > or > > # mount -t cd9660 /dev/acd1c /mnt/cdrom Yes, I have. I get an "incorrect superblock" error, which is expected, because the filesystem on the CD is ext2. > Joshua Thanks, Satish Vanimisetti __

Boot problems with SCSI card

2003-07-31 Thread Leonhard Wimmer
Hi, I can't boot my FreeBSD 5.0-RELEASE (both with the stock kernel and with a self-compiled kernel), if my AdvanSys SCSI Host Adapter (ISA, ABP5140) is installed. The problem was also there while installing FreeBSD, but I simply removed the SCSI card during the installation. Without the card ev

Re: Adaptec 2400A update

2003-07-31 Thread Karl Pielorz
--On 31 July 2003 14:04 -0500 "Kung Foo Ham[p]?ster" <[EMAIL PROTECTED]> wrote: I also have an Adaptec 2400A RAID controller and have problems when my system seems to be having a lot of random hard disk accesses. Hi, We have a 2400A in a heavily loaded 'backup' machine at the office (i.e. lo

Which Program

2003-07-31 Thread Hess
My computer at work says that the Network Boot is not found. My computer is a Window's 98. Which network boot program should I download. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send a

Re: Adaptec 2400A update

2003-07-31 Thread Matthew Bettinger
On Thursday 31 July 2003 02:04 pm, Kung Foo Ham[p]?ster wrote: > I also have an Adaptec 2400A RAID controller and have problems when > my system seems to be having a lot of random hard disk accesses. > That sucks. I've given up on that card. Running an HP netraid card no problems.Anyone wa

MySql Kernel Panicing

2003-07-31 Thread Nicole
Hello While trying to do a massive import of data, approx 4 gigs to mysql-server-4.0.13_1 I am getting kernel panic's. I am somewhat new to databases so I am unsure were to look. The server is: Pent (4) 2.6 Ghz with 4 gigs of memory running FreeBSD 4.8-Stable. The OS and Database Drives are

Re: Adaptec 2400A update

2003-07-31 Thread Kung Foo Ham[p]?ster
I also have an Adaptec 2400A RAID controller and have problems when my system seems to be having a lot of random hard disk accesses. I upgraded the cache on the card to 128MB of Adaptec's preffered memory in hopes that the issue would subside, but it did not. I changed the write cache from writ

CVSUP

2003-07-31 Thread adstro
I have a question about cvsup. I read the manual and can update my ports with no problem. Here is my question though...what if I was to change the Makefile for a port? Is there a way I can still use CVSup to update my ports and merge the changes I made in the old Makefile with the new Makefi

RE: Mounting an EXT2FS CD on FreeBSD-5.1

2003-07-31 Thread Joshua Lokken
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Satish > Vanimisetti > Sent: Thursday, July 31, 2003 10:43 AM > To: Brandon D. Valentine > Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Mounting an EXT2FS CD on FreeBSD-5.1 > > > > [I'm copy

Re: nforce2 audio?

2003-07-31 Thread Daniel Nielsen
On 31/07-03 12.39, Daniel Harris wrote: > On Thu, 31 Jul 2003 06:33 am, Daniel Nielsen wrote: > > > >So, what can I possibly do to make my onboard sound work? > > > >/Daniel > > Try snd_ich_load="YES" in /boot/loader.conf. > I tried this while waiting for cvsup to finish.. and it recognizes the

WU FTPD

2003-07-31 Thread Lucas Holt
There was a vulnerability released today in wu ftpd and I'm unclear if this would affect the software running on a freebsd system. It appears to cause problems on linux 2.4.x kernels but not older kernels due to the way the compiler works. Does anyone know if this problem is exploitable on fr

Re: Dual booting FreeBSD and Windows XP

2003-07-31 Thread John DeStefano
>"Jud" <[EMAIL PROTECTED]> wrote: >On Wed, 30 Jul 2003 17:55:25 -0400 (EDT), "Jerry McAllister" ><[EMAIL PROTECTED]> said: >> > >> > Hello, >> > >> > I have a computer with Windows XP installed on it. >> > I want to dual boot it with FreeBSD. >> > My question is: does FreeBSD's boot loader suppor

NIS groups -yp_mkdb: error data too long

2003-07-31 Thread Alvaro Rosales R.
Hi guys I got this error when I make my NIS maps , I have a group in my group file that has 50 users and yp_mkdb complains about it with this error .yp_mkdb: data too long Any ideas? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/li

Re: Mounting an EXT2FS CD on FreeBSD-5.1

2003-07-31 Thread Satish Vanimisetti
[I'm copying -fs because this was originally posted there. I'm also CC'ing -questions.] # mount -t ext2fs /dev/acd1c /mnt/cdrom ext2fs: /dev/acd1c: No such file or directory The CD was burned (on a linux machine), as follows: 1. dd if=/dev/zero of=/tmp/cdimage bs=1024 count=640k 2. mkfs /tmp

Has anyone gotten the sentinel port to work?

2003-07-31 Thread Jeff D. Hamann
Has anyone gotten the sentinel port to work with FreeBSD 4.4? --- Jeff D. Hamann Hamann, Donald and Associates, Inc. PO Box 1421 Corvallis, Oregon USA 97339-1421 (office) 541-753-7333 (cell) 541-740-5988 [EMAIL PROTECTED] www.hamanndonald.com ___ [EMAIL

Re: groups

2003-07-31 Thread Matthew Seaman
On Thu, Jul 31, 2003 at 12:26:38PM -0500, Alvaro Rosales R. wrote: > Hi guys is it posible to create a group that can have 2 users and 2 > groups of 5 users each inside it ?. I mean > > group1: member1, member2.menber5 > group2: member21, member22.menber25 > group3: user1, user2,group2, g

Re: Apache/1.3.28 will not bind to other port

2003-07-31 Thread Philip Schulz
[snip] > Port 90 [snip] > [Thu Jul 31 15:36:26 2003] [crit] (48)Address already in use: make_sock: > could not bind to port 80 [snip] It seems like httpd is reading the wrong configuration file. I'm not too familiar with the 1.3 series, but the 2.0 series comes with an 'apachectl' script which all

groups

2003-07-31 Thread Alvaro Rosales R.
Hi guys is it posible to create a group that can have 2 users and 2 groups of 5 users each inside it ?. I mean group1: member1, member2.menber5 group2: member21, member22.menber25 group3: user1, user2,group2, group1. thanks for your help ___ [E

Re: Newbie problems with X11, Xf86

2003-07-31 Thread Joshua Oreman
On Thu, Jul 31, 2003 at 01:06:11PM -0400 or thereabouts, Benjamin Gonzalez wrote: > I installed X-Free86 - 4.2.0_1,1 from my Free BSD Cd using sysinstall and > cannot get it to run. I see the directory X11R6 under /usr, I run > 'xf86config' and it says 'command not found'. I typed 'XFree86 -conf

Re: Help PLEASE! on proper kernel config file to use serial portswith puc driver

2003-07-31 Thread stan
On Thu, Jul 31, 2003 at 10:34:14AM -0400, J. Seth Henry wrote: > All you need in your kernel config is 'device puc'. You already appear > to have this in your config, as your system detected the adapter. > Him I've made some "progress" on this ;-( I have created teh devices in /dev. I now have

Newbie problems with X11, Xf86

2003-07-31 Thread Benjamin Gonzalez
I installed X-Free86 - 4.2.0_1,1 from my Free BSD Cd using sysinstall and cannot get it to run. I see the directory X11R6 under /usr, I run 'xf86config' and it says 'command not found'. I typed 'XFree86 -configure' and it also says 'command not found'. I've looked for a file called /etc/X11/XFr

One more try at Frontpage Extensions, then I'll shut up

2003-07-31 Thread Darryl Hoar
I am running 4.7 stable. I deinstalled mod_frontpage and apache13-fp. Was told I don't need both. Made sure the directories were removed, etc. cd /usr/ports/www/apache13-fp. make clean. Then make So far so good. make install, and it errors saying that frontpage 5.whatever is already installed.

Re: nforce2 audio?

2003-07-31 Thread Daniel Harris
On Thu, 31 Jul 2003 06:33 am, Daniel Nielsen wrote: So, what can I possibly do to make my onboard sound work? /Daniel Try snd_ich_load="YES" in /boot/loader.conf. -- Daniel Harris ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listi

RE: Resolving domain names in KDE apps

2003-07-31 Thread Timms, Simon
I would bet that this is another issue related to IPv6. Take a look at a thread on this list titled "Mozilla and long time in resolving Hostnames", especially a message from Dr Matthew J Seaman. Good luck. -Original Message- From: Aaron Siegel [mailto:[EMAIL PROTECTED] Sent: Thursday, Ju

Re: PIII SMP

2003-07-31 Thread John Baldwin
On 31-Jul-2003 Terry Lambert wrote: > It wasn't clear to me at the time whether the discussion was > geared toward having both APIC and xAPIC support, or only xAPIC > support. Both, the xAPIC is mostly backwards compatible. The extension of the ID field just uses bits that are reserved (and hard

Re: Dual booting FreeBSD and Windows XP

2003-07-31 Thread Jud
On Wed, 30 Jul 2003 17:55:25 -0400 (EDT), "Jerry McAllister" <[EMAIL PROTECTED]> said: > > > > Hello, > > > > I have a computer with Windows XP installed on it. > > I want to dual boot it with FreeBSD. > > My question is: does FreeBSD's boot loader support loading XP? > > Because I've heard XP do

Re: Apache/1.3.28 will not bind to other port

2003-07-31 Thread Matthew Seaman
On Thu, Jul 31, 2003 at 01:56:21PM +, Mark wrote: > This is odd. Just compiled and installed Apache/1.3.28. So, I figure I play > around with it a bit, untill I am sure I get it working properly. So, I > added this to httpd.conf: > > # > # Port: The port to which the standalone server listens.

Re: Help PLEASE! on proper kernel config file to use serial portswith puc driver

2003-07-31 Thread stan
On Thu, Jul 31, 2003 at 10:34:14AM -0400, J. Seth Henry wrote: > All you need in your kernel config is 'device puc'. You already appear > to have this in your config, as your system detected the adapter. > > You will have to "sh MAKEDEV cuaa" (where 0 < n < NUM_PORTS) to get > the device nodes in

Re: Resolving domain names in KDE apps

2003-07-31 Thread Matthew Seaman
On Thu, Jul 31, 2003 at 09:10:42AM -0600, Aaron Siegel wrote: > Hello Robert > > I have been using FreeBSD 5.1 RELEASE and Konqueror without any noticeable > problems with speed or name resolution. The problem I have are related to > browser issue: not haveing support for shockwave, scripting

Re: Video Card

2003-07-31 Thread Matthew Graybosch
On Thursday 31 July 2003 12:17 pm, Per Nilsson wrote: > I am using FreeBSD 4.8, and my video card is: "128 DDR ATI Radeon > 9700". > > I have tried like hell to get the card work, but without any luck.. > The X server won`t start without the card working, and so on.. What does your XF86Config-4 f

  1   2   >