Re: copying milllions of small files and millions of dirs

2013-08-15 Thread Nicolas KOWALSKI
On Thu, Aug 15, 2013 at 11:13:25AM -0700, aurfalien wrote: > Is there a faster way to copy files over NFS? I would use find+cpio. This handles hard links, permissions, and in case of later runs, will not copy files if they already exist on the destination. # cd /source/dir # find . | cpio -pvdm

Re: Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-15 Thread Adrian Chadd
Hi! I'm glad someone else is seeing this! I have the same behaviour with KDE4 on my T60 and T400. If I go to run amiwm (because hey, Workbench is awesome!) it doesn't happen. .. and bah, I wish the resume worked for you. It works fine for me on T42i, T60, T400. -adrian On 15 August 2013 23

Tex Live vs. print/texlive-full (was Re: texlive and package updating)

2013-08-15 Thread Aymeric Mansoux
Hello, On Sat, August 10, 2013 6:03 pm, Nikola Pavlović wrote: > On 09/08/13 18:40, Tim Daneliuk wrote: >> I've given up on all OS distribution-based TexLive drops. I install >> texlive manually from their installer and then run tlmgr under >> cron control nightly to keep it up-to-date. I do th

Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-15 Thread Matthias Petermann
Hello, I have a Lenovo X121e running Current with X and the Gnome desktop. Beside other issues[1] there is a strange behavior of Gnome-Desktop (and GDM too). When I press "Fn" without any additional key, the device immediately goes to sleep. As the X121e cannot resume properly from sleep, th

Laptop Fn key causes X (Gnome 2) to sleep immediately

2013-08-15 Thread Matthias Petermann
Hello, I have a Lenovo X121e running Current with X and the Gnome desktop. Beside other issues[1] there is a strange behavior of Gnome-Desktop (and GDM too). When I press "Fn" without any additional key, the device immediately goes to sleep. As the X121e cannot resume properly from sleep, th

failure of libGL to compile on 9.2-PRERELEASE

2013-08-15 Thread dacoder
i'm having trouble compiling libGL on 9.2-PRERELEASE using portmaster. firefox requires it. here's how the compile log file that i created ends: gmake[3]: Nothing to be done for `default'. gmake[3]: Leaving directory `/usr/ports/graphics/libGL/work/Mesa-8.0.5/src/mesa/x86' cc -c -o main/api_exe

zilstat.ksh

