Re: any continuous integration tool in the repo?

2018-04-06 Thread Abdullah Ramazanoglu
On Fri, 6 Apr 2018 09:45:10 + (UTC) Curt said: > curty@einstein:~$ apt-cache search integration | grep continuous > debci - continuous integration system for Debian > debci-collector - continuous integration system for Debian (collector > daemon) debci-worker - continuous integration system fo

Re: any continuous integration tool in the repo?

2018-04-06 Thread Stefan Monnier
> curty@einstein:~$ apt-cache search integration | grep continuous > debci - continuous integration system for Debian > debci-collector - continuous integration system for Debian (collector daemon) > debci-worker - continuous integration system for Debian (worker daemon) > trac-bitten - continuous

Re: renaming network devices with udev & systemd

2018-04-06 Thread Darac Marjal
On 06/04/18 20:21, Andrew Wood wrote: > How does one go about renaming an ethernet device from say enps1 to > eth0 under Stretch, the old udev rules I used to use pre systemd under > /etc/udev/rules.d no longer seem to have any effect. > > Thanks > > Andrew > in /etc/network/interfaces: rename enp

Re: renaming network devices with udev & systemd

2018-04-06 Thread Felix Miata
Andrew Wood composed on 2018-04-06 20:21 (UTC+0100): > How does one go about renaming an ethernet device from say enps1 to eth0 > under Stretch, the old udev rules I used to use pre systemd under > /etc/udev/rules.d no longer seem to have any effect. I use #3:

Re: renaming network devices with udev & systemd

2018-04-06 Thread Elimar Riesebieter
* Andrew Wood [2018-04-06 20:21 +0100]: > How does one go about renaming an ethernet device from say enps1 to eth0 > under Stretch, the old udev rules I used to use pre systemd under > /etc/udev/rules.d no longer seem to have any effect. Set 'GRUB_CMDLINE_LINUX="net.ifnames=0"' in /etc/default/g

Re: renaming network devices with udev & systemd

2018-04-06 Thread Brian
On Fri 06 Apr 2018 at 20:21:14 +0100, Andrew Wood wrote: > How does one go about renaming an ethernet device from say enps1 to eth0 > under Stretch, the old udev rules I used to use pre systemd under > /etc/udev/rules.d no longer seem to have any effect. To quote you: "renaming an ethernet device

Re: Disable SATA LPM (Link Power Management)

2018-04-06 Thread Dan Ritter
On Fri, Apr 06, 2018 at 09:08:03PM +0200, basti wrote: > > > On 06.04.2018 20:20, Dan Ritter wrote: > > On Fri, Apr 06, 2018 at 07:05:00PM +0200, basti wrote: > >> Hello, > >> is there a way to disable LPM for mv_sata driver by commandline? > >> > > > > per-disk, not per-driver: > > thanks a lo

renaming network devices with udev & systemd

2018-04-06 Thread Andrew Wood
How does one go about renaming an ethernet device from say enps1 to eth0 under Stretch, the old udev rules I used to use pre systemd under /etc/udev/rules.d no longer seem to have any effect. Thanks Andrew

Re: Disable SATA LPM (Link Power Management)

2018-04-06 Thread basti
On 06.04.2018 20:20, Dan Ritter wrote: > On Fri, Apr 06, 2018 at 07:05:00PM +0200, basti wrote: >> Hello, >> is there a way to disable LPM for mv_sata driver by commandline? >> > > per-disk, not per-driver: thanks a lot, there seem to be problem with the driver mv_sata so i need to disable than

Re: Disable SATA LPM (Link Power Management)

2018-04-06 Thread Dan Ritter
On Fri, Apr 06, 2018 at 07:05:00PM +0200, basti wrote: > Hello, > is there a way to disable LPM for mv_sata driver by commandline? > per-disk, not per-driver: echo STATE > /sys/class/scsi_host/host0/link_power_management_policy where STATE can be: max_performance medium_power me

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Mikhail Morfikov
On 2018-04-06 18:56, Greg Wooledge wrote: > On Fri, Apr 06, 2018 at 06:45:20PM +0200, Mikhail Morfikov wrote: >> Basically even the standard "exec ..." in the /etc/X11/Xsession file (with >> changed $ERRFILE) works fine, but I have to "cat" the FIFO device first >> (without >> using systemd). The

