Re: utility to compare 2 dir trees

2012-12-31 Thread Matthew Seaman
On 01/01/2013 01:23, Fbsd8 wrote: > I want to compare 2 different directory trees to each other to locate > any differences in directories and files contained there in. > > Any suggestions? diff -ru directory1 directory2 Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. PGP:

Re: buffalo wli-uc-gn wireless card sometimes unusable and emit "run0: wcid=xx out of range"

2012-12-31 Thread Jov
thanks very much,i will try the patch. jov 在 2013-1-1 下午1:19,"PseudoCylon" 写道: > > Message: 13 > > Date: Mon, 31 Dec 2012 18:11:04 +0800 > > From: Jov > > To: freebsd-questions@freebsd.org > > Subject: buffalo wli-uc-gn wireless card sometimes unusable and emit > > "run0: wcid=xx out of

Re: buffalo wli-uc-gn wireless card sometimes unusable and emit "run0: wcid=xx out of range"

2012-12-31 Thread PseudoCylon
> Message: 13 > Date: Mon, 31 Dec 2012 18:11:04 +0800 > From: Jov > To: freebsd-questions@freebsd.org > Subject: buffalo wli-uc-gn wireless card sometimes unusable and emit > "run0: wcid=xx out of range" > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > hi expert

Re: utility to compare 2 dir trees

2012-12-31 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Mon Dec 31 19:26:37 2012 > Date: Mon, 31 Dec 2012 20:23:33 -0500 > From: Fbsd8 > To: FreeBSD Questions > Subject: utility to compare 2 dir trees > > I want to compare 2 different directory trees to each other to locate > any differences in directories

Re: utility to compare 2 dir trees

2012-12-31 Thread Fbsd8
Fbsd8 wrote: Erich Dollansky wrote: Hi, On Mon, 31 Dec 2012 20:45:39 -0500 Fbsd8 wrote: Adam Vande More wrote: On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 wrote: I want to compare 2 different directory trees to each other to locate any differences in directories and files contained there in.

Re: changing prompt for user in jail

2012-12-31 Thread Polytropon
On Mon, 31 Dec 2012 12:29:44 -0500, Fbsd8 wrote: > Aldis Berjoza wrote: > > > > 31.12.2012, 18:26, "Fbsd8" : > > > >> Them I put the set prompt = "# %/ >" statement in the jail's > >> /usr/share/skel/.cshrc and created a different user account > >> using the same pw command, still no joy. > > >

Re: utility to compare 2 dir trees

2012-12-31 Thread Fbsd8
Erich Dollansky wrote: Hi, On Mon, 31 Dec 2012 20:45:39 -0500 Fbsd8 wrote: Adam Vande More wrote: On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 wrote: I want to compare 2 different directory trees to each other to locate any differences in directories and files contained there in. Any suggestio

Re: changing prompt for user in jail

2012-12-31 Thread Polytropon
On Mon, 31 Dec 2012 11:25:38 -0500, Fbsd8 wrote: > Now when I login to the jail over remote ssh to the just created user > account I get the % prompt, then su to root and get the > set prompt = "# %/ >". > I want that same prompt for all user I create in the jail. Each user you add will have "pre

Re: utility to compare 2 dir trees

2012-12-31 Thread Erich Dollansky
Hi, On Mon, 31 Dec 2012 20:45:39 -0500 Fbsd8 wrote: > Adam Vande More wrote: > > On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 > > wrote: > > > >> I want to compare 2 different directory trees to each other to > >> locate any differences in directories and files contained there in. > >> > >> Any sugg

Re: utility to compare 2 dir trees

2012-12-31 Thread Fbsd8
Adam Vande More wrote: On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 wrote: I want to compare 2 different directory trees to each other to locate any differences in directories and files contained there in. Any suggestions? mtree(8) From the man page I don't see how to code mtree to compare 2

Re: utility to compare 2 dir trees

2012-12-31 Thread Adam Vande More
On Mon, Dec 31, 2012 at 7:23 PM, Fbsd8 wrote: > I want to compare 2 different directory trees to each other to locate any > differences in directories and files contained there in. > > Any suggestions? > mtree(8) -- Adam Vande More ___ freebsd-questi

utility to compare 2 dir trees

2012-12-31 Thread Fbsd8
I want to compare 2 different directory trees to each other to locate any differences in directories and files contained there in. Any suggestions? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-quest

Re: Optimus VGA support in new release 9.1

2012-12-31 Thread Sam Fourman Jr.
> If the BIOS allows turning off the NVidia graphics, FreeBSD 9.1 has a KMS > driver that will support the Intel graphics. You don't even need bios to support turning off the nvidia card.. im using a Asus N53SV-XR1 it has a nvidia optimus GT540M.. KMS works for the intel video card. so long as yo

Re: changing prompt for user in jail

2012-12-31 Thread Fbsd8
Aldis Berjoza wrote: 31.12.2012, 18:26, "Fbsd8" : Them I put the set prompt = "# %/ >" statement in the jail's /usr/share/skel/.cshrc and created a different user account using the same pw command, still no joy. Shouldn't that be /etc/skel/.cshrc ? Nope, no such directory as /etc/skel as

Re: problem after installkernel going from 9.0 to CURRENT

2012-12-31 Thread Robert Huff
On 12/30/2012 7:11 PM, Robert Huff wrote: It indicates that the / partition cannot be mounted to continue booting. Maybe you can interrupt at the boot loader and examine the mount source for /, or manually set it to be ada0p1? I'll try that. OK - I'm at the part of loader2(?) wh

Re: Bad gpg signature on 9.1 announcement mail?

2012-12-31 Thread grarpamp
This was a local mailer issue. The sig on the release announcement is fine. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.

Re: changing prompt for user in jail

2012-12-31 Thread Aldis Berjoza
31.12.2012, 18:26, "Fbsd8" : > Them I put the set prompt = "# %/ >" statement in the jail's > /usr/share/skel/.cshrc and created a different user account > using the same pw command, still no joy. Shouldn't that be /etc/skel/.cshrc ? -- Aldis Berjoza FreeBSD addict ___

Re: Another question about pkgng

2012-12-31 Thread Walter Hurry
On Sun, 25 Nov 2012 00:02:51 +, Walter Hurry wrote: > On Sat, 24 Nov 2012 21:54:50 +, Matthew Seaman wrote: > >> On 24/11/2012 20:28, Walter Hurry wrote: >>> When I issue 'pkg version -R' it does not actually use the remote >>> repository for comparison; instead it uses the local cache of

Re: plink can not work with serial port

2012-12-31 Thread s m
hello SAM you mean plink works with all ports except modem? can you tell more information to us such as your modem model? On Sat, Dec 29, 2012 at 5:47 PM, saeedeh motlagh wrote: > hello guys > > i have a problem with putty and plink. i want to connect to a modem via > serial port by putty. when

changing prompt for user in jail

2012-12-31 Thread Fbsd8
When I change the prompt for root's .cshrc file in the jail it works as expected. if ($?prompt) then # An interactive shell -- set some stuff up set prompt = "# %/ >" set filec set history = 100 set savehist = 100 set mail = (/var/mail/$USER)

Re: Optimus VGA support in new release 9.1

2012-12-31 Thread Warren Block
On Mon, 31 Dec 2012, Ashkan Rahmani wrote: hi, I really want to migrate to FreeBSD for daily usages, Bu my main issue is my vga card on my notebook, this is optimus. any body knows is it supported in this new release? If the BIOS allows turning off the NVidia graphics, FreeBSD 9.1 has a KMS

Re: Newbie question about freebsd-update: single user mode is not needed anymore?

2012-12-31 Thread Jose Garcia Juanino
El lunes 31 de diciembre a las 16:27:44 CET, ASV escribió: > Hi Jose, > > with the freebsd-update method you don't need to pass through the "make > installworld" as it's a binary patch/upgrade system. > Using "freebsd-update upgrade -r 9.1-RELEASE" for example allows you to > get your system patch

Re: Newbie question about freebsd-update: single user mode is not needed anymore?

2012-12-31 Thread Zyumbilev, Peter
On 31/12/2012 14:13, Jose Garcia Juanino wrote: > Hi, > > I am planning to upgrade from FreeBSD 9.0-RELEASE to > FreeBSD-9.1-RELEASE. With upgrade source method, it is always needed to > do the "make installworld" step in single user mode. But it seems to > be that single user is not required wi

How to handle parallel versions of maintained port?

2012-12-31 Thread Matthias Petermann
Hello, Tryton is a three tier business application framework, consisting of a common server component (finance/trytond), a client (finance/tryton) and a large number of modules (finance/trytond_*) which add support for specific business cases to it. At the time it was introduced to the po

Re: Strange mouse behavior in Gnome2

2012-12-31 Thread Alexander Lindemann
On 12/31/2012 01:58 AM, Shane Ambler wrote: > On 30/12/2012 23:21, Alexander Lindemann wrote: >> Hi, >> >> I have a strange problem with my mouse while using Gnome2 (same >> problem with KDE) on FreeBSD 9: >> >> mouseclicks aren't working if I open another window, my testcase is >> opening the keyb

