Re: Uname borked on ??-Release...

2008-03-05 Thread Joshua Isom
On Mar 4, 2008, at 2:14 PM, Kris Kennaway wrote: Kevin Kinsey wrote: Kris Kennaway wrote: Kevin Kinsey wrote: What about strings /boot/kernel/kernel | grep 6.2-RELEASE? Kris As I would expect, it returns nothing at all. Your problem makes no sense then :) The kern.osrelease returns a

Re: Deb archives

2008-03-05 Thread Chris
On Tue, 04 Mar 2008 22:54:50 -0500 E. J. Cerejo [EMAIL PROTECTED] wrote: On Wed, 05 Mar 2008 02:46:03 + Pollywog [EMAIL PROTECTED] wrote: On Wednesday 05 March 2008 02:09:25 E. J. Cerejo wrote: Is there a way to unpack a deb package in FreeBSD? I don't see anything in the ports

Re: How to start Gnome2-lite

2008-03-05 Thread Outback Dingo
vi `/.xinitrc paste exec gnome-session then :wq save the file, and startx On Wed, Mar 5, 2008 at 5:07 AM, Siraj Shaikh [EMAIL PROTECTED] wrote: On 05/03/2008, Jonathan Chen [EMAIL PROTECTED] wrote: On Tue, Mar 04, 2008 at 10:41:47PM +, Siraj Shaikh wrote: I installed Gnome2-lite

Re: How to start Gnome2-lite

2008-03-05 Thread Siraj Shaikh
On 05/03/2008, Outback Dingo [EMAIL PROTECTED] wrote: vi `/.xinitrc paste exec gnome-session then :wq save the file, and startx is that /.xinitrc ? or in my home directory, /root/.xinitrc ? On Wed, Mar 5, 2008 at 5:07 AM, Siraj Shaikh [EMAIL PROTECTED] wrote: On 05/03/2008,

Re: How to start Gnome2-lite

2008-03-05 Thread Outback Dingo
notice i typed ~/.xinitrcnot /.xinitrc see the ~ the ~/ means your home diretcory ie /root if your logged in as root and you typed cd ~/ it would cd you into /root if you were logged in as siraj and you typed cd ~/ it would cd you into /home/siraj ... follow...? so vi ~/.xinitrc

Re: How to start Gnome2-lite

