Re: [arch-general] Installing texlive docs

2014-09-01 Thread Karol Blazewicz
On Tue, Sep 2, 2014 at 3:37 AM, Xandaros Yotanido wrote: > I also looked through the manpage of wget to figure out what all these > flags do, but I couldn't find any information on -nv. What does it do? I have no idea why you didn't find it: -nv --no-verbose Turn off verb

Re: [arch-general] Installing texlive docs

2014-09-01 Thread Xandaros Yotanido
In the second and the following wget lines, you are trying to download subdirectories of ftp://tug.org/texlive/Contents/live/texmf/ which doesn't exist. In the first link you are downloading subdirectories of ftp://tug.org/texlive/Contents/live/texmf-dist/ which does exist and the subdirectories yo

[arch-general] vnstat's pacnew

2014-09-01 Thread Ralf Mardorf
$ diff /etc/vnstat.conf /etc/vnstat.conf.pacnew 1c1 < # vnStat 1.11 config file --- > # vnStat 1.12 config file 5c5 < Interface "enp3s0" --- > Interface "eth0" [snip] 93c105 < LogFile "/var/log/vnstat.lo

Re: [arch-general] Installing texlive docs

2014-09-01 Thread Thorsten Jolitz
AK writes: > On 09/01/2014 01:23 AM, Thorsten Jolitz wrote: >> 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 >

Re: [arch-general] Installing texlive docs

2014-09-01 Thread AK
On 09/01/2014 01:23 AM, Thorsten Jolitz wrote: 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

Re: [arch-general] Installing texlive docs

2014-09-01 Thread AK
On 09/01/2014 01:23 AM, Thorsten Jolitz wrote: 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