Re: php4 + php5

2009-05-07 Thread Matthew Seaman
Mark wrote: Using a single Apache 1.3.x install, is there a way to install both mod_php4 + mod_php5 together? I can't just upgrade to php5: not every webboard and such accepts php5 yet. On some dirs (or per vhost) I like the Apache server to use php5, though. No. At least, not within the

Re: ReturnCode Checking for FTP

2009-05-07 Thread N. Raghavendra
At 2009-05-06T11:44:46-04:00, Eddie Chen wrote: Reading the ftp commands seems to be better, because it will exit(rc) if any of put or rename failed. Perhaps you've already looked at `lftp', http://lftp.yar.ru/ Exit codes of its commands can be used from the shell, e.g., as follows: % set

Re: basic

2009-05-07 Thread Mel Flynn
On Wednesday 06 May 2009 21:09:07 Jerry McAllister wrote: On Wed, May 06, 2009 at 06:00:32PM +0200, Polytropon wrote: 10 GOTO 10 On Wed, 6 May 2009 14:32:47 +0200, giorgio novello gio@vodafone.it wrote: Do you want obtain new market share? Develop e visual-basic like language,

RE: Dump snapshot issue...

2009-05-07 Thread Marc Coyles
Is /home really a separate file system on your system? Or is it just a directory in another filesystem? df -h output: Filesystem SizeUsed Avail Capacity Mounted on /dev/da0s1a3.9G351M3.2G10%/ devfs 1.0K1.0K 0B 100%/dev /dev/da0s1g 98G

abiword

2009-05-07 Thread kenneth hatteland
I am having serious problems getting my freebsd machines with abiword installed to open .doc files. Text becomes totally garbled and unreadable. Have searched the net and the few abiword forums I can find but nowhere does it say what nob is unturned on my freebsd installs. winxp and

Re: abiword