Disable SATA LPM (Link Power Management)

2018-04-06 Thread basti
Hello, is there a way to disable LPM for mv_sata driver by commandline? Best Regards, Basti

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Greg Wooledge
On Fri, Apr 06, 2018 at 06:45:20PM +0200, Mikhail Morfikov wrote: > Basically even the standard "exec ..." in the /etc/X11/Xsession file (with > changed $ERRFILE) works fine, but I have to "cat" the FIFO device first > (without > using systemd). The same with your exec command -- there's no differ

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Mikhail Morfikov
On 2018-04-06 17:53, Greg Wooledge wrote: > On Fri, Apr 06, 2018 at 05:48:35PM +0200, Mikhail Morfikov wrote: >> If I set $ERRFILE to the FIFO device, processing of the script will be >> stopped >> in the point where "exec ..." appears (before sourcing the >> /etc/X11/Xsession.d/ >> dir). > > Yo

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Mikhail Morfikov
On 2018-04-06 18:29, Don Armstrong wrote: > On Fri, 06 Apr 2018, Mikhail Morfikov wrote: >> Basically, all messages returned by X-applications are redirected to the >> ~/.xsession-errors file. > [...] >> Unfortunately, the ~/.xsession-errors file grows in size, and after a >> few hours it's around

Re: Help needed with home network configuration

2018-04-06 Thread Dan Purgert
David Wright wrote: > On Fri 06 Apr 2018 at 10:00:31 (-), Dan Purgert wrote: >> Celejar wrote: >> > On Tue, 3 Apr 2018 11:30:24 - (UTC) >> > Dan Purgert wrote: >> >> [...] >> >> >> >> Yep, you've got the terms right. >> >> >> >> Does the buffalo also provide wifi access to other client

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Don Armstrong
On Fri, 06 Apr 2018, Mikhail Morfikov wrote: > Basically, all messages returned by X-applications are redirected to the > ~/.xsession-errors file. [...] > Unfortunately, the ~/.xsession-errors file grows in size, and after a > few hours it's around 20-30 MiB, and the content of the file isn't remo

Re: any continuous integration tool in the repo?

2018-04-06 Thread Curt
On 2018-04-06, Glenn English wrote: >> I don't know what continuous integration is, but it sounds manipulative. > > I didn't either: > > https://en.wikipedia.org/wiki/Continuous_integration > Thank you. I'm quite ignorant about an encyclopedic quantity of subjects. I thought github web-based ver

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Greg Wooledge
On Fri, Apr 06, 2018 at 05:48:35PM +0200, Mikhail Morfikov wrote: > If I set $ERRFILE to the FIFO device, processing of the script will be stopped > in the point where "exec ..." appears (before sourcing the > /etc/X11/Xsession.d/ > dir). You need to run something in the background which opens th

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Mikhail Morfikov
On 2018-04-06 15:48, to...@tuxteam.de wrote: > On Fri, Apr 06, 2018 at 03:18:08PM +0200, Mikhail Morfikov wrote: >> Basically, all messages returned by X-applications are redirected to the >> ~/.xsession-errors file [...] > >> till a terminal with "cat" is started inside of the X session. I'm just

Re: any continuous integration tool in the repo?

2018-04-06 Thread Glenn English
> I don't know what continuous integration is, but it sounds manipulative. I didn't either: https://en.wikipedia.org/wiki/Continuous_integration -- Glenn English

Re: Help needed with home network configuration

2018-04-06 Thread David Wright
On Fri 06 Apr 2018 at 10:00:31 (-), Dan Purgert wrote: > Celejar wrote: > > On Tue, 3 Apr 2018 11:30:24 - (UTC) > > Dan Purgert wrote: > >> [...] > >> > >> Yep, you've got the terms right. > >> > >> Does the buffalo also provide wifi access to other clients close to it? > >> or is it J

