Re: debian server with two public IPs

2023-03-20 Thread fh
https://lartc.org/ will help you. Exactly https://lartc.org/howto/lartc.rpdb.multiple-links.html In my same setup i was add some 'up ip rule add ...' lines into /etc/network/interfaces I finally resolved the issue with the helps of your article and this one:

Re: debian server with two public IPs

2023-03-20 Thread Tim Woodall
: 193.36.132.10 gw: 193.36.132.1 eth1 ip: 5.255.106.10 gw: 5.255.106.1 The system's default gw is the first one (eth0). When clients from outside access eth1 ip (such as HTTP access), they can reach there. But, the returned packages from debian server to clients are always coming from eth0 gw. I

Re: debian server with two public IPs

2023-03-20 Thread Jeremy Ardley
On 20/3/23 17:21, to...@tuxteam.de wrote: I get the impression the problem is to send return traffic back out on the interface it came in on. If this is it, then rp_filter, as I proposed elsewhere in this thread, seems like exactly made for this. I'm afraid poking kernel parameters is

Re: debian server with two public IPs

2023-03-20 Thread tomas
rnet cards. > > > There is public IP and gateway for each ethernet card. > > > (they are public IPs from two different net address blocks.) > > [...] > > > When clients from outside access eth1 ip (such as HTTP access), they can > > > reach there. > > >

Re: debian server with two public IPs

2023-03-20 Thread Jeremy Ardley
blocks.) [...] When clients from outside access eth1 ip (such as HTTP access), they can reach there. But, the returned packages from debian server to clients are always coming from eth0 gw. I expect the returned package also come from eth1 gw (since clients are accessing eth1 address). https

Re: debian server with two public IPs

2023-03-20 Thread Stanislav Vlasov
ts from outside access eth1 ip (such as HTTP access), they can > reach there. > But, the returned packages from debian server to clients are always > coming from eth0 gw. > I expect the returned package also come from eth1 gw (since clients are > accessing eth1 address). > How

Re: debian server with two public IPs

2023-03-20 Thread tomas
two different net address blocks.) > > Say: > eth0 ip: 193.36.132.10 gw: 193.36.132.1 > eth1 ip: 5.255.106.10 gw: 5.255.106.1 > > The system's default gw is the first one (eth0). > When clients from outside access eth1 ip (such as HTTP access), they can > reach there

debian server with two public IPs

2023-03-20 Thread fh
: 5.255.106.10 gw: 5.255.106.1 The system's default gw is the first one (eth0). When clients from outside access eth1 ip (such as HTTP access), they can reach there. But, the returned packages from debian server to clients are always coming from eth0 gw. I expect the returned package also come from

Re: Debian Server

2023-03-14 Thread Celejar
On Mon, 13 Mar 2023 11:53:32 -0700 Fred wrote: > On 3/13/23 08:55, Dan Ritter wrote: > > malpaso wrote: > >> *Hello!!!Please, I'm looking for guidance to set up a Server, it will not > >> be public, to host a flight simulator called Falcon BMS, about 12 people > >> flying online, the machine

Re: Debian Server

2023-03-13 Thread Fred
On 3/13/23 08:55, Dan Ritter wrote: malpaso wrote: *Hello!!!Please, I'm looking for guidance to set up a Server, it will not be public, to host a flight simulator called Falcon BMS, about 12 people flying online, the machine would be an I5 with 16 GB of RAM, Video Card GTX 1050 TI and a 480 GB

Re: Debian Server

2023-03-13 Thread Dan Ritter
malpaso wrote: > *Hello!!!Please, I'm looking for guidance to set up a Server, it will not > be public, to host a flight simulator called Falcon BMS, about 12 people > flying online, the machine would be an I5 with 16 GB of RAM, Video Card GTX > 1050 TI and a 480 GB SSD, please what would you

Debian Server

2023-03-13 Thread malpaso
*Hello!!!Please, I'm looking for guidance to set up a Server, it will not be public, to host a flight simulator called Falcon BMS, about 12 people flying online, the machine would be an I5 with 16 GB of RAM, Video Card GTX 1050 TI and a 480 GB SSD, please what would you guide me in this assembly,

Re: Cannot get ssh access to the new Debian server on my local network

2023-01-14 Thread Vincent Lefevre
On 2023-01-13 15:01:48 -0600, David Wright wrote: > ssh -v -v -v Or shorter: ssh -vvv -- Vincent Lefèvre - Web: 100% accessible validated (X)HTML - Blog: Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)

Re: Cannot get ssh access to the new Debian server on my local network

2023-01-13 Thread tomas
On Fri, Jan 13, 2023 at 04:04:09PM -0600, Tom Browder wrote: > On Fri, Jan 13, 2023 at 3:02 PM David Wright wrote: > > Sorry if my suggestion is too obvious, but how about > > ssh -v -v -v Obvious, but still spot-on :) > Thanks, David, I needed a splash of cold water [...] > Sorry for the

