bgfsck - message won't go away

2003-10-07 Thread matti k
After (re)boot I get the message Starting background file system
checks in 60 seconds. whether bgfsck needs to run or not.
How can I remove this message?



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Enemy Territory

2003-11-10 Thread matti k
On Mon, 10 Nov 2003 21:06:01 +
Matthew Seaman [EMAIL PROTECTED] wrote:

 On Mon, Nov 10, 2003 at 12:29:30PM -0700, Robin Schoonover wrote:
 
  Or maybe it was only partially installed (and some of the opengl
  libs weren't).  That doesn't make sense... So I reinstalled the
  nvidia-driver from ports, and tried running tuxracer again.  Doh! 
  Crashed X.  Of course, GLX isn't loaded, so it gets confused, so
  I'll just have to restart Xand I get this message:
 
 Did you update your XFree86-libraries port recently?  It will fight
 with nvidia-driver for the ownership of at least the libGL.so.1
 shlib:
 
 % pkg_info -W /usr/X11R6/lib/libGL.so.1
 pkg_info: both XFree86-libraries-4.3.0_6 and
 nvidia-driver-1.0.4365 claim to have installed
 /usr/X11R6/lib/libGL.so.1
 
 Which is why re-installing nvidia-driver helps.

I frequently run ~/NVIDIA-FreeBSD-x86-1.0-4365/make setup (as root)
before rebooting and find this keeps the drivers in their place.


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Folding@Home install question

2003-02-25 Thread matti k
On Tue, 25 Feb 2003 13:43:42 -0600 (CST)
Steven Lake [EMAIL PROTECTED] wrote:

   Hi all.  Tried downloading the linux version of [EMAIL PROTECTED] to
 put on one of my servers, but my box won't recognize it.  Am I missing
 something?  It just says command not recognized.  I've downloaded
 and I am trying to run this file.
 http://www.stanford.edu/group/pandegroup/release/FAH3Console-Linux.exe
 
   Please don't tell me I'm being an idiot trying to do this.  :)
 But any help getting this installed and going would be welcome. 
 Thanks.


Hi, try this...

 brandelf -t Linux FAH3Console-Linux.exe
 chmod 755 FAH3Console-Linux.exe
 ./FAH3Console-Linux.exe

After the config it'll download a core file. Press CTRL-C and ...

 brandelf -t Linux FahCore_65.exe
 ./FAH3Console-Linux.exe

That should work. I fold for team 24 :)



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: xorg on 5.3 beta

2004-08-26 Thread matti k
On Thu, 26 Aug 2004 08:00:10 -0400
Osmany Guirola Cruz [EMAIL PROTECTED] wrote:

 Ok i copy my old Xfree86 to xorg and . works but i have message
 again NVRM: detected agp.ko, aborting NVIDIA AGP setup 
 but the glx works fine i think that it'sa problem of the lasta
 driver 

This is covered in the README. My solution was to set
hint.agp.0.disabled=1 in /boot/device.hints
Please check the README file.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Stop error when installing libtool

2006-03-06 Thread matti k
On Mon, 06 Mar 2006 19:51:42 -0800
Jose Borquez [EMAIL PROTECTED] wrote:

 I also did a portupgrade to have the most recent of PERL instead of
 the version that comes by default.

I'm not sure this is related but I recently had similar issues which
were fixed by running perl-after-upgrade script.
See /usr/ports/UPDATING.


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Nvidia vs SMP/apic

2003-12-13 Thread matti k
I have a problem whereby the nvidia drivers cause my system to
hang/reboot a few seconds after startx. I have discovered that
disabling the SMP/apic lines in the kernel fixes the problem. This
occurs on 5.2-CURRENT and 4.9-RELEASE.

I first noticed this problem after a motherboard swap. The old
motherboard was a Tyan Tiger MP and it was running 5.1-CURRENT at the
time and nvidia drivers were working fine with SMP kernel. The
motherboard died so I replaced it with a MSI K7D Master-L (MPX
chipset). After that the nvidia drivers stopped working if SMP kernel
enabled.

