Dsk status question

2005-10-08 Thread Sasa Stupar

Hi!

On my FBSD 5.4 I have added second disk via sysinstall and with label 
/disk2. I can access it normally but what bothers me that on daily Disk 
status it shows me only the status for the first disk and not that second 
one:


Disk status:
Filesystem  1K-blocks Used   Avail Capacity  Mounted on
/dev/ad2s1a  37669550 28025600 663038681%/
devfs   11   0   100%/dev


In my fstab I have:

# cat /etc/fstab
# DeviceMountpoint  FStype  Options Dump 
Pass#

/dev/ad2s1b noneswapsw  0   0
/dev/ad2s1a /   ufs rw  1   1
/dev/acd0   /cdrom  cd9660  ro,noauto   0   0
/dev/acd1   /cdrom1 cd9660  ro,noauto   0   0


So my second drive isn't listed here but I can still access it without 
needing to mount it manually.


Some other info:
First disk:
--
# fdisk /dev/ad2
*** Working on device /dev/ad2 ***
parameters extracted from in-core disklabel are:
cylinders=79656 heads=16 sectors/track=63 (1008 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=79656 heads=16 sectors/track=63 (1008 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
   start 63, size 80292807 (39205 Meg), flag 80 (active)
   beg: cyl 0/ head 1/ sector 1;
   end: cyl 1023/ head 254/ sector 63
The data for partition 2 is:
UNUSED
The data for partition 3 is:
UNUSED
The data for partition 4 is:
UNUSED
-

Second disk:
--
# fdisk /dev/ad3
*** Working on device /dev/ad3 ***
parameters extracted from in-core disklabel are:
cylinders=77536 heads=16 sectors/track=63 (1008 blks/cyl)

Figures below won't work with BIOS for partitions not in cyl 1
parameters to be used for BIOS calculations are:
cylinders=77536 heads=16 sectors/track=63 (1008 blks/cyl)

Media sector size is 512
Warning: BIOS sector numbering starts with sector 1
Information from DOS bootblock is:
The data for partition 1 is:
sysid 165 (0xa5),(FreeBSD/NetBSD/386BSD)
   start 63, size 78156162 (38162 Meg), flag 80 (active)
   beg: cyl 0/ head 1/ sector 1;
   end: cyl 1023/ head 254/ sector 63
The data for partition 2 is:
UNUSED
The data for partition 3 is:
UNUSED
The data for partition 4 is:
UNUSED
-

How is it possible to mount second disk automatically if it is not listed 
in  /etc/fstab?


Regards,
Sasa

pgpJ0WewK2sZZ.pgp
Description: PGP signature


tunefs problem

2005-10-08 Thread Sasa Stupar

I am trying to enable tunefs for my filesystem but I get the following:
-
# tunefs -n enable /
tunefs: soft updates cannot be enabled until fsck is run
tunefs: /dev/ad2s1a: failed to write superblock
-

But AFAIK fsck is not running.

What am I missing here?

Regards,
Sasa

pgpoJytuIKOU2.pgp
Description: PGP signature


Re: tunefs problem

2005-10-08 Thread David Kirchner
On 10/8/05, Sasa Stupar [EMAIL PROTECTED] wrote:
 I am trying to enable tunefs for my filesystem but I get the following:
 -
 # tunefs -n enable /
 tunefs: soft updates cannot be enabled until fsck is run
 tunefs: /dev/ad2s1a: failed to write superblock
 -

 But AFAIK fsck is not running.

 What am I missing here?

 Regards,
 Sasa

It means that you need to run fsck on the partition before you can
enable softupdates. Something like fsck -y / will do it.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tunefs problem

2005-10-08 Thread Sasa Stupar



--On 8. oktober 2005 0:20 -0700 David Kirchner [EMAIL PROTECTED] wrote:


On 10/8/05, Sasa Stupar [EMAIL PROTECTED] wrote:

I am trying to enable tunefs for my filesystem but I get the following:
-
# tunefs -n enable /
tunefs: soft updates cannot be enabled until fsck is run
tunefs: /dev/ad2s1a: failed to write superblock
-

But AFAIK fsck is not running.

What am I missing here?

Regards,
Sasa


It means that you need to run fsck on the partition before you can
enable softupdates. Something like fsck -y / will do it.


I have done it but:
---
# fsck -y /
** /dev/ad2s1a (NO WRITE)
** Last Mounted on /
** Root file system
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
UNREF FILE I=1719827  OWNER=mysql MODE=100600
SIZE=0 MTIME=Oct  6 12:19 2005
CLEAR? no

UNREF FILE I=1719847  OWNER=mysql MODE=100600
SIZE=0 MTIME=Oct  6 12:19 2005
CLEAR? no

UNREF FILE I=1719855  OWNER=mysql MODE=100600
SIZE=0 MTIME=Oct  6 12:19 2005
CLEAR? no

** Phase 5 - Check Cyl groups
405241 files, 14013004 used, 4821771 free (72987 frags, 593598 blocks, 0.4% 
fragmentation)

mig29# tunefs -n enable /
tunefs: soft updates cannot be enabled until fsck is run
tunefs: /dev/ad2s1a: failed to write superblock


Still the same issue.
Anything else should I do?

Regards,
Sasa



pgpH5lbvH9phm.pgp
Description: PGP signature


Incremental backup!

2005-10-08 Thread Carstea Catalin
i want to back-up  on cd my www -directory. i want to use for this, cd -media.
At some intervals i want to make incremental backup and put the result on cd.
.
i use kde and i want a grafical tool for write cd.
.
if u have one solution for my problem pls. send me a reply!

--
Any help would be greatly appreciated.
regards,
Carstea Catalin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem installing linuxpluginwrapper

2005-10-08 Thread Andrew P.
On 10/8/05, edward [EMAIL PROTECTED] wrote:
 Hi all,
 I'm trying to set up Firefox to use a flash plug-in (video playback went
 great with mplayerplug-in, thanks Ian, Andrew and Adi...). I installed
 linux-flashplugin-7.0r25_2 via portinstall. Then tried to install
 linuxpluginwrapper but installation failed. Seems like it needs
 glib2-2.2.1-1.i386.rpm but this doesn't install. I get the following :

 ===   linux-gtk2-2.2.1_5 depends on file:
 /compat/linux/usr/lib/libglib-2.0.so.0 - not found
 ===Verifying reinstall for /compat/linux/usr/lib/libglib-2.0.so.0
 in /usr/ports/devel/linux-glib2
 ===  Vulnerability check disabled, database not found
 = glib2-2.2.1-1.i386.rpm doesn't seem to exist in /usr/ports/distfiles/rpm.
 = Attempting to fetch from
 ftp://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/.
 glib2-2.2.1-1.i386.rpm100% of  374 kB   57 kBps
 ===  Extracting for linux-glib2-2.2.1_3
 = Checksum OK for rpm/glib2-2.2.1-1.i386.rpm.
 ===  Patching for linux-glib2-2.2.1_3
 ===   linux-glib2-2.2.1_3 depends on executable: rpm - found
 ===  Configuring for linux-glib2-2.2.1_3
 ===  Installing for linux-glib2-2.2.1_3
 ===   linux-glib2-2.2.1_3 depends on file:
 /compat/linux/usr/X11R6/lib/libX11.so.6 - found
 ===   linux-glib2-2.2.1_3 depends on file:
 /compat/linux/etc/redhat-release - found
 ===   Generating temporary packing list
 glib2-2.2.1-1.i386.rpm
 ELF binary type 3 not known.
 execution of glib2-2.2.1-1 script failed, exit status 255
 ELF binary type 3 not known.
 /compat/linux/sbin/ldconfig: 1: Syntax error: ( unexpected
 *** Error code 2

 Stop in /usr/ports/devel/linux-glib2.
 *** Error code 1

 Stop in /usr/ports/devel/linux-glib2.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/linux-gtk2.
 *** Error code 1

 Stop in /usr/ports/x11-toolkits/linux-gtk2.
 *** Error code 1

 Stop in /usr/ports/multimedia/linux-realplayer.
 *** Error code 1

 Stop in /usr/ports/multimedia/linux-realplayer.
 *** Error code 1

 Stop in /usr/ports/www/linuxpluginwrapper.
 *** Error code 1

 Stop in /usr/ports/www/linuxpluginwrapper.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portinstall2894.0 make reinstall
 ** Fix the installation problem and try again.
 ** Listing the failed packages (*:skipped / !:failed)
  ! www/linuxpluginwrapper(install error)
 ---  Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed


   I then tried to portinstall linux-glib2 but it didn't work either.
 Haven't found much in /usr/ports/UPDATING, except the following
 paragraph which I'm not sure applies to me as I'm using KDE. Besides I
 was installing, not upgrading.

 20050312:
AFFECTS: all users who have glib/gtk/gnome libraries installed
AUTHOR: [EMAIL PROTECTED] and the FreeBSD gnome team

Gnome has been upgraded to 2.10 and gtk/glib to 2.6.
DO NOT USE portupgrade(1) to update any gnome or gtk
or any port that depends on them. Using portupgrade
will cause problems and you will have to manually
upgrade ports.  Please use the gnome_upgrade.sh
script from
  http://www.FreeBSD.org/gnome/gnome_upgrade.sh



 Any suggestions ?
 Thanks guys,
 Edward


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


Obviously, you forgot to kldload linux
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What's a good MySQL utitlity?

2005-10-08 Thread Kiffin Gish
On Fri, 2005-10-07 at 15:21 -0500, Kevin Kinsey wrote:
 Kiffin Gish wrote:
 
 What;s a good client utility for MySQL.
   
 
 
 You mean, other than this?
 
 mysql
 
 :-D

Actually I was referring to something more graphical.

 
 Under Windows I have always used MySQL-front (www.mysqlfront.de/) and
 was just wondering if there was a similar tool available under FreeBSD.
 
 Thanks alot in advance.
   
 
 
 You might take a look at PHPMyAdmin.  Web based, though;
 I dunno about rich client apps (but I figure that's what MySQL
 front is, eh?)
 
 Kevin Kinsey
 
-- 
Kiffin Gish
Gouda, The Netherlands

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What's a good MySQL utitlity?

2005-10-08 Thread Massimiliano Stucchi
On 081005, 10:52, Kiffin Gish wrote:
 On Fri, 2005-10-07 at 15:21 -0500, Kevin Kinsey wrote:
  Kiffin Gish wrote:
  
  What;s a good client utility for MySQL.

  
  
  You mean, other than this?
  
  mysql
  
  :-D
 
 Actually I was referring to something more graphical.

cd /usr/ports/database/mysqlcc

Graphical, and officially from MySQL AB.

Cheers
-- 

Massimiliano Stucchi
WillyStudios.com
[EMAIL PROTECTED]
Http://www.willystudios.com/


pgpfCSM34G0EI.pgp
Description: PGP signature


Mount the stick

2005-10-08 Thread Carstea Catalin
What is the simple way to know my memory stick name?

With dmesg i know if my memory stick is mount but i want to know the
complete name.
Ex.: da0s1
...
--
--
Any help would be greatly appreciated.
regards,
Carstea Catalin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Throughput computation given cwnd and transmission time values?

2005-10-08 Thread Jamie Ann P. Zamodio
Hey guys. :)

Anybody have any idea how to compute for the
throughput of a connection given the congestion window
size of each segment, but not given the RTT? (I'm
using TCP Reno as my protocol flavor.) My log file
doesn't provide the individual RTT values, but I have
the total transmission time though.
When I sum the total congestion window size of the
connection and divide it by the transmission time, I
get unbelievably high throughput values like 20MB for
my 802.11b connection, which I think has a ceiling of
11MB.  

Any form of reply will be extremely appreciated. 

Thanks in advance,
Jamie 



__ 
Yahoo! Music Unlimited 
Access over 1 million songs. Try it free.
http://music.yahoo.com/unlimited/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD Minimum System Requirements

2005-10-08 Thread Stephen Gary Wozniak
Hello! 

Can you tell me the minimum system requirements for FreeBSD 5.4? 4.1? 4.4? 

Thanks 

Mateusz 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tunefs problem

2005-10-08 Thread Gunter Wambaugh
Look at the output from fsck.  It very clearly tells you that it  
found problems, but didn't fix them (probably because the partition  
is mounted).  Notice the following lines:

