error: field 'aio_sigevent' has incomplete type

2009-01-22 Thread Janos Dohanics
I am trying to build a new kernel for an amd64 machine but the build fails: objcopy --only-keep-debug ahd.ko.debug ahd.ko.symbols objcopy --strip-debug --add-gnu-debuglink=ahd.ko.symbols ahd.ko.debug ahd.ko === aio (all) cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall

Subversion install problem on FreeBSD

2009-01-22 Thread Guillaume BABIK
Hi, I am new on Subversion installation. I tried to install Subversion 1.5.5 on a FreeBSD 6.2. I use Port’s system. The installation seems to be ok, but I can’t access to my Subversion with svn+ssh protocol. Although I can access to my FreeBSD with ssh (via Putty) When I type

Re: Portupgrade thru SSH session

2009-01-22 Thread Jos Chrispijn
[Josh Carroll] For future runs, you might consider using something like screen (/usr/ports/sysutils/screen) so you can resume the session later, should you get disconnected. I will, thanks for sharing. Jos ___ freebsd-questions@freebsd.org mailing

[SOLVED] Re: Strange nvidia GeForce 9800GT--harddrive conflict?

2009-01-22 Thread Jakub T
2009/1/20 Jakub T jakub.t...@gmail.com Hi, I'm trying to start X on FreeBSD-7.1-RELEASE (i386) with up-to-date ports tree with this graphics card: nvidia0: GeForce 9800 GT on vgapci0 vgapci0: child nvidia0 requested pci_enable_busmaster vgapci0: child nvidia0 requested pci_enable_io

Re: ASL 2.0 based software contribution to FreeBSD code base

2009-01-22 Thread Saifi Khan
On Wed, Jan 21, 2009 at 10:16 AM, Vincent Hoffman vi...@unsane.co.uk wrote: Saifi Khan wrote: Hi: Is Apache Software License (ASL) 2.0 based software contributions accepted in FreeBSD code base ? Specific case to consider would be: a. device driver code released under ASL 2.0 b. code

Re: ASL 2.0 based software contribution to FreeBSD code base

2009-01-22 Thread Vincent Hoffman
Saifi Khan wrote: On Wed, Jan 21, 2009 at 10:16 AM, Vincent Hoffman vi...@unsane.co.uk wrote: Saifi Khan wrote: Hi: Is Apache Software License (ASL) 2.0 based software contributions accepted in FreeBSD code base ? Specific case to consider would be: a. device driver code

need Tutorial IN Pdf or Doc.

2009-01-22 Thread Mbung Linux
hello i'm from indonesia.i really want to try freebsd,but my office have a proxy... it very sucks..i can't download u'r documentation at ftp://ftp.FreeBSD.org/pub/FreeBSD/doc/ so please send tutorial in pdf or doc that i can learn more about it Thank's a lot. Danang = -- Powered by

FreeBSD7+KDE3, Ctrl-Alt-F9 : no signal

2009-01-22 Thread Pieter Donche
Hi, FreeBSD7-amd + X + KDE3 installed. When connecting from a WindowsXP PC via an X-windows emulator, everything is OK (1280x1024 screen) On a console monitor (capable of 1280x1024) plugged in directly in VGA connector of the machine (and a mouse and keyboard also), Ctrl-Alt-F1 gives Command

RE: need Tutorial IN Pdf or Doc.

2009-01-22 Thread Johann Kois
Hi, try using one of the http mirrors instead if you are not allowed to access ftp sites. You can find a list here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors-ftp.html. Look for one which has the comment (http) after its name. For example

load average + with no visible load ?

2009-01-22 Thread Laszlo Nagy
#uptime 9:06AM up 6:14, 12 users, load averages: 25.39, 13.19, 9.55 I would think that CPU is under 100% when load=15.58 . But it is not: #top -S last pid: 17095; load averages: 13.26, 11.20, 8.57 up

Re: change root pasword

2009-01-22 Thread Jerry McAllister
On Thu, Jan 22, 2009 at 09:33:26AM +0200, Ivailo Tanusheff wrote: Hi, If you have a physical access to the server - reboot in single user mode and change the password. Other option is to login on the console with user toor and no password and change it then. If you have made user

