Re: RECOMMEND: Wireless Home Router with VPN Built-In

2016-04-25 Thread Lars Noodén
On 04/26/2016 03:46 AM, Patrick Bartek wrote: > On Mon, 25 Apr 2016, Lars Noodén wrote:> >> On 04/25/2016 05:01 AM, Patrick Bartek wrote: >> Keep in mind that SSH can do a SOCKS proxy itself and thus you might >> not even want to go to the trouble of setting up OpenVPN on top of >> whatever you ha

Re: OT: what do you know about Linux?

2016-04-25 Thread Juan R. de Silva
On Mon, 25 Apr 2016 21:46:22 -0400, Felix Miata wrote: > Juan R. de Silva composed on 2016-04-26 01:26 (UTC): > >> On my desktop I still use and old keyboard with PS/2 connector. >> My mouse an USB one, so the mouse PS/2 port on motherboard remains >> free. > >> A couple of days ago I had to rec

emacs locked file problem

2016-04-25 Thread Blair, Charles E III
I have just installed jessie (stable) on my laptop. The only user (apart from root) is "ceblair". I think I got emacs from aptitude, but perhaps it was already part of the default installation. Whenever I try to open or save a file, I get a message that the file is locked. I can use the "s

Re: Portable Debian?

2016-04-25 Thread David Christensen
On 04/25/2016 03:21 AM, Steve Matzura wrote: My system that I built late last year/early this year is running great, except for the occasional overrun of inbound ssh from such addresses as 59.*.*.*, 213.*.*.* and others, but that's only because I have not put any blockers in place, either on my h

Re: Firewall - basic config?

2016-04-25 Thread Michael Milliman
On 04/24/2016 03:56 AM, Reco wrote: On Sun, 24 Apr 2016 00:17:51 -0500 Michael Milliman wrote: Any suggestions/comments would be much appreciated. Thanks very much. Assuming you'd want to keep ufw, you'd need to worry about: Chain ufw-after-input (1 references) target prot opt sourc

/etc/resolv.conf documentation

2016-04-25 Thread Daniel Viñar Ulriksen
Hello, I come back to a message that just help me with a server: https://lists.debian.org/debian-user/2015/10/msg00370.html * /From/: Pascal Hambourg mailto:pascal%40plouf.fr.eu.org>> * /Date/: Sun, 11 Oct 2015 13:47:57 +0200 --

Re: OT: what do you know about Linux?

2016-04-25 Thread Felix Miata
Juan R. de Silva composed on 2016-04-26 01:26 (UTC): On my desktop I still use and old keyboard with PS/2 connector. My mouse an USB one, so the mouse PS/2 port on motherboard remains free. A couple of days ago I had to reconnect my keyboard to motherboard. I was doing it in hurry and in the

OT: what do you know about Linux?

2016-04-25 Thread Juan R. de Silva
On my desktop I still use and old keyboard with PS/2 connector. My mouse an USB one, so the mouse PS/2 port on motherboard remains free. A couple of days ago I had to reconnect my keyboard to motherboard. I was doing it in hurry and in the dark, just to the touch. A day later while restarting t

Re: RECOMMEND: Wireless Home Router with VPN Built-In

2016-04-25 Thread Patrick Bartek
On Mon, 25 Apr 2016, heqami...@runbox.com wrote: > > > On 04/25/2016 04:01 AM, Patrick Bartek wrote: > > What routers would you all recommend? And why? > > > > I reccommend ALIX APU1D4 from PC Engines > http://www.pcengines.ch/apu1d4.htm > > [snip] Never heard of it. But I'm finding in my

Re: RECOMMEND: Wireless Home Router with VPN Built-In

2016-04-25 Thread Patrick Bartek
On Mon, 25 Apr 2016, Lars Noodén wrote: > On 04/25/2016 05:01 AM, Patrick Bartek wrote: > > Hi! all, > > > > Toying with the idea of setting up a personal, that is, > > non-business, VPN for a device or two for those rare times I use > > public wifi. For improved security, mind you. Want to keep

