Doug Smith | 8 Mar 2007 11:27
Picon

minor problem with time zone configuration


--n Tine.  I need to correct this before the change to daylight saving
time here in the Eastern Us on Saturday night.  What do I still need
to change.  Should I reconfigure locales or what? 

Thanks. 

Doug Smith: C.S.F.C.
Computer Scientist For CHRIST

Michael Prokop | 8 Mar 2007 08:47
Favicon

Re: minor problem with time zone configuration

* Doug Smith <bdsmith <at> buncombe.main.nc.us> [20070308 06:15]:

> --n Tine.  I need to correct this before the change to daylight saving
> time here in the Eastern Us on Saturday night.  What do I still need
> to change.  Should I reconfigure locales or what? 

http://lists.mur.at/pipermail/grml/2006-August/000751.html

regards,
-mika-
-- 
 http://grml.org/            # Linux for texttool-users and sysadmins
 http://wiki.grml.org/       # share your knowledge
 http://grml.supersized.org/ # the grml development weblog
 #grml  <at>  irc.freenode.org    # meet us on irc
* Doug Smith <bdsmith <at> buncombe.main.nc.us> [20070308 06:15]:

> --n Tine.  I need to correct this before the change to daylight saving
> time here in the Eastern Us on Saturday night.  What do I still need
> to change.  Should I reconfigure locales or what? 

http://lists.mur.at/pipermail/grml/2006-August/000751.html

regards,
-mika-
--

-- 
 http://grml.org/            # Linux for texttool-users and sysadmins
 http://wiki.grml.org/       # share your knowledge
(Continue reading)

Doug Smith | 9 Mar 2007 08:02
Picon

time zone configuration, minor problem.

Ok, I am sorry I am writing about this again.  However, here's whyu.
I pulled in my mail today, and I had 104 messages, most of them
absolute and total first order junk.  Well, mailfilter to the rescue,
and, as far as I know now, I am getting only the messages I want.  

Well, I need to know how to solve this: I have runb tzconfig as root,
and set the time zone to the proper us-eastern.  Tzconfig says, on
repeated runs that this is what I am set to.  However, I still, when
running date, get results in CET.  My TZ invironmental variable didn't
change when I ran the configuration program.  Shœuld I just change
this variable's value, then run ntpdate on the time server? 

Thanks. 

--

-- 
Doug Smith: C.S.F.C.
Computer Scientist For CHRIST

my | 9 Mar 2007 04:51

Re: time zone configuration, minor problem.

Dear Doug,

Check the /etc/defaul/locale file.

Mine is :
# File generated by grml-setlang on Tue Dec 26 20:13:23 UTC 2006
LANGUAGE=en_US:en
LANG=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
TZ=America/New_York
# other environment variables you might want to set:
# LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY
# LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE
# LC_MEASUREMENT LC_IDENTIFICATION
# Notice: set LC_ALL to overwrite all LC_* variables

Note that it was set by grml script grml-setlang.

It seems that whatever else is anywhere, if this file is not right, the others make little difference.

All good wishes,

Martin


2007-03-09 at 08:02 +0100, Doug Smith wrote:
Ok, I am sorry I am writing about this again. However, here's whyu. I pulled in my mail today, and I had 104 messages, most of them absolute and total first order junk. Well, mailfilter to the rescue, and, as far as I know now, I am getting only the messages I want. Well, I need to know how to solve this: I have runb tzconfig as root, and set the time zone to the proper us-eastern. Tzconfig says, on repeated runs that this is what I am set to. However, I still, when running date, get results in CET. My TZ invironmental variable didn't change when I ran the configuration program. Shœuld I just change this variable's value, then run ntpdate on the time server? Thanks.
<div>
Dear Doug,<br><br>
Check the /etc/defaul/locale file.<br><br>
Mine is : <br>
# File generated by grml-setlang on Tue Dec 26 20:13:23 UTC 2006<br>
LANGUAGE=en_US:en<br>
LANG=en_US.UTF-8<br>
LC_MESSAGES=en_US.UTF-8<br>
TZ=America/New_York<br>
# other environment variables you might want to set:<br>
# LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY<br>
# LC_MESSAGES LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE<br>
# LC_MEASUREMENT LC_IDENTIFICATION<br>
# Notice: set LC_ALL to overwrite all LC_* variables<br><br>
Note that it was set by grml script grml-setlang.<br><br>
It seems that whatever else is anywhere, if this file is not right, the others make little difference.<br><br>
All good wishes,<br><br>
Martin<br><br><br>
2007-03-09 at 08:02 +0100, Doug Smith wrote:
<blockquote type="CITE">

