Re: umask .ape

2010-12-11 Thread Da Rock
On 12/11/10 17:16, xinyou yan wrote: 1. In my system umask enter 022 I want to know why i do the commander umask -S it show Improper mask not u=rwx,g=. 2. anybody who know how to listen the music like .ape or flac flac will play with mplayer.

linux-kvm

2010-12-11 Thread Da Rock
I've been snooping around and found linux kvm, and wondered if it had been ported. I found a GSOC project from 07 but the code is dated still then. Anyone know what the status of this is? Any further work on it? Cheers ___

Re: umask .ape

2010-12-11 Thread Paul B Mahol
On 12/11/10 17:16, xinyou yan wrote: 2. anybody who know how to listen the music like .ape or flac Any player which use libavcodec. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

ultimate backup choice

2010-12-11 Thread S Mathias
i have: SERVER A SERVER B with full root permisson [ssh, etc] each server has a folder. i want to backup a folder in SERVER A. are there any backup methods, that meets these two requirements? : 1) running from e.g.: a cronjob 2) when running, it just checks the folder in SERVER A and SERVER

Re: ultimate backup choice

2010-12-11 Thread Peter Boosten
On 11 dec 2010, at 13:17, S Mathias wrote: i have: SERVER A SERVER B with full root permisson [ssh, etc] each server has a folder. i want to backup a folder in SERVER A. are there any backup methods, that meets these two requirements? : 1) running from e.g.: a cronjob 2)

Re: xpbargains.net spam [was: Re: 'Broadcom Wireless b/g (BCM4315/BCM22062000)']

2010-12-11 Thread Chris Brennan
On Fri, Dec 10, 2010 at 8:47 AM, Ian Smith smi...@nimnet.asn.au wrote: In freebsd-questions Digest, Vol 340, Issue 11, Message: 27 On Fri, 10 Dec 2010 00:54:37 -0500 On Sun, Nov 7, 2010 at 9:54 AM, Paul B Mahol one...@gmail.com wrote: No, he didn't. These mails are FORGED as being from

bash increment in a given way

2010-12-11 Thread S Mathias
It's ok, that i can use this, when i want an incrementing sequence, in a given way: # {START..END..INCREMENT} $ for i in {0..10..2}; do echo Welcome $i times; done Welcome 0 times Welcome 2 times Welcome 4 times Welcome 6 times Welcome 8 times Welcome 10 times $ but what's the magic for this? :

Re: ultimate backup choice

2010-12-11 Thread Polytropon
On Sat, 11 Dec 2010 04:17:46 -0800 (PST), S Mathias smathias1...@yahoo.com wrote: each server has a folder. Allow me a polite sidenote: Please try to use the correct terminology. Those are called directories, not folders. i want to backup a folder in SERVER A. are there any backup

Re: ultimate backup choice

2010-12-11 Thread Indexer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 1) running from e.g.: a cronjob 2) when running, it just checks the folder in SERVER A and SERVER B. if a file/folder has been added/removed/ modified in the SERVER A's folder, then it copies/removes it/them to SERVER B's folder.

Re: Runaway ProFTP?

2010-12-11 Thread Michael Powell
Grant Peel wrote: snip] \FYI for anyone that is following my thread on updating one single port: I must have a somwhat busted installation. Using port upgrade failed ... sorry I did not remember to keep the output, but, I was able to download the source from proftpd.org and install it from

Re: xpbargains.net spam [was: Re: 'Broadcom Wireless b/g (BCM4315/BCM22062000)']

2010-12-11 Thread Bruce Cran
On Sat, 11 Dec 2010 10:41:48 -0500 Chris Brennan xa...@xaerolimit.net wrote: Does GMail provide access to the full headers? Click the down arrow and select Show original. -- Bruce Cran ___ freebsd-questions@freebsd.org mailing list

Re: xpbargains.net spam [was: Re: 'Broadcom Wireless b/g (BCM4315/BCM22062000)']

2010-12-11 Thread Chris Brennan
On Sat, Dec 11, 2010 at 11:24 AM, Bruce Cran br...@cran.org.uk wrote: On Sat, 11 Dec 2010 10:41:48 -0500 Chris Brennan xa...@xaerolimit.net wrote: Does GMail provide access to the full headers? Click the down arrow and select Show original. -- Bruce Cran Awesome! Thanks Bruce. Now I

pass for single user mode

2010-12-11 Thread K. Yura
FreeBSD .dlink 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 r...@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Hi. Where can I set up

Postfix and Gmail

2010-12-11 Thread Redd Vinylene
Anybody hooked their Postfix servers up with Gmail to use it as a client? I'm tired of all this using mutt on several boxes, setting up virtual MySQL accounts and domains with crap webapps. Figured I'd just use Gmail for it all and be done with it. Curious what sort of experiences y'all have

Re: bash increment in a given way

2010-12-11 Thread Samuel Martín Moro
something like that? for i in `seq 1 20 | awk 'BEGIN{n=0; max=4; avg=max/2}{if (n=avg) {print $0;} n++; if (n=max) {n=0;} }'` do echo welcome $i times done On Sat, Dec 11, 2010 at 3:34 PM, S Mathias smathias1...@yahoo.com wrote: , that i can use this, when i want -- Samuel Martín

Re: bash increment in a given way

2010-12-11 Thread Samuel Martín Moro
with seq starting with 0, to fit your example... On Sat, Dec 11, 2010 at 5:34 PM, Samuel Martín Moro faus...@gmail.comwrote: something like that? for i in `seq 1 20 | awk 'BEGIN{n=0; max=4; avg=max/2}{if (n=avg) {print $0;} n++; if (n=max) {n=0;} }'` do echo welcome $i times done

