Re: [arch-general] makepkg --source makes empty folder src

2011-01-15 Thread Allan McRae
On 16/01/11 14:53, Joker-jar wrote: Why makepkg --source makes empty folder "src"? Is it necessary? It is only empty if your PKGBUILD has no source files, which would make using "makepkg --source" a bit of a waste of time given it just tars up the PKGBUILD...

Re: [arch-general] makepkg --source makes empty folder src

2011-01-15 Thread Ng Oon-Ee
On Sun, 2011-01-16 at 14:53 +1000, Joker-jar wrote: > Why makepkg --source makes empty folder "src"? Is it necessary? man makepkg Search for the term '--source'

Re: [arch-general] umask gnome

2011-01-15 Thread Evangelos Foutras
On Sat, Jan 15, 2011 at 10:11 PM, Béla Vizer wrote: > I put .bashrc and /etc/profiles the follwoing line: > umask 077 > I tried to put it to  /etc/gdm/Xsession, I created .gnomerc but nothing. > Is it even possible to set a system-wide umask settings? Put it in ~/.bashrc, before the following lin

[arch-general] makepkg --source makes empty folder src

2011-01-15 Thread Joker-jar
Why makepkg --source makes empty folder "src"? Is it necessary?

Re: [arch-general] [arch-releng] Syslinux Installer / Update Script - Testers Needed

2011-01-15 Thread J. W. Birdsong
On 01/15/11 at 09:52pm, Matthew Gyurgyik wrote: > Hello Community, > > Over the last few weeks I have been working on Syslinux support for > the installer. With the help Thomas and Dieter I am nearing the > completion of this project. As part of this project, I have written > a script that will he

[arch-general] Syslinux Installer / Update Script - Testers Needed

2011-01-15 Thread Matthew Gyurgyik
Hello Community, Over the last few weeks I have been working on Syslinux support for the installer. With the help Thomas and Dieter I am nearing the completion of this project. As part of this project, I have written a script that will help install and update Syslinux (similar to that of grub-

Re: [arch-general] udev slow to start up

2011-01-15 Thread Ty John (sand_man)
> Hi, > > I'm concerned about this line: > > Am 10.01.2011 09:44, schrieb Ty John (sand_man): > > ata2.00: failed command: IDENTIFY PACKET DEVICE > > Either your device is not behaving normally, or there is something weird > going on. Have you the latest firmware on your drive? Is the problem >

Re: [arch-general] Vuze doesn't work after update

2011-01-15 Thread Madhurya Kakati
On Sat, Jan 15, 2011 at 10:45 PM, Jelle van der Waa wrote: > On Sat, 2011-01-15 at 22:28 +0530, Madhurya Kakati wrote: >> So what will I do now? Any way I can downgrade? I have lots of torrents on >> Vuze. >> >> On 1/15/11, Thomas Dziedzic wrote: >> > On Sat, Jan 15, 2011 at 10:02 AM, Thomas Dzi

Re: [arch-general] Ye Olde Package Manager

2011-01-15 Thread Allan McRae
On 16/01/11 09:56, Brendan Long wrote: On 01/15/2011 03:14 PM, Allan McRae wrote: It is not so much having the data in a real database, but not having it spread over hundreds of small files. This has been largely fixed in the developmental branch of pacman, which is a lot faster. It could prob

Re: [arch-general] Ye Olde Package Manager

2011-01-15 Thread Brendan Long
On 01/15/2011 03:14 PM, Allan McRae wrote: > It is not so much having the data in a real database, but not having > it spread over hundreds of small files. This has been largely fixed > in the developmental branch of pacman, which is a lot faster. It > could probably be improved further, but the

Re: [arch-general] Ye Olde Package Manager

2011-01-15 Thread Allan McRae
On 16/01/11 07:34, Brendan Long wrote: On 01/13/2011 12:12 PM, C Anthony Risinger wrote: leverage a revisioning system for package files instead of tarballs, even if only locally. store metadata in a non-relational engine like couchdb (peer replicaition), or at least something like sqlite, for

Re: [arch-general] Ye Olde Package Manager

2011-01-15 Thread Brendan Long
On 01/13/2011 12:12 PM, C Anthony Risinger wrote: > leverage a revisioning system for package files instead of tarballs, > even if only locally. store metadata in a non-relational engine like > couchdb (peer replicaition), or at least something like sqlite, for > sane access. A relational engine

Re: [arch-general] root on NFS and archlinux init scripts

2011-01-15 Thread Thomas Bahn
Am Samstag 15 Januar 2011, 21:42:24 schrieb Florian Pritz: > On 15.01.2011 21:13, Thomas Bahn wrote: > > /etc/rc.conf: > > NETWORK_PERSIST = "yes" > > With the spaces that should cause an error. My fault ;) I did not do copy and paste. in the real rc.conf there are no spaces.

Re: [arch-general] root on NFS and archlinux init scripts

2011-01-15 Thread Thomas Bahn
Am Samstag 15 Januar 2011, 21:32:23 schrieb Thomas Bächler: > Am 15.01.2011 21:13, schrieb Thomas Bahn: > > On shutdown there is a message '/: device is busy'. I found out, that > > this is originated by the netfs-script in /etc/rc.d. It tries to umount > > everything on the network. By removing t

Re: [arch-general] root on NFS and archlinux init scripts

