gcc cross compiling for CRIS

2008-06-28 Thread Jim Pazarena
The options available for cross compiling a CRIS binary within gcc do not seem to work. Is it possible that the base gcc doesn't have cross-compiling built in? -- Jim Pazarena [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list

Re: Firefox 3

2008-06-28 Thread herbs
Yes, you invoke #firefox (the V2.x) or #firefox-devel (for the new one). Dont remember with the bookmarks and plugins though, you maybe have to import/reinstall these. Cheers herbs I took firefox-devel. Some days ago it was version 3.0a2. Works quite well if you really dont want to wait..

Re: gcc cross compiling for CRIS

2008-06-28 Thread Erik Trulsson
On Fri, Jun 27, 2008 at 11:05:18PM -0700, Jim Pazarena wrote: The options available for cross compiling a CRIS binary within gcc do not seem to work. I have no idea what a CRIS binary might be, but that probably does not matter. Is it possible that the base gcc doesn't have cross-compiling

AMD SB700 southbridge sata ahci supported?

2008-06-28 Thread Gobbledegeek
Hi I install freebsd 7 i386 twice, installed mbr, both times boot loader failed to load at 1st stage with cpu register values displayed on screen. Mobo - gigabyte GA-MA78GM-S2H, AMD 780G chipset with ATI Radeon3200 IGP, cpu amd BE-2350, 2GB transcend DR2800 ram, barracuda hdd with SATA in AHCI

first pre-emptive raid

2008-06-28 Thread prad
our dual pentium3 1GHz with 2G ram and 8 18G scsi drives (server holds 4) should be arriving in about 1 week. my son and i want to this up as proper server rather than as a desktopish installation being used as a server. it will serve primarily websites (static html) and email for virtual domains

Howto get k3b to detect my Burner

2008-06-28 Thread Warren Liddell
I have read verious manuals and the showinfo in k3b, but being relatively new to the freebsd world, im not quite sure what to do in order to get k3b to detect my burner. The burning device /dev/acd0 is a SATA burner Any help greatly appreciated. ___

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Warren Liddell
Followed a few things, but it seems ot not initalise my burner even though its detected..below is the read out when running from console. --- kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *paren t, const char *name,

Re: first pre-emptive raid

2008-06-28 Thread Matthew Seaman
prad wrote: 4.1 with 4 18G drives one thought is to do a raid1, but we really don't want 3 identical copies. is the only way to have 2 36G mirrors, by using raid0+1 or raid1+0? raid10 strongly preferred -- ie. you make a series of raid1 pairs and then stripe across them. This is high

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Manolis Kiagias
Warren Liddell wrote: Followed a few things, but it seems ot not initalise my burner even though its detected..below is the read out when running from console. --- kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *paren

[Fwd: Re: Problems with ieee80211 dependencies...]

2008-06-28 Thread Martes Wigglesworth
I had to wait for the rebuild process to error out again, however, here is the resulting segment of output. I included the parts that begin to indicates an error. kdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -DHAVE_KERNEL_OPTION_HEADERS -I. -I@ -I@/contrib/altq

Re: first pre-emptive raid

2008-06-28 Thread Pieter de Goeje
On Saturday 28 June 2008, prad wrote: 3. it seems that geom just does striping and mirroring, but vinum offers more configurability and is really the preferred choice? Geom also does raid 3 and disk concatenation (JBOD) (see the geom(8) manpage). I think geom is preferred because it is better

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Warren Liddell
On Saturday 28 June 2008 20:53:32 Manolis Kiagias wrote: Warren Liddell wrote: Followed a few things, but it seems ot not initalise my burner even though its detected..below is the read out when running from console. --- kdecore (KAction):

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Manolis Kiagias
Warren Liddell wrote: Cdrecord-Clone 2.01 (amd64-unknown-freebsd6.3) Copyright (C) 1995-2004 Jörg Schilling Using libscg version 'schily-0.8'. scsibus0: 0,0,0 0) 'LEXAR ' 'JUMPDRIVE SECURE' '3000' Removable Disk 0,1,0 1) * 0,2,0 2) * 0,3,0 3) *

bsdlabel has no effect

2008-06-28 Thread Anselm Strauss
Hi, originally I had the following labels on my ad0 disk (no partitions, directly labeled /dev/ad0): # /dev/ad0: 8 partitions: #size offsetfstype [fsize bsize bps/cpg] a: 1048576 04.2BSD 1024 8192 46248 c: 1048576 0unused0 0

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Warren Liddell
Ok, it should be working. If you have an iso file and an empty CD at hand try something like this: cdrecord -v -dao speed=24 driveropts=burnfree dev=3,0,0 mytest.iso and see if it actually records it. Cdrecord-Clone 2.01 (amd64-unknown-freebsd6.3) Copyright (C) 1995-2004 Jörg Schilling

