Re: [arch-general] Howto setup i686 archroot on x86_64 box? (not linux32 chroot)

2014-01-24 Thread Thomas Bächler
Am 25.01.2014 07:25, schrieb David C. Rankin: > I use the "Classic Way" of handling the build specified in > https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot. If you use devtools anyway (which you definitely should when building a packages for more than one computer)

Re: [arch-general] Howto setup i686 archroot on x86_64 box? (not linux32 chroot)

2014-01-24 Thread David C. Rankin
On 01/25/2014 12:25 AM, David C. Rankin wrote: > All, > > I have built all x86_64 packages in an archroot on my x86_64 box. I would > like > to set up and i686 archroot on the same box to build the i686 packages on the > same box due to build times dropping from about 8 hours on i686 to less th

[arch-general] Howto setup i686 archroot on x86_64 box? (not linux32 chroot)

2014-01-24 Thread David C. Rankin
All, I have built all x86_64 packages in an archroot on my x86_64 box. I would like to set up and i686 archroot on the same box to build the i686 packages on the same box due to build times dropping from about 8 hours on i686 to less than 3 on the x86_64 box. I am unclear how best to do it -- or

Re: [arch-general] Is there a burning tool able to replace K3b?

2014-01-24 Thread David Rosenstrauch
On 01/24/2014 09:24 PM, David C. Rankin wrote: On 01/21/2014 04:43 AM, Ralf Mardorf wrote: I'm experimenting with getting rid of Xfce and I'm testing Jwm at the moment, but generating the menu is PITA and to find good replacements for editors, file browsers etc. isn't easy. fluxbox is my favo

Re: [arch-general] /usr/bin/makepkg: eval: line 2180: unexpected EOF while looking for matching `}'

2014-01-24 Thread David C. Rankin
On 01/24/2014 08:10 PM, Nowaker wrote: >> Is there something obvious below, or is this a bug? > > This line is causing this: > provides=("${pkgname#*-}") > Thank you! provides=('tde-adept') It is working now. -- David C. Rankin, J.D.,P.E.

Re: [arch-general] Is there a burning tool able to replace K3b?

2014-01-24 Thread David C. Rankin
On 01/21/2014 04:43 AM, Ralf Mardorf wrote: > I'm experimenting with getting rid of Xfce and I'm testing Jwm at the > moment, but generating the menu is PITA and to find good replacements > for editors, file browsers etc. isn't easy. > fluxbox is my favorite non-KDE/GTK desktop. Menu generation i

Re: [arch-general] /usr/bin/makepkg: eval: line 2180: unexpected EOF while looking for matching `}'

2014-01-24 Thread Nowaker
Is there something obvious below, or is this a bug? This line is causing this: provides=("${pkgname#*-}") -- Kind regards, Damian Nowak StratusHost www.AtlasHost.eu

[arch-general] /usr/bin/makepkg: eval: line 2180: unexpected EOF while looking for matching `}'

2014-01-24 Thread David C. Rankin
Guys, I have a build that completes successfully, but the package is empty (other than .PKGINFO and .MTREE). The build output contains the following: /usr/bin/makepkg: eval: line 2180: unexpected EOF while looking for matching `}' /usr/bin/makepkg: eval: line 2181: syntax error: unexpected end

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-24 Thread Кравец Роман
Dear Florian, > Put that into the kernel line: "script=http://whatever.com/some-script-here"; It is answer to my questions!! Thank you! On Fri, Jan 24, 2014 at 1:43 PM, Florian Pritz wrote: > On 23.01.2014 19:59, Кравец Роман wrote: >> How I can make auto-installation over PXE in Arch? > > htt

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-24 Thread Shridhar Daithankar
On Friday, January 24, 2014 02:17:01 AM Paul Gideon Dann wrote: > On Thursday 23 Jan 2014 21:59:06 Plonky Duby wrote: > > You can use docker. > > http://docs.docker.io/en/latest/installation/archlinux/ > > Thank you; I was not aware of Docker. It looks *awesome*. FYI, stock lxc works very well w

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-24 Thread Paul Gideon Dann
On Thursday 23 Jan 2014 21:59:06 Plonky Duby wrote: > You can use docker. http://docs.docker.io/en/latest/installation/archlinux/ Thank you; I was not aware of Docker. It looks *awesome*. Paul

Re: [arch-general] Deploy Arch linux to many virtual machines

2014-01-24 Thread Florian Pritz
On 23.01.2014 19:59, Кравец Роман wrote: > How I can make auto-installation over PXE in Arch? https://wiki.archlinux.org/index.php/PXE Put that into the kernel line: "script=http://whatever.com/some-script-here"; Used by this script upon the automatic root login on tty1: https://projects.archlin