2013-08-15 Thread aurfalien
Hi all, I seem to have dtrace enabled on my system which is great. However the dirs on FreeBSDs site for enabling dtrace are really easy to follow so no big deal on that front. Hats off to the docs, very very simple and thorough. Lovin the FreeBSD community. Ok, hugs over. When I run zilst

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread iamatt
I would use ndmp. That is how we archive our nas crap isilon stuff but we have the backend accelerators Not sure if there is ndmp for FreeBSD. Like another poster said you are most likely i/o bound anyway. On Thu, Aug 15, 2013 at 2:14 PM, aurfalien wrote: > > On Aug 15, 2013, at 11:52 A

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread aurfalien
On Aug 15, 2013, at 1:35 PM, Roland Smith wrote: > On Thu, Aug 15, 2013 at 11:13:25AM -0700, aurfalien wrote: >> Hi all, >> >> Is there a faster way to copy files over NFS? > > Can you log into your NAS with ssh or telnet? I can but thats a back channel link of 100Mb link. - aurf

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread aurfalien
On Aug 15, 2013, at 1:22 PM, Charles Swiger wrote: > [ ...combining replies for brevity... ] > > On Aug 15, 2013, at 1:02 PM, Frank Leonhardt wrote: >> I'm reading all this with interest. The first thing I'd have tried would be >> tar (and probably netcat) but I'm a probably bit of a dinosaur.

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread Roland Smith
On Thu, Aug 15, 2013 at 11:13:25AM -0700, aurfalien wrote: > Hi all, > > Is there a faster way to copy files over NFS? Can you log into your NAS with ssh or telnet? It so I would suggest using tar(1) and nc(1). It has been a while since I measured it, but IIRC the combination of tar (without com

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread Charles Swiger
[ ...combining replies for brevity... ] On Aug 15, 2013, at 1:02 PM, Frank Leonhardt wrote: > I'm reading all this with interest. The first thing I'd have tried would be > tar (and probably netcat) but I'm a probably bit of a dinosaur. (If someone > wants to buy me some really big drives I prom

Re: FreeBSD 9.2

2013-08-15 Thread Doug Hardie
On 15 August 2013, at 06:37, ajtiM wrote: > > How will be ATI supported in FreeBSD 9.2, please? I like bluetooth mouse. Is > it supported? > > I try Linux Mint and it works perfect. I am downloading live CD for NetBSD > (jibbed) and I will see how is works but I like to install FreeBSD (not

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread Frank Leonhardt
On 15/08/2013 19:13, aurfalien wrote: Hi all, Is there a faster way to copy files over NFS? Currently breaking up a simple rsync over 7 or so scripts which copies 22 dirs having ~500,000 dirs or files each. I'm reading all this with interest. The first thing I'd have tried would be tar (an

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread Charles Swiger
On Aug 15, 2013, at 11:37 AM, aurfalien wrote: > On Aug 15, 2013, at 11:26 AM, Charles Swiger wrote: >> On Aug 15, 2013, at 11:13 AM, aurfalien wrote: >>> Is there a faster way to copy files over NFS? >> >> Probably. > > Ok, thanks for the specifics. You're most welcome. >>> Currently breakin

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread aurfalien
On Aug 15, 2013, at 12:36 PM, Adam Vande More wrote: > On Thu, Aug 15, 2013 at 1:13 PM, aurfalien wrote: > Hi all, > > Is there a faster way to copy files over NFS? > > Remove NFS from the setup. Yea, your mouth to gods ears. My BlueArc is an NFS NAS only box. So no way to get to the data

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread Adam Vande More
On Thu, Aug 15, 2013 at 1:13 PM, aurfalien wrote: > Hi all, > > Is there a faster way to copy files over NFS? > Remove NFS from the setup. -- Adam Vande More ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread Charles Swiger
On Aug 15, 2013, at 11:13 AM, aurfalien wrote: > Is there a faster way to copy files over NFS? Probably. > Currently breaking up a simple rsync over 7 or so scripts which copies 22 > dirs having ~500,000 dirs or files each. There's a maximum useful concurrency which depends on how many disk sp

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread aurfalien
On Aug 15, 2013, at 11:52 AM, Charles Swiger wrote: > On Aug 15, 2013, at 11:37 AM, aurfalien wrote: >> On Aug 15, 2013, at 11:26 AM, Charles Swiger wrote: >>> On Aug 15, 2013, at 11:13 AM, aurfalien wrote: Is there a faster way to copy files over NFS? >>> >>> Probably. >> >> Ok, thanks

Re: copying milllions of small files and millions of dirs

2013-08-15 Thread aurfalien
On Aug 15, 2013, at 11:26 AM, Charles Swiger wrote: > On Aug 15, 2013, at 11:13 AM, aurfalien wrote: >> Is there a faster way to copy files over NFS? > > Probably. Ok, thanks for the specifics. >> Currently breaking up a simple rsync over 7 or so scripts which copies 22 >> dirs having ~500,0

Re: where to start with PGP/GPG?

2013-08-15 Thread cpghost
On 08/15/13 14:16, Anton Shterenlikht wrote: > I never needed to use pgp till now. > So I'm not sure where to start. > Is security/gnupg the way to go? > Any other advice? security/gnupg + security/pinentry is the way to go. Additionally, if you use this for E-Mail, consider using thunderbird with

copying milllions of small files and millions of dirs

2013-08-15 Thread aurfalien
Hi all, Is there a faster way to copy files over NFS? Currently breaking up a simple rsync over 7 or so scripts which copies 22 dirs having ~500,000 dirs or files each. Obviously reading all the meta data is a PITA. Doin 10Gb/jumbos but in this case it don't make much of a hoot of a diff. Goi

Re: ZFS Snapshots Not able to be accessed under .zfs/snapshot/name

2013-08-15 Thread dweimer
On 08/14/2013 9:43 pm, Shane Ambler wrote: On 14/08/2013 22:57, dweimer wrote: I have a few systems running on ZFS with a backup script that creates snapshots, then backs up the .zfs/snapshot/name directory to make sure open files are not missed. This has been working great but all of the su

Re: where to start with PGP/GPG?

2013-08-15 Thread Anton Shterenlikht
>From mexas Thu Aug 15 13:16:09 2013 >To: freebsd-questions@freebsd.org >Subject: where to start with PGP/GPG? >Reply-To: me...@bris.ac.uk > >I never needed to use pgp till now. >So I'm not sure where to start. >Is security/gnupg the way to go? >Any other advice? Answering my own question, this gu

FreeBSD 9.2

2013-08-15 Thread ajtiM
Hi! I did stop using FreeBSD three months ago and with to iMac computer (older one) but I like start using FreeBSD again - I like it more. My computer is: iMac 27-inch, Late 2009 Processor 2.8 GHz Intel Core i7 Memory 8GB and graphics cars is ATI Radeon: Chipset Model: ATI Radeon HD 4850 Type

Re: where to start with PGP/GPG?

2013-08-15 Thread staticsafe
On Thu, Aug 15, 2013 at 01:16:09PM +0100, Anton Shterenlikht wrote: > I never needed to use pgp till now. > So I'm not sure where to start. > Is security/gnupg the way to go? > Any other advice? > > Thanks > Anton https://we.riseup.net/riseuplabs+paow/openpgp-best-practices is a good place to get

Re: High availability on remote site

2013-08-15 Thread Frank Leonhardt
On 15/08/2013 13:18, Mark Felder wrote: On Thu, 15 Aug 2013 18:19:35 +0700 Olivier Nicole wrote: Hi, I have been assigned to offer HA on a 3 tiers architecture. Data storage tier will be MySQL, so replication is easy. Keep in mind that MySQL replication has plenty of its own issues. It doe

Re: where to start with PGP/GPG?

2013-08-15 Thread Anton Shterenlikht
>From tr...@fagskolen.gjovik.no Thu Aug 15 13:28:22 2013 > >On Thu, 15 Aug 2013 13:16+0100, Anton Shterenlikht wrote: > >> I never needed to use pgp till now. >> So I'm not sure where to start. >> Is security/gnupg the way to go? >> Any other advice? > >Consider the use of security/pinentry for ent

Re: where to start with PGP/GPG?

2013-08-15 Thread Trond Endrestøl
On Thu, 15 Aug 2013 13:16+0100, Anton Shterenlikht wrote: > I never needed to use pgp till now. > So I'm not sure where to start. > Is security/gnupg the way to go? > Any other advice? Consider the use of security/pinentry for entering passphrases. -- +---+--

Re: High availability on remote site

2013-08-15 Thread Mark Felder
On Thu, 15 Aug 2013 18:19:35 +0700 Olivier Nicole wrote: > Hi, > > I have been assigned to offer HA on a 3 tiers architecture. > > Data storage tier will be MySQL, so replication is easy. > Keep in mind that MySQL replication has plenty of its own issues. It does not replicate every SQL comman

where to start with PGP/GPG?

2013-08-15 Thread Anton Shterenlikht
I never needed to use pgp till now. So I'm not sure where to start. Is security/gnupg the way to go? Any other advice? Thanks Anton ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe,

Re: High availability on remote site

2013-08-15 Thread Matthew Seaman
On 15/08/2013 12:19, Olivier Nicole wrote: > I have been assigned to offer HA on a 3 tiers architecture. > > Data storage tier will be MySQL, so replication is easy. > > HA should be implemented only on the Data storage tier, Active/Active, > but one of the sites is remote! > > When everything i

High availability on remote site

2013-08-15 Thread Olivier Nicole
Hi, I have been assigned to offer HA on a 3 tiers architecture. Data storage tier will be MySQL, so replication is easy. HA should be implemented only on the Data storage tier, Active/Active, but one of the sites is remote! When everything is working, each application accesses the local MySQL t