Re: [SLUG] bash problem - renaming files with their time stamp

2007-01-19 Thread Jeff Waugh
> So the way around that is, when you hit that problem, replace this: > > for file in *; do > with this: > > ls | while read file; do ls? Madness. Use find(1). :-) - Jeff -- Open CeBIT 2007: Sydney, Australia http://www.opencebit.com.au/ ASCII stupid questio

[SLUG] Sorry I made a mistake

2007-01-19 Thread [EMAIL PROTECTED]
In my previous email I said that I use Mandriva Linux but I actually use Fedora Linux. I have installed that many Linux Versions that it is hard to keep track of which is which -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq

Re: [SLUG] debootstrap leaves me with UTC not LMT

2007-01-19 Thread Rick Welykochy
Amos Shapira wrote: And BTW - the command to set the default time zone on Debian is "tzconfig". Bingo! Thanks for that. I could not find tzconfig using apt-cache search but did find the man page on the web, which reveals all: The work done by tzconfig is actually pretty simple. It just

Re: [SLUG] debootstrap leaves me with UTC not LMT

2007-01-19 Thread Amos Shapira
On 19/01/07, Alex Samad <[EMAIL PROTECTED]> wrote: I thought the file stamps where always recorded as UTC. And the system would change the time for the TZ And you were right - "Timezone" has a meaning only in the context of the user who wants to read the time. If a file was changed when the

[SLUG] Network Card On Holidays

2007-01-19 Thread [EMAIL PROTECTED]
My Internet connection has been working fine after following the advice in lesson 17C @ Linux.org but as allways it was too good to last? I had been trying to read my old IDE doze disks for the purpose of data transfer but after I had came into (hardware related) problems I took my doze disks down

[SLUG] (OT) camcorders & linux - MiniDV vs Hard Disk?

2007-01-19 Thread Sonia Hamilton
(OT) I'm looking at buying a digital camcorder - just wondering about people's advice/experience of MiniDV vs on-board hard disk, and also any gotcha's with Linux. The research I've done indicates that MiniDV is the highest quality, but limited to 60/80mins per tape. On-board 30G hard disk allows

Re: [SLUG] debootstrap leaves me with UTC not LMT

2007-01-19 Thread Alex Samad
On Fri, Jan 19, 2007 at 03:12:36PM +1100, Alex Samad wrote: > On Fri, Jan 19, 2007 at 03:09:39PM +1100, Alex Samad wrote: > > On Fri, Jan 19, 2007 at 03:03:42PM +1100, Rick Welykochy wrote: > > > First off, I must say, deboostrap is fantastico! I have a linux-vserver > > > partition using about 130

Re: [SLUG] IPTABLES rule change to allow interface with AD

2007-01-19 Thread Phil Scarratt
[EMAIL PROTECTED] wrote: We have a server running in a DMZ servicing intranet and extranet. In the past we have blocked all traffic originating on the server from the two internal networks we run (eth1 and eth2) but have accepted traffic coming from the networks outside of the server. Eth0 is t

Re: [SLUG] LDAP replication with OpenLDAP - slurpd behaving badly

2007-01-19 Thread Alex Samad
On Fri, Jan 19, 2007 at 01:18:44PM +1100, Howard Lowndes wrote: > > > Alex Samad wrote: > >On Fri, Jan 19, 2007 at 10:20:11AM +1100, Howard Lowndes wrote: > >>OK, I now have replication running albeit with cleartext credentials and > >>without SASL - they're on the TODO list - tks to all who res