Locale configurations

2002-12-18 Thread Gene Grimm
Can anyone point me in the right direction for resolving a locale problem
under X and GDM? Using the shell, the current locale is 'C' but when I open
apps in X (configured with Gnome Display Manager and Enlightenment), the
locale is somehow set as 'english'. I can't seem to find how to reset this
back to the default of 'C'.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: backup

2002-12-18 Thread Michelle Konzack
Hello,

Am 17:57 2002-12-16 +0100 hat Thomas Krennwallner geschrieben:

Hi!

On Mon Dec 16, 2002 at 05:36:25PM +0100, the boisterous
Russell Coker [EMAIL PROTECTED]
wrote to me:
 Is there any DFSG free software that can do what Legato does?  If 
so what is
 it?

I'm using Amanda as network backup solution and I like it very much.
I don't know Legato. Why is it a good tool?

Is there a Amanda-Client for msdos, wfw311 and Win95 ?
Have the three OS (on three different Machines) for developement...

Thanks
Michelle


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



cybercafe management software - me too ;-))

2002-12-18 Thread Michelle Konzack
Hello,

curently I am in creation of a Debian based Cyber-Center in Strasbourg.

The clients get a userid/password and can login, on which machine they
want. All users have a private home-directoy which is on a nfs-server.

Authentication is done by NIS.

My Clients must make prepay, which mean, they pay for example 10 Euro
and can use the Computer for exapmle 3 cents/minute.

Now my question:There is a tool (I do not know the name) which can
count the login-time of users...
How can I use it, to bill my Clients ?


Thanks
Michelle


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: cybercafe management software - me too ;-))

2002-12-18 Thread Keegan Quinn
Hello Michelle,

On Tuesday 17 December 2002 05:39 pm, Michelle Konzack wrote:
 Now my question:There is a tool (I do not know the name) which can
  count the login-time of users...
  How can I use it, to bill my Clients ?

I think this is what you are looking for.

Package: acct
Priority: optional
Section: admin
Installed-Size: 352
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Architecture: i386
Version: 6.3.5-35
Depends: libc6 (= 2.2.5-13), debconf (= 0.2.0)
Filename: pool/main/a/acct/acct_6.3.5-35_i386.deb
Size: 93992
MD5sum: 3504de26716f92e9f67023eff2d8359f
Description: The GNU Accounting utilities.
 The GNU Accounting utilities `ac', `accton', `last', `lastcomm', and
 `sa' add login and process accounting support to Debian GNU/Linux.
 Login accounting provides summaries of system resource usage based
 on connect time, and process accounting provides summaries based on
 the commands executed on the system. The 'last' command is provided by
 the Debian sysvinit package and not included here.

Enjoy.

 - Keegan


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: backup

2002-12-18 Thread Thomas Krennwallner
Hi!

On Wed Dec 18, 2002 at 01:23:32AM +, the boisterous
Michelle Konzack [EMAIL PROTECTED]
wrote to me:
 Is there a Amanda-Client for msdos, wfw311 and Win95 ?
 Have the three OS (on three different Machines) for developement...

amanda backups smb clients. Maybe this document helps you:
http://www.fnal.gov/docs/products/amanda/docs/SAMBA

so long
Thomas

-- 
  ___Obviously we do not want to leave zombies around.
_/___\ - W. Richard Stevens
 ( ^Thomas Krennwallner krennwallner at aon dot at
 /   \   1024D/67A1DA7B 9484 D99D 2E1E 4E02 5446  DAD9 FF58 4E59 67A1 DA7B
(__\/_)_ http://members.aon.at/krennwallner/



msg07604/pgp0.pgp
Description: PGP signature


script to mv file ...

2002-12-18 Thread Garry Byrne
Hi all,  Could anyone assist with a simple script to mv 'filename.tar.gz'
to 'filename-currentdate.tar.gz'  So the script would be able to insert the
current date into the new file name.  

Thanks
Garry

Highway Internet.
http://www.hwy.com.au 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: script to mv file ...

2002-12-18 Thread Cristian Ionescu-Idbohrn
On Thu, 19 Dec 2002, Garry Byrne wrote:

 Hi all,  Could anyone assist with a simple script to mv 'filename.tar.gz'
 to 'filename-currentdate.tar.gz'  So the script would be able to insert the
 current date into the new file name.

mv filename.tar.gz filename-`date +%Y-%m-%d`.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: cybercafe management software - me too ;-))

2002-12-18 Thread Rmi Letot
Michelle Konzack [EMAIL PROTECTED] writes:

 Hello,

 curently I am in creation of a Debian based Cyber-Center in Strasbourg.

 The clients get a userid/password and can login, on which machine they
 want. All users have a private home-directoy which is on a nfs-server.

 Authentication is done by NIS.

 My Clients must make prepay, which mean, they pay for example 10 Euro
 and can use the Computer for exapmle 3 cents/minute.

 Now my question:There is a tool (I do not know the name) which can
  count the login-time of users...
  How can I use it, to bill my Clients ?

I haven't foud such a tool in debian.

However I have been pointed to zeiberbude (yes, I know, the name comes
from krypton):

http://zeiberbude.sf.net

I'm currently reviewing it for my case. I don't think it fits
*exactly* what you have in mind, but it might be a good starting
point.

As said when I asked, I might package it for debian if I choose to use
it.

HTH,
-- 
RĂ©mi 



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: script to mv file ...

2002-12-18 Thread Garry Byrne
At 12:17 AM 12/19/2002 +0100, Cristian Ionescu-Idbohrn wrote:
On Thu, 19 Dec 2002, Garry Byrne wrote:

 Hi all,  Could anyone assist with a simple script to mv 'filename.tar.gz'
 to 'filename-currentdate.tar.gz'  So the script would be able to insert the
 current date into the new file name.

mv filename.tar.gz filename-`date +%Y-%m-%d`.tar.gz

Hi Cristian,

Thanks for the info, it did the job.  Looks so simple now that I can see it.

Cheers
Garry



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]