Code to enlarge/shrink browser's embedded quicktime player

2009-01-22 Thread David Karapetyan
I was wondering if it was possible to generate code that would allow my clients to shrink or enlarge their quicktime players when playing lecture videos from my server. I know one can embed players into html code; however, wheat I specifically want is for someone to be able to click on a

Re: old cruft after source upgrading --- clean install?

2009-01-22 Thread Lowell Gilbert
Novembre novem...@gmail.com writes: I have a system which was updated from 6.3-RELEASE to 7.0-RELEASE some eight months ago via a source upgrade. After that, I rebuilt all the packages on the system as well. Now, I would like to update it again to 7.1-RELEASE, and I'm wondering whether I

Is aio or vm broken for FreeBSD 7-STABLE ?

2009-01-22 Thread Abdullah Ibn Hamad Al-Marri
Hello, This is fresh csup and buildworld after make cleandir and make cleanworld, then I built world. GENERIC KERNEL conf. === aio (all) cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include

Re: error: field 'aio_sigevent' has incomplete type

2009-01-22 Thread Mel
On Wednesday 21 January 2009 22:48:45 Janos Dohanics wrote: cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/FRACASSO2009012201/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param

Re: error: field 'aio_sigevent' has incomplete type

2009-01-22 Thread Abdullah Ibn Hamad Al-Marri
- Original Message From: Mel fbsd.questi...@rachie.is-a-geek.net To: freebsd-questions@freebsd.org Cc: Janos Dohanics w...@3dresearch.com Sent: Thursday, January 22, 2009 9:24:14 PM Subject: Re: error: field 'aio_sigevent' has incomplete type On Wednesday 21 January 2009 22:48:45

Re: Sysinstall partition oddities (6.3/i386 - 7.x/amd64)

2009-01-22 Thread Steve Polyack
Steve Polyack wrote: I've seen some oddities with the partition and bsdlabel editors in the sysinstall program on the 7.0 and 7.1 releases. The partition editor seems to be reading or parsing the partition table incorrectly. I had a 6.3-RELEASE system with the following layout:

Re: load average + with no visible load ?

2009-01-22 Thread Chuck Swiger
On Jan 22, 2009, at 6:01 AM, Laszlo Nagy wrote: #uptime 9:06AM up 6:14, 12 users, load averages: 25.39, 13.19, 9.55 I would think that CPU is under 100% when load=15.58 . But it is not: See: http://en.wikipedia.org/wiki/Load_average A high load average should have your CPUs running near

Re: Help! locate.code /tmp: filesystem full

2009-01-22 Thread Mel
On Thursday 15 January 2009 13:37:06 Polytropon wrote: On Thu, 15 Jan 2009 21:37:24 +0100, Andy Wodfer wod...@gmail.com wrote: Added context: Here's the output of fsck (this was a new command to me): # fsck ** /dev/ar0s1a (NO WRITE) Should I run fsck -y? Is it safe to do so? At

Backup program on FreeBSD for DLT drive

2009-01-22 Thread bsd
Hello, I am using a FreeBSD server 7.0 as a Samba server and wanted to backup this server using Quantum DLT tape. I would need a simple tool that could be configured rapidl at that's stable enough to provide high security for the data. Ideally any good pointer to a howto would be a must!

Re: looking for a fail over system

2009-01-22 Thread Roger Olofsson
Buck Jones skrev: MY web server just died and It's taking some time to get back up . I want to find a fail over device so when one computer dies another automatically takes over. of course letting me know this happened would be a good thing too.

Re: error: field 'aio_sigevent' has incomplete type

2009-01-22 Thread Mel
On Thursday 22 January 2009 09:32:45 Abdullah Ibn Hamad Al-Marri wrote: - Original Message From: Mel fbsd.questi...@rachie.is-a-geek.net To: freebsd-questions@freebsd.org Cc: Janos Dohanics w...@3dresearch.com Sent: Thursday, January 22, 2009 9:24:14 PM Subject: Re: error:

OpenOffice 3.0, which java must I use?