Re: any continuous integration tool in the repo?

2018-04-06 Thread Ben Caradoc-Davies
On 06/04/18 23:07, Roberto C. Sánchez wrote: That said, I am responsible for some significant build infrastructure that is built on Debian and I use Jenkins installed directly from upstream. One of the very nice things about Jenkins, which is rather different from other similarly complex applicat

Re: How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Apr 06, 2018 at 03:18:08PM +0200, Mikhail Morfikov wrote: > Basically, all messages returned by X-applications are redirected to the > ~/.xsession-errors file [...] > till a terminal with "cat" is started inside of the X session. I'm just > wo

Re: How to install libopenmpi1.10 on Debian 9?

2018-04-06 Thread Henning Follmann
On Fri, Apr 06, 2018 at 02:50:39PM +0200, th.la...@arcor.de wrote: > Hi, > > in contrast to https://www.howtoinstall.co/en/debian/stretch/libopenmpi1.10 > I get > sudo apt-get install libopenmpi1.10 > Paketlisten werden gelesen... Fertig > Abhängigkeitsbaum wird aufgebaut. > Statusinformationen we

How to redirect messages in ~/.xsession-errors to a FIFO device?

2018-04-06 Thread Mikhail Morfikov
Basically, all messages returned by X-applications are redirected to the ~/.xsession-errors file. In some desktop environments this file is emptied with each X session restart. At least that was the case of my Openbox + LightDM setup. Now, I'm trying to migrate to KDE/Plasma5, and as a part of it,

How to install libopenmpi1.10 on Debian 9?

2018-04-06 Thread th . lauke
Hi, in contrast to https://www.howtoinstall.co/en/debian/stretch/libopenmpi1.10 I get sudo apt-get install libopenmpi1.10 Paketlisten werden gelesen... Fertig Abhängigkeitsbaum wird aufgebaut. Statusinformationen werden eingelesen Fertig Paket libopenmpi1.10 ist nicht verfügbar, wird aber von

Re: any continuous integration tool in the repo?

2018-04-06 Thread Roberto C . Sánchez
On Fri, Apr 06, 2018 at 11:13:31AM +0200, Morel Bérenger wrote: > Hello. > > I think everything is in the title: I would like to have CI hosted on > my own, but I have to say I don't know that many names of tools, and if > possible, I would really like to have something coming from Debian's > repo

Re: Help needed with home network configuration

2018-04-06 Thread Dan Purgert
Celejar wrote: > On Tue, 3 Apr 2018 11:30:24 - (UTC) > Dan Purgert wrote: >> [...] >> >> Yep, you've got the terms right. >> >> Does the buffalo also provide wifi access to other clients close to it? >> or is it JUST trying to pretend that it's a client device to the >> TP-Link? > > I'm no

Re: any continuous integration tool in the repo?

2018-04-06 Thread Curt
On 2018-04-06, Morel Bérenger wrote: > > Hello. > > I think everything is in the title: I would like to have CI hosted on > my own, but I have to say I don't know that many names of tools, and if > possible, I would really like to have something coming from Debian's > repos, so that I would not ha

any continuous integration tool in the repo?

2018-04-06 Thread Morel Bérenger
Hello. I think everything is in the title: I would like to have CI hosted on my own, but I have to say I don't know that many names of tools, and if possible, I would really like to have something coming from Debian's repos, so that I would not have to worry about updates. So, do any of you knows

Re: apt{-cache,-get,itude} show wrong version of package after update

2018-04-06 Thread Curt
On 2018-04-06, David Wright wrote: >> >> Certainly I have no proof except my experience > > Correct me if I'm wrong but I don't think you've shared any. I've found something ambivalently concrete. Note Since apt / apt-get and aptitude share auto-installed package status (see Section 2.5.5, “

Re: utf

2018-04-06 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Apr 06, 2018 at 02:12:22PM +1200, Ben Caradoc-Davies wrote: > On 06/04/18 09:33, deloptes wrote: > >Stefan Monnier wrote: > >>UUIC that's partly why it's finally losing popularity and being replaced > >>with json for that use.  I'm not familiar