Re: How to fix I/O errors?

2017-02-02 Thread Marc Shapiro
On 02/02/2017 10:23 PM, David Christensen wrote: On 02/02/17 13:05, Marc Shapiro wrote: I apologize for this being so long, but since the problem occurs sporadically I wanted to get as much information in this post as possible because I don't know when it will happen again. ... What operating

Re: How to fix I/O errors?

2017-02-02 Thread David Christensen
On 02/02/17 13:05, Marc Shapiro wrote: I apologize for this being so long, but since the problem occurs sporadically I wanted to get as much information in this post as possible because I don't know when it will happen again. ... What operating system are you running? Please paste the followin

Re: Can't make writable USB thumbdrive installer anymore

2017-02-02 Thread David Griffith
On Thu, 2 Feb 2017, Richard Owlett wrote: On 02/01/2017 02:50 AM, David Griffith wrote: I used to be able to make a writable USB thumbdrive installer > by following the directions found at https://hyper.to/blog/link/debian-installer-on-a-usb-key/, altering the name of the release and device.

Re: Android phone access in Dolphin does not work

2017-02-02 Thread Gary Dale
On 02/02/17 08:03 AM, RLewis wrote: Hi Gary -- Gary Dale wrote: On 28/01/17 09:08 AM, RLewis wrote: Hello Ken and Gary -- ken wrote: On 01/24/2017 02:38 PM, Gary Dale wrote: I'm running stretch/AMD64 and I'm having extreme problems accessing my Samsung S5 phone from my Plasma5 desktop.

Debian Jessie question about web

2017-02-02 Thread Billy O
So i have been looking around and reading for while now as far as connecting to a wifi network what might i be missing in this area i am on a dell i386 also what would i need to know about drag and drop to desktop options if its possible. Thanks for the time reading this email

Re: What file system to use?

2017-02-02 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2017-02-03 03:03, Ben Caradoc-Davies wrote: > On 02/02/17 20:58, Ken Heard wrote: >> I use USB flash drives and 480 GB SanDisk portable drives for >> some backups. I started by using ext4 on one of the flash drives. >> The next day I tried to boot t

Re: Advice / recommendations on Inexpensive Managed Ethernet Switches

2017-02-02 Thread rhkramer
Thanks for the replies (from Dan and Frank)! I'm going to do some thinking--at first I just wanted to find out how we were using so much bandwidth, but, once I do, I might want to try blocking some of it if that won't disable pages that I want to look at. I'll look for pfSense or OPNSense--appe

Re: Darmowe szkolenia dla Ciebie

2017-02-02 Thread Bezpłatne szkolenia
Interesuje Cię bezpłatne szkolenie? Kliknij w link i zostaw swój numer kontaktowy. Tak, jestem zainteresowany Z przyjemnością oddzwonimy i przedstawimy propozycję. Odpowiemy na każde Twoje pytanie 511.978.104 Państwa dane pozyskane zostały bezpośrednio ze strony internetowej lub of

disk error -> reset entire USB connection

2017-02-02 Thread Ross Boylan
I have multiple drives in a Vantec HX4 case connect by USB 3.0 It seems a disk I/O error* causes the entire USB connection to reset, causing all the drives to be remapped and screwing up the connections to all the disks in the case. Is this expected behavior for the linux kernel? I'm running lin

SCSI rescan (Mint 17.3)

2017-02-02 Thread Paul Duncan
Hi, I'm updating wiki documentation for one of our systems, which has an LTO tape drive hooked up to an HP P411 SAS RAID controller. In the good old days of the cciss driver we could issue the following command to get the drive recognised if the system had been booted without it being switch

Re: How to fix I/O errors?

2017-02-02 Thread Marc Shapiro
On 02/02/2017 04:20 PM, Marc Auslander wrote: A few observations. Are your filesystems journaled. They say ext3, which IIRC does support journaling? the flashplayer should not be able to trash the file system. /var/log/syslog is a place to look for io errors. If you are having them you likel

Re: user menu in midnight commander