** /dev/ad2s1a (NO WRITE)
and
CLEAR? no

Boot to single user mode and try it again.

Also, if you add fsck_y_enable=YES to rc.conf these should be fixed  
automatically at boot (IIRC).


HTH

On Oct 8, 2005, at 2:32 AM, Sasa Stupar wrote:




--On 8. oktober 2005 0:20 -0700 David Kirchner [EMAIL PROTECTED] wrote:



On 10/8/05, Sasa Stupar [EMAIL PROTECTED] wrote:

I am trying to enable tunefs for my filesystem but I get the  
following:

-
# tunefs -n enable /
tunefs: soft updates cannot be enabled until fsck is run
tunefs: /dev/ad2s1a: failed to write superblock
-

But AFAIK fsck is not running.

What am I missing here?

Regards,
Sasa



It means that you need to run fsck on the partition before you can
enable softupdates. Something like fsck -y / will do it.



I have done it but:
---
# fsck -y /
** /dev/ad2s1a (NO WRITE)
** Last Mounted on /
** Root file system
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
UNREF FILE I=1719827  OWNER=mysql MODE=100600
SIZE=0 MTIME=Oct  6 12:19 2005
CLEAR? no

UNREF FILE I=1719847  OWNER=mysql MODE=100600
SIZE=0 MTIME=Oct  6 12:19 2005
CLEAR? no

