Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Chris Slothouber wrote: What version of FreeBSD are you currently running. Check out the FreeBSD Handbook for step-by-step instructions for synchronizing your source and building an updated kernel and userland. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cutting-edge.html

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Pieter de Goeje
On Tuesday 13 March 2007 22:12, [EMAIL PROTECTED] wrote: Chris Slothouber wrote: What version of FreeBSD are you currently running. Check out the FreeBSD Handbook for step-by-step instructions for synchronizing your source and building an updated kernel and userland.

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread hxc
Pieter de Goeje wrote: Yes the steps below do exactly that: upgrade everything, including the kernel. 1 Use the cvsup program (gotta figure how yet) Use something like the following as supfile: --- cut *default host=cvsup.nl.freebsd.org *default base=/var/db *default prefix=/usr

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-13 Thread Tore Lund
[EMAIL PROTECTED] wrote: Chris Slothouber wrote: What version of FreeBSD are you currently running. Sorry for pressing the point, but it seems you have not yet told us which version of FreeBSD you are running. /Darn this looks pretty complicated :-P In that case, it may be simpler to just

Re: getting mail to work

2007-03-13 Thread jekillen
On Mar 12, 2007, at 5:14 PM, RW wrote: On Mon, 12 Mar 2007 16:36:41 -0800 jekillen [EMAIL PROTECTED] wrote: On Mar 12, 2007, at 9:05 AM, RW wrote: The important thing is really your reverse DNS, if you have control of it and looks like a real server name, e.g. mail.example.com, you can

Re: getting mail to work

2007-03-13 Thread Jeffrey Goldberg
On Mar 13, 2007, at 8:17 PM, jekillen wrote: On Mar 12, 2007, at 5:14 PM, RW wrote: Just as long as you understand the distinction between forward and reverse DNS. Based on the whois record for for your IP address, at the moment you appear to have the following reverse DNS for the

Re: getting mail to work

2007-03-12 Thread Wojciech Puchar
of SPF (Sender Policy Framewokr) would immediately identify it as a spoof, and will be blocked. To learn more about this system, see http://www.openspf.org/ if the same machine is for sending and receiving mail simply putting IN TXT v=spf1 mx -all is OK and enough

No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread hxc
I am trying for several days now to get 3d acceleration working on FreebSD for my XFX 7800 GS. But nothing what I've tried worked :-( . Below is a collection of useful information I've gathered thus far. Who can help me? * # sysctl hw.nvidia.agp.status* hw.nvidia.agp.status.status: disabled

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Armin Pirkovitsch
[EMAIL PROTECTED] wrote: I am trying for several days now to get 3d acceleration working on FreebSD for my XFX 7800 GS. But nothing what I've tried worked :-( . Below is a collection of useful information I've gathered thus far. Who can help me? *# glxinfo | fgrep direct* Xlib: connection

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread hxc
Running glxinfo as user works: $ glxinfo | fgrep direct direct rendering: Yes 3d acceleration still isn't working though :-( : $ sysctl hw.nvidia.agp.status hw.nvidia.agp.status.status: disabled hw.nvidia.agp.status.driver: n/a (unused) hw.nvidia.agp.status.rate: n/a (disabled)

Old things do work.

2007-03-12 Thread Sergio Lenzi
As I said some emails ago I have a 200 machines all freebsd network that runs 24/7 with a mtbf of 15 years... how I got the numbers? well I have an issue every 3 or 4 weeks... (the machine hangs, stops, the power supply explodes) the machines are aways on... if you count 200

Old things do work.

2007-03-12 Thread Sergio Lenzi
As I said some emails ago I have a 200 machines all freebsd network that runs 24/7 with a mtbf of 15 years... how I got the numbers? well I have an issue every 3 or 4 weeks... (the machine hangs, stops, the power supply explodes) the machines are aways on... if you count 200

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Martin Tournoij
hw.nvidia.agp.status.status: disabled means that the nvidia AGP driver isn't working, not that 3d acceleration isn't working. If you want to use the nvidia agp driver, then you should compile a kernel without device agp. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread hxc
Martin Tournoij wrote: hw.nvidia.agp.status.status: disabled means that the nvidia AGP driver isn't working, not that 3d acceleration isn't working. If you want to use the nvidia agp driver, then you should compile a kernel without device agp.

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Tore Lund
[EMAIL PROTECTED] wrote: Martin Tournoij wrote: hw.nvidia.agp.status.status: disabled means that the nvidia AGP driver isn't working, not that 3d acceleration isn't working. If you want to use the nvidia agp driver, then you should compile a kernel without device agp.