Re: null bytes after ANSI sequences in color 'ls' output

2008-06-28 Thread Thomas Dickey
On Fri, Jun 27, 2008 at 07:45:52PM -0700, Mike Brown wrote: After I upgraded 6.2-STABLE (Feb 2007-ish) to 6.3-STABLE (last week), my colorized 'ls -G' output is now plagued with 8 null bytes following each ANSI sequence. I normally pipe my output to 'less -R' so ANSI sequences pass through

No serial console input in loader

2008-06-28 Thread Anselm Strauss
Hi, I have a small router that has no video output, it only supports a serial console. I configured the serial console in /boot/boot.config, / boot/loader.conf and /etc/ttys. It's working in the BIOS, on the boot prompt before the loader starts, and when logging in on the getty. The only

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Manolis Kiagias
Warren Liddell wrote: Ok, it should be working. If you have an iso file and an empty CD at hand try something like this: cdrecord -v -dao speed=24 driveropts=burnfree dev=3,0,0 mytest.iso and see if it actually records it. Cdrecord-Clone 2.01 (amd64-unknown-freebsd6.3) Copyright (C)

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Warren Liddell
Well, cdrecord writes CDs, not DVDs and it seems you have inserted a DVD. Do you have an empty CDR to try? I only got DVD ISO files ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Warren Liddell
cdrecord writes DVDs as well, you just need a more recent version. Try sysutils/cdrtools-devel instead of sysutils/cdrtools. Fabian Being that it went to burn anyway, im assuming the burner is aok an is a matter of simply finding why k3b dosent detect it OR allow me to add it as a device

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Fabian Keil
Manolis Kiagias [EMAIL PROTECTED] wrote: Warren Liddell wrote: Ok, it should be working. If you have an iso file and an empty CD at hand try something like this: cdrecord -v -dao speed=24 driveropts=burnfree dev=3,0,0 mytest.iso and see if it actually records it.

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Manolis Kiagias
Warren Liddell wrote: cdrecord writes DVDs as well, you just need a more recent version. Try sysutils/cdrtools-devel instead of sysutils/cdrtools. Fabian Being that it went to burn anyway, im assuming the burner is aok an is a matter of simply finding why k3b dosent detect it OR allow

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Warren Liddell
I was asking you to try k3b because internally it uses these commands to write. I don't currently have it installed (I am not really a KDE user, and I write most stuff from the command line anyway) but I think you probably have a permission problem of some kind. - Do you have the suid flag

Re: No serial console input in loader

2008-06-28 Thread Patrick Lamaizière
Le Sat, 28 Jun 2008 13:15:11 +0200, Anselm Strauss [EMAIL PROTECTED] a écrit : Hi, Hello, I have a small router that has no video output, it only supports a serial console. I configured the serial console in /boot/boot.config, / boot/loader.conf and /etc/ttys. It's working in the BIOS,

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Edwin L. Culp
Warren Liddell [EMAIL PROTECTED] escribió: I was asking you to try k3b because internally it uses these commands to write. I don't currently have it installed (I am not really a KDE user, and I write most stuff from the command line anyway) but I think you probably have a permission problem of

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Manolis Kiagias
Warren Liddell wrote: I was asking you to try k3b because internally it uses these commands to write. I don't currently have it installed (I am not really a KDE user, and I write most stuff from the command line anyway) but I think you probably have a permission problem of some kind. - Do you

Error in /usr/src/sbin/setkey

2008-06-28 Thread Unga
Hi all I made a separate make in /usr/src/sbin, I get a error in /usr/src/sbin/setkey as follows: === setkey (all) yacc -d /usr/src/sbin/setkey/parse.y cp y.tab.c parse.c cc -O2 -fno-strict-aliasing -pipe -I/usr/src/sbin/setkey -I/usr/src/sbin/setkey /../../lib/libipsec

Re: [Fwd: Re: Problems with ieee80211 dependencies...]

2008-06-28 Thread Paul B. Mahol
I dont have such problem with CURRENT; all ieee80211 stuff are build as modules for me, but my conf is different, firewalls and dummynet are build as modules. But I was able to reproduce problem with your config file. Probably conflict arise somewhere within your last 4 lines in conf file. On

Re: No serial console input in loader

