Re: Ruby18 or Portupgrade error?

2009-04-29 Thread Klaus Friis Østergaard
28. apr. 2009 18.17 skrev ill...@gmail.com ill...@gmail.com:
 2009/4/28 Klaus Friis Østergaard farremo...@gmail.com:
 Hi,

 While upgrade gnome I have run into to this error, is it related to
 portupgrade or Ruby18 or something different.

 k...@prod01% sudo portupgrade -aOW -x x11/gdm                          
 /home/kfo
 mktemp: mkdtemp failed on /var/tmp/portupgradedtlzuto6: Too many links
 /usr/local/lib/ruby/site_ruby/1.8/pkgmisc.rb:140:in `init_tmpdir':
 Could not create temporary directory in /var/tmp (RuntimeError)
        from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:260:in
 `init_pkgtools_global'
        from /usr/local/sbin/portupgrade:529:in `main'
        from /usr/local/lib/ruby/1.8/optparse.rb:787:in `initialize'
        from /usr/local/sbin/portupgrade:229:in `new'
        from /usr/local/sbin/portupgrade:229:in `main'
        from /usr/local/sbin/portupgrade:2208
 k...@prod01%
                                                    /home/kfo

 I am not experience any other problems on the system.

 I have tried to csup and manually done make deisntall and make install
 of both portupgrade and ruby18.

 It seems that I something are able to run portupgrade right after
 Reboot, but second time or is not run right after reboot this failure
 occure.

 Try running pkgdb -fFu

 If that doesn't help, after making sure you've upgraded
 ruby, try rebuilding databases/db41 and databases/ruby-bdb
 (in that order)
 and then running pkgdb -fFu

If I try to run pkgdb -fFu  get this

k...@prod01% sudo pkgdb -fFu
mktemp: mkdtemp failed on /var/tmp/portupgradeA4dPHC7m: Too many links
Could not create temporary directory in /var/tmp
k...@prod01%

I get the same result after I did rebuild ruby, db41 and ruby-bdb in that order.

I did make install, then make deinstall, then make reinstall, I did
not make any  distclean before compiling.

/klaus
___
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


ICU compile error

2009-04-29 Thread Klaus Friis Østergaard
I have a problem with compiling ICU on 7.0, I have googled and found
that some have problem on the AMD64 platform were one should comment
out ALL_TARGET in the Make file but I can not find this.


---[OK]  ---/tscoll/usrchtst/TestEnd
---[OK]  ---/tscoll/usrchtst/TestNumeric
Text: aa\u00e1
Pattern: a\u00e1
Error following match found at -1 0
Error at test number 1
---[4 ERRORS]  ---/tscoll/usrchtst/TestDiactricMatch
 /utrans/
   ---[OK]  ---/utrans/TestAPI
   ---[OK]  ---/utrans/TestSimpleRules
   ---[OK]  ---/utrans/TestFilter
   ---[OK]  ---/utrans/TestOpenInverse
   ---[OK]  ---/utrans/TestClone
   ---[OK]  ---/utrans/TestRegisterUnregister
   ---[OK]  ---/utrans/TestExtractBetween
   ---[OK]  ---/utrans/TestUnicodeIDs

SUMMARY:
*** [Total error count: 4]
 Errors in
   [/tscoll/usrchtst/TestDiactricMatch]
Elapsed Time: 00:00:15.000
*** Error code 1

Stop in /usr/ports/devel/icu.
k...@prod01%

Any help apriciated.

/Klaus
___
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: Ruby18 or Portupgrade error?

2009-04-29 Thread Klaus Friis Østergaard
29. apr. 2009 09.23 skrev Klaus Friis Østergaard farremo...@gmail.com:
 28. apr. 2009 18.17 skrev ill...@gmail.com ill...@gmail.com:
 2009/4/28 Klaus Friis Østergaard farremo...@gmail.com:
 Hi,

 While upgrade gnome I have run into to this error, is it related to
 portupgrade or Ruby18 or something different.

 k...@prod01% sudo portupgrade -aOW -x x11/gdm                          
 /home/kfo
 mktemp: mkdtemp failed on /var/tmp/portupgradedtlzuto6: Too many links
 /usr/local/lib/ruby/site_ruby/1.8/pkgmisc.rb:140:in `init_tmpdir':
 Could not create temporary directory in /var/tmp (RuntimeError)
        from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:260:in
 `init_pkgtools_global'
        from /usr/local/sbin/portupgrade:529:in `main'
        from /usr/local/lib/ruby/1.8/optparse.rb:787:in `initialize'
        from /usr/local/sbin/portupgrade:229:in `new'
        from /usr/local/sbin/portupgrade:229:in `main'
        from /usr/local/sbin/portupgrade:2208
 k...@prod01%
                                                    /home/kfo

 I am not experience any other problems on the system.

 I have tried to csup and manually done make deisntall and make install
 of both portupgrade and ruby18.

 It seems that I something are able to run portupgrade right after
 Reboot, but second time or is not run right after reboot this failure
 occure.

 Try running pkgdb -fFu

 If that doesn't help, after making sure you've upgraded
 ruby, try rebuilding databases/db41 and databases/ruby-bdb
 (in that order)
 and then running pkgdb -fFu

 If I try to run pkgdb -fFu  get this

 k...@prod01% sudo pkgdb -fFu
 mktemp: mkdtemp failed on /var/tmp/portupgradeA4dPHC7m: Too many links
 Could not create temporary directory in /var/tmp
 k...@prod01%

 I get the same result after I did rebuild ruby, db41 and ruby-bdb in that 
 order.

 I did make install, then make deinstall, then make reinstall, I did
 not make any  distclean before compiling.

 /klaus

I found the failure, in my /var/tmp there where many files mainly
gvfs-{user}-* which I removed then no problem with too many links.

Does any body know why gnome does not seem to clean up the gvfs files after use?

/Klaus
___
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


Ruby18 or Portupgrade error?

2009-04-28 Thread Klaus Friis Østergaard
Hi,

While upgrade gnome I have run into to this error, is it related to
portupgrade or Ruby18 or something different.

k...@prod01% sudo portupgrade -aOW -x x11/gdm  /home/kfo
mktemp: mkdtemp failed on /var/tmp/portupgradedtlzuto6: Too many links
/usr/local/lib/ruby/site_ruby/1.8/pkgmisc.rb:140:in `init_tmpdir':
Could not create temporary directory in /var/tmp (RuntimeError)
from /usr/local/lib/ruby/site_ruby/1.8/pkgtools.rb:260:in
`init_pkgtools_global'
from /usr/local/sbin/portupgrade:529:in `main'
from /usr/local/lib/ruby/1.8/optparse.rb:787:in `initialize'
from /usr/local/sbin/portupgrade:229:in `new'
from /usr/local/sbin/portupgrade:229:in `main'
from /usr/local/sbin/portupgrade:2208
k...@prod01%
/home/kfo

I am not experience any other problems on the system.

I have tried to csup and manually done make deisntall and make install
of both portupgrade and ruby18.

It seems that I something are able to run portupgrade right after
Reboot, but second time or is not run right after reboot this failure
occure.

Any help apriciated.

/Klaus
___
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: Problem gdm 2.24, xdmcp D-BUS?

2009-02-05 Thread Klaus Friis Østergaard
2009/2/1 Klaus Friis Østergaard farremo...@gmail.com:
On Fri, Jan 30, 2009 at 04:03:10PM +0100, Klaus Friis Østergaard wrote:

I tried to remove the directories that was not removed by deinstall
manually, and then installed again, now no complaints about not being
able to uninstall I can now start gdm again, with out any complaints,
but when I run sockstat I cannot see gdm-binary active nor any listen
on udp 177.

Any suggestions?


GDM 2.24 ist broken, not only on FreeBSD but also on other systems like
Fedora. My personal workaround ist to keep using 2.20 for now, which
seems to be the last working version that came from the gnome team.

 gdm-2.24.1_5 is not broken, else I couldn't have logged onto my
 gnome-desktop some minutes ago. But there are some feature-regressions
 compared to 2.20 - developers say they have rewritten important parts
 of the code.

 Greetings,

 Uli.

 Thanks, but how do I reverse back to gdm 2.20? Is this possible with
 the portupgrade tools?

 /Klaus


 --
 Klaus F. Østergaard, farremosen(at)gmail dot com

Thanks, it worked with portdowngrade and then I just used the
portupgrade -a -x /x11/gdm



-- 
Klaus F. Østergaard, farremosen(at)gmail dot com
___
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


After upgrade problems with many open files

2009-02-05 Thread Klaus Friis Østergaard
Hi,

After I recently update my 7.0 Freebsd Box I have now a small problem
with performance and many open files.

This has not een an issue before so I don't know what a nornal level
is, but at the moment I have increased the kern.maxfiles from 12.000
to 60.000, and the system uses between 22.000 to 30.000 open files.

On the box I is samba, MySQL (with no real activity only installed not
used yet), gnome, interfaces I have I have 5 thin clients attached to
this server, they get X via xdmcp from thin clienter that boots up
with there own os (Elux).

After the upgrade of application every thing seems to be slow, could
it be related to the many open files are there other places to look
for tunning

I have tried to use lsof but I do'not find 2 lines when listed.

Any help/guidience to solve this would be apriciated.

/Klaus


-- 
Klaus
___
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: Problem gdm 2.24, xdmcp D-BUS?

2009-02-01 Thread Klaus Friis Østergaard
On Fri, Jan 30, 2009 at 04:03:10PM +0100, Klaus Friis Østergaard wrote:

I tried to remove the directories that was not removed by deinstall
manually, and then installed again, now no complaints about not being
able to uninstall I can now start gdm again, with out any complaints,
but when I run sockstat I cannot see gdm-binary active nor any listen
on udp 177.

Any suggestions?


GDM 2.24 ist broken, not only on FreeBSD but also on other systems like
Fedora. My personal workaround ist to keep using 2.20 for now, which
seems to be the last working version that came from the gnome team.

gdm-2.24.1_5 is not broken, else I couldn't have logged onto my
gnome-desktop some minutes ago. But there are some feature-regressions
compared to 2.20 - developers say they have rewritten important parts
of the code.

Greetings,

Uli.

Thanks, but how do I reverse back to gdm 2.20? Is this possible with
the portupgrade tools?

/Klaus


-- 
Klaus F. Østergaard, farremosen(at)gmail dot com
___
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


Problem gdm 2.24, xdmcp D-BUS?

2009-01-30 Thread Klaus Friis Østergaard
Hi

I have an amd64 box with FreeBSD 7.0, just upgrade to gnome 2.24.

No I have a problem with getting gdm to start.

I have trieded to:
make deinstall

results in problem with deleting following directories:

pkg_delete: unable to completely remove directory '/usr/local/share/gdm'
pkg_delete: unable to completely remove directory
'/usr/local/etc/gdm/PreSession'
pkg_delete: unable to completely remove directory
'/usr/local/etc/gdm/PostSession'
pkg_delete: unable to completely remove directory '/usr/local/etc/gdm/Init'

Should I just manually remove these directories?

recompiling and installing gdm again when I try to start gdm

/usr/local/etc/rc.d/gdm start

I get following:

** (gdm-binary:5267): WARNING **: Failed to acquire org.gnome.DisplayManager

** (gdm-binary:5267): WARNING **: Could not acquire name; bailing out

When I run sockstat I can see that gdm-binary is not running.

I have googled and found some mentioning something about the dbus
system and programs not running as root, but how do I proceed.

any help apriciated

By the way, I need this box as a server where thin clients connect to
via xdmcp and get to login via gdm on the server.

All I did was upgrading from Gnome 2.22 to 2.24 via ports.

/klaus







-- 
Klaus F. Østergaard, farremosen(at)gmail dot com
___
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: Problem gdm 2.24, xdmcp D-BUS?

2009-01-30 Thread Klaus Friis Østergaard
2009/1/30 Klaus Friis Østergaard farremo...@gmail.com:
 Hi

 I have an amd64 box with FreeBSD 7.0, just upgrade to gnome 2.24.

 No I have a problem with getting gdm to start.

 I have trieded to:
 make deinstall

 results in problem with deleting following directories:

 pkg_delete: unable to completely remove directory '/usr/local/share/gdm'
 pkg_delete: unable to completely remove directory
 '/usr/local/etc/gdm/PreSession'
 pkg_delete: unable to completely remove directory
 '/usr/local/etc/gdm/PostSession'
 pkg_delete: unable to completely remove directory '/usr/local/etc/gdm/Init'

 Should I just manually remove these directories?

 recompiling and installing gdm again when I try to start gdm

 /usr/local/etc/rc.d/gdm start

 I get following:

 ** (gdm-binary:5267): WARNING **: Failed to acquire org.gnome.DisplayManager

 ** (gdm-binary:5267): WARNING **: Could not acquire name; bailing out

 When I run sockstat I can see that gdm-binary is not running.

 I have googled and found some mentioning something about the dbus
 system and programs not running as root, but how do I proceed.

 any help apriciated

 By the way, I need this box as a server where thin clients connect to
 via xdmcp and get to login via gdm on the server.

 All I did was upgrading from Gnome 2.22 to 2.24 via ports.

 /klaus

I tried to remove the directories that was not removed by deinstall
manually, and then installed again, now no complaints about not being
able to uninstall I can now start gdm again, with out any complaints,
but when I run sockstat I cannot see gdm-binary active nor any listen
on udp 177.

Any suggestions?

In /usr/local/etc/gdm/custum.conf

I have only
[xdmcp]
 Enable=true
 Port=177

/Klaus
___
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: scsi raid geometry high-point rocketraid 1640

2007-04-30 Thread Klaus Friis Østergaard

2007/4/30, Jerry McAllister [EMAIL PROTECTED]:



 Hi,

 I have a raidcontroller high-point 1640 with 4 disks of 400 GB in a raid
5
 array given me 1200 GB. The bios utility of the controller zero build
the
 array with 64 kb

 FDISK says that the geometry is 145923/255/63 and it is incorrect. Then
it
 says that for scsi it is the translation mode the raid controller is
using.

Usually you want to accept what fdisk does.  Just make the slices
that you want.   Geometry is virtual on these systems.


 How do I find this?

 If I continue with the defaults I only get 1144654 MB like missing 100
GB.

Well, I would expect you to get something less than 1,490 GB just from
the difference between the manufacturer use of GB (1,000,000,000 Bytes)
and the way the OS uses GB (1,073,741,824 Bytes).



That is the missing link, the raid controller says 1200 GB if recalculated,
using 1.073741824 it gives  1,117.59  GB  multiplied by 1024 it gives
1144409 MB which is what FDISK gives default.

I don't know how much the raidcontroller eats up to manage

the raid.  Raid 5 takes a piece for its redundancy/error
correction.  A raid 5 would eat at least 20% and maybe up to 30% if it
is rather inefficient.



WIth 4 disks it is 25% as 4th disk make the redundancy.

After that you will lose some because of inconvenient remnants of space

that doesn't get used.   Then, there are amounts for superblocks and other
aspects of building a filesystem, etc.  I think that tends to be around
10%
altogether.

So, your number seems somewhat probable, offhand, without detailed
calculations.

What operations did you do to get to that point?   Mine would be an
fdisk that makes one slice of the entire device, a bsdlabel that
divides the slice in to about 6 partitions (including swap) and
a newfs on each partition except swap.



I only need the array only for one big slice and one partition for data
storage.


Thanks for the help
--
Klaus F. Østergaard, farremosen(at)gmail dot com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


scsi raid geometry high-point rocketraid 1640

2007-04-29 Thread Klaus Friis Østergaard

Hi,

I have a raidcontroller high-point 1640 with 4 disks of 400 GB in a raid 5
array given me 1200 GB. The bios utility of the controller zero build the
array with 64 kb

FDISK says that the geometry is 145923/255/63 and it is incorrect. Then it
says that for scsi it is the translation mode the raid controller is using.

How do I find this?

If I continue with the defaults I only get 1144654 MB like missing 100 GB.

--
Klaus F. Østergaard, farremosen(at)gmail dot com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Making thin client server

2007-02-21 Thread Klaus Friis Østergaard

Hi Erik,

2007/2/12, Erik Norgaard [EMAIL PROTECTED]:


Klaus Friis Østergaard wrote:

 I have a EPATech eTC thin client it is build on a Vortex86 processor. I
 tried with a 6.1 relase in order PXE boot the thin client and it fails.

 Is it possible to build an older relase like 5.3 on a 6.1 relase and use
it
 for the thin clients, to boot from?

Yes, it is possible. Check out the desired version with cvs, then build
world and kernel, finally, install with DESTDIR=/dir/of/choice

Details here: http://www.locolomo.org/pub/pxeboot/diskless.html



Tried to follow your  description, but I seem to have lost some thing,
the client now starts the PXEBOOT process and it looks in the
(/var/diskless/FreeBSD/)/boot/defaults/loader.conf that says
(/var/diskless/FreeBSD/)/boot/kernel

But according to your instruction
http://www.locolomo.org/pub/pxeboot/pxeboot.html the kernel was installed in
the /var/tftp/boot/

Should I simply
  make DISTDIR=/var/diskless/FreeBSD installkernel
instead?

Regards,
Klaus

--
Klaus F. Østergaard, farremosen(at)gmail dot com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Making thin client server

2007-02-12 Thread Klaus Friis Østergaard

Hi,

I have a EPATech eTC thin client it is build on a Vortex86 processor. I
tried with a 6.1 relase in order PXE boot the thin client and it fails.

Is it possible to build an older relase like 5.3 on a 6.1 relase and use it
for the thin clients, to boot from?

The reason that I ask is I got the reply from Epatech tech guy's that I
should try and older relase of FreeBSD i386.

--
Klaus F. Østergaard, farremosen(at)gmail dot com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


NFS export - how no_root_squash with -maproot=

2006-11-14 Thread Klaus Friis Østergaard

Hi,

I need to set up a NFS export for a client,

I have created the dir

/export/data

I have chown nobody:nogroup and acess chmod 755 on /export/data

the requrements are that the export for Linux is
/export/data x.x.x.x (rw, no_root_squash)

should this be like this when it is configured in FreeBSD

/export/data x.x.x.x -maproot=nobody:nogroup


--
Klaus farremosen(at)gmail dot com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem Firefox amd64.

2006-10-20 Thread Klaus Friis Østergaard
Hi,

I have a problem with firefox when I try to update using both portupgrade and 
portmaster.

I have cvsup the porttree, I have run a portsdb -F, I have a clean pkgdb -F.

I have tried to remove firefox, by make deinstall, make distclean, and install 
it again with make install clean.

It seems like it is a wrong compiler directive:

/usr/bin/ld: /usr/X11R6/lib/libgnome-keyring.a(gnome-keyring.o): relocation 
R_X86_64_32 can not be used when making a shared object; recompile with -fPIC

Please see below for further info from the upgrade.

But how do I solve this, it has been irritating me now for a couple of days.

It is a 5.4 release, with gnome 2.16.

Any help apriciated.

/Klaus