UNREF FILE I=1719855  OWNER=mysql MODE=100600
SIZE=0 MTIME=Oct  6 12:19 2005
CLEAR? no

** Phase 5 - Check Cyl groups
405241 files, 14013004 used, 4821771 free (72987 frags, 593598  
blocks, 0.4% fragmentation)

mig29# tunefs -n enable /
tunefs: soft updates cannot be enabled until fsck is run
tunefs: /dev/ad2s1a: failed to write superblock


Still the same issue.
Anything else should I do?

Regards,
Sasa




___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tunefs problem

2005-10-08 Thread Kees Plonsz
On Saturday 08 October 2005 16:02, Gunter Wambaugh wrote:
 Look at the output from fsck.  It very clearly tells you that it  
 found problems, but didn't fix them (probably because the partition  
 is mounted).  Notice the following lines:
 ** /dev/ad2s1a (NO WRITE)
 and
 CLEAR? no
 
 Boot to single user mode and try it again.
 
 Also, if you add fsck_y_enable=YES to rc.conf these should be fixed  
 automatically at boot (IIRC).
 
 HTH
 
 On Oct 8, 2005, at 2:32 AM, Sasa Stupar wrote:
 

It is not fsck that is cousing the trouble but tunefs itself.

From the man-page you can read:

  The tunefs utility cannot be run on an active file system.  
  To change an active file system, it must
  be downgraded to read-only or unmounted.

So to change the / partition with tunefs, you have to run
another system wich is not using that / partition.
( for instance with the fix-it cdrom )
Or you can, as the manual says, mount it read-only.
I never tried that, but maybe it will work. 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


changing boot splash screen

2005-10-08 Thread FreeBsdBeni
Hi list,

System : 5.4-RELEASE-p7

I'm trying to change the default boot splash screen from beastie to bmp-file.

Here's my /boot/loader.rc :
\ Loader.rc
\ $FreeBSD: src/sys/boot/i386/loader/loader.rc,v 1.2 2003/11/21 19:01:02 dcs 
Exp $
\
\ Includes additional commands
include /boot/loader.4th
\ Reads and processes loader.rc
start
\ Tests for password -- executes autoboot first if a password was defined
check-password
\ Load in the boot menu
include /boot/beastie.4th
\ Start the boot menu
beastie-start

And my /boot/loader.conf :
# snd_driver_load=YES
snd_inch_load=YES
# ndis_load=YES
if_ndis_load=YES
# if_pff_load=YES
hw.ata.atapi_dma=1
loader_color=YES
splash_bmp_load=YES
bitmap_load=YES
bitmap_name=splash.bmp

In my kernel I have an optionsVESA.

I have a /boot/splash.bmp which is a 8 bpp 640x480 bitmap (from 
http://www.baldwin.cx/splash/saturn_1_640.bmp) where I read the instructions 
on how to change the splash screen too (and I did a man splash...).

But when I boot my pc, I dont get a nice bitmap splash screen ! I tried whith 
commenting out in loader.rc the include /boot/beastie.4th and 
beastie-start lines, but then I get no bootmenu at all.

How do I get a nice splash screen ? Hints and/or tips are welcome :-)

-- 
FreeBsdBeni.


pgpPC2eLenuWn.pgp
Description: PGP signature


Re: Mount the stick

2005-10-08 Thread Björn König

Carstea Catalin wrote:


What is the simple way to know my memory stick name?

With dmesg i know if my memory stick is mount but i want to know the
complete name.
Ex.: da0s1
...


You'll get all information about your memory stick after you have 
connected it in /var/log/messages, e.g. its manufacturer, model and the 
device name (da0): tail /var/log/messages.


The nodes of the partitions will be created dynamically in /dev too. 
Just type ls -l /dev/da0* to see them.


Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Minimum System Requirements

2005-10-08 Thread Björn König

Stephen Gary Wozniak wrote:

Can you tell me the minimum system requirements for FreeBSD 5.4? 4.1? 4.4? 


The minimum system requirements depend on the software that you want to 
use with FreeBSD. In theory FreeBSD 4.x and 5.x should run on a 80386 
CPU with a small amount of RAM. I use FreeBSD 5.4 with a Pentium 166 
Laptop and 32 MB RAM successfully.


Björn
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD Minimum System Requirements

2005-10-08 Thread Chuck Swiger

Stephen Gary Wozniak wrote:
Can you tell me the minimum system requirements for FreeBSD 5.4? 4.1? 4.4? 


5.4 requires 24MB of RAM and a 486-class CPU.  4.1, 4.4, and the rest of the 
4.x releases require 16MB of RAM and a 386-class CPU.


Both will fit in 1GB of disk, or less if you don't install big things like X11 
or the src and devtools.  5-10 GB is comfortable for a complete install with 
room to rebuild the system and install a few hundred ports.


--
-Chuck
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: tunefs problem

2005-10-08 Thread Sasa Stupar



--On 8. oktober 2005 9:02 -0500 Gunter Wambaugh [EMAIL PROTECTED] 
wrote:



Look at the output from fsck.  It very clearly tells you that it  found
problems, but didn't fix them (probably because the partition  is
mounted).  Notice the following lines:
** /dev/ad2s1a (NO WRITE)
and
CLEAR? no

Boot to single user mode and try it again.

Also, if you add fsck_y_enable=YES to rc.conf these should be fixed
automatically at boot (IIRC).

HTH




Thanx for the tip.

Sasa

pgplreTnkiUHk.pgp
Description: PGP signature


SMP using cpu2 only

2005-10-08 Thread Tamouh H.

Hello,

After cvsup to 5.4-P7 and compiling the Kernel with SMP, PAE, acpi options,
I noticed when getting back in that only CPU2 is being used.

I checked dmesg:

impala# dmesg |grep CPU
CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2793.01-MHz 686-class CPU)
  Hyperthreading: 2 logical CPUs
FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs
cpu0: ACPI CPU on acpi0
cpu1: ACPI CPU on acpi0
cpu2: ACPI CPU on acpi0
cpu3: ACPI CPU on acpi0
SMP: AP CPU #3 Launched!
SMP: AP CPU #1 Launched!
SMP: AP CPU #2 Launched!

However, I can feel the server is running sluggish and doing TOP confirms
that only one CPU is being used:

