DL360 G6 Reboot

2009-11-04 Thread H.Fazaeli
On a HP DL360 G6 freebsd 6.4-RELEASE installs but reboots right before 
login prompt.

7.2 installs and works fine but unfortunately I can not use 7.2 due to
some restrictions.
Any hints?

--

Best regards.
Hooman Fazaeli




___
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: ZFS disk replacement questions

2009-11-04 Thread krad
2009/11/3 Steve Polyack kor...@comcast.net

 Derrick Ryalls wrote:

 On Tue, Nov 3, 2009 at 10:21 AM, Steve Polyack kor...@comcast.net
 wrote:


 Derrick Ryalls wrote:


 1) In the event of a disk failure, how do I trace back the name such
 as adX to a physical drive in the enclosure?  Is there a way to take
 the drive offline then use atacontrol to spin it down or something so
 it is easy to identify?



 In my opinion you are best off using glabel(8) to give names to the
 disks.
  This way you can name them in a way that makes sense to you.
  Additionally,
 when you create the ZFS pool you will use the glabel'd names.  This means
 that the pool will still come up properly if something causes your
 devices
 to be numbered differently (i.e. a drive dies and you happen to reboot
 the
 system).



 I believe ZFS does this automatically.  Supposedly, if you take a
 working set of RAIDZ drives from one machine and put it in another,
 ZFS will figure out the drives since they get labelled by ZFS
 internally.  My question concerns how to identify the physical disk in
 question based on the adX or glabel name?  Different name in software
 is fine, but if the drive fails I want to make sure I pull the correct
 drive.



 This is possible, but I don't remember reading that ZFS handles this
 anywhere, and I've seen glabel(8) recommended elsewhere for the same reason.

 Either way, you can add your drives one-by-one and label them on the
 enclosure arraydrive00 and then glabel the individual disks with the same
 name.  This way when ZFS tells you arraydrive03 is dead/offline, you can
 look at your enclosure and pull the drive with the arraydrive03 label.

  Depending on your controller it is also probably worth it to use one of
 the
 SATA-specific drivers in FreeBSD 8 - these are ones like ahci(4) and
 siis(4).  While the generic ata(4) driver will work for pretty much
 everything, the updated AHCI drivers can take advantage of some more
 features.  Enable the modules at boot to use them.



 I will look into it, thanks.  The machine in question is 2 year old
 hardware currently with a 3ware raid card.  I will be going software
 raid only, but FreeBSD already recognizes the eSATA drive I have
 attached as a backup device so I know the O/S can at least talk to
 sata drives attached to the mobo.




 ___
 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



One thing to note about resilvering; unlike most raid systems zfs knows what
is going on at the filesystem level as well as block level. Therefore when a
drive has to be resilvered, only the data on the drive is rebuilt rather
than every block as with most other raid subsystems. eg if you have a 1TB hd
but only have 20 Gig of data, only 20 gig is copied/rebuilt rather than 1 TB
of data if you were using gvinum/gmirror. This massively speeds up rebuild
times and stress on the other drives. However the fuller the drive the less
the benefits
___
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: Linux-realplayer missing from ports

2009-11-04 Thread Frank Shute
On Tue, Nov 03, 2009 at 03:16:09PM -1000, Al Plant wrote:

 Aloha,
 
 I am trying to get Linux-RealPlayer to install from updated ports 
 collection on a FreeBSD 9 desktop box. (Xorg and www etc all installed 
 fine on this test box.)
 
 Error says it cannot be found in our ports collection. Is there a way to 
 locate the maintainer? This port is missing some components. Or can it 
 be down loaded into distfiles? If so from where?
 
 Or has this been replaced by something else to play audio in ports. I 
 would be glad to try any port for playing audio from web or files that 
 is known to work.
 
 Thanks
 

/usr/ports/multimedia/linux-realplayer

on my box.

I guess you're using portupgrade; sometimes it can't find ports
without using wildcards.

Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.html


___
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: linux emulation problems

2009-11-04 Thread Boris Samorodov
On Tue, 3 Nov 2009 13:58:19 -0800 (PST) Super Biscuit wrote:

 I'm using linux_base-f10.

How do you?

 During the installation of ports. The error comes to to use at least base-f8. 
 Ports have been updated. 

Did you pay attention at /usr/ports/UPDATING?

-- 
WBR, bsam
___
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: Linux-realplayer missing from ports

2009-11-04 Thread Boris Samorodov
On Tue, 03 Nov 2009 15:16:09 -1000 Al Plant wrote:

 I am trying to get Linux-RealPlayer to install from updated ports
 collection on a FreeBSD 9 desktop box. (Xorg and www etc all installed
 fine on this test box.)

 Error says it cannot be found in our ports collection.

Please, show the exact command you use and the error you get.

 Is there a way
 to locate the maintainer? This port is missing some components. Or can
 it be down loaded into distfiles? If so from where?

 Or has this been replaced by something else to play audio in ports. I
 would be glad to try any port for playing audio from web or files that
 is known to work.

Don't think so:
-
% whereis linux-realplayer
linux-realplayer: /usr/ports/multimedia/linux-realplayer
-

-- 
WBR, bsam
___
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: need help with nvidia drivers

2009-11-04 Thread Daniel C. Dowse
On Tue, 3 Nov 2009 13:55:34 -0800 (PST)
Super Biscuit super_bisq...@yahoo.com wrote:

 I'm not able to use the glx settings on my computer.
 RGB comes back as a double buffer error.
 

Hi,

sorry but with that kind of questioning you won`t get any response,
that includes your other posts as well. 
you should all ways try to describe the problem more specified.
you should post your configs (/etc./X11/xorg.conf) and hardware specs
(dmesg) and os release version( uname -a ) ,and the driver version
you have installed, too.

 
 
   
 ___
 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


greets 

daniel

-- 
[ The only reality is virtual ] 
___
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


Mockup Design For Your Site.

2009-11-04 Thread suman wind
Hi,

I am Suman from buytemplates.net. Hope you and your business are doing
great!

We are into website designing and development for more than 5 years for now
and we are here
with an idea to make lendersmark.org more appealing for your customer.

Worried about budgets? No need for that!

You can just get it done starting from $49! Please have a look in the
following link:
http://www.buytemplates.net/template-host738.aspx

You can pickup any template, they are 100% editable. You can put your own
images, texts etc... and your
website is ready with brand new design ! Just join our template membership
starting from $49.

Not sure of editing the template?

We can do it at an affordable fee!

Need a custom unique design?

Yes we can certainly do it and more than that we can a free mockup design
for lendersmark.org

We can get started with the Project once you are okay with the design.

Note:

Need more details? Discounts? Free downloads? Just reply back to me.

Hope we can work together shortly.


Regards,
Suman,
Sales Executive.
http://www.buytemplates.net
G-Talk ID: suman.w...@gmail.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 : linux emulation problems

2009-11-04 Thread Alexandre L.
Which version of FreeBSD do you use ?

With the version 8, linux-f10 infrastructure port is used

With the version 7, linux-f4 is the default infrastructure port used. linux-f8 
can be used but it is not completely operational
See : http://lists.freebsd.org/pipermail/freebsd-ports/2009-April/054046.html

--- En date de : Mar 3.11.09, Super Biscuit super_bisq...@yahoo.com a écrit :

 De: Super Biscuit super_bisq...@yahoo.com
 Objet: linux emulation problems
 À: freebsd-questions@freebsd.org
 Date: Mardi 3 Novembre 2009, 21h58
 I'm using linux_base-f10. During the
 installation of ports. The error comes to to use at least
 base-f8. Ports have been updated. 
 
 
 
       
 ___
 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
 



___
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


Xfce4 on 8.0 RC2

2009-11-04 Thread Alex Huth
Hi!

Is anyone running this combination? I am having trouble with two points

1. When i close a ssh connection in a terminal, the prompt does not come back.
I have to close the tab. Without X the connections are ok and i had Debian
lenny earlier on the laptop also with Xfce4. There was everything ok.

2. When switching between the desktops i have to wait up to 3 seconds before
it is done, depending on what app there is running. For example:

Desk1: Terminal with several tabs
Desk2: firefox35
Desk3: Openoffice3 calc
Desk4: atunes

Desk1 -- Desk2 ok
Desk2 -- Desk3 ok
Desk1 -- Desk4 3 sec
Desk4 -- Desk1 3 sec
Desk2 -- Desk1 3 sec

I am running it on Dell Latitude E6500 with 4GB Ram. Any idea?

thx

Alex
___
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: need help with nvidia drivers

2009-11-04 Thread Super Biscuit
The reason for multiple posts and the titles is because The original post was 
considered spam by the freebsd-questions mailing list and webmaster. It had all 
of the relevant information in it.
Next time you may want ask me why I do something before making an uninformed 
and asinine response.

Here is the information you asked for: %uname -a
FreeBSD pocket-peoples.xxx.xxx.xxx.xxx 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Fri 
May  1 08:49:13 UTC 2009 
r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386


--- On Wed, 11/4/09, Daniel C. Dowse dcdo...@gmx.net wrote:

From: Daniel C. Dowse dcdo...@gmx.net
Subject: Re: need help with nvidia drivers
To: Super Biscuit super_bisq...@yahoo.com
Cc: freebsd-questions@freebsd.org
Date: Wednesday, November 4, 2009, 9:52 AM

On Tue, 3 Nov 2009 13:55:34 -0800 (PST)
Super Biscuit super_bisq...@yahoo.com wrote:

 I'm not able to use the glx settings on my computer.
 RGB comes back as a double buffer error.
 

Hi,

sorry but with that kind of questioning you won`t get any response,
that includes your other posts as well. 
you should all ways try to describe the problem more specified.
you should post your configs (/etc./X11/xorg.conf) and hardware specs
(dmesg) and os release version( uname -a ) ,and the driver version
you have installed, too.

 
 
       
 ___
 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