2009-01-22 Thread Sebastian Setzer
Hi, On 64-bit FreeBSD 7, I installed these two packages: OOo_3.0.0_FreeBSD71X86-64_install_de.tbz diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2 When I run OOo, it prints javaldx: Could not find a Java Runtime Environment! Is diablo the wrong java 1.5 JDK? I didn't expect to need java - I

Re: questions named.conf

2009-01-22 Thread bsd
Well, I use this: logging { channel syslog_errors { syslog daemon; severity info; }; channel file_log { file /var/log/dns.log versions 3 size 10m; severity dynamic; print-category no; print-severity yes;

Gérez et fidélisez vos clients

2009-01-22 Thread Ciel par Webcarnews
Si vous desirez visualiser ce mail au format html, recopiez l'adresse suivante dans votre navigateur: http://www.vmail-gamma.com/view.html?id=14017ref=h4b68f65790 ___ freebsd-questions@freebsd.org mailing list

Re: Backup program on FreeBSD for DLT drive

2009-01-22 Thread bsd
Well I have installed It but I find It quite confusing to configure… so I have just stopped; The problem is that I don't have a lot of time to really get into it… Did you use any good pointer or just take time to learn It the standard way… ?? I found It quite hard to configure to tell the

Re: Backup program on FreeBSD for DLT drive

2009-01-22 Thread Chuck Swiger
On Jan 22, 2009, at 11:30 AM, bsd wrote: I am using a FreeBSD server 7.0 as a Samba server and wanted to backup this server using Quantum DLT tape. I would need a simple tool that could be configured rapidl at that's stable enough to provide high security for the data. Ideally any good

Re: Backup program on FreeBSD for DLT drive

2009-01-22 Thread Roland Smith
On Thu, Jan 22, 2009 at 08:30:56PM +0100, bsd wrote: I am using a FreeBSD server 7.0 as a Samba server and wanted to backup this server using Quantum DLT tape. I would need a simple tool that could be configured rapidl at that's stable enough to provide high security for the data.

technical drawing program

2009-01-22 Thread prad
any recommendations? i've tried dia and inkscape. the former seems to be good for flowcharts and general diagrams while the latter is great for all sorts of things, but i'd like to be able to do accurate geometric diagrams and was wondering if something more appropriate is available. -- In

shell scripting, how to auto-timeout?

2009-01-22 Thread Nerius Landys
This is a shell scripting question, it is not specific to FreeBSD. I am writing a script that I want to terminate after 1 second (because it has the potential to infinite loop). The script I have so far is: #!/bin/sh cd `dirname $0` CLASSPATH=mapgen.jar export CLASSPATH /usr/local/bin/java

Re: shell scripting, how to auto-timeout?

2009-01-22 Thread Sebastian Mellmann
The java process has the potential to run forever, and I want it to run for at most 1 second then get killed. I could write a parent script that somehow gets the PID of the child script, but the problem is that the java program writes to standard out, the result of the program is written to

dumb how to clear scroll-back buffer in console/xterm?

2009-01-22 Thread Steve Franks
Occasionally, one wants to do this. Unfortunately this is one of those topics with too many generic search terms that gives 2.99x10e8 hits. Clearly, I'm suffering from information overload both in my console sessions and my google searches ;) Steve

Re: technical drawing program

2009-01-22 Thread Dave Feustel
On Thu, Jan 22, 2009 at 12:37:34PM -0800, prad wrote: any recommendations? i've tried dia and inkscape. the former seems to be good for flowcharts and general diagrams while the latter is great for all sorts of things, but i'd like to be able to do accurate geometric diagrams and was

Re: technical drawing program

2009-01-22 Thread Michel Talon
On Thu, Jan 22, 2009 at 12:37:34PM -0800, prad wrote: any recommendations? i've tried dia and inkscape. the former seems to be good for flowcharts and general diagrams while the latter is great for all sorts of things, but i'd like to be able to do accurate geometric diagrams and was

Re: shell scripting, how to auto-timeout?

2009-01-22 Thread RW
On Thu, 22 Jan 2009 12:41:14 -0800 Nerius Landys nlan...@gmail.com wrote: /usr/local/bin/java PipeGenerator $* sleep 1 kill the java command if not already killed Also with the above code I would be waiting for 1 second even if the java process finished sooner. But that is a penalty I'm

Re: dumb how to clear scroll-back buffer in console/xterm?

2009-01-22 Thread Frank Shute
On Thu, Jan 22, 2009 at 01:49:13PM -0700, Steve Franks wrote: Occasionally, one wants to do this. Unfortunately this is one of those topics with too many generic search terms that gives 2.99x10e8 hits. Clearly, I'm suffering from information overload both in my console sessions and my

Re: technical drawing program

2009-01-22 Thread Roland Smith
On Thu, Jan 22, 2009 at 12:37:34PM -0800, prad wrote: any recommendations? i've tried dia and inkscape. the former seems to be good for flowcharts and general diagrams while the latter is great for all sorts of things, but i'd like to be able to do accurate geometric diagrams and was

Dell 2900 invalid partition table

2009-01-22 Thread Len Conrad
freebsd 7.1 Dell 2900, perc 6/i controller with 4 SATA disks in RAID1. We get all the through the disc1 install, reboot, arrive up to Press ctrl-E for remote access setup within 5 secs then die with Invalid partition table We had RAID5, same problem, switch to RAID1. suggestions?

Re: dumb how to clear scroll-back buffer in console/xterm?

2009-01-22 Thread Steve Franks
Ctl-L does it for me in xterm. Might work in the console too. Just clears the screen, not the scrollback buffer for me. Must be some secret setting somewhere... Steve ___ freebsd-questions@freebsd.org mailing list

Re: shell scripting, how to auto-timeout?

2009-01-22 Thread Maxim Khitrov
On Thu, Jan 22, 2009 at 3:41 PM, Nerius Landys nlan...@gmail.com wrote: This is a shell scripting question, it is not specific to FreeBSD. I am writing a script that I want to terminate after 1 second (because it has the potential to infinite loop). The script I have so far is: #!/bin/sh

Re: dumb how to clear scroll-back buffer in console/xterm?

2009-01-22 Thread Frank Shute
On Thu, Jan 22, 2009 at 02:50:09PM -0700, Steve Franks wrote: Ctl-L does it for me in xterm. Might work in the console too. Just clears the screen, not the scrollback buffer for me. Must be some secret setting somewhere... Sorry Steve, I forgot to mention that I've got:

Re: Dell 2900 invalid partition table

2009-01-22 Thread Jerry McAllister
On Thu, Jan 22, 2009 at 10:35:45PM +0100, Len Conrad wrote: freebsd 7.1 Dell 2900, perc 6/i controller with 4 SATA disks in RAID1. We get all the through the disc1 install, reboot, arrive up to Press ctrl-E for remote access setup within 5 secs then die with Invalid

Re: dumb how to clear scroll-back buffer in console/xterm?

2009-01-22 Thread Frank Shute
On Thu, Jan 22, 2009 at 01:49:13PM -0700, Steve Franks wrote: Occasionally, one wants to do this. Unfortunately this is one of those topics with too many generic search terms that gives 2.99x10e8 hits. Clearly, I'm suffering from information overload both in my console sessions and my

Re: shell scripting, how to auto-timeout?

2009-01-22 Thread Nerius Landys
#!/bin/sh java() { echo 'start' sleep 5 echo 'stop' } sleep 1 kill $$ java kill $! { echo 'start' sleep 5 echo 'stop' } sleep 1 kill $$ java kill $! That is very genious. However, I had to add an exec to the parent script. Here

Re: shell scripting, how to auto-timeout?

2009-01-22 Thread Nerius Landys
Actually, because of the exec in the parent script, the line below it, the killing terminator process line, never gets reached. So the terminator process that waits to kill its parent always waits the full 5 seconds in the background. If I pipe the output of the parent script through less, it

Re: Dell 2900 invalid partition table

2009-01-22 Thread Len Conrad
freebsd 7.1 Dell 2900, perc 6/i controller with 4 SATA disks in RAID1. We get all the through the disc1 install, reboot, arrive up to Press ctrl-E for remote access setup within 5 secs then die with Invalid partition table We had RAID5, same problem, switch to RAID1.

Re: old cruft after source upgrading --- clean install?

2009-01-22 Thread Novembre
On Wed, Jan 21, 2009 at 9:20 PM, Robert Huff roberth...@rcn.com wrote: Novembre writes: I have a system which was updated from 6.3-RELEASE to 7.0-RELEASE some eight months ago via a source upgrade. After that, I rebuilt all the packages on the system as well. Now, I would like to

Re: Do I need to run netif stop/start if IP is changed?

2009-01-22 Thread Mel
On Wednesday 21 January 2009 08:20:07 Peter Steele wrote: The user later runs a tool and specifies the IP address to use for a given system. This tool modifies ifconfig and default router lines, e.g. ifconfig_lagg0=laggproto failover laggport nfe0 laggport nfe1 192.168.17.49 netmask

Re: old cruft after source upgrading --- clean install?

2009-01-22 Thread Novembre
On Thu, Jan 22, 2009 at 10:31 AM, Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: Novembre novem...@gmail.com writes: I have a system which was updated from 6.3-RELEASE to 7.0-RELEASE some eight months ago via a source upgrade. After that, I rebuilt all the packages on the

Dumb ipnat question

2009-01-22 Thread Michael VanLoon
I have built a simple 7.1 system in a VM. I built a custom kernel that is basically GENERIC minus some hardware stuff I don't need, plus a few things that look cool. When I attempt to run the ipnat command, I get the error: /dev/ipnat: open: No such file or directory Sure enough, there are

Re: old cruft after source upgrading --- clean install?

2009-01-22 Thread Mel
On Thursday 22 January 2009 14:41:30 Novembre wrote: Also, what are all these unreferenced libraries (according to libchk) doing on my machine (see the previous post)? Unreferenced can mean no program or other library uses this library, but can also mean libchk was unable to find a program

Re: shell scripting, how to auto-timeout?

2009-01-22 Thread Maxim Khitrov
On Thu, Jan 22, 2009 at 5:58 PM, Nerius Landys nlan...@gmail.com wrote: Actually, because of the exec in the parent script, the line below it, the killing terminator process line, never gets reached. So the terminator process that waits to kill its parent always waits the full 5 seconds in

Issues with PF and 7.1

2009-01-22 Thread Michael K. Smith - Adhost
** Apologies to folks already subscribed to p...@freebsd.org. This was posted there as well but I'm not getting any responses at all so I thought it best to post it here as well. ** We are having memory issues with PF and 7.1p2 that we didn't experience with 6.3. Here's what happens. #

Re: Filesystem tunning

2009-01-22 Thread Mel
On Wednesday 21 January 2009 08:14:49 Clifton Royston wrote: On Wed, Jan 21, 2009 at 12:01:04PM +0100, Matias Surdi wrote: Hi, Is there any way to avoid the system going to single user mode when a secondary storage device cannot be mounted?. I mean, if all system filesystems are OK,

Keeping FreeBSD updated (the binary way)

2009-01-22 Thread Svein Halvor Halvorsen
Hi, list! I have just acquired a new computer to replace an old server. This older server has been running FreeBSD 5.3 since 2004 and most of its packages are way out of date. I've been scared of changing something in fear of rendering the machine unbootable, or some core applications

Portmanager gives me an error message

2009-01-22 Thread Eduardo Cerejo
I'm trying to upgrade any port with portmanager because portupgrade keeps failing all the time. No matter what port I try to upgrade I get this error: sudo portmanager x11/xterm -l -u Password: MGrStrlen error: NULL marker not found in string Assertion failed: (0), function MGrStrlen, file

Re: FreeBSD Transition Questions.

2009-01-22 Thread Polytropon
On Wed, 21 Jan 2009 18:00:19 -0500, matt donovan kitchet...@gmail.com wrote: On Wed, Jan 21, 2009 at 1:37 PM, Kurt Buff kurt.b...@gmail.com wrote: On Wed, Jan 21, 2009 at 10:01 AM, Chad Perrin per...@apotheon.com wrote: On Tue, Jan 13, 2009 at 11:50:55AM -0800, Kurt Buff wrote: And,

how to create a DVD backup filesystem?

2009-01-22 Thread Gary Kline
Guys, I've got several directories off ~kline/ that I want to store permanently. Like all my development code in ~/devel, and all my music mp3's and ogg's in ~/Music, and all my online and mp3 books from libribox.org in ~/readings. There are PDF files and

Re: Keeping FreeBSD updated (the binary way)

2009-01-22 Thread RW
On Fri, 23 Jan 2009 01:58:13 +0100 Svein Halvor Halvorsen svei...@lvor.halvorsen.cc wrote: Is it possible to pkg_add -r packages from -STABLE on the latest -RELEASE? That is, will the following work, or slowly render my system to an incoherent state: 1) Regularly run freebsd-update 2)