2017-02-02 Thread sp113438
On Thu, 2 Feb 2017 23:02:23 +0100 sp113438 wrote: > Hi,, > I have this problem. I have a command: > > find -type f -depth -maxdepth 1 -execdir bash -c ' conv_name=$(printf > %s "$1" | iconv -f utf8 -t latin1 | iconv -f cp1251); mv -v -- "$1" > "$conv_name" ' -- {} ';' > > (it is for the conver

Re: How to fix I/O errors?

2017-02-02 Thread Marc Auslander
A few observations. Are your filesystems journaled. They say ext3, which IIRC does support journaling? the flashplayer should not be able to trash the file system. /var/log/syslog is a place to look for io errors. If you are having them you likely have a failing disk and need to replace it ASA

[SOLVED] Re: Bluetooth: unable to pair Apple Wireless Keyboard Mod. A1016

2017-02-02 Thread Ennio-Sr
* Ennio-Sr [030217, 00:46]: > * deloptes [020217, 23:34]: > > Ennio-Sr wrote: > > > > did you have a look here? > > http://askubuntu.com/questions/730316/apple-wireless-keyboard-wont-connect-in-15-10 > > > > and here they say to "trust", but well, this is after successfull pairing > > http://as

Re: Bluetooth: unable to pair Apple Wireless Keyboard Mod. A1016

2017-02-02 Thread Ennio-Sr
* deloptes [020217, 23:34]: > Ennio-Sr wrote: > > > No, I can assure all commands were in order, including 'agent'. > > ... > > Wait you say squeeze. The thing is bluetooth changed significantly since > squeeze. If I am not mistaken wheezy to jessie. So jessie has the new > version of bluez. You

Iuri has invited you to TransferWise

2017-02-02 Thread Iuri Sampaio
*|SUBJECT|* = Message from Iuri Sampaio: = "Hey, have you heard of Transferwise? I've been using their service to send money abroad and I think it could benefit you too. It's fast, simple and a lot cheaper than my bank. Try it out with my invite link and you'll g

Re: Bluetooth: unable to pair Apple Wireless Keyboard Mod. A1016

2017-02-02 Thread deloptes
Ennio-Sr wrote: > No, I can assure all commands were in order, including 'agent'. > In the meantime a look given to 'lsmod' in the older mcmini (the one > with squeeze ppc that paired with the kb) showed that there the > bluetooth mod was used, among others, by 'l2cap' and 'sco', which are > missi

user menu in midnight commander

2017-02-02 Thread sp113438
Hi,, I have this problem. I have a command: find -type f -depth -maxdepth 1 -execdir bash -c ' conv_name=$(printf %s "$1" | iconv -f utf8 -t latin1 | iconv -f cp1251); mv -v -- "$1" "$conv_name" ' -- {} ';' (it is for the conversion of cyrillic filenames) and I want to add it in the user menu o

Re: How to fix I/O errors?

2017-02-02 Thread Marc Shapiro
On 02/02/2017 01:40 PM, Marc Shapiro wrote: On 02/02/2017 01:19 PM, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Feb 02, 2017 at 01:05:47PM -0800, Marc Shapiro wrote: I apologize for this being so long, but since the problem occurs sporadically I wanted to get

Re: How to fix I/O errors?

2017-02-02 Thread Marc Shapiro
On 02/02/2017 01:19 PM, to...@tuxteam.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Feb 02, 2017 at 01:05:47PM -0800, Marc Shapiro wrote: I apologize for this being so long, but since the problem occurs sporadically I wanted to get as much information in this post as possible

Re: Bluetooth: unable to pair Apple Wireless Keyboard Mod. A1016

2017-02-02 Thread Ennio-Sr
* deloptes [020217, 20:26]: > Ennio-Sr wrote: > > > Thanks for your attention. Regards, Ennio > > http://ubuntuforums.org/showthread.php?t=2276551 > > I think you missed agent on and so on No, I can assure all commands were in order, including 'agent'. In the meantime a look given to 'lsmod' i

Re: How to fix I/O errors?

2017-02-02 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Feb 02, 2017 at 01:05:47PM -0800, Marc Shapiro wrote: > I apologize for this being so long, but since the problem occurs > sporadically I wanted to get as much information in this post as > possible because I don't know when it will happen agai

Re: Android phone access in Dolphin does not work

2017-02-02 Thread Darac Marjal
On 02/02/17 20:38, ken wrote: > Just a quick tip for using Software Data Cable: When you fire it up > on your android, you'll get a screen helpfully telling you the ftp > command to run on the other end... but the command they give isn't > right... well, maybe it is for Windows, I don't know. What

How to fix I/O errors?

2017-02-02 Thread Marc Shapiro
I apologize for this being so long, but since the problem occurs sporadically I wanted to get as much information in this post as possible because I don't know when it will happen again. This problem started a bout two weeks ago. I woke up to find a black screen and a kernel panic. I reboote

Re: Android phone access in Dolphin does not work

2017-02-02 Thread ken
On 01/26/2017 11:42 PM, Gary Dale wrote: On 25/01/17 01:27 PM, Tony Baldwin wrote: On 01/25/2017 12:58 PM, ken wrote: On 01/24/2017 02:38 PM, Gary Dale wrote: I'm running stretch/AMD64 and I'm having extreme problems accessing my Samsung S5 phone from my Plasma5 desktop. When I plug the pho

Re: What file system to use?

2017-02-02 Thread Ben Caradoc-Davies
On 02/02/17 20:58, Ken Heard wrote: I use USB flash drives and 480 GB SanDisk portable drives for some backups. I started by using ext4 on one of the flash drives. The next day I tried to boot the computer, but found that the computer hung. Only at this point did I find out that those drives are

Re: CUPS in stretch does NOT WORK - Ricoh printer SP112 SP112-su

2017-02-02 Thread Brian
On Wed 01 Feb 2017 at 23:58:15 +, Brian wrote: > On Wed 01 Feb 2017 at 23:21:00 +, Brian wrote: > > > When cupsd starts (as yours has done) it listens for incoming connections > > on port 631 for tcp and tcp6. Print jobs are sent to port 631. A browser > > connects to tcp port 631. Your n

kernel panic irq flow_dissect pppoe in debian stretch

2017-02-02 Thread HugLeo
Kernel version: 4.9.0-1-amd64 #1 SMP Debian 4.9.2-2 (2017-01-12) x86_64 GNU/Linux / SHORT LOG: Feb 2 13:51:50 server [17103.669019] BUG: unable to handle kernel Feb 2 13:51:50 server NULL pointer dereference Feb 2 13:51:50 server at 0080 Feb 2

Re: Bluetooth: unable to pair Apple Wireless Keyboard Mod. A1016

2017-02-02 Thread deloptes
Ennio-Sr wrote: > Thanks for your attention. Regards, Ennio http://ubuntuforums.org/showthread.php?t=2276551 #!/bin/bash bluetoothctl << EOF power on discoverable on agent on default-agent pairable on EOF I think you missed agent on and so on

after doing apt-get dist-upgrade I lost wifi internet connection

2017-02-02 Thread Luciano Moffatt
I am in testing. I did a new installation and after a single apt-get dist-ugrade, wich installed three new packages and updated about another forty,I lost my wifi internet connection again. Cable internet worked fine. I suspect it has something to do with firmware-linux-free so I did an apt-get

Re: Debian natively on Android device

2017-02-02 Thread deloptes
Joe wrote: > Yes, but you can get a proper 15" laptop for that sort of money, with > strange but not exotic hardware 1. we were talking about a phone 2. For 230€ a notebook? I am not sure ... regards

Re: Bluetooth: unable to pair Apple Wireless Keyboard Mod. A1016

2017-02-02 Thread Ennio-Sr
* Ennio-Sr [010217, 19:33]: > > OK, I did it, but nothing changed: getting more or less the same errors > as before,may be some more. But I'll come back with some consistent data... > Regards, Ennio > And here we are! The bluetooth Stretch version is bugged so I tried again with Jessie; This i

Re: Installing a package downloaded from snapshot - was [Re: Mate error message under Debian 8.6.0]

2017-02-02 Thread Greg Wooledge
On Thu, Feb 02, 2017 at 05:59:57PM +, Lisi Reisz wrote: > [redacted]'s rudeness and unpleasantness to anyone and everyone who tries to > help > him does get a bit wearing. Speaking of which, I'll share the solution I came up with to implement a mailing list killfile (ignore list), but I fear

Re: Installing a package downloaded from snapshot - was [Re: Mate error message under Debian 8.6.0]

2017-02-02 Thread Lisi Reisz
On Friday 27 January 2017 21:13:35 Ryan Cunningham wrote: > This includes the message that you sent, and any other message of a similar > type. If this continues, and we cannot reasonably reach a compromise, I > will send a message to the list owner requesting that you be forcefully > unsubscribed.

Re: Advice / recommendations on Inexpensive Managed Ethernet Switches

2017-02-02 Thread Dan Ritter
On Thu, Feb 02, 2017 at 11:19:59AM -0500, rhkra...@gmail.com wrote: > Aside: I am actually gobsmacked (I don't think I've ever been gobsmacked > before ;-)--in a week of monitoring, we (my son and I, but with my son gone 8 > to 12 hours a day) are downloading 1.5 to 4 GB *per day* (and uploading

Re: how to deploy common ssh_config and sshd_config settings on all hosts?

2017-02-02 Thread Andy Smith
Hi Harald, On Thu, Feb 02, 2017 at 02:50:09PM +0100, Harald Dunkel wrote: > On 02/02/17 11:17, Andy Smith wrote: > > Also through the use of override config files that are included into > > the main config file, you can avoid being prompted about changes to > > the main config file. For sshd the c

Advice / recommendations on Inexpensive Managed Ethernet Switches

2017-02-02 Thread rhkramer
I'm sending this to the Debian user list first, even though it is probably somewhat OT. Background: Recently I started monitoring how many packets are going through my LAN to my ISP (Earthlink (DSL)). I have (or maybe had) some thought about considering a switch to HughesNet satelite service,

New preseeding problems

2017-02-02 Thread Richard Owlett
I have two problems with preseeding. I did not have them when installing Squeeze to a Lenovo R61. [R61 hardware problems cause purchase of T430] I do have them installing Jessie to a Lenovo T430. Every install now gives the same 2 failures. 1. It fails at the "detect disks" step. Rerunning tha

Re: Debian natively on Android device

2017-02-02 Thread David Baron
On יום חמישי, 2 בפברואר 2017 8:33:56 IST Carl Fink wrote: > On Thu, Feb 02, 2017 at 01:09:39PM +, Rodolfo Medina wrote: > > Deloptes, thanks for your indications about Sailfish project and Jolla > > phones, they are very interesting, but what I was looking for is the > > possibility of running

Re: how to deploy common ssh_config and sshd_config settings on all hosts?

2017-02-02 Thread Harald Dunkel
Hi Andy, On 02/02/17 11:17, Andy Smith wrote: > > Also through the use of override config files that are included into > the main config file, you can avoid being prompted about changes to > the main config file. For sshd the config directive is "Include". > Are you sure about this? root@jessi

Re: Debian natively on Android device

2017-02-02 Thread David Baron
On יום חמישי, 2 בפברואר 2017 13:09:39 IST Rodolfo Medina wrote: > Rodolfo Medina writes: > > Rodolfo Medina writes: > >> I'm interested in the problem of running Debian on an Android device > > > > [...] > > Thanks to all who kindly replied, it did help. Now I can see everything a > bit more c

Re: Debian natively on Android device

2017-02-02 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, Feb 02, 2017 at 01:09:39PM +, Rodolfo Medina wrote: > Rodolfo Medina writes: > > > Rodolfo Medina writes: > > > >> I'm interested in the problem of running Debian on an Android device > > > > [...] > > Thanks to all who kindly replied,

Re: Debian natively on Android device

2017-02-02 Thread Carl Fink
On Thu, Feb 02, 2017 at 01:09:39PM +, Rodolfo Medina wrote: > Deloptes, thanks for your indications about Sailfish project and Jolla phones, > they are very interesting, but what I was looking for is the possibility of > running Debian on those devices, not other OSs. So Ubuntu pre-installed

Re: Debian natively on Android device

2017-02-02 Thread Rodolfo Medina
Rodolfo Medina writes: > Rodolfo Medina writes: > >> I'm interested in the problem of running Debian on an Android device > > [...] Thanks to all who kindly replied, it did help. Now I can see everything a bit more clearly. I'll try to summarize what seems important to me about the issue. De

Re: Android phone access in Dolphin does not work

2017-02-02 Thread RLewis
Hi Gary -- Gary Dale wrote: > On 28/01/17 09:08 AM, RLewis wrote: >> Hello Ken and Gary -- >> >> ken wrote: >> >>> On 01/24/2017 02:38 PM, Gary Dale wrote: I'm running stretch/AMD64 and I'm having extreme problems accessing >> my Samsung S5 phone from my Plasma5 desktop. When

Re: Can't make writable USB thumbdrive installer anymore

2017-02-02 Thread Richard Owlett
On 02/01/2017 02:50 AM, David Griffith wrote: I used to be able to make a writable USB thumbdrive installer > by following the directions found at https://hyper.to/blog/link/debian-installer-on-a-usb-key/, altering the name of the release and device. Now I can't get > it to work. > [*SNIP* de

Re: "No space left on device" error, but df shows plenty of space

2017-02-02 Thread Eike Lantzsch
On Thursday, 2 February 2017 10:05:58 PYST Andy Smith wrote: > Hi Kynn, > > On Wed, Feb 01, 2017 at 10:43:37AM -0500, Kynn Jones wrote: > > On Wed, Feb 1, 2017 at 7:24 AM, Andy Smith wrote: > > > On Tue, Jan 31, 2017 at 06:42:39PM -0500, Kynn Jones wrote: > > > > Unfortunately, I'll never know wh

Re: Can't make writable USB thumbdrive installer anymore

2017-02-02 Thread Brian
On Thu 02 Feb 2017 at 00:31:38 +, David Griffith wrote: > >You used 'cp debian.iso /dev/sdX' and it didn't work? Is that what you > >mean by "same results"? > > This is the exact procedure I used to create a one-partition thumb drive, > which is writable, to install an arbitrary release of De

Re: Fwd: troubles running a printer on Mint17.3 "Rosa"

2017-02-02 Thread Brian
On Wed 01 Feb 2017 at 22:27:11 +0100, albcares wrote: > 2017-02-01 12:27 GMT+01:00 Brian : > > > On Wed 01 Feb 2017 at 09:35:20 +0100, albcares wrote: > > > > > thanks for Ur fast answer. I'll try to do my best to explain. > > > I correctly see Optra labelled as "generic" in the printer list. The

Re: how to deploy common ssh_config and sshd_config settings on all hosts?

2017-02-02 Thread Andy Smith
Hi Harald, On Thu, Feb 02, 2017 at 09:40:48AM +0100, Harald Dunkel wrote: > Problem: Deploying a custom ssh authentication scheme common to > all Debian hosts in the lan appears to be apita, esp. since the > next openssh upgrade might put the default config files upside > down again. When you do

Re: What file system to use?

2017-02-02 Thread Sven Hartge
Roba wrote: > Is there any difference between ext3 and ext4 in terms of backing up a > system? I can't recall the details but I run into a backup problem > once and remember reading that ext4 was under experimentation by the > backup developers and ext3 was supported fully but not ext4. I am no

Re: "No space left on device" error, but df shows plenty of space

2017-02-02 Thread Andy Smith
Hi Kynn, On Wed, Feb 01, 2017 at 10:43:37AM -0500, Kynn Jones wrote: > On Wed, Feb 1, 2017 at 7:24 AM, Andy Smith wrote: > > On Tue, Jan 31, 2017 at 06:42:39PM -0500, Kynn Jones wrote: > > > Unfortunately, I'll never know what the problem was. > > > > Do you use btrfs? > > Not that I'm aware of.

Re: Debian natively on Android device

2017-02-02 Thread Michael Lange
On Thu, 2 Feb 2017 08:53:39 + Joe wrote: > I wouldn't know where to start trying to get another OS running on this > kind of thing, so we must hope some smart people with lots of time are > looking into it. > > Here is some progress, but there is a long way to go: > > http://www.techradar.c

Re: Debian natively on Android device

2017-02-02 Thread Joe
On Wed, 01 Feb 2017 22:34:49 +0100 deloptes wrote: > deloptes wrote: > > > Rodolfo Medina wrote: > > > >> In fact I was not disappointed for your words, only curious about > >> their sense, in a technical way. > > > > The problem is within the OEM not giving specs away so there are no > >

Re: Debian natively on Android device

2017-02-02 Thread Joe
On Wed, 01 Feb 2017 21:22:12 + Rodolfo Medina wrote: > Joe writes: > > > > > There are plenty of cheap tablets around now, even some running > > Windows, which without doubt would run Debian. > > Please which ones? (Do you mean the so called WinPads?) > This kind of thing: https://ww

how to deploy common ssh_config and sshd_config settings on all hosts?

2017-02-02 Thread Harald Dunkel
Hi folks, Problem: Deploying a custom ssh authentication scheme common to all Debian hosts in the lan appears to be apita, esp. since the next openssh upgrade might put the default config files upside down again. What would you consider best practice to keep your ssh hosts (>300) in sync wrt the

Re: What file system to use?

2017-02-02 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2017-02-02 08:47, Gary Dale wrote: > There shouldn't be any problem with ext4. It's been the Linux > standard for years now. I can't even imagine what the backup issue > would be unless they were trying to make some kind of sparse backup > using FS