last pid: 90384;  load averages:  1.39,  1.35,  1.19
up 0+05:58:52  13:19:40
143 processes: 1 running, 141 sleeping, 1 zombie
CPU states:  0.9% user,  2.6% nice,  2.1% system,  0.2% interrupt, 94.2%
idle
Mem: 486M Active, 3092M Inact, 223M Wired, 129M Cache, 112M Buf, 46M Free
Swap: 8762M Total, 1388K Used, 8760M Free

  PID USERNAME PRI NICE   SIZERES STATE  C   TIME   WCPUCPU COMMAND
90045 root  -8   20  1840K  1376K biord  0   0:35 12.65% 12.65% bsdtar
62646 root  960 29868K 27888K select 0   0:21  0.29%  0.29% perl
90367 mailnull   40  7120K  4168K sbwait 2   0:00  0.94%  0.24%
exim-4.53-0
 1957 mysql 200 87640K 50412K kserel 2   9:40  0.00%  0.00% mysqld
  899 clamav200 25176K 24176K kserel 2   1:18  0.00%  0.00% clamd
  698 root   8   20  9712K  8836K nanslp 0   0:53  0.00%  0.00%
perl5.8.6
  776 root 1040  9212K  5676K select 2   0:52  0.00%  0.00% cppop
 2755 root   80  2744K  2052K nanslp 2   0:42  0.00%  0.00%
perl5.8.6
  434 bind  200 11092K  9472K kserel 2   0:40  0.00%  0.00% named
  871 root  960 10920K  6676K select 2   0:09  0.00%  0.00% cpsrvd
  772 mailman80  9116K  7260K nanslp 2   0:07  0.00%  0.00% python
  770 mailman80  9060K  7244K nanslp 0   0:06  0.00%  0.00% python
  768 mailman80  8716K  7032K nanslp 2   0:06  0.00%  0.00% python
81489 nobody 40 47324K 39128K sbwait 2   0:06  0.00%  0.00% httpd
  773 mailman80  9016K  7116K nanslp 0   0:06  0.00%  0.00% python
 2729 mailnull 1020  6112K  2464K select 0   0:06  0.00%  0.00%
exim-4.53-0
  771 mailman80  7976K  6096K nanslp 2   0:06  0.00%  0.00% python

Any pointers if there is a patch or something I need to do for this ?

The server has 2 physical CPUs with HT enabled (Xeon 2.8GHz EM64T 800MHz
1MB)

This is running on FreeBSD 5.4-i386


Thank you,

Tamouh Hakmi


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


i386_set_ldt differences between 4.x and 5.x?

2005-10-08 Thread Tijl Coosemans
i386_set_ldt(int start_sel, union descriptor *descs, int num_sels);

The man page for this function in FreeBSD 5.x mentions the following:

If num_descs is 1, start_sels is valid, and descs is NULL, then 
i386_set_ldt() will free that descriptor (making it available to be 
reallocated again later).

Am I right when I say this is only because 5.x allows dynamic allocation 
of descriptors and that freeing a descriptor isn't necessary for 
pre-5.0 versions of FreeBSD (and current versions of Net/OpenBSD)?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


pvm port refuses to work

2005-10-08 Thread Hentai Pantsu
I was able to install the pvm port, but when i try to run it, it always
fails saying:
libpvm [pid42244] /tmp/pvmd.0.kungfoo: No such file or directory
libpvm [pid42244]: Console: Can't start pvmd

i am running this on my machine (ie, i'm not trying to connect to any remote
host) and i have ipfw enabled
(so i'm guessing it has nothing to do with ipfw, due to loopback address)

i've set the shell variables:
PVM_ARCH=FREEBSD
PVM_ROOT=/usr/local
PVM_DPATH=/usr/local/lib:/usr/local/lib/pvm/lib:/usr/local/lib/pvm/lib/FREEBSD
PVM_PATH=/usr/local/bin:/usr/local/lib



a find showed relevant files here:
/usr/local/lib/pvm
/usr/local/lib/pvm/lib/FREEBSD/pvmd3
/usr/local/lib/pvm/lib/FREEBSD/pvm
/usr/local/lib/pvm/lib/pvm
/usr/local/lib/pvm/lib/pvmd
/usr/local/lib/pvm/lib/pvmgetarch
/usr/local/lib/pvm/bin/FREEBSD/pvm_gstat
/usr/local/lib/pvm/bin/FREEBSD/pvmgroups
/usr/local/lib/pvm/bin/FREEBSD/pvmgs
/usr/local/lib/libpvm3.a
/usr/local/lib/libfpvm3.a
/usr/local/lib/libgpvm3.a
/usr/local/lib/libpvmtrc.a
/usr/local/bin/pvmd
/usr/local/bin/pvm
/usr/local/include/fpvm3.h
/usr/local/include/fpvm3_watcom.h
/usr/local/include/pvm3.h
/usr/local/include/pvmproto.h
/usr/local/include/pvmtev.h



i already was able to compile some basic programs with the make variables:
PVM_ARCH = FREEBSD
CFLAGS = -I$(PVM_ROOT)/include
LDFLAGS = -L$(PVM_ROOT)/lib
LIBS = -lpvm3
$(CC) -o hello hello.o $(LDFLAGS) $(LIBS)



i am able to start the pvmd daemon manually by: pvmd 
but when i try pvm, i get the same error


arg how do i solve this??!!

thanks in advance for any help
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: SMP using cpu2 only

2005-10-08 Thread Kris Kennaway
On Sat, Oct 08, 2005 at 01:19:43PM -0400, Tamouh H. wrote:
 
 Hello,
 
 After cvsup to 5.4-P7 and compiling the Kernel with SMP, PAE, acpi options,
 I noticed when getting back in that only CPU2 is being used.

 However, I can feel the server is running sluggish and doing TOP confirms
 that only one CPU is being used:

No, it says 2 are in use.

 Any pointers if there is a patch or something I need to do for this ?
 
 The server has 2 physical CPUs with HT enabled (Xeon 2.8GHz EM64T 800MHz
 1MB)

You do not seem to have HT enabled.  You have to turn it on via sysctl
as well because of the security implications.

Kris


pgp3sICJYyt6k.pgp
Description: PGP signature


Re[2]: sendmail/postfix ports question

2005-10-08 Thread Gerard Seibert
On Fri, 07 Oct 2005 07:46:54 -0700, Greg Maruszeczka [EMAIL PROTECTED]
Subject: Re: sendmail/postfix ports question
Wrote these words of wisdom:

 Matt Singerman wrote:
  Hello all,
  
  I have a server running FreeBSD 5.2.1 that provides (amongst other
  things) MTA services to our office via sendmail.  For a variety of a
  reasons, I would like to move away from sendmail to postfix.  However,
  the postfix package cannot, as I am sure you know, simply install with
  sendmail on the system, since they install files to the same places.  I
  am assuming that I have to delete the sendmail package off the system
  before I can install postfix (someone please correct me if this
  assumption is wrong).  My question is, is there a way to safely and
  accurately save my sendmail configuration in the event that postfix
  simply does not work out?  I would really prefer not to have to face a
  situation where I am left high and dry with no MTA working :)
  
 
 
 The ports version of postfix by default installs all its configuration 
 files under /usr/local/ports/postfix so it leaves your /etc/mail alone 
 (with the exception of mailer.conf) so your sendmail config should be 
 safe -- though it never hurts to tar it up and cp someplace else just in 
 case. You DO NOT need to remove sendmail from the system, though, if you 
 desire, you can exclude it from the `make world` process by adding 
 NO_SENDMAIL=yes to /etc/make.conf.
 
 A couple of things to watch for:
 
 1. You will have another aliases file under the new postfix directory so 
 you'll want to remember this if you use the aliases file much. You can 
 just ignore the new one and continue to use the one in /etc/mail or you 
 can do what I did and instruct postfix through its main.cfg to take the 
 postfix-directory version as gospel since this seemed convenient for me 
 to keep the bulk of my config stuff in the postfix directory.
 
 2. Like David said in his reply to you, make sure you read the 
 post-install messages once you build/install postfix so that you can 
 modify your mailer.conf appropriately to use postfix instead of the core 
 sendmail. The /etc/mail/mailer.conf file is the key to the seamless 
 transition here. Also, be careful with mergemaster when you do the next 
 `make world` so that you don't inadvertently overwrite your 
 postfix-modified one with the base sendmail one (done that myself once 
 or twice :) )
 
 
 Hope that helps,
 G
 