Re: Code to enlarge/shrink browser's embedded quicktime player

2009-01-22 Thread Polytropon
On Thu, 22 Jan 2009 11:14:15 -0500, David Karapetyan david.karapet...@gmail.com wrote: I was wondering if it was possible to generate code that would allow my clients to shrink or enlarge their quicktime players when playing lecture videos from my server. I know one can embed players into

Re: Help! locate.code /tmp: filesystem full

2009-01-22 Thread Polytropon
On Thu, 22 Jan 2009 10:24:39 -0900, Mel fbsd.questi...@rachie.is-a-geek.net wrote: In short: reboot in single user mode, then run fsck -y at the prompt. Never ever run fsck -y on a live filesystem. A very good hint. Didn't I mention it? No? Bad idea. Background concept: The fsck utility

Re: technical drawing program

2009-01-22 Thread Polytropon
On Thu, 22 Jan 2009 12:37:34 -0800, prad p...@towardsfreedom.com wrote: any recommendations? i've tried dia and inkscape. the former seems to be good for flowcharts and general diagrams while the latter is great for all sorts of things, but i'd like to be able to do accurate geometric diagrams

Re: dumb how to clear scroll-back buffer in console/xterm?

2009-01-22 Thread Polytropon
On Thu, 22 Jan 2009 21:28:12 +, Frank Shute fr...@shute.org.uk wrote: On Thu, Jan 22, 2009 at 01:49:13PM -0700, Steve Franks wrote: Occasionally, one wants to do this. Unfortunately this is one of those topics with too many generic search terms that gives 2.99x10e8 hits. Clearly,