I have tried NO_MIXED_MODE, disabling acpi and a lot of other BIOS
options but no luck. I don't know if this is an nvidia driver issue or
a problem with this particular motherboard/chipset. Any help
appreciated. Thanks.



dmesg.txt
Description: Binary data
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Stop in /usr/ports/lang/gcc43

2009-06-02 Thread matti k
On Mon, 01 Jun 2009 20:31:05 +0200
Leslie Jensen les...@eskk.nu wrote:

 
 Leslie Jensen wrote:
  
  
  David Kelly wrote:
  On Mon, Jun 01, 2009 at 08:06:30PM +0200, Leslie Jensen wrote:
 
  I can't get gcc43 to compile. I've deinstalled and reinstalled
  all its dependencies but it still fails.
 
  I'm on a 7.2-RELEASE system with all ports installed from a clean 
  install.
 
  The problem turned up when an update for fftw3 became available.
 
  Apparently gcc43 is a new dependency for fftw3!
 
  Any hints appreciated
 
  Add this to /etc/make.conf. Worked for me:
 
  WITHOUT_JAVA=1
 
  Apparently to build Java one has to increase the size of some
  tables in the kernel. I'd just as soon do without Java.
 
  
  It does not work here :-(
  /
 
 I also have this in my /boot/loader.conf but it makes no difference.
 
 kern.maxdsiz=734003200
 

Try with this?

kern.dfldsiz=1073741824
kern.maxdsiz=734003200

Cheers,
Matti
___
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: folding client stopped working, is it because of linux?

2005-05-24 Thread matti k
On Mon, 23 May 2005 23:21:21 -0400
jason henson [EMAIL PROTECTED] wrote:

 linux is already installed from before the update and even after 
 reinstalling after the update the systems seems to forget it is there 
 after a reboot.

Check that /etc/rc.conf and /boot/loader.conf contain
 linux_enable=YES and linux_load=YES respectively.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Any issue having multiple sound cards running at the same time in 6.1?

2006-08-31 Thread matti k
On Tue, 29 Aug 2006 18:09:48 -0500 (CDT)
Philip Hallstrom [EMAIL PROTECTED] wrote:

 Hi all -
 
 I've got a freebsd server in the garage that has a low end
 soundblaster (I think) card in it that I've been using to play
 music.  Works just fine. We moved and now I'd like to be able to have
 different music play in different rooms (living, family, and
 outside).  I can do all the other wiring for speakers...
 
 But was wondering if there are any problems having three sound cards
 in the box and have them all work at the same time.  I'm currently
 using flac123 to play music and would probably continue to do so...
 
 Thoughts?

I've had 3 sound cards running simultaneously, playing differnet mp3's
and OGG's using 3 instances of xmms. From memory I ran it for about an
hour before i pulled the plug.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unlisted camera in gtkam?

2007-03-02 Thread matti k
Try setting the camera to PTP mode,  I've had success with unsupported
camera's using this mode with ports/graphics/digikam.

On Wed, 28 Feb 2007 11:48:54 +0200
t nagu tundmatu [EMAIL PROTECTED] wrote:

 Hello to all,
 
 I have a problem with gtkam – my new camera (Pentax K10D) is not
 supported. I now got it listed in the menu but trying to 'add a new
 camera' gives a message 'could not initialize the camera.' Is there
 any trick I'm missing or is there maybe another program I can use
 (with the support of this camera) or maybe a third option?
 
 Thanks in advance.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Xorg/Gnome 2.16 stops responding to mouse clicks

2007-03-21 Thread matti k
On Wed, 21 Mar 2007 10:34:43 -0700
Darren David [EMAIL PROTECTED] wrote:

 hey all-
 
 I've got an issue where Xorg/Gnome 2.16 stops responding to mouse
 clicks  - I can click, say, 3 or 4 times once Xorg first launches, but

Could you try another mouse, just to be sure.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: pkgdb failure

2007-11-09 Thread matti k
On Fri, 09 Nov 2007 08:06:54 -0500
J. W. Ballantine [EMAIL PROTECTED] wrote:

 After upgrading from 6-STABLE to 7-RELEASE, I tried to rebuild
 all the packages from portupgrade -af I started getting the following
 error messages.  The first once, the second multiple times, even
 after I moved the pkgdb.db and did a pkgdb -fu.
 
 [/usr/ports/INDEX-7.db: unexpected file type or format -- Invalid
 argument] [Updating the portsdb format:bdb_btree in /usr/ports .
 .. - 17746 port entries found /usr/ports/INDEX-7.db: unexpected file
 type or format -- Invalid argument: Cannot update the portsdb!
 (/usr/ports/INDEX-7.db)]
 
 
 /var/db/pkg/pkgdb.db: unexpected file type or format -- Invalid
 argument
 
 Any ideas on what is causing this?

I got this as well, after portupgrade tried to register installation of
new ruby version. A pkgdb -F seemed to correct it and i continued on
with portupgrade with no more errors.

Regards,
Matti

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: XGL/Beryl/Compiz with Xorg 7.2

2007-05-29 Thread matti k
On Mon, 28 May 2007 21:58:27 -0400
Tom Grove [EMAIL PROTECTED] wrote:

 Has anyone tried installing and using any of the above after 7.2 was 
 committed?  I tried all weekend and just get poor results.  In XFCE
 and Gnome performance is unusably slow.  I have a dual-core cpu with
 1GB of memory and a 256MB NVidia video card.  It certainly shouldn't
 be slow because of hardware.  I just can't find much documentation
 because the 7.2 port is so new.  Any help is much appreciated.
 Thanks.
 
 -Tom

Yes it's working fine here, I found some useful tips at the following
URL. http://wiki.beryl-project.org/index.php/Install/FreeBSD#NVIDIA

Cheers,
Matti

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: USB Drive Reliability

2008-08-18 Thread matti k
On Sun, 17 Aug 2008 17:36:30 -0700
Jason C. Wells [EMAIL PROTECTED] wrote:

 Wojciech Puchar wrote:
 
  I am running FreeBSD 6.3.  I have found that attaching and
  detaching USB drives to my box is unreliable. Is this the
  experience of other users?
 
  something more precise please?
 
 I realize that this is primarily a tech support forum. I wasn't
 asking for a solution to the problem.  I was asking for other peoples 
 experiences. If the USB support in FreeBSD was spotty according to
 other people, as has been reported, then I plan to not even try to
 work on it more until I install 7.1.
 
 Just for the record:
 
 - crashes the system on attachment
 - crashes the system on detachment
 - the system hangs on attachment but resumes responding if you pull
 the drive
 - installing the drive results in the little blue light coming on
 with dmesg reporting attachment, but attempts to mount fail with
 device not configured or somesuch
 - dataloss on the device that chkdisk in DOS couldn't save
 
 Basically, every possible bad behavior that you could ask from a USB 
 connected drive has happened to me over time as I keep coming back
 and trying USB drives.  That's OK.  I'm not upset.  I'm not
 complaining.  I just want to know what to expect from USB drives in
 FreeBSD.

That sounds familiar, but I guess most USB storage devices are very
similar, so maybe start looking at the USB controller. I know in my
case, installing a PCI USB card with _NEC_ chipset solved all my
problems. Thought it worth mentioning ...

Cheers,
Matti
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Boot menu and USB keyboard

2008-04-04 Thread matti k
On Fri, 4 Apr 2008 10:22:52 +0200
Gianni Doe [EMAIL PROTECTED] wrote:

 I've got a USB keyboard and I'm unable to select any of the options
 in the boot loader/beastie menu - escape to the loader prompt,
 single- user mode etc..
 It is the only keyboard attached and it works fine once the system
 is up.
 
 I've done a bit of Googling and tried setting
 hint.atkbd.0.flags=0x1 in loader.conf but it doesn't make any
 difference. I'd appreciate some suggestions.
 Thanks
 Gianni

Hi Gianni,

Check the BIOS settings for USB keyboard/mouse.

Cheers,
Matti
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]