Re: [arch-general] Installing texlive docs

2014-08-31 Thread Thorsten Jolitz
Stephen Martin writes: >> AK writes: >> >>> Since the URLs are invalid, the build() function seems to fail at the >>> second wget line and aborts the whole process so no package gets >>> built. Fixing the build() function so that wget no longer fails should >>> get you a working package. >> >>

Re: [arch-general] Installing texlive docs

2014-08-31 Thread Stephen Martin
> AK writes: > >> Since the URLs are invalid, the build() function seems to fail at the >> second wget line and aborts the whole process so no package gets >> built. Fixing the build() function so that wget no longer fails should >> get you a working package. > > I still wonder how 1.5GB w

Re: [arch-general] Installing texlive docs

2014-08-31 Thread Thorsten Jolitz
AK writes: > Since the URLs are invalid, the build() function seems to fail at the > second wget line and aborts the whole process so no package gets > built. Fixing the build() function so that wget no longer fails should > get you a working package. I still wonder how 1.5GB were downloaded fro

Re: [arch-general] Installing texlive docs

2014-08-31 Thread AK
On 31.08.2014 19:35, Thorsten Jolitz wrote: AK writes: On 31.08.2014 12:50, Thorsten Jolitz wrote: Hi List, based on this page (https://bbs.archlinux.org/viewtopic.php?pid=1253365) I tried to build a texlive-most-doc package: #+NAME: PKGBUILD #+BEGIN_SRC shell pkgname=texlive-most-doc

Re: [arch-general] Installing texlive docs

2014-08-31 Thread Thorsten Jolitz
AK writes: > On 31.08.2014 12:50, Thorsten Jolitz wrote: >> Hi List, >> >> based on this page (https://bbs.archlinux.org/viewtopic.php?pid=1253365) >> I tried to build a texlive-most-doc package: >> >> #+NAME: PKGBUILD >> #+BEGIN_SRC shell >>pkgname=texlive-most-doc >>pkgver=$(date +%Y%m%

Re: [arch-general] Installing texlive docs

2014-08-31 Thread AK
On 31.08.2014 12:50, Thorsten Jolitz wrote: Hi List, based on this page (https://bbs.archlinux.org/viewtopic.php?pid=1253365) I tried to build a texlive-most-doc package: #+NAME: PKGBUILD #+BEGIN_SRC shell pkgname=texlive-most-doc pkgver=$(date +%Y%m%d) pkgrel=1 pkgdesc="Most TeXLi

Re: [arch-general] Btrfs blues - lack of space

2014-08-31 Thread Savyasachee Jha
On Sun, Aug 31, 2014 at 1:28 AM, Temlin Olivér wrote: > > Whenever I start my laptop up, /home takes ~17-19 seconds to mount > You can always use x-systemd.automount in fstab, which delays the mount to > the first access (ie. non-root login), or mask home.mount to be > non-blocking (oneshot), so

Re: [arch-general] [systemd-networkd] only one .link

2014-08-31 Thread Yamakaky
Le 31/08/2014 13:34, Mauro Santos a écrit : On 31-08-2014 11:51, Yamakaky wrote: Woh, I read the manpage, but didn't found the paragraph... Thanks ! I'm not sure from your reply if you have found it or not so I transcribe it here: The link file contains a "[Match]" section, which determines

Re: [arch-general] [systemd-networkd] only one .link

2014-08-31 Thread Mauro Santos
On 31-08-2014 11:51, Yamakaky wrote: > Woh, I read the manpage, but didn't found the paragraph... Thanks ! > I'm not sure from your reply if you have found it or not so I transcribe it here: The link file contains a "[Match]" section, which determines if a given link file may be applied to a gi

Re: [arch-general] [systemd-networkd] only one .link

2014-08-31 Thread Yamakaky
Le 31/08/2014 12:41, Mauro Santos a écrit : On 31-08-2014 11:17, Yamakaky wrote: Hi Once upon a time, it was said that for each interface, only the first .link file matching was taken into account. However, as I was investigating all the new features of the latest release, I couldn't find this

[arch-general] Installing texlive docs

2014-08-31 Thread Thorsten Jolitz
Hi List, based on this page (https://bbs.archlinux.org/viewtopic.php?pid=1253365) I tried to build a texlive-most-doc package: #+NAME: PKGBUILD #+BEGIN_SRC shell pkgname=texlive-most-doc pkgver=$(date +%Y%m%d) pkgrel=1 pkgdesc="Most TeXLive documentation" url="http://tug.org/texlive

Re: [arch-general] [systemd-networkd] only one .link

2014-08-31 Thread Mauro Santos
On 31-08-2014 11:17, Yamakaky wrote: > Hi > > Once upon a time, it was said that for each interface, only the first > .link file matching was taken into account. However, as I was > investigating all the new features of the latest release, I couldn't > find this affirmation. Was it fixed ? > > Ya

Re: [arch-general] Btrfs blues - lack of space

2014-08-31 Thread Temlin Olivér
> Again, another weird thing is that the btrfs filesystem df /home showed 398 > gigs to space in home before all this, and now it shows 402 gigs. Something > is definitely up. As per my experience, always sync before measuring free space. - -Oliver Temlin

[arch-general] [systemd-networkd] only one .link

2014-08-31 Thread Yamakaky
Hi Once upon a time, it was said that for each interface, only the first .link file matching was taken into account. However, as I was investigating all the new features of the latest release, I couldn't find this affirmation. Was it fixed ? Yamakaky

Re: [arch-general] Btrfs blues - lack of space

2014-08-31 Thread Savyasachee Jha
On Aug 31, 2014 1:54 AM, "Jakub Klinkovský" wrote: > > On 30.08.14 at 21:58, Temlin Olivér wrote: > > > Whenever I start my laptop up, /home takes ~17-19 seconds to mount > > You can always use x-systemd.automount in fstab, which delays the mount to > > the first access (ie. non-root login), or ma