* REPLY SEPARATOR *
On 10/8/2005 2:41:20 PM, Gerard Seibert Replied:

I have always thought that it might be a nice option to have FreeBSD
only install the MTA that the user prefers, when the OS is first
installed. If a user wanted PostFix, or Qmail or whatever, that MTA
would be installed and initialized in a similar fashion to what is
currently done with SendMail. However, SendMail would not be installed,
unless it was the users preference. Further, buildworld would by default
update the users MTA of choice, and not default to SendMail.

Of course, I want to win the lottery next week, but that is probably
not going to happen either.

Just my 2¢.

-- 
There are two ways to slide easily through life; to believe everything
or to doubt everything. Both ways save us from thinking.

Alfred Korzybski
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: changing boot splash screen

2005-10-08 Thread Kevin Kinsey

FreeBsdBeni wrote:


Hi list,

System : 5.4-RELEASE-p7

I'm trying to change the default boot splash screen from beastie to bmp-file.

Here's my /boot/loader.rc :
\ Loader.rc
\ $FreeBSD: src/sys/boot/i386/loader/loader.rc,v 1.2 2003/11/21 19:01:02 dcs 
Exp $

\
\ Includes additional commands
include /boot/loader.4th
\ Reads and processes loader.rc
start
\ Tests for password -- executes autoboot first if a password was defined
check-password
\ Load in the boot menu
include /boot/beastie.4th
\ Start the boot menu
beastie-start

And my /boot/loader.conf :
# snd_driver_load=YES
snd_inch_load=YES
# ndis_load=YES
if_ndis_load=YES
# if_pff_load=YES
hw.ata.atapi_dma=1
loader_color=YES
splash_bmp_load=YES
bitmap_load=YES
bitmap_name=splash.bmp

In my kernel I have an optionsVESA.

I have a /boot/splash.bmp which is a 8 bpp 640x480 bitmap (from 
http://www.baldwin.cx/splash/saturn_1_640.bmp) where I read the instructions 
on how to change the splash screen too (and I did a man splash...).


But when I boot my pc, I dont get a nice bitmap splash screen ! I tried whith 
commenting out in loader.rc the include /boot/beastie.4th and 
beastie-start lines, but then I get no bootmenu at all.


How do I get a nice splash screen ? Hints and/or tips are welcome :-)
 




Well, you don't, but you do.  The splash module won't load the bitmap
until after the beastie menu, anyway.  And your bitmap is the right
depth, but it's too large, I think.  I believe I answered this question
about a week ago ... check the archives.  I think it was 320xnnn 

Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Write locale.alias?

2005-10-08 Thread Olof Andersson
Hi!

I have a problem related to php and locale. I'm a newbie on both php
and FreeBSD and need your help.

I have installed php and a CMS called php-fusion. I have problem in
getting the swedish language to work and after some time I have
discovered that php is looking for a file called 'swedish' to get the
right language (for date) and on FreeBSD it's called 'sv_SE.ISO8859-1'
instead and there is problem. I read somewhere that there is a file
called locale.alias where you can in some way link swedish with
sv_SE.ISO8859-1. Is it so and then what is the syntax of the
locale.alias? I also wonder if I should use sv_SE.ISO8859-1 or
sv_SE.UTF-8?

Sorry for my bad English but I hope that you can still understand my question.

Best regards

Olof Andersson
Sweden
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


ports: jdk15/jdk14

2005-10-08 Thread O. Hartmann

Hello.

Again, I run into frustrations when trying to install JDK14/JDK15 from 
the ports collection.
Operatin system is FreeBSD 6.0-BETA5, recently updated, i386 platform 
(Dell OptiPlex280).
Installation of linux-sun-jdk1.4.2 performed well without problems. But 
when trying the installation of jdk14 or jdk15, I receive a SIGNAL 11 
running java:


Bootstrap Settings:
   JAVAWS_BOOTDIR = /usr/local/linux-sun-jdk1.4.2
   BOOTSTRAP J2SDK VERSION: Segmentation fault
   OUTPUTDIR = /usr/ports/java/jdk14/work/control/build/bsd-i586

dmesg:
pid 1286 (java), uid 0: exited on signal 11

I tried using blackdown JDK, but without success, it seems tricky to 
allow an alternative JDK.


Any help appreciated.

Oliver
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Samba or something more lightweight ...

2005-10-08 Thread Kiffin Gish
I want to be able to access other Windows machines on my home network,
e.g. exchange files back and forth using shared folders.

Do I need to install Samba or is there another more lightweight
alternative?

Thanks alot in advance?

-- 
Kiffin Gish
Gouda, The Netherlands

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


What are the likely causes of reboots?

2005-10-08 Thread Paul Schmehl
I maintain a small hobby website running on FreeBSD 5.4.  I'm pasting in 
the dmesg.boot at the end of this post so you can see the hardware.


In the past week, the server has rebooted three times, and I can't find any 
explanation for it in the logs.  I *suspect* these might be mistakes by 
the ISP's techs (or possibly the UPS isn't really working as it should), 
but I want to rule out other possible explanations before I talk to them.