greets 

daniel

-- 
[ The only reality is virtual ]          



  

xorg.conf
Description: Binary data
Copyright (c) 1992-2009 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009
r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
module_register: module dc/miibus already exists!
Module dc/miibus failed to register: 17
module_register: module pci/dc already exists!
Module pci/dc failed to register: 17
module_register: module cardbus/dc already exists!
Module cardbus/dc failed to register: 17
module_register: module miibus/dcphy already exists!
Module miibus/dcphy failed to register: 17
module_register: module miibus/pnphy already exists!
Module miibus/pnphy failed to register: 17
module_register: module uhub/ums already exists!
Module uhub/ums failed to register: 17
module_register: module rl/miibus already exists!
Module rl/miibus failed to register: 17
module_register: module cardbus/rl already exists!
Module cardbus/rl failed to register: 17
module_register: module pci/rl already exists!
Module pci/rl failed to register: 17
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Sempron(tm) Processor 3400+ (1989.82-MHz 686-class CPU)
  Origin = AuthenticAMD  Id = 0x20ff2  Stepping = 2
  
Features=0x78bfbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2
  Features2=0x1SSE3
  AMD Features=0xe2500800SYSCALL,NX,MMX+,FFXSR,LM,3DNow!+,3DNow!
  AMD Features2=0x1LAHF
real memory  = 1877934080 (1790 MB)
avail memory = 1818591232 (1734 MB)
ACPI APIC Table: HP-CPC AWRDACPI
ioapic0 Version 2.1 irqs 0-23 on motherboard
kbd1 at kbdmux0
acpi0: HP-CPC AWRDACPI on motherboard
acpi0: [ITHREAD]
acpi0: Power Button (fixed)
acpi0: reservation of 0, a (3) failed
acpi0: reservation of 10, 6fdf (3) failed
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 32-bit timer at 3.579545MHz port 0x4008-0x400b on acpi0
acpi_button0: Power Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
pcib1: PCI-PCI bridge at device 2.0 on pci0
pci1: PCI bus on pcib1
vgapci0: VGA-compatible display port 0xef00-0xef7f mem 
0xfa00-0xfaff,0xd000-0xdfff,0xf800-0xf9ff irq 18 at 
device 0.0 on pci1
nvidia0: GeForce 8400 GS on vgapci0
vgapci0: child nvidia0 requested pci_enable_busmaster
vgapci0: child nvidia0 requested pci_enable_io
vgapci0: child nvidia0 requested pci_enable_io
nvidia0: [GIANT-LOCKED]
nvidia0: [ITHREAD]
atapci0: ATI IXP400 SATA150 controller port 
0xff00-0xff07,0xfe00-0xfe03,0xfd00-0xfd07,0xfc00-0xfc03,0xfb00-0xfb0f mem 
0xfe02f000-0xfe02f1ff irq 22 at device 18.0 on pci0
atapci0: [ITHREAD]
ata2: ATA channel 0 on atapci0
ata2: [ITHREAD]
ata3: ATA channel 1 on atapci0
ata3: [ITHREAD]
ohci0: ATI SB400 USB Controller mem 0xfe02e000-0xfe02efff at device 19.0 on 
pci0
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: ATI SB400 USB Controller on ohci0
usb0: USB revision 1.0
uhub0: ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 on usb0
uhub0: 4 ports with 4 removable, self powered
ohci1: ATI SB400 USB Controller mem 0xfe02d000-0xfe02dfff at device 19.1 on 
pci0
ohci1: [GIANT-LOCKED]
ohci1: 

Re: linux emulation problems

2009-11-04 Thread Super Biscuit

The problem is solved. I used a recent reply to fix an error. Yes, I followed 
and yes, thanks for the help from everyone.
--- On Wed, 11/4/09, Boris Samorodov b...@ipt.ru wrote:

From: Boris Samorodov b...@ipt.ru
Subject: Re: linux emulation problems
To: Super Biscuit super_bisq...@yahoo.com
Cc: freebsd-questions@freebsd.org
Date: Wednesday, November 4, 2009, 9:42 AM

On Tue, 3 Nov 2009 13:58:19 -0800 (PST) Super Biscuit wrote:

 I'm using linux_base-f10.

How do you?

 During the installation of ports. The error comes to to use at least base-f8. 
 Ports have been updated. 

Did you pay attention at /usr/ports/UPDATING?

-- 
WBR, bsam



  
___
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: Rebuild instructions for amd64 systems

2009-11-04 Thread Adam Vande More


 then, add the following line below all other 'options' lines:
 options PAE # large memory (4G) support

 then, find and comment out these two lines to avoid a conflict with PAE:

 device adv  # Advansys SCSI adapters
 device  adw # Advansys wide SCSI adapter


This is unnecessary and bad.  pae should be used on i386 for large memory
support, amd64 in some ways exists so you don't have to run pae which is a
considerable performance hit.  I'm surprised that actually works.

-- 
Adam Vande More
___
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: anybody manage to get Xorg to work with LG flat panel W2361

2009-11-04 Thread PJ
Polytropon wrote:
 On Mon, 02 Nov 2009 16:21:18 -0400, PJ af.gour...@videotron.ca wrote:
   
 No.  The only way is by hitting the SysRq/PrintScreen key if the
 AllowEmptyInput is not off, otherwise you have to reboot.
 

 Reboot isn't needed to fix things - that's a misbelief
 from Windows land. :-) Simply SSH into the box and kill
 X.

   
Well, unfortunately it was like trying to fly a dead plane... the
controls were absolutly useless... no keyboard, no mouse, nada... nothing!
   
 Yes, but you are supposed to see the x for the mouse.  Doesn't happen...
 as I mentioned, on one try when doing ctl/alt/del the X appeared and
 then - shutdown.
 

 Strange. Ctrl+Alt+Del isn't supposed to have an effect in
 X, if I remember correctly. Ctrl+Alt+Backspace should kill
 the X server, but doesn't obviously work when no input is
 accepted. There's the DontZap setting in xorg.conf.

   
