Re:java config problem

2009-08-31 Thread barbara
I'm trying to configure java on FreeBSD 7-stable and Gnome 2.26.3, with Firefox35. I tried the following commands, but still no ability to view java applets. ln -s libjavaplugin_oji.so /usr/local/lib/firefox/plugins ln -s libjavaplugin_oji.so /usr/local/lib/firefox3/plugins ln

ZFS and DMA read error

2009-08-31 Thread Mark Stapper
Good day to you, I'm having a bit of trouble with one of the disks in my zfs raidz1 pool. It's giving me dma read error, and zpool is reporting READ failures. However, data integrity is OK :-) Unfortunately I was in the middle of rearranging my backup media, so I'm backup up everything as we

FreeBSD was successfully submitted to DownloadRoute.com

2009-08-31 Thread DownloadRoute.com
Hello The FreeBSD Project, FreeBSD product was successfully submitted to the DownloadRoute.com! We will review your program ASAP. You may list your software immediately, just visit this page for more info:

Enquiry

2009-08-31 Thread Kin Tat Yau
Dear Sir/Madam   My server is running with FreeBSD i386 4.11 release. Now i want to install FreeBSD i386 6.1 release. But it can not install from CD Rom. I have set the BIOS to run from CD-ROM first .It seems not running the CD at all. The CD-Rom is Sony CD-Rom CDU5211 USB Device. I don't need

questions about FreeBSD

2009-08-31 Thread Julian R A Manning
Dear Sir/Madam I have some questions about FreeBSD. The questions I had in mind are: . What type of OS is it? Is it single/multi user, multitasking, what family does it belong to? . General features (at least three)? Firewall, GUI, Networking and so on. . Minimum

Re: questions about FreeBSD

2009-08-31 Thread Prokofyev Vladislav
2009/8/31 Julian R A Manning julian.r.a.mann...@gmail.com Dear Sir/Madam I have some questions about FreeBSD. The questions I had in mind are: . What type of OS is it? Is it single/multi user, multitasking, what family does it belong to? . General features (at least

Re: OpenMP

2009-08-31 Thread Andrea Venturoli
Daniel Underwood ha scritto: Did you add the -fopenmp flag to both the compiler and the linker? Both need it. Thanks, this solves any compiling/linking problem. Now my compiling session looks like this: g++42 -c -pipe -Wall -Wextra -Wpointer-arith -Wwrite-strings -Wconversion -Wsign-compare

Re: Enquiry

2009-08-31 Thread Mikel King
Try setting boot from USB and removable media in the bios. Cheers, m! On Aug 31, 2009, at 3:38, Kin Tat Yau yau_kin...@yahoo.com.hk wrote: Dear Sir/Madam My server is running with FreeBSD i386 4.11 release. Now i want to install FreeBSD i386 6.1 release. But it can not install from CD

32 bit ports on an AMD64 system

2009-08-31 Thread Jim
I want to compile some 32 bit ports on an AMD64 system. I know the GCC has to receive the -m32 flag to compile the ports as 32 bit, but I also want to change the install directory with 32 bit ports, I was wondering which would be the most appropriate root given unix themes and standard FreeBSD

[SOLVED] Re: OpenMP

2009-08-31 Thread Andrea Venturoli
Daniel Underwood ha scritto: However, the program crashes with a Bad system call as soon as it calls std::getline. Can we see the code? No, sorry (not my code, not my decision). However, I solved this issue: as I said, I linked with g++42 -o test.exe test.o lib.a -L/usr/local/lib -lstdc++

Removing extra locales

2009-08-31 Thread Andrey Shuvikov
Hello, I was installing some software from ports on FreeBSD-7.2 machine and noticed that a lot of locales (languages) are being installed. But I definitely don't need all of them. Is there a generic way to tell the ports that I need only certain locales? Does it make sense to do so or it's better

Re: questions about FreeBSD

2009-08-31 Thread Jerry McAllister
On Mon, Aug 31, 2009 at 09:12:39PM +1200, Julian R A Manning wrote: Dear Sir/Madam I have some questions about FreeBSD. The questions I had in mind are: . What type of OS is it? Is it single/multi user, multitasking, what family does it belong to? It is a BSD UNIX operating

Re: 32 bit ports on an AMD64 system

2009-08-31 Thread b. f.
I want to compile some 32 bit ports on an AMD64 system. I know the GCC has to receive the -m32 flag to compile the ports as 32 bit, but I also want to change the install directory with 32 bit ports, I was wondering which would be the most appropriate root given unix themes and standard FreeBSD

measuring mysql usage

2009-08-31 Thread John Almberg
Anyone know of a tool that can measure mysql usage per mysql user? My database is getting hammered by something, but I'm having a hard time figuring out what. It seems to come and go. Perhaps I have one or two websites that are just getting a lot of traffic, and maybe they just need their

Re: measuring mysql usage

2009-08-31 Thread APseudoUtopia
On Mon, Aug 31, 2009 at 12:20 PM, John Almbergjalmb...@identry.com wrote: Anyone know of a tool that can measure mysql usage per mysql user? My database is getting hammered by something, but I'm having a hard time figuring out what. It seems to come and go. Perhaps I have one or two websites

Re: measuring mysql usage

2009-08-31 Thread Peter Boosten
John Almberg wrote: Anyone know of a tool that can measure mysql usage per mysql user? My database is getting hammered by something, but I'm having a hard time figuring out what. It seems to come and go. Perhaps I have one or two websites that are just getting a lot of traffic, and maybe

Re: 32 bit ports on an AMD64 system

2009-08-31 Thread Roland Smith
On Mon, Aug 31, 2009 at 09:28:44AM -0400, Jim wrote: I want to compile some 32 bit ports on an AMD64 system. I know the GCC has to receive the -m32 flag to compile the ports as 32 bit, but I also want to change the install directory with 32 bit ports, I was wondering which would be the most

Re: Enquiry

2009-08-31 Thread Roland Smith
On Mon, Aug 31, 2009 at 12:38:19AM -0700, Kin Tat Yau wrote: Dear Sir/Madam My server is running with FreeBSD i386 4.11 release. Now i want to install FreeBSD i386 6.1 release. First of all, do not use 6.1. It is not supported anymore. The current production release is 7.2, with 8.0 not far

Re: 32 bit ports on an AMD64 system

2009-08-31 Thread Lowell Gilbert
Roland Smith rsm...@xs4all.nl writes: On Mon, Aug 31, 2009 at 09:28:44AM -0400, Jim wrote: I want to compile some 32 bit ports on an AMD64 system. I know the GCC has to receive the -m32 flag to compile the ports as 32 bit, but I also want to change the install directory with 32 bit ports, I

Re: ZFS and DMA read error

2009-08-31 Thread Tim Judd
On 8/31/09, Mark Stapper st...@mapper.nl wrote: Good day to you, I'm having a bit of trouble with one of the disks in my zfs raidz1 pool. It's giving me dma read error, and zpool is reporting READ failures. However, data integrity is OK :-) Unfortunately I was in the middle of rearranging my