Newbie question about freebsd-update: single user mode is not needed anymore?

2012-12-31 Thread Jose Garcia Juanino
Hi, I am planning to upgrade from FreeBSD 9.0-RELEASE to FreeBSD-9.1-RELEASE. With upgrade source method, it is always needed to do the "make installworld" step in single user mode. But it seems to be that single user is not required with freebsd-update method, in the second "freebsd-update instal

Re: Using the new C++11 stack on 9.1

2012-12-31 Thread Herbert J. Skuhra
On Mon, 31 Dec 2012 11:39:27 +0100 Marcus Karlsson wrote: > Hello. > > I was very happy when I received the 9.1 announcement in my mailbox, > especially when I read about the inclusion of the new C++11 stack > including LLVM libc++ and libcxxrt. So I decided to test it on a 9.1 > system: > >

Using the new C++11 stack on 9.1

2012-12-31 Thread Marcus Karlsson
Hello. I was very happy when I received the 9.1 announcement in my mailbox, especially when I read about the inclusion of the new C++11 stack including LLVM libc++ and libcxxrt. So I decided to test it on a 9.1 system: clang++ foo.cc -stdlib=libc++ However, the compilation fails: /usr/b

Re: Optimus VGA support in new release 9.1

2012-12-31 Thread Matthew Seaman
On 31/12/2012 10:15, Ashkan Rahmani wrote: > I really want to migrate to FreeBSD for daily usages, Bu my main issue is > my > vga card on my notebook, this is optimus. > > any body knows is it supported in this new release? That's an nVidia card. The FreeBSD version is pretty much irrelevant her

Optimus VGA support in new release 9.1

2012-12-31 Thread Ashkan Rahmani
hi, I really want to migrate to FreeBSD for daily usages, Bu my main issue is my vga card on my notebook, this is optimus. any body knows is it supported in this new release? -- King Regards, Ashkan R < ashkan...@gmail.com > ___ freebsd-questions@freeb

Re: what's wrong with the openbsd-netcat?

2012-12-31 Thread lei yang
Forget to say, My netcat from http://code.google.com/p/openbsd-netcat/source/checkout On 12/31/12, lei yang wrote: > Hi experts > > On my OS, I run kvm with below comand to do the migrate: it meet below > error > 1) > #qemu-system-x86_64 --enable-kvm -smp 2 -m 512 -net nic,model=e1000 > -net tap,

what's wrong with the openbsd-netcat?

2012-12-31 Thread lei yang
Hi experts On my OS, I run kvm with below comand to do the migrate: it meet below error 1) #qemu-system-x86_64 --enable-kvm -smp 2 -m 512 -net nic,model=e1000 -net tap,script=/etc/qemu-ifup -hda /boot/guest_img.raw -kernel /boot/bzImage -append "root=/dev/hda rw console=ttyS0,115200 ip=dhcp selin

buffalo wli-uc-gn wireless card sometimes unusable and emit "run0: wcid=xx out of range"

2012-12-31 Thread Jov
hi experts: I think the hardware is ok because I can use it in Win7. And in Freebsd 9.1,it works for sometime,but sometimes after system reboot or I plug out & plug in the card it my unusable.on the console it emmit: "run0: wcid=xx out of range" where xx is 91,87 and etc. it seams the wifi is co

Re: following 9-STABLE but getting 9.1-PRERELEASE

2012-12-31 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org Mon Dec 31 02:45:09 2012 > Date: Mon, 31 Dec 2012 09:42:03 +0100 (CET) > From: Marco Beishuizen > To: freebsd-questions@freebsd.org > Subject: following 9-STABLE but getting 9.1-PRERELEASE > > Hi, > > I'm following the 9-STABLE branch with svn and just u

Re: following 9-STABLE but getting 9.1-PRERELEASE

2012-12-31 Thread Herbert J. Skuhra
On Mon, 31 Dec 2012 09:42:03 +0100 (CET) Marco Beishuizen wrote: > Hi, > > I'm following the 9-STABLE branch with svn and just updated my > system. But after booting I noticed that my system is still at > 9.1-PRERELEASE, and not 9.1-STABLE or 9-STABLE. > > Does someone know what happened? Yeah

following 9-STABLE but getting 9.1-PRERELEASE

2012-12-31 Thread Marco Beishuizen
Hi, I'm following the 9-STABLE branch with svn and just updated my system. But after booting I noticed that my system is still at 9.1-PRERELEASE, and not 9.1-STABLE or 9-STABLE. Does someone know what happened? Thanks in advance. Regards, Marco -- To get something done, a committee should