Right, but it has never worked for me on any computer or installation -
since the advent of happy hal.

   
 I use fluxbox and for some years now, I have never had to put anything
 into .xinitrc except startfluxbox of just plain fluxbox and it
 always worked.
 

 That's correct. Your ~/.xinitrc should at leas contain
 an interpreter command, and then the commands you want to
 run, e. g.

   #!/bin/sh
   [ -f ~/.xmodmaprc ]  xmodmap ~/.xmodmaprc
   xsetroot -solid rgb:3b/4c/7a
   exec fluxbox

 Note that the fluxbox call is to be preceeded by exec.

   
Well, again, in my case, it used to work with just plain fluxbox; then
startfluxxbox and that's how it works now. =-O


   
 It seems to me that the options for flatpanel must be activated... bin
 there, done that...
 

 Separate options? For flat panel? I must have slept for many
 centuries...



 Let's have a look at the log:

   
 (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
 'vmmouse' will be disabled.
 (WW) Disabling Mouse0
 (WW) Disabling Keyboard0
 

 Okay, no input for you.

 I can't see any further warnings (WW) or errors (EE) in this
 log. Seems that X is up and running, and nothing more?

 Check .xinitrc and .xsession respectively.

   
Ok, I finally did get it running...
here's my shot at the Xorg mailing list:

I quote:

Well, I did get it up and running, but no thanks to any information in
either the xorg or freebsd manuals...

I accidentally ran startx and to my great surprise the screen came up
with fluxbox and did work, albeit very sporadically... it kept going
black and sort-of flickered.
I shutdown and checked the log and lo and behold, the configuration file
was one I had forgotten about that came from another computer from where
the current disk was cloned.
So, with a little tweaking, the thing now works - but the what and the
why excape me completely.
The configurations does not need any parameters for horiz or vertical
scanning - only the screen depth and monitor size. I guess the name of
the manufacturer and the model are irrelevant. Oh yes, the
AllowEmptyInput had to be off ;  the DontZap was also off
Setting the FlatPanel settings (3 of them) to True does not seem to
make any difference whether they are T of F.
So, although it now works, configuration is still a total mystery.
Does anyone understand just what is going on or are we just groping in
the dark along with our blind leaders?


___
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: anybody manage to get Xorg to work with LG flat panel W2361

2009-11-04 Thread PJ
Roland Smith wrote:
 On Mon, Nov 02, 2009 at 04:21:18PM -0400, PJ wrote:
   
 I also have tried with the monitor in digital mode as well as in
 analog... neither works.
 

 Do you mean with a VGA and DVI connector?
   
You got it... right!
   
 It seems to me that the options for flatpanel must be activated... bin
 there, done that...
 

 Why?
   
Had to try anything I could.
   
 And that is because I saw those kinds of directions activated under the
 display management in XP. O:-)
 

 And since when is XP a good example of how to configure X? ;-)
   