Re: measuring mysql usage

2009-08-31 Thread John Almberg
Check out mTop. http://mtop.sourceforge.net/ Okay, got this running from ports. Cool tool, but after reading the man page and fooling around with it for a bit, I don't see how you can monitor usage by user with it. Am I missing something? -- John ___

mutt screen output...

2009-08-31 Thread Gary Kline
In recents months many if not all of my text messages displayed thru mutt include things like \240 and other octal chars. anybody know why and how to fix this? gary ps: be great in kmail or evo had a reply option that used vi/vim! -- Gary Kline

Re: 32 bit ports on an AMD64 system

2009-08-31 Thread b. f.
/usr/local/[same-as-before]-32 (i.e. [...]/bin32, [...]/lib32, [...]/libexec32, etc) The one above sounds most logical. The base system puts 32 bit libraries in /usr/lib32. It's too much trouble to append a 32 to every subdirectory of /usr/local/ -- I'd still recommend something like

Re: questions about FreeBSD

2009-08-31 Thread Polytropon
On Mon, 31 Aug 2009 21:12:39 +1200, Julian R A Manning julian.r.a.mann...@gmail.com wrote: Dear Sir/Madam You are talking to a mailing list. Dear list would be a good line to start. :-) I have some questions about FreeBSD. The questions I had in mind are: . What type of OS is

Re: mutt screen output...

2009-08-31 Thread Roland Smith
On Mon, Aug 31, 2009 at 10:21:43AM -0700, Gary Kline wrote: In recents months many if not all of my text messages displayed thru mutt include things like \240 and other octal chars. anybody know why and how to fix this? What terminal emulator are you using, and what are

Re: mutt screen output...