Ok, I am sorry I am writing about this again.  However, here's whyu.
I pulled in my mail today, and I had 104 messages, most of them
absolute and total first order junk.  Well, mailfilter to the rescue,
and, as far as I know now, I am getting only the messages I want.  

Well, I need to know how to solve this: I have runb tzconfig as root,
and set the time zone to the proper us-eastern.  Tzconfig says, on
repeated runs that this is what I am set to.  However, I still, when
running date, get results in CET.  My TZ invironmental variable didn't
change when I ran the configuration program.  Sh&oelig;uld I just change
this variable's value, then run ntpdate on the time server? 

Thanks. 

</blockquote>
</div>
C.M. Brannon | 11 Mar 2007 03:12
Picon

grml2hd with a preexisting partition

Hi list,
I just discovered Grml recently.  I want to install it on my laptop's
hard drive, using grml2hd.
The laptop already runs Slackware 11.0.
I chose a really lousy partitioning scheme when I installed Slackware:
/dev/hda1, /boot, approx 40Mb
/dev/hda2, swap, approx 512 Mb
/dev/hda3, /, the remaining 19.5 Gb

I don't want to get rid of /home when I install Grml, because it holds
several gigabytes of assorted files.
Is it possible to make grml2hd install to /dev/hda3 without destroying
/home?

PS, this is a good argument for having separate / and /home partitions; wish
I had done that on the laptop!

-- Chris
Michael Prokop | 11 Mar 2007 13:04
Favicon

Re: grml2hd with a preexisting partition

* C.M. Brannon <cmbrannon <at> cox.net> [20070311 04:15]:

> I just discovered Grml recently.  I want to install it on my laptop's
> hard drive, using grml2hd.
> The laptop already runs Slackware 11.0.
> I chose a really lousy partitioning scheme when I installed Slackware:
> /dev/hda1, /boot, approx 40Mb
> /dev/hda2, swap, approx 512 Mb
> /dev/hda3, /, the remaining 19.5 Gb

> I don't want to get rid of /home when I install Grml, because it holds
> several gigabytes of assorted files.
> Is it possible to make grml2hd install to /dev/hda3 without destroying
> /home?

Generic answer: no.

Hacker's answer without any guaranty (everyone has backups, right? :)):
adjusting the initialize() function within /usr/sbin/grml2hd
(deactivating the $MKFS and tune2fs lines) might do what you want.

regards,
-mika-
-- 
 http://grml.org/            # Linux for texttool-users and sysadmins
 http://wiki.grml.org/       # share your knowledge
 http://grml.supersized.org/ # the grml development weblog
 #grml  <at>  irc.freenode.org    # meet us on irc
* C.M. Brannon <cmbrannon <at> cox.net> [20070311 04:15]:

> I just discovered Grml recently.  I want to install it on my laptop's
> hard drive, using grml2hd.
> The laptop already runs Slackware 11.0.
> I chose a really lousy partitioning scheme when I installed Slackware:
> /dev/hda1, /boot, approx 40Mb
> /dev/hda2, swap, approx 512 Mb
> /dev/hda3, /, the remaining 19.5 Gb

> I don't want to get rid of /home when I install Grml, because it holds
> several gigabytes of assorted files.
> Is it possible to make grml2hd install to /dev/hda3 without destroying
> /home?

Generic answer: no.

Hacker's answer without any guaranty (everyone has backups, right? :)):
adjusting the initialize() function within /usr/sbin/grml2hd
(deactivating the $MKFS and tune2fs lines) might do what you want.

regards,
-mika-
--

-- 
 http://grml.org/            # Linux for texttool-users and sysadmins
 http://wiki.grml.org/       # share your knowledge
 http://grml.supersized.org/ # the grml development weblog
 #grml  <at>  irc.freenode.org    # meet us on irc
Michael Hammer | 11 Mar 2007 14:24

Re: grml2hd with a preexisting partition

