net/vnc fails to build vnc.so on 8.1 Prerelease amd64

2010-06-16 Thread Mark Stapper
Hi, I want to be able to run a vnc server to share my real X-session. I use kdm. I've been trying to build vnc with vnc.so module. However, it fails to build this file. Any idea on how to resolve this? Outputs: FreeBSD mario 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #2: Tue Jun 1 10:09:28 CEST 2010

Re: concerning flash under freebsd

2010-06-16 Thread Jerry
On Wed, 16 Jun 2010 00:32:21 +0200 Samuel Martín Moro faus...@gmail.com articulated: Their last Linux release only exists for x86. Two ArchLinux mailinglists are advising users about uninstalling Flash from our systems. Flash is hardly working on BSD. And often bug on Linux. I spent one

Re: Burning CDs on FreeBSD 7.2

2010-06-16 Thread Mark Terribile
Thanks to Jerrymc and Polyoptron. Things are working, sort of. I'm using the atapicam/cdrecord solution. But when I do a dd read to verify the write, the read ends on an I/O error rather than an EOF. (I'm not sure that this problem is new.) There is a very long delay between dd's report

.sh and sed

2010-06-16 Thread Aiza
Trying to use sed to remove the path from the file name. Variable has complete path plus the file name /usr/local/etc/filename Need variable containing only the file name. Is the sed utility the best thing to use? Is there some other utility better suited for this task. How would sed by coded to

Re: .sh and sed

2010-06-16 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/06/2010 12:16:06, Aiza wrote: Trying to use sed to remove the path from the file name. Variable has complete path plus the file name /usr/local/etc/filename Need variable containing only the file name. Is the sed utility the best thing to

Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread C. P. Ghost
On Wed, Jun 16, 2010 at 12:41 AM, Scott Schappell arc...@silvertree.org wrote: After digging through /usr/ports/UPDATING, I copied all .so.8 and .so.16 libraries to /usr/local/lib and /usr/local/lib/compat/pkg and those ports are now compiling. I'm assuming that's the approved solution until

compiler flag -Werror

2010-06-16 Thread akash kumar
Hi all, I am working on building a freebsd kernel for mips. As part of this i built cross tool chain for mips from my host machine(i386). After that i was building my kernel using make buildkernel KERNCONF=configfile I noticed that the compiler flags -Werror is invoked default with my

Re: concerning flash under freebsd

2010-06-16 Thread C. P. Ghost
On Wed, Jun 16, 2010 at 12:11 AM, Programmer in Training p...@joseph-a-nagy-jr.us wrote: I will tell Adobe to provide a FreeBSD-native release, though it would be nice to know I won't be the only one. I'm actually going right now to do so. Good luck with that. Adobe doesn't care about FreeBSD.

(no subject)

2010-06-16 Thread Alexandre L.
Hi, I want to use Fuse-SSHFS http://www.freshports.org/sysutils/fusefs-sshfs/ but the port is old (and it got a Sanity Test Failure). When I go to the website of the project Fuse http://sourceforge.net/projects/fuse/ , there is a more recent version fuse-2.8.4.tar.gz and available (?) for

Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Alexandre L.
I have encountered the same problem. On FreeBSD forums, I have found the solution : http://forums.freebsd.org/showthread.php?t=14655 You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9 --- En date de : Mer 16.6.10, C. P. Ghost cpgh...@cordula.ws a écrit : De: C. P.

Install Fuse-SSHFS from ports or from Fuse Website Project ?

2010-06-16 Thread Alexandre L.
Hi, I want to use Fuse-SSHFS http://www.freshports.org/sysutils/fusefs-sshfs/ but the port is old (and it got a Sanity Test Failure). When I go to the website of the project Fuse http://sourceforge.net/projects/fuse/ , there is a more recent version fuse-2.8.4.tar.gz and available (?) for

Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Eitan Adler
On Wed, Jun 16, 2010 at 4:11 PM, Alexandre L. axel...@ymail.com wrote: I have encountered the same problem. On FreeBSD forums, I have found the solution : http://forums.freebsd.org/showthread.php?t=14655 You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9 This is a

Re: * wildcard in.sh script

2010-06-16 Thread Aiza
Polytropon wrote: On Tue, 15 Jun 2010 09:25:05 -0700, Chip Camden sterl...@camdensoftware.com wrote: As others have mentioned, you need to quote or escape the * in the command line: admin cell* The problem, for explaination purposes, is that the shell you enter the command will already

Re: .sh and sed

2010-06-16 Thread Aiza
Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/06/2010 12:16:06, Aiza wrote: Trying to use sed to remove the path from the file name. Variable has complete path plus the file name /usr/local/etc/filename Need variable containing only the file name. Is the sed utility

Re: concerning flash under freebsd

2010-06-16 Thread RW
On Wed, 16 Jun 2010 15:04:00 +0200 C. P. Ghost cpgh...@cordula.ws wrote: On Wed, Jun 16, 2010 at 12:11 AM, Programmer in Training p...@joseph-a-nagy-jr.us wrote: I will tell Adobe to provide a FreeBSD-native release, though it would be nice to know I won't be the only one. I'm actually

Re: .sh and sed

2010-06-16 Thread Randy Belk
You could always use basename for this. basename /usr/local/bin/bash will display bash On Wed, Jun 16, 2010 at 6:16 AM, Aiza aiz...@comclark.com wrote: Trying to use sed to remove the path from the file name. Variable has complete path plus the file name /usr/local/etc/filename Need variable

Perl Dumping Core

2010-06-16 Thread Tim Daneliuk
I am running 8.1-PRERELEASE and seeing a half dozen of these a day: (perl5.10.1), uid 0: exited on signal 11 Anyone have theories on this? -- Tim Daneliuk tun...@tundraware.com PGP Key:

Re: Perl Dumping Core

2010-06-16 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/06/2010 15:11:15, Tim Daneliuk wrote: I am running 8.1-PRERELEASE and seeing a half dozen of these a day: (perl5.10.1), uid 0: exited on signal 11 Anyone have theories on this? You have a perl process or processes owned by root

Re: Perl Dumping Core

2010-06-16 Thread Tim Daneliuk
On 6/16/2010 9:18 AM, Matthew Seaman wrote: On 16/06/2010 15:11:15, Tim Daneliuk wrote: I am running 8.1-PRERELEASE and seeing a half dozen of these a day: (perl5.10.1), uid 0: exited on signal 11 Anyone have theories on this? You have a perl process or processes owned by root

Re: concerning flash under freebsd

2010-06-16 Thread C. P. Ghost
On Wed, Jun 16, 2010 at 3:53 PM, RW rwmailli...@googlemail.com wrote: On Wed, 16 Jun 2010 15:04:00 +0200 C. P. Ghost cpgh...@cordula.ws wrote: On Wed, Jun 16, 2010 at 12:11 AM, Programmer in Training p...@joseph-a-nagy-jr.us wrote: I will tell Adobe to provide a FreeBSD-native release,

Re: Perl Dumping Core

2010-06-16 Thread C. P. Ghost
On Wed, Jun 16, 2010 at 4:11 PM, Tim Daneliuk tun...@tundraware.com wrote: I am running 8.1-PRERELEASE and seeing a half dozen of these a day:   (perl5.10.1), uid 0: exited on signal 11 Anyone have theories on this? If perl doesn't always crash, but only when running certain programs, it may

arp rejecting not working

2010-06-16 Thread budsz
Hello, I've strange problem in FreeBSD 8.0-STABLE: root:~# uname -smr FreeBSD 8.0-STABLE i386 root:~# arp -a | grep pcbill pcbill.domain.net (192.168.100.100) at 00:1c:f0:63:03:08 on rl0 permanent [ethernet] root:~# arp -s pcbill.domain.net 00:1c:f0:63:03:08 reject root:~# ping

Re: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Lokadamus
Am 16.06.2010 01:08, schrieb Scott Schappell: On Jun 15, 2010, at 3:43 PM, Eitan Adler wrote: 20100530: AFFECTS: users of devel/gettext (i.e.: YOU) AUTHOR: a...@freebsd.org I did do the make clean, make deinstall and make instal clean and it was still throwing that error. The

HEADSUP: Call for FreeBSD Status Reports - 2Q/2010

2010-06-16 Thread Daniel Gerzo
Dear all, I would like to remind you that the next round of status reports covering the second quarter of 2010 is due on July 15th, 2010. This initiative is very welcome in our community. Therefore, I would like to ask you to submit your status reports soon, so that we can compile the report on

Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Jason
On Wed, Jun 16, 2010 at 01:11:50PM +, Alexandre L. thus spake: I have encountered the same problem. On FreeBSD forums, I have found the solution : http://forums.freebsd.org/showthread.php?t=14655 You have to symlink /usr/local/lib/libintl.so.8 to /usr/local/lib/libintl.so.9 symlinking is

upgrading form 7.1-RELEASE to 8.0-RELEASE?

2010-06-16 Thread Tom Worster
as usual i let things slip until the servers are a couple of versions behind and then i face the worries of upgrading. will freebsd-update -r 8.0-RELEASE upgrade work on a 7.1-RELEASE system or do i need to take intermediate steps? does anyone have experience or advice they'd be willing to

Re: upgrading form 7.1-RELEASE to 8.0-RELEASE?

2010-06-16 Thread Jason
On Wed, Jun 16, 2010 at 12:48:03PM -0400, Tom Worster thus spake: as usual i let things slip until the servers are a couple of versions behind and then i face the worries of upgrading. will freebsd-update -r 8.0-RELEASE upgrade work on a 7.1-RELEASE system or do i need to take intermediate

ntpq: write to localhost failed: Network is unreachable

2010-06-16 Thread Anton Shterenlikht
After a recent upgrade to r209156 I get this error: $ ntpq -p ntpq: write to localhost failed: Network is unreachable Please advise many thanks -- Anton Shterenlikht Room 2.6, Queen's Building Mech Eng Dept Bristol University University Walk, Bristol BS8 1TR, UK Tel: +44 (0)117 331 5944 Fax:

