Notice about your recent message to dev-h...@subversion.tigris.org

2012-10-25 Thread admin
We are sorry, but this discussion does not exist. Your recent message to (Returned mail: see transcript for details) was rejected. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

kernel config

2012-10-25 Thread jb
Hi, what controls how parts of kernel are built, that is, built-in or modular ? For example, I want to: - build a kernel that has eveything built in - build a kernel that has everything possible (what controls the impossible ?) built as modules - build a kernel that has mixed support, e.g.

NVIDIA proprietary driver error

2012-10-25 Thread Ashkan Rahmani
Hi, I'm going to install driver for nvidia 310M cuda enabled, but I have some problem with it. First I tried with Nvidia driver from ports, and then official driver from nvidia.com (It's name is NVIDIA-FreeBSD-x86_64-304.60.tar.gz). After running nvidia-xconfig I got this error: (II) NVIDIA

Re: kernel config

2012-10-25 Thread Erich Dollansky
Hi, On Thu, 25 Oct 2012 06:41:44 + (UTC) jb jb.1234a...@gmail.com wrote: Hi, what controls how parts of kernel are built, that is, built-in or modular ? For example, I want to: - build a kernel that has eveything built in this is normally not possible as some thing conflict which each

Re: kernel config

2012-10-25 Thread jb
Erich Dollansky erichfreebsdlist at ovitrap.com writes: ... Just check how a custom kernel is build. You can then build three versions of it. One with nothing, one with the modules you want and one with the non-conflicting modules build-in. Just read the handbook regarding custom

Re: kernel config

2012-10-25 Thread Erich Dollansky
Hi, On Thu, 25 Oct 2012 07:26:27 + (UTC) jb jb.1234a...@gmail.com wrote: Erich Dollansky erichfreebsdlist at ovitrap.com writes: ... Just check how a custom kernel is build. You can then build three versions of it. One with nothing, one with the modules you want and one with the

Re: laptop with no BIOS? or BIOS reflash pain

2012-10-25 Thread Anton Shterenlikht
From cpgh...@cordula.ws Thu Oct 25 03:40:28 2012 Heh... ;-) (U)EFI is nothing new for us old farts: we've had OpenBoot[1] on Sun hardware for ages, and even though it didn't limit us w.r.t. the OS you wanted to boot (that's why you can install

Re: kernel config

2012-10-25 Thread jb
Erich Dollansky erichfreebsdlist at ovitrap.com writes: ... What decides about that (built-in or module) ? # kldstat -v |grep cd9660 414 cd9660 # kldstat -v |grep ext2fs 151 0xc9911000 11000ext2fs.ko (/boot/kernel/ext2fs.ko) 538 ext2fs jb

Re: laptop with no BIOS? or BIOS reflash pain

2012-10-25 Thread Bruce Cran
On 25 Oct 2012, at 08:52, Anton Shterenlikht me...@bristol.ac.uk wrote: I'm probably missing something here. ia64 uses EFI, but there's nothing about checking for non-signed code. I can boot VMS, FreeBSD, linux, etc. And, by the way, firmware updates from EFI via e.g. USB flash drives is

Re: NVIDIA proprietary driver error

2012-10-25 Thread Shane Ambler
On 25/10/2012 17:34, Ashkan Rahmani wrote: Hi, I'm going to install driver for nvidia 310M cuda enabled, but I have some problem with it. Monitor resolution must be 1366x768 xxx but resolution is 1024x768 and with lag. Sounds like your on a laptop? model details could be helpful if someone

Re: laptop with no BIOS? or BIOS reflash pain

2012-10-25 Thread Anton Shterenlikht
From br...@cran.org.uk Thu Oct 25 09:22:33 2012 On 25 Oct 2012, at 08:52, Anton Shterenlikht me...@bristol.ac.uk wrote: I'm probably missing something here. ia64 uses EFI, but there's nothing about checking for non-signed code. I can boot

Re: laptop with no BIOS? or BIOS reflash pain

2012-10-25 Thread Bruce Cran
On 25 Oct 2012, at 09:40, Anton Shterenlikht me...@bristol.ac.uk wrote: So this means I might not be able to boot freebsd at all on future ia64 boxes.. Ignore the FUD - there will be an option to disable it in the firmware/BIOS settings. -- Bruce Cran

Re: kernel config

2012-10-25 Thread Polytropon
On Thu, 25 Oct 2012 14:51:38 +0700, Erich Dollansky wrote: The modules are always build, at least to my knowledge. So, you do not need any options for this. You just need to load them later. The means of /etc/src.conf can be used to skip certain things during a kernel + world build. For

Re: laptop with no BIOS? or BIOS reflash pain

2012-10-25 Thread Polytropon
On Thu, 25 Oct 2012 09:40:20 +0100 (BST), Anton Shterenlikht wrote: From br...@cran.org.uk Thu Oct 25 09:22:33 2012 On 25 Oct 2012, at 08:52, Anton Shterenlikht me...@bristol.ac.uk wrote: I'm probably missing something here. ia64 uses EFI, but there's nothing

FreeBSD based, standalone, print server

2012-10-25 Thread Olivier Nicole
Hi, The network card on my HP 4300 is definitely dead. All I am left with is a... parallel port! But the printer is still working fine, printing fast and in good quality. I don't want to invest in a new network card though, while I have a bunchg of old systems lying around. Solutions are: 1)

Re: FreeBSD based, standalone, print server

2012-10-25 Thread Steve O'Hara-Smith
On Thu, 25 Oct 2012 16:20:35 +0700 (ICT) Olivier Nicole olivier.nic...@cs.ait.ac.th wrote: 2) I find a solution to bridge the parallel port and the ethernet port. This is more exciting and I keep the quota and spooling on the original print server. There are very cheap network