Re: RECOMMEND: Wireless Home Router with VPN Built-In

2016-04-25 Thread shawn wilson
Seconded (unless you can't) On Apr 25, 2016 8:29 PM, "Joel Wirāmu Pauling" wrote: > My advise stands. Use a VPN client on the end devices. > > On 26 April 2016 at 12:27, Patrick Bartek wrote: > >> On Mon, 25 Apr 2016, Joel Wirāmu Pauling wrote: >> >> > I don't suggestion running VPN (at least an

Re: RECOMMEND: Wireless Home Router with VPN Built-In

2016-04-25 Thread Joel Wirāmu Pauling
My advise stands. Use a VPN client on the end devices. On 26 April 2016 at 12:27, Patrick Bartek wrote: > On Mon, 25 Apr 2016, Joel Wirāmu Pauling wrote: > > > I don't suggestion running VPN (at least any with decent encryption ) > > on the Wifi /AP. It will end up being a bottle kneck. i.E my D

Re: RECOMMEND: Wireless Home Router with VPN Built-In

2016-04-25 Thread Patrick Bartek
On Mon, 25 Apr 2016, Joel Wirāmu Pauling wrote: > I don't suggestion running VPN (at least any with decent encryption ) > on the Wifi /AP. It will end up being a bottle kneck. i.E my Dual > core MIP's 680hz Wireless AC running openwrt can barely push 12mbit > through an AES tunnel. > > Keep the V

Re: Installation of openssh-client stops with error in groupadd

2016-04-25 Thread Reco
Hi. On Mon, 25 Apr 2016 22:38:47 +0200 Michael Luecke wrote: So, it all goes well, until it hits the wall: > > Please post the output of: > ... > > rename("/etc/group+", "/etc/group") = -1 EBUSY (Device or resource busy) And this is another thing that could be useful to the futur

Re: Installation of openssh-client stops with error in groupadd

2016-04-25 Thread Michael Luecke
> Please post the output of: ... ++ # strace /usr/sbin/groupadd -g 117 ssh execve("/usr/sbin/groupadd", ["/usr/sbin/groupadd", "-g", "117", "ssh"], [/* 25 vars */]) = 0 brk(0) = 0x7f17b521 access("/etc/ld.so.nohwcap", F_OK) =

Re: Installation of openssh-client stops with error in groupadd

2016-04-25 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Apr 25, 2016 at 09:33:45PM +0200, Michael Luecke wrote: > Hello, > > I have a fresh installation of Debian jessie. As I wanted to install > 'openssh-client' it stops with an error in groupadd [...] [...] > groupadd: failure while writing chang

Re: Installation of openssh-client stops with error in groupadd

2016-04-25 Thread Reco
Hi. On Mon, 25 Apr 2016 21:33:45 +0200 Michael Luecke wrote: > Hello, > > I have a fresh installation of Debian jessie. As I wanted to install > 'openssh-client' it stops with an error in groupadd. It seems that I > cannot add any groups, because I get the error also when I try to add

Installation of openssh-client stops with error in groupadd

2016-04-25 Thread Michael Luecke
Hello, I have a fresh installation of Debian jessie. As I wanted to install 'openssh-client' it stops with an error in groupadd. It seems that I cannot add any groups, because I get the error also when I try to add the group manually. In /etc there are two files, group and group+. Their diffe

Re: Portable Debian?

2016-04-25 Thread Joe
On Mon, 25 Apr 2016 14:07:09 -0400 Steve Matzura wrote: > Joe: > > On Mon, 25 Apr 2016 15:17:08 +0100, you wrote: > > >I run ssh on a non-standard port, and my router redirects to 22 of > >my server, alternatively ssh itself will listen wherever you tell it > >to. > > That's probably what I

Re: Package maintainers, I feel like such an outsider

2016-04-25 Thread deloptes
Wayne Booth wrote: > And, second (to a lesser degree for now) start the ball rolling in getting > my application into the repositories? > > Any help would be greatly appreciated. Interim you could provide a debian style repo for those 2 or more packages. There are many 2rd party repos out there.

Re: Thank heard.

2016-04-25 Thread Michael Fothergill
On 25 April 2016 at 18:22, amd amd wrote: > All kernel 4.4.0-1 line was not working . Finally 4/24/2016 working day sid > was released with kernel 4.5.0-1 . 25.04.2016 stepped working week with the > same sid kernel 4.5.0-1 . > Fixed error when installing policykit - this is a breakthrough . >

Re: Tip: [Solved] Correct password login fail when CAPS LOCK not on [SOLVED]

2016-04-25 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Apr 25, 2016 at 11:11:38AM -0500, David Wright wrote: [...] > A solution is to put a line: > > @reboot /sbin/kbdrate -r 2 -d 1000 > > into /root/crontab and then type > > # crontab /root/crontab A minor detail: I tend not to put system-wi

Thank heard.

2016-04-25 Thread amd amd
All kernel 4.4.0-1 line was not working . Finally 4/24/2016 working day sid was released with kernel 4.5.0-1 . 25.04.2016 stepped working week with the same sid kernel 4.5.0-1 . Fixed error when installing policykit - this is a breakthrough . Thank you for the quality software .

Re: Portable Debian?

2016-04-25 Thread Steve Matzura
Joe: On Mon, 25 Apr 2016 15:17:08 +0100, you wrote: >I run ssh on a non-standard port, and my router redirects to 22 of my >server, alternatively ssh itself will listen wherever you tell it to. That's probably what I should be doing. As you say, it keeps the logs clean and the riff-raff at bay.

Re: Sometimes "time shift" after resuming from suspend

2016-04-25 Thread Michael Lange
On Mon, 25 Apr 2016 19:02:10 +0200 Michael Biebl wrote: > Fwiw, with recent Windows editions it should be ok to enable UTC. There > is a registry key which needs to be set. > Dunno though, if XP is recent enough. thanks, I didn't know that, seems like it's actually possible with XP, though there

ACPI message after installation of Debian 8.2.0

2016-04-25 Thread Aquarius
Hi, I have intalled Debian 8.2.0 on a Compaq Pressario CQ62. It seems to be working all right. But, there is a messag on startup saying: "ACPI: Expecting a [Package], found tyoe C" I googled on it it but could not find what it is about nor what to do about it. There is nothing in journalctl about

Re: Sometimes "time shift" after resuming from suspend

2016-04-25 Thread Michael Biebl
Am 25.04.2016 um 17:35 schrieb Michael Lange: > Hi, > > here (Jessie with systemd) occasionally after the system is resumed from > suspend mode the time is shifted forward by what appears to be exactly two > hours. This does not occur always on resume, just sometimes, with no > apparent reason. I

Debian, Webmin, RPis, and browsers

2016-04-25 Thread Glenn English
I told this list a horrible lie a few week ago in a conversation about Webmin. A bit OT, but I apologize if some people were misled...I said Webmin was slow on the Raspberry Pi. That's not true. *Iceweasel's* slow on the RPi. Webmin is fine on fine on Raspian's default browser. Unfortunately, that

Re: Tip: [Solved] Correct password login fail when CAPS LOCK not on [SOLVED]

2016-04-25 Thread David Wright
On Thu 21 Apr 2016 at 11:44:59 (-0400), Cindy-Sue Causey wrote: [ ... much snipping ... ] > My accidental discovery of this particular error fix is BECAUSE I > personally next do the same, meaning drag my own Fingertips a split > extra nano-second too long, when I'm then typing in the next *v

Re: Package maintainers, I feel like such an outsider

2016-04-25 Thread Thomas Schmitt
Hi, debian-ment...@lists.debian.org not debian-ment...@debian.org Have a nice day :) Thomas

Re: Package maintainers, I feel like such an outsider

2016-04-25 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Apr 25, 2016 at 02:02:26PM +, Wayne Booth wrote: > Hi all, > > Sorry for this little lost sheep mail, but even after pouring over the > documentation many times, I really cant find a solution to my issue. The Debian Mentors mailing list [

Re: Package maintainers, I feel like such an outsider

2016-04-25 Thread Thomas Schmitt
Hi, > it seems to me that I need to have some > of relationships with people at Debian, that have access. (?) People without Debian rank need a sponsor who is Debian Developer. I was already in contact with DDs when i began my carreer as Uploader. But actually i found my sponsor here, on debian-u

Re: Package maintainers, I feel like such an outsider

2016-04-25 Thread Charlie Kravetz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 25 Apr 2016 14:02:26 + Wayne Booth wrote: >Hi all, > >Sorry for this little lost sheep mail, but even after pouring over the >documentation many times, I really cant find a solution to my issue. > >I'm a developer of some 3rd party applic

Sometimes "time shift" after resuming from suspend

2016-04-25 Thread Michael Lange
Hi, here (Jessie with systemd) occasionally after the system is resumed from suspend mode the time is shifted forward by what appears to be exactly two hours. This does not occur always on resume, just sometimes, with no apparent reason. I have checked the syslog after this happened, but the only

Package maintainers, I feel like such an outsider

2016-04-25 Thread Wayne Booth
Hi all, Sorry for this little lost sheep mail, but even after pouring over the documentation many times, I really cant find a solution to my issue. I'm a developer of some 3rd party applications, one of which is getting some traction with a wider audience. For some time I've looked at documentati

Re: Portable Debian?

2016-04-25 Thread Joe
On 25/04/2016 11:21, Steve Matzura wrote: My system that I built late last year/early this year is running great, except for the occasional overrun of inbound ssh from such addresses as 59.*.*.*, 213.*.*.* and others, but that's only because I have not put any blockers in place, either on my home

Re: Firewall - basic config?

2016-04-25 Thread shawn wilson
On Apr 23, 2016 3:54 PM, "Joe" wrote: > . > > You might also try iptables -S which will list the rules in the form > that you would enter by hand as arguments to the iptables command. It is > a different view, and you may see things that are less obvious in the > -L view. > I'm guessing -S is the

Re: google-chrome-stable - no longer functional

2016-04-25 Thread Jonathan Dowland
On Mon, Apr 25, 2016 at 08:49:26AM -0400, Kenneth Jacker wrote: > Follow-up question: when "installing the packages that are needed", from > where are they obtained? > > >From the same directory as that containing the ".deb" file, from an > Internet archive or from my local /var/cache/apt/archive

Re: google-chrome-stable - no longer functional

2016-04-25 Thread Kenneth Jacker
Follow-up question: when "installing the packages that are needed", from where are they obtained? >From the same directory as that containing the ".deb" file, from an Internet archive or from my local /var/cache/apt/archives or ??? Thanks again, -Kenneth On Mon, Apr 25, 2016 at 8:42 AM, Kennet

Re: google-chrome-stable - no longer functional

2016-04-25 Thread Kenneth Jacker
> > Next time try "sudo gdebi google-chrome-stable_49.0.2623.75-1_amd64.deb". > It should install the packages needed if they are available. > ​OK, thanks for the "tip"! -Kenneth​

Re: on-demand mounting of filesystems via Systemd (e.g. /backup)

2016-04-25 Thread Jonathan Dowland
On Mon, Apr 25, 2016 at 04:11:02AM +1000, Andrew McGlashan wrote: > systemd continues to cause much more trouble than it is worth for so > many people -- I really wish it wasn't so, but it truly is so. :( Since I started this thread, I might as well speak up here: I am very aware of your feelings

Portable Debian?

2016-04-25 Thread Steve Matzura
My system that I built late last year/early this year is running great, except for the occasional overrun of inbound ssh from such addresses as 59.*.*.*, 213.*.*.* and others, but that's only because I have not put any blockers in place, either on my home gateway device or my Debian system, but tha

Re: Dealing with library dependencies

2016-04-25 Thread Sven Arvidsson
On Mon, 2016-04-25 at 09:04 +0200, Martin Hanson wrote: > Hi, > > I was thinking about getting the game Alien Isolation, but running a > "strace" at a friends installation showed that the game required > libssl.1.0.0, but I am running Debian Stretch which has libssl.1.0.2. > Also other similar lib

Re: Failed installs

2016-04-25 Thread Michael Fothergill
On 19 April 2016 at 22:04, pcr1 wrote: > Yes and that works fine. I've ordered a new drive to see if that helps. > PCR > ​If your current drive works with Ubuntu, why not try installing ubuntu first in one partition and then debian in a second one. This sounds a bit voodoo like but maybe debia

Dealing with library dependencies

2016-04-25 Thread Martin Hanson
Hi, I was thinking about getting the game Alien Isolation, but running a "strace" at a friends installation showed that the game required libssl.1.0.0, but I am running Debian Stretch which has libssl.1.0.2. Also other similar libraries are off on version number. How does one handle such an is

Re: Failed installs

2016-04-25 Thread Selim T . Erdoğan
On Mon, Apr 18, 2016 at 11:12:12AM -0600, pcr1 wrote: > I have for some time been, and after many attempts remain, unable to install > Debian, which I previously have used for many years. The failures occur > during "select and install", about a third of the way through, but not > always at the sa

Automount usb device with systemd (Re: on-demand mounting of filesystems via Systemd (e.g. /backup))

2016-04-25 Thread Dominique Dumont
On Wednesday 20 April 2016 15:49:00 Jonathan Dowland wrote: > Anyway, in the past I've read some useful tips for using Systemd on this > list, so here's the blog post should it be of any interest: > > https://jmtd.net/log/mount_on_demand_backups/ Thanks. Here's my small contribution for a similar

Re: google-chrome-stable - no longer functional

2016-04-25 Thread Johann Spies
On 21 April 2016 at 23:45, Kenneth Jacker wrote: > > ># dpkg -i google-chrome-stable_49.0.2623.75-1_amd64.deb > > > Next time try "sudo gdebi google-chrome-stable_49.0.2623.75-1_amd64.deb". It should install the packages needed if they are available. Regards Johann -- Because experiencing

Re: RECOMMEND: Wireless Home Router with VPN Built-In

2016-04-25 Thread heqami...@runbox.com
On 04/25/2016 04:01 AM, Patrick Bartek wrote: > What routers would you all recommend? And why? > I reccommend ALIX APU1D4 from PC Engines http://www.pcengines.ch/apu1d4.htm used the old version for years. WHY? you can choose you own OS. Debian? ipfire? pfsense? openwrt? whatever? you can u

Re: Dealing with library dependencies

2016-04-25 Thread Reco
Hi. On Mon, Apr 25, 2016 at 09:04:11AM +0200, Martin Hanson wrote: > Hi, > > I was thinking about getting the game Alien Isolation, but running a "strace" > at a friends installation showed that the game required libssl.1.0.0, but I > am running Debian Stretch which has libssl.1.0.2. Al

Re: RECOMMEND: Wireless Home Router with VPN Built-In

2016-04-25 Thread Joe
On Mon, 25 Apr 2016 07:48:50 +0300 Lars Noodén wrote: > > Keep in mind that SSH can do a SOCKS proxy itself and thus you might > not even want to go to the trouble of setting up OpenVPN on top of > whatever you have. > Yes, I use ssh if I only want a couple of TCP protocols into my home netwo

Re: Dealing with library dependencies

2016-04-25 Thread Nicolas George
Le septidi 7 floréal, an CCXXIV, Martin Hanson a écrit : > I was thinking about getting the game Alien Isolation, but running a > "strace" at a friends installation showed that the game required > libssl.1.0.0, but I am running Debian Stretch which has libssl.1.0.2. Also > other similar libraries a