Re: how to create a DVD backup filesystem?

2009-01-22 Thread cpghost
On Thu, Jan 22, 2009 at 05:10:46PM -0800, Gary Kline wrote: Guys, I've got several directories off ~kline/ that I want to store permanently. Like all my development code in ~/devel, and all my music mp3's and ogg's in ~/Music, and all my online and mp3 books from

Re: how to create a DVD backup filesystem?

2009-01-22 Thread Polytropon
On Thu, 22 Jan 2009 17:10:46 -0800, Gary Kline kl...@thought.org wrote: Guys, I've got several directories off ~kline/ that I want to store permanently. Like all my development code in ~/devel, and all my music mp3's and ogg's in ~/Music, and all my online and mp3

How to re-start freebsd-update?

2009-01-22 Thread Ian
Hi, I've started upgrading a machine from 7.0 to 7.1 using freebsd-update. It's the first time I've upgraded to a new os version with it (always used cvsup/ make world mergemaster before). All was going well until it came to merging the new old conf files. I wasn't quite sure what to do when

Re: Backup program on FreeBSD for DLT drive

2009-01-22 Thread Geoff Fritz
On Thu, Jan 22, 2009 at 08:30:56PM +0100, bsd wrote: Hello, I am using a FreeBSD server 7.0 as a Samba server and wanted to backup this server using Quantum DLT tape. I would need a simple tool that could be configured rapidl at that's stable enough to provide high security for the