Re: getting mail to work

2007-03-12 Thread RW
On Sun, 11 Mar 2007 17:27:52 -0800 jekillen [EMAIL PROTECTED] wrote: If you will allow me to break in on this exchange; Does this advise apply if you have static ip service The important thing is really your reverse DNS, if you have control of it and looks like a real server name, e.g.

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread hxc
Tore Lund wrote: I believe it's enough to put this line into /boot/device.hints: hint.agp.0.disabled=1 Is this really true? Who can confirm this? I also wonder why glxgears in FreeBSD gives me 5000 fps, while in Linux gives me 13000. To get 5000 fps in Linux I need to disable 3d

what port* string can I crontab that will *work*?

2007-03-12 Thread Gary Kline
Guys, Anybody have an automatic (/etc/crontab) method of keeping ports current? I'm almost done upgrading my 5 systems to 6.2 (to be able to grab valid packages) and tried portupgrade with several variants of flags/switches. portuprade with

Re: what port* string can I crontab that will *work*?

2007-03-12 Thread Chuck Swiger
when the changes involved do not require human intervention to adjust config files, restart services after the update, and so forth. In other words, this will work OK for a short period of time in the face of minor version bumps, but as soon as a major change to one port occurs which

Re: what port* string can I crontab that will *work*?

2007-03-12 Thread Gerard Seibert
use something like that. I created a script that runs both portsnap and portmanager. #!/bin/sh /usr/sbin/portsnap cron update /usr/local/bin/portmanager -u -l -p I call this script from CRON once a week. It seems to work quite well. If you have a MAILTO in CRON, it will even give you a print out

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread hxc
OK. The line hw.nvidia.agp.status.status: disabled looks very odd, so I had to ask. If you have also modified your xorg.conf according to the docs (or used nvidia-xconfig), this is baffling. Sorry I am unable to help. P.S. I also have ran ppracer. Results: *FreeBSD* *110 fps* *Gentoo

Re: what port* string can I crontab that will *work*?

2007-03-12 Thread Gary Kline
something to update ports automatically works only when the changes involved do not require human intervention to adjust config files, restart services after the update, and so forth. In other words, this will work OK for a short period of time in the face of minor version bumps, but as soon

Re: what port* string can I crontab that will *work*?

2007-03-12 Thread SITKEI Attila
Anybody have an automatic (/etc/crontab) method of keeping ports current? I'm almost done upgrading my 5 systems to 6.2 (to be able to grab valid packages) and tried portupgrade with several variants of flags/switches. portuprade with -rpfP wound up

Re: what port* string can I crontab that will *work*?

2007-03-12 Thread Gary Kline
:: dunno. thanks for some insights here, Actually, I use something like that. I created a script that runs both portsnap and portmanager. #!/bin/sh /usr/sbin/portsnap cron update /usr/local/bin/portmanager -u -l -p I call this script from CRON once a week. It seems to work quite

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Tore Lund
[EMAIL PROTECTED] wrote: I have installed the port nvidia-driver. I have followed all the step in the readme (including adding the line to /boot/device.hint see below). OK. The line hw.nvidia.agp.status.status: disabled looks very odd, so I had to ask. If you have also modified your

Re: getting mail to work

2007-03-12 Thread jekillen
On Mar 12, 2007, at 9:05 AM, RW wrote: On Sun, 11 Mar 2007 17:27:52 -0800 jekillen [EMAIL PROTECTED] wrote: If you will allow me to break in on this exchange; Does this advise apply if you have static ip service The important thing is really your reverse DNS, if you have control of it and

Re: getting mail to work

2007-03-12 Thread jekillen
On Mar 12, 2007, at 12:01 AM, Wojciech Puchar wrote: of SPF (Sender Policy Framewokr) would immediately identify it as a spoof, and will be blocked. To learn more about this system, see http://www.openspf.org/ if the same machine is for sending and receiving mail simply putting IN TXT

Re: getting mail to work