What are the possible causes of spontaneous reboots?  And what artifacts 
would be left behind that might indicate the source of the problem?  Are 
there any utilities I can use to monitor the system and possibly discover 
the source of the problem?  Any special files or logs in unusual places 
that might give me a clue?


less /var/run/dmesg.boot
Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD 5.4-SECURITY #0: Wed Jul 20 08:57:11 UTC 2005
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
ACPI APIC Table: DELL   PE500SC 
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) III CPU family  1266MHz (1263.45-MHz 686-class 
CPU)

 Origin = GenuineIntel  Id = 0x6b1  Stepping = 1

Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
real memory  = 1073676288 (1023 MB)
avail memory = 1041125376 (992 MB)
ioapic0: Changing APIC ID to 1
ioapic1: Changing APIC ID to 2
MADT: Forcing active-low polarity and level trigger for SCI
ioapic0 Version 1.1 irqs 0-15 on motherboard
ioapic1 Version 1.1 irqs 16-31 on motherboard
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: DELL PE500SC on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-safe frequency 3579545 Hz quality 1000
acpi_timer0: 32-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
cpu0: ACPI CPU on acpi0
pcib0: ACPI Host-PCI bridge on acpi0
pci0: ACPI PCI bus on pcib0
fxp0: Intel 82559 Pro/100 Ethernet port 0xecc0-0xecff mem 
0xfe00-0xfe0f,0xfe102000-0xfe102fff irq 20 at device 2.0 on pci0

miibus0: MII bus on fxp0
inphy0: i82555 10/100 media interface on miibus0
inphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fxp0: Ethernet address: 00:c0:9f:0a:ef:a7
amr0: LSILogic MegaRAID 1.51 mem 0xfb00-0xfb00 irq 30 at device 
10.0 on pci0

amr0: LSILogic CERC ATA100/4ch Firmware H661, BIOS 1.01, 16MB RAM
pci0: display, VGA at device 11.0 (no driver attached)
isab0: PCI-ISA bridge at device 15.0 on pci0
isa0: ISA bus on isab0
atapci0: ServerWorks CSB5 UDMA100 controller port 
0x8b0-0x8bf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 15.1 on pci0

ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
ohci0: OHCI (generic) USB controller mem 0xfe10-0xfe100fff irq 5 at 
device 15.2 on pci0

