Re: FreeBSD on IBM Blade Center?

2005-12-28 Thread Thomas Linton
I tried to boot a 6.0 Installation CD on a HS20 Blade. I always get "can't load 'kernel'" from the cdloader. If I type "lsdev" it shows me no "cd devices"; a "ls" brings "open '/' failed:.." and the LED of the cdrom-drive stays dark. The BladeCenter is using a USB-CDROM and I think this is actua

Re: unmounting USB key (sorry, lost the original title)

2005-12-20 Thread Thomas Linton
I tried the same thing, but the LED stays on; my laptop IBM TP43 has dual-boot with WinXP and under WinXP it is possible to safety remove (turn off) the USB stick. On my previous laptop IBM TP42 with Fedora Core 1 an eject was able to Power Off the USB Stick (LED off). Update from Micah is interr

Re: How to safty unplug a USB Stick

2005-12-20 Thread Thomas Linton
SCSI Driver (because "eject /dev/cd0" also doesn't work ) doesn't accept a CDIOEJECT. On 12/20/05, Dinesh Nair <[EMAIL PROTECTED]> wrote: > > > On 12/20/05 07:44 Thomas Linton said the following: > > Besides umount, to keep the FS consistant, I belive it wou

Re: How to safty unplug a USB Stick

2005-12-19 Thread Thomas Linton
Besides umount, to keep the FS consistant, I belive it would be necessary to actually turn off the USB stick before you remove it. With Windows and Linux there is also a way to safety remove -power off- a USB stick. On 12/19/05, Ivan Roth <[EMAIL PROTECTED]> wrote: > > Thomas

How to safty unplug a USB Stick

2005-12-19 Thread Thomas Linton
My USB stick works fine, but I can't figure out how to safty unplug the USB stick. The LED on my stick is always on; if i try "camcontrol stop da0" or "camcontrol eject da0" it stays on. Under Linux the "eject" command turns the LED (Power) off. ___ fre

Re: IBM xSeries 226 ips problem

2005-12-18 Thread Thomas Linton
You have a problem with the ServeRaid Driver. I'm not sure, which ServeRaid Adapter is integtrated on the systemboard of the x226. Have a look on the man page of the ips driver. Following ServeRaid Adapter should work: · IBM ServeRAID 3H · ServeRAID 4L/4M/4H · ServeRAID Series 5 ·

Re: webmail solution

2005-12-18 Thread Thomas Linton
I played with http://www.squirrelmail.org/ in combination with postfix, which was to me pretty good. My ISP (www.inode.at) is porviding their webmail service also via squirrelmail (they changed the look and feel-but it's still squirrelmail). On 12/18/05, Olivier Nicole <[EMAIL PROTECTED]> wrote:

Re: Automating a 5.4 install

2005-12-04 Thread Thomas Linton
For problem 2 have a look at: http://lists.freebsd.org/pipermail/freebsd-questions/2005-November/103093.html On 11/30/05, Raistlin Majere <[EMAIL PROTECTED]> wrote: > > I'm trying to use netboot to automate the install of FreeBSD 5.4. I can > get new servers to boot, mount the NFS partition whi

Re: How can I programatically eject a live cd?

2005-11-13 Thread Thomas Linton
if you use CAM you could use: # camcontrol eject [device id] [generic args] On Sat, Nov 12, 2005 at 08:21:11PM -0800, Bill Schoolcraft wrote: > At Sat, 12 Nov 2005 it looks like Thomas Linton composed: > > >I believe that you can't do this because "you" are si

Re: How can I programatically eject a live cd?

2005-11-12 Thread Thomas Linton
I believe that you can't do this because "you" are sitting on this CD. In general: # cdcontrol eject or with port /usr/ports/sysutils/eject just # eject On Sat, Nov 12, 2005 at 12:19:39PM -0800, Bill Schoolcraft wrote: > At Sat, 12 Nov 2005 it looks like Sean Bruno composed: > > >On Sat, 2

Apache + PHP : Exec format error

2005-11-03 Thread Thomas Linton
I can't get the package WebCalendar-1.0.0 to work; I always get following error in /var/log/httpd-error.log (8)Exec format error: exec of '/usr/local/www/data-dist/WebCalendar/index.php' If I put #!/usr/local/bin/php at the beginning of the index.php it works, however I would like to use the apac

Re: Installing from File System

2005-11-01 Thread Thomas Linton
I do have the same problem and don't really understand the syntax of the INDEX file. I guess the "2" at the end of the line means 2nd CD, but why ""-->there are sometimes more or less pipes at the end of the lines. at-spi-1.6.3_1|/usr/ports/accessibility/at-spi|/usr/X11R6|An Assistive Te

SPAM Filter

2005-11-01 Thread Thomas Linton
I'm installing an old laptop with freeBSD 5.4. It's going to be my mail server (postfix) and a simple ftp Server. I need some suggestions for a spam filter. Many thanky in advance. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

Re: How to remove a "Hotplug" Laptop CD/DVD Drive

2005-10-26 Thread Thomas Linton
On Mon, 2005-10-24 at 21:00 +0200, Michal F. Hanula wrote: > On Thu, Oct 20, 2005 at 05:27:22PM +0200, Thomas Linton wrote: > > What is the correct and safe way to remove a "Hotplug" CD/DVD Drive from > > a Laptop? > If the drive is on a separate IDE channel,

How to remove a "Hotplug" Laptop CD/DVD Drive

2005-10-20 Thread Thomas Linton
What is the correct and safe way to remove a "Hotplug" CD/DVD Drive from a Laptop? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Changing the region code of DVD-Drive

2005-10-20 Thread Thomas Linton
as mounted and also as unmounted. Any ideas? On Mon, 2005-10-17 at 19:21 +0200, Fabian Keil wrote: > Garrett Cooper <[EMAIL PROTECTED]> wrote: > > > On Oct 17, 2005, at 2:19 AM, Thomas Linton wrote: > > > > > mplayer works (beside the sound, but this is a diffe

RE: Changing the region code of DVD-Drive

2005-10-17 Thread Thomas Linton
mplayer works (beside the sound, but this is a different problem). xine, ogle and totem are not working on my box. If I boot winXP and look at the properties of the DVD Drive it says region code 0. Up to now I didn't change the region code, because you can only change it 5 times. I was just wonder

Changing the region code of DVD-Drive

2005-10-16 Thread Thomas Linton
Hi, Is there any tool available to change the region code of a DVD-Drive? Many thanks in advance, Thomas. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAI