Re: how to do a live migration of a freebsd box to another box with rsync

2009-07-06 Thread Ruben de Groot
On Sun, Jul 05, 2009 at 06:18:03PM +0200, insrc typed: Hi, I'm used to migrate GNU/Linux system from one box to another by booting the second box with a liveCD (like systemrescueCD for example) and by copying the / filesystem (using the ssh transport) with rsync. I would like to do the same

Re: error when complie kernel.

2009-07-06 Thread Michael Powell
tang huu trong wrote: Dear all. i got a problem while complie my kernel to support PAE. below is my process. 1 - cp /usr/src/sys/i386/GENERIC /root/kernels/MYKERNEL 2 - cd /usr/src/sys/i386 3 - ln -s /root/kernels/MYKERNEL 4 - vi /usr/src/sys/i386/MYKERNEL 5 - add line options

Re: good morning to all

2009-07-06 Thread Matthew Seaman
malathi selvaraj wrote: i have any error like this enter the full path of shell or RETURN fr /bin/sh: after that i reinstall freebsd. and it will working, but now system is not boot, it show error unable to load a kernel .. So after the first problem, you reinstalled the system, which worked

good afternoon to all

2009-07-06 Thread malathi selvaraj
how to install freebsd7.2 i got some error like add of package xorg-server-1.6.0.1 aborted.error code 1- please check the debug screen for more info add of package atk-1.26.0 aborted, error code-1 please check the debug screen for more infor i got this type of error during installation time

Re: Urgent help needed : portmaster dies on py-cairo

2009-07-06 Thread manish jain
2009/7/6 b. f. bf1...@googlemail.com Manish Jain wrote: After 3-4 hours, portsnap died on graphics/py-cairo saying : cannot find python headers I'm guessing you meant portmaster died here ... /usr/ports/graphics/py-cairo/work/pycairo-1.8.4/config.log says : configure:4734: cc -E

Re: Urgent help needed : portmaster dies on py-cairo

2009-07-06 Thread Anton Shterenlikht
On Mon, Jul 06, 2009 at 02:50:35PM +0530, manish jain wrote: 2009/7/6 b. f. bf1...@googlemail.com After running pkgdb -F, I find that there hundreds of ports depending on python2.5. You shouldn't have 2.5 installed at all. It should be upgraded to 2.6 and changes propagated to all dependent

Re: Urgent help needed : portmaster dies on py-cairo

2009-07-06 Thread Matthew Seaman
manish jain wrote: 1) How do I find or set PYTHON_DEFAULT_VERSION ? It's defined in /usr/ports/Mk/bsd.python.mk -- the default is 'python2.6' since 2009-06-08. If you want to use a non-default value you can override the default by adding eg.: PYTHON_DEFAULT_VERSION= python2.5 to

after some time - error: can't open display: :0.0

2009-07-06 Thread Anton Shterenlikht
This is on FBSD 8.0-current i386 with intel 845G video chip, with xorg-server-1.6.1,1 and xdm-1.1.8_1. Initially the server starts fine, but after a while I cannot open any new window, whether it is xterm, xpdf, display, firefox, etc. I get: % xterm [2] 85659 % No protocol specified xterm Xt

Re: SanDisk FreeBSD 7.2 p1 install

2009-07-06 Thread Chris Whitehouse
Al Plant wrote: Aloha, I read that the kernel module ndis0 work with wireless devices. Where do I get the original W32 driver.inf for the Broadcom 4310 wireless? Either on a CD/DVD that came with the machine or the Broadcom Wireless LAN Driver here if yours is HP 2133 Mini-Notebook

Re: good afternoon to all

2009-07-06 Thread Bill Moran
In response to malathi selvaraj malathira...@gmail.com: Please choose a better subject line. The repeated good current time of day subjects you're using have two problems: 1) It's not afternoon in my part of the world. 2) It doesn't tell me if I should read your email or not. There's lots more

Re: how to do a live migration of a freebsd box to another box with rsync

2009-07-06 Thread Jeff Laine
Hi, I'm used to migrate GNU/Linux system from one box to another by booting the second box with a liveCD (like systemrescueCD for example) and by copying the / filesystem (using the ssh transport) with rsync. I would like to do the same for BSD system but i have two issues: - as the UFS

Re: Urgent help needed : portmaster dies on py-cairo

2009-07-06 Thread b. f.
On 7/6/09, manish jain invalid.poin...@gmail.com wrote: 2009/7/6 b. f. bf1...@googlemail.com After running pkgdb -F, I find that there hundreds of ports depending on python2.5. Most of these are probably indirectly dependent, and may not be seriously affected. Many, for example, may have

Re: FixIt CD Tool Availability

2009-07-06 Thread Drew Tomlinson
Michel Talon wrote: Drew Tomlinson wrote: The command 'gmirror label root ad8a ad6a' does not return an error but no device is created in /dev/mirror The command 'zpool create data raid1z ad14d ad12d ad8d ad6d' gives me an error about the ZFS library being unavailable. Are these tools

Speakeasy Referral Partner Program

2009-07-06 Thread Stefan Walker
My name is Stefan Walker. I am trying to develop some referral partners in your region and wanted to see if you would be interested in teaming up with me and Speakeasy. We offer a very nice residual commission of 14%. I have included information about our program. FYI- Attached is an overview

How to modify the default unmount time of automounter (amd)?

2009-07-06 Thread Unga
Hi all I'm using the amd that comes with the FreeBSD 7.2 i386. I want to automatically mount and unmount an USB thumbdrive. Mounting part work well, but the unmounting part does work as specified. I have set utimeout=1 but amd still take 120 seconds to automatically unmount. cat /etc/rc.conf

Re: can't get atheros ar2413 to connect under freebsd 7.2

2009-07-06 Thread Atheer Elobadi
i run 'wpa_supplicant -ddq -i ath0 -c /etc/wpa_supplicant.conf': Initializing interface 'ath0' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/etc/wpa_supplicant.conf' - '/etc/wpa_supplicant.conf' Reading configuration file

Re: can't get atheros ar2413 to connect under freebsd 7.2

2009-07-06 Thread Paul B. Mahol
On 7/6/09, Atheer Elobadi atheer.elob...@gmail.com wrote: i run 'wpa_supplicant -ddq -i ath0 -c /etc/wpa_supplicant.conf': Initializing interface 'ath0' conf '/etc/wpa_supplicant.conf' driver 'default' ctrl_interface 'N/A' bridge 'N/A' Configuration file '/etc/wpa_supplicant.conf' -

Re: how to do a live migration of a freebsd box to another box with rsync

2009-07-06 Thread insrc
Hi, Thanks guys, everything worked perfectly ! - For the liveCD, i booted the second box with FreeNAS ( http://www.freenas.org/index.php?lang=fr ) , which include rsync and ssh :-) - Created the partition layout following the official doc

Re: can't get atheros ar2413 to connect under freebsd 7.2

2009-07-06 Thread Atheer Elobadi
sorry, i run 'wlandebug +scan' then i run 'ifconfig ath0 up scan' and this is the output: ath0: ieee80211_start_scan: active scan, duration 2147 483647, desired mode auto, append, nopick, once ath0: scan set 1g, 6g, 11g, 7g, 13g, 2g, 3g, 4g, 5g, 8g, 9g, 10g, 12g dwell min 20 max 200 ath0:

processor concern

2009-07-06 Thread Ergosky
Hi. I want to download and start using FreeBSD but I've investigated about the differences between the processors architecture. My processor has a i686 architecture but there just seems to be a i386 full-arquitecture supported by the OS. I want to know if there's a distribution optimized for my

Re: processor concern

2009-07-06 Thread Mehmet Erol Sanliturk
On Mon, Jul 6, 2009 at 3:27 PM, Ergosky powerg...@hotmail.com wrote: Hi. I want to download and start using FreeBSD but I've investigated about the differences between the processors architecture. My processor has a i686 architecture but there just seems to be a i386 full-arquitecture

Re: processor concern

2009-07-06 Thread Bill Moran
In response to Ergosky powerg...@hotmail.com: Hi. I want to download and start using FreeBSD but I've investigated about the differences between the processors architecture. My processor has a i686 architecture but there just seems to be a i386 full-arquitecture supported by the OS. I want

Re: processor concern

2009-07-06 Thread Adam Vande More
On Mon, Jul 6, 2009 at 2:27 PM, Ergosky powerg...@hotmail.com wrote: Hi. I want to download and start using FreeBSD but I've investigated about the differences between the processors architecture. My processor has a i686 architecture but there just seems to be a i386 full-arquitecture

Re: can't get atheros ar2413 to connect under freebsd 7.2

2009-07-06 Thread Paul B. Mahol
On 7/6/09, Atheer Elobadi atheer.elob...@gmail.com wrote: sorry, i run 'wlandebug +scan' then i run 'ifconfig ath0 up scan' and this is the output: Doest ath0 attaches properly? Try changing ath debug flags via sysctl(8) and look for interesting errors. (disable wlandebug flags - they are no

Re: SanDisk FreeBSD 7.2 p1 install

2009-07-06 Thread Chris Whitehouse
Al Plant wrote: Chris Whitehouse wrote: Al Plant wrote: Aloha, I read that the kernel module ndis0 work with wireless devices. Where do I get the original W32 driver.inf for the Broadcom 4310 wireless? Either on a CD/DVD that came with the machine or the Broadcom Wireless LAN Driver

Mounting a cf card in a pcmcia adapter

2009-07-06 Thread Tobias Roth
Hi This used to work quite some time ago, when there still was pccardd. How does it work these days (with 7.x)? I didn't find any documentation on this. I get as far as cbb0: 16-bit card inserted, but no pccard bus. pccard0: 16-bit PCCard bus on cbb0 pccard0: unknown card (manufacturer=0x0045,

Re: good morning to all

2009-07-06 Thread Karl Vogel
Earlier, malathi selvaraj wrote: M after that i reinstall freebsd. and it will working, but now system is M not boot, it show error unable to load a kernel .. On Mon, 06 Jul 2009 09:48:20 +0100, Matthew Seaman m.sea...@infracaninophile.co.uk said: M So after the first problem, you

gnome2 - sysctl

2009-07-06 Thread Roy Stuivenberg
Hello, Sometimes when I send a message with pidgin, or evolution, the application shuts down. Is there an option with sysctl, that would prevent this to happen? I'm running FreeBSD 7.2 stable - gnome2 Regards, Roy. ___ freebsd-questions@freebsd.org

VirtualBox 2.2.51

2009-07-06 Thread Leonardo M . Ramé
Hi, I installed VirtualBox on a FreeBSD 7.2-RELEASE i386 and it works almost all well, but GuestAdditions. When I try to mount GuestAdditions ISO, VBox hangs. If I kill the two VirtualBox processes, then I can't start it again, until I reboot the machine. Anyone can run Guest Additions

Re: VirtualBox 2.2.51

2009-07-06 Thread Leonardo M . Ramé
Sorry, I found freebsd-emulat...@freebsd.org, I'll ask there. Leonardo M. Ramé http://leonardorame.blogspot.com - Original Message From: Leonardo M. Ramé martinr...@yahoo.com To: freebsd-questions@freebsd.org Sent: Monday, July 6, 2009 10:56:51 PM Subject: VirtualBox 2.2.51 Hi, I

Ultimo aviso seu email Hotmail sera excluido em ate 24 horas.

2009-07-06 Thread Equipe Windows Live
Caso não esteja visualizando este e-mail, clique aqui Caro usuário, sua caixa de mensagens eletrônicas ( e-mail ) está em processo de exclusão dentro de 48 horas se não for efetuada a revalidação, ele será infelizmente deletado do Hotmail. Para sua