2007-03-12 Thread jekillen
On Mar 11, 2007, at 5:53 PM, Jeffrey Goldberg wrote: On Mar 11, 2007, at 8:27 PM, jekillen wrote: If you will allow me to break in on this exchange; Does this advise [don't run your own direct to MX mail server] apply if you have static ip service and are running web servers from these

On /etc/portsnap.conf (was: Re: what port* string can I crontab that will *work*)

2007-03-12 Thread Gary Kline
I call this script from CRON once a week. It seems to work quite well. If you have a MAILTO in CRON, it will even give you a print out of what transpired. You can just send output to /dev/null of course. Do make sure you have the latest version of 'portmanager' installed. It was recently

Re: getting mail to work

2007-03-12 Thread RW
On Mon, 12 Mar 2007 16:36:41 -0800 jekillen [EMAIL PROTECTED] wrote: On Mar 12, 2007, at 9:05 AM, RW wrote: The important thing is really your reverse DNS, if you have control of it and looks like a real server name, e.g. mail.example.com, you can stay off the dynamic lists. It

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Martin Tournoij
On Mon, March 12, 2007 22:05, [EMAIL PROTECTED] wrote: OK. The line hw.nvidia.agp.status.status: disabled looks very odd, so I had to ask. If you have also modified your xorg.conf according to the docs (or used nvidia-xconfig), this is baffling. Sorry I am unable to help. P.S. I also have

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread Chris Slothouber
Martin Tournoij wrote: Conclusion: Use windows for games, FreeBSD for serious stuff ... Good assessment :) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: No matter what I try I can't get Nvidia 3d acceleration to work. Please help!

2007-03-12 Thread sean
I'm actually having the same problem, but after I took out device agp out of my kernel. And I still cannot start x with nvidia driver. It complains that /dev/nvidiactl couldn't be opened. And then it says it failed to load the kernel module. Any idea. sysctl -a | grep nvidia hw.nvidia.version:

getting mail to work

2007-03-11 Thread Ed Zwart
I use freebsd on an older computer in my home network to run a webserver, a few web apps (bugzilla, tikiwiki), and samba. I just installed postfix via the ports collection so I can use the mail functionality of bugzilla. Bugzilla does its part correctly; I can see the message in the mailq, but

Re: getting mail to work

2007-03-11 Thread Bill Moran
Ed Zwart [EMAIL PROTECTED] wrote: I use freebsd on an older computer in my home network to run a webserver, a few web apps (bugzilla, tikiwiki), and samba. I just installed postfix via the ports collection so I can use the mail functionality of bugzilla. Bugzilla does its part correctly;

Re: getting mail to work

2007-03-11 Thread Josh Paetzel
On Sunday 11 March 2007 10:45, Ed Zwart wrote: I use freebsd on an older computer in my home network to run a webserver, a few web apps (bugzilla, tikiwiki), and samba. I just installed postfix via the ports collection so I can use the mail functionality of bugzilla. Bugzilla does its part

Re: getting mail to work

2007-03-11 Thread Jeffrey Goldberg
[mailed and posted] On Mar 11, 2007, at 10:45 AM, Ed Zwart wrote: I own my_domain.com. I've paid a hoster for the last couple years, but that's ending in a week or so. Meanwhile, I've used dyndns to point foo.homedns.org to my IP. I am going to add my voice to those suggesting that you use

Re: getting mail to work

2007-03-11 Thread jekillen
On Mar 11, 2007, at 2:28 PM, Jeffrey Goldberg wrote: [mailed and posted] On Mar 11, 2007, at 10:45 AM, Ed Zwart wrote: I own my_domain.com. I've paid a hoster for the last couple years, but that's ending in a week or so. Meanwhile, I've used dyndns to point foo.homedns.org to my IP. If

Re: getting mail to work