2008-06-28 Thread Anselm Strauss
Coud you put here the related entries of /boot/loader.conf and /etc/ tty ? /boot/loader.conf: console=comconsole comconsole_speed=38400 /boot/boot.config: -h -S38400 /etc/ttys (disabled all ttyv*): ttyd0 /usr/libexec/getty std.38400 vt100 on secure

Re: first pre-emptive raid

2008-06-28 Thread prad
On Sat, 28 Jun 2008 13:02:20 +0200 Pieter de Goeje [EMAIL PROTECTED] wrote: Parity is calculated using the following formula: pieter, that is absolutely beautiful!! it was really bothering me how you can recover data that really wasn't 'there'. my son and i just worked out the mechanism with

Change in /etc/rc.conf:ipv6_defaultrouter

2008-06-28 Thread Kirk Strauser
I've been using IPv6 on my FreeBSD-7 host for quite some time. My IPv6 router is a different machine, so the FreeBSD server is just a regular host on the network. This morning I discovered that I couldn't pass packets to hosts outside my LAN from FreeBSD, although an OS X host on the same

Re: Searching for development project [was: Hello]

2008-06-28 Thread Steve Bertrand
Vince Hoffman wrote: Chance Hoggan wrote: Even if you do not have any projects if you could give me some tasks that would equally be great. I believe http://www.freebsd.org/projects/ideas/ is a good place to start. Also try asking on the -current or -hackers mailing lists. I've

Re: first pre-emptive raid

2008-06-28 Thread Matthew Seaman
prad wrote: why in diagram 20-3 of the handbook do they show 2 parity blocks though for disk3 and disk4? why would you ever have more than 1 for any single disk? The diagram shows a RAID5 made out of a number of disk stripes spread across 4 physical drives. It's the /stripes/ that are the

Re: first pre-emptive raid

2008-06-28 Thread Derek Ragona
At 02:57 AM 6/28/2008, prad wrote: our dual pentium3 1GHz with 2G ram and 8 18G scsi drives (server holds 4) should be arriving in about 1 week. my son and i want to this up as proper server rather than as a desktopish installation being used as a server. it will serve primarily websites (static

Re: null bytes after ANSI sequences in color 'ls' output

2008-06-28 Thread Dan Nelson
In the last episode (Jun 28), Thomas Dickey said: On Fri, Jun 27, 2008 at 07:45:52PM -0700, Mike Brown wrote: After I upgraded 6.2-STABLE (Feb 2007-ish) to 6.3-STABLE (last week), my colorized 'ls -G' output is now plagued with 8 null bytes following each ANSI sequence. I normally pipe

Re: Fatal trap 12 --- can lack of APIC on SMP cause crashes?

2008-06-28 Thread Rudy
Rudy wrote: My kernel panics! Here are a two things I did which seem to stop the Fatal trap 12's with FreeBSD-7.0-RELEASE (saw it on three different boxes): cvsup to FreeBSD-7.0-STABLE (Don't forget to change SCHED_4BSD -- SCHED_ULE as that is now the default on STABLE) disabled CARP

Re: Fatal trap 12 --- can lack of APIC on SMP cause crashes?

2008-06-28 Thread Kris Kennaway
Rudy wrote: Rudy wrote: My kernel panics! Here are a two things I did which seem to stop the Fatal trap 12's with FreeBSD-7.0-RELEASE (saw it on three different boxes): cvsup to FreeBSD-7.0-STABLE (Don't forget to change SCHED_4BSD -- SCHED_ULE as that is now the default on STABLE)

Problems with Xorg and FreeBSD 7.0

2008-06-28 Thread Arthur Barlow
I just decided to change an older Gateway desktop computer from 6.3 to 7.0. I did a clean install and the process seemed go fine. Then I tried to set up X on my Samsung 910T LCD monitor. For what ever reason I keep getting a messed up screen as if the H or V sync is not working properly.

Making own install iso

2008-06-28 Thread Sebastian Tymków
Hi, Can anyone answer me if it's possible to make install iso from own chrooted environment ? When I do make release first it creates chroot environment then in chrooted environment recompiles sources and creates iso in /R directory using /R/stage. I wonder if it's possible to create install iso

Re: why an old operating system

2008-06-28 Thread Josef Grosch
On Wed, Jun 25, 2008 at 07:47:16AM -0400, Robert Huff wrote: prad writes: in our search for servers we contacted genstor (on the freebsd compatible hardware list) and a very nice fellow talked to us and sent us a quote. it was out of our price range, but i was very puzzled to see

Re: why an old operating system