Re: FreeBSD based, standalone, print server

2012-10-25 Thread Polytropon
On Thu, 25 Oct 2012 10:59:52 +0100, Steve O'Hara-Smith wrote: On Thu, 25 Oct 2012 16:20:35 +0700 (ICT) Olivier Nicole olivier.nic...@cs.ait.ac.th wrote: 2) I find a solution to bridge the parallel port and the ethernet port. This is more exciting and I keep the quota and spooling on

Re: FreeBSD based, standalone, print server

2012-10-25 Thread Olivier Nicole
On Thu, Oct 25, 2012 at 5:52 PM, Polytropon free...@edvax.de wrote: On Thu, 25 Oct 2012 10:59:52 +0100, Steve O'Hara-Smith wrote: On Thu, 25 Oct 2012 16:20:35 +0700 (ICT) Olivier Nicole olivier.nic...@cs.ait.ac.th wrote: 2) I find a solution to bridge the parallel port and the ethernet

Re: FreeBSD based, standalone, print server

2012-10-25 Thread Steve O'Hara-Smith
On Thu, 25 Oct 2012 18:10:13 +0700 Olivier Nicole olivier.nic...@cs.ait.ac.th wrote: I am digging along the line of netgraph, but ther eis no netgraph for parallel port :( If there was it would be a connection to a PLIP network - actually I'd be surprised if there wasn't. -- Steve

RE: FreeBSD based, standalone, print server

2012-10-25 Thread Graeme Dargie
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Olivier Nicole Sent: 25 October 2012 10:21 To: freebsd-questions@freebsd.org Subject: FreeBSD based, standalone, print server Hi, The network card on my HP 4300 is

Re: kernel config

2012-10-25 Thread jb
jb jb.1234abcd at gmail.com writes: ... What decides about that (built-in or module) ? # kldstat -v |grep cd9660 414 cd9660 # kldstat -v |grep ext2fs 151 0xc9911000 11000ext2fs.ko (/boot/kernel/ext2fs.ko) 538 ext2fs That was already clarified. jb

Order Inquiry

2012-10-25 Thread The Marsid-MM
Hello, We are at Mono Group of comapany. We would like to inquire if you have in stock or can special order any of the item described below: Cartridge Ink OEM Original Only. HP TONER CARTRIDGE INK - BLACK COLOR 1: HP TONER 1: HP C9731A (31A) OEM Cyan 2: HP C9732A (32A) OEM Yellow 3: HP

BIND - slaving the root zone and signature expired

2012-10-25 Thread Damien Fleuriot
Hello list, Anyone else experienced this problem today ? We slave the root zone and have received signature expired errors. We slave the root zone like so: zone . { type slave; file /etc/namedb/slave/root.slave; masters { 192.5.5.241;//

Re: FreeBSD based, standalone, print server

2012-10-25 Thread Warren Block
On Thu, 25 Oct 2012, Olivier Nicole wrote: The network card on my HP 4300 is definitely dead. All I am left with is a... parallel port! Just for clarity, is that the good kind of HP 4300, a laser printer, or the other kind, a multifunction inkjet? But the printer is still working fine,

Re: FreeBSD based, standalone, print server

2012-10-25 Thread Olivier Nicole
Hi Graeme, You might be able to dig up a network to parallel port jet direct box fairly cheap from a well known auction site. Yes, but shipment to Thailand is like 4 times the price of the card :( Olivier ___ freebsd-questions@freebsd.org mailing

Re: FreeBSD based, standalone, print server

2012-10-25 Thread Olivier Nicole
HI Warren The network card on my HP 4300 is definitely dead. All I am left with is a... parallel port! Just for clarity, is that the good kind of HP 4300, a laser printer, or the other kind, a multifunction inkjet? That's a good old fashioned HP LaserJet 4300 dt(n) (it has lost the n with

Re: BIND - slaving the root zone and signature expired

2012-10-25 Thread Warren Block
On Thu, 25 Oct 2012, Damien Fleuriot wrote: Anyone else experienced this problem today ? We slave the root zone and have received signature expired errors. Found this: https://lists.dns-oarc.net/pipermail/dns-operations/2011-March/007116.html which leads to this:

Question about EMC CX4-120

2012-10-25 Thread Leonardo Santagostini
Hello everybody After googling a lot i couldnt find any resource that tell me if it could be able to recognize luns provided by the cx4-120 on freebsd 9.0. Could someone give a clue at least? Thanks in advance, Regards Saludos.- Leonardo Santagostini

Re: BIND - slaving the root zone and signature expired

2012-10-25 Thread Damien Fleuriot
On 25 October 2012 18:33, Warren Block wbl...@wonkity.com wrote: On Thu, 25 Oct 2012, Damien Fleuriot wrote: Anyone else experienced this problem today ? We slave the root zone and have received signature expired errors. Found this:

Re: BIND - slaving the root zone and signature expired

2012-10-25 Thread Damien Fleuriot
On 25 October 2012 18:55, Damien Fleuriot m...@my.gd wrote: On 25 October 2012 18:33, Warren Block wbl...@wonkity.com wrote: On Thu, 25 Oct 2012, Damien Fleuriot wrote: Anyone else experienced this problem today ? We slave the root zone and have received signature expired errors. Found

Full system update.

2012-10-25 Thread Ashkan Rahmani
Hi, How I can update system completely some thing like apt-get dist-upgrade in Debian? --- Best Regards, Ashkan R ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: Full system update.

2012-10-25 Thread Matthew Seaman
On 25/10/2012 20:19, Ashkan Rahmani wrote: How I can update system completely some thing like apt-get dist-upgrade in Debian? You can't. With FreeBSD it's always a two step thing, because it has the distinction between the base system and ported software. You probably want freebsd-update(8)

[SOLVED] Re: Chesar

2012-10-25 Thread Andrea Venturoli
On 10/08/12 12:43, Andrea Venturoli wrote: On 09/22/12 17:43, Andrea Venturoli wrote: I'm using tomcat-6.0.35 and openjdk6-b24_4, if that helps. I'll try openjdk either with tomcat6 or 7. Hi Michale. I finally got around trying openjdk, but that didn't work either. I also tried within a

[SOLVED]Re: Graphiz broke because of swig

2012-10-25 Thread Joseph a Nagy Jr
On 10/14/12 12:11, Matthew Seaman wrote: On 14/10/2012 16:37, Joseph a Nagy Jr wrote: I was installing my system earlier (dual-boot Ubuntu 12.04LTS/FreeBSD 9.0; Ubuntu was already present) and while installing subversion, one of the many co-dependencies of the many programs that were being

Re: FreeBSD based, standalone, print server

2012-10-25 Thread RW
On Thu, 25 Oct 2012 16:20:35 +0700 (ICT) Olivier Nicole wrote: Hi, The network card on my HP 4300 is definitely dead. I don't want to invest in a new network card though, while I have a bunchg of old systems lying around. Have you considered the cost of powering an additional computer?

rc.conf and loader.conf

2012-10-25 Thread Ashkan Rahmani
hi, what is the best order of items in rc.conf and loader.conf? actually items order is important? Best regards, Ashkan ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: rc.conf and loader.conf

2012-10-25 Thread Devin Teske
On Oct 25, 2012, at 5:17 PM, Ashkan Rahmani wrote: hi, what is the best order of items in rc.conf and loader.conf? actually items order is important? order does not matter (unless you have duplicates -- in which case later assignments override previous ones). -- Devin _ The

Re: rc.conf and loader.conf

2012-10-25 Thread Erich Dollansky
Hi, On Fri, 26 Oct 2012 03:47:29 +0330 Ashkan Rahmani ashkan...@gmail.com wrote: hi, what is the best order of items in rc.conf and loader.conf? actually items order is important? as you know already, the order does not matter at all. But there some modules which cannot coexist. I prefer

Re: Full system update.

2012-10-25 Thread Alexandr Alexeev
The closest equivalent of `sudo apt-get dist-upgrade` in FreeBSD is `pkg_upgrade -a`. This tool is a part of bsdadminscripts package. If you also wanted to upgrade a kernel, look at freebsd-update. But don't forget that in FreeBSD all is not so simple like in Debian. You have to monitor

Re: rc.conf and loader.conf

2012-10-25 Thread Trond Endrestøl
On Fri, 26 Oct 2012 03:47+0330, Ashkan Rahmani wrote: hi, what is the best order of items in rc.conf and loader.conf? actually items order is important? Order is not important, as explained by someone else on the list. However, I like to keep the lines in the /etc/rc.conf file in the same