2007-03-11 Thread Jeffrey Goldberg
On Mar 11, 2007, at 8:27 PM, jekillen wrote: If you will allow me to break in on this exchange; Does this advise [don't run your own direct to MX mail server] apply if you have static ip service and are running web servers from these addresses, with the ISP's blessing? (meaning you also

Re: getting mail to work

2007-03-11 Thread Ed Zwart
Thanks Bill, Josh and Jeffrey for answering my question. It was my ISP. (So easy, I wish I had thought of that. I somehow managed to figure out they were blocking 80 a month or so ago.) I'm still a little fuzzy on legal entries for hostname and domain. I set them to be mine, and it worked,

Re: getting mail to work

2007-03-11 Thread Jeffrey Goldberg
[mailed and posted] On Mar 11, 2007, at 10:36 PM, Ed Zwart wrote: I'm still a little fuzzy on legal entries for hostname and domain. I set them to be mine, and it worked, and then for kicks, set it to google.com, and that worked too. I looked at the headers, and can see that the source can

Re: getting mail to work

2007-03-11 Thread Ed Zwart
Jeffrey, what you've suggested is what I've done. Thanks for the explanation! e. On 3/11/07, Jeffrey Goldberg [EMAIL PROTECTED] wrote: [mailed and posted] On Mar 11, 2007, at 10:36 PM, Ed Zwart wrote: I'm still a little fuzzy on legal entries for hostname and domain. I set them to be

Weather update plugin 0.6.0 fails to work

2007-02-25 Thread wanderingidea
Hi, Since xfce 4.4 the weather plugin 0.6.0 fails to update weather data. Searching the weather location code also fails. Filling in Rotterdam should return NLXX0015 but nothing happens. So far I cannot find any information on this problem. Does anyone has this same problem or any ideas?

burning a cd or dvd doesn't work

2007-02-25 Thread Dino Vliet
Hi folks, I thought I followed all the steps in the handbook to try to burn a cd or dvd from my freebsd 6.1 amd64 system but these commands show the problems I'm experiencing: [EMAIL PROTECTED] /usr/ports/devel/g-wrap]# camcontrol devlist LITE-ON DVD SOHD-16P9S FS09 at scbus1 target 0 lun

Re: Weather update plugin 0.6.0 fails to work

2007-02-25 Thread Kevin Kinsey
[EMAIL PROTECTED] wrote: Hi, Since xfce 4.4 the weather plugin 0.6.0 fails to update weather data. Searching the weather location code also fails. Filling in Rotterdam should return NLXX0015 but nothing happens. So far I cannot find any information on this problem. Does anyone has this same

Re: burning a cd or dvd doesn't work

2007-02-25 Thread Patrick Bowen
Dino Vliet wrote: Hi folks, I thought I followed all the steps in the handbook to try to burn a cd or dvd from my freebsd 6.1 amd64 system but these commands show the problems I'm experiencing: [EMAIL PROTECTED] /usr/ports/devel/g-wrap]# camcontrol devlist LITE-ON DVD SOHD-16P9S FS09 at

Why this script does not work as expected ?

2007-02-17 Thread Pierre-Francois LAURAND
Hi, I'm trying to send dump files between 2 FreeBSD hosts ( 6.1 to 6.2 ) with this script : #!/bin/sh set -evx # # Launch nc in listen mode to recept datas on remote s-backup server. # /usr/bin/ssh -c blowfish [EMAIL

Re: Why this script does not work as expected ?

2007-02-17 Thread Kirk Strauser
On Saturday 17 February 2007 12:36, Pierre-Francois LAURAND wrote: /usr/bin/time /usr/bin/nice -n 20 /sbin/dump -C 16 -0 -f- /vol1 | \ /usr/bin/nc -v s-backup 24864 Try the -a option to dump, which tells it to output until it receives a write error. Otherwise, it tries to chop up the

Re: Why this script does not work as expected ?

2007-02-17 Thread Pierre-Francois LAURAND
Kirk Strauser a écrit : On Saturday 17 February 2007 12:36, Pierre-Francois LAURAND wrote: /usr/bin/time /usr/bin/nice -n 20 /sbin/dump -C 16 -0 -f- /vol1 | \ /usr/bin/nc -v s-backup 24864 Try the -a option to dump, which tells it to output until it receives a write error. Otherwise, it

Re: Xorg on FreeBSD does not work

2007-02-15 Thread Christian Walther
On 15/02/07, Abdullah Ibn Hamad Al-Marri [EMAIL PROTECTED] wrote: On 2/15/07, Neeraj Sharma [EMAIL PROTECTED] wrote: I am a newbie to FreeBSD world. I am trying to install FreeBSD6.2 on my HP zv5240us laptop. Everything else went off fine except the X config. I ran the command X -configure

RE: Xorg on FreeBSD does not work

2007-02-15 Thread takhoos
On 2/15/07, Neeraj Sharma [EMAIL PROTECTED] wrote: I am a newbie to FreeBSD world. I am trying to install FreeBSD6.2 on my HP zv5240us laptop. Everything else went off fine except the X config. I ran the command X -configure which created a xorg.conf.new file. When I use that

Re: Xorg on FreeBSD does not work

2007-02-15 Thread Neeraj Sharma
I tried copying my xorg.conf from Ubuntu (which automatically probes everything and creates a xorg.conf) and tried to use on FreeBSD. But still it hangs... I wonder if its because some drivers are missing in FreeBSD for my monitor. My laptop has ATI Radeon 9000IGP in case that rings a bell to

Re: Xorg on FreeBSD does not work

2007-02-15 Thread Neeraj Sharma
-48.5 VertRefresh 40-70 EndSection Thanks!!! Neeraj Date: Wed, 14 Feb 2007 21:48:26 -0800 From: Garrett Cooper [EMAIL PROTECTED] Subject: Re: Xorg on FreeBSD does not work To: freebsd-questions@freebsd.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1; format

Jailed mysqld doesn't work after a backup

2007-02-15 Thread Vincent Bolinard
Hi, Yesterday, I backed up my MySQL jail with tar jcpf (and used tar jxpvf to extract). Now, when I try to run it as I used to (jail -U mysql /jail/mysqld/ mysqld.domaine.com 192.168.1.6 /usr/local/libexec/mysqld ), it fails giving me a Permission Denied error. If I try to run it with chroot -u

Re: Jailed mysqld doesn't work after a backup

2007-02-15 Thread Vincent Bolinard
Hi, I've reinstalled MySQL in the jail to be sure, and it's still not working. I also forgot to tell that the previous jail ran under a 6.1 upgraded to 6.2. Now, I'm running a fresh 6.2-RELEASE. The error message is the same : jail: execv: /usr/local/libexec/mysqld: Permission denied Thank

Re: Xorg on FreeBSD does not work

2007-02-15 Thread Bill Moran
In response to Neeraj Sharma [EMAIL PROTECTED]: I tried copying my xorg.conf from Ubuntu (which automatically probes everything and creates a xorg.conf) and tried to use on FreeBSD. But still it hangs... I wonder if its because some drivers are missing in FreeBSD for my monitor. My laptop has

Re: Jailed mysqld doesn't work after a backup

2007-02-15 Thread Vincent Bolinard
I tried to use truss inside the jail : I copied the truss binary and ran ldd to copy the libraries needed by truss. I admit that I forgot to mount a /proc filesystem in the jail (truss needs it). But truss can't be executed (so /proc isn't a problem yet), the error is the same : jail: execv:

Re: Xorg on FreeBSD does not work

2007-02-15 Thread Garrett Cooper
Bill Moran wrote: In response to Neeraj Sharma [EMAIL PROTECTED]: I tried copying my xorg.conf from Ubuntu (which automatically probes everything and creates a xorg.conf) and tried to use on FreeBSD. But still it hangs... I wonder if its because some drivers are missing in FreeBSD for my

Re: Xorg on FreeBSD does not work

2007-02-15 Thread Neeraj Sharma
The problem got fixed by reducing the depth to 15 in screen section. A big thanks to [EMAIL PROTECTED] and offcourse to others who offered to help. Thanks Neeraj Sharma On 2/15/07, Bill Moran [EMAIL PROTECTED] wrote: In response to Neeraj Sharma [EMAIL PROTECTED]: I tried copying my

Xorg on FreeBSD does not work

2007-02-14 Thread Neeraj Sharma
I am a newbie to FreeBSD world. I am trying to install FreeBSD6.2 on my HP zv5240us laptop. Everything else went off fine except the X config. I ran the command X -configure which created a xorg.conf.new file. When I use that to run X it just shows a blank screen and I am not able to go back to

Re: Xorg on FreeBSD does not work

2007-02-14 Thread Garrett Cooper
Neeraj Sharma wrote: I am a newbie to FreeBSD world. I am trying to install FreeBSD6.2 on my HP zv5240us laptop. Everything else went off fine except the X config. I ran the command X -configure which created a xorg.conf.new file. When I use that to run X it just shows a blank screen and I am

Re: Xorg on FreeBSD does not work

2007-02-14 Thread Abdullah Ibn Hamad Al-Marri
On 2/15/07, Neeraj Sharma [EMAIL PROTECTED] wrote: I am a newbie to FreeBSD world. I am trying to install FreeBSD6.2 on my HP zv5240us laptop. Everything else went off fine except the X config. I ran the command X -configure which created a xorg.conf.new file. When I use that to run X it just

Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-09 Thread Alain Wolf
On 09.02.2007 03:03, * Nicole Harrington wrote: --- Garrett Cooper [EMAIL PROTECTED] wrote: Nicole Harrington wrote: Something setup wrong some place?? cd /usr/src/lib ; make . c -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c

Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-09 Thread youshi10
On Fri, 9 Feb 2007, Alain Wolf wrote: On 09.02.2007 03:03, * Nicole Harrington wrote: --- Garrett Cooper [EMAIL PROTECTED] wrote: Nicole Harrington wrote: Something setup wrong some place?? cd /usr/src/lib ; make . c -pg -O2 -fno-strict-aliasing -pipe -march=opteron

Can't get make buildworld to work with recent cvsup.

2007-02-08 Thread Nicole Harrington
This seems to be my week for problems. I installed onto a 2 CPU AMD system FreeBSD 6.2-REL amd64 Disk. cvsupped and tried to make buildworld. Any suggestions appreciatted. Thanks Nicole /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/MKnames.awk

Can't get make buildworld to work with recent cvsup. - Addl

2007-02-08 Thread Nicole Harrington
Something setup wrong some place?? cd /usr/src/lib ; make . c -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c /usr/src/lib/libftpio/ftpio.c -o ftpio.po cc -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6

Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-08 Thread Garrett Cooper
Nicole Harrington wrote: Something setup wrong some place?? cd /usr/src/lib ; make . c -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c /usr/src/lib/libftpio/ftpio.c -o ftpio.po cc -pg -O2 -fno-strict-aliasing -pipe -march=opteron

Re: Can't get make buildworld to work with recent cvsup. - Addl

2007-02-08 Thread Nicole Harrington
--- Garrett Cooper [EMAIL PROTECTED] wrote: Nicole Harrington wrote: Something setup wrong some place?? cd /usr/src/lib ; make . c -pg -O2 -fno-strict-aliasing -pipe -march=opteron -I/usr/src/lib/libftpio -Wall -DINET6 -c /usr/src/lib/libftpio/ftpio.c -o ftpio.po cc

Re: Can't get make buildworld to work with recent cvsup.

2007-02-08 Thread Kris Kennaway
On Thu, Feb 08, 2007 at 04:26:37PM -0800, Nicole Harrington wrote: /usr/src/lib/libncurses/../../contrib/ncurses/ncurses/tinfo/make_keys.c /usr/obj/usr/src/tmp/usr/bin/ld: cannot find -lc Usually means that your system clock is wrong. Kris ___

Trapping signal from shell script... doesn't seem to work?

2007-02-07 Thread Aitor San Juan
Hi list! I have written a Bourne shell script. This shell script invokes a program written in the C language. Below is basically the shell script source code. As you can see, the C program is not invoked in the background, but in the foreground, so the shell script doesn't finish until the C

Re: Trapping signal from shell script... doesn't seem to work?

2007-02-07 Thread Dan Nelson
In the last episode (Feb 07), Aitor San Juan said: I have written a Bourne shell script. This shell script invokes a program written in the C language. Below is basically the shell script source code. As you can see, the C program is not invoked in the background, but in the foreground, so

RE: Trapping signal from shell script... doesn't seem to work?

2007-02-07 Thread Aitor San Juan
script... doesn't seem to work? In the last episode (Feb 07), Aitor San Juan said: I have written a Bourne shell script. This shell script invokes a program written in the C language. Below is basically the shell script source code. As you can see, the C program is not invoked in the background

Re: Trapping signal from shell script... doesn't seem to work?

2007-02-07 Thread Derek Ragona
I believe what you are seeing is the login shell you are running holding back the signal as it first traps the signals. You should try running the script non-interactively from cron or nohup. -Derek At 09:18 AM 2/7/2007, Aitor San Juan wrote: Hi list! I have written a Bourne shell

samba 3.0.23d can't get work

2007-01-31 Thread Alex Wang
Hi All I upgrade samba from 3.0.22 to 3.0.23d through port tree. After that the samba server stop working. I can run wbinfo -u and wbinfo -g to get user/group list. i can run wbinfo -a username%password and get plaintext password authentication succeeded challenge/response password

Re: 5.3 - 6.2 should work right?

2007-01-24 Thread RW
On Mon, 22 Jan 2007 18:44:26 +0100 Nagy László Zsolt [EMAIL PROTECTED] wrote: By the way, updating a system from 5 to 6 is a headache. (Updating from 4 to 5 is much easier.) Many will suggest (including me) to install your new 6.2 system from binaries, and then transfer your programs and

Re: 5.3 - 6.2 should work right?

2007-01-24 Thread Javier Henderson
On Jan 24, 2007, at 7:52 AM, RW wrote: On Mon, 22 Jan 2007 18:44:26 +0100 Nagy László Zsolt [EMAIL PROTECTED] wrote: By the way, updating a system from 5 to 6 is a headache. (Updating from 4 to 5 is much easier.) Many will suggest (including me) to install your new 6.2 system from binaries,

5.3 - 6.2 should work right?

2007-01-22 Thread B. Cook
I'm inheriting an older network and I'm trying to update it.. cvsup to 6_2.. Doing a build kernel install kernel then reboot and build world install world mergemaster -p if needed then rebuild the kernel and reinstall it.. right? I couldn't see anything major in UPDATING.. am I missing

Re: 5.3 - 6.2 should work right?

2007-01-22 Thread Abdullah Al-Marrie
On 1/22/07, B. Cook [EMAIL PROTECTED] wrote: I'm inheriting an older network and I'm trying to update it.. cvsup to 6_2.. Doing a build kernel install kernel then reboot and build world install world mergemaster -p if needed then rebuild the kernel and reinstall it.. right? I couldn't

Re: 5.3 - 6.2 should work right?

2007-01-22 Thread Nagy László Zsolt
B. Cook wrote: I'm inheriting an older network and I'm trying to update it.. cvsup to 6_2.. Doing a build kernel install kernel then reboot and build world install world mergemaster -p if needed then rebuild the kernel and reinstall it.. right? I couldn't see anything major in

Re: 5.3 - 6.2 should work right?

2007-01-22 Thread Erik Trulsson
version. By the way, updating a system from 5 to 6 is a headache. (Updating from 4 to 5 is much easier.) It is the other way around in my experience. Going from 4.x to 5.x is quite a bit of work and not for the faint of heart. From 5 to 6 is not much more difficult than upgrading from (say

Getting the scrollwheel to work under Xorg for a Wireless Intellmouse Explorer 2.0

2007-01-05 Thread Garrett Cooper
(or at least nothing I can create). 4. On a sidenote (and funny I suppose since this usually happens last), I got the sidebuttons (buttons 8, 9) to work with imwheel. TIA, - -Garrett -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.1 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Getting the scrollwheel to work under Xorg for a Wireless Intellmouse Explorer 2.0

2007-01-05 Thread Robert Huff
Garrett Cooper writes: A picture of the mouse is available as follows: http://www.microsoft.com/hardware/oempartners/ProductDetails.aspx?pid=013 I think I have the wired version, and my xorg.conf has: Section InputDevice Identifier Mouse0 Driver mouse

[SOLVED] Re: Getting the scrollwheel to work under Xorg for a Wireless Intellmouse Explorer 2.0

2007-01-05 Thread Garrett Cooper
Option Buttons and set Option ZAxisMapping to those values) to do to get stuff to work :)!! Wonder why it contradicted with xev though... Thanks! - -Garrett -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.1 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

