[arch-general] Re: How to align partitions?

2012-09-04 Thread Nicolas Sebrecht
The 03/09/12, Paul Gideon Dann wrote: I like to start my first partition at 1048576, which is 1Mb into the disk, and end it at 104857599, which makes it 99Mb long. After that, I use a single partition spanning the rest of the disk, starting at 104857600 (100Mb), and ending at a multiple

[arch-general] is it possible to disable bold(bright) color under console?

2012-09-04 Thread Xeslaro
when some application write, for example, \e[1;31m msg \e[0m to console, is it possible to just ignore the 1; which asks to use a bold(bright) color and just write \e[31m msg \e[0m instead? i don't like bold colors, they make eyes suffering. i tried setterm -bold off, which doesn't work;

Re: [arch-general] How to align partitions?

2012-09-04 Thread Paul Gideon Dann
On Monday 03 Sep 2012 23:34:34 C Anthony Risinger wrote: On Mon, Sep 3, 2012 at 11:19 PM, C Anthony Risinger anth...@xtfx.me wrote: Yuk! :-) I'd only change the unit setting: u mib ... much simpler than bytes, and then +1 and -1 are always aligned (and appropriate for MBR) I

Re: [arch-general] is it possible to disable bold(bright) color under console?

2012-09-04 Thread Rodrigo Rivas
On Tue, Sep 4, 2012 at 7:10 PM, Xeslaro bfsc...@gmail.com wrote: when some application write, for example, \e[1;31m msg \e[0m to console, is it possible to just ignore the 1; which asks to use a bold(bright) color and just write \e[31m msg \e[0m instead? i don't like bold colors, they make

Re: [arch-general] is it possible to disable bold(bright) color under console?

2012-09-04 Thread Xeslaro
On Tue, Sep 04, 2012 at 12:33:53PM +0200, Rodrigo Rivas wrote: You are not telling wich console are you using... Are you in some kind of virtual terminal? Or in the linux console? If the latter, are you using the old VGA console or the new FB console? -- Rodrigo sorry, i thought there's

Re: [arch-general] [Bulk] Re: libsystemd to systemd

2012-09-04 Thread Tom Rand
On Mon, Sep 03, 2012 at 11:46:14AM +0100, Kevin Chadwick wrote: On Sat, Sep 1, 2012 at 8:46 AM, Kevin Chadwick ma1l1i...@yahoo.co.uk wrote: On Aug 31, 2012 7:47 PM, Kevin Chadwick ma1l1i...@yahoo.co.uk wrote: I will give one example. Lennart says come on who connects to sshd

Re: [arch-general] [Bulk] Re: libsystemd to systemd

2012-09-04 Thread Kevin Chadwick
i highly doubt you, Lennart, or anyone else for that matter has any real numbers to support anything being said, so please, spare me. That would be obvious to anyone with any experience. Show me data that says sshd is used more often behind firewalls. Of course it isn't.

[arch-general] git update groupadd failure: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99)

2012-09-04 Thread David C. Rankin
All, pacman -Syu this morning and groupadd failed while installing git with the following message: ( 28/115) upgrading git [###] 100% groupadd: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99) useradd: group 'git' does not exist error: command

Re: [arch-general] git update groupadd failure: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99)

2012-09-04 Thread Allan McRae
On 05/09/12 00:03, David C. Rankin wrote: All, pacman -Syu this morning and groupadd failed while installing git with the following message: ( 28/115) upgrading git [###] 100% groupadd: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99)

Re: [arch-general] is it possible to disable bold(bright) color under console?

2012-09-04 Thread Stephen E. Baker
On 04/09/2012 3:14 PM, Xeslaro wrote: On Tue, Sep 04, 2012 at 12:33:53PM +0200, Rodrigo Rivas wrote: You are not telling wich console are you using... Are you in some kind of virtual terminal? Or in the linux console? If the latter, are you using the old VGA console or the new FB console? --

Re: [arch-general] git update groupadd failure: Invalid configuration: SYS_GID_MIN (101), GID_MIN (100), SYS_GID_MAX (99)

2012-09-04 Thread David C. Rankin
On 09/04/2012 09:14 AM, Allan McRae wrote: On 05/09/12 00:03, David C. Rankin wrote: All, pacman -Syu this morning and groupadd failed while installing git with the following message: ( 28/115) upgrading git [###] 100% groupadd: Invalid configuration: SYS_GID_MIN

Re: [arch-general] is it possible to disable bold(bright) color under console?

2012-09-04 Thread Rodrigo Rivas
On Tue, Sep 4, 2012 at 9:14 PM, Xeslaro bfsc...@gmail.com wrote: On Tue, Sep 04, 2012 at 12:33:53PM +0200, Rodrigo Rivas wrote: You are not telling wich console are you using... Are you in some kind of virtual terminal? Or in the linux console? If the latter, are you using the old VGA

[arch-general] Pacman and Systemd's automount

2012-09-04 Thread Guillermo Leira
Hello! I have enabled systemd, and since then, I see the following: [root@guillelinux ~]# LANG=C pacman -Syu :: Synchronizing package databases... core is up to date extra is up to date community is up to date multilib is up to date :: Starting full system upgrade... resolving

Re: [arch-general] Pacman and Systemd's automount

2012-09-04 Thread Daniel Wallace
On Sep 4, 2012 11:04 AM, Guillermo Leira gle...@gleira.com wrote: Hello! I have enabled systemd, and since then, I see the following: [root@guillelinux ~]# LANG=C pacman -Syu :: Synchronizing package databases... core is up to date extra is up to date community is up to date

[arch-general] Postgresql with Systemd

2012-09-04 Thread Paul Gideon Dann
I'm having some trouble getting postgresql working with systemd. The unit originally would fail to start, until I realised that the script it uses to start assume that the variables in /etc/conf.d/postgresql will be defined, and in my setup they were commented out. Once I'd uncommented them,

Re: [arch-general] Postgresql with Systemd

2012-09-04 Thread Paul Gideon Dann
On Tuesday 04 Sep 2012 16:10:21 you wrote: I'm having some trouble getting postgresql working with systemd. The unit originally would fail to start, until I realised that the script it uses to start assume that the variables in /etc/conf.d/postgresql will be defined, and in my setup they were

Re: [arch-general] Postgresql with Systemd

2012-09-04 Thread Paul Gideon Dann
On Tuesday 04 Sep 2012 16:13:32 you wrote: The socket is being created fine, but phpPgAdmin still won't connect, even though pgsql is fine, and I'm not sure why. I now think this is something to do with php-fpm.service having PrivateTmp=true, but I haven't had any luck even after commenting

Re: [arch-general] Postgresql with Systemd

2012-09-04 Thread D. Can Celasun
On Tue, Sep 4, 2012 at 6:30 PM, Paul Gideon Dann pdgid...@gmail.com wrote: On Tuesday 04 Sep 2012 16:13:32 you wrote: The socket is being created fine, but phpPgAdmin still won't connect, even though pgsql is fine, and I'm not sure why. I now think this is something to do with

Re: [arch-general] Journalctl error with systemdAssertion 'size 0' failed at src/journal/mmap-cache.c:615, function mmap_cache_get(). Aborting. zsh: abort journalctl

2012-09-04 Thread DR
On Wed, 29 Aug 2012 16:32:04 +0800, Aurko Roy roy.au...@gmail.com wrote: Hi, I have been getting the following error whenever I try to run journalctl: Assertion 'size 0' failed at src/journal/mmap-cache.c:615, function mmap_cache_get(). Aborting. zsh: abort journalctl Initially I

Re: [arch-general] Pacman and Systemd's automount

2012-09-04 Thread Stephen E. Baker
On 04/09/2012 11:08 AM, Daniel Wallace wrote: On Sep 4, 2012 11:04 AM, Guillermo Leira gle...@gleira.com wrote: Hello! I have enabled systemd, and since then, I see the following: [root@guillelinux ~]# LANG=C pacman -Syu :: Synchronizing package databases... core is up to date extra is up

[arch-general] bind9, apache 2 sftp management

2012-09-04 Thread Δημήτρης Ζέρβας
hello, I have a small VPS and I want my few users (~10) to be able to manage their sub/domains. I don't care about the UI, either command line interface (via jailed ssh) or web ui. I would really like to have only SFTP and not any FTP daemon. however, if ftp is so much easier, then ok, ftp

Re: [arch-general] How to align partitions?

2012-09-04 Thread Stayvoid
Could you help me to do the math? All these bytes give me a headache. I used fdisk. Looks like that it automatically aligns everything. Could anyone confirm this? Cheers

Re: [arch-general] Pacman and Systemd's automount

2012-09-04 Thread Guillermo Leira
-Mensaje original- De: arch-general [mailto:arch-general-boun...@archlinux.org] En nombre de Daniel Wallace Enviado el: martes, 04 de septiembre de 2012 17:09 Para: General Discussion about Arch Linux Asunto: Re: [arch-general] Pacman and Systemd's automount On Sep 4, 2012 11:04

Re: [arch-general] bind9, apache 2 sftp management

2012-09-04 Thread Sebastian Günther
Hi * Δημήτρης Ζέρβας (01tto...@gmail.com) [04.09.12 21:48]: I would really like to have only SFTP and not any FTP daemon. however, if ftp is so much easier, then ok, ftp daemon... https://wiki.archlinux.org/index.php/SFTP-chroot this should help for the SFTP only access. HTH Sebastian --

Re: [arch-general] bind9, apache 2 sftp management

2012-09-04 Thread Δημήτρης Ζέρβας
i know that, my problem is central management so my users can add their domains etc. On Sep 5, 2012 12:21 AM, Sebastian Günther a...@teageek.de wrote: Hi * Δημήτρης Ζέρβας (01tto...@gmail.com) [04.09.12 21:48]: I would really like to have only SFTP and not any FTP daemon. however, if ftp

Re: [arch-general] Pacman and Systemd's automount

2012-09-04 Thread Daniel Wallace
On Tue, Sep 04, 2012 at 10:08:32PM +0200, Guillermo Leira wrote: -Mensaje original- De: arch-general [mailto:arch-general-boun...@archlinux.org] En nombre de Daniel Wallace Enviado el: martes, 04 de septiembre de 2012 17:09 Para: General Discussion about Arch Linux Asunto: Re:

Re: [arch-general] Journalctl error with systemdAssertion 'size 0' failed at src/journal/mmap-cache.c:615, function mmap_cache_get(). Aborting. zsh: abort journalctl

2012-09-04 Thread Aurko Roy
On Tue, Sep 4, 2012 at 9:24 PM, DR drdarkra...@gmail.com wrote: On Wed, 29 Aug 2012 16:32:04 +0800, Aurko Roy roy.au...@gmail.com wrote: Hi, I have been getting the following error whenever I try to run journalctl: Assertion 'size 0' failed at src/journal/mmap-cache.c:615, function