You're making an assumption... see above.
   
 So, here's my log:

 X.Org X Server 1.6.1
 Release Date: 2009-4-14
 X Protocol Version 11, Revision 0
 Build Operating System: FreeBSD 7.2-RELEASE i386
 Current Operating System: FreeBSD grendl.my.domain 7.2-RELEASE FreeBSD
 7.2-RELEASE #0: Fri May  1 08:49:13 UTC 2009
 r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
 Build Date: 21 August 2009  12:40:03PM
  
 (==) Log file: /var/log/Xorg.0.log, Time: Mon Nov  2 11:07:26 2009
 (++) Using config file: xorg.conf1
 (==) ServerLayout X.org Configured
 (**) |--Screen Screen0 (0)
 (**) |   |--Monitor Monitor0
 (**) |   |--Device Card0
 (**) |--Input Device Mouse0
 (**) |--Input Device Keyboard0
 (==) Automatically adding devices
 (==) Automatically enabling devices
 

   
 (**) ModulePath set to /usr/local/lib/xorg/modules
 (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or
 'vmmouse' will be disabled.
 (WW) Disabling Mouse0
 (WW) Disabling Keyboard0
 

 This could be the reason why you are not seeing a mouse cursor...

 Try adding

 Option AutoAddDevices  off

 to your ServerLayout section, and remove any AllowEmptyInput lines. Or
 install and configure and start sysutils/hal before starting Xorg. For myself
 I find it easier to build the Xorg server without hal support and use the
 option shown above, so I don't have to deal with hald.

   
 (--) NV(0): Virtual size is 1920x1080 (pitch 1920)
 (**) NV(0): *Driver mode 1920x1080: 138.5 MHz, 66.6 kHz, 59.9 Hz
 (II) NV(0): Modeline 1920x1080x59.9  138.50  1920 1968 2000 2080  1080
 

 It looks like a correct resolution is found and activated.

 As an aside, and not related to your problem, you might want to try the
 xf86-video-nouveau instead of nv. It is under heavier development and is
 working toward supporting 3D accelleration and supporting newer chips.

   
 (II) Initializing built-in extension DAMAGE
 (II) AIGLX: Loaded and initialized /usr/local/lib/dri/swrast_dri.so
 (II) GLX: Initialized DRISWRAST GL provider for screen 0
 

 Normally, you'd expext to see some stuff from the mouse and keyboard drivers
 last in the logfile... Since theay are missing, and seeing the warning printed
 above, your problem isn't what it seems to be. I think the server gets stuck
 because it can't find a keyboard and mouse. That would explain why you don't
 see a cursor.
   
My quote from my dig at xorg mailing list:

Well, I did get it up and running, but no thanks to any information in
either the xorg or freebsd manuals...

I accidentally ran startx and to my great surprise the screen came up
with fluxbox and did work, albeit very sporadically... it kept going
black and sort-of flickered.
I shutdown and checked the log and lo and behold, the configuration file
was one I had forgotten about that came from another computer from where
the current disk was cloned.
So, with a little tweaking, the thing now works - but the what and the
why excape me completely.
The configurations does not need any parameters for horiz or vertical
scanning - only the screen depth and monitor size. I guess the name of
the manufacturer and the model are irrelevant. Oh yes, the
AllowEmptyInput had to be off ;  the DontZap was also off
Setting the FlatPanel settings (3 of them) to True does not seem to
make any difference whether they are T of F.
So, although it now works, configuration is still a total mystery.
Does anyone understand just what is going on or are we just groping in
the dark along with our blind leaders?


___
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: need help with nvidia drivers

2009-11-04 Thread Daniel C. Dowse

Hi 

in xorg.conf

Section Module
Load   dbe
Load   extmod
Load   type1
Load   freetype
Load   glx
Load   dri -- REMOVE THIS !
 
Have you checked out this link before ?
http://us.download.nvidia.com/freebsd/173.14.12/README/index.html


On Wed, 4 Nov 2009 04:29:14 -0800 (PST)
Super Biscuit super_bisq...@yahoo.com wrote:

 The reason for multiple posts and the titles is because The original post was 
 considered spam by the freebsd-questions mailing list and webmaster. It had 
 all of the relevant information in it.
 Next time you may want ask me why I do something before making an uninformed 
 and asinine response.
 
 Here is the information you asked for: %uname -a
 FreeBSD pocket-peoples.xxx.xxx.xxx.xxx 7.2-RELEASE FreeBSD 7.2-RELEASE #0: 
 Fri May  1 08:49:13 UTC 2009 
 r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
 
 
 --- On Wed, 11/4/09, Daniel C. Dowse dcdo...@gmx.net wrote:
 
 From: Daniel C. Dowse dcdo...@gmx.net
 Subject: Re: need help with nvidia drivers
 To: Super Biscuit super_bisq...@yahoo.com
 Cc: freebsd-questions@freebsd.org
 Date: Wednesday, November 4, 2009, 9:52 AM
 
 On Tue, 3 Nov 2009 13:55:34 -0800 (PST)
 Super Biscuit super_bisq...@yahoo.com wrote:
 
  I'm not able to use the glx settings on my computer.
  RGB comes back as a double buffer error.
  

best regards

daniel

-- 
[ The only reality is virtual ] 
___
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: anybody manage to get Xorg to work with LG flat panel W2361

2009-11-04 Thread PJ
Oh, yes... I forgot to mention that although I got it to work... it
works only in DVI mode (digital) - on FreeBSD, anyway. This makes me
wonder how I could ever set up two of these babies on the same video
card. Like for video editing?
On XP it only works in DSUB (analog) mode.
The DSUB mode just give a bunch of horizontal bars.
It's a faabulous display, I must say.
The resolution is superb, contrast is highest Ièm seen on any display.
Connection to both DVI and DSUB are simultaneous - one merely chooses
which to use by touch of a button.
___
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: Xfce4 on 8.0 RC2

2009-11-04 Thread Warren Block

On Wed, 4 Nov 2009, Alex Huth wrote:


Is anyone running this combination? I am having trouble with two points


Yes.  xfce4-4.6.1, 8.0-RC2 (i386) as of Monday.


1. When i close a ssh connection in a terminal, the prompt does not come back.
I have to close the tab. Without X the connections are ok and i had Debian
lenny earlier on the laptop also with Xfce4. There was everything ok.


No problems with ssh here, but that's with multiple Terminal windows 
rather than multiple tabs in one Terminal window.



2. When switching between the desktops i have to wait up to 3 seconds before
it is done, depending on what app there is running. For example:


Sorry, I don't use multiple desktops.

-Warren Block * Rapid City, South Dakota USA
___
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: 7.x on Dell R900?

2009-11-04 Thread Albert Shih
 Le 03/11/2009 à 16:39:25-0800, Matt Szubrycht a écrit
 Hello List,
 
 I cannot find any fresh information on compatibility of Dell PowerEdge  
 R900 and FreeBSD after googling for several hours, so I decided to ask  
 here.  If this is not the right place, please redirect me to.
 
 All of our servers run FreeBSD with one exception - a CentOS machine,  
 which adds to the overall maintenance workload and keeping up to date.  
 Back in the day, after getting the R900 (without prior OS  
 compatibility research), the word was that FreeBSD will not run on  
 this hardware and we ended up installing CentOS.  That was well over a  
 year ago and I am wondering if anyone could share some insight into  
 the current compatibility status, installation/operation pitfalls and  
 any other tips that would allow me to get away from Linux on this R900  
 box and create a homogeneous server-space environment with FreeBSD 7.x.

Can you specify what don't work ? What's the problem.

Regards.

-- 
Albert SHIH
SIO batiment 15
Observatoire de Paris Meudon
5 Place Jules Janssen
92195 Meudon Cedex
Téléphone : 01 45 07 76 26/06 86 69 95 71
Heure local/Local time:
Mer 4 nov 2009 16:23:57 CET
___
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: [SPAM] FreeBSD 7.2 ia64

2009-11-04 Thread ill...@gmail.com
2009/10/30 Matt Szubrycht ma...@bmihosting.com:
 That's not normal... but then, what is these days?
 You probably saved some webpage instead of the actual iso (or whatever other
 format you were trying for)

 As old video games used to say: 'Try again?'

 Cheers,
 Matt

 On Oct 30, 2009, at 3:09 PM, Clayton Wilhelm da Rosa wrote:

 Hi my name is Clayton Wilhelm da Rosa,

 I made the dowmload of FreeBSD 7.2 ia64 i wanna know if is normal the
 files of disc 2 and 3 have only 364Kb size.

 thank you very much.

I am going to guess, that (1) as ia64 has quite a small
installed base as compared with i386  amd64, and
(2) as disks 2  3 are merely packages (many of
which may not build for ia64 in any case (I do not
know, excoriate me not for my ignorance) and
utterly unneeded to install the basic system, the
maintainers, developers, or packagers may see
building and distributing such a large number of
rarely used or perhaps broken packages as a
poor use of their time.

Summary: those are empty iso images and appear
to be so on all of the mirrors I checked.  Don't worry
about it, use disk1 to install and build your 3rd party
applications from ports.

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


ipfw breaking smtp conversations

2009-11-04 Thread Alex Teslik
Hi List,

   I'm having trouble with mail deliveries. I'm getting lots of error
messages like:

timeout writing message to mx3.comcast.net.: Broken pipe
timeout writing message to mailserver2.telmex.net.co.: Resource temporarily
unavailable

After looking elsewhere I decided to try changing my ipfw.rules - the
problems went away immediately. Unfortunately, the change caused http
connections from outside to stall mid-conversation. So I changed it back.
But I'm clearly doing something wrong.

Here is what my network looks like (fairly basic):

Direct to Internet
   ^
   |
Dual-Homed Host (em0 external interface)
NAT,DHCP (sk0 internal interface)
 |
 v
Internal LAN

Here are my current rules:

#!/bin/sh
IPFW=ipfw -q add
ipfw -q -f flush

$IPFW 10 allow all from any to any via sk0
$IPFW 20 allow all from any to any via lo0
$IPFW 30 divert natd ip from any to any in via em0
$IPFW 50 check-state
$IPFW 60 skipto 500 all from any to any out via em0 setup keep-state
$IPFW 70 allow all from any to me in via em0 setup limit src-addr 50
$IPFW 500 divert natd ip from any to any out via em0
$IPFW 600 allow ip from any to any
$IPFW 800 deny all from any to any


Here are the rules that fixed smtp, but broke http:

#!/bin/sh
IPFW=/sbin/ipfw -q add
ipfw -q -f flush

$IPFW 990 divert natd ip from any to any in via em0
$IPFW 995 divert natd ip from any to any out via em0
$IPFW 1000 allow tcp from any to any established
$IPFW 1010 allow all from any to any via em0
$IPFW 1020 allow all from any to any via sk0
$IPFW 1030 allow all from any to any via lo0
$IPFW 1050 allow tcp from any to any out
$IPFW 1060 allow udp from any to any out
$IPFW 1070 allow udp from any to any frag
$IPFW 1090 allow ip from any to any
$IPFW  deny all from any to any


Somewhere between these two sets is the right thing, but I'm not certain
where to look. In english, here is what (I think) I'm trying to do:

Allow all incoming traffic on all ports on em0
Allow all outbound traffic on all ports on em0
Divert incoming NAT'd packets on em0 to sk0
Divert outbound NAT'd packets on sk0 to em0

Thanks,
Alex
___
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: Linux-realplayer missing from ports

2009-11-04 Thread Al Plant

Frank Shute wrote:

On Tue, Nov 03, 2009 at 03:16:09PM -1000, Al Plant wrote:

Aloha,

I am trying to get Linux-RealPlayer to install from updated ports 
collection on a FreeBSD 9 desktop box. (Xorg and www etc all installed 
fine on this test box.)


Error says it cannot be found in our ports collection. Is there a way to 
locate the maintainer? This port is missing some components. Or can it 
be down loaded into distfiles? If so from where?


Or has this been replaced by something else to play audio in ports. I 
would be glad to try any port for playing audio from web or files that 
is known to work.


Thanks



/usr/ports/multimedia/linux-realplayer

on my box.

I guess you're using portupgrade; sometimes it can't find ports
without using wildcards.

Regards,


###
Yes Frank,

That's what should work. But it doesnt. There is a false old version in 
the port on the server. This is apparently a known issue as there are 
two (2) PR's with this issue reported in the last few days.


If someone on our list knows the maintainer I think it could be 
corrected easily. It may be an upgrade that failed to take as the two 
versions are 2004 and 2007 is what I think should be there now.


~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
  + http://hawaiidakine.com + http://freebsdinfo.org +
  + http://aloha50.net   - Supporting - FreeBSD  7.2 - 8.0 - 9* +
   email: n...@hdk5.net 
All that's really worth doing is what we do for others.- Lewis Carrol

___
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: Linux-realplayer missing from ports

2009-11-04 Thread Al Plant

Boris Samorodov wrote:

On Tue, 03 Nov 2009 15:16:09 -1000 Al Plant wrote:


I am trying to get Linux-RealPlayer to install from updated ports
collection on a FreeBSD 9 desktop box. (Xorg and www etc all installed
fine on this test box.)



Error says it cannot be found in our ports collection.


Please, show the exact command you use and the error you get.


Is there a way
to locate the maintainer? This port is missing some components. Or can
it be down loaded into distfiles? If so from where?



Or has this been replaced by something else to play audio in ports. I
would be glad to try any port for playing audio from web or files that
is known to work.


Don't think so:
-
% whereis linux-realplayer
linux-realplayer: /usr/ports/multimedia/linux-realplayer
-


Aloha Boris,

The error is not found on server for the 2007 version.

The above line is what should work. But it doesnt. There is a false old 
version in the port list from the update on the server. This is 
apparently a known issue as there are two (2) PR's with this issue 
reported in the last few days.


If someone on our list knows the maintainer I think it could be 
corrected easily. It may be an upgrade that failed to take as the two 
versions are 2004 and 2007. I think 2007 should be there now.





~Al Plant - Honolulu, Hawaii -  Phone:  808-284-2740
  + http://hawaiidakine.com + http://freebsdinfo.org +
  + http://aloha50.net   - Supporting - FreeBSD  7.2 - 8.0 - 9* +
   email: n...@hdk5.net 
All that's really worth doing is what we do for others.- Lewis Carrol

___
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


X11 reboots on key press

2009-11-04 Thread Kristaps Kūlis
Hello!
  When I press key (like backspace or) Ctrl and keep it pressed, X11
restarts and returns to KDM. I suspect that problem arose when I used
nvidia-settings to configure dual monitor setup .
Temporary workaround - disable key repeat
GPU :  9600GT
Version: 7.2-RELEASE-p3
kdm-log complains about xkbcomp errors
 Warning: Multiple doodads named 
 Using first definition

The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning: Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
 Ignoring extra symbols

and at the end:
The XKEYBOARD keymap compiler (xkbcomp) reports:
 Warning: Type ONE_LEVEL has 1 levels, but RALT has 2 symbols
 Ignoring extra symbols


Xorg.conf
# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (r...@lielais.kristaps.lv) Tue Nov 3 08:19:11
UTC 2009

Section ServerLayout

# Removed Option Xinerama 0
  Identifier X.org Configured
  Screen 0 Screen0 0 0
  Screen 1 Screen1 RightOf Screen0
  InputDevice Mouse0 CorePointer
  InputDevice Keyboard0 CoreKeyboard
  Option AllowEmptyInput off
  Option Xinerama 1
EndSection

Section Files
  ModulePath /usr/local/lib/xorg/modules
  FontPath /usr/local/lib/X11/fonts/misc/
  FontPath /usr/local/lib/X11/fonts/TTF/
  FontPath /usr/local/lib/X11/fonts/OTF
  FontPath /usr/local/lib/X11/fonts/Type1/
  FontPath /usr/local/lib/X11/fonts/100dpi/
  FontPath /usr/local/lib/X11/fonts/75dpi/
EndSection

Section Module
  Load dbe
  Load dri
  Load dri2
  Load extmod
  Load glx
  Load record
EndSection

Section InputDevice
  Identifier Mouse0
  Driver mouse
  Option Protocol auto
  Option Device /dev/sysmouse
  Option ZAxisMapping 4 5 6 7
EndSection

Section InputDevice
  Identifier Keyboard0
  Driver kbd
  Option XkbModel pc105
  Option XkbLayout lv
EndSection

Section Monitor
  Identifier Monitor0
  VendorName Unknown
  ModelName Samsung SyncMaster
  HorizSync 30.0 - 81.0
  VertRefresh 56.0 - 75.0
EndSection

Section Monitor
  Identifier Monitor1
  VendorName Unknown
  ModelName Samsung SyncMaster
  HorizSync 30.0 - 81.0
  VertRefresh 56.0 - 75.0
EndSection

Section Device

  ### Available Driver options are:-
  ### Values: i: integer, f: float, bool: True/False,
  ### string: String, freq: f Hz/kHz/MHz
  ### [arg]: arg optional
  #Option SWcursor # [bool]
  #Option HWcursor # [bool]
  #Option NoAccel # [bool]
  #Option ShadowFB # [bool]
  #Option UseFBDev # [bool]
  #Option Rotate # [str]
  #Option VideoKey # i
  #Option FlatPanel # [bool]
  #Option FPDither # [bool]
  #Option CrtcNumber # i
  #Option FPScale # [bool]
  #Option FPTweak # i
  #Option DualHead # [bool]
  Identifier Card0
  Driver nvidia
  VendorName nVidia Corporation
  BoardName G94 [GeForce 9600 GT]
  BusID PCI:1:0:0
EndSection

Section Device
  Identifier Device0
  Driver nvidia
  VendorName NVIDIA Corporation
  BoardName GeForce 9600 GT
  BusID PCI:1:0:0
  Screen 0
EndSection

Section Device
  Identifier Device1
  Driver nvidia
  VendorName NVIDIA Corporation
  BoardName GeForce 9600 GT
  BusID PCI:1:0:0
  Screen 1
EndSection

Section Screen

# Removed Option TwinView 1
# Removed Option metamodes DFP-0: nvidia-auto-select +0+0, DFP-1:
nvidia-auto-select +1600+0
  Identifier Screen0
  Device Device0
  Monitor Monitor0
  DefaultDepth 24
  Option TwinView 0
  Option metamodes DFP-0: nvidia-auto-select +0+0
  SubSection Display
  Depth 24
  EndSubSection
EndSection

Section Screen
  Identifier Screen1
  Device Device1
  Monitor Monitor1
  DefaultDepth 24
  Option TwinView 0
  Option metamodes DFP-1: 1600x1200 +0+0
  SubSection Display
  Depth 24
  EndSubSection
EndSection
---
Kristaps Kūlis
If you fool around with something long
enough, it will eventually break.
___
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: WPA: specify alternate config file in rc.conf

2009-11-04 Thread Chad Perrin
On Wed, Nov 04, 2009 at 01:32:39AM +0100, Mel Flynn wrote:
 On Tuesday 03 November 2009 00:57:41 jhell wrote:
  
  This is not a option in rc.conf default or otherwise ATM.
 
 It is on 8.

That's good news.  I'll look for it when 8.0 goes into RELEASE, since I
don't really want the laptop I use for work to run a release candidate
OS.

-- 
Chad Perrin [ original content licensed OWL: http://owl.apotheon.org ]


pgp8W9MNYNint.pgp
Description: PGP signature


Re: 8.0RC custom kernel not installing?

2009-11-04 Thread Maciej Suszko
LoH lordofhyph...@gmail.com wrote:
 I compiled a custom kernel with ZFS enabled and installed it.
 Everything appeared to work fine, then I realized that I needed to
 make some more modifications (ALTQ, disabling ulpt). I made those
 configuration changes to the existing ZFS kernel config.
 
 After running
 make buildkernel kernconf=ZFS
 and
 make installkernel kernconf=ZFS

KERNCONF ?

 (ZFS is the name of the kernel config file)
 I rebooted the machine but didn't see any change in the system
 config. I've also made sure I did the build/install as root.
 
 I doubled-checked the config in the kernel directory, the config is 
 properly done.
 
 Any ideas?
-- 
regards, Maciej Suszko.


signature.asc
Description: PGP signature


Re: ipfw breaking smtp conversations

2009-11-04 Thread krad
2009/11/4 Alex Teslik whereisal...@gmail.com

 Hi List,

   I'm having trouble with mail deliveries. I'm getting lots of error
 messages like:

 timeout writing message to mx3.comcast.net.: Broken pipe
 timeout writing message to mailserver2.telmex.net.co.: Resource
 temporarily
 unavailable

 After looking elsewhere I decided to try changing my ipfw.rules - the
 problems went away immediately. Unfortunately, the change caused http
 connections from outside to stall mid-conversation. So I changed it back.
 But I'm clearly doing something wrong.

 Here is what my network looks like (fairly basic):

 Direct to Internet
   ^
   |
 Dual-Homed Host (em0 external interface)
 NAT,DHCP (sk0 internal interface)
  |
  v
 Internal LAN

 Here are my current rules:

 #!/bin/sh
 IPFW=ipfw -q add
 ipfw -q -f flush

 $IPFW 10 allow all from any to any via sk0
 $IPFW 20 allow all from any to any via lo0
 $IPFW 30 divert natd ip from any to any in via em0
 $IPFW 50 check-state
 $IPFW 60 skipto 500 all from any to any out via em0 setup keep-state
 $IPFW 70 allow all from any to me in via em0 setup limit src-addr 50
 $IPFW 500 divert natd ip from any to any out via em0
 $IPFW 600 allow ip from any to any
 $IPFW 800 deny all from any to any


 Here are the rules that fixed smtp, but broke http:

 #!/bin/sh
 IPFW=/sbin/ipfw -q add
 ipfw -q -f flush

 $IPFW 990 divert natd ip from any to any in via em0
 $IPFW 995 divert natd ip from any to any out via em0
 $IPFW 1000 allow tcp from any to any established
 $IPFW 1010 allow all from any to any via em0
 $IPFW 1020 allow all from any to any via sk0
 $IPFW 1030 allow all from any to any via lo0
 $IPFW 1050 allow tcp from any to any out
 $IPFW 1060 allow udp from any to any out
 $IPFW 1070 allow udp from any to any frag
 $IPFW 1090 allow ip from any to any
 $IPFW  deny all from any to any


 Somewhere between these two sets is the right thing, but I'm not certain
 where to look. In english, here is what (I think) I'm trying to do:

 Allow all incoming traffic on all ports on em0
 Allow all outbound traffic on all ports on em0
 Divert incoming NAT'd packets on em0 to sk0
 Divert outbound NAT'd packets on sk0 to em0

 Thanks,
 Alex
 ___
 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


I'm not sure what the problem is but if you are freebsd 5+, which I assume
you will be as its be out for years, I would highly recommend switching to
pf. The rule sets are really easy and you can do a lot more far more easily
than ipfw. I always found getting the rule order a bit fidgety in ipfw, not
the case with pf
___
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: need help with nvidia drivers

2009-11-04 Thread Super Biscuit
The following files do not exist on my system
/compat/linux/sbin/modprobe
/dev/nvidia1
/dev/nvidia2
%nvidia-settings --glxinfo
GLX Information for pocket-peoples.net.:0.0:
Segmentation fault


--- On Wed, 11/4/09, Daniel C. Dowse dcdo...@gmx.net wrote:

From: Daniel C. Dowse dcdo...@gmx.net
Subject: Re: need help with nvidia drivers
To: Super Biscuit super_bisq...@yahoo.com
Cc: freebsd-questions@freebsd.org
Date: Wednesday, November 4, 2009, 1:50 PM


Hi 

in xorg.conf

Section Module
    Load           dbe
    Load           extmod
    Load           type1
    Load           freetype
    Load           glx
    Load           dri -- REMOVE THIS !
 
Have you checked out this link before ?
http://us.download.nvidia.com/freebsd/173.14.12/README/index.html


On Wed, 4 Nov 2009 04:29:14 -0800 (PST)
Super Biscuit super_bisq...@yahoo.com wrote:

 The reason for multiple posts and the titles is because The original post was 
 considered spam by the freebsd-questions mailing list and webmaster. It had 
 all of the relevant information in it.
 Next time you may want ask me why I do something before making an uninformed 
 and asinine response.
 
 Here is the information you asked for: %uname -a
 FreeBSD pocket-peoples.xxx.xxx.xxx.xxx 7.2-RELEASE FreeBSD 7.2-RELEASE #0: 
 Fri May  1 08:49:13 UTC 2009 
 r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
 
 
 --- On Wed, 11/4/09, Daniel C. Dowse dcdo...@gmx.net wrote:
 
 From: Daniel C. Dowse dcdo...@gmx.net
 Subject: Re: need help with nvidia drivers
 To: Super Biscuit super_bisq...@yahoo.com
 Cc: freebsd-questions@freebsd.org
 Date: Wednesday, November 4, 2009, 9:52 AM
 
 On Tue, 3 Nov 2009 13:55:34 -0800 (PST)
 Super Biscuit super_bisq...@yahoo.com wrote:
 
  I'm not able to use the glx settings on my computer.
  RGB comes back as a double buffer error.
  

best regards

daniel

-- 
[ The only reality is virtual ]          




___
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


50% Off SALE + Extra 15% Off Holiday Decor

2009-11-04 Thread Kohls.com
To view the HTML version of this e-mail, copy and paste the link below
into the Address field of your Internet browser:

http://e.kohls.com/a/tBK79ULBBZVhBB724FRBVGUbBA9/kohl1?t=BK79ULBBZVhBB724FRBVGUbBA9email=freebsd-questi...@freebsd.orgi_equity=0



99¢ Standard Shipping on every item!* Surcharges still apply.



Take an EXTRA 15% Off** Entire Stock Holiday Decor!

Simply enter Promo Code HOLIDAYHOME when you checkout online
now through November 5 during our

50% Off Sale!

50% Off 
Selected Holiday Dinnerware  Table Linens

50% Off 
Selected Candles  Decorative Accents

50% Off 
Entire Stock
St. Nicholas Square Trim-A-Tree  Home Decor



Skechers Shape-Ups
Shape up while you walk!

Designed to: 
-Promote weight loss
-Tone muscles
-Improve posture



Find Kohl's on Facebook!
Become a fan to connect with friends and get insider info.



*Surcharges may apply due to size, weight or special handling required. If your 
item has a surcharge, it will appear on the product page.

**OFFER IS VALID ONLINE ONLY. Offer is not valid in conjunction with any other 
percent-off discounts. Offer is nontransferable. Promo Code must be entered 
during checkout on Kohls.com to receive discount. Offer good on all sale-, 
regular- and clearance-priced merchandise. Offer not valid for price 
adjustments on prior purchases, on gift card purchases, for payment on a Kohl's 
Charge account or in conjunction with any other percent-off discounts, 
including the senior citizen discount. Offer also not valid on purchases of 
Kohl's Cares for Kids merchandise or other charitable items. Excludes sales tax.

This mailbox is unattended, so please do not reply to this message.
Instead, e-mail us at myaccount.h...@kohls.com, or write to us at Kohl's
Department Stores, Attention: Customer Service, N54 W13600 Woodale Drive, 
Menomonee Falls, WI 53051. If you no longer wish to receive 
e-mails from Kohls.com, unsubscribe by pasting this link into the
Address field of your Internet browser:

http://e.kohls.com/a/tBK79ULBBZVhBB724FRBVGUbBA9/kohl14?email=freebsd-questi...@freebsd.orgemail=freebsd-questi...@freebsd.org

Please allow up to seven days for your e-mail address to be removed.

99¢ Standard Shipping per item offer good now through November 5, 2009.
50% Off Sale prices good now through November 5, 2009.
Extra 15% Off Holiday Decor offer good now through November 5, 2009.
___
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: SLIM and XFCE4

2009-11-04 Thread Polytropon
On Tue, 3 Nov 2009 03:25:07 -0800 (PST), Alexandre L. axel...@ymail.com 
wrote:
 .xinitrc (of my user)
 /usr/local/bin/startxfce4

Shouldn't it be

#!/bin/sh
exec /usr/local/bin/startxfce4

?


-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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: need help with nvidia drivers

2009-11-04 Thread Super Biscuit
I downloaded and installed the driver from nvidia with better results.
Now, I have a problem of a broken screen and a workable area of 320x240.
I added the the Modes to the xorg.conf file with no change in results.


--- On Wed, 11/4/09, Daniel C. Dowse dcdo...@gmx.net wrote:

From: Daniel C. Dowse dcdo...@gmx.net
Subject: Re: need help with nvidia drivers
To: Super Biscuit super_bisq...@yahoo.com
Cc: freebsd-questions@freebsd.org
Date: Wednesday, November 4, 2009, 1:50 PM


Hi 

in xorg.conf

Section Module
    Load           dbe
    Load           extmod
    Load           type1
    Load           freetype
    Load           glx
    Load           dri -- REMOVE THIS !
 
Have you checked out this link before ?
http://us.download.nvidia.com/freebsd/173.14.12/README/index.html


On Wed, 4 Nov 2009 04:29:14 -0800 (PST)
Super Biscuit super_bisq...@yahoo.com wrote:

 The reason for multiple posts and the titles is because The original post was 
 considered spam by the freebsd-questions mailing list and webmaster. It had 
 all of the relevant information in it.
 Next time you may want ask me why I do something before making an uninformed 
 and asinine response.
 
 Here is the information you asked for: %uname -a
 FreeBSD pocket-peoples.xxx.xxx.xxx.xxx 7.2-RELEASE FreeBSD 7.2-RELEASE #0: 
 Fri May  1 08:49:13 UTC 2009 
 r...@walker.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386
 
 
 --- On Wed, 11/4/09, Daniel C. Dowse dcdo...@gmx.net wrote:
 
 From: Daniel C. Dowse dcdo...@gmx.net
 Subject: Re: need help with nvidia drivers
 To: Super Biscuit super_bisq...@yahoo.com
 Cc: freebsd-questions@freebsd.org
 Date: Wednesday, November 4, 2009, 9:52 AM
 
 On Tue, 3 Nov 2009 13:55:34 -0800 (PST)
 Super Biscuit super_bisq...@yahoo.com wrote:
 
  I'm not able to use the glx settings on my computer.
  RGB comes back as a double buffer error.
  

best regards

daniel

-- 
[ The only reality is virtual ]          




___
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


and now for conky gremlins

2009-11-04 Thread PJ
conky is still working ok...but the calendar is limping...
rather strange
here's the .conkyrc:
snip...
${color green}CALENDAR ${hr 2}$color
#${execi 300 ~/bin/calendar.sh}
${execi 300 cal | awk 'NR1' | sed -e 's/   //g' -e 's/[^ ] / /g'
-e 's/..*/  /' -e s/\ `date +%d`/\[`date +%d`\]/}

output should be: 1  2  3 [4] 5 6 7 etc.
is:1 2 3 4 5 6

the calendar.sh is exactly:
#!/bin/sh
cal | awk 'NR1' | sed -e 's/   //g' -e 's/[^ ] / /g' -e 's/..*/ 
/' -e s/\ `date +%d`/\[`date +%d`\]/

I upgraded ports and now the calendar.sh cannot be found - it exists;
bash no longer wishes to execute or recognize it...

I am puzzled as to what is going on? I seem to be chasing after gremlins
... again ... and again..
like, even firefox can't be upgraded on one system (identical) but can
on another... bugs  gremlins... oooh, gadzooks!
___
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


FreeBSD Source Code

2009-11-04 Thread Petros Ring
I would like you to send a copy of all the source code of FreeBSD so I  
may use it for a project that will allow the running of applacations  
from a different os to run on FreeBSD. Please send a attachment of the  
full source code in the reply email.


Thank you,
Petros
___
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: FreeBSD Source Code

2009-11-04 Thread Alex R

Petros Ring wrote:
I would like you to send a copy of all the source code of FreeBSD so I 
may use it for a project that will allow the running of applacations 
from a different os to run on FreeBSD. Please send a attachment of the 
full source code in the reply email.


Thank you,
Petros
___
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



Petros,

Download the FreeBSD cd/dvd for whatever architecture you need. The 
source packages are on the disc.


___
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: ral driver

2009-11-04 Thread kalin m



just a follow up on this. any ideas. can i just get newer/fixed driver?

thanks...


kalin m wrote:



hi all

is this resolved in current or head?

http://lists.freebsd.org/pipermail/freebsd-bugs/2009-May/035231.html

i have this ral card that drops off after about 15 min or so and have 
the same symptoms as described in that bug report..



thank you...
___
freebsd-...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org

___
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: need help with nvidia drivers

2009-11-04 Thread Daniel C. Dowse
On Wed, 4 Nov 2009 15:22:42 -0800 (PST)
Super Biscuit super_bisq...@yahoo.com wrote:

 I downloaded and installed the driver from nvidia with better results.
 Now, I have a problem of a broken screen and a workable area of 320x240.
 I added the the Modes to the xorg.conf file with no change in results.
 
 

Have you run nvidia-xconfig ? 


best regards

daniel 
-- 
[ The only reality is virtual ] 
___
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: [zfs-discuss] ZFS non-zero checksum and permanent error with deleted file

2009-11-04 Thread Steven Samuel Cole

Thank you very much for your reply! :-)

Trevor Pretty schrieb:

Steven

I had a similar problem back in 2006 when I was first playing with ZFS. 
Jeff Bronwick sent me this. It may (or not) help. I'm not sure if the 
number is still the inode. If it is a please let zfs-discuss know.




 I've a non-mirrored zfs file systems which shows the status below. I saw
 the thread in the archives about working this out but it looks like ZFS
 messages have changed. How do I find out what file(s) this is?
 [...]
 errors: The following persistent errors have been detected:
 
   DATASET  OBJECT  RANGE

   LOCAL28905   3262251008-3262382080
  


I realize this is a bit lame, but currently the answer is:

find /LOCAL -mount -inum 28905

And yes, we do indeed plan to automate this.   ;-) 


Jeff


Did your output come from a Solaris system ?

I couldn't find anything about a -mount parameter in the find man page, 
what does it do ?


[u...@host ~]$ sudo zpool status -v zpool01
  ...
errors: Permanent errors have been detected in the following files:

zpool01:0x3736a


[u...@host ~]$ sudo find /mnt/zpool01/ -inum 3736a
find: -inum: 3736a: illegal trailing character
[u...@host ~]$ sudo find /mnt/zpool01/ -inum 0x3736a
find: -inum: 0x3736a: illegal trailing character

Apparently, the -inum parameter needs a decimal number:

[u...@host ~]$ sudo find /mnt/zpool01/ -inum 226154
[u...@host ~]$

How could find ever find anything ? The file at that inode as deleted 
after all. And even if it did find anything, what would I do with the 
result ?

___
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: need help with nvidia drivers

2009-11-04 Thread Super Biscuit
Yes, I did.
I'm thinking that it may be the metamode option.

--- On Thu, 11/5/09, Daniel C. Dowse dcdo...@gmx.net wrote:

From: Daniel C. Dowse dcdo...@gmx.net
Subject: Re: need help with nvidia drivers
To: Super Biscuit super_bisq...@yahoo.com
Cc: freebsd-questions@freebsd.org
Date: Thursday, November 5, 2009, 12:01 AM

On Wed, 4 Nov 2009 15:22:42 -0800 (PST)
Super Biscuit super_bisq...@yahoo.com wrote:

 I downloaded and installed the driver from nvidia with better results.
 Now, I have a problem of a broken screen and a workable area of 320x240.
 I added the the Modes to the xorg.conf file with no change in results.
 
 

Have you run nvidia-xconfig ? 


best regards

daniel 
-- 
[ The only reality is virtual ]          




___
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: Xfce4 on 8.0 RC2

2009-11-04 Thread Ghirai
On Wed, 4 Nov 2009 12:16:42 +0100
Alex Huth a.h...@tmr.net wrote:

 Hi!
 
 Is anyone running this combination? I am having trouble with two
 points

Since a couple days.


Both points work perfectly fine for me.
It sounds to me like a video driver/xorg problem though :/

-- 
Regards,
Ghirai.
___
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: need help with nvidia drivers

2009-11-04 Thread Daniel C. Dowse
On Wed, 4 Nov 2009 16:15:46 -0800 (PST)
Super Biscuit super_bisq...@yahoo.com wrote:

 Yes, I did.
 I'm thinking that it may be the metamode option.
 
 --- On Thu, 11/5/09, Daniel C. Dowse dcdo...@gmx.net wrote:
 

Hi,

well i don`t know, i don`t have any modes specified in xorg.conf here
is what my xorg.conf looks like with geforce fx5500 . 
Sorry but i think i can`t help you any further :-( , maybe you can
join #nvidia on irc.freenode and ask there or use some freebsd
related irc channel on any irc network you may like.

 
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeis...@builder65)  Thu Jul 17 18:26:36 
PDT 2008

[snip]

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   30.0 - 110.0
VertRefresh 50.0 - 150.0
Option DPMS
EndSection

Section Device
Identifier Device0
Driver nvidia
VendorName NVIDIA Corporation
Option   NvAGP 1
Option   Coolbits 1
Option TripleBuffer True
Option RenderAccel  True
Option AllowGLXWithComposite True
Option EnableAGPSBA 1
Option EnableAGPFW  0
Option   GLX1
EndSection

Section Screen
Identifier Screen0
Device Device0
MonitorMonitor0
DefaultDepth24
Option PixmapCacheSize 20
Option AllowSHMPixmaps 0
SubSection Display
EndSubSection
EndSection


P.S.

i noticed that your quoting is not very good, try to tell your
mail-user-agent to quote a lil` better ;-)

