X11 - keyboard driver unloaded, how to load it again

2011-12-07 Thread Sebastian Chmielewski
Hi, I've an USB Mouse - Microsoft Wireless Mouse 1000, which is recognized also as a keyboard: ugen1.3: vendor 0x192f at usbus1 (disconnected) ums0: at uhub2, port 2, addr 3 (disconnected) ugen0.5: Microsoft at usbus0 ukbd0: Microsoft Microsoft 2.4GHz Transceiver v8.0, class 0/0, rev 2.00/6.56,

Switching default gateways

2011-12-07 Thread Ross
I have a host with two uplinks. One is the default gateway. I want the system to automatically switch to the other one if it detects problems with the first one. How do I do this? ___ freebsd-questions@freebsd.org mailing list

Re: FreeBSD 10.0-CURRENT/AMD64 (CLANG): lang/gcc46 fails to build

2011-12-07 Thread Dimitry Andric
On 2011-12-07 05:56, O. Hartmann wrote: On FreeBSD 10.0-CURRENT/amd64 I run into the error shown below when updating the installation of the gcc46 compiler suite. If you report port compilation errors, always use DISABLE_MAKE_JOBS, otherwise the actual error message will drown in multithreaded

Re: Playing .ASX files via/within Firefox ?

2011-12-07 Thread Ronald F. Guilmette
In message 4edf4d7a.ac3xg02r+czwn8xy%per...@pluto.rain.com, you wrote: Ronald F. Guilmette r...@tristatelogic.com wrote: I've been trying to look at California Dept. of Transportation webcams using Firefox on FreeBSD and so far it simply ain't workin'. ...

Re: Nuxeo install in FreeBSD

2011-12-07 Thread Bruno Gruel
On Tue, 06 Dec 2011 20:50:06 +0100, Peter Ulrich Kruppa wrote: I unzipped the thing in /usr/local and tried to execute the ./bin/nuxeoctl start I do the same thing command, which failed. Having a look at the first line of this file I found #!/bin/bash Idem But my bash is installed in #

Re: umass to /dev/da* mapping

2011-12-07 Thread Zane C. B-H.
On Mon, 5 Dec 2011 17:08:15 + Mike Clarke jmc-freeb...@milibyte.co.uk wrote: I have a fairly simple perl script which is run by devd when I plug in a USB memory stick. The script sets up some permissions and a link to make life easy for a user to mount the memory stick. This normally

Re: X11 - keyboard driver unloaded, how to load it again

2011-12-07 Thread Zane C. B-H.
On Wed, 7 Dec 2011 08:48:20 +0100 Sebastian Chmielewski chmi...@o2.pl wrote: Hi, I've an USB Mouse - Microsoft Wireless Mouse 1000, which is recognized also as a keyboard: ugen1.3: vendor 0x192f at usbus1 (disconnected) ums0: at uhub2, port 2, addr 3 (disconnected) ugen0.5: Microsoft at

Re: Playing .ASX files via/within Firefox ?

2011-12-07 Thread Chris Hill
On Wed, 7 Dec 2011, per...@pluto.rain.com wrote: Ronald F. Guilmette r...@tristatelogic.com wrote: I've been trying to look at California Dept. of Transportation webcams using Firefox on FreeBSD and so far it simply ain't workin'. ... http://www.dot.ca.gov/dist3/departments/traffic/cameras/

Re: Switching default gateways

2011-12-07 Thread Damien Fleuriot
On 12/7/11 9:20 AM, Ross wrote: I have a host with two uplinks. One is the default gateway. I want the system to automatically switch to the other one if it detects problems with the first one. How do I do this? Hello to you too, First of all, please realize this isn't a google search

Question about hardware support

2011-12-07 Thread Ammar Shaarbaf
Hello, Are there any FreeBSD drivers for Acer Aspire 3610? Thank you and best regards, Ammar ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Requirement of Embedded OS and Embedded Database

2011-12-07 Thread Bhautik Kothadia
Dear Sir, Prompt Softech, part of Prompt Group of companies, a customized electronics product development, software development and service provider focused in the area of enterprise resource information, business intelligence, software solutions. We have requirement of Embedded OS and

Re: umass to /dev/da* mapping

2011-12-07 Thread Mike Clarke
On Wednesday 07 December 2011, Zane C. B-H. wrote: Why are you using a custom Perl script for this instead of the built in tools for this? Below is how I have it setup on my system... In /etc/devfs.rules... [localrules=10] add path 'da*s*' mode 0660 group 5001 Because devfs only relates

Re: Question about hardware support

2011-12-07 Thread Matthew Seaman
On 07/12/2011 05:34, Ammar Shaarbaf wrote: Are there any FreeBSD drivers for Acer Aspire 3610? This is the closest hardware match I could find: http://laptop.bsdgroup.de/freebsd/index.html?action=show_laptop_detaillaptop=12882 Drivers in FreeBSD are generally described in terms of the

Re: Question about hardware support

2011-12-07 Thread Matthias Apitz
El día Wednesday, December 07, 2011 a las 12:54:35PM +, Matthew Seaman escribió: Drivers in FreeBSD are generally described in terms of the specific components (motherboard chipset, NIC, SATA controller, etc. etc.) rather than in terms of a specific whole machine produced by a

Re: umass to /dev/da* mapping