usb0: OHCI version 1.0, legacy support
usb0: SMM does not respond, resetting
usb0: OHCI (generic) USB controller on ohci0
usb0: USB revision 1.0
uhub0: (0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pcib1: ACPI Host-PCI bridge on acpi0
pci1: ACPI PCI bus on pcib1
fdc0: floppy drive controller port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0
fd0: 1440-KB 3.5 drive on fdc0 drive 0
atkbdc0: Keyboard controller (i8042) port 0x64,0x60 irq 1 on acpi0
atkbd0: AT Keyboard irq 1 on atkbdc0
kbd0 at atkbd0
sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on 
acpi0

sio0: type 16550A
ppc0: ECP parallel printer port port 0x778-0x77f,0x378-0x37f irq 7 drq 1 
on acpi0

ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: Parallel port bus on ppc0
plip0: PLIP network interface on ppbus0
lpt0: Printer on ppbus0
lpt0: Interrupt-driven port
ppi0: Parallel I/O on ppbus0
orm0: ISA Option ROMs at iomem 0xec000-0xe,0xc-0xc7fff on isa0
pmtimer0 on isa0
sc0: System console at flags 0x100 on isa0
sc0: VGA 16 virtual consoles, flags=0x300
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
vga0: Generic ISA VGA at port 0x3c0-0x3df iomem 0xa-0xb on isa0
Timecounter TSC frequency 1263451219 Hz quality 800
Timecounters tick every 10.000 msec
ad0: 38166MB ST340016A/3.19 [77545/16/63] at ata0-master UDMA100
ad1: 38146MB WDC WD400BB-18CAA0/16.06V16 [77504/16/63] at ata0-slave 
UDMA100

acd0: CDROM SAMSUNG CD-ROM SC-148C/B100 at ata1-master PIO4
amrd0: LSILogic MegaRAID logical drive on amr0
amrd0: 78458MB (160681984 sectors) RAID 1 (optimal)
Mounting root from ufs:/dev/ad0s1a
WARNING: / was not properly dismounted
WARNING: /tmp was not properly dismounted
/tmp: mount pending error: blocks 20 files 5
WARNING: /usr was not properly dismounted
WARNING: /var was not properly dismounted
/var: mount pending error: blocks 4 files 4

Paul Schmehl ([EMAIL PROTECTED])
Adjunct Information Security Officer
University of Texas at Dallas
AVIEN Founding 

Re: Samba or something more lightweight ...

2005-10-08 Thread Kees Plonsz
On Saturday 08 October 2005 22:39, Kiffin Gish wrote:
 I want to be able to access other Windows machines on my home network,
 e.g. exchange files back and forth using shared folders.
 
 Do I need to install Samba or is there another more lightweight
 alternative?
 
 Thanks alot in advance?
 

If you want to access shared folders on a window-machine,
you can use mount_smbfs wich is standard situated in /usr/sbin directory.

If you want your freebsd machine look like a window-machine
with shared folders, then you can use samba.
It is not that heavy_weight as you think. It's easy to install (as a package)
and has a nice web-interface for configuring.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports: jdk15/jdk14

2005-10-08 Thread Micah

O. Hartmann wrote:


Hello.

Again, I run into frustrations when trying to install JDK14/JDK15 from 
the ports collection.
Operatin system is FreeBSD 6.0-BETA5, recently updated, i386 platform 
(Dell OptiPlex280).
Installation of linux-sun-jdk1.4.2 performed well without problems. 
But when trying the installation of jdk14 or jdk15, I receive a SIGNAL 
11 running java:


Bootstrap Settings:
   JAVAWS_BOOTDIR = /usr/local/linux-sun-jdk1.4.2
   BOOTSTRAP J2SDK VERSION: Segmentation fault
   OUTPUTDIR = /usr/ports/java/jdk14/work/control/build/bsd-i586

dmesg:
pid 1286 (java), uid 0: exited on signal 11

I tried using blackdown JDK, but without success, it seems tricky to 
allow an alternative JDK.


Any help appreciated.

Oliver



Does the linux JDK work?  Have you tried compiling java source and 
running java classes with it?  Did you follow the directions in 
/usr/ports/java/linux-sun-jdk14/pkg-message to enable the linux procfs?


Micah
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports: jdk15/jdk14

2005-10-08 Thread O. Hartmann

Micah wrote:

O. Hartmann wrote:


Hello.

Again, I run into frustrations when trying to install JDK14/JDK15 from 
the ports collection.
Operatin system is FreeBSD 6.0-BETA5, recently updated, i386 platform 
(Dell OptiPlex280).
Installation of linux-sun-jdk1.4.2 performed well without problems. 
But when trying the installation of jdk14 or jdk15, I receive a SIGNAL 
11 running java:


Bootstrap Settings:
   JAVAWS_BOOTDIR = /usr/local/linux-sun-jdk1.4.2
   BOOTSTRAP J2SDK VERSION: Segmentation fault
   OUTPUTDIR = /usr/ports/java/jdk14/work/control/build/bsd-i586

dmesg:
pid 1286 (java), uid 0: exited on signal 11

I tried using blackdown JDK, but without success, it seems tricky to 
allow an alternative JDK.


Any help appreciated.

Oliver




Does the linux JDK work?  Have you tried compiling java source and 
running java classes with it?  Did you follow the directions in 
/usr/ports/java/linux-sun-jdk14/pkg-message to enable the linux procfs?


Micah


The Linux SDK is the one that crashes (getting signal 11 from java as 
reported and this is the linux SDK). It is the Linux java that isn't 
capable booting the build process.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: What are the likely causes of reboots?

2005-10-08 Thread Gary W. Swearingen
Paul Schmehl [EMAIL PROTECTED] writes:

 What are the possible causes of spontaneous reboots?  And what artifacts 
 would be left behind that might indicate the

I had an old EISA 486 do that several times a week when the external
RAM cache went flakey.  I don't recall the error logs, except a vague
recollection that they gave no clue.  The only way I determined the
cause was because I could (and did) turn off that cache in the BIOS
setup.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Incremental backup!

2005-10-08 Thread Ian Moore
On Saturday 08 October 2005 16:07, Carstea Catalin wrote:
 i want to back-up  on cd my www -directory. i want to use for this, cd
 -media. At some intervals i want to make incremental backup and put the
 result on cd. .
 i use kde and i want a grafical tool for write cd.

K3B (/usr/ports/sysutils/k3b) is a great gui CD burning app for KDE.
Dump will do incremental backups for you which you can then burn to CD with 
K3B.

Cheers,
-- 
Ian
gpg key: http://home.swiftdsl.com.au/~imoore/no-spam.asc


pgplRois7ij82.pgp
Description: PGP signature


Re: ports: jdk15/jdk14

2005-10-08 Thread Micah

O. Hartmann wrote:


Micah wrote:


O. Hartmann wrote:


Hello.

Again, I run into frustrations when trying to install JDK14/JDK15 
from the ports collection.
Operatin system is FreeBSD 6.0-BETA5, recently updated, i386 
platform (Dell OptiPlex280).
Installation of linux-sun-jdk1.4.2 performed well without problems. 
But when trying the installation of jdk14 or jdk15, I receive a 
SIGNAL 11 running java:


Bootstrap Settings:
   JAVAWS_BOOTDIR = /usr/local/linux-sun-jdk1.4.2
   BOOTSTRAP J2SDK VERSION: Segmentation fault
   OUTPUTDIR = /usr/ports/java/jdk14/work/control/build/bsd-i586

dmesg:
pid 1286 (java), uid 0: exited on signal 11

I tried using blackdown JDK, but without success, it seems tricky to 
allow an alternative JDK.


Any help appreciated.

Oliver





Does the linux JDK work?  Have you tried compiling java source and 
running java classes with it?  Did you follow the directions in 
/usr/ports/java/linux-sun-jdk14/pkg-message to enable the linux procfs?


Micah



The Linux SDK is the one that crashes (getting signal 11 from java as 
reported and this is the linux SDK). It is the Linux java that isn't 
capable booting the build process.


I wasn't asking if you had tried the linux JDK to install the native 
JDK.  I was asking if you had actually verified that the linux JDK had 
been installed properly and was in working order.


Micah
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


chm file conversion?

2005-10-08 Thread Vizion
Hi

As per subject - does anyone know of any utils for converting microsofts 
compiled help files for use on freebsd?

thanks
-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: chm file conversion?

2005-10-08 Thread Colin Percival
Vizion wrote:
 As per subject - does anyone know of any utils for converting microsofts 
 compiled help files for use on freebsd?

I've found converters/chmview to be useful in the past.

Colin Percival
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: chm file conversion?

2005-10-08 Thread Glenn Dawson

At 05:50 PM 10/8/2005, Colin Percival wrote:

Vizion wrote:
 As per subject - does anyone know of any utils for converting microsofts
 compiled help files for use on freebsd?

I've found converters/chmview to be useful in the past.


arCHMage will extract the contents and give you regular html files.

It's in /usr/ports/textproc/archmage

-Glenn



Colin Percival
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: chm file conversion?

2005-10-08 Thread Leonidas Tsampros
On Sat, Oct 08, 2005 at 05:36:36PM -0700, Vizion wrote:
 Hi
 
 As per subject - does anyone know of any utils for converting microsofts 
 compiled help files for use on freebsd?
 
 thanks

I use deskutils/xchm. It's working very well here. 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: chm file conversion?

2005-10-08 Thread Giorgos Keramidas
On 2005-10-09 04:07, Leonidas Tsampros [EMAIL PROTECTED] wrote:
On Sat, Oct 08, 2005 at 05:36:36PM -0700, Vizion wrote:
 Hi
 As per subject - does anyone know of any utils for converting
 microsofts compiled help files for use on freebsd?

 I use deskutils/xchm. It's working very well here.

Is that the one with the M^N dependencies ? :P

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: chm file conversion?

2005-10-08 Thread Vizion
On Saturday 08 October 2005 18:12,  the author Giorgos Keramidas contributed 
to the dialogue on-
 Re: chm file conversion?: 

On 2005-10-09 04:07, Leonidas Tsampros [EMAIL PROTECTED] wrote:
On Sat, Oct 08, 2005 at 05:36:36PM -0700, Vizion wrote:
 Hi
 As per subject - does anyone know of any utils for converting
 microsofts compiled help files for use on freebsd?

 I use deskutils/xchm. It's working very well here.

Is that the one with the M^N dependencies ? :P
You cannot rule the world without dependencies!!!

Thanks everybody..

david

-- 
40 yrs navigating and computing in blue waters.
English Owner  Captain of British Registered 60' bluewater Ketch S/V Taurus.
 Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after 
completing engineroom refit.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Incremental backup!

2005-10-08 Thread Cristi Tauber

Ian Moore wrote:


On Saturday 08 October 2005 16:07, Carstea Catalin wrote:
 


i want to back-up  on cd my www -directory. i want to use for this, cd
-media. At some intervals i want to make incremental backup and put the
result on cd. .
i use kde and i want a grafical tool for write cd.
   



K3B (/usr/ports/sysutils/k3b) is a great gui CD burning app for KDE.
Dump will do incremental backups for you which you can then burn to CD with 
K3B.


Cheers,
 


hello,

  have you tried konserve ?

cristi
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [SOLVED] NFS no longer works?

2005-10-08 Thread Garrett Cooper

On Oct 7, 2005, at 10:29 AM, Garrett Cooper wrote:


On Oct 7, 2005, at 10:09 AM, David Kirchner wrote:



On 10/7/05, Garrett Cooper [EMAIL PROTECTED] wrote:



No dice, but thanks for trying =).
-Garrett