bye 

daniel

-- 
[ The only reality is virtual ] 
___
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: FreeBSD Source Code

2009-11-04 Thread Neal Hogan
On Wed, Nov 4, 2009 at 4:26 PM, Petros Ring petros...@live.com wrote:
 I would like you to send a copy of all the source code of FreeBSD so I may
 use it for a project that will allow the running of applacations from a
 different os to run on FreeBSD. Please send a attachment of the full source
 code in the reply email.

This is all you need: http://www.freebsd.org/where.html
___
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: FreeBSD Source Code

2009-11-04 Thread Glen Barber
Hi Petros

On Wed, Nov 4, 2009 at 5:26 PM, Petros Ring petros...@live.com wrote:
 I would like you to send a copy of all the source code of FreeBSD so I may
 use it for a project that will allow the running of applacations from a
 different os to run on FreeBSD. Please send a attachment of the full source
 code in the reply email.


In addition to the two previous suggestions on how to obtain the code,
you can checkout the source tree using subversion from:

 http://svn.freebsd.org/base/

Cheers,

-- 
Glen Barber
___
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: and now for conky gremlins

2009-11-04 Thread Polytropon
On Wed, 04 Nov 2009 18:25:58 -0400, PJ af.gour...@videotron.ca wrote:
 output should be: 1  2  3 [4] 5 6 7 etc.
 is:1 2 3 4 5 6
 
 the calendar.sh is exactly:
 #!/bin/sh
 cal | awk 'NR1' | sed -e 's/   //g' -e 's/[^ ] / /g' -e 's/..*/ 
 /' -e s/\ `date +%d`/\[`date +%d`\]/