2009-08-31 Thread Gary Kline
On Mon, Aug 31, 2009 at 08:09:49PM +0200, Roland Smith wrote: On Mon, Aug 31, 2009 at 10:21:43AM -0700, Gary Kline wrote: In recents months many if not all of my text messages displayed thru mutt include things like \240 and other octal chars. anybody know why and how to

Is ALSA support working in 72?

2009-08-31 Thread Yuri
I tried new skype-2.1.0.47 on FreBSD-72. (I have linux-alsa-lib-1.0.10.3_2 installed.) Skype starts but gives the errors below when I try to make a voice call. Previous versions of Skype came in OSS flavor but now it seems to be dropped and it's only available for ALSA. Why would ALSA

Re: questions about FreeBSD

2009-08-31 Thread James Phillips
Message: 20 Date: Mon, 31 Aug 2009 21:12:39 +1200 From: Julian R A Manning julian.r.a.mann...@gmail.com Subject: questions about FreeBSD To: freebsd-questions@FreeBSD.org Message-ID:     !!aaayaoslqhhrs5xjqsorentxda7cgaaaektsyylaghfbhcoibfzk6jgba...@gmail.com  

Re: CD writing fails on P6T motherboard with Pioneer cdwriter

2009-08-31 Thread Yuri
Joerg Schilling wrote: OK, if this is a timeout, then you would need to find why this timeout happens. There are two probabilities: 1) A cabling problem 2) This is PATA and you have a hard disk at the same cable. In case of 1), check or replace the cables, make sure that the OS is

Re: mutt screen output...

2009-08-31 Thread Roland Smith
On Mon, Aug 31, 2009 at 12:52:00PM -0700, Gary Kline wrote: On Mon, Aug 31, 2009 at 08:09:49PM +0200, Roland Smith wrote: On Mon, Aug 31, 2009 at 10:21:43AM -0700, Gary Kline wrote: In recents months many if not all of my text messages displayed thru mutt include things like \240

Re: questions about FreeBSD

2009-08-31 Thread Byung-Hee HWANG
At Mon, 31 Aug 2009 21:12:39 +1200, Julian R A Manning wrote: [...] . General features (at least three)? Firewall, GUI, Networking and so on. Hmm.. special is nothing. Personally i do web-browsing with Firefox, and i read/write emails with Emacs, and i do listening to music with

Re: mutt screen output...

2009-08-31 Thread Gary Kline
On Mon, Aug 31, 2009 at 11:48:20PM +0200, Roland Smith wrote: On Mon, Aug 31, 2009 at 12:52:00PM -0700, Gary Kline wrote: On Mon, Aug 31, 2009 at 08:09:49PM +0200, Roland Smith wrote: On Mon, Aug 31, 2009 at 10:21:43AM -0700, Gary Kline wrote: In recents months many if not

geli disk marked as dirty on normal shutdown/reboot

2009-08-31 Thread Vinny
Hi List, # uname -a FreeBSD the.palaceofretention.ca 7.1-RELEASE-p6 FreeBSD 7.1-RELEASE-p6 #0: Tue Jun 9 16:26:47 UTC 2009 r...@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 I have a geli backed ufs file system: ===fstab=== # ad14.eli esata /dev/ufs/E1TB /edisks/esata0

Re: geli disk marked as dirty on normal shutdown/reboot

2009-08-31 Thread Adam Vande More
On Mon, Aug 31, 2009 at 8:05 PM, Vinny vinny-mail-01+f.questions20090...@palaceofretention.cavinny-mail-01%2bf.questions20090...@palaceofretention.ca wrote: Hi List, # uname -a FreeBSD the.palaceofretention.ca 7.1-RELEASE-p6 FreeBSD 7.1-RELEASE-p6 #0: Tue Jun 9 16:26:47 UTC 2009

Re: geli disk marked as dirty on normal shutdown/reboot

2009-08-31 Thread Polytropon
On Mon, 31 Aug 2009 21:22:14 -0500, Adam Vande More amvandem...@gmail.com wrote: Usually I just umount before close. I don't get the need to fsck then. You could add the umount command to /etc/rc.shutdown.local so the system would automatically umount the partition, even if you reboot. --

Re: geli disk marked as dirty on normal shutdown/reboot

2009-08-31 Thread Vinny
Polytropon wrote: On Mon, 31 Aug 2009 21:22:14 -0500, Adam Vande More amvandem...@gmail.com wrote: Usually I just umount before close. I don't get the need to fsck then. Does this mean you observe the same behaviour? I.e. a geli-backed file system mounted and listed in the fstab is not