Re: [arch-general] archboot dependency of vim version failed

2009-09-16 Thread Tobias Powalowski
Am Freitag 04 September 2009 schrieb Allan McRae:
 goodme...@gmail.com wrote:
  Hi all
 When I insall archboot package, the dependency failed.
  I can ensure that the vim is the most up-to-date version.
  Maybe the vim=7.2.234-1 should be vim-7.2.23-4-1
 
 I think this was updated for the vim from [testing], but vim has not
 moved yet...
 
 Allan
 
Depends fixed in archboot-2009.09-1 in extra.
greetings 
tpowa
-- 
Tobias Powalowski
Archlinux Developer  Package Maintainer (tpowa)
http://www.archlinux.org
tp...@archlinux.org


signature.asc
Description: This is a digitally signed message part.


Re: [arch-general] KMS console problem with non-us (french) keyboard

2009-09-16 Thread Roman Kyrylych
On Wed, Sep 9, 2009 at 13:41, didier gaumet
didier.gau...@libertysurf.fr wrote:
 KMS console problem with non-us (french) keyboard

 Hi all,

 I am presently using an up-to-date Archlinux on a laptop with an Intel
 915 chipset.
 In the past I have tried KMS succesfully to a certain extent: for
 example the french letter é is not correctly displayed when I type it
 in console althought it is correctly displayed under X11. Apart from
 this, all seems to function perfectly.
 With the same setup in /etc/rc.conf there is no problem to type and
 display é in console if KMS is disabled.

 I was thinking this to be a lack of maturity of KMS, but I just tried
 KMS on a Slackware 13.0 (2.6.29 stock kernel) freshly installed on the
 same laptop: definitely no problem.

 Any hint?

 Thanks in advance,
 Didier.

 From my /etc/rc.conf:
 [...]
 LOCALE=fr_FR.UTF-8
 HARDWARECLOCK=UTC
 USEDIRECTISA=no
 TIMEZONE=Europe/Paris
 #KEYMAP=fr-latin9
 KEYMAP=fr-pc
 CONSOLEFONT=lat9w-16
 CONSOLEMAP=8859-1_to_uni,8859-15_to_uni,cp1250_to_uni,cp437_to_uni,cp850_to_uni
 [...]

FYI CONSOLEMAP has no effect on UTF-8 console,
and specifying multiple maps at once is bad anyway.

I don't know why accentuated chars don't work with KMS for you,
but I have a similar setup at my laptop (which is 2km away now),
so I will check if plain-text console is not broken with KMS for me too.

The only wild guess is that KMS-enabled consoles don't handle \e%%G and/or \e(K
commands to switch console mode and font,
but that's clearly a regression then and should be reported on
bugzilla.kernel.org

-- 
Roman Kyrylych (Роман Кирилич)


[arch-general] ArcLlinux 2009.02 installation issues

2009-09-16 Thread Ciprian Dorin, Craciun
Hello all!

During my installation trials for ArchLinux 2009.02, I've stumbled
upon some issues that I describe below.

First one (the most minor and insignificant one), is that when you
login as root in the installation system, it says as MOTD that you
should read the documentation found in /arch/some-file-name, when in
fact the file is in /arch/docs/some-file-name. Anyway.

   The second problem is a little bit more tricky... I want to install
ArchLinux under a domU Xen virtual machine. So the only method
(without using HVM) is to boot from the USB disk image, and try to
perform the installation over serial the console. The problem is that
by default ArchLinux does not include ttyS0 in inittab or in
securetty, so I have to manually mount the disk as loopback, end edit
the files appropriately...
Thus my feature request is: could you include in the default
install images also the ttyS0 and ttyS1 as usable terminals?

Thanks,
Ciprian.


Re: [arch-general] KMS console problem with non-us (french) keyboard

2009-09-16 Thread Damjan Georgievski
 I am presently using an up-to-date Archlinux on a laptop with an Intel
 915 chipset.
 In the past I have tried KMS succesfully to a certain extent: for
 example the french letter é is not correctly displayed when I type it
 in console althought it is correctly displayed under X11. Apart from
 this, all seems to function perfectly.
 With the same setup in /etc/rc.conf there is no problem to type and
 display é in console if KMS is disabled.

 I was thinking this to be a lack of maturity of KMS, but I just tried
 KMS on a Slackware 13.0 (2.6.29 stock kernel) freshly installed on the
 same laptop: definitely no problem.

works for me and cyrillics, I've been using KMS since it appeared and
have never noticed that UTF-8 did not work ... also, it's the job of
the framebuffer console (fbcon module) to display characters on the
screen and it has nothing to do with KMS (which only provides the
framebuffer).

