Re: Heartbleed (was ... Re: My fellow (Debian) Linux users ...)

2014-04-13 Thread Stan Hoeppner
On 4/13/2014 10:03 PM, Chris Bannister wrote: ... > considering it is a catastrophe worse than the Y2K bug. This is several orders of magnitude less severe than Y2K. > It seems very likely that people are using compromised apps on their > smartphone and you'd think it would be advisable to warn

Re: Heartbleed (was ... Re: My fellow (Debian) Linux users ...)

2014-04-13 Thread shawn wilson
On Apr 13, 2014 11:03 PM, "Chris Bannister" wrote: > > Then there is also the very serious issue of embedded devices using > openssl. Tablets, smartphones, routers, ... etc. etc. > You're correct about network hardware (though the only one I'm aware of so far is F5 with the latest firmware). If

Re: AMD Graphics on Debian 7.4

2014-04-13 Thread Marko Randjelovic
On Sun, 13 Apr 2014 11:27:31 -0700 (PDT) ray wrote: > Am I missing something here? Of course you are, in one of previous posts you got a solution but looks like you missed it :) -- http://markorandjelovic.hopto.org -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a sub

Re: debian install wireless fails on laptop with Ralink RT3290 wireless, what to do?

2014-04-13 Thread Marko Randjelovic
On Sun, 13 Apr 2014 21:26:09 -0700 Britton Kerin wrote: > The installer correctly detects a Ralink RT3290 and seems to think its > going to be > able to work with it, but then it always fails (I think at the DHCP > stage) to actually > manage to connect to the network. > > Has anyone else encoun

debian install wireless fails on laptop with Ralink RT3290 wireless, what to do?

2014-04-13 Thread Britton Kerin
The installer correctly detects a Ralink RT3290 and seems to think its going to be able to work with it, but then it always fails (I think at the DHCP stage) to actually manage to connect to the network. Has anyone else encountered this issue? Workarounds? As usually everyone assumes it would wo

Re: best way to backup USB stick (2)

2014-04-13 Thread PaulNM
On 04/13/2014 10:16 PM, Hugo Vanwoerkom wrote: > Hi, > > So I got a script that backs up the USB stick to a file and restores a > (larger) USB stick from that file all using dd. It is here: > > http://paste.debian.net/93598 > That's small enough that you should have included it in the email, i

Re: missing devel pkgs for emacs build

2014-04-13 Thread Harry Putnam
Tom Furie writes: > On Mon, Apr 07, 2014 at 09:19:25PM +0100, Tom Furie wrote: > >> Ah, I tested with wheezy. I'll load up a jessie vm and test again. In >> theory it shouldn't make any difference, but that's the difference >> between theory and practice :) > > With a fresh install of Jessie plus

Heartbleed (was ... Re: My fellow (Debian) Linux users ...)

2014-04-13 Thread Chris Bannister
On Sun, Apr 13, 2014 at 06:37:19PM +0200, Ralf Mardorf wrote: > > > On Sun, 2014-04-13 at 09:33 +0900, Joel Rees wrote: > > In what sense do you mean hacked? > > Cracked, as in passwords and other sensitive information > > > The openssl issues have been baking for how many years? The bug was i

best way to backup USB stick (2)

2014-04-13 Thread Hugo Vanwoerkom
Hi, So I got a script that backs up the USB stick to a file and restores a (larger) USB stick from that file all using dd. It is here: http://paste.debian.net/93598 the relevant parts are the backup: dd conv=notrunc,noerror bs=4096 if=$usbDrive | gzip > $backupFilename and the restore: gz

Re: AMD Graphics on Debian 7.4

2014-04-13 Thread ray
> Do you have Synaptic installed?? Use that to hunt down and install your > packages. If the wheezy version fails you then try the run package ...as > a last resort. Or, upgrade to jessie to legally get the latest and > greatest. That is what I did to get the newer versions of my nVidia > drive

Re: apt-get doesn't upgrade, but synaptic does

2014-04-13 Thread Patrick Bartek
On Sun, 13 Apr 2014, Sven Joachim wrote: > On 2014-04-13 05:59 +0200, Patrick Bartek wrote: > > > On Sat, 12 Apr 2014, Brad Rogers wrote: > > > >> On Fri, 11 Apr 2014 18:28:04 -0700 > >> Patrick Bartek wrote: > >> > [snip] > >> > >> Not even the meta-package 'libreoffice'? > > > > I rechecked,

