[DNG] cannot reach gitlab
Hello. I have had a few authentication failures this morning trying to clone and push my project on Devian's gitlab. Now I get a timed out connection either with git or with my browser. Am I banned or did I crash the git server ? Sorry if I tried crazy actions. I'm new to git. Didier ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] cannot reach gitlab
Hi Didier, Didier Kryn writes: > Hello. > > I have had a few authentication failures this morning trying to > clone and push my project on Devian's gitlab. Now I get a timed out > connection either with git or with my browser. Am I banned or did I > crash the git server ? Don't know but I just successfully logged into my account via the web interface and cloned a test repository over HTTPS without trouble. # Haven't registered an SSH key (yet). > Sorry if I tried crazy actions. I'm new to git. Hope this helps, -- Olaf Meeuwissen, LPIC-2FSF Associate Member since 2004-01-27 GnuPG key: F84A2DD9/B3C0 2F47 EA19 64F4 9F13 F43E B8A4 A88A F84A 2DD9 Support Free Softwarehttps://my.fsf.org/donate Join the Free Software Foundation https://my.fsf.org/join ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
[DNG] python-qt5
How would I find python-qt5 for beowulf or pull it in from the corresponding Debian repository? /Lars ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] python-qt5
did you mean python-pyqt5 ? Ralph. Lars Noodén via Dng wrote on 1/5/19 10:44 pm: > How would I find python-qt5 for beowulf or pull it in from the > corresponding Debian repository? > > /Lars > ___ > Dng mailing list > Dng@lists.dyne.org > https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng > ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
[DNG] [solved] Re: python-qt5
On 5/1/19 4:01 PM, Ralph Ronnquist via Dng wrote: > Lars Noodén via Dng wrote on 1/5/19 10:44 pm: >> How would I find python-qt5 for beowulf or pull it in from the >> corresponding Debian repository? >> >> /Lars > did you mean python-pyqt5 ? > > Ralph. Yes. Sorry for the typo. /Lars ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] cannot reach gitlab
Didier Kryn writes: Hello. I have had a few authentication failures this morning trying to clone and push my project on Devian's gitlab. Now I get a timed out connection either with git or with my browser. Am I banned or did I crash the git server ? Sorry if I tried crazy actions. I'm new to git. Didier Hello, I took a quick look and don't see anything strange with your user / repos and things appear to be working alright on the server end. If you keep having issues maybe come around to IRC and with a more synchronous communication we can try to figure it out. -- Evilham ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] [SPAM] New application ready to test: hopman
Hi Didier, On 28/4/19 22:59, Didier Kryn wrote: Thanks a lot Aitor. In the mean time I've found a bug which should cause memory leak and possible segfault. I'll do a few checks and push the corrected version asap. Didier On Thu, 2015-11-26 at 17:04 +, Roger Leigh wrote: On 26/11/2015 15:00, Svante Signell wrote: Hi, what's wrong with plain GNU make, and the GNU auto-tools? Nothing is wrong with "plain make", providing that it meets your needs. But often you want more than plain make can offer. There's plenty to criticise with the autotools, the baroque complexity being the primary one. CMake is a big upgrade from the autotools; it's vastly more featureful and powerful, has better portability for modern systems, and still works with make when generating Makefiles. The autotools have failed to keep up to date with modern portability requirements; the capabilities CMake has to offer are unmatched at the present time, though it also has its own warts. After 15 years of autotools use, I converted all my stuff to CMake over the last two years, and I'm not looking back. What about the use of CMake? I can help on that, and also in the translations. Aitor. ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] New application ready to test: hopman
On 1/5/19 18:23, aitor_czr wrote: What about the use of CMake? I can help on that, and also in the translations. Aitor. using xgettext and msginit ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] cannot reach gitlab
Le 01/05/2019 à 16:49, Evilham via Dng a écrit : Hello, I took a quick look and don't see anything strange with your user / repos and things appear to be working alright on the server end. If you keep having issues maybe come around to IRC and with a more synchronous communication we can try to figure it out. -- Evilham Sure. I'll have to learn how to use IRC. I may look like a dynosaur but I never used that (~: Didier ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] [SPAM] New application ready to test: hopman
Le 01/05/2019 à 18:23, aitor_czr a écrit : On Thu, 2015-11-26 at 17:04 +, Roger Leigh wrote: On 26/11/2015 15:00, Svante Signell wrote: Hi, what's wrong with plain GNU make, and the GNU auto-tools? Nothing is wrong with "plain make", providing that it meets your needs. But often you want more than plain make can offer. There's plenty to criticise with the autotools, the baroque complexity being the primary one. CMake is a big upgrade from the autotools; it's vastly more featureful and powerful, has better portability for modern systems, and still works with make when generating Makefiles. The autotools have failed to keep up to date with modern portability requirements; the capabilities CMake has to offer are unmatched at the present time, though it also has its own warts. After 15 years of autotools use, I converted all my stuff to CMake over the last two years, and I'm not looking back. I haven't talked against autotool for several years, I think (~: In the case of this application, I don't think there's a need for configuration and portability because the program is completely Linux-oriented and absolutely depends on features which only exist in the Linux kernel (/sys, /proc, inotify, signalfd). I've no idea on wether it is portable to another OS and don't care much. For what concerns portability to other libcs, I consider a must to stick to the POSIX standard and not bloat the program with switches depending on which library and which version is used. If the program relies on any non-standard feature, I consider it a bug which I'm willing to correct. There might be an issue with the location of the installed files which may depend on the distro; then, well, it's a job for the packager. Maybe it would help to have the location of the default config file set by a #define; this is something I can do. Didier ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] cannot reach gitlab
On 5/2/19 12:06 AM, Didier Kryn wrote: > Sure. I'll have to learn how to use IRC. I may look like a dynosaur > but I never used that (~: i thought only dinosaurs were using IRC :D signature.asc Description: OpenPGP digital signature ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] cannot reach gitlab
Le 02/05/2019 à 08:36, Dimitris via Dng a écrit : On 5/2/19 12:06 AM, Didier Kryn wrote: Sure. I'll have to learn how to use IRC. I may look like a dynosaur but I never used that (~: i thought only dinosaurs were using IRC :D Then I must be even older than that, some reptile or fish ツ ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
Re: [DNG] hopman
Le 28/04/2019 à 22:59, Didier Kryn a écrit : In the mean time I've found a bug which should cause memory leak and possible segfault. I'll do a few checks and push the corrected version asap. I just pushed the correction for this bug. Also means my issue with devuan-git is solved. Didier ___ Dng mailing list Dng@lists.dyne.org https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng