From johannes.krampf at googlemail.com Sun Nov 3 20:37:10 2013 From: johannes.krampf at googlemail.com (Johannes Krampf) Date: Sun, 03 Nov 2013 21:37:10 +0100 Subject: [Dev] FYI: Packages missing on main mirror (Bug #432) In-Reply-To: <5276B2A8.7020301@googlemail.com> References: <5276B2A8.7020301@googlemail.com> Message-ID: <5276B3F6.6080207@googlemail.com> Hello, There are some packages which are referenced in the package database files from the repo.parabolagnulinux.org mirror, but do not exist on the mirror. Please see https://labs.parabola.nu/issues/432 for details. If you prefer this kind of discussions on the mailing list, please tell me. Cheers, Johannes From fauno at endefensadelsl.org Mon Nov 4 15:58:00 2013 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Mon, 04 Nov 2013 12:58:00 -0300 Subject: [Dev] [labs] migration to redmine Message-ID: <87k3go88hj.fsf@endefensadelsl.org> sinde chili is using a deprecated version of rails it's one of the reasons the server is prevented to being upgraded (any time soon? :P) i've asked a friend to do the migration to redmine, apparently the difference isn't that great and it's using a modern version of rails that works with ruby 2. -- :{ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From lukeshu at sbcglobal.net Mon Nov 4 16:03:10 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Mon, 04 Nov 2013 11:03:10 -0500 Subject: [Dev] [Maintenance] monit alert -- Timeout labs In-Reply-To: <1383573388.1689048775@rshg054.dnsready.net> References: <1383573388.1689048775@rshg054.dnsready.net> Message-ID: <87k3gob1dt.wl%lukeshu@sbcglobal.net> I have no idea what caused this--or what the fix was. I ssh'ed in, and saw weird issues, but when it actually came back up, it was after I ran a command that shouldn't have done anything. Perhaps it was lag-time from a previous cammand that fixed it. At Mon, 04 Nov 2013 13:56:21 GMT, monit at parabolagnulinux.org wrote: > Timeout Service labs > > Date: Mon, 04 Nov 2013 05:56:21 > Action: unmonitor > Host: rshg054.dnsready.net > Description: service restarted 5 times within 5 cycles(s) - unmonitor > > Your faithful employee, > Monit > > _______________________________________________ > Maintenance mailing list > Maintenance at lists.parabolagnulinux.org > https://lists.parabolagnulinux.org/mailman/listinfo/maintenance Happy hacking, ~ Luke Shumaker From lukeshu at sbcglobal.net Mon Nov 4 17:58:47 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Mon, 04 Nov 2013 12:58:47 -0500 Subject: [Dev] [PATCHES] libretools In-Reply-To: <1381419015-8794-3-git-send-email-fauno@endefensadelsl.org> References: <1381419015-8794-1-git-send-email-fauno@endefensadelsl.org> <1381419015-8794-2-git-send-email-fauno@endefensadelsl.org> <1381419015-8794-3-git-send-email-fauno@endefensadelsl.org> <1381419875-12249-1-git-send-email-fauno@endefensadelsl.org> Message-ID: <87fvrcaw14.wl%lukeshu@sbcglobal.net> Hey, sorry, I've been meaning to look over these. > When cycling through packages and signing them, the loop doesn't > wait pinentry-curses to block the terminal and the output gets > scrambled. By using gpg-agent to sign a bogus file the passphrase > gets cached and the signing loop succeeds. > @@ -82,6 +82,10 @@ create_signature() { > sign_packages() { > if [ -z "${GPG_AGENT_INFO}" ]; then > warning "It's better to use gpg-agent to sign packages in batches" > + else > + # Cache the passphrase by signing a bogus file > + touch /tmp/h > + create_signature "/tmp/h" && rm -f /tmp/h.gpg > fi > > for package in $(find "${WORKDIR}/staging/" -type f -iname '*.pkg.tar.?z'); do Like I've said before, I've been hesitant to merge your work-arounds, because pinentry-curses works for me. Anyway, I *think* I've tracked it down to an I/O redirection issue. See if the version in git[^1] fixes it for you; if not, it should at least fail more verbosely. [^1]: Or, wait until I publish the next version; I think what's in git right now is stable, but I have an exam tomorrow... Also, instead of hardcoding this into librerelease, it can be configured to run in HOOKPRERELEASE, which is the more appropriate thing. > sign_packages() { > if [ -z "${GPG_AGENT_INFO}" ]; then > - warning "It's better to use gpg-agent to sign packages in batches" > + # Run the gpg-agent if it wasn't running > + msg "$(gettext "Starting gpg-agent...")" > + eval $(gpg-agent --daemon) Two things here: The call to gettext is superfluous; libremessages will do that for you. I was about to refer you to libremessages(1), but I looked at it myself, and it doesn't mention that gettext is used by the notification routines. This has been clarified in git. Secondly, more importantly, I think the warning is the better option. I don't think that starting a daemon on the user's box without warning is a suitable thing to do, expecially since after librerelease exits, the daemon will still be running, but the user will have no way of finding out $GPG_AGENT_INFO to communicate with it. I know that it's better to do the right thing right away, instead of leaving it to the user, but this is a situation where I think it's better to say "hey, user, run `gpg-agent --daemon`!". Perhaps the warning message should be clarified to say `gpg-agent --daemon` instead of just `gpg-agent`. Happy hacking, ~ Luke Shumaker From fauno at endefensadelsl.org Sun Nov 10 15:19:35 2013 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Sun, 10 Nov 2013 12:19:35 -0300 Subject: [Dev] server still down (ping encyclomundi, smv?) Message-ID: <87mwlcz3lk.fsf@endefensadelsl.org> the reason the server is down is because of the server migration, i'm waiting to get confirmation on access to the new server. the reason i didn't get to point the dns to the wiki as we discussed is that i have the password stored on my work machine and someone systematically trips over the ethernet cable during weekends. i'm really sorry about this, as soon as we get the access i'll work on migrating the dns to something we can all admin. i don't have access to the domain registrar to change it right away either. -- }(:= -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From fauno at endefensadelsl.org Mon Nov 11 14:54:47 2013 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Mon, 11 Nov 2013 11:54:47 -0300 Subject: [Dev] server still down (ping encyclomundi, smv?) In-Reply-To: <87mwlcz3lk.fsf@endefensadelsl.org> References: <87mwlcz3lk.fsf@endefensadelsl.org> Message-ID: <87d2m7xa2w.fsf@endefensadelsl.org> Nicol?s Reynolds writes: > the reason the server is down is because of the server migration, i'm > waiting to get confirmation on access to the new server. > > the reason i didn't get to point the dns to the wiki as we discussed is > that i have the password stored on my work machine and someone > systematically trips over the ethernet cable during weekends. i'm > really sorry about this, as soon as we get the access i'll work on > migrating the dns to something we can all admin. > > i don't have access to the domain registrar to change it right away > either. i just redirected the domains to the wiki for now. pablo told me he's working on the server, i'll keep you informed. -- }(:= -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From lukeshu at sbcglobal.net Tue Nov 12 05:35:44 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Tue, 12 Nov 2013 00:35:44 -0500 Subject: [Dev] server still down (ping encyclomundi, smv?) In-Reply-To: <87d2m7xa2w.fsf@endefensadelsl.org> References: <87mwlcz3lk.fsf@endefensadelsl.org> <87d2m7xa2w.fsf@endefensadelsl.org> Message-ID: <8761ryb2rz.wl%lukeshu@sbcglobal.net> I've (ab)used Google's cache to get all news posts from parabolaweb. Attached is a tarball of them with the markdown source, and metadata. Look at the files '.mddata' in each directory. At Mon, 11 Nov 2013 11:54:47 -0300, Nicol?s Reynolds wrote: > i just redirected the domains to the wiki for now. pablo told me he's > working on the server, i'll keep you informed. From here, it looks like you didn't change labs.parabola.nu or bugs.parabolagnulinux.org I've added a note about the outage to the Main_Page of the wiki, and am in the process of deploying cgit on repo, with the mirrors of the git repos I have (lukeshu.com mirrors the git repositories I contribute to). Also, the *.parabola.nu cert is still bad. Relevant because labs.parabola.nu should now be on repo (even if redirecting to wiki). My plan of action: - get cgit set up - release new libretools containing gitget - release new parabolaweb-utils that uses gitget - install parabolaweb-utils on repo - run parabolaweb on repo - write news post about the outage - import news posts from attached tarball. ~ Luke Shumaker -------------- next part -------------- A non-text attachment was scrubbed... Name: parabolaweb-news.tar.gz Type: application/octet-stream Size: 21501 bytes Desc: not available URL: From lukeshu at sbcglobal.net Wed Nov 13 19:24:38 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Wed, 13 Nov 2013 14:24:38 -0500 Subject: [Dev] libretools 20131112 release announcement Message-ID: <87li0sksuh.wl%lukeshu@sbcglobal.net> Yesterday I pushed libretools 20131112 to [libre]. I applogize for not doing the release announcement the. It is a bugfix release. The libretools.conf has changed, but the change should not affect existing users; they may like the changes though. Changes from 20131027 to 20131112: Changes: * librechroot: check argument counts; extra arguments, or too few arguments is now an error * chcleanup (librechroot clean-pkgs): No longer runs `pacman -Sy`. It was doing so to force [repo] to update; it now updates [repo] manually. * libregit is deprecated for gitget: a compatability wrapper is provided, so consumers of libregit will continue to work. * createworkdir: now sets a separate url and pushUrl. * treepkg, fullpkg: obey $TMPDIR when creating temporary files * libremessages(1): (manpage) clarify when gettext is used. * By default, base $WORKDIR off of $LIBREHOME, not /home/$LIBREUSER Bugfixes: * librechroot: use LC_ALL=C instead of LANG=C when parsing the output of `mount`. This could have causes issues with some languages. * treepkg: fail early if there is a configuration error * librerelease: no longer redirects the output of `gpg --detach-sign` Internal: * tests: use LC_ALL=C instead of LANG=C when parsing output. * treepkg, aur, is_built: internationalize * normalize to `[[` instead of `[` * fix quoting on arrays in a couple of places Changes to the default libretools.conf: ======================================= Before, `CREATEWORKDIR` defaulted to `/home/$LIBREUSER/packages`, now it defaults to `$LIBREHOME/packages`; the default value now works for users with their HOME in weird locations. To facilitate `createworkdir` setting separate `url` and `pushUrl` settings in `$WORKDIR/abslibre`, the `ABSLIBREGIT` setting has been split into: * `ABSLIBRERECV`: the URL for recieving updates (`git pull`; `url`) * `ABSLIBRESEND`: the URL for sending updates (`git push`; `pushUrl`) There are several benefits of this: * Users who clone before having access will no longer have to change the setting after having their SSH key added. * The password for your SSH key won't have to be entered before pulling (your key is encrypted, right?) Happy hacking, ~ Luke Shumaker From fauno at kiwwwi.com.ar Thu Nov 14 00:00:29 2013 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Wed, 13 Nov 2013 21:00:29 -0300 Subject: [Dev] server still down (ping encyclomundi, smv?) In-Reply-To: <8761ryb2rz.wl%lukeshu@sbcglobal.net> References: <87mwlcz3lk.fsf@endefensadelsl.org> <87d2m7xa2w.fsf@endefensadelsl.org> <8761ryb2rz.wl%lukeshu@sbcglobal.net> Message-ID: <87ppq3ons2.fsf@endefensadelsl.org> "Luke T. Shumaker" writes: > I've (ab)used Google's cache to get all news posts from parabolaweb. > Attached is a tarball of them with the markdown source, and metadata. > Look at the files '.mddata' in each directory. follow up: we got a new server (with modern software working!!) and the backup, i'm recovering services. git is working, the new ip is 142.4.205.9 -- :O -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From fauno at kiwwwi.com.ar Thu Nov 14 01:20:10 2013 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Wed, 13 Nov 2013 22:20:10 -0300 Subject: [Dev] server still down (ping encyclomundi, smv?) In-Reply-To: <87ppq3ons2.fsf@endefensadelsl.org> References: <87mwlcz3lk.fsf@endefensadelsl.org> <87d2m7xa2w.fsf@endefensadelsl.org> <8761ryb2rz.wl%lukeshu@sbcglobal.net> <87ppq3ons2.fsf@endefensadelsl.org> Message-ID: <87k3gbok39.fsf@endefensadelsl.org> Nicol?s Reynolds writes: > "Luke T. Shumaker" writes: > >> I've (ab)used Google's cache to get all news posts from parabolaweb. >> Attached is a tarball of them with the markdown source, and metadata. >> Look at the files '.mddata' in each directory. > > follow up: we got a new server (with modern software working!!) and the > backup, i'm recovering services. git is working, the new ip is > 142.4.205.9 xmpp accounts should work now -- http://hackcoop.com.ar -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From fauno at endefensadelsl.org Sun Nov 17 16:27:26 2013 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Sun, 17 Nov 2013 13:27:26 -0300 Subject: [Dev] [Pierre Schmitz] [arch-dev-public] Web servers down Message-ID: <87y54nhu35.fsf@endefensadelsl.org> fyi -- http://hackcoop.com.ar -------------- next part -------------- An embedded message was scrubbed... From: Pierre Schmitz Subject: [arch-dev-public] Web servers down Date: Sun, 17 Nov 2013 15:26:44 +0100 Size: 948 URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From lukeshu at sbcglobal.net Mon Nov 18 14:44:03 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Mon, 18 Nov 2013 09:44:03 -0500 Subject: [Dev] [Pierre Schmitz] [arch-dev-public] Web servers down In-Reply-To: <87y54nhu35.fsf@endefensadelsl.org> References: <87y54nhu35.fsf@endefensadelsl.org> Message-ID: <87bo1hrcr0.wl%lukeshu@sbcglobal.net> At Sun, 17 Nov 2013 13:27:26 -0300, Nicol?s Reynolds wrote: > currently some of our servers are unreachable due to a DDOS attack. > This affects forums, wiki and AUR (also everything on archlinux.de). See > http://www.hetzner-status.de/en.html for updates. At least we're not the only ones with downtime! ~ Luke From lukeshu at sbcglobal.net Tue Nov 19 18:36:06 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Tue, 19 Nov 2013 13:36:06 -0500 Subject: [Dev] [nginx-announce] nginx security advisory (CVE-2013-4547) Message-ID: <87a9h0p7c9.wl%lukeshu@sbcglobal.net> http://mailman.nginx.org/pipermail/nginx-announce/2013/000125.html The Parabola servers are running vulnerable versions of nginx, however, none of them are configured such that they are vulnerable. We will be shipping the fixed version of nginx just as soon as Arch Linux is (we currently ship 1.4.3, the fix is in 1.4.4). Happy hacking, ~ Luke Shumaker From lukeshu at sbcglobal.net Sat Nov 23 19:16:19 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Sat, 23 Nov 2013 14:16:19 -0500 Subject: [Dev] server still down (ping encyclomundi, smv?) In-Reply-To: <87ppq3ons2.fsf@endefensadelsl.org> References: <87mwlcz3lk.fsf@endefensadelsl.org> <87d2m7xa2w.fsf@endefensadelsl.org> <8761ryb2rz.wl%lukeshu@sbcglobal.net> <87ppq3ons2.fsf@endefensadelsl.org> Message-ID: <87txf39bek.wl%lukeshu@sbcglobal.net> At Wed, 13 Nov 2013 21:00:29 -0300, Nicol?s Reynolds wrote: > [1 ] > [1.1 ] > "Luke T. Shumaker" writes: > > > I've (ab)used Google's cache to get all news posts from parabolaweb. > > Attached is a tarball of them with the markdown source, and metadata. > > Look at the files '.mddata' in each directory. > > follow up: we got a new server (with modern software working!!) and the > backup, i'm recovering services. git is working, the new ip is > 142.4.205.9 I turned on parabolaweb last night. labs is still down, as is Rsync, and the bittorrent tracker. ~ Luke From fauno at kiwwwi.com.ar Sun Nov 24 15:38:28 2013 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Sun, 24 Nov 2013 12:38:28 -0300 Subject: [Dev] server still down (ping encyclomundi, smv?) In-Reply-To: <87txf39bek.wl%lukeshu@sbcglobal.net> References: <87mwlcz3lk.fsf@endefensadelsl.org> <87d2m7xa2w.fsf@endefensadelsl.org> <8761ryb2rz.wl%lukeshu@sbcglobal.net> <87ppq3ons2.fsf@endefensadelsl.org> <87txf39bek.wl%lukeshu@sbcglobal.net> Message-ID: <87li0d4xor.fsf@endefensadelsl.org> "Luke T. Shumaker" writes: > At Wed, 13 Nov 2013 21:00:29 -0300, > Nicol?s Reynolds wrote: >> [1 ] >> [1.1 ] >> "Luke T. Shumaker" writes: >> >> > I've (ab)used Google's cache to get all news posts from parabolaweb. >> > Attached is a tarball of them with the markdown source, and metadata. >> > Look at the files '.mddata' in each directory. >> >> follow up: we got a new server (with modern software working!!) and the >> backup, i'm recovering services. git is working, the new ip is >> 142.4.205.9 > > I turned on parabolaweb last night. > > labs is still down, as is Rsync, and the bittorrent tracker. i'll ping my friend about migrating labs to redmine (since chili won't work) and i'll work on abslibre (since i wrote the scripts...) -- :{ -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From lukeshu at sbcglobal.net Mon Nov 25 18:39:30 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Mon, 25 Nov 2013 13:39:30 -0500 Subject: [Dev] server still down (ping encyclomundi, smv?) In-Reply-To: <87li0d4xor.fsf@endefensadelsl.org> References: <87mwlcz3lk.fsf@endefensadelsl.org> <87d2m7xa2w.fsf@endefensadelsl.org> <8761ryb2rz.wl%lukeshu@sbcglobal.net> <87ppq3ons2.fsf@endefensadelsl.org> <87txf39bek.wl%lukeshu@sbcglobal.net> <87li0d4xor.fsf@endefensadelsl.org> Message-ID: <874n70nx5p.wl%lukeshu@sbcglobal.net> At Sun, 24 Nov 2013 12:38:28 -0300, Nicol?s Reynolds wrote: > i'll ping my friend about migrating labs to redmine (since chili won't > work) The old chili DB is live in postgres, FYI. > and i'll work on abslibre (since i wrote the scripts...) Well, I wish my dbscripts cleanup was ready :( Happy hacking, ~ Luke Shumaker From fauno at endefensadelsl.org Wed Nov 27 13:42:05 2013 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Wed, 27 Nov 2013 10:42:05 -0300 Subject: [Dev] lxc-docker not built from source Message-ID: <877gbux8pe.fsf@endefensadelsl.org> fyi, apparently it hasn't been pushed as a package yet and arch devs plan to fix it before releasing it. -- }(:= -------------- next part -------------- An embedded message was scrubbed... From: =?utf-8?Q?S=C3=A9bastien?= Luttringer Subject: Re: [arch-dev-public] Fwd: [arch-commits] Commit in (9 files) Date: Wed, 27 Nov 2013 12:49:56 +0100 Size: 1971 URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From fauno at endefensadelsl.org Wed Nov 27 13:46:43 2013 From: fauno at endefensadelsl.org (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Wed, 27 Nov 2013 10:46:43 -0300 Subject: [Dev] lxc-docker not built from source In-Reply-To: <877gbux8pe.fsf@endefensadelsl.org> References: <877gbux8pe.fsf@endefensadelsl.org> Message-ID: <874n6yx8ho.fsf@endefensadelsl.org> Nicol?s Reynolds writes: > fyi, apparently it hasn't been pushed as a package yet and arch devs > plan to fix it before releasing it. i'm reading at their site[0] that the program will download containers From their index[1] and it features ubuntu as the most downloaded one, and other unfree distros as well. on the positive side we could send them containers for all the libre distros :) [0]: https://www.docker.io/gettingstarted/ [1]: https://index.docker.io/ -- }(:= -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From fauno at kiwwwi.com.ar Wed Nov 27 23:45:53 2013 From: fauno at kiwwwi.com.ar (=?utf-8?Q?Nicol=C3=A1s?= Reynolds) Date: Wed, 27 Nov 2013 20:45:53 -0300 Subject: [Dev] server still down (ping encyclomundi, smv?) In-Reply-To: <874n70nx5p.wl%lukeshu@sbcglobal.net> References: <87mwlcz3lk.fsf@endefensadelsl.org> <87d2m7xa2w.fsf@endefensadelsl.org> <8761ryb2rz.wl%lukeshu@sbcglobal.net> <87ppq3ons2.fsf@endefensadelsl.org> <87txf39bek.wl%lukeshu@sbcglobal.net> <87li0d4xor.fsf@endefensadelsl.org> <874n70nx5p.wl%lukeshu@sbcglobal.net> Message-ID: <87mwkpv26m.fsf@endefensadelsl.org> "Luke T. Shumaker" writes: > At Sun, 24 Nov 2013 12:38:28 -0300, > Nicol?s Reynolds wrote: >> i'll ping my friend about migrating labs to redmine (since chili won't >> work) > > The old chili DB is live in postgres, FYI. the server restarted and postgres didn't start... but we have a firewall now (actively blocking zkiddies bruteforcing ssh usernames) >> and i'll work on abslibre (since i wrote the scripts...) > > Well, I wish my dbscripts cleanup was ready :( -- http://endefensadelsl.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 489 bytes Desc: not available URL: From lukeshu at sbcglobal.net Sat Nov 30 04:41:00 2013 From: lukeshu at sbcglobal.net (Luke T. Shumaker) Date: Fri, 29 Nov 2013 23:41:00 -0500 Subject: [Dev] server still down (ping encyclomundi, smv?) In-Reply-To: <87mwkpv26m.fsf@endefensadelsl.org> References: <87mwlcz3lk.fsf@endefensadelsl.org> <87d2m7xa2w.fsf@endefensadelsl.org> <8761ryb2rz.wl%lukeshu@sbcglobal.net> <87ppq3ons2.fsf@endefensadelsl.org> <87txf39bek.wl%lukeshu@sbcglobal.net> <87li0d4xor.fsf@endefensadelsl.org> <874n70nx5p.wl%lukeshu@sbcglobal.net> <87mwkpv26m.fsf@endefensadelsl.org> Message-ID: <87siuezelf.wl%lukeshu@sbcglobal.net> At Wed, 27 Nov 2013 20:45:53 -0300, Nicol?s Reynolds wrote: > the server restarted and postgres didn't start... We already discussed this on IRC, but I'll document it here: There was a stray symlink to /tmp, which caused another symlink to get dumped on reboot. > but we have a firewall now (actively blocking zkiddies bruteforcing > ssh usernames) I've opened port 9418 (git://). Happy hacking, ~ Luke Shumaker From elcorreo at deshackra.com Sat Nov 30 21:54:39 2013 From: elcorreo at deshackra.com (Jorge Araya Navarro) Date: Sat, 30 Nov 2013 15:54:39 -0600 Subject: [Dev] Packages seems not uploaded to our repository (anything wrong with libretools?) Message-ID: <1385848479.2725.6.camel@localhost.localdomain> Hello!! I'm maintaining few packages on Parabola. I did an update for owncloud-client (version 1.4.2) and added unittest++ package to pcr repository, after using ```librestage pcr``` and ```librerelease``` I tried to install/update those packages, however, they seems not to be uploaded/updated: jorge [~] ~> LC_ALL=C sudo pacman -Sy owncloud-client unittestpp :: Synchronizing package databases... libre is up to date core is up to date extra is up to date community is up to date kernels is up to date pcr is up to date ~emulatorman is up to date ~fauno is up to date ~jorginho is up to date multilib is up to date warning: owncloud-client-1.4.0-1 is up to date -- reinstalling error: target not found: unittestpp jorge [~] ~> Maybe there is something wrong in libretools, I did something wrong or missed something... anyway, help please :) -- Pax et bonum. Jorge Araya Navarro. Dise?ador publicitario, programador Python/C++ y colaborador en Parabola GNU/Linux-libre. -------------- next part -------------- An HTML attachment was scrubbed... URL: From johkra at googlemail.com Sun Nov 3 20:32:32 2013 From: johkra at googlemail.com (Johannes Krampf) Date: Sun, 03 Nov 2013 20:32:32 -0000 Subject: [Dev] FYI: Packages missing on main mirror (Bug #432) Message-ID: <5276B2A8.7020301@googlemail.com> Hello, There are some packages which are referenced in the package database files from the repo.parabolagnulinux.org mirror, but do not exist on the mirror. Please see https://labs.parabola.nu/issues/432 for details. If you prefer this kind of discussions on the mailing list, please tell me. Cheers, Johannes