Re: My fellow (Debian) Linux users ...

2014-04-13 Thread Richard Hector
On 13/04/14 23:43, Curt wrote: > On 2014-04-13, Eduardo M KALINOWSKI wrote: >> On 20h20 12 de Abril de 2014, Steve Litt wrote: >>> I'm changing every password: That's about 100 of them. >> >> That's a good thing to do, but only after the server has patched >> openssl and changed its certificate. O

Re: Q: Squeeze - debmirror 1:2.4.5 / Bug #673444 : not fetch Translation files

2014-04-13 Thread Brian
On Sun 13 Apr 2014 at 14:13:54 -0700, Snow Leopard wrote: > well it seems that I've missed something somewhere, next command > shows that there is verify error I was suggesting something like wget http://http.debian.net/debian-backports/pool/main/d/debmirror/debmirror_2.14~bpo60+1_all.deb fo

Re: Q: Squeeze - debmirror 1:2.4.5 / Bug #673444 : not fetch Translation files

2014-04-13 Thread Snow Leopard
Brain, well it seems that I've missed something somewhere, next command shows that there is verify error Verify return code: 21 (unable to verify the first certificate) I wonder what is the "medicine" to fix it? Andrew root@install:~/prog# openssl s_client -showcerts -connect localhost:636

Re: Q: Squeeze - debmirror 1:2.4.5 / Bug #673444 : not fetch Translation files

2014-04-13 Thread Brian
On Sun 13 Apr 2014 at 13:27:15 -0700, Snow Leopard wrote: > So, it looks like Squeezy still has debmirror version which is > affected by this bug. > > dpkg -l | grep debmirror > ii debmirror 1:2.4.5 > > For the moment I've added a block of code to my script to sync > mirror which resolv

Re: Q: LDAP - perl script using Net::LDAP and start_tls gives an error