2009-05-07 Thread Polytropon
On Thu, 07 May 2009 10:16:45 +0200, kenneth hatteland kenneth.hattel...@kleppnett.no wrote: I am having serious problems getting my freebsd machines with abiword installed to open .doc files. Text becomes totally garbled and unreadable. Maybe this is due to a defective .DOC file (quick

isc-dhcp logging and status query

2009-05-07 Thread Pieter Donche
FreeBSD7-amd64: I set up /usr/ports/net/isc-dhcp30-server for static IP addresses (based on the MacAddress) This works, but I wonder where I can see information of the status? 1. The doc says I should see dhcp log messages (default in /var/log/messages) but I see nothing about dhcp in

Re: isc-dhcp logging and status query

2009-05-07 Thread Mel Flynn
On Thursday 07 May 2009 12:00:10 Pieter Donche wrote: 2. Is there any tool to see what Statically assigned IP address are handed out at a given time? (I also see nothing in /var/db/dhcpd/dhcpd.leases file execpt comments) Add omapi-port 7911; to dhcpd.conf. Then, as follows: $ omshell

Re: make - reassign variable using if-then ?

2009-05-07 Thread Anton Shterenlikht
On Wed, May 06, 2009 at 05:40:41PM +0200, Mel Flynn wrote: On Wednesday 06 May 2009 11:31:17 Anton Shterenlikht wrote: I'm trying to build gcc43 on alpha 6.4. In /usr/ports/lang/gcc43/Makefile I have: # grep NOT_FOR_ARCHS /usr/ports/lang/gcc43/Makefile NOT_FOR_ARCHS= alpha ia64

7.2 = no sound

2009-05-07 Thread Lars Hecking
I upgraded my system to 7.2 with cvsup, and sound has stopped working. I'm running gnome, and both esound-0.2.41 A sound library for enlightenment package pulseaudio-0.9.14_5 Sound server for UNIX are installed. Both esd and pulseaudio are running root1182 0.0 0.1 3372

Re: Developing and maintaining a rapidly deployable image of an installed system

2009-05-07 Thread Bill Moran
Warren Guy warren@calorieking.com wrote: Hi everyone, I'm just wondering if there is an established best practice for developing and maintaining a rapidly deployable image of an installed FreeBSD system? If anyone can point me towards documentation or any other resources that might

Re: Maintaining a FreeBSD system - Workcycle

2009-05-07 Thread Wojciech Puchar
more so (for the base system I just install them always, as it doesn't pay off in the long run to skip them). Portaudit for a (web)server has a lot of notifications that are not critical, like several issues over the last year with php's safe mode that any sane webserver admin doesn't use. i

Re: filesystem: 12h to delete 32GB of data

2009-05-07 Thread Wojciech Puchar
If you aren't using ZFS, or even a GEOM volume with mirror/RAID5/softup/etc, you cannot make the statement that hardware RAID is faster. I learned that 3 years ago. i state exactly opposite. all hardware raid cards are made just to suck money from those who believe in it. like performance

/etc/ttys

2009-05-07 Thread Ian Fitzgerald
Dumb question because of dumb action: can anyone point me to a place where I can find a copy of /etc/ttys? - suitable for FreeBSD v7.2 Thanks ianf ___ freebsd-questions@freebsd.org mailing list

Re: /etc/ttys

2009-05-07 Thread Steve Bertrand
Ian Fitzgerald wrote: Dumb question because of dumb action: can anyone point me to a place where I can find a copy of /etc/ttys? - suitable for FreeBSD v7.2 In it's entirety: http://ibctech.ca/ttys Steve ___ freebsd-questions@freebsd.org mailing

Re: 7.2 = no sound

2009-05-07 Thread cpghost
On Thu, May 07, 2009 at 11:50:27AM +0100, Lars Hecking wrote: I upgraded my system to 7.2 with cvsup, and sound has stopped working. I'm running gnome, and both (...) Sound module loaded: yes # kldstat |grep snd 41 0xc09d6000 1abf8snd_hda.ko # cat /dev/sndstat FreeBSD

Re: /etc/ttys

2009-05-07 Thread Daniel Bye
On Thu, May 07, 2009 at 10:18:03PM +1000, Ian Fitzgerald wrote: Dumb question because of dumb action: can anyone point me to a place where I can find a copy of /etc/ttys? - suitable for FreeBSD v7.2 /usr/share/examples/etc/ttys -- Daniel Bye

Re: Developing and maintaining a rapidly deployable image of an installed system

2009-05-07 Thread Greg Larkin
Bill Moran wrote: [...] The host system is a very basic install -- mostly just give it an IP and add users for the administrators. All the ports and details of their configs are in the individual jails. It's much more efficient than using something like VMware, which has horrific

Re: /etc/ttys

2009-05-07 Thread Boris Samorodov
On Thu, 07 May 2009 22:18:03 +1000 Ian Fitzgerald wrote: Dumb question because of dumb action: can anyone point me to a place where I can find a copy of /etc/ttys? - suitable for FreeBSD v7.2 /usr/share/examples/etc/ttys WBR -- Boris Samorodov (bsam) Research Engineer, http://www.ipt.ru

Re: multiple PPPoE connections on one machine (DSL load balancing)

2009-05-07 Thread Nikos Vassiliadis
Jeff Croft wrote: Hello -- I'm configuring FreeBSD 7.1 as a router/load-balancer and I just got stuck. I know this sounds like a newbie question, but hear me out. I have three DSL line (ATT in SF Bay Area, business class) connected via ethernet to the box, and one more ethernet connected to

Re: Developing and maintaining a rapidly deployable image of an installed system

2009-05-07 Thread Bill Moran
In response to Greg Larkin glar...@freebsd.org: Bill Moran wrote: [...] The host system is a very basic install -- mostly just give it an IP and add users for the administrators. All the ports and details of their configs are in the individual jails. It's much more efficient than

Xfce unable to lookup hostname

2009-05-07 Thread Daniel Underwood
Every time I log in to xfce, it throws a warning that it cannot lookup bsdbox (which is my hostname as defined in rc.conf). The warning dialog suggests altering /etc/hosts to fix the problem. In fact, it's not a problem because my WAN connectivity is fine, but I still want to resolve this. In

Re: Xfce unable to lookup hostname

2009-05-07 Thread Polytropon
On Thu, 7 May 2009 09:14:24 -0400, Daniel Underwood djuatde...@gmail.com wrote: In /etc/hosts there are two lines containing: localhost localhost.my.domain Really? No IP? I mean like ::1 localhost 127.0.0.1 localhost 127.0.0.1 bsdbox.local

Re: Xfce unable to lookup hostname

2009-05-07 Thread Andrew Gould
On Thu, May 7, 2009 at 8:14 AM, Daniel Underwood djuatde...@gmail.comwrote: Every time I log in to xfce, it throws a warning that it cannot lookup bsdbox (which is my hostname as defined in rc.conf). The warning dialog suggests altering /etc/hosts to fix the problem. In fact, it's not a

Re: Xfce unable to lookup hostname

2009-05-07 Thread Daniel Underwood
Really? No IP? I mean like ::1 localhost 127.0.0.1 localhost 127.0.0.1 bsdbox.local bsdbox 127.0.0.1 bsdbox.local. Right, I realize I was unclear. I just meant that two lines contained localhost localhost.my.domain, not that they

Re: Xfce unable to lookup hostname

2009-05-07 Thread Daniel Underwood
*Correction* In previous email, /etc/ttys -- /etc/hosts. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Xfce unable to lookup hostname

2009-05-07 Thread Andrew Gould
On Thu, May 7, 2009 at 8:37 AM, Daniel Underwood djuatde...@gmail.comwrote: Really? No IP? I mean like ::1 localhost 127.0.0.1 localhost 127.0.0.1 bsdbox.local bsdbox 127.0.0.1 bsdbox.local. Right, I realize I was unclear. I

Re: basic

2009-05-07 Thread Jerry McAllister
On Thu, May 07, 2009 at 09:03:36AM +0200, Mel Flynn wrote: On Wednesday 06 May 2009 21:09:07 Jerry McAllister wrote: On Wed, May 06, 2009 at 06:00:32PM +0200, Polytropon wrote: 10 GOTO 10 On Wed, 6 May 2009 14:32:47 +0200, giorgio novello gio@vodafone.it wrote: Do you

Re: abiword

2009-05-07 Thread Robert
On Thu, 07 May 2009 10:16:45 +0200 kenneth hatteland kenneth.hattel...@kleppnett.no wrote: I am having serious problems getting my freebsd machines with abiword installed to open .doc files. Text becomes totally garbled and unreadable. Have searched the net and the few abiword forums I can

ad0: FAILURE - READ_DMA g_eli_read_done(

2009-05-07 Thread Tobias Roth
Hi I got these log messages: May 7 15:41:32 default kernel: ad0: FAILURE - READ_DMA status=51READY,DSC,ERROR error=40UNCORRECTABLE LBA=31833792 May 7 15:41:32 default kernel: GEOM_ELI: g_eli_read_done() failed ad0s2d.eli[READ(offset=1806532608, length=65536)] May 7 15:41:32 default kernel:

Re: Xfce unable to lookup hostname

2009-05-07 Thread Polytropon
On Thu, 7 May 2009 09:37:59 -0400, Daniel Underwood djuatde...@gmail.com wrote: Let me make sure I understand (part of) your advice. Since I set hostname=bsdbox in rc.conf, I should replace localhost instances in /etc/ttys ? No, the name localhost should be in your /etc/hosts, along with the

Re: basic

2009-05-07 Thread Polytropon
On Thu, 7 May 2009 09:53:19 -0400, Jerry McAllister jerr...@msu.edu wrote: I know what he thinks he means. But, what he says is that improvements are against the ethic of FreeBSD and that simply is not true. Never said such thing. In fact, there are many improvements I'd like to see in

Re: basic

2009-05-07 Thread andrew clarke
On Wed 2009-05-06 14:32:47 UTC+0200, giorgio novello (gio@vodafone.it) wrote: Develop e visual-basic like language, or asp vb and your OS will be a best seller The OP is likely trolling, but reminded me of the Lazarus project. It's loosely based on Borland Delphi and is apparently quite

isc-dhcpd server, HOSTNAME

2009-05-07 Thread Pieter Donche
FreeBSD7 with isc-dhcp30-server. It hands out an IP address, OK, but the BASH environment variable HOSTNAME is not set. Why? (A DNS server is active on the network and can succesfully be queried from a FreeBSD bash command (nslookup or host) to see the hostname associated with the

Re: Preferred client for DynDNS

2009-05-07 Thread andrew clarke
On Wed 2009-05-06 10:40:46 UTC-0400, Daniel Underwood (djuatde...@gmail.com) wrote: There appear to be several clients capable of working with DynDNS.com services here: http://www.freebsd.org/ports/dns.html E.g., dns/inadyn, dns/ipcheck Can anyone make recommendations? My goal in using

Re: Autofs howto

2009-05-07 Thread Paul Schmehl
--On Wednesday, May 06, 2009 22:55:23 -0500 Michel Talon ta...@lpthe.jussieu.fr wrote: Paul Schmehl wrote: I'm wondering if I can use autofs on FreeBSD. Last time I asked the question someone said I need amd, which I found rather cryptic. Indeed it is cryptic, let me gave an example

Compass 597 Sprint

2009-05-07 Thread Don Dugger
Has anyone got a Compass 597 from Sprint to work? And if so can I get some pointers? Thx in advance... Don 8) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: [Samba] PDC and group question

2009-05-07 Thread Peter Ulrich Kruppa
Am Donnerstag, den 07.05.2009, 09:11 -0700 schrieb MargoAndTodd: Peter Ulrich Kruppa wrote: I am not quite sure, I understand your question correctly: probably you will want to use commands like # net groupmap add ntgroup=Domain Admins unixgroup=wheel type=d rid=512 which would

Myths about Power Over Ethernet

2009-05-07 Thread Midspan Manager
Myths about Power Over Ethernet May 7, 2008 Power-over-Ethernet (PoE) technology integrates power and data across standard Cat5/5e/6 network cabling and provides more flexibility in today’s workplace. PoE enables power to be supplied to network devices, such as IP phones, network cameras, and

Run script on boot, as ordinary user

2009-05-07 Thread Nerius Landys
So there's cron. Is there anything that lets an ordinary user start his/her programs at bootup of the system? And then run a script when the system is shutting down? I'm familiar with /etc/rc.d/, but that's not really what I'm looking for. I gave my friends access to my FreeBSD server and I

Re: Run script on boot, as ordinary user

2009-05-07 Thread Chris Cowart
Nerius Landys wrote: So there's cron. Is there anything that lets an ordinary user start his/her programs at bootup of the system? And then run a script when the system is shutting down? I'm familiar with /etc/rc.d/, but that's not really what I'm looking for. I gave my friends access to

Re: Run script on boot, as ordinary user

2009-05-07 Thread Christian Laursen
Nerius Landys wrote: So there's cron. Is there anything that lets an ordinary user start his/her programs at bootup of the system? And then run a script when the system is shutting down? I'm familiar with /etc/rc.d/, but that's not really what I'm looking for. I gave my friends access to my

Re: Run script on boot, as ordinary user

2009-05-07 Thread Bill Moran
In response to Nerius Landys nlan...@gmail.com: So there's cron. Is there anything that lets an ordinary user start his/her programs at bootup of the system? And then run a script when the system is shutting down? I'm familiar with /etc/rc.d/, but that's not really what I'm looking for. I

Re: 7.2 = no sound

2009-05-07 Thread Lars Hecking
pcm0: HDA Sigmatel STAC9205X PCM #0 Analog at cad 0 nid 1 on hdac0 pcm1: HDA Sigmatel STAC9205X PCM #1 Analog at cad 0 nid 1 on hdac0 Have you tried to set hw.snd.default_unit to the right port? From snd_hda(4): The default audio device may be tuned by setting the

Applying FreeBSD-SA-09:07 broke PAM on 7.0

2009-05-07 Thread Toomas Aas
Hello! Finally I managed to find some time to apply the libc update to our server running FreeBSD 7.0 i386. I applied the patch as described in the section titled To patch your present system: of the advisory. I didn't notice any errors during the entire process, but after it was complete I

Re: Run script on boot, as ordinary user

2009-05-07 Thread Mel Flynn
On Thursday 07 May 2009 19:57:03 Nerius Landys wrote: So there's cron. Is there anything that lets an ordinary user start his/her programs at bootup of the system? And then run a script when the system is shutting down? I'm familiar with /etc/rc.d/, but that's not really what I'm looking

RE: php4 + php5

2009-05-07 Thread Mark
-Original Message- From: Matthew Seaman [mailto:m.sea...@infracaninophile.co.uk] Sent: donderdag 7 mei 2009 8:29 To: Mark Cc: freebsd-questions@freebsd.org Subject: Re: php4 + php5 Mark wrote: Using a single Apache 1.3.x install, is there a way to install both mod_php4 + mod_php5

SOLVED (was: RE: php4 + php5)

2009-05-07 Thread Mark
-Original Message- From: Mark [mailto:ad...@asarian-host.net] Sent: donderdag 7 mei 2009 21:32 To: freebsd-questions@freebsd.org Subject: RE: php4 + php5 ... So I just upgraded to PHP5 already. :) Only thing is, I can't get GD to compile properly (which I really need). Compile keeps

Re: Run script on boot, as ordinary user

2009-05-07 Thread Wojciech Puchar
man crontab @reboot On Thu, 7 May 2009, Nerius Landys wrote: So there's cron. Is there anything that lets an ordinary user start his/her programs at bootup of the system? And then run a script when the system is shutting down? I'm familiar with /etc/rc.d/, but that's not really what I'm

Specifying only constrained options in /etc/libmap.conf ?

2009-05-07 Thread Mark Stosberg
I would like to use /etc/libmap.conf to apply some mappings which only apply to the darcs executable. However the man page for libmap.conf contains this warning: WARNING! Constrained mappings must never appear first in the configura- tion file. While there is a way to specify the

Re: ndis0 interrrupt storm

2009-05-07 Thread Chris Whitehouse
Tim Judd wrote: I think project evil (ndis) requires a specific driver version, such as the WinXP drivers versus the Vista or 2000 or anything else. What drivers did you use? Any other drivers available on the manufacturer website? If you're not using XP, I recall reading that XP is the

Frozen on Boot - Kernel Hanging?

2009-05-07 Thread APseudoUtopia
Hey, My server was fine when I went to work. When I got back, it was dead. I had the datacenter reboot it, and it refused to boot. It just hangs with no error message when booting. After the Welcome to FreeBSD menu, it just freezes up. I have no idea where to start to fix this. Any ideas?

Re: Frozen on Boot - Kernel Hanging?

2009-05-07 Thread Wojciech Puchar
My server was fine when I went to work. When I got back, it was dead. I had the datacenter reboot it, and it refused to boot. It just hangs with no error message when booting. After the Welcome to FreeBSD menu, it just freezes up. I have no idea where to start to fix this. Any ideas? most

Problems after upgrading to xorg-7.4_1

2009-05-07 Thread Mike Clarke
I'm having a couple of problems getting X to work after upgrading to xorg-7.4_1 (on 6.4-RELEASE-p3) The first problem is that I can't get the nvidia driver to load. I ran Xorg -configure to create a new xorg.conf. This generated a file using the nv driver, which works but causes the display to

Command-line IRC client

2009-05-07 Thread Nerius Landys
What is the most recommended IRC client that runs in a terminal? rtorrent is to bit torrent what is to IRC. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Run script on boot, as ordinary user

2009-05-07 Thread Nerius Landys
Seems that @reboot in cron is what I need. It's too bad that there's no straightforward shutdown hook. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Xfce unable to lookup hostname

2009-05-07 Thread Daniel Underwood
I added the line 127.0.0.1 bsdbox bsdbox.my.domain and now it works perfectly, thanks! Question: what does the line I added tell my computer? I.e., what does that line do? ___ freebsd-questions@freebsd.org mailing list

Re: php4 + php5

2009-05-07 Thread Amitabh Kant
Add WITHOUT_X11=yes in /etc/make.conf file before running make command. Amitabh On Fri, May 8, 2009 at 12:42 AM, Mark ad...@asarian-host.net wrote: -Original Message- From: Matthew Seaman [mailto:m.sea...@infracaninophile.co.uk] Sent: donderdag 7 mei 2009 8:29 To: Mark Cc:

Re: Command-line IRC client

2009-05-07 Thread gabe g
Irssi or Weechat will be most recommended. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Command-line IRC client

2009-05-07 Thread looptigger
irssi On Fri, May 8, 2009 at 3:36 AM, gabe g johndoeismyn...@gmail.com wrote: Irssi or Weechat will be most recommended. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

You have just received a virtual postcard from a friend !

2009-05-07 Thread received
You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http:.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and

7.2 Installation Problem - Large Disk

2009-05-07 Thread Paul Stewart
Hi there.. I hope this is the correct mailing list to ask this question. I have a Dell Poweredge R710 server (brand new)... 7.2-RELEASE installs fine but I'm having a problem getting any large partitions over approximately 500GB. During the installation it allows me to create 4.5TB

You have just received a virtual postcard from a friend !

2009-05-07 Thread received
You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http:.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and

Re: 7.2 Installation Problem - Large Disk

2009-05-07 Thread Benjamin Lee
On 05/07/2009 07:28 PM, Paul Stewart wrote: Hi there.. I hope this is the correct mailing list to ask this question. I have a Dell Poweredge R710 server (brand new)... 7.2-RELEASE installs fine but I'm having a problem getting any large partitions over approximately 500GB.

Re: Autofs howto

2009-05-07 Thread Jason Garrett
On Thu, May 7, 2009 at 10:14, Paul Schmehl pschmehl_li...@tx.rr.com wrote: --On Wednesday, May 06, 2009 22:55:23 -0500 Michel Talon ta...@lpthe.jussieu.fr wrote: Paul Schmehl wrote: I'm wondering if I can use autofs on FreeBSD. Last time I asked the question someone said I need amd,

Re: Xfce unable to lookup hostname

2009-05-07 Thread Andrew Gould
On Thu, May 7, 2009 at 7:26 PM, Daniel Underwood djuatde...@gmail.comwrote: I added the line 127.0.0.1 bsdbox bsdbox.my.domain and now it works perfectly, thanks! Question: what does the line I added tell my computer? I.e., what does that line do? The /etc/hosts file is used to

Re: Command-line IRC client

2009-05-07 Thread Polytropon
On Thu, 7 May 2009 17:19:47 -0700, Nerius Landys nlan...@gmail.com wrote: What is the most recommended IRC client that runs in a terminal? rtorrent is to bit torrent what is to IRC. Solution = { irc, BitchX } :-) -- Polytropon From Magdeburg, Germany Happy FreeBSD user since 4.0 Andra

Re: Xfce unable to lookup hostname

2009-05-07 Thread Polytropon
On Thu, 7 May 2009 20:26:40 -0400, Daniel Underwood djuatde...@gmail.com wrote: I added the line 127.0.0.1 bsdbox bsdbox.my.domain and now it works perfectly, thanks! Question: what does the line I added tell my computer? I.e., what does that line do? It simply associates the

You have just received a virtual postcard from a friend !

2009-05-07 Thread received
You have just received a virtual postcard from a friend ! . You can pick up your postcard at the following web address: . [1]http:.exe . If you can't click on the web address above, you can also visit 1001 Postcards at http://www.postcards.org/postcards/ and

You've received a question about your eBay item, 4 2009 BCS NCAA Football National Championship Tickets

2009-05-07 Thread eBay
eBay eBay sent this message to your email. Your registered name is included to show this message originated from eBay. [1]Learn more. [ltCurve.gif] This member has a question for you. [rtCurve.gif] [iconAlert_32x32.gif] Do not respond to the sender if this message requests that

Re: Problems after upgrading to xorg-7.4_1

2009-05-07 Thread Boris Samorodov
On Thu, 7 May 2009 23:43:46 +0100 Mike Clarke wrote: The second problem is that when I revert to the nv driver X treats my UK keyboard as a US one, even though it functions correctly as a UK keyboard in console mode before starting X. The original config file created by X -configure didn't

Licensing

2009-05-07 Thread Steve Bertrand
I've got a question that is likely not suited for this list, but I know that there are people here who can guide me off-list. Being a network engineer, I'm far from a developer. With that said, I've written numerous network automation programs (mostly in Perl), and have developed several small

Re: Frozen on Boot - Kernel Hanging?

2009-05-07 Thread Mel Flynn
On Thursday 07 May 2009 23:46:54 APseudoUtopia wrote: Hey, My server was fine when I went to work. When I got back, it was dead. I had the datacenter reboot it, and it refused to boot. It just hangs with no error message when booting. After the Welcome to FreeBSD menu, it just freezes up.