2011-01-15 Thread Florian Pritz
On 15.01.2011 21:13, Thomas Bahn wrote: > /etc/rc.conf: > NETWORK_PERSIST = "yes" With the spaces that should cause an error. -- Florian Pritz -- {flo,bluewind}@server-speed.net signature.asc Description: OpenPGP digital signature

Re: [arch-general] root on NFS and archlinux init scripts

2011-01-15 Thread Thomas Bächler
Am 15.01.2011 21:13, schrieb Thomas Bahn: > On shutdown there is a message '/: device is busy'. I found out, that this > is originated by the netfs-script in /etc/rc.d. > It tries to umount everything on the network. By removing this hook the > warning went away. > I think this is not as meant.

[arch-general] root on NFS and archlinux init scripts

2011-01-15 Thread Thomas Bahn
Hi all, one of my systems is booting over PXE and running diskless. The root-filesystem is mounted over NFS by the kernel (with the help of the net-hook in initcpio). On shutdown there is a message '/: device is busy'. I found out, that this is originated by the netfs-script in /etc/rc.d. It t

[arch-general] umask gnome

2011-01-15 Thread Béla Vizer
Dear Everyone, I would like to have a system-wide umask settings. If I create eg a directory with mkdir everything is fine, however if I create a directory using Nautilus or even Midnight Commander using Gnome Terminal the file permission settings are different from my .bashrc definition I put .b

Re: [arch-general] [arch-dev-public] adding hunspell-xx packages

2011-01-15 Thread Mauro Santos
Added Hunspell and Thesaurus packages for Portuguese (European) to the AUR. http://aur.archlinux.org/packages.php?ID=45431 http://aur.archlinux.org/packages.php?ID=45430 http://aur.archlinux.org/packages.php?ID=45432 -- Mauro Santos

Re: [arch-general] Vuze doesn't work after update

2011-01-15 Thread Jelle van der Waa
On Sat, 2011-01-15 at 22:28 +0530, Madhurya Kakati wrote: > So what will I do now? Any way I can downgrade? I have lots of torrents on > Vuze. > > On 1/15/11, Thomas Dziedzic wrote: > > On Sat, Jan 15, 2011 at 10:02 AM, Thomas Dziedzic wrote: > >> On Sat, Jan 15, 2011 at 9:47 AM, Madhurya Kakat

Re: [arch-general] Vuze doesn't work after update

2011-01-15 Thread Madhurya Kakati
So what will I do now? Any way I can downgrade? I have lots of torrents on Vuze. On 1/15/11, Thomas Dziedzic wrote: > On Sat, Jan 15, 2011 at 10:02 AM, Thomas Dziedzic wrote: >> On Sat, Jan 15, 2011 at 9:47 AM, Madhurya Kakati >> wrote: >>> HI, >>> I just updated Vuze bittorrent client to its l

Re: [arch-general] Vuze doesn't work after update

2011-01-15 Thread Thomas Dziedzic
On Sat, Jan 15, 2011 at 10:02 AM, Thomas Dziedzic wrote: > On Sat, Jan 15, 2011 at 9:47 AM, Madhurya Kakati > wrote: >> HI, >> I just updated Vuze bittorrent client to its latest version and now it >> doesn't run. I am using 64 bit arch and openjdk6. The output when I >> run vuze on the terminal

Re: [arch-general] Vuze doesn't work after update

2011-01-15 Thread Thomas Dziedzic
On Sat, Jan 15, 2011 at 9:47 AM, Madhurya Kakati wrote: > HI, > I just updated Vuze bittorrent client to its latest version and now it > doesn't run. I am using 64 bit arch and openjdk6. The output when I > run vuze on the terminal is: > > $ vuze > Starting Azureus... > Suitable java version found

Re: [arch-general] sage-mathematics 4.6.1 in [community-testing]

2011-01-15 Thread Madhurya Kakati
On Sat, Jan 15, 2011 at 2:45 AM, Brad Fanella wrote: > Signoff both architectures :-D > > P.S. I apologize if this actually starts a new thread on the mailing > list. I wasn't subscribed to arch-general when you sent this message. > and it did :)

[arch-general] Vuze doesn't work after update

2011-01-15 Thread Madhurya Kakati
HI, I just updated Vuze bittorrent client to its latest version and now it doesn't run. I am using 64 bit arch and openjdk6. The output when I run vuze on the terminal is: $ vuze Starting Azureus... Suitable java version found [java = 1.6.0_20] Configuring environment... Java exec found in PATH. V

Re: [arch-general] kde4 Okular + Hp Laserjet PCL 4/5 driver - prints greyscale inversed

2011-01-15 Thread Evangelos Foutras
On Sat, Jan 15, 2011 at 8:27 AM, David C. Rankin wrote: > Guys, > >        Don't know whether this is kde4 or the print drivers, but saving a > google maps > map as pdf and then printing in Okular using a HP Laserjet 4 via the HP > Laserjet > PCL 4/5 driver prints the maps in inverse greyscale (

Re: [arch-general] kde4 Okular + Hp Laserjet PCL 4/5 driver - prints greyscale inversed

2011-01-15 Thread Vytautas Stankevičius
Hey > Don't know whether this is kde4 or the print drivers, but saving a > google > maps map as pdf and then printing in Okular using a HP Laserjet 4 via the > HP Laserjet PCL 4/5 driver prints the maps in inverse greyscale (i.e. the > whole page is black with the roads shown in white). I'v