It's quite obviously. Let's try the last substitution
argument in plain shell:

% date +%d
05

But the command creates this:

 Su  Mo  Tu  We  Th  Fr  Sa
  1   2   3   4   5   6   7

The leading zero is missing, so there's no substition that
changes 5 into [5], because the search pattern is 05.



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
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: need help with nvidia drivers

2009-11-04 Thread Super Biscuit
I fixed by using the following method.
Opened the properties and set the screen resolution.
Opened firefox and downloaded the old xorg.conf I sent you earlier.
Logged out and then back in as root.
Used kate to copy the screen layout from the downloaded file to the active 
xorg.conf file.
Saved and restarted x.

Believe it or not, I did need you to walk me through the process. There were 
quite a few things I wasn't able to notice on my own.
Thanks a lot and all that.

--- On Thu, 11/5/09, Daniel C. Dowse dcdo...@gmx.net wrote:

From: Daniel C. Dowse dcdo...@gmx.net
Subject: Re: need help with nvidia drivers
To: Super Biscuit super_bisq...@yahoo.com
Cc: freebsd-questions@freebsd.org
Date: Thursday, November 5, 2009, 12:39 AM

On Wed, 4 Nov 2009 16:15:46 -0800 (PST)
Super Biscuit super_bisq...@yahoo.com wrote:

 Yes, I did.
 I'm thinking that it may be the metamode option.
 
 --- On Thu, 11/5/09, Daniel C. Dowse dcdo...@gmx.net wrote:
 