flashplugin7 doesn't play video

2009-01-22 Thread Old Zhang
I just updated linux-flashplugin7, xorg, and firefox (version 2) up to date. However, the flashplugin7 can't play video, I see only a black box on YouTube. Please help. Zhang ___ freebsd-questions@freebsd.org mailing list

Re: Flashplugin7 doesn't play video

2009-01-22 Thread Jimmie James
I just updated linux-flashplugin7, xorg, and firefox (version 2) up to date. However, the flashplugin7 can't play video, I see only a black box on YouTube. Following this, http://crnl.org/blog/2008/11/01/flash-9-for-freebsd-71 I have linux-flash9 working with native firefox3. *NOTE*

Re: how to create a DVD backup filesystem?

2009-01-22 Thread Tim Judd
Gary Kline wrote: Guys, I've got several directories off ~kline/ that I want to store permanently. Like all my development code in ~/devel, and all my music mp3's and ogg's in ~/Music, and all my online and mp3 books from libribox.org in ~/readings. There are

Re: Keeping FreeBSD updated (the binary way)

2009-01-22 Thread Tim Judd
Svein Halvor Halvorsen wrote: Hi, list! I have just acquired a new computer to replace an old server. This older server has been running FreeBSD 5.3 since 2004 and most of its packages are way out of date. I've been scared of changing something in fear of rendering the machine unbootable,