Re: will it work?

2007-01-04 Thread Nathan Vidican
to serve 2 websites. It has to be a ftp server. It needs to work with both windows and macs on the network. It has to have the ability to run automated backups to either internal hd (like raid mirroring) or usb external hd. It will be connected to the home network by wired ethernet. It will NOT have

Re: will it work?

2007-01-04 Thread Robert
Vodafone -Original Message- From: Nathan Vidican [EMAIL PROTECTED] Date: Thu, 04 Jan 2007 11:22:52 To:X X [EMAIL PROTECTED] Cc:[EMAIL PROTECTED] Subject: Re: will it work? X X wrote: Hello, I want to have a home server on my network. I have a pc with AMD Athlon xp 2200+ processor, 1gb ddr

will it work?

2007-01-03 Thread X X
. It has to be a ftp server. It needs to work with both windows and macs on the network. It has to have the ability to run automated backups to either internal hd (like raid mirroring) or usb external hd. It will be connected to the home network by wired ethernet. It will NOT have to dhcp (router

Re: will it work?

2007-01-03 Thread Bart Silverstrim
by administrator. It has to allow me to serve 2 websites. It has to be a ftp server. It needs to work with both windows and macs on the network. It has to have the ability to run automated backups to either internal hd (like raid mirroring) or usb external hd. It will be connected to the home network by wired

Re: will it work?

2007-01-03 Thread Walt Pawley
At 10:16 AM -0800 1/3/07, X X wrote: ... It needs to work with both windows and macs on the network. It has to have the ability to run automated backups to either internal hd (like raid mirroring) or usb external hd. If you're planning to do backups of the client computers' hard disks, you may

Re: glchess port does not work

2007-01-01 Thread Lowell Gilbert
B. Hansmann [EMAIL PROTECTED] writes: Has anyone tried the glchess port in 6.2-RC2-amd64? When I try to start it, it just prints these error messages and quits: Traceback (most recent call last): File /usr/local/bin/glchess, line 7, in ? app = glchess.main.Application() File

glchess port does not work

2006-12-30 Thread B. Hansmann
Has anyone tried the glchess port in 6.2-RC2-amd64? When I try to start it, it just prints these error messages and quits: Traceback (most recent call last): File /usr/local/bin/glchess, line 7, in ? app = glchess.main.Application() File

glchess PORT does not work

2006-12-30 Thread B. Hansmann
Has anyone tried the glchess port in 6.2-RC2-amd64? When I try to start it, it just prints these error messages and quits: Traceback (most recent call last): File /usr/local/bin/glchess, line 7, in ? app = glchess.main.Application() File

Re: radeon hardware acceleration on 6.2-PRERELEASE - does not work at all

2006-12-18 Thread José G . Juanino
El lunes 18 de diciembre a las 00:16:43 CET, Raymond Pasco escribió: Nothing I do seems to persuade my system to use the hardware acceleration on either of my graphics cards. If someone could point out something I've missed, I would very much appreciate it. Do you have enabled the kernel

Re: mpd 4.0b5 does not want to work

2006-12-15 Thread Alexander Motin
Hi. [EMAIL PROTECTED] wrote: I have compiled and installed mpd 4.0b5 on my PC with FreeBSD 6.1-RELEASE. Then I created the next files: # mpd.conf open iface Due to b5 internal rework, syntax open iface is now deprecated in it's original meaning. Now it can be used only for

Re: mpd 4.0b5 does not want to work

2006-12-15 Thread a
On Fri, Dec 15, 2006 at 03:51:07PM +0200, Alexander Motin wrote: Hi. [EMAIL PROTECTED] wrote: I have compiled and installed mpd 4.0b5 on my PC with FreeBSD 6.1-RELEASE. Then I created the next files: # mpd.conf open iface Due to b5 internal rework, syntax open iface is now

Re: How does my computer work with an empty arp table?

2006-12-12 Thread Chuck Swiger
On Dec 11, 2006, at 11:14 PM, Martin Alejandro Paredes Sanchez wrote: Yes, you are right, I forgot about PPP. Many thanks. Also, the ARP table only contain info of your subnet The ARP table only contains information about machines on the directly connected collision domain(s). It's

Re: How does my computer work with an empty arp table?

2006-12-12 Thread Chuck Swiger
On Dec 12, 2006, at 10:08 AM, Javier Henderson wrote: The ARP table only contains information about machines on the directly connected collision domain(s). Are you sure it's not the same broadcast domain? Yes. The term collision domain predates the wide deployment of switches, and

Re: Seagate 4GB ATA-CF drive on IDE bus won't work

2006-12-11 Thread Steve Franks
I have a microdrive that's finicky also. Seems the problem is it's a 1.8Vcard, which is not standard (standard appears to be 5V or 3.3V). It will not work, period, in a CF-IDE converter, or in a PCMCIA-CF converter. It works fine, however, in *some* USB card readers, namely the cheapo ones off

RE: Seagate 4GB ATA-CF drive on IDE bus won't work

2006-12-11 Thread Albert Boeve
] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Franks Sent: Tuesday, 12 December 2006 12:48 PM To: Albert Boeve Cc: [EMAIL PROTECTED] Subject: Re: Seagate 4GB ATA-CF drive on IDE bus won't work I have a microdrive that's finicky also. Seems the problem is it's a 1.8V card, which is not standard

Re: How does my computer work with an empty arp table?

2006-12-11 Thread Martin Alejandro Paredes Sanchez
an Internet host one second ago. How does it work? $ ifconfig rl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500 options=8VLAN_MTU inet6 fe80::202:44ff:fe92:1875%rl0 prefixlen 64 scopeid 0x1 inet 192.168.1.2 netmask 0xff00 broadcast 192.168.1.255

RE: How does my computer work with an empty arp table?

2006-12-07 Thread Paul Hamilton
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, 4 December 2006 2:15 PM To: freebsd-questions@freebsd.org Subject: Re: How does my computer work with an empty arp table? On Sun, Dec 03, 2006 at 02:53:44PM -0800

<    5   6   7   8   9   10   11   12   13   14   >