Re: Cannot get ssh access to the new Debian server on my local network

2023-01-13 Thread Tom Browder
On Fri, Jan 13, 2023 at 3:02 PM David Wright wrote: > Sorry if my suggestion is too obvious, but how about > ssh -v -v -v > and posting some output, rather than us playing guessing games. ... Thanks, David, I needed a splash of cold water. It turns out I had put my public keys on the new host

Re: Cannot get ssh access to the new Debian server on my local network

2023-01-13 Thread Dan Ritter
Tom Browder wrote: > I have my new host working and ssh from it to the other local Debian host. > > BUT, I have not so far been able to ssh the other way from the old server > to the new one. Both servers have password access blocked (thanks for the > reminder from several folks in the other

Re: Cannot get ssh access to the new Debian server on my local network

2023-01-13 Thread David Wright
On Fri 13 Jan 2023 at 14:35:04 (-0600), Tom Browder wrote: > I have my new host working and ssh from it to the other local Debian host. > > BUT, I have not so far been able to ssh the other way from the old server > to the new one. Both servers have password access blocked (thanks for the >

Cannot get ssh access to the new Debian server on my local network

2023-01-13 Thread Tom Browder
I have my new host working and ssh from it to the other local Debian host. BUT, I have not so far been able to ssh the other way from the old server to the new one. Both servers have password access blocked (thanks for the reminder from several folks in the other thread about Internet access to

Debian server integrated with AD - can only see one group for some users

2018-03-05 Thread Robert Hardy (r.hardy)
Hi, Strange issue here. I have set up AD integration on a couple of new servers, using realmd / sssd, and am using AllowGroups in sshd_config to control access to the server. This is working for users in my team. However, a newly created user in AD was unable to log in. Looking in auth.log, I

Re: Icons for mount points (Continuing with configuring our "new" Debian server

2017-10-02 Thread James H. H. Lampert
About a week and a half before I went on my fall vacation, acting on recommendations from a couple of List members, I moved the mount point for the "Auxiliary" mirrored pair I added from "Media" to the file system root, and it works quite nicely. Just before my vacation, I asked a question about

Icons for mount points (Continuing with configuring our "new" Debian server

2017-09-15 Thread James H. H. Lampert
About a week and a half ago, acting on recommendations from a couple of List members, I moved the mount point for the "Auxiliary" mirrored pair I added from "Media" to the file system root, and it works quite nicely. But a question: I'd like that mount point to show up in Gnome as something

Re: mount problems Please Help! Can't sshfs mount remote debian server, mount local 2nd hdd, nothing...

2016-09-11 Thread Eike Lantzsch
On Sonntag, 11. September 2016 11:43:17 PYT Tony Baldwin wrote: > On 09/11/2016 08:59 AM, Eike Lantzsch wrote: > > On Sonntag, 11. September 2016 08:12:24 PYT Anthony Baldwin wrote: > >> On 09/11/2016 06:37 AM, Anthony Baldwin wrote: > >>> On 09/10/2016 07:57 PM, Anthony Baldwin wrote: > On

Re: mount problems Please Help! Can't sshfs mount remote debian server, mount local 2nd hdd, nothing...

2016-09-11 Thread Tony Baldwin
On 09/11/2016 08:59 AM, Eike Lantzsch wrote: On Sonntag, 11. September 2016 08:12:24 PYT Anthony Baldwin wrote: On 09/11/2016 06:37 AM, Anthony Baldwin wrote: On 09/10/2016 07:57 PM, Anthony Baldwin wrote: On 09/10/2016 03:34 PM, Anthony Baldwin wrote: On 09/10/2016 03:28 PM, Tony Baldwin

Re: mount problems Please Help! Can't sshfs mount remote debian server, mount local 2nd hdd, nothing...

2016-09-11 Thread Eike Lantzsch
On Sonntag, 11. September 2016 09:17:41 PYT Anthony Baldwin wrote: > On 09/11/2016 08:54 AM, Eike Lantzsch wrote: > > On Sonntag, 11. September 2016 08:12:24 PYT Anthony Baldwin wrote: > >> On 09/11/2016 06:37 AM, Anthony Baldwin wrote: > >>> On 09/10/2016 07:57 PM, Anthony Baldwin wrote: >

Re: mount problems Please Help! Can't sshfs mount remote debian server, mount local 2nd hdd, nothing...

2016-09-11 Thread Anthony Baldwin
On 09/11/2016 08:54 AM, Eike Lantzsch wrote: On Sonntag, 11. September 2016 08:12:24 PYT Anthony Baldwin wrote: On 09/11/2016 06:37 AM, Anthony Baldwin wrote: On 09/10/2016 07:57 PM, Anthony Baldwin wrote: On 09/10/2016 03:34 PM, Anthony Baldwin wrote: On 09/10/2016 03:28 PM, Tony Baldwin

Re: mount problems Please Help! Can't sshfs mount remote debian server, mount local 2nd hdd, nothing...

2016-09-11 Thread Eike Lantzsch
On Sonntag, 11. September 2016 08:12:24 PYT Anthony Baldwin wrote: > On 09/11/2016 06:37 AM, Anthony Baldwin wrote: > > On 09/10/2016 07:57 PM, Anthony Baldwin wrote: > >> On 09/10/2016 03:34 PM, Anthony Baldwin wrote: > >>> On 09/10/2016 03:28 PM, Tony Baldwin wrote: > On 09/10/2016 03:07

Re: mount problems Please Help! Can't sshfs mount remote debian server, mount local 2nd hdd, nothing...

2016-09-11 Thread Eike Lantzsch
On Sonntag, 11. September 2016 08:12:24 PYT Anthony Baldwin wrote: > On 09/11/2016 06:37 AM, Anthony Baldwin wrote: > > On 09/10/2016 07:57 PM, Anthony Baldwin wrote: > >> On 09/10/2016 03:34 PM, Anthony Baldwin wrote: > >>> On 09/10/2016 03:28 PM, Tony Baldwin wrote: > On 09/10/2016 03:07

Re: mount problems Please Help! Can't sshfs mount remote debian server, mount local 2nd hdd, nothing...

2016-09-11 Thread Anthony Baldwin
On 09/11/2016 06:37 AM, Anthony Baldwin wrote: On 09/10/2016 07:57 PM, Anthony Baldwin wrote: On 09/10/2016 03:34 PM, Anthony Baldwin wrote: On 09/10/2016 03:28 PM, Tony Baldwin wrote: On 09/10/2016 03:07 PM, Nicolas George wrote: Le quintidi 25 fructidor, an CCXXIV, Anthony Baldwin a

Re: Debian server for backups of Windows clients

2016-09-11 Thread Daniel Bareiro
Hi, Celejar On 09/09/16 18:18, Celejar wrote: My laptop has 802.11 a/b/g WiFi and Fast Ethernet. Wireless data transfers are slow (~50 Mbps). Wired is twice as fast (100 Mbps); still slow. Newer WiFi (n, ac) should be faster, but only the newest WiFi hardware can match or

Re: Debian server for backups of Windows clients

2016-09-11 Thread Daniel Bareiro
Hi, deloptes. On 09/09/16 19:06, deloptes wrote: >> Still, 20-24 Mbps is more than 10 Mpbs I was seeing with rsync. There >> could be a bottleneck somewhere? > In my case it was the IO on the disk - I couldn't do more than 12Mbps even > on wired connection, because I have encrypted disk ... it

Re: mount problems Please Help! Can't sshfs mount remote debian server, mount local 2nd hdd, nothing...

2016-09-11 Thread Anthony Baldwin
On 09/10/2016 07:57 PM, Anthony Baldwin wrote: On 09/10/2016 03:34 PM, Anthony Baldwin wrote: On 09/10/2016 03:28 PM, Tony Baldwin wrote: On 09/10/2016 03:07 PM, Nicolas George wrote: Le quintidi 25 fructidor, an CCXXIV, Anthony Baldwin a écrit : I apologize, but, I've never quite figured

Re: Debian server for backups of Windows clients

2016-09-10 Thread Neal P. Murphy
On Sat, 10 Sep 2016 10:53:20 -0400 rhkra...@gmail.com wrote: > On Saturday, September 10, 2016 10:40:26 AM Gene Heskett wrote: > > On Saturday 10 September 2016 10:26:15 rhkra...@gmail.com wrote: > > > On Saturday, September 10, 2016 08:41:53 AM Dan Ritter wrote: > > > > It's in megabytes per

Re: Debian server for backups of Windows clients

2016-09-10 Thread David Christensen
On 09/10/2016 07:23 PM, Celejar wrote: > FTR: there seem to be more typos / here. The actual figure should be > 11034157.6344 bits/second. Yes, let's whip those typos out of this dead horse some more: On 09/09/2016 08:36 PM, David Christensen wrote: > Benchmarking using WiFi (48 Mb/s): > >

Re: Debian server for backups of Windows clients

2016-09-10 Thread Celejar
On Fri, 9 Sep 2016 20:43:44 -0700 David Christensen wrote: > On 09/09/2016 12:43 PM, Daniel Bareiro wrote: > > On 09/08/16 22:57, David Christensen wrote: > >> My laptop has 802.11 a/b/g WiFi and Fast Ethernet. Wireless data > >> transfers are slow (~50 Mbps). Wired

Re: Debian server for backups of Windows clients

2016-09-10 Thread Celejar
On Fri, 9 Sep 2016 20:36:39 -0700 David Christensen wrote: > On 09/09/2016 11:51 AM, Celejar wrote: > > On Tue, 9 Aug 2016 18:57:02 -0700 > > David Christensen wrote: > > > > ... > > > >> My laptop has 802.11 a/b/g WiFi and Fast Ethernet.

Re: Debian server for backups of Windows clients

2016-09-10 Thread Gene Heskett
On Saturday 10 September 2016 10:53:20 rhkra...@gmail.com wrote: > On Saturday, September 10, 2016 10:40:26 AM Gene Heskett wrote: > > On Saturday 10 September 2016 10:26:15 rhkra...@gmail.com wrote: > > > On Saturday, September 10, 2016 08:41:53 AM Dan Ritter wrote: > > > > It's in megabytes per

Re: Debian server for backups of Windows clients

2016-09-10 Thread David Christensen
On 09/10/2016 07:53 AM, rhkra...@gmail.com wrote: > On Saturday, September 10, 2016 10:40:26 AM Gene Heskett wrote: >> You make an assumption many folks do, but theres a start bit and a stop >> bit so the math is more like 1000/10=100 Mb/s. > > > Well, 1000/8 is still 125 ;-) but I wouldn't have

Re: Debian server for backups of Windows clients

2016-09-10 Thread rhkramer
On Saturday, September 10, 2016 10:40:26 AM Gene Heskett wrote: > On Saturday 10 September 2016 10:26:15 rhkra...@gmail.com wrote: > > On Saturday, September 10, 2016 08:41:53 AM Dan Ritter wrote: > > > It's in megabytes per second, so assume 1000/8 = 250 MB/s is the > > > bandwidth of a gigabit

Re: Debian server for backups of Windows clients

2016-09-10 Thread Gene Heskett
On Saturday 10 September 2016 10:26:15 rhkra...@gmail.com wrote: > On Saturday, September 10, 2016 08:41:53 AM Dan Ritter wrote: > > It's in megabytes per second, so assume 1000/8 = 250 MB/s is the > > bandwidth of a gigabit ethernet NIC. > > Sorry, I tend to pick at nits, but, for the record,

Re: Debian server for backups of Windows clients

2016-09-10 Thread rhkramer
On Saturday, September 10, 2016 08:41:53 AM Dan Ritter wrote: > It's in megabytes per second, so assume 1000/8 = 250 MB/s is the > bandwidth of a gigabit ethernet NIC. Sorry, I tend to pick at nits, but, for the record, 1000/8 is 125 Mb/s. It doesn't (really) change your conclusions. regards,

Re: Debian server for backups of Windows clients

2016-09-10 Thread Dan Ritter
On Sat, Sep 10, 2016 at 01:22:45AM -0400, Neal P. Murphy wrote: > On Fri, 9 Sep 2016 23:14:30 -0500 > David Wright wrote: > > Good eye! I was going to say it's not possible to get 110Mb/s over 802.11g; > 40-50 is closer tothe best I get. And 193Mb/s over 100Mb/s

Re: Debian server for backups of Windows clients

2016-09-10 Thread David Christensen
On 09/09/2016 09:14 PM, David Wright wrote: > On Fri 09 Sep 2016 at 20:36:39 (-0700), David Christensen wrote: >> So, 1048576900 bytes * 8 bits / byte / 76.024 seconds > ↑ > > What's this 9? A typographical error. 104857600 bytes * 8 bits/byte / 76.024 seconds = 11034158

Re: Debian server for backups of Windows clients

2016-09-09 Thread Neal P. Murphy
On Fri, 9 Sep 2016 23:14:30 -0500 David Wright wrote: > On Fri 09 Sep 2016 at 20:36:39 (-0700), David Christensen wrote: > > On 09/09/2016 11:51 AM, Celejar wrote: > > > On Tue, 9 Aug 2016 18:57:02 -0700 > > > David Christensen wrote: > > >

Re: Debian server for backups of Windows clients

2016-09-09 Thread David Wright
On Fri 09 Sep 2016 at 20:36:39 (-0700), David Christensen wrote: > On 09/09/2016 11:51 AM, Celejar wrote: > > On Tue, 9 Aug 2016 18:57:02 -0700 > > David Christensen wrote: > > > > ... > > > >> My laptop has 802.11 a/b/g WiFi and Fast Ethernet. Wireless data > >>

Re: Debian server for backups of Windows clients

2016-09-09 Thread David Christensen
On 09/09/2016 12:43 PM, Daniel Bareiro wrote: > On 09/08/16 22:57, David Christensen wrote: >> My laptop has 802.11 a/b/g WiFi and Fast Ethernet. Wireless data >> transfers are slow (~50 Mbps). Wired is twice as fast (100 Mbps); still >> slow. Newer WiFi (n, ac) should be faster, but only the

Re: Debian server for backups of Windows clients

2016-09-09 Thread David Christensen
On 09/09/2016 11:51 AM, Celejar wrote: > On Tue, 9 Aug 2016 18:57:02 -0700 > David Christensen wrote: > > ... > >> My laptop has 802.11 a/b/g WiFi and Fast Ethernet. Wireless data >> transfers are slow (~50 Mbps). Wired is twice as fast (100 Mbps); still >> slow.

Re: Debian server for backups of Windows clients

2016-09-09 Thread deloptes
Daniel Bareiro wrote: > Still, 20-24 Mbps is more than 10 Mpbs I was seeing with rsync. There > could be a bottleneck somewhere? In my case it was the IO on the disk - I couldn't do more than 12Mbps even on wired connection, because I have encrypted disk ... it took me a while to understand why

Re: Debian server for backups of Windows clients

2016-09-09 Thread Celejar
On Fri, 9 Sep 2016 16:46:35 -0300 Daniel Bareiro wrote: > Hi, Celejar. > > On 09/09/16 15:51, Celejar wrote: > > >> My laptop has 802.11 a/b/g WiFi and Fast Ethernet. Wireless data > >> transfers are slow (~50 Mbps). Wired is twice as fast (100 Mbps); still > >> slow.

Re: Debian server for backups of Windows clients

2016-09-09 Thread Daniel Bareiro
Hi, Celejar. On 09/09/16 15:51, Celejar wrote: >> My laptop has 802.11 a/b/g WiFi and Fast Ethernet. Wireless data >> transfers are slow (~50 Mbps). Wired is twice as fast (100 Mbps); still >> slow. Newer WiFi (n, ac) should be faster, but only the newest WiFi >> hardware can match or beat

Re: Debian server for backups of Windows clients

2016-09-09 Thread Daniel Bareiro
Hi, David. Thanks for your reply. On 09/08/16 22:57, David Christensen wrote: >> As you can see, the transfer was over than 3 GB and it were not hung. I >> did several tests and all were without problems. >> >> I wonder if in the mentioned episodes of hangs you remember whether the >>

Re: Debian server for backups of Windows clients

2016-09-09 Thread Celejar
On Tue, 9 Aug 2016 18:57:02 -0700 David Christensen wrote: ... > My laptop has 802.11 a/b/g WiFi and Fast Ethernet. Wireless data > transfers are slow (~50 Mbps). Wired is twice as fast (100 Mbps); still > slow. Newer WiFi (n, ac) should be faster, but only the

Re: Debian server for backups of Windows clients

2016-08-11 Thread didier gaumet
https://blogs.technet.microsoft.com/askpfeplat/2016/05/02/installing-bash-on-ubuntu-on-windows-10-insider-preview/

Re: Debian server for backups of Windows clients

2016-08-11 Thread didier gaumet
I recently upgraded a Windows 10 PC to the last 1607 build: with the developper mode enabled, one have access to "windows subsystem for linux (beta)". the official Microsoft port of Ubuntu bash. sshd is part of the bundle (I've not tested it, though).

Re: Debian server for backups of Windows clients

2016-08-09 Thread David Christensen
On 08/09/2016 04:27 PM, Daniel Bareiro wrote: > As you can see, the transfer was over than 3 GB and it were not hung. I > did several tests and all were without problems. > > I wonder if in the mentioned episodes of hangs you remember whether the > transferred volume was higher or lower than in

Re: Debian server for backups of Windows clients

2016-08-09 Thread Joel Wirāmu Pauling
Best options is put an SMB/NFS share for all the windows clients on your backup server. RAID it and run $whatever backup tools you wish on the exports. If you need OS level backups, the best way is to use ISCSI mounts served from the NAS/SAN to be the root of the windows machines. On 3 August

Re: Debian server for backups of Windows clients

2016-08-09 Thread Daniel Bareiro
Hi, Didier. On 03/08/16 05:30, didier gaumet wrote: >> But to use Dirvish with Windows clients I will need to install an SSH >> server [...] on Windows. > Apart from a Cygwin solution, it seems there is an open official > Microsoft OpenSSH port (including SSHD service) effort: > >

Re: Debian server for backups of Windows clients

2016-08-09 Thread Daniel Bareiro
Hi, David. On 09/08/16 00:21, David Christensen wrote: >> He also mentions a [Cygwin rsync] problem to doing backup over open files. >> Have you >> experienced that problem? > I'm not sure. It's been many moons since I tried to do automated > backups of Windows machines using rsync. Well,

Re: Debian server for backups of Windows clients

2016-08-09 Thread Mike McGinn
On 08/08/2016 11:29 PM, David Christensen wrote: On 08/08/2016 01:05 PM, Daniel Bareiro wrote: We also have security implications as the backup server and the Windows computer are in different offices, so the backup would be over the Internet. For security, you can use an SSH tunnel (Cygwin

Re: Debian server for backups of Windows clients

2016-08-08 Thread David Christensen
On 08/08/2016 01:05 PM, Daniel Bareiro wrote: > We also have security > implications as the backup server and the Windows computer are in > different offices, so the backup would be over the Internet. For security, you can use an SSH tunnel (Cygwin openssh on the Windows machine). Backing up

Re: Debian server for backups of Windows clients

2016-08-08 Thread David Christensen
On 08/08/2016 11:25 AM, Daniel Bareiro wrote: > He also mentions a [Cygwin rsync] problem to doing backup over open files. > Have you > experienced that problem? I'm not sure. It's been many moons since I tried to do automated backups of Windows machines using rsync. > An alternative that I

Re: Debian server for backups of Windows clients

2016-08-08 Thread Daniel Bareiro
re also versions for GNU/Linux (also in the Debian repositories). In this case the idea is to initiate the connection from the Debian server to the Windows server, to bring the files to the Debian server. This connection would be via Internet, as both are not on the same local network. The

Re: Debian server for backups of Windows clients

2016-08-08 Thread Glenn English
> On Tue, Aug 02, 2016 at 06:12:33PM -0300, Daniel Bareiro wrote: >> Hi all! >> >> I'm thinking deploy a Debian backup server using Dirvish (which is based >> on rsync --- indeed, we have packaged it in Debian). On previous >> occasions I implemented these solutions seamlessly with GNU/Linux >>

Re: Debian server for backups of Windows clients

2016-08-08 Thread Daniel Bareiro
but you may find that's preferable to trying to > get rsync installed on your Windows machines. Thanks for the recommendation. I hadn't the opportunity to use BackupPC, but I will investigate it. As I said in another message of this thread, I thought that an alternative could be to mount on t

Re: Debian server for backups of Windows clients

2016-08-08 Thread Daniel Bareiro
Hi, David. On 03/08/16 00:23, David Christensen wrote: >> I'm thinking deploy a Debian backup server using Dirvish (which is based >> on rsync --- indeed, we have packaged it in Debian). On previous >> occasions I implemented these solutions seamlessly with GNU/Linux >> clients, but now I would

Re: Debian server for backups of Windows clients

2016-08-08 Thread Darac Marjal
On Tue, Aug 02, 2016 at 06:12:33PM -0300, Daniel Bareiro wrote: Hi all! I'm thinking deploy a Debian backup server using Dirvish (which is based on rsync --- indeed, we have packaged it in Debian). On previous occasions I implemented these solutions seamlessly with GNU/Linux clients, but now I

Re: Debian server for backups of Windows clients

2016-08-03 Thread didier gaumet
Le 02/08/2016 à 23:12, Daniel Bareiro a écrit : [...] > But to use Dirvish with Windows clients I will need to install an SSH > server [...] on Windows. [...] Apart from a Cygwin solution, it seems there is an open official Microsoft OpenSSH port (including SSHD service) effort:

Re: Debian server for backups of Windows clients

2016-08-02 Thread David Christensen
On 08/02/2016 02:12 PM, Daniel Bareiro wrote: > I'm thinking deploy a Debian backup server using Dirvish (which is based > on rsync --- indeed, we have packaged it in Debian). On previous > occasions I implemented these solutions seamlessly with GNU/Linux > clients, but now I would like add

Debian server for backups of Windows clients

2016-08-02 Thread Daniel Bareiro
Hi all! I'm thinking deploy a Debian backup server using Dirvish (which is based on rsync --- indeed, we have packaged it in Debian). On previous occasions I implemented these solutions seamlessly with GNU/Linux clients, but now I would like add Windows clients. The idea of using Dirvish is

Re: Debian Server (NAT Gateway) Periodically Crashing

2016-07-07 Thread Peter Ludikovsky
Hi, I don't know much about kernel debugging myself, but this looks like something to report. Take a look at [0] on how to do that. Regards /peter [0] https://www.debian.org/Bugs/Reporting Am 07.07.2016 um 08:38 schrieb Christian Harris: > Hello All, > > I am hoping to get some help with one

Re: Debian Server (NAT Gateway) Periodically Crashing

2016-07-07 Thread David Christensen
On 07/06/2016 11:38 PM, Christian Harris wrote: I am hoping to get some help with one of my virtual machines. I am running a KVM host with several virtual machines provide internet services to a small network. The gateway machine is a Debian 8 minimum install that was updated to 8.5. ... I

Debian Server (NAT Gateway) Periodically Crashing

2016-07-07 Thread Christian Harris
Hello All, I am hoping to get some help with one of my virtual machines. I am running a KVM host with several virtual machines provide internet services to a small network. The gateway machine is a Debian 8 minimum install that was updated to 8.5. user1@gateway:~# sudo lsb_release -da No LSB

Re: Configure my headless Debian server as "bluetooth loudspeaker"

2016-02-25 Thread Stefan Monnier
> http://blog.stevenocchipinti.com/2012/10/bluetooth-audio-streaming-from-phone-to.html/ > Looks like this is relevant for you. Indeed, thank you very much! Stefan

Re: Configure my headless Debian server as "bluetooth loudspeaker"

2016-02-24 Thread Dan Ritter
On Wed, Feb 24, 2016 at 08:24:12AM -0500, Stefan Monnier wrote: > I'd like to let my phone play its music via my home-server's speakers. > This home-server is a headless OrangePi box running Debian testing (and > with a bluetooth dongle in one of its USB ports). > > I followed

Configure my headless Debian server as "bluetooth loudspeaker"

2016-02-24 Thread Stefan Monnier
I'd like to let my phone play its music via my home-server's speakers. This home-server is a headless OrangePi box running Debian testing (and with a bluetooth dongle in one of its USB ports). I followed https://wiki.debian.org/BluetoothUser for the first steps and things seem to be working OK

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-18 Thread Chris Bannister
On Sat, Oct 17, 2015 at 05:24:10AM +, Fredrik Jonson wrote: > Michael Biebl wrote: > > > Am 16.10.2015 um 19:05 schrieb Fredrik Jonson: > > > > > If in doubt, do install this package. > > > > Did you maybe misread that as > > "If in doubt, do *not* install this package". > > Yes I did.

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-18 Thread Chris Bannister
On Sun, Oct 18, 2015 at 09:10:09AM +0900, Joel Rees wrote: > > How about, > > When in doubt, definitely install this package. > > or, to guide the reader more carefully, > > This package is installed by default. Unless you have a very good > reason and know what you are doing, leave it

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-18 Thread Fredrik Jonson
Brian wrote: > On Sat 17 Oct 2015 at 13:29:48 +0200, Michael Biebl wrote: > > > We might also consider bumping the prio of libpam-systemd to standard, > > as Ansgar suggested. That means, it would be installed by default, > > unless you explicitly deselect the standard task in d-i. > >

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-18 Thread Curt
On 2015-10-17, Brian wrote: > > If I were to rewrite part of the package description I would have > > If in doubt install this package. > > No comma. Its not needed. No, an apostrophe is needed. > Install this package if in doubt. > > --

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-18 Thread Brian
On Sun 18 Oct 2015 at 09:50:14 +, Fredrik Jonson wrote: > Brian wrote: > > On Sat 17 Oct 2015 at 13:29:48 +0200, Michael Biebl wrote: > > > > > We might also consider bumping the prio of libpam-systemd to standard, > > > as Ansgar suggested. That means, it would be installed by default, > >

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Brian
On Sat 17 Oct 2015 at 22:52:36 +0100, Lisi Reisz wrote: > On Saturday 17 October 2015 20:19:48 Brian wrote: > > > > As my spouse says: > > > > "When you go to the Co-op, please do get butter." > > > > Her expectations are not necessarily met by the eventual outcome. :) > > :-) > > Yes, but

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Joel Rees
On Sun, Oct 18, 2015 at 7:34 AM, Brian wrote: > On Sat 17 Oct 2015 at 22:52:36 +0100, Lisi Reisz wrote: > >> On Saturday 17 October 2015 20:19:48 Brian wrote: >> > >> > As my spouse says: >> > >> > "When you go to the Co-op, please do get butter." >> > >> > Her

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Curt
On 2015-10-17, Brian wrote: >> >> The use of 'do' in that way suggests emphasis. If you wanted that >> emphasis, a more unambiguous way is >> >> If in doubt, *install* this package >> >> If the emphasis is unnecessary, just leave out the the 'do'. > > The sentence is

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Fredrik Jonson
In Lisi Reisz wrote: > On Saturday 17 October 2015 06:24:10 Fredrik Jonson wrote: > > Michael Biebl wrote: > > > Am 16.10.2015 um 19:05 schrieb Fredrik Jonson: > > > > If in doubt, do install this package. > > > > > > Did you maybe misread that as > > > "If in

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Lisi Reisz
On Saturday 17 October 2015 06:24:10 Fredrik Jonson wrote: > Michael Biebl wrote: > > Am 16.10.2015 um 19:05 schrieb Fredrik Jonson: > > > If in doubt, do install this package. > > > > Did you maybe misread that as > > "If in doubt, do *not* install this package". > > Yes I did. I don't know

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Michael Biebl
Am 17.10.2015 um 10:20 schrieb Fredrik Jonson: > In Lisi Reisz wrote: >> On Saturday 17 October 2015 06:24:10 Fredrik Jonson wrote: >>> Michael Biebl wrote: Am 16.10.2015 um 19:05 schrieb Fredrik Jonson: > If in doubt, do install this package.

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Mart van de Wege
Michael Biebl writes: > Am 17.10.2015 um 10:20 schrieb Fredrik Jonson: >> In Lisi Reisz wrote: >>> On Saturday 17 October 2015 06:24:10 Fredrik Jonson wrote: Michael Biebl wrote: > Am 16.10.2015 um 19:05 schrieb Fredrik Jonson: >>

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Brian
On Sat 17 Oct 2015 at 13:29:48 +0200, Michael Biebl wrote: > We might also consider bumping the prio of libpam-systemd to standard, > as Ansgar suggested. That means, it would be installed by default, > unless you explicitly deselect the standard task in d-i. Looking at the policy manual at

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Lisi Reisz
On Saturday 17 October 2015 12:29:48 Michael Biebl wrote: > Am 17.10.2015 um 10:20 schrieb Fredrik Jonson: > > In Lisi Reisz wrote: > >> On Saturday 17 October 2015 06:24:10 Fredrik Jonson wrote: > >>> Michael Biebl wrote: > Am 16.10.2015 um 19:05 schrieb

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Brian
On Sat 17 Oct 2015 at 19:40:50 +0100, Lisi Reisz wrote: > On Saturday 17 October 2015 12:29:48 Michael Biebl wrote: > > Am 17.10.2015 um 10:20 schrieb Fredrik Jonson: > > > In Lisi Reisz wrote: > > >> On Saturday 17 October 2015 06:24:10 Fredrik Jonson wrote: > >

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Brian
On Sat 17 Oct 2015 at 15:01:55 +0200, Mart van de Wege wrote: > Michael Biebl writes: > > > Am 17.10.2015 um 10:20 schrieb Fredrik Jonson: > >> In Lisi Reisz wrote: > >>> On Saturday 17 October 2015 06:24:10 Fredrik Jonson wrote: > Michael

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-17 Thread Lisi Reisz
On Saturday 17 October 2015 20:19:48 Brian wrote: > On Sat 17 Oct 2015 at 19:40:50 +0100, Lisi Reisz wrote: > > On Saturday 17 October 2015 12:29:48 Michael Biebl wrote: > > > Am 17.10.2015 um 10:20 schrieb Fredrik Jonson: > > > > In Lisi Reisz wrote: > > > >> On

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-16 Thread Fredrik Jonson
Ansgar Burchardt wrote: > Fredrik Jonson writes: > > What is the recommended way to enable Systemd user services with Debian? > [...] > The documentation for "loginctl enable-linger" says "If enabled for a > specific user, a user manager is spawned for the user at boot and

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-16 Thread Michael Biebl
Am 16.10.2015 um 19:05 schrieb Fredrik Jonson: > If in doubt, do install this package. > > When debian developers tells me in their package documentation that I really > should not install their package, I tend to follow their advice. :) Did you maybe misread that as "If in doubt, do *not*

Re: Starting systemd user services on boot on a Debian server

2015-10-16 Thread Fredrik Jonson
Ansgar Burchardt wrote: > Fredrik Jonson writes: > > What is the recommended way to set up Systemd user services with Debian? > > Just run 'loginctl enable-linger [USER]' as root. Initially that didn't work... root@host# loginctl enable-linger foouser Failed to create

Re: Starting systemd user services on boot on a Debian server

2015-10-16 Thread Ansgar Burchardt
Fredrik Jonson writes: > Ansgar Burchardt wrote: >> Fredrik Jonson writes: >> > What is the recommended way to set up Systemd user services with Debian? >> Just run 'loginctl enable-linger [USER]' as root. > > Initially that didn't work... > >

Re: Starting systemd user services on boot on a Debian server [SOLVED]

2015-10-16 Thread Fredrik Jonson
Michael Biebl wrote: > Am 16.10.2015 um 19:05 schrieb Fredrik Jonson: > > > If in doubt, do install this package. > > Did you maybe misread that as > "If in doubt, do *not* install this package". Yes I did. I don't know how many times I've read that sentence, and clearly saw a _not_ in

Starting systemd user services on boot on a Debian server

2015-10-14 Thread Fredrik Jonson
, I need to have a user Systemd instance started on boot. How do I set up my Debian server to automatically start a user instance for a regular user on boot to control the user's service units? Is there a recommended way to do it? BTW, if I just try to start systemd from the console, it fails

Re: Starting systemd user services on boot on a Debian server

2015-10-14 Thread Ansgar Burchardt
Fredrik Jonson <fred...@jonson.org> writes: > What is the recommended way to set up Systemd user services with Debian? [...] > AFAIU, to make this happen, I need to have a user Systemd instance started on > boot. How do I set up my Debian server to automatically start

Debian Server (Jessie)

2015-07-07 Thread Fabio V S Braga
Boa tarde lista ! Alguém conseguiu instalar o LDAP após a instalação do SAMBA. No meu caso esta gerando erro (o slapd esta quebrado ou não completamente instalado). Obrigado pela ajuda. Att., Fabio Braga

Unable to set LAN Internet connection on Debian Server

2015-04-29 Thread Binod Yadav
Dear all, We are unable to set LAN Connection in the server and so we are unable to get online service through Teamviewer for Koha and Dspace software. Please guide us to solve the problems. Thanks -- Binod Kumar Yadav Senior Librarian B. P. Koirala Institute of Health Sciences Dharan, Nepal

  1   2   3   4   5   6   >