2008-03-05 Thread Chris
On Wed, 5 Mar 2008 10:19:34 + Siraj Shaikh [EMAIL PROTECTED] wrote: On 05/03/2008, Outback Dingo [EMAIL PROTECTED] wrote: vi `/.xinitrc paste exec gnome-session then :wq save the file, and startx is that /.xinitrc ? or in my home directory, /root/.xinitrc ? In your home

Re: How to start Gnome2-lite

2008-03-05 Thread Chris
On Wed, 5 Mar 2008 05:23:49 -0500 Outback Dingo [EMAIL PROTECTED] wrote: notice i typed ~/.xinitrcnot /.xinitrc see the ~ the ~/ means your home diretcory ie /root if your logged in as root and you typed cd ~/ it would cd you into /root if you were logged in as siraj

Re: How to start Gnome2-lite

2008-03-05 Thread Outback Dingo
and ill agree here with chris, it is an extremely bad practice to run X as root, you should always login as a user if you need to do maintenance or something you can always use su or sudo On Wed, Mar 5, 2008 at 5:25 AM, Chris [EMAIL PROTECTED] wrote: On Wed, 5 Mar 2008 10:19:34 + Siraj

Re: How to start Gnome2-lite

2008-03-05 Thread Outback Dingo
wh echo exec gnome-session ~/.xinitrc sounds like potentially a new user we have no idea what directory he might be in silly unix tricks On Wed, Mar 5, 2008 at 5:28 AM, Chris [EMAIL PROTECTED] wrote: On Wed, 5 Mar 2008 05:23:49 -0500 Outback Dingo [EMAIL PROTECTED] wrote:

Re: How to start Gnome2-lite

2008-03-05 Thread Siraj Shaikh
On 05/03/2008, Jonathan Chen [EMAIL PROTECTED] wrote: On Tue, Mar 04, 2008 at 10:41:47PM +, Siraj Shaikh wrote: I installed Gnome2-lite as a package. I then inserted the following line gnome_enable=YES in rc.conf and also inserted the line exec gnome-session in the

Re: How to start Gnome2-lite

2008-03-05 Thread Chris
On Wed, 5 Mar 2008 05:31:37 -0500 Outback Dingo [EMAIL PROTECTED] wrote: wh echo exec gnome-session ~/.xinitrc sounds like potentially a new user we have no idea what directory he might be in silly unix tricks On Wed, Mar 5, 2008 at 5:28 AM, Chris [EMAIL PROTECTED] wrote:

Re: How to start Gnome2-lite

2008-03-05 Thread Siraj Shaikh
Guys I have managed to to do what you say and now when I type in startx, it does show me a box saying This session is running as a privileged user and asking me to either COntinue or Quit. My mouse isnt working at this stage and I cant press either of the buttons. Neither is tab or space or alt c

Re: How to start Gnome2-lite

2008-03-05 Thread Chris
On Wed, 5 Mar 2008 10:37:37 + Siraj Shaikh [EMAIL PROTECTED] wrote: Guys I have managed to to do what you say and now when I type in startx, it does show me a box saying This session is running as a privileged user and asking me to either COntinue or Quit. My mouse isnt working at this

Re: How to start Gnome2-lite

2008-03-05 Thread Siraj Shaikh
I have the usbd_enable line in rc.conf the mouse is working on the black screen but it doesnt work when the x loads up On 05/03/2008, Chris [EMAIL PROTECTED] wrote: On Wed, 5 Mar 2008 10:37:37 + Siraj Shaikh [EMAIL PROTECTED] wrote: Guys I have managed to to do what you say and

Re: How to start Gnome2-lite

2008-03-05 Thread Chris
On 05/03/2008, Chris [EMAIL PROTECTED] wrote: On Wed, 5 Mar 2008 10:37:37 + Siraj Shaikh [EMAIL PROTECTED] wrote: Guys I have managed to to do what you say and now when I type in startx, it does show me a box saying This session is running as a privileged user and asking

Re: FreeBSD 6.2+PHP+700 sites = DNS Issues?

2008-03-05 Thread Simon Street
In addition i've attempted adding: kern.maxfilesperproc=65536 kern.ipc.somaxconn=1024 kern.ipc.maxsockbuf=2097152 kern.maxprocperuid=9000 to sysctl.conf kern.maxproc=10240 kern.maxfiles=65536 kern.ipc.nmbclusters=32768 kern.ipc.maxsockets=51200 to loader.conf I've also disabled ipv6 in the

Re: How to start Gnome2-lite

2008-03-05 Thread Outback Dingo
X -configure should fix you up X -config /root/xorg/root/xorg.conf.test cp /root/xorg.conf.test /etc/X!!xorg.conf startx On Wed, Mar 5, 2008 at 5:53 AM, Chris [EMAIL PROTECTED] wrote: On 05/03/2008, Chris [EMAIL PROTECTED] wrote: On Wed, 5 Mar 2008 10:37:37 + Siraj Shaikh [EMAIL

Re: Lib Errors After 6.3 - 7 Update

2008-03-05 Thread Norberto Meijome
On Wed, 05 Mar 2008 07:17:57 + Matthew Seaman [EMAIL PROTECTED] wrote: Umm... Using libmap.conf in this way is functionally equivalent to sym-linking the shlibs and is just as evil. If an app needs libc.so.5 then the only correct answer is to give it libc.so.5 by installing compat5x. of

Re: Printing with a laserjet 1018

2008-03-05 Thread Modulok
Did you upload the firmware to the printer? I'm not sure if this printer is the same as mine (1020), but I think this is a dumb printer, which requires a firware upload each time it is power cycled. Unfortunately in my case, the FreeBSD USB driver had to be modified in order to talk with the

Re: amd64 or i386 for desktop use?

2008-03-05 Thread Aline de Freitas
Em Wednesday 05 March 2008 02:36:33 Isaac Mushinsky escreveu: I have new hardware (Abit ip35-pro, Intel Q6600), and was contemplating installing FreeBSD/arch, but now realise that I am going to have some problems. My nvidia card will not be of much use (GeForce 8500GT), since nvidia-drivers

Space needed on device

2008-03-05 Thread bsd
Hello, After an update I have little space left on the / device Filesystem SizeUsed Avail Capacity Mounted on /dev/ar0s1a3.8G3.1G414M88%/ devfs 1.0K1.0K 0B 100%/dev /dev/ar0s1d 60G2.2G 53G 4%/home I wanted to know if

Re: Space needed on device

2008-03-05 Thread Pietro Cerutti
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 bsd wrote: Hello, After an update I have little space left on the / device Filesystem SizeUsed Avail Capacity Mounted on /dev/ar0s1a3.8G3.1G414M88%/ devfs 1.0K1.0K 0B 100%/dev

Re: Space needed on device

2008-03-05 Thread bsd
Le 5 mars 08 à 14:24, Pietro Cerutti a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 bsd wrote: Hello, After an update I have little space left on the / device Filesystem SizeUsed Avail Capacity Mounted on /dev/ar0s1a3.8G3.1G414M88%/ devfs

Re: FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools)

2008-03-05 Thread Ivan Voras
Dimitri Yioulos wrote: On Tuesday 04 March 2008 12:22 pm, [EMAIL PROTECTED] wrote: It seems that everybody tries to hack around the problem...:) Does somebody know if this is a FreeBSD problem or a VMware problem and who should fix it, resp. when is a fix expected? I mean, in 6.x the VMware

install/upgrade question

2008-03-05 Thread Tsu-Fan Cheng
Hi, I think this Q is pretty basic, but I just want to make sure. I was considering if upgrading from 6.3 to 7.0 and something goes wrong, and I need to do a fresh install. Can I only change/overwrite the /etc /usr, etc but leave /home intact?? thank you!!

Re: Installing FreeBSD remotely via serial console

2008-03-05 Thread Jesse Sheidlower
On Tue, Mar 04, 2008 at 02:13:21PM -0500, Simon Chang wrote: Hi, Not sure whether Dell hardware has any special management features, but on generic server hardware, I always make sure BIOS console redirection is enabled (gives you BIOS access), and that it's set to stop redirecting

Re: install/upgrade question

2008-03-05 Thread Tsu-Fan Cheng
yeah, I understand. backup is crucial. But I have 90% full in a 200G drive, so it's a pain in the rear end. But I wonder if I can choose what contents (or directories) to be installed so I can keep the rest intact. just a thought On Wed, Mar 5, 2008 at 9:09 AM, Chris [EMAIL PROTECTED]

Re: Uname borked on ??-Release...

2008-03-05 Thread Mel
On Wednesday 05 March 2008 10:11:42 Joshua Isom wrote: On Mar 4, 2008, at 2:14 PM, Kris Kennaway wrote: Kevin Kinsey wrote: Kris Kennaway wrote: Kevin Kinsey wrote: What about strings /boot/kernel/kernel | grep 6.2-RELEASE? Kris As I would expect, it returns nothing at all.

Re: install/upgrade question

2008-03-05 Thread Chris
On Wed, 5 Mar 2008 09:14:14 -0500 Tsu-Fan Cheng [EMAIL PROTECTED] wrote: yeah, I understand. backup is crucial. But I have 90% full in a 200G drive, so it's a pain in the rear end. But I wonder if I can choose what contents (or directories) to be installed so I can keep the rest intact. just

Re: sa: user accounting initialization failed - FreeBSD 7-stable

2008-03-05 Thread Mel
On Wednesday 05 March 2008 03:09:01 George Fazio wrote: Lowell Gilbert wrote: George Fazio [EMAIL PROTECTED] writes: I'm seeing errors from sa in my daily run output. I read the man page for sa(8) and some of the commands that were referenced under the see also section. I'm completely

Re: install/upgrade question

2008-03-05 Thread Chris
On Wed, 5 Mar 2008 08:59:45 -0500 Tsu-Fan Cheng [EMAIL PROTECTED] wrote: Hi, I think this Q is pretty basic, but I just want to make sure. I was considering if upgrading from 6.3 to 7.0 and something goes wrong, and I need to do a fresh install. Can I only change/overwrite the /etc /usr,

Re: FreeBSD 6.2+PHP+700 sites = DNS Issues?

2008-03-05 Thread Mel
On Wednesday 05 March 2008 12:01:11 Simon Street wrote: In addition i've attempted adding: kern.maxfilesperproc=65536 kern.ipc.somaxconn=1024 kern.ipc.maxsockbuf=2097152 kern.maxprocperuid=9000 to sysctl.conf kern.maxproc=10240 kern.maxfiles=65536 kern.ipc.nmbclusters=32768

Re: install/upgrade question

2008-03-05 Thread Mel
On Wednesday 05 March 2008 14:59:45 Tsu-Fan Cheng wrote: I think this Q is pretty basic, but I just want to make sure. I was considering if upgrading from 6.3 to 7.0 and something goes wrong, and I need to do a fresh install. Can I only change/overwrite the /etc /usr, etc but leave /home

building 32bit port on AMD64 (mplayer)

2008-03-05 Thread Jan Catrysse
Hi all, I am using FreeBSD 7.0-RELEASE AMD64. I would need to build /ports/multimedia/mplayer (and I suppose its dependencies) in a 32-bit version. This because certain options (win32 codec support) doesn't work on the 64bit version. How is this done? Is it also possible to have

freebsd-upgrade from 6.2 to 6.3 errors

2008-03-05 Thread Gert Lynge - Inter-Data A/S
Hi Just followed http://www.daemonology.net/blog/2007-11-10-freebsd-minor-version-upgrade.html very careful to upgrade my box from 6.2 to 6.3 (btw. great work by Colin Percival). Now uname shows: # uname -a FreeBSD ws.inter-data.dk 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Wed Feb 13 02:56:56

Re: building 32bit port on AMD64 (mplayer)

2008-03-05 Thread Wojciech Puchar
I would need to build /ports/multimedia/mplayer (and I suppose its dependencies) in a 32-bit version. This because certain options (win32 codec support) doesn't work on the 64bit version. How is this done? no way. unless you will install FreeBSD/i386 bins and ports on subdir and use

DNS Question

2008-03-05 Thread 国徽
Hello, I am building the DNS Server,But I can't find the script /etc/namedb/make-localhost used in the document, So I can't go on now? Please tell me how to find the script,Thank you very much! Best Regards! Freebsd Lover:Erik ___

Re: FreeBSD 7.0 and VMware tools (was Re: FreeBSD 7RC2 and VMware tools)

2008-03-05 Thread James Seward
On Wed, Mar 5, 2008 at 1:44 PM, Ivan Voras [EMAIL PROTECTED] wrote: - Timer problems can be lessened (never solved, even with vmware tools) by reducing kern.hz to something like 50 or 100 Hz (in loader.conf), and installing ntpd. Installing the VMware Tools is a very good idea for timer

Re: DNS Question

2008-03-05 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 国徽 wrote: Hello, I am building the DNS Server,But I can't find the script /etc/namedb/make-localhost used in the document, So I can't go on now? Please tell me how to find the script,Thank you very much! Unfortunately the documentation

Re: DNS Question

2008-03-05 Thread David Alanis
Hi Erik: I don't recall the how-to explaining the usage of this script. I too, just recently setup a DNS server for a couple domains. My recommendation is to familiarize yourself with the Administrators Reference Manual (ARM) on BIND's website: http://www.isc.org/index.pl?/sw/bind/arm93/

RE: Printing with a laserjet 1018

2008-03-05 Thread Peter
First of all, thanks to those who have helped me so far. I have configured the printer and everything looks OK, but when I do a test print the test page goes into the printer queue and stays there for ever. The printer doesn't even squeak. First I had to use the print driver for a laserjet 1010

accf_http and incqlen

2008-03-05 Thread Scott Oertel
I setup the http accept filter with apache and I was having a hard time understanding this, maybe you guys could help out. I've tested this among various version of freebsd, and with various apache configs, and it appears to behave the same across the board. So why is it that it appears that the

AFFORDABLE LOAN (APPLY NOW)

2008-03-05 Thread cookerinvestment
Greetings, I am Mr Francis Cooker the financial Managing Director,I am a certified loan lender, offering loan to people who are in need of loans, here are some question: Are you in need of a loan of any purpose?, Do you want to pay your bills?, Are you in a financial problem:, Do you need a

Re: FreeBSD 6.2+PHP+700 sites = DNS Issues?

2008-03-05 Thread Simon Street
On Wed, Mar 5, 2008 at 2:32 PM, Mel [EMAIL PROTECTED] wrote: On Wednesday 05 March 2008 12:01:11 Simon Street wrote: In addition i've attempted adding: kern.maxfilesperproc=65536 kern.ipc.somaxconn=1024 kern.ipc.maxsockbuf=2097152 kern.maxprocperuid=9000 to sysctl.conf

Re: install/upgrade question

2008-03-05 Thread Tsu-Fan Cheng
um... dont remember exactly.. but it mounts 2 other HD drives, and the usual, such as / (root), procs (perhaps?), /home swap, .. why?? On Wed, Mar 5, 2008 at 9:36 AM, Mel [EMAIL PROTECTED] wrote: On Wednesday 05 March 2008 14:59:45 Tsu-Fan Cheng wrote: I think this Q is pretty basic,

Re: install/upgrade question

2008-03-05 Thread Mel
On Wednesday 05 March 2008 17:13:50 Tsu-Fan Cheng wrote: On Wed, Mar 5, 2008 at 9:36 AM, Mel [EMAIL PROTECTED] wrote: On Wednesday 05 March 2008 14:59:45 Tsu-Fan Cheng wrote: I think this Q is pretty basic, but I just want to make sure. I was considering if upgrading from 6.3 to 7.0

7.0 kde 3 build patch error

2008-03-05 Thread Robin Becker
I'm trying to build kde3 from ports with 7.0 release and get this patch error whilst trying to build cups === Running ldconfig /sbin/ldconfig -m /usr/local/lib === Registering installation for libmng-1.0.9 === Returning to build of qt-3.3.8_6 === qt-3.3.8_6 depends on shared library:

Re: FreeBSD 6.2+PHP+700 sites = DNS Issues?

2008-03-05 Thread Mel
On Wednesday 05 March 2008 17:11:25 Simon Street wrote: On Wed, Mar 5, 2008 at 2:32 PM, Mel [EMAIL PROTECTED] wrote: On Wednesday 05 March 2008 12:01:11 Simon Street wrote: In addition i've attempted adding: kern.maxfilesperproc=65536 kern.ipc.somaxconn=1024

Re: nss_ldap wants openldap 2.3.41 - have 2.4.8

2008-03-05 Thread Jason Garrett
On Wed, Mar 5, 2008 at 9:51 AM, Eddie C [EMAIL PROTECTED] wrote: Jason, I was willing to settle for openldap 23. Im my case however the problem is nscd daemon. new to 7.0 not in 6.3 We want to role this out across hundreds of servers and fear that without caching looks to a halt. I spoke

Re: amd64 or i386 for desktop use?

2008-03-05 Thread Roland Smith
On Wed, Mar 05, 2008 at 12:36:33AM -0500, Isaac Mushinsky wrote: I have new hardware (Abit ip35-pro, Intel Q6600), and was contemplating installing FreeBSD/arch, but now realise that I am going to have some problems. My nvidia card will not be of much use (GeForce 8500GT), since

Re: FreeBSD 6.2+PHP+700 sites = DNS Issues?

2008-03-05 Thread Mel
On Wednesday 05 March 2008 17:50:45 Mel wrote: On Wednesday 05 March 2008 17:11:25 Simon Street wrote: On Wed, Mar 5, 2008 at 2:32 PM, Mel [EMAIL PROTECTED] wrote: On Wednesday 05 March 2008 12:01:11 Simon Street wrote: In addition i've attempted adding:

Re: 7.0 kde 3 build patch error

2008-03-05 Thread Matthias Apitz
El día Wednesday, March 05, 2008 a las 04:02:11PM +, Robin Becker escribió: I'm trying to build kde3 from ports with 7.0 release and get this patch error whilst trying to build cups === Running ldconfig /sbin/ldconfig -m /usr/local/lib === Registering installation for libmng-1.0.9

Re: amd64 or i386 for desktop use?

2008-03-05 Thread alive
On Wed, 5 Mar 2008 18:13:03 +0100, Roland Smith [EMAIL PROTECTED] wrote: On Wed, Mar 05, 2008 at 12:36:33AM -0500, Isaac Mushinsky wrote: I have new hardware (Abit ip35-pro, Intel Q6600), and was contemplating installing FreeBSD/arch, but now realise that I am going to have some problems.

make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread Nerius Landys
I'm running FreeBSD 7.0 on a server with an Intel Xeon Dual-Core 3060 Conroe (2.4GHz) CPU. I'm wondering what I should set CPUTYPE to in my /etc/make.conf. The file /usr/share/examples/etc/make.conf has this information: # (Intel CPUs)core2 core nocona pentium4m pentium4 prescott #

Re: amd64 or i386 for desktop use?

2008-03-05 Thread Isaac Mushinsky
On 3/5/08, Roland Smith [EMAIL PROTECTED] wrote: On Wed, Mar 05, 2008 at 12:36:33AM -0500, Isaac Mushinsky wrote: I have new hardware (Abit ip35-pro, Intel Q6600), and was contemplating installing FreeBSD/arch, but now realise that I am going to have some problems. My nvidia card will

Re: install/upgrade question

2008-03-05 Thread Alphons Fonz van Werven
Tsu-Fan Cheng wrote: Can I only change/overwrite the /etc /usr, etc but leave /home intact?? Depends. If your /home is a seperate partition AND you don't need to repartition (relabel) the disk, you should be ok. In disklabel, you'll find a newfs toggle. If you set this to N for a certain

starting a program at boot time

2008-03-05 Thread Bill Banks
how do i start a program at boot time? -- --- Bill Banks 508-829-2005 Wachusett Programming Ourweb http://www.ourweb.net http://www.ourwebtemplates.com ___

Re: starting a program at boot time

2008-03-05 Thread Wojciech Puchar
how do i start a program at boot time? simplest to add to rc.local or as a user - add @reboot command in crontab -- --- Bill Banks 508-829-2005 Wachusett Programming Ourweb http://www.ourweb.net

Re: amd64 or i386 for desktop use?

2008-03-05 Thread Wojciech Puchar
of RAM, and I seldom use more than half of that. Mind you, I'm using a simple window manager not a desktop environment with lots of bells whistles. I suspect binaries on i386 will be somewhat smaller. But amd64 has more registers which might give some speed advantages. I haven't tested it, but

Re: Deb archives

2008-03-05 Thread n j
Yes you did! Interesting enough thought, I would like to see how one might config apt-get to be used w/FreeBSD and the packages (I assume?). You might want to have a look at Debian GNU/kFreeBSD (http://www.debian.org/ports/kfreebsd-gnu/). Regards, -- Nino

Re: starting a program at boot time

2008-03-05 Thread Nerius Landys
how do i start a program at boot time? What is the exact program you want to start at boot time? Is this a standard program that is typically started at boot time or is it some sort of custom program that is non-standard? If it's a standard program such as the ssh daemon or the apache

Re: make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread Josh Paetzel
On Wednesday 05 March 2008 11:55:48 am Nerius Landys wrote: I'm running FreeBSD 7.0 on a server with an Intel Xeon Dual-Core 3060 Conroe (2.4GHz) CPU. I'm wondering what I should set CPUTYPE to in my /etc/make.conf. The file /usr/share/examples/etc/make.conf has this information: #

Re: starting a program at boot time

2008-03-05 Thread n j
how do i start a program at boot time? I found the following threads helpful: script to be executed on system startup http://docs.freebsd.org/cgi/getmsg.cgi?fetch=116+0+archive/2008/freebsd-questions/20080210.freebsd-questions /usr/local/etc/rc.d/ scripts and non-root user

Re: building 32bit port on AMD64 (mplayer)

2008-03-05 Thread Roland Smith
On Wed, Mar 05, 2008 at 03:33:43PM +0100, Jan Catrysse wrote: I am using FreeBSD 7.0-RELEASE AMD64. I would need to build /ports/multimedia/mplayer (and I suppose its dependencies) in a 32-bit version. This because certain options (win32 codec support) doesn't work on the 64bit version. Are

Re: amd64 or i386 for desktop use?

2008-03-05 Thread Roland Smith
On Wed, Mar 05, 2008 at 06:29:51PM +0100, alive wrote: Any ATI card up to and including the 9250 (rv280) is fully supported on amd64, 3D and all. (I know because I've got one :-) Oh, is that so? Could you please tell me how you got it to work? Because I've got GREAT issues getting *ANY* ATI

Re: make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread Robert Huff
Josh Paetzel writes: As a general rule, setting a CPUTYPE is something you should try to avoid...there's all sorts of breakage it can cause for very little gain. Do you have examples? I ask because I've had CPUTYPE? = p4 on this machine for five years - dozens of buildworlds and

Re: amd64 or i386 for desktop use?

2008-03-05 Thread Bob Johnson
On 3/5/08, Isaac Mushinsky [EMAIL PROTECTED] wrote: On 3/5/08, Roland Smith [EMAIL PROTECTED] wrote: On Wed, Mar 05, 2008 at 12:36:33AM -0500, Isaac Mushinsky wrote: I have new hardware (Abit ip35-pro, Intel Q6600), and was contemplating installing FreeBSD/arch, but now realise that I

Re: make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread Jonathan Chen
On Wed, Mar 05, 2008 at 09:55:48AM -0800, Nerius Landys wrote: I'm running FreeBSD 7.0 on a server with an Intel Xeon Dual-Core 3060 Conroe (2.4GHz) CPU. I'm wondering what I should set CPUTYPE to in my /etc/make.conf. The file /usr/share/examples/etc/make.conf has this information: #

Re: make.conf CPUTYPE Xeon Conroe?

2008-03-05 Thread David Alanis
Alike other users how can you compare the benefits pros/cons of setting the CPU type? Documentation reads otherwise and it only mentions possible cons in one section? # CFLAGS controls the compiler settings used when compiling C code. # Note that optimization settings other than -O and -O2

Re: amd64 or i386 for desktop use?

2008-03-05 Thread alive
Thanks. Do you by any chance have a link to supported cards? Do you know if this driver supports Composite? OpenGL? On Wed, 5 Mar 2008 20:32:06 +0100, Roland Smith [EMAIL PROTECTED] wrote: On Wed, Mar 05, 2008 at 06:29:51PM +0100, alive wrote: Any ATI card up to and including the 9250 (rv280)

faster booting

2008-03-05 Thread Daniel Feenberg
We have several network services hosted on a FreeBSD system, and want it to come up quickly, so that these services (dhcp, nameservice, nis, tftp etc) are available when systems are restarting after a prolonged power failure. That is, several times a year we have multi-hour power failures

Re: faster booting

2008-03-05 Thread Wojciech Puchar
checking the existence of non-existant hardware and would not be appreciable reduced with a faster CPU or disk. Are there kernel options that we could use build custom kernel. ___ freebsd-questions@freebsd.org mailing list

Freebsd7, mail/mailman, www/apache22, and sendmail

2008-03-05 Thread Philip M. Gollucci
Issue: The www/apache22 integration seems to be fine; however, the sendmail integration isn't quite right. client computer: $ echo `uname -a` | mail -s `date` [EMAIL PROTECTED] Mail Server: /var/log/maillog m25JwCEk065018: m25JwCEl065018: DSN: unknown mailer error 255 m25JwCEl065018:

Re: amd64 or i386 for desktop use?

2008-03-05 Thread Roland Smith
On Wed, Mar 05, 2008 at 09:22:35PM +0100, alive wrote: Thanks. Do you by any chance have a link to supported cards? http://www.sapphiretech.com/us/products/products_overview.php?gpid=59grp=2 Support for r300 based cards is coming as well. Do you know if this driver supports Composite?

Re: faster booting

2008-03-05 Thread Bill Moran
In response to Daniel Feenberg [EMAIL PROTECTED]: We have several network services hosted on a FreeBSD system, and want it to come up quickly, so that these services (dhcp, nameservice, nis, tftp etc) are available when systems are restarting after a prolonged power failure. That is,

Re: faster booting

2008-03-05 Thread Dan Nelson
In the last episode (Mar 05), Daniel Feenberg said: We have several network services hosted on a FreeBSD system, and want it to come up quickly, so that these services (dhcp, nameservice, nis, tftp etc) are available when systems are restarting after a prolonged power failure. That is,

Re: faster booting

2008-03-05 Thread Mel
On Wednesday 05 March 2008 21:06:39 Daniel Feenberg wrote: About the only thing I can find is to reduce the 10 second boot screen delay - but we need to cut more than 30 seconds. The server is statically configured but the clients obtain network configuration from dhcp and pxeboot with nfs

Re: faster booting

2008-03-05 Thread Roland Smith
On Wed, Mar 05, 2008 at 03:06:39PM -0500, Daniel Feenberg wrote: snip So, is there advice anywhere about speeding up the boot process? It appears that most of the 1 minute 45 seconds to boot our system is wait time for checking the existence of non-existant hardware and would not be

SIGHUP and Program Flow in a 6.2 Application

2008-03-05 Thread Martin McCormick
A SIGHUP signal to a running process needs a signal handler like signal( SIGHUP ,startlogging); What sort of end statement needs to be in the function called to allow program execution to resume back in the main caller? I had put a return; statement in the function and

Re: faster booting

2008-03-05 Thread Daniel Feenberg
On Wed, 5 Mar 2008, Bill Moran wrote: In response to Daniel Feenberg [EMAIL PROTECTED]: We have several network services hosted on a FreeBSD system, and want it to come up quickly, so that these services (dhcp, nameservice, nis, tftp etc) are available when systems are restarting after a

where are base, info, kernels, dict, doc, games, manpages, ports, src, etc. for 7.0-REL?

2008-03-05 Thread William Bulley
I can't seem to find the distributions listed in the Subject: line on any of the 7.0-RELEASE ISO images. What am I missing? I know the 7.0-RELEASE announcement says the bootable ISO can be used along with FTP to finish the install, but I can't get FTP (or passive FTP, for that matter) to work as

Re: faster booting

2008-03-05 Thread Martin McCormick
I second the statement about BIOS checks taking a long time. After working with many FreeBSD boxes, mostly Dells and a few IBM servers, they can take forever (2 to 3 minutes) which seems like forever when one is trying to get back on line quickly. If one is using a serial console,

Re: faster booting

2008-03-05 Thread Roger Olofsson
Martin McCormick skrev: I second the statement about BIOS checks taking a long time. After working with many FreeBSD boxes, mostly Dells and a few IBM servers, they can take forever (2 to 3 minutes) which seems like forever when one is trying to get back on line quickly. If one

Re: SIGHUP and Program Flow in a 6.2 Application

2008-03-05 Thread Derek Ragona
At 03:26 PM 3/5/2008, Martin McCormick wrote: A SIGHUP signal to a running process needs a signal handler like signal( SIGHUP ,startlogging); What sort of end statement needs to be in the function called to allow program execution to resume back in the main caller? I

Re: where are base, info, kernels, dict, doc, games, manpages, ports, src, etc. for 7.0-REL?

2008-03-05 Thread Sean Cavanaugh
are you using 7.0-RELEASE--bootonly.iso or 7.0-RELEASE--Disc1.iso the later has the files on it and can be installed without any network connection at all. -Sean -- From: William Bulley [EMAIL PROTECTED] Sent: Wednesday, March 05,

Re: faster booting

2008-03-05 Thread Bill Moran
In response to Daniel Feenberg [EMAIL PROTECTED]: On Wed, 5 Mar 2008, Bill Moran wrote: In response to Daniel Feenberg [EMAIL PROTECTED]: We have several network services hosted on a FreeBSD system, and want it to come up quickly, so that these services (dhcp, nameservice, nis, tftp

Re: amd64 or i386 for desktop use?

2008-03-05 Thread aline
On Wed, 5 Mar 2008, alive wrote: On Wed, 5 Mar 2008 18:13:03 +0100, Roland Smith [EMAIL PROTECTED] wrote: On Wed, Mar 05, 2008 at 12:36:33AM -0500, Isaac Mushinsky wrote: I have new hardware (Abit ip35-pro, Intel Q6600), and was contemplating installing FreeBSD/arch, but now realise that I

Re: where are base, info, kernels, dict, doc, games, manpages, ports, src, etc. for 7.0-REL?

2008-03-05 Thread William Bulley
According to Sean Cavanaugh [EMAIL PROTECTED]: are you using 7.0-RELEASE--bootonly.iso or 7.0-RELEASE--Disc1.iso the later has the files on it and can be installed without any network connection at all. Thanks. I have 7.0-RELEASE-i386-disc1.iso and burned it onto a CD-ROM, but

RE: where are base, info, kernels, dict, doc, games, manpages, ports, src, etc. for 7.0-REL?

2008-03-05 Thread Terry Sposato
Hi William, Look here -- ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-amd64/7.0 That is where I obtained the ISO's from. Regards, Terry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of William Bulley Sent: Thursday, 6 March 2008 8:43 AM To:

sata slave on intel ICH7

2008-03-05 Thread Dane Miller
Hi, FreeBSD 6.3-RELEASE detects one of my three SATA disks as ata2-slave. I thought SATA did away with the master/slave ugliness of PATA. Thinking maybe this was misleading output from FreeBSD, I did some concurrent writes using dd. Sure enough, I see poor performance on concurrent writes to

USB Wireless card for an access point

2008-03-05 Thread Ross Penner
Hi list, I currently have a FreeBSD machine that acts as a router and fileserver for my local home network. I'm hoping to set up a wireless access point so I don't have to steal my neighbour's wireless. The PC I'm using for FreeBSD has no free PCI slots so I'm forced to settle for a USB device.

Re: faster booting

2008-03-05 Thread Kevin Kinsey
Bill Moran wrote: So, is there advice anywhere about speeding up the boot process? It appears that most of the 1 minute 45 seconds to boot our system is wait time for checking the existence of non-existant hardware and would not be appreciable reduced with a faster CPU or disk. Are there kernel

Re: faster booting

2008-03-05 Thread Daniel Feenberg
On Wed, 5 Mar 2008, Kevin Kinsey wrote: Bill Moran wrote: So, is there advice anywhere about speeding up the boot process? It appears that most of the 1 minute 45 seconds to boot our system is wait time for checking the existence of non-existant hardware and would not be appreciable

Re: amd64 or i386 for desktop use?

2008-03-05 Thread Isaac Mushinsky
Thanks everyone, based on the info I am returning the nvidia card and getting an R4xx instead (found an X850 for under $80 still sold; seems to be well enough supported). I still want to try amd64; other limitations do not bother me that much (I do not care for wine or win32 codecs).

VPN - Which way to go?

2008-03-05 Thread Alphons Fonz van Werven
Howdy people, I need to setup a VPN connection to the university's network. Now, there's a chapter in the handbook about VPN over IPsec and there seems to be this thing called OpenVPN in the ports collection. Which is the better way to go? All I need is to obtain an IP address within the

Re: faster booting

2008-03-05 Thread Dan Nelson
In the last episode (Mar 05), Daniel Feenberg said: As for the suggestion that we delay the clients, we plan to enable memory testing in the BIOS of the clients to delay the first request for dhcp services. Any delays placed later in the boot sequence won't help with the problem. Another

Re: VPN - Which way to go?

2008-03-05 Thread D Hill
On Wed, 5 Mar 2008 at 23:21 -, [EMAIL PROTECTED] confabulated: Howdy people, I need to setup a VPN connection to the university's network. Now, there's a chapter in the handbook about VPN over IPsec and there seems to be this thing called OpenVPN in the ports collection. Which is the

Re: LDAP user authentication?

2008-03-05 Thread perikillo
Hi Jon. Look i'm in your situation, searching for documents about this authentication stuff, i have follow this threat, i just want to know if u already have done this and what was your results. Thanks!!! On Sun, Feb 17, 2008 at 4:49 PM, Jonathan Chen [EMAIL PROTECTED] wrote: On Sun, Feb

multiple CPUs and vmstat

2008-03-05 Thread Steven Friedrich
I'm running 7.0 on i386. I'd like to see multiple cpu stats in vmstat. vmstat procs memory page disk faults cpu r b w avmfre flt re pi pofr sr ad0 in sy cs us sy id 0 0 0 398000 77144 7298 1 1 0 5686 12 0 117 18938 1758

Konqueror Storage Media requires View...Refresh

2008-03-05 Thread Steven Friedrich
The first time I open my desktop System icon, and select Storage Media, I have to select View...Refresh to see anything. Is this the way it works on everyone else's system, or do I need to configure something? It's not a big deal, just wondering if I can fix it by configuration.

  1   2   >