Some other questions then:

Is rpcbind running? Does it show mountd registered? Try rpcinfo  
p to

check. You should see something like:

151   udp   1022  mountd
153   udp   1022  mountd
151   tcp   1023  mountd
153   tcp   1023  mountd

along with others.

Is /store its own partition? mountd will only export filesystems. You
can NFS mount specific directories if you have the -alldirs flag in
/etc/exports, but you can't prevent them from NFS mounting other
directories. (You can, however, use permissions to prevent them from
viewing/writing to directories you don't want them to).

Try running mountd with the flags -d -l. It will stay attached to
your terminal. Does it show the line being processed properly? Note
when you ^C this, it will still show up in rpcinfo -p .



Yes, /store is its own partition.
rpcbind showed something similar to what you printed out above,  
but longer since I have smbd and nfsd running. After killing samba  
the rpcbind stuff still stuck around, with there being lines with  
nfs in them as well.
The only other option I can think of is that I might have  
upgraded my Mac by accident and something 'broke' with the darwin  
kernel which precipitated this problem as well. Weird though since  
it all worked last week and I don't remember updating my Mac for 2  
weeks, whereas my FreeBSD machine was updated last weekend and  
that's around the time when the issues started occurring.

-Garrett



Ah, it works now after I restarted the machine. I dunno why, but  
maybe the hostnames were cached in /etc/hosts with NFS, because  
that's the only thing I can think of that was blocking my  
authentication with my FreeBSD box.

-Garrett
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CDROM Unknown Transfer Error crashes system

2005-10-08 Thread Wayne Witzke

Hello everybody,

I've just installed FreeBSD on my laptop (decided I wanted a more 
developer-friendly computer).  Aside from what appear to be the standard 
newbie problems, every thing's gone remarkably well, except for this:


I have a CD-RW/DVD-ROM drive on my laptop.  As a CDROM it had been 
working perfectly well since the initial install about a week and a half 
ago.  It read CDs and DVDs without incident, and did so for hours and 
hours (which it was forced to do because I've been listening to music 
pretty much non-stop since I installed the system).  The burner did not 
work, but after the grueling process of opening up the FreeBSD handbook 
and actually reading how to make it possible to burn CDs, that started 
working as well.  That is, I recompiled the kernel with the atapicam 
module, changed permissions and set up links in the devfs.conf file in 
/etc, and set the suid on cdrecord and cdrdao.  Worked like a charm. 
Burned my first CD, and it was beautiful.  Then I think I went home.


Yesterday, while not burning any CDs at all, just listening to music 
using kscd while I wrote perl script, my computer suddenly reboots. 
Checking /var/log/messages, this is what I see (first log messages after 
the last root login):


Oct  7 09:46:15 xxx kernel: acd0: unknown transfer phase
Oct  7 09:50:20 xxx syslogd: kernel boot file is /boot/kernel/kernel
Oct  7 09:50:20 xxx kernel: Copyright (c) 1992-2005 The FreeBSD Project.
Oct  7 09:50:20 xxx kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989

etc. etc. into the boot process.

Here's what dmesg tells me:

Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.4-RELEASE #1: Thu Oct  6 21:18:29 EDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/XXX
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) M processor 1400MHz (1398.82-MHz 686-class CPU)
  Origin = GenuineIntel  Id = 0x695  Stepping = 5

Features=0xa7e9f9bfFPU,VME,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE
real memory  = 536535040 (511 MB)
avail memory = 511168512 (487 MB)
npx0: math processor on motherboard
npx0: INT 16 interface
acpi0: DELL CPi R   on motherboard
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x808-0x80b on acpi0
cpu0: ACPI CPU (4 Cx states) on acpi0
acpi_throttle0: ACPI CPU Throttling on cpu0
acpi_acad0: AC Adapter on acpi0
acpi_cmbat0: Control Method Battery on acpi0
acpi_cmbat1: Control Method Battery on acpi0
acpi_lid0: Control Method Lid Switch on acpi0
acpi_button0: Power Button on acpi0
acpi_button1: Sleep Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
ACPI link \\_SB_.PCI0.LNKB has invalid initial irq 11, ignoring
pci0: ACPI PCI bus on pcib0
pcib1: ACPI PCI-PCI bridge at device 1.0 on pci0
pci1: ACPI PCI bus on pcib1
nvidia0: GeForce4 4200 Go mem 
0xf000-0xf3ff,0xfc00-0xfcff irq 11 at device 0.0 on pci1
uhci0: Intel 82801DB (ICH4) USB controller USB-A port 0xbf80-0xbf9f 
irq 11 at device 29.0 on pci0

usb0: Intel 82801DB (ICH4) USB controller USB-A on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: Intel 82801DB (ICH4) USB controller USB-B port 0xbf40-0xbf5f 
irq 11 at device 29.1 on pci0

usb1: Intel 82801DB (ICH4) USB controller USB-B on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: Intel 82801DB (ICH4) USB controller USB-C port 0xbf20-0xbf3f 
irq 11 at device 29.2 on pci0

usb2: Intel 82801DB (ICH4) USB controller USB-C on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: EHCI (generic) USB 2.0 controller mem 0xf4fffc00-0xf4ff irq 
11 at device 29.7 on pci0

usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: EHCI (generic) USB 2.0 controller on ehci0
usb3: USB revision 2.0
uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered
uhub4: Dell Port Replicator, class 9/0, rev 2.00/10.00, addr 2
uhub4: multiple transaction translators
uhub4: 4 ports with 4 removable, self powered
uhub5: Lite-On Technology USB 1.1 2port downstream low power hub, class 
9/0, rev 1.10/1.00, addr 3

uhub5: 3 ports with 2 removable, bus powered
ukbd0: Lite-On Technology USB Productivity Option Keyboard( has the hub 
in # 1 ), rev 1.10/1.00, addr 4, iclass 3/1

kbd1 at ukbd0
uhid0: Lite-On Technology USB Productivity Option Keyboard( has the hub 
in # 1 ), rev 1.10/1.00, addr 4, iclass 3/1

ums0: Microsoft Basic Optical Mouse, rev 1.10/0.00, addr 5, iclass 3/1
ums0: 3 buttons and Z dir.
pcib2: ACPI PCI-PCI