This is from rc.conf
LOCALE=mk_MK.utf8
KEYMAP=uk
CONSOLEFONT=cyr-sun16
CONSOLEMAP=
USECOLOR=yes

-- 
damjan


Re: [arch-general] Change letters of partitions

2009-09-16 Thread Lucas Salies Brum
Too late! hahahaha
Im using /home on sda2 and / on sda3, and now im running Arch 64!

Very good tip with fdisk.
Anyway, thank you all.
---
Lucas Saliés Brum
http://sistematico.org
lsbrum @ irc.freenode.org


2009/9/15 Axel Müller axel-mueller...@web.de

 fdisk has a function to automatically fix the partition order depending
 on the order they are placed on disk: Hit 'x' for expert mode and than
 'f' to fix the order. Verify if it did what you want before writing the
 changes to disk.


Re: [arch-general] ArcLlinux 2009.02 installation issues

2009-09-16 Thread Daenyth Blank
On Wed, Sep 16, 2009 at 10:23, Ciprian Dorin, Craciun
ciprian.crac...@gmail.com wrote:
    Hello all!

    During my installation trials for ArchLinux 2009.02, I've stumbled
 upon some issues that I describe below.

Please file bugs at http://bugs.archlinux.org (Release Engineering project)


Re: [arch-general] KMS console problem with non-us (french) keyboard

2009-09-16 Thread Roman Kyrylych
On Wed, Sep 16, 2009 at 13:53, Roman Kyrylych roman.kyryl...@gmail.com wrote:
 On Wed, Sep 9, 2009 at 13:41, didier gaumet
 didier.gau...@libertysurf.fr wrote:
 KMS console problem with non-us (french) keyboard

 Hi all,

 I am presently using an up-to-date Archlinux on a laptop with an Intel
 915 chipset.
 In the past I have tried KMS succesfully to a certain extent: for
 example the french letter é is not correctly displayed when I type it
 in console althought it is correctly displayed under X11. Apart from
 this, all seems to function perfectly.
 With the same setup in /etc/rc.conf there is no problem to type and
 display é in console if KMS is disabled.

 I was thinking this to be a lack of maturity of KMS, but I just tried
 KMS on a Slackware 13.0 (2.6.29 stock kernel) freshly installed on the
 same laptop: definitely no problem.


 I don't know why accentuated chars don't work with KMS for you,
 but I have a similar setup at my laptop (which is 2km away now),
 so I will check if plain-text console is not broken with KMS for me too.

Checked it on my laptop now.
Cyrillic chars work fine on tty with KMS enabled.
LOCALE=uk_UA.UTF-8
KEYMAP=ua-utf
CONSOLEFONT=cyr-sun16
CONSOLEMAP=

-- 
Roman Kyrylych (Роман Кирилич)


Re: [arch-general] ArcLlinux 2009.02 installation issues

2009-09-16 Thread Roman Kyrylych
On Wed, Sep 16, 2009 at 17:23, Ciprian Dorin, Craciun
ciprian.crac...@gmail.com wrote:
 The problem is that
 by default ArchLinux does not include ttyS0 in inittab or in
 securetty, so I have to manually mount the disk as loopback, end edit
 the files appropriately...
    Thus my feature request is: could you include in the default
 install images also the ttyS0 and ttyS1 as usable terminals?

Hm, I think archboot-based install CD had this feature
(at least old bug about it is marked as fixed),
not sure about it now, but archboot ISOs are regularly updated.
Of course it would be nice to have the support in official ISOs,
so please feel a feature requset about it on our bugtracker.

-- 
Roman Kyrylych (Роман Кирилич)


Re: [arch-general] ArcLlinux 2009.02 installation issues

2009-09-16 Thread Ciprian Dorin, Craciun
On Thu, Sep 17, 2009 at 12:19 AM, Tom K t...@runbox.com wrote:
 Ciprian Dorin, Craciun wrote:

    Hello all!

    During my installation trials for ArchLinux 2009.02, I've stumbled
 upon some issues that I describe below.


 Why are you using 2009.02? 2009.08 was released last month.

 T.

Sorry. I'm using 2009.08.

But when I've posted on the mailing list I've looked on
www.archlinux.org/download for the current version, and on this page
all the downloads are 2009.02. (I've downloaded the files a few days
ago, and on my computer they are with the name 2009.08.) Any problems
with the site?

I also want to mention that my proposed solution (mounting the
disk as loopback, and editing inittab) does not work, because the disk
contains a squashfs image of the root, so it's practically impossible
to do this... So I've found a workaround: edit the file hooks/archiso
from the initrd to append the lines to the files in real_root, just
after the squashfs images are mounted, and just before giving the
control to init. (Unfortunately it took me half a day to figure out
this hack...)

Ciprian.