2014-04-13 Thread Ric Moore
On 04/13/2014 04:45 PM, Snow Leopard wrote: Hi Atle, in my case I am certificate agency (self-signed certificate) and I issue "private key" and "certificate" (cacert.pem) as for root "CA" as for LDAP server (server-key.pem and server-cert.pem) and LDAP perl script client (client-key.pem and c

Re: Q: LDAP - perl script using Net::LDAP and start_tls gives an error

2014-04-13 Thread Snow Leopard
Hi Atle, in my case I am certificate agency (self-signed certificate) and I issue "private key" and "certificate" (cacert.pem) as for root "CA" as for LDAP server (server-key.pem and server-cert.pem) and LDAP perl script client (client-key.pem and client-cert.pem). The script and client run

Q: Squeeze - debmirror 1:2.4.5 / Bug #673444 : not fetch Translation files

2014-04-13 Thread Snow Leopard
Hi, due limited traffic from my ISP (200GB/month) I've decided to make own mirror for Debian "wheeze". A quick search brought my attention to "debmirror" utility. After a couple days of download I had local mirror for "wheeze" and "wheeze-updates". Shortly after the mirror was ready I conf

Re: Q: LDAP - perl script using Net::LDAP and start_tls gives an error

2014-04-13 Thread Atle Solbakken
If I made a change in "start_tls" command for option "verify => none" to one of 'optional' or 'required' then I get next error message root@install:~/prog# ./ldap_sec.pl SSL connect attempt failed with unknown error error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify f

Re: Skype - no microphone input sound...

2014-04-13 Thread Ric Moore
On 04/12/2014 08:26 PM, Man_Without_Clue wrote: Is there anyone who is using Skype with no problem at all on Debian Wheezy 64 bit? On 04/12/2014 12:13 AM, Man_Without_Clue wrote: Hi all, I don't know what really is going on and where to start this off. For some reason Skype doesn't pick up

Re: AMD Graphics on Debian 7.4

2014-04-13 Thread Ric Moore
On 04/13/2014 02:27 PM, ray wrote: Am I missing something here? I found an alternative at: https://wiki.debian.org/Installing_ATI_fglrx_legacy_with_latest_kernel This is a year old but it addressing building the driver package. Is there any problem with this approach? Thanks for all the input,

Re: AMD Graphics on Debian 7.4

2014-04-13 Thread ray
> Would it be worth just trying installing multiarch? With one of the > apt family. (I use aptitude). I agree that it is not obviously # apt-get install multiarch Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package multia

Re: apt-get doesn't upgrade, but synaptic does

2014-04-13 Thread Sven Joachim
On 2014-04-13 05:59 +0200, Patrick Bartek wrote: > On Sat, 12 Apr 2014, Brad Rogers wrote: > >> On Fri, 11 Apr 2014 18:28:04 -0700 >> Patrick Bartek wrote: >> >> Hello Patrick, >> >> >uninstall or purge libreoffice from the system. 'apt-get purge >> >libreoffice' won't do it. I've done tests,

Re: apt-get doesn't upgrade, but synaptic does

2014-04-13 Thread Patrick Bartek
On Sun, 13 Apr 2014, Brad Rogers wrote: > On Sat, 12 Apr 2014 20:59:02 -0700 > Patrick Bartek wrote: > > >I rechecked, and the metapackage is removed, but not any of > >libreoffice modules. Ultimately, I just purged each of the modules > >by name, then autoremove the orphaned dependencies. > >

Re: the importance of defaults ( was: Debian default desktop environment )

2014-04-13 Thread Paul E Condon
On 20140413_1651+1200, Chris Bannister wrote: > On Sat, Apr 12, 2014 at 12:17:47PM +0200, alberto fuentes wrote: > > tl;dr > > http://knowyourmeme.com/memes/tldr > > > My point is that gnome3 is even more disruptive than unity. Do we want > > to attract users or scare them away? > > Neither. I

Q: LDAP - perl script using Net::LDAP and start_tls gives an error

2014-04-13 Thread Snow Leopard
Hi, I am trying to write perl script with Net::LDAP module, start_tls command and stumbled on a problem. I would appreciate if somebody could point me to "the source of the problem". If there is better place to get an assistance in resolution of the problem please indicate in your reply.

Re: AMD Graphics and Gnome on testing (Jessie)

2014-04-13 Thread Bruno Schneider
On Sat, Apr 12, 2014 at 6:07 PM, Gary Dale wrote: > Welcome to the world of proprietary drivers. Every system update can break > the driver. You can either use the open source driver or re-install the > proprietary driver (if it works with the new kernel & xorg). I'd stick with > the open source dr

Re: My fellow (Debian) Linux users ...

2014-04-13 Thread Ralf Mardorf
PS: On Sun, 2014-04-13 at 18:37 +0200, Ralf Mardorf wrote: > I only own an Alice account and 3 Rocketmail accounts Oops, it's 1 Alice, 2 Rocketmail and 1 Yahoo account, but Rocketmail is Yahoo. First I used Alice (My ISP) only. When I run into issues using Alice only, I add the Rocketmail/Yahoo a

Re: My fellow (Debian) Linux users ...

2014-04-13 Thread Ralf Mardorf
On Sun, 2014-04-13 at 09:33 +0900, Joel Rees wrote: > In what sense do you mean hacked? > Cracked, as in passwords and other sensitive information Exactly in this way. > The openssl issues have been baking for how many years? Too long for Linux community members to be surprised by the news of

Re: unsuscribe

2014-04-13 Thread Robin
On 13 April 2014 15:44, Julio González wrote: > El 25/01/14 14:41, debian-user-digest-requ...@lists.debian.org escribió: > > > -- > To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject > of "unsubscribe". Trouble? Contact listmas...@lists.debian.org > Archive: https://lists

Re: S-Video on ThinkPad T42 with Debian Jessie - can't get above 800x600

2014-04-13 Thread Chris Angelico
On Mon, Apr 14, 2014 at 1:27 AM, Joe wrote: > I did wonder what was going on, because as far as I knew S-Video is > defined only for PAL and NTSC, 576i/50 and 480i/60 in modern > terminology. The point of it is that analogue luminance and chrominance > are carried on separate channels, thus avoidi

Re: Skype - no microphone input sound...

2014-04-13 Thread Rodney D. Myers
Yes. Grab pavucontrol, and make sure it's not disabled. On Sun, 13 Apr 2014 09:26:36 +0900 Man_Without_Clue wrote: > Is there anyone who is using Skype with no problem at all on Debian > Wheezy 64 bit? > > > > On 04/12/2014 12:13 AM, Man_Without_Clue wrote: > > Hi all, > > > > I don't know w

Re: S-Video on ThinkPad T42 with Debian Jessie - can't get above 800x600

2014-04-13 Thread Joe
On Sun, 13 Apr 2014 20:57:46 +1000 Chris Angelico wrote: > On Sun, Apr 13, 2014 at 1:39 AM, Chris Angelico > wrote: > > On Fri, Apr 11, 2014 at 12:50 AM, Chris Angelico > > wrote: > >> I've just converted a laptop from Windows XP to Debian Jessie, with > >> the expectation that I'd be able to d

Re: Cropping a large collection of .PNG screenshots

2014-04-13 Thread Jonathan Dowland
> On 13 Apr 2014, at 15:47, Steve Litt wrote: > > Quick, relatively safe, and mistake-resistant, and without the immense > downside risk of various one-liners. Another advantage, and a short coming of developing shell scripts I'd love to see addressed one day: you can iteratively develop, tes

unsuscribe

2014-04-13 Thread Julio González
El 25/01/14 14:41, debian-user-digest-requ...@lists.debian.org escribió: -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/534aa2e6.2050...@gmail.com

Re: Adobe flash security

2014-04-13 Thread Артур Истомин
On Sun, Apr 13, 2014 at 11:32:48AM +, Артур Истомин wrote: > On Sun, Apr 13, 2014 at 01:05:53PM +0200, Rob van der Putten wrote: > > Hi there > > > > > > Rob van der Putten wrote: > > > > >Somehow this doesn't update the software. > > > > Is just noticed that there is a bug reposrt; > > htt

Re: Cropping a large collection of .PNG screenshots

2014-04-13 Thread Steve Litt
On Sun, 13 Apr 2014 13:21:19 +0300 Andrei POPESCU wrote: > On Sb, 12 apr 14, 12:26:48, Steve Litt wrote: > > On Thu, 10 Apr 2014 00:43:45 +0300 > > Andrei POPESCU wrote: > > > > > On Mi, 09 apr 14, 08:59:51, Steve Litt wrote: > > > > > > > > Or, you can just redirect ls into a file, use Vim to

Re: Adobe flash security

2014-04-13 Thread Rob van der Putten
Hi there Stephen Allen wrote: +1 Not installed. :( A manual install, as suggested by Arthur, works. For i386, download; http://fpdownload.macromedia.com/get/flashplayer/pdc/11.2.202.350/install_flash_player_11_linux.i386.tar.gz I renamed /usr/lib/flashplugin-nonfree/libflashplayer.so to lib

Re: Adobe flash security

2014-04-13 Thread Stephen Allen
On Sun, Apr 13, 2014 at 02:36:43PM +0200, Slavko wrote: > Hi, > > Dňa Sun, 13 Apr 2014 10:31:01 + Артур Истомин > napísal: > > > # update-flashplugin-nonfree --status > > Flash Player version installed on this system : 11.2.202.335 > > Flash Player version available on upstream site: 11.2.2

Re: Cropping a large collection of .PNG screenshots

2014-04-13 Thread Jonathan Dowland
> On 13 Apr 2014, at 11:33, Scott Ferguson > wrote: > > for i in `ls *.png`; Never parse the output of ls. for i in *.png; -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.d

Re: Network Manager networking disabled after suspend

2014-04-13 Thread Michael Biebl
Am 11.04.2014 16:26, schrieb Patrick Wiseman: > I have two frequently updated testing systems and I'm seeing this > problem on only one of them (both laptops, both typically connected > via wifi). On the one with the problem, after suspend the nm-applet > shows networking disabled This is fixed i

Re: Adobe flash security

2014-04-13 Thread Slavko
Hi, Dňa Sun, 13 Apr 2014 10:31:01 + Артур Истомин napísal: > # update-flashplugin-nonfree --status > Flash Player version installed on this system : 11.2.202.335 > Flash Player version available on upstream site: 11.2.202.350 > > To update this fucked proprietary software, run: > # update-

Re: Adobe flash security

2014-04-13 Thread Rob van der Putten
Hi there Артур Истомин wrote: I am on testing and it work for me. Which has the same dependencies. So I installed it on stable. It wants; http://people.debian.org/~bartm/flashplugin-nonfree/fp.11.2.202.350.sha512.i386.pgp.asc Which doesn't exist. Regards, Rob -- To UNSUBSCRIBE, email t

Re: Cropping a large collection of .PNG screenshots

2014-04-13 Thread Curt
On 2014-04-13, Andrei POPESCU wrote: > >> for i in `ls *.png`; > > Is there something wrong with > > for i in *.png According to this, there is everything right: http://mywiki.wooledge.org/BashPitfalls#for_i_in_.24.28ls_.2A.mp3.29 # POSIX for i in *.png; do [ -e "$i" ] || continue s

Re: Cropping a large collection of .PNG screenshots

2014-04-13 Thread Scott Ferguson
On 13/04/14 22:05, Andrei POPESCU wrote: > On Du, 13 apr 14, 20:33:00, Scott Ferguson wrote: >> >> for i in `ls *.png`; > > Is there something wrong with > > for i in *.png > > ? Yes. It leaves no room for improvement. > > Kind regards, > Andrei > Kind regards -- To UNSUBSCRIBE, emai

Re: Cropping a large collection of .PNG screenshots

2014-04-13 Thread Andrei POPESCU
On Du, 13 apr 14, 20:33:00, Scott Ferguson wrote: > > for i in `ls *.png`; Is there something wrong with for i in *.png ? Kind regards, Andrei -- http://wiki.debian.org/FAQsFromDebianUser Offtopic discussions among Debian users and developers: http://lists.alioth.debian.org/mailman/listin

Re: Copying complete SET of installation DVDs to a USB stick

2014-04-13 Thread Richard Owlett
Rick Thomas wrote: As per debian list etiquette my reply is at the bottom... On Apr 12, 2014, at 7:01 AM, Richard Owlett wrote: I will be installing Debian at locations which DO NOT have internet. Instead of juggling a stack of DVDs, I want everything on a USB stick. I am using Debian 6.0.5 a

Re: Copying complete SET of installation DVDs to a USB stick

2014-04-13 Thread Richard Owlett
Chris Bannister wrote: On Sat, Apr 12, 2014 at 09:01:05AM -0500, Richard Owlett wrote: I will be installing Debian at locations which DO NOT have internet. Instead of juggling a stack of DVDs, I want everything on a USB stick. I am using Debian 6.0.5 as test case - it's what I have available. Th

Re: My fellow (Debian) Linux users ...

2014-04-13 Thread Curt
On 2014-04-13, Eduardo M KALINOWSKI wrote: > On 20h20 12 de Abril de 2014, Steve Litt wrote: >> I'm changing every password: That's about 100 of them. > > That's a good thing to do, but only after the server has patched > openssl and changed its certificate. Otherwise someone could have > captured

Re: the importance of defaults ( was: Debian default desktop environment )

2014-04-13 Thread alberto fuentes
On Sun, Apr 13, 2014 at 6:51 AM, Chris Bannister wrote: > On Sat, Apr 12, 2014 at 12:17:47PM +0200, alberto fuentes wrote: >> tl;dr > > http://knowyourmeme.com/memes/tldr In this case I used it like, my mail is just my own opinion and if you dont want to read the mail of yet another skewed opinio

Re: Adobe flash security

2014-04-13 Thread Артур Истомин
On Sun, Apr 13, 2014 at 01:05:53PM +0200, Rob van der Putten wrote: > Hi there > > > Rob van der Putten wrote: > > >Somehow this doesn't update the software. > > Is just noticed that there is a bug reposrt; > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744263 I am on testing and it work

Re: GNOME dependencies (was ... Re: apt-get doesn't upgrade, but synaptic does)

2014-04-13 Thread Reco
On Sun, 13 Apr 2014 23:21:55 +1200 Chris Bannister wrote: > I don't use GNOME, so I'll leave that to you. :) > GNOME is one of the reasons I use a Window Manager. :) Nah, I'll pass. Stopped using GNOME back in 2007, never looked back since then. Reco -- To UNSUBSCRIBE, email to debian-user-r

Re: GNOME dependencies (was ... Re: apt-get doesn't upgrade, but synaptic does)

2014-04-13 Thread Chris Bannister
On Sun, Apr 13, 2014 at 10:50:03AM +0400, Reco wrote: > Hi. > > On Sun, 13 Apr 2014 16:18:01 +1200 > Chris Bannister wrote: > > > On Sat, Apr 12, 2014 at 12:26:10AM -0400, PaulNM wrote: > > > paul@debguis2:~$ aptitude why libreoffice-writer > > > i gnome Depends libreoffice-writer | abiword (>

Re: Can't patch Heartbleed bug?

2014-04-13 Thread Andrei POPESCU
On Vi, 11 apr 14, 14:19:29, Reco wrote: > > 'aptitude changelog' won't do one any good unless one has some deb-src > entries in sources.list. That's a bug in aptitude[1], the changelog downloading doesn't have anything to do with source packages. [1] https://bugs.debian.org/cgi-bin/bugreport.c

Re: Adobe flash security

2014-04-13 Thread Rob van der Putten
Hi there Rob van der Putten wrote: Somehow this doesn't update the software. Is just noticed that there is a bug reposrt; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744263 Regards, Rob -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscrib

Re: My fellow (Debian) Linux users ...

2014-04-13 Thread Rick Thomas
On Apr 13, 2014, at 3:21 AM, Martin Steigerwald wrote: > Hello! > > Am Samstag, 12. April 2014, 21:03:36 schrieb Ralf Mardorf: >> On Sat, 2014-04-12 at 20:48 +0200, Ralf Mardorf wrote: >>> I experience issues with Debian lists :(. _With Debian lists only_ :(. >>> >>> :( I'm still subscribed to

Re: S-Video on ThinkPad T42 with Debian Jessie - can't get above 800x600

2014-04-13 Thread Chris Angelico
On Sun, Apr 13, 2014 at 1:39 AM, Chris Angelico wrote: > On Fri, Apr 11, 2014 at 12:50 AM, Chris Angelico wrote: >> I've just converted a laptop from Windows XP to Debian Jessie, with >> the expectation that I'd be able to do everything at least as well as >> before. That's been mostly true, but

Re: Adobe flash security

2014-04-13 Thread Rob van der Putten
Hi there Артур Истомин wrote: Yes, affect. # update-flashplugin-nonfree --status Flash Player version installed on this system : 11.2.202.335 Flash Player version available on upstream site: 11.2.202.350 To update this fucked proprietary software, run: # update-flashplugin-nonfree --install

Re: Cropping a large collection of .PNG screenshots

2014-04-13 Thread shawn wilson
On Wed, Apr 9, 2014 at 6:03 AM, Kevin O'Gorman wrote: > I have a few hundred screen shots I want to put on a web page, but > they are all full-screen and I want to crop to the real contents. > This is an identical region in all cases. So I want to script it. > > So, 2 questions: > A) What's the b

Re: Adobe flash security

2014-04-13 Thread Артур Истомин
On Sun, Apr 13, 2014 at 12:03:11PM +0200, Rob van der Putten wrote: > Hi there > > > http://helpx.adobe.com/security/products/flash-player/apsb14-09.html > Does this effect Debian? Yes, affect. # update-flashplugin-nonfree --status Flash Player version installed on this system : 11.2.202.335 F

Re: Cropping a large collection of .PNG screenshots

2014-04-13 Thread Scott Ferguson
On 13/04/14 20:21, Andrei POPESCU wrote: > On Sb, 12 apr 14, 12:26:48, Steve Litt wrote: >> On Thu, 10 Apr 2014 00:43:45 +0300 >> Andrei POPESCU wrote: >> >>> On Mi, 09 apr 14, 08:59:51, Steve Litt wrote: Or, you can just redirect ls into a file, use Vim to convert and rename each f

Re: My fellow (Debian) Linux users ...

2014-04-13 Thread Martin Steigerwald
Hello! Am Samstag, 12. April 2014, 21:03:36 schrieb Ralf Mardorf: > On Sat, 2014-04-12 at 20:48 +0200, Ralf Mardorf wrote: > > I experience issues with Debian lists :(. _With Debian lists only_ :(. > > > > :( I'm still subscribed to d-community-offtopic, I checked it, however, > > > > my latest

Re: Cropping a large collection of .PNG screenshots

2014-04-13 Thread Andrei POPESCU
On Sb, 12 apr 14, 12:26:48, Steve Litt wrote: > On Thu, 10 Apr 2014 00:43:45 +0300 > Andrei POPESCU wrote: > > > On Mi, 09 apr 14, 08:59:51, Steve Litt wrote: > > > > > > Or, you can just redirect ls into a file, use Vim to convert and > > > rename each file individually. > > > > Could you plea

Re: AMD Graphics on Debian 7.4

2014-04-13 Thread Lisi Reisz
On Sunday 13 April 2014 03:28:42 ray wrote: > > > Error: unsupported architecture: > > > > I haven't been reading this properly. Sorry. :-( Are your > > distro, > > > > your driver and your CPU all the same architecture? > > Yes, from the dpkg --print-architecture --> amd64, the CPU is an

Squid netdb

2014-04-13 Thread Rob van der Putten
Hi there I'm tinkering a bit with Squid. Build a backport [1]. Does anyone know what the contents of /var/log/squid3/netdb.state means? Some things are obvious, others are not. [1] http://www.sput.nl/software/squid33.html Regards, Rob -- To UNSUBSCRIBE, email to debian-user-requ...@lists

Re: debmirror not installing libdigest-sha-perl, even though it is a dependency

2014-04-13 Thread Andrei POPESCU
On Jo, 10 apr 14, 21:24:38, Zenaan Harkness wrote: > On 4/9/14, Kushal Kumaran wrote: > > Zenaan Harkness writes: > >> Any idea why the following: > >> > >> $ dpkg -s debmirror|grep Status > >> Status: install ok installed > >> > >> $ apt-cache show debmirror|grep Depends > >> Depends: perl (>= 5

Re: Voice control

2014-04-13 Thread Martin Steigerwald
Hi Brian! Am Sonntag, 13. April 2014, 05:21:09 schrieb brian: > My wife has contracted RSD (otherwise known as CRPS) affecting her > hands, and it's become very painful for her to use her PC. She can > cope with a mouse, just, but typing is a major problem for her. > > Does anyone have any recomm

Adobe flash security

2014-04-13 Thread Rob van der Putten
Hi there http://helpx.adobe.com/security/products/flash-player/apsb14-09.html Does this effect Debian? Regards, Rob -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.

Re: Voice control

2014-04-13 Thread Karl E. Jorgensen
Hi On Sun, Apr 13, 2014 at 05:21:09AM -0400, brian wrote: > My wife has contracted RSD (otherwise known as CRPS) affecting her > hands, and it's become very painful for her to use her PC. She can > cope with a mouse, just, but typing is a major problem for her. > > Does anyone have any recommenda

Voice control

2014-04-13 Thread brian
My wife has contracted RSD (otherwise known as CRPS) affecting her hands, and it's become very painful for her to use her PC. She can cope with a mouse, just, but typing is a major problem for her. Does anyone have any recommendations for (better yet, personal experience with) voice-to-text softwa

Re: My fellow (Debian) Linux users ...

2014-04-13 Thread David Guntner
John Hasler grabbed a keyboard and wrote: > Henrique writes: >> It also includes the emails that were read over a >> heartbleed-vulnerable IMAP, and every data that went over a >> heartbleed-vulnerable VPN tunnel, for example. > > I wasn't aware that IMAP and VPN used heartbeat. I don't see that

Re: Cropping a large collection of .PNG screenshots

2014-04-13 Thread Cousin Stanley
>> # convert source -crop widthxheight+wo+ho target > Ah, gotcha. No problem. In the specific case of cropping, > it's pretty simple; other tasks, maybe the balance would > be tipped the other way. > > In any case, it's only because of familiarity; I'll reach > for the hammer I know rather th

Re: apt-get doesn't upgrade, but synaptic does

2014-04-13 Thread Brad Rogers
On Sat, 12 Apr 2014 20:59:02 -0700 Patrick Bartek wrote: Hello Patrick, >I rechecked, and the metapackage is removed, but not any of libreoffice >modules. Ultimately, I just purged each of the modules by name, then >autoremove the orphaned dependencies. > >There should be an easier way. Maybe,

Re: Copying complete SET of installation DVDs to a USB stick

2014-04-13 Thread Rick Thomas
As per debian list etiquette my reply is at the bottom... On Apr 12, 2014, at 7:01 AM, Richard Owlett wrote: > I will be installing Debian at locations which DO NOT have internet. > Instead of juggling a stack of DVDs, I want everything on a USB stick. > I am using Debian 6.0.5 as test case - it