Hi,

well i don`t know, i don`t have any modes specified in xorg.conf here
is what my xorg.conf looks like with geforce fx5500 . 
Sorry but i think i can`t help you any further :-( , maybe you can
join #nvidia on irc.freenode and ask there or use some freebsd
related irc channel on any irc network you may like.

 
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeis...@builder65)  Thu Jul 17 18:26:36 
PDT 2008

[snip]

Section Monitor
    Identifier     Monitor0
    VendorName     Unknown
    ModelName      Unknown
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         DPMS
EndSection

Section Device
    Identifier     Device0
    Driver         nvidia
    VendorName     NVIDIA Corporation
    Option        NvAGP 1
    Option         Coolbits 1
    Option         TripleBuffer True
    Option         RenderAccel  True
    Option         AllowGLXWithComposite True
    Option         EnableAGPSBA 1
    Option        EnableAGPFW  0
    Option        GLX      1
EndSection

Section Screen
    Identifier     Screen0
    Device         Device0
    Monitor        Monitor0
    DefaultDepth    24
    Option         PixmapCacheSize 20
    Option         AllowSHMPixmaps 0
    SubSection     Display    
    EndSubSection
EndSection


P.S.

i noticed that your quoting is not very good, try to tell your
mail-user-agent to quote a lil` better ;-)