gmake[4]: Entering directory 
`/usr/ports/www/firefox/work/mozilla/modules/libpr0n/decoders/icon'
nsIconURI.cpp
c++ -o nsIconURI.o -c  -DMOZILLA_INTERNAL_API -DOSTYPE=\FreeBSD5\ 
-DOSARCH=\FreeBSD\ -DBUILD_ID=00 -I./gtk 
-I../../../../dist/include/xpcom -I../../../../dist/include/string 
-I../../../../dist/include/gfx -I../../../../dist/include/imglib2 
-I../../../../dist/include/necko -I../../../../dist/include/imgicon 
-I../../../../dist/include -I/usr/local/include/nspr -I/usr/local/include 
-I/usr/local/include  -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include  
-I/usr/X11R6/include  -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall 
-Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -O -pipe -O2 
-fno-strict-aliasing -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O2  
-I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/X11R6/include 
-DMOZILLA_CLIENT -include ../../../../mozilla-config.h nsIconURI.cpp
nsIconModule.cpp
c++ -o nsIconModule.o -c  -DMOZILLA_INTERNAL_API -DOSTYPE=\FreeBSD5\ 
-DOSARCH=\FreeBSD\ -DBUILD_ID=00 -I./gtk 
-I../../../../dist/include/xpcom -I../../../../dist/include/string 
-I../../../../dist/include/gfx -I../../../../dist/include/imglib2 
-I../../../../dist/include/necko -I../../../../dist/include/imgicon 
-I../../../../dist/include -I/usr/local/include/nspr -I/usr/local/include 
-I/usr/local/include  -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include  
-I/usr/X11R6/include  -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall 
-Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -O -pipe -O2 
-fno-strict-aliasing -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O2  
-I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/X11R6/include 
-DMOZILLA_CLIENT -include ../../../../mozilla-config.h nsIconModule.cpp
nsIconProtocolHandler.cpp
c++ -o nsIconProtocolHandler.o -c  -DMOZILLA_INTERNAL_API -DOSTYPE=\FreeBSD5\ 
-DOSARCH=\FreeBSD\ -DBUILD_ID=00 -I./gtk 
-I../../../../dist/include/xpcom -I../../../../dist/include/string 
-I../../../../dist/include/gfx -I../../../../dist/include/imglib2 
-I../../../../dist/include/necko -I../../../../dist/include/imgicon 
-I../../../../dist/include -I/usr/local/include/nspr -I/usr/local/include 
-I/usr/local/include  -I/usr/X11R6/include   -fPIC  -I/usr/X11R6/include  
-I/usr/X11R6/include  -I/usr/X11R6/include -fno-rtti -fno-exceptions -Wall 
-Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth 
-Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wno-long-long -O -pipe -O2 
-fno-strict-aliasing -fshort-wchar -pipe  -DNDEBUG -DTRIMMED -O2  
-I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/X11R6/include 
-DMOZILLA_CLIENT -include ../../../../mozilla-config.h nsIconProtocolHandler.cpp
rm -f libimgicon.so
c++ -I/usr/X11R6/include  -I/usr/X11R6/include  -I/usr/X11R6/include -fno-rtti 
-fno-exceptions -Wall -Wconversion -Wpointer-arith -Wcast-align 
-Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor 
-Wno-long-long -O -pipe -O2 -fno-strict-aliasing -fshort-wchar -pipe  -DNDEBUG 
-DTRIMMED -O2 -fPIC -shared -Wl,-h -Wl,libimgicon.so -o libimgicon.so  
nsIconURI.o nsIconModule.o nsIconProtocolHandler.o-L/usr/X11R6/lib 
-Wl,-rpath,/usr/local/lib/firefox   -Wl,--whole-archive 
../../../../dist/lib/libimgicongtk_s.a -Wl,--no-whole-archive -L/usr/local/lib 
-L/usr/X11R6/lib   -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnome-keyring -lxml2 
-lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 
-lXrandr -lXi -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lXcursor 
-lXfixes -lcairo -lpangoft2-1.0 -lfontconfig -lfreetype -lz -lpango-1.0 
-lXrender -lX11 -lXext -lbonobo-2 -lgnomevfs-2 -lbonobo-activation -lgconf-2 
-lgobject-2.0 -lORBit-2 -lm -lgmodul!
 e-2.0 -lgthread-2.0 -lglib-2.0 -liconv-L../../../../dist/bin -lxpcom 
-lxpcom_core  -L../../../../dist/bin -L/usr/local/lib -lplds4 -lplc4 -lnspr4 
-pthread   -Wl,-Bsymbolic -lm -pthread -L/usr/local/lib -liconv
/usr/bin/ld: /usr/X11R6/lib/libgnome-keyring.a(gnome-keyring.o): relocation 
R_X86_64_32 can not be used when making a shared object; recompile with -fPIC
/usr/X11R6/lib/libgnome-keyring.a: 

Howto recompile libgnome-keyring with -fPIC

2006-10-20 Thread Klaus Friis Østergaard
Hi,
 
I get this error when trying to install Firefox:
 
/usr/bin/ld: /usr/X11R6/lib/libgnome-keyring.a(gnome-keyring.o): relocation 
R_X86_64_32 can not be used when making a shared object; recompile with -fPIC

/usr/X11R6/lib/libgnome-keyring.a: could not read symbols: Bad value
How do I recompile libgnome-keyring with the -fPIC compiler flags set?
Is it possible to use the portupgrade to force a recomiplation with the right 
settings?
 
/Klaus
 
 
 
 
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE Problem with HighPoint rr232x driver FreeBSD 6.1 amd64

2006-10-05 Thread Klaus Friis Østergaard
I went into the BIOS of the radi cintroller again, removed the drives, disabled 
the staggered spin up function, and reinitialized the drives, made a new raid 5 
array with background initialization.
 
In /etc/rc.conf I put rr232x_enable=YES
 
Rebooted the system and the drives did not fil to start channel.
 
/Klaus
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with HighPoint rr232x driver FreeBSD 6.1 amd64

2006-10-04 Thread Klaus Friis Østergaard

I have just assemble a new computer to be used as a ftp server.

It is an ASUS A8N5X with 1 GB ram and a AMD Athlon 64. I have used one ata
hardisc for the system, and put in the Highpoint RocketRaid 2320 PCIe as a
controller for a RAID 5 array.



I just installed a minimal installation, via ftp on the computer. The
install recognize the raid controller and put the rr232x driver into the
kernel.

But at start up it fail to start channel...

I have found that the rr232x is supported by version 6.1.

Any ideas, I have tried to put into the /boot/default/loader.conf
rr232x_load=YES at the end.

FreeBSD defaults by the installation with ACPI enabled, could this be a
problem.


--
Klaus F. Østergaard, farremosen(at)gmail dot com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with media(CDROM and FTP), 6.1, IBM Netfinity 5000

2006-05-15 Thread Klaus Friis Østergaard

Hi

I am trying to install 6.1 on a IBM Netfinity 5000.

It is willingly booting up I on the cdrom, but when I select the minimal
install and media CDROM, it says that it can't find cdrom drive.

The I tried to do both ftp and passive ftp to both the primary and secondary
danish ftp sites, both with the standard ftp and anonymous logon, both with
and email and with out an email as password, every time it says name ok but
missing password.

The I tried burning a copy of the disk and mount it in my laptop, setup ftp,
I can only from the lap top it self check that it responds to ftp
connection.

I can see in the xferlog that a connection is made from the Netfinity
server, but it still says
that password is missing

When a connection fails on the second screen alt+f2 I can se the rl0 (the
network interface is downed, and second time I try to connect I get no route
to host, the I have to restart the server.

What have I missed.

/Klaus


ps.

I have disabled the original build in network card, as it seems not
supported, I have added a Realtek pci card.

--
Klaus, farremosen(at)gmail dot com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem with media(CDROM and FTP), 6.1, IBM Netfinity 5000

2006-05-15 Thread Klaus Friis Østergaard

On 5/15/06, Klaus Friis Østergaard [EMAIL PROTECTED] wrote:


I am trying to install 6.1 on a IBM Netfinity 5000.

It is willingly booting up I on the cdrom, but when I select the minimal
install and media CDROM, it says that it can't find cdrom drive.



I managed to install 6.0 on this server, but not via cdrom, only ftp.

Is this a bug in the install script with 6.1?


--
Klaus F. Østergaard, farremosen(at)gmail dot com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]