Re: upgrading form 7.1-RELEASE to 8.0-RELEASE?

2010-06-16 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/06/2010 17:48:03, Tom Worster wrote: as usual i let things slip until the servers are a couple of versions behind and then i face the worries of upgrading. will freebsd-update -r 8.0-RELEASE upgrade work on a 7.1-RELEASE system or do i

Re: ntpq: write to localhost failed: Network is unreachable

2010-06-16 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/06/2010 17:59:10, Anton Shterenlikht wrote: After a recent upgrade to r209156 I get this error: $ ntpq -p ntpq: write to localhost failed: Network is unreachable Please advise What does 'ifconfig -a' and 'netstat -rn' say? What happens

Re: RESOLVED: Problem upgrading ports - libintl.so.8 not found

2010-06-16 Thread Scott Schappell
I found a more elegant way of doing this, thanks to google on my 7.3 system. I added: ldconfig_paths=/usr/lib/compat /usr/X11R6/lib /usr/local/lib /usr/local/lib/compat/pkg to rc.conf and rebooted (I couldn't shutdown to single user then exit as I don't have physical access at the moment).

Re: ntpq: write to localhost failed: Network is unreachable

2010-06-16 Thread Anton Shterenlikht
On Wed, Jun 16, 2010 at 06:08:35PM +0100, Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/06/2010 17:59:10, Anton Shterenlikht wrote: After a recent upgrade to r209156 I get this error: $ ntpq -p ntpq: write to localhost failed: Network is unreachable

CUPS between systems

2010-06-16 Thread William Bulley
When the CUPS server (cupsd) is built with GSSAPI support, the CUPS Administration tab (localhost:631/admin) contains this checkbox under the Server Settings: section: (x) Use Kerberos authentication (FAQ) Unfortunately for me on FreeBSD 8.0-STABLE running cups-base-1.4.2_3 the GSSAPI option

Re: ntpq: write to localhost failed: Network is unreachable

2010-06-16 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/06/2010 18:15:32, Anton Shterenlikht wrote: On Wed, Jun 16, 2010 at 06:08:35PM +0100, Matthew Seaman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 16/06/2010 17:59:10, Anton Shterenlikht wrote: After a recent upgrade to r209156 I

Re: compiler flag -Werror

2010-06-16 Thread CyberLeo Kitsana
On 06/16/2010 08:02 AM, akash kumar wrote: Hi all, I am working on building a freebsd kernel for mips. As part of this i built cross tool chain for mips from my host machine(i386). After that i was building my kernel using make buildkernel KERNCONF=configfile I noticed that the

Detecting fake library versions

2010-06-16 Thread Warren Block
ln -s libintl.so.9 libintl.so.8 has been misused a lot lately. Are there any programs that will detect these links and remind the user that they have a new library masquerading as an old one? -Warren Block * Rapid City, South Dakota USA ___

Re: Detecting fake library versions

2010-06-16 Thread Warren Block
On Wed, 16 Jun 2010, Warren Block wrote: ln -s libintl.so.9 libintl.so.8 has been misused a lot lately. Are there any programs that will detect these links and remind the user that they have a new library masquerading as an old one? A quick hack in Ruby to address this:

About cross compiler from x86+redhat to i386+freebsd

2010-06-16 Thread Gmail
Hello, every body, I am trying to build a crosscompiler with target as i386 + freebsd(6.5) and host as x86+redhat EL 5.3. I have tried the cross tool of crosstool-0.43 and crosstool-NG. Unfortunately, I have not found the two cross tool has the option with target as freebsd. So, I want

Re: Booting Xserve on 8.0

2010-06-16 Thread Chris
I felt I should finalize this before the thread goes to archives. My original post was to find out if there was a way to get FreeBSD to boot and run natively on the Intel XServe. It's a no go. rEFIt, while part of a solution, can't make up for the complete lack of BIOS support, EFI boot is only

Ownership of /var/named Changes on Reboot.

2010-06-16 Thread Martin McCormick
I run named chrooted to bind but not in a jail. When the system reboots, something changes ownership of /var/named back to root:wheel. I have thought several times I figured out how to prevent this from happening, but to no avail. The most promising lead was the following

Ownership of /var/named Changes on Reboot.

2010-06-16 Thread Robert Huff
Martin McCormick writes: Is there a way to keep /var/named owned by bind across reboots? Yes. I had this happen for a long time. The bad news is it had been years since I fixed it, and I no longer remember exactly what I did. I will keep trying.

Re: Ownership of /var/named Changes on Reboot.

2010-06-16 Thread Peter Boosten
On 17-6-2010 4:58, Robert Huff wrote: Martin McCormick writes: Is there a way to keep /var/named owned by bind across reboots? Yes. I had this happen for a long time. The bad news is it had been years since I fixed it, and I no longer remember exactly what I did. I