bye 

daniel

-- 
[ The only reality is virtual ]          




___
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: [zfs-discuss] ZFS non-zero checksum and permanent error with deleted file

2009-11-04 Thread Steven Samuel Cole

Bob Friesenhahn schrieb:

On Thu, 5 Nov 2009, Steven Samuel Cole wrote:


Definitely do

  zpool scrub zpool01

to see if there is any other decay.


I have done that prior to getting the status, several times actually, 
tried to indicate that in my OP. IIRC, all checksums are zero after 
clearing; after scrubbing, the total checksum goes back up to 4. The 
error is not cleared, though.


Strange.  I do recall that there was one OpenSolaris development release 
which did produce spurious checksum errors which looked weird like 
that.  Hopefully you are not using that particular release.


I am using ZFS as it comes with the official FreeBSD 7.2 64bit, no 
patches, no dev releases, all binary out of the box, nothing self-built. 
IIRC, that's ZFS version 6.



Your 'zpool status' output did not indicate that a scrub was done.


You are correct, my mistake. I reproduced the 3 zpool command lines in 
my OP from memory. I have gone through many clear/scrub/status, 
export/import, wash/rinse/repeat cycles now, the 'last scrub' info must 
have gone lost in one of them. A scrub on that pool takes ~8 hours, so I 
refrained from running it again just for demonstration purposes.


Hmmm. Just as I want to double-check, I get this:

[u...@host ~]$ sudo zpool history
History for 'zpool01':
2008-05-31.22:16:22 zpool create -m /mnt/zpool01 zpool01 raidz1 ad12 
ad14 ad16 ad18

2008-12-28.15:06:54 zpool import zpool01
2008-12-28.18:37:42 zpool export zpool01
2008-12-28.18:51:39 zpool import zpool01
2009-01-05.17:31:51 zpool export zpool01
2009-01-05.19:55:27 zpool import -d /dev/disk/by-id zpool01
2009-08-25.00:50:31 zpool clear zpool01
Assertion failed: ((null)), function nvlist_lookup_string(records[i], 
ZPOOL_HIST_CMD, cmdstr) == 0, file 
/usr/src/cddl/sbin/zpool/../../../cddl/contrib/opensolaris/cmd/zpool/zpool_main.c, 
line 3338.

Abort trap: 6 (core dumped)

Sigh. Maybe I should take that as another indication that something is 
just not right and I should rebuild the pool, afterwise there'll always 
be that nagging thought if my data is actually safe...




Bob
--
Bob Friesenhahn
bfrie...@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,http://www.GraphicsMagick.org/


___
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