2008-06-28 Thread Josef Grosch
On Tue, Jun 24, 2008 at 10:59:58PM -0700, prad wrote: in our search for servers we contacted genstor (on the freebsd compatible hardware list) and a very nice fellow talked to us and sent us a quote. it was out of our price range, but i was very puzzled to see that the brand new and powerful

The FreeBSD Diary: 2008-06-08 - 2008-06-28

2008-06-28 Thread Dan Langille
The FreeBSD Diary contains a large number of practical examples and how-to guides. This message is posted weekly to freebsd-questions@freebsd.org with the aim of letting people know what's available on the website. Before you post a question here it might be a good idea to first search the

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Warren Liddell
Your running kernel is compiled with the device atapicam option because AFAIK k3b only works with scsi. yes i have that in my kernel I have the following lines in this computers /etc/devfs.conf link acd0 cdrom link acd0 cd0 perm acd0 0777 perm cd0 0777 perm xpt0 0777 perm pass0

Re: null bytes after ANSI sequences in color 'ls' output

2008-06-28 Thread Thomas Dickey
On Sat, Jun 28, 2008 at 03:16:21PM -0500, Dan Nelson wrote: In the last episode (Jun 28), Thomas Dickey said: It's possible that an application could be sending padding characters (nulls). The vt100-color terminal description inherits from vt100, which does use padding - but in the sf/sr

Re: Making own install iso

2008-06-28 Thread Beech Rintoul
On Saturday 28 June 2008, Sebastian Tymków said: Hi, Can anyone answer me if it's possible to make install iso from own chrooted environment ? When I do make release first it creates chroot environment then in chrooted environment recompiles sources and creates iso in /R directory using

Re: Off Topic: Sunbird calendar server?

2008-06-28 Thread Fraser Tweedale
On Fri, Jun 27, 2008 at 11:01:35PM -0500, Jack Barnett wrote: This is a bit off topic, but does anyone know of a Calendar Server that is compatible with Sunbird? Basically, I have a personal calender, then we have a Holidays calendar and my girlfriend has her own calendar. We want to be

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Edwin L. Culp
Warren Liddell [EMAIL PROTECTED] escribió: Your running kernel is compiled with the device atapicam option because AFAIK k3b only works with scsi. yes i have that in my kernel I have the following lines in this computers /etc/devfs.conf link acd0 cdrom link acd0 cd0 perm acd0

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Warren Liddell
I don't think that is the problem. Have you tried it as root just as a test even though it gives you warnings. I don't know what else to suggest right now. ed k3b wont run as root i guess k3b just dosent like my burner # k3b Xlib: connection to :0.0 refused by server Xlib: No protocol

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Tim Kellers
Warren Liddell wrote: I don't think that is the problem. Have you tried it as root just as a test even though it gives you warnings. I don't know what else to suggest right now. ed k3b wont run as root i guess k3b just dosent like my burner # k3b Xlib: connection to :0.0 refused by

can't access cdrom as regular user

2008-06-28 Thread chip
I can't access my cd drive on my regular login. I get this message - CD-ROM read or access error (or no audio disc in drive). Please make sure you have access permissions to: /dev/acd0 So as root I set the permissions to 777 on acd0, then after a reboot the permissions were reset back to what

Re: can't access cdrom as regular user

2008-06-28 Thread Rudy
So as root I set the permissions to 777 on acd0, then after a reboot the permissions were reset back to what they were previously. What do I have to do to get access to my cd drive on my regular account? Edit your /etc/devfs.conf file... Add this line: permacd00666 Simulate the

Re: Howto get k3b to detect my Burner

2008-06-28 Thread Warren Liddell
Before you try to run k3b as root, from an xterm (or konsole) in KDE. as your normal user, type: xhost localhost (you should get a message like: localhost being added to access control list) then su to root and try running k3b. One note: I have had trouble allowing other hosts (or

Re: null bytes after ANSI sequences in color 'ls' output

2008-06-28 Thread Mike Brown
OK, so the null bytes are correct for vt100 and should've always been there, and the fact that they've suddenly showed up in FreeBSD 6.3 is basically a feature. Setting NCURSES_NO_PADDING has no effect, so 'ls' apparently does just use termcap features. Following Dan Nelson's advice to switch

Re: first pre-emptive raid

2008-06-28 Thread Rudy
Derek Ragona wrote: Mirroring offers redundancy but uses twice the disk space, AND is slower than striping. Actually, disk Reads of a stripe and a mirror are the same. Writes are same speed as a single disk (half the speed of a two disk stripe). If you use something like gmirror and set