Re: PowerEdge 1850
> Ok Great, what about the Raid controller PERC 4e/SI ? We're not using any RAID stuff on ours, but the SCSI stuff works fine with the mpt driver. David. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Maple 9.5 install -- [SOLUTION]
Thanks to Georg-W. Koltermann <[EMAIL PROTECTED]> who told me how to fix this. All you need to do is to enable linprocfs in the following way: $ kldload linprocfs $ mount -t linprocfs linprocfs /compat/linux/proc Just for the archives in case someone else has the misfortune to need Maple... Quoth Yann Golanski on Mon, Oct 04, 2004 at 16:52:05 +0100 > Anyone tried to install this sucessfuly? > > I've looked at the handbook but the following error. > > Any idea from anyone? > > > > # ./LinuxInstaller.bin > Preparing to install... > WARNING: /tmp does not have enough disk space! > Attempting to use /usr/home/yann for install base and tmp dir. > Extracting the JRE from the installer archive... > Unpacking the JRE... > Extracting the installation resources from the installer archive... > Configuring the installer for this system's environment... > > Launching installer... > > # > # HotSpot Virtual Machine Error, Internal Error > # Please report this error at > # http://java.sun.com/cgi-bin/bugreport.cgi > # > # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 interpreted mode) > # > # Error ID: 4F533F4C494E55580E43505001C9 > # > > Heap at VM Abort: > Heap > > -- > [EMAIL PROTECTED] -=*=- www.kierun.org > PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318 > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > -- [EMAIL PROTECTED] -=*=- www.kierun.org PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318 ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: kern/68315: [patch] atacontrol addspare for 4.x
Works also well on FreeBSD 4.10, I have it tested at my home machine with defective spare (kernelthread aborts as expexted, some little system hang) and I rebuilded a degraded RAID 1 array with my non-raid-bios onboard-ATA- controller. Who would be able to review it for merge in FreeBSD 4-stable? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Maple 9.5 install -- [SOLUTION]
On Tue, 5 Oct 2004 20:30, Yann Golanski wrote: > Thanks to Georg-W. Koltermann <[EMAIL PROTECTED]> who told me how > to fix this. All you need to do is to enable linprocfs in the following > way: > $ kldload linprocfs You can just do -> > $ mount -t linprocfs linprocfs /compat/linux/proc mount will DTRT automatically :) (Or put proc/compat/linux/proc linprocfsrw 0 0 in /etc/fstab) > Just for the archives in case someone else has the misfortune to need > Maple... > > Quoth Yann Golanski on Mon, Oct 04, 2004 at 16:52:05 +0100 > > > Anyone tried to install this sucessfuly? > > > > I've looked at the handbook but the following error. > > > > Any idea from anyone? > > > > > > > > # ./LinuxInstaller.bin > > Preparing to install... > > WARNING: /tmp does not have enough disk space! > > Attempting to use /usr/home/yann for install base and tmp dir. > > Extracting the JRE from the installer archive... > > Unpacking the JRE... > > Extracting the installation resources from the installer archive... > > Configuring the installer for this system's environment... > > > > Launching installer... > > > > # > > # HotSpot Virtual Machine Error, Internal Error > > # Please report this error at > > # http://java.sun.com/cgi-bin/bugreport.cgi > > # > > # Java VM: Java HotSpot(TM) Client VM (1.4.2_02-b03 interpreted mode) > > # > > # Error ID: 4F533F4C494E55580E43505001C9 > > # > > > > Heap at VM Abort: > > Heap > > > > -- > > [EMAIL PROTECTED] -=*=- > > www.kierun.org PGP: 009D 7287 C4A7 FD4F 1680 06E4 F751 7006 9DE2 6318 > > ___ > > [EMAIL PROTECTED] mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "[EMAIL PROTECTED]" -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C pgppk1Cy14NSn.pgp Description: PGP signature
Re: Spinlock problem in 5.3-Beta
I got this same problem when I upgraded to 5.3-Beta, but for me it was with gnucash, not xmms. (I don't use XMMS, so I don't know if that port would break for me as well). I searched the archives and it seems the problem comes from a program using one threading system (pthreads) but having a dependancy compiled against the other system ((libc_r).The solution is either to 1) recompile all your ports to use the same threading system, or 2) map all calls to one system to another using /etc/libmap.conf. However, I tried *both* of these and neither work. I've used ldd on everything under /usr/local and nothing is linked to libc_r (although many are linked to pthread). I've tried recompiling all the requirements of gnucash using portupgrade -fR. I've also tried mapping the libc_r calls to pthread calls using an /etc/libmap.conf file: [EMAIL PROTECTED] /# cat /etc/libmap.conf libc_r.so.5 libpthread.so.1 # Everything that uses 'libc_r' libc_r.so libpthread.so # now uses 'libpthread' Yet I'm still getting the error. I can only assume that something is broken in 5.3-BETA regarding pthreads unless someone has any other insight.I'm hitting my head against a wall. beh. --Andy On Sep 14, 2004, at 7:43 PM, Jason Porter wrote: I cvsuped last week, on 9 Sept and since then I've installed XMMS and mplayer from the ports and neither one of them work, here are the errors I receive when I try to start them: XMMS: Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Segmentation fault (core dumped) mplayer: Fatal error 'Spinlock called when not threaded.' at line 83 in file /usr/src/lib/libpthread/thread/thr_spinlock.c (errno = 0) Abort trap (core dumped) I'm not sure if this is a new feature in 5 or a debugging problem or what. Does anyone have any help they can offer? -Jason Porter ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
imaging freebsd
I have used flexbackup to basically image my main server ie used the device parameter to get files ads1a, ads3e, ads4e. These are my /, /var, and /usr partitions and have been stored on another freebsd box in my internal network. Now i have some new hardware ie a new server and wish to put these files (ads1a, ads3e, ads4e) on it. This new server has no OS on it yet, but has been booted with the freebsd boot cd to create the /, /var, /usr partitions. How do i restore the files ads1a, ads3e, ads4e, from the remote machine to this new server with blank /, /var, /usr partitions. Like a ghost multi cast type operation do not like to use ghost because you must turn the server off. Basically i would like to clone my freebsd system to a new one is flexbackup the correct software to use or is there a simpler solution for this. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Promise TX2 SATA controllers
Just in case it may help someone (this information is not very easily accessible in the archives): - I have a Promise TX2 controller with a PCI ID of 0x3375105a . It works for me in 4.10 by adding the new PCI ID everywhere that you'll find the other/old one (0x3371105a) in the patch (see next paragraph) or kernel source under dev/ata. Don't blame me if you lose your data, I will not take responsibility, but this is weakly supported by the the two controllers appearing to be handled just the same in -current. - (Reminder) The 'old' TX2 SATA promise controllers can be used in FreeBSD 4.10/4-STABLE by patching the kernel source. The patch can be found at: http://www.ambrisko.com/doug/ata/ See http://lists.freebsd.org/pipermail/freebsd-stable/2004-March/006791.html for the annoucement message. The patch file is now named ata_stable_sata_5.patch, not xx_2.patch. Regards, Jean-Francois Dockes ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"