Am Sonntag, den 11.03.2007, 13:04 +0100 schrieb Michael Prokop:
> * C.M. Brannon <cmbrannon <at> cox.net> [20070311 04:15]:
> 
> > I just discovered Grml recently.  I want to install it on my laptop's
> > hard drive, using grml2hd.
> > The laptop already runs Slackware 11.0.
> > I chose a really lousy partitioning scheme when I installed Slackware:
> > /dev/hda1, /boot, approx 40Mb
> > /dev/hda2, swap, approx 512 Mb
> > /dev/hda3, /, the remaining 19.5 Gb
> 
> > I don't want to get rid of /home when I install Grml, because it holds
> > several gigabytes of assorted files.
> > Is it possible to make grml2hd install to /dev/hda3 without destroying
> > /home?
> 
> Generic answer: no.
> 
> Hacker's answer without any guaranty (everyone has backups, right? :)):
> adjusting the initialize() function within /usr/sbin/grml2hd
> (deactivating the $MKFS and tune2fs lines) might do what you want.

Wouldn't it be a better way to shrink the / partition and create your
own /home partition? Than you can copy your actual /home to this new
partition. This depends on the used fs (for ext3, reiserfs or something
similar this shouldn't be a problem) but afterwards you would have
solved your problems and would have your "wished" /home partition ;)

Once again, this solution doesn't replace a working backup!

greetings michael

C.M. Brannon | 11 Mar 2007 22:02
Picon

Re: grml2hd with a preexisting partition

Michael Prokop <mika <at> grml.org> writes:

> * C.M. Brannon <cmbrannon <at> cox.net> [20070311 04:15]:
>> I don't want to get rid of /home when I install Grml, because it holds
>> several gigabytes of assorted files.
>> Is it possible to make grml2hd install to /dev/hda3 without destroying
>> /home?
>
> Generic answer: no.
>
> Hacker's answer without any guaranty (everyone has backups, right? :)):
> adjusting the initialize() function within /usr/sbin/grml2hd
> (deactivating the $MKFS and tune2fs lines) might do what you want.
Hi,
Thanks for the reply.
I ended up doing a fresh install with grml2hd, and copying the home partition
from my primary system to my laptop with rsync.
That worked as well as anything.

BTW, Grml is great!  I'm a blind user.  After putting the CD in the drive
and typing "grml swspeak", I had software speech.
Now I can turn anybody's boring Windows box into a talking Linux system...
Very cool!

-- Chris
coscell | 15 Mar 2007 15:07

First question

Hello

I'm a new user of grml.
I've installed grml into hard disk.
First question is: How to set sound volume?
Thank you!

Coscell
Michael Prokop | 15 Mar 2007 15:38
Favicon

Re: First question

* coscell <at> mail.batol.net <coscell <at> mail.batol.net> [20070315 15:34]:

> I'm a new user of grml.
> I've installed grml into hard disk.
> First question is: How to set sound volume?

% apropos mixer | head -3
alsamixer (1)        - soundcard mixer for ALSA soundcard driver, with ncurses interface
amixer (1)           - command-line mixer for ALSA soundcard driver
aumix (1)            - adjust audio mixer
%

Are you really sure that grml is the right distribution for you? :)

regards,
-mika-
-- 
 http://grml.org/            # Linux for texttool-users and sysadmins
 http://wiki.grml.org/       # share your knowledge
 http://grml.supersized.org/ # the grml development weblog
 #grml  <at>  irc.freenode.org    # meet us on irc
* coscell <at> mail.batol.net <coscell <at> mail.batol.net> [20070315 15:34]:

> I'm a new user of grml.
> I've installed grml into hard disk.
> First question is: How to set sound volume?

% apropos mixer | head -3
alsamixer (1)        - soundcard mixer for ALSA soundcard driver, with ncurses interface
amixer (1)           - command-line mixer for ALSA soundcard driver
aumix (1)            - adjust audio mixer
%

Are you really sure that grml is the right distribution for you? :)

regards,
-mika-
--

-- 
 http://grml.org/            # Linux for texttool-users and sysadmins
 http://wiki.grml.org/       # share your knowledge
 http://grml.supersized.org/ # the grml development weblog
 #grml  <at>  irc.freenode.org    # meet us on irc

Gmane