Re: Flashplugin7 doesn't play video

2009-01-22 Thread Jimmie James
I just updated linux-flashplugin7, xorg, and firefox (version 2) up to date. However, the flashplugin7 can't play video, I see only a black box on YouTube. Following this, http://crnl.org/blog/2008/11/01/flash-9-for-freebsd-71 I have linux-flash9 working with native firefox3. Hope this

Re: freebsd-questions Digest, Vol 246, Issue 44

2009-01-22 Thread Peter Boosten
[SNIP very big digest] can someone *please* FIX the aebc support autoreplys?! surely there is a list owner who can unsubscribe that address? having the entire digest repeated by the autoreply in every following digest is a royal pain. Not quoting properly also is... Peter --

Re: how to create a DVD backup filesystem?

2009-01-22 Thread Gary Kline
On Fri, Jan 23, 2009 at 02:40:01AM +0100, cpghost wrote: On Thu, Jan 22, 2009 at 05:10:46PM -0800, Gary Kline wrote: Guys, I've got several directories off ~kline/ that I want to store permanently. Like all my development code in ~/devel, and all my music mp3's and ogg's in

Re: Backup program on FreeBSD for DLT drive

2009-01-22 Thread bsd
Yes, This is probably the one I'll go for… There is a good hack described in the O'Reilly BSD hacks to setup Bacula… I'll consider this article as a starting point… Thank you very much folks. Le 23 janv. 09 à 04:21, Geoff Fritz a écrit : On Thu, Jan 22, 2009 at 08:30:56PM +0100, bsd

jdk16

2009-01-22 Thread Brian McQueen
I can't seem to find the files listed in the jdk16 port. What are folks doing to get java going? The urls listed in the port are not right, so the manual download step does not work. ___ freebsd-questions@freebsd.org mailing list

Re: jdk16

2009-01-22 Thread Peter Boosten
Brian McQueen wrote: I can't seem to find the files listed in the jdk16 port. What are folks doing to get java going? The urls listed in the port are not right, so the manual download step does not work. I use this one: ra% pkg_info -o diablo-jdk-1.6.0.07.02_3 Information for

Re: jdk16

2009-01-22 Thread Peter Boosten
Peter Boosten wrote: Brian McQueen wrote: I can't seem to find the files listed in the jdk16 port. What are folks doing to get java going? The urls listed in the port are not right, so the manual download step does not work. I use this one: ra% pkg_info -o diablo-jdk-1.6.0.07.02_3

Re: how to create a DVD backup filesystem?

2009-01-22 Thread Gary Kline
On Fri, Jan 23, 2009 at 02:48:11AM +0100, Polytropon wrote: On Thu, 22 Jan 2009 17:10:46 -0800, Gary Kline kl...@thought.org wrote: Guys, I've got several directories off ~kline/ that I want to store permanently. Like all my development code in ~/devel, and all my music mp3's

Re: how to create a DVD backup filesystem?

2009-01-22 Thread Gary Kline
On Thu, Jan 22, 2009 at 10:26:22PM -0700, Tim Judd wrote: Gary Kline wrote: Guys, I've got several directories off ~kline/ that I want to store permanently. Like all my development code in ~/devel, and all my music mp3's and ogg's in ~/Music, and all my online and mp3