Re: Postfix and Gmail

2010-12-11 Thread Chris Brennan
On Sat, Dec 11, 2010 at 11:03 AM, Redd Vinylene reddvinyl...@gmail.comwrote: Anybody hooked their Postfix servers up with Gmail to use it as a client? I'm tired of all this using mutt on several boxes, setting up virtual MySQL accounts and domains with crap webapps. Figured I'd just use Gmail

Re: Postfix and Gmail

2010-12-11 Thread Michael Powell
Redd Vinylene wrote: Anybody hooked their Postfix servers up with Gmail to use it as a client? [snip] Hate to break it you, but Postfix is not client software. FWIW though, there are two problem areas wrt to running a mail server. There's running the mail server itself, and then there's

Re: bash increment in a given way

2010-12-11 Thread Samuel Martín Moro
also... if (navg) ... sorry for the sp am... On Sat, Dec 11, 2010 at 5:36 PM, Samuel Martín Moro faus...@gmail.comwrote: with seq starting with 0, to fit your example... On Sat, Dec 11, 2010 at 5:34 PM, Samuel Martín Moro faus...@gmail.comwrote: something like that? for i in `seq 1 20 |

Re: pass for single user mode

2010-12-11 Thread Chris Rees
Have a look at /etc/ttys. Chris Sorry for top-posting, Android won't let me quote, but K-9 can't yet do threading. On 11 Dec 2010 16:34, K. Yura yy.gu...@gmail.com wrote: FreeBSD .dlink 8.1-RELEASE FreeBSD 8.1-RELEASE #0:

Re: ultimate backup choice

2010-12-11 Thread krad
On 11 December 2010 16:17, Indexer inde...@internode.on.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 1) running from e.g.: a cronjob 2) when running, it just checks the folder in SERVER A and SERVER B. if a file/folder has been added/removed/ modified in the SERVER A's

Re: pass for single user mode

2010-12-11 Thread Phan Quoc Hien
Hi, To set password for single usermode in FreeBSD: * 1.Edit /etc/ttys* vi /etc/ttys * 2.Change the following line *: *From* consolenoneunknown off secure *To* consolenoneunknown off insecure *3.Save and quit

Re: bash increment in a given way

2010-12-11 Thread Charlie Kester
On Sat 11 Dec 2010 at 06:34:20 PST S Mathias wrote: It's ok, that i can use this, when i want an incrementing sequence, in a given way: # {START..END..INCREMENT} $ for i in {0..10..2}; do echo Welcome $i times; done Welcome 0 times Welcome 2 times Welcome 4 times Welcome 6 times Welcome 8

Re: bash increment in a given way

2010-12-11 Thread Charlie Kester
On Sat 11 Dec 2010 at 09:57:08 PST Charlie Kester wrote: On Sat 11 Dec 2010 at 06:34:20 PST S Mathias wrote: It's ok, that i can use this, when i want an incrementing sequence, in a given way: # {START..END..INCREMENT} $ for i in {0..10..2}; do echo Welcome $i times; done Welcome 0 times

Re: can't mount root during freebsd-update 7.0 - 8.1 on amd64

2010-12-11 Thread Joost Bekkers
On Tue, Dec 07, 2010 at 01:26:56PM -0600, Steve Randall wrote: 2010/12/5 jo...@jodocus.org: Hi I'm trying to upgrade a amd64 box from 7.0-RELEASE to 8.1-RELEASE with freebsd-update. After the first reboot the 8.1R GENERIC kernel loads (I'm using a custom kernel, so at this

Re: umask .ape

2010-12-11 Thread Mikle Krutov
On Sat, Dec 11, 2010 at 03:16:56PM +0800, xinyou yan wrote: 1. In my system umask enter 022 I want to know why i do the commander umask -S it show Improper mask not u=rwx,g=. 2. anybody who know how to listen the music like .ape or flac thank you

Re: Postfix and Gmail

2010-12-11 Thread Byung-Hee HWANG
Redd Vinylene reddvinyl...@gmail.com 쓰시길: Anybody hooked their Postfix servers up with Gmail to use it as a client? I'm tired of all this using mutt on several boxes, setting up virtual MySQL accounts and domains with crap webapps. Figured I'd just use Gmail for it all and be done with it.

Re: xpbargains.net spam [was: Re: 'Broadcom Wireless b/g (BCM4315/BCM22062000)']

2010-12-11 Thread Ian Smith
On Sat, 11 Dec 2010 11:30:19 -0500, Chris Brennan wrote: On Sat, Dec 11, 2010 at 11:24 AM, Bruce Cran br...@cran.org.uk wrote: On Sat, 11 Dec 2010 10:41:48 -0500 Chris Brennan xa...@xaerolimit.net wrote: Does GMail provide access to the full headers? Click the down arrow

Ports: How do dependent ports upgrade when dependency shared lib version is bumped?

2010-12-11 Thread Yuri
I recently updates the system. libatkmm-1.6.so.1 got bumped to libatkmm-1.6.so.2, now inkscape fails: /libexec/ld-elf.so.1: Shared object libatkmm-1.6.so.1 not found, required by inkscape What is the right behavior in such situation? Should all depending packages be also automatically bumped?

Re: ultimate backup choice

2010-12-11 Thread Jerry McAllister
On Sat, Dec 11, 2010 at 04:17:46AM -0800, S Mathias wrote: i have: SERVER A SERVER B with full root permisson [ssh, etc] each server has a folder. i want to backup a folder in SERVER A. are there any backup methods, that meets these two requirements? : 1) running from e.g.: a