2011-12-07 Thread Zane C. B-H.
On Wed, 7 Dec 2011 12:51:47 + Mike Clarke jmc-freeb...@milibyte.co.uk wrote: On Wednesday 07 December 2011, Zane C. B-H. wrote: Why are you using a custom Perl script for this instead of the built in tools for this? Below is how I have it setup on my system... In

Re: Question about hardware support

2011-12-07 Thread Warren Block
On Wed, 7 Dec 2011, Matthias Apitz wrote: El día Wednesday, December 07, 2011 a las 12:54:35PM +, Matthew Seaman escribió: Drivers in FreeBSD are generally described in terms of the specific components (motherboard chipset, NIC, SATA controller, etc. etc.) rather than in terms of a

Re: umass to /dev/da* mapping

2011-12-07 Thread Warren Block
On Wed, 7 Dec 2011, Zane C. B-H. wrote: Still you will want to investigate what I've mentioned. It will drastically simplify permission stuff as well as make automatic. The devfs stuff is just not boottime only, but will be applied to any new device added etc post boot. Are you sure of that?

Re: umass to /dev/da* mapping

2011-12-07 Thread Zane C. B-H.
On Wed, 7 Dec 2011 08:39:30 -0700 (MST) Warren Block wbl...@wonkity.com wrote: On Wed, 7 Dec 2011, Zane C. B-H. wrote: Still you will want to investigate what I've mentioned. It will drastically simplify permission stuff as well as make automatic. The devfs stuff is just not boottime

Re: umass to /dev/da* mapping

2011-12-07 Thread Mike Clarke
On Wednesday 07 December 2011, Zane C. B-H. wrote: On Wed, 7 Dec 2011 08:39:30 -0700 (MST) Warren Block wbl...@wonkity.com wrote: On Wed, 7 Dec 2011, Zane C. B-H. wrote: Still you will want to investigate what I've mentioned. It will drastically simplify permission stuff as well as

Re: umass to /dev/da* mapping

2011-12-07 Thread Rod Person
On Wed, 7 Dec 2011 16:07:09 + Mike Clarke jmc-freeb...@milibyte.co.uk wrote: On Wednesday 07 December 2011, Zane C. B-H. wrote: On Wed, 7 Dec 2011 08:39:30 -0700 (MST) Warren Block wbl...@wonkity.com wrote: On Wed, 7 Dec 2011, Zane C. B-H. wrote: Still you will want to

BIND and LDAP support

2011-12-07 Thread Kernel Panic
Apologies if this is not the appropriate list but I can't seem to find one pertaining to the installation and configuration of BIND. I posted the following message on the FreeBSD forums a few weeks back but have had no replies, so I thought I'd try here on the lists: System: FreeBSD 8.2-RELEASE

Re: umass to /dev/da* mapping

2011-12-07 Thread Warren Block
On Wed, 7 Dec 2011, Mike Clarke wrote: On Wednesday 07 December 2011, Zane C. B-H. wrote: On Wed, 7 Dec 2011 08:39:30 -0700 (MST) Warren Block wbl...@wonkity.com wrote: On Wed, 7 Dec 2011, Zane C. B-H. wrote: Still you will want to investigate what I've mentioned. It will drastically

Re: BIND and LDAP support

2011-12-07 Thread Damien Fleuriot
On 12/7/11 8:15 PM, Kernel Panic wrote: Apologies if this is not the appropriate list but I can't seem to find one pertaining to the installation and configuration of BIND. I posted the following message on the FreeBSD forums a few weeks back but have had no replies, so I thought I'd try here

Re: Playing .ASX files via/within Firefox ?

2011-12-07 Thread perryh
Chris Hill ch...@monochrome.org!ch...@agora.rdrop.com wrote: ... that's a still image, a screenshot. Above that is a link labeled go to live camera - when you click on that, do you see live motion video? I don't even see that link. ___

Re: Playing .ASX files via/within Firefox ?

2011-12-07 Thread perryh
Ronald F. Guilmette r...@tristatelogic.com wrote: At least this gives me confidence that it can be done. I am still somewhat at a loss to know exactly _how_ it can be done however. For me, it just works. I installed 8.1-RELEASE (not all that long after it was released), installed FF and some

cvsup question

2011-12-07 Thread Коньков Евгений
Hi cvsup -g -L 2 /usr/local/etc/cvsup/cvsup-ports.conf I have next conf for cvsup cat cvsup-ports.conf *default host=cvsup6.jp.FreeBSD.org *default base=/var/db *default prefix=/usr *default release=cvs date=2008.10.15.00.00.00 *default delete use-rel-suffix *default compress ports-databases

Problems with keyboard on the loader menu

2011-12-07 Thread Airton Arantes
I'm having troubles with my keyboard when the bootstrapping reach the loader menu. My Keyboard simply doesn't works, but before and after the loader menu my keyboard works very well. I have seen BIOS settings like USB keyboard and nothing is helping. I didn't no one kernel tuning, I'm using

restore(8) to UFS on USB key: terrible slow

2011-12-07 Thread Matthias Apitz
Hello, I encounter the following problem with UFS file systems on USB keys, i.e. the problem is not only with one key, but with all I have; the key in question here is: Dec 7 22:17:47 tinyCurrent kernel: umass0: Generic Mass Storage, class 0/0, rev 2.00/1.02, addr 3 on usbus4 Dec 7