Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Bob Bernstein

On Tue, 21 Jun 2016, Lisi Reisz wrote:


<201606210831.24319.lisi.re...@gmail.com>


Need a bit of help here. What am I supposed to do with this line 
of um text?


If there is an elegant method that will use it as a starting 
point such that I end up looking at the email to which you are 
referring us, I am unaware of it.


Is this perhaps a suggested search token for looking at 
debian-user archives?


You know me Lisi, I get so confused so easily

--
Man is essentially a dreamer, wakened sometimes for a
moment by some peculiarly obtrusive element in the
outer world, but lapsing again quickly into the happy
somnolence of imagination.
Russell



Re: Upgrade naar Jessie faalt

2016-06-21 Thread Geert Stappers
> > welke andere twee scripts op dezelfde manier
> > zouden kunnen worden aangepakt.
> 
> Dat zijn linux-image-3.16.0-4-amd64.postinst en zz-update-grub

zz-update-grub zo laten. Die postinst zou wel
   #!/bin/bash
   exit 0
als inhoud mogen krijgen om de huidige impasse te doordbreken.



Wat anders: Doe een echte reply, in plaats telkens een nieuwe thread starten.



Re: Some ponteiro do mouse depois da tela de login.

2016-06-21 Thread Adilson Francisco da Silva
No ubuntu, eu faço ctrl + alt + 6 e depois ctrl + alt + 7. E reaparece o
ponteiro. Faço isso todas as vezes que desaparece o ponteiro do mouse.
Estou na procura de uma solução definitiva também.
Em 21/06/2016 20:16, "Luiz Carlos"  escreveu:

> Quando o sistema fica um longo tempo inativo, aparece uma tela de login e
> senha, coloco meu login, mas só que depois disso o ponteiro do mouse fica
> invisível, some, mas ele consegue ir realçando por onde, como posso
> resolver isso?
>


Re: Laptop Donanım Uyumlu Olup Olmadığı

2016-06-21 Thread selam
Tavsiyem önce bir livecd vb. dağıtım ile laptop'ı çalıştırmak bu arada
video izlemek, bu hem sesi hem görüntüyü hem de network kartınızı test
etmenize yardımcı olur, eğer her şey yolunda ise kurulumu yaparsınız.

2016-06-22 2:17 GMT+03:00 Emerson Faulkner :
> Merhaba, daha önce gnu/linux masaüstü kurma çalışmışlığım olmuştu. Çok zor
> ve sorunlar çıktıgı için windows geri dönmek zorunda kalmıştım.
>
> Şimdi ise başka bir laptop'a debian kurmam gerekiyor. Benim merak ettiğim
> donanımım debian ve türevleri için uygun olup olmadığı. Aşağıdaki laptop'a
> bakıldığında driver konusunda sorun yaşar mıyım?
>
> Toshiba Satellite C660D-1GN
> İşlemci AMD E-300 APU with Radeon(tm) HD Graphics, 1300 Mhz, 2 Çekirdek, 2
> Mantıksal İşlemci
>
> AMD RADEON HD6310 Paylaşımlı Ekran Kartı
> Ses kartı Realtek Hight Definition Audio
> Atheros AR9002WB-1NG Wireless Network Adapter



-- 
Saygılar && İyi Çalışmalar
Timu EREN ( a.k.a selam )



Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian  writes:

> 1. Get the Samsung_M2020_Series.ppd from the
> ULD tarball
>
> 2. Edit the *cupsFilters line in it to read
>
>   *cupsFilters:
> "application.vnd.cups-raster 0 rastertoqpdl
>
>or
>
>   *cupsFilters:
> "application.vnd.cups-postscript 0 pstoqpdl
>
> 3. Put the PPD in /usr/share/ppd.

with:

test-ppd-2 () {
sudo lpadmin  \
 -p laser \
 -v 'usb://Samsung/M2020%20Series?serial=08HYB8GGBB029CJ' \
 -E \
 -P /usr/share/ppd/Samsung_M2020_Series.ppd
}

I get

lpr: Unsupported document-format "text/plain"

with *both* the raster and PS configs!

-- 
underground experts united  http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic . http://user.it.uu.se/~embe8573/blogomatic
   - so far: 55 Blogomatic articles -   



Re: boot times out after dist-upgrade on Stretch

2016-06-21 Thread Borden Rhodes
Thank you, Mark, and I apologise for not acknowledging your message
sooner. I moved all of the symlinks in
/etc/systemd/system/multi-user.target.wants/ to my home directory and
restarted. The same symptoms appeared.

I don't suppose there's some utility that can walk through a target
unit and display all of the dependant units in a nice, pretty format
to save me from having to do it myself (and making lots of mistakes in
the process)?

With thanks,

On 16 June 2016 at 23:51, Mark Fletcher  wrote:
>
> On Fri, 17 Jun 2016 at 03:12, Borden Rhodes  wrote:
>>
>> Thank you for getting back to me, Sven,
>>
>> I normally run apt-get update; apt-get dist-upgrade immediately after
>> my computer boots. According to the messages log, I turned the
>> computer on about 5 minutes before running that command and the last
>> log entry was about 3.5 hours later at 22:59. I hadn't fiddled with
>> any other settings during that boot. Unfortunately, without /var
>> loading on the dead boots, I can't get any log information except when
>> I successfully boot into the recovery console.
>>
>> I should have mentioned that I also tried booting from the 4.5 kernel
>> and got the exact same symptoms. I also tried running update-grub in
>> case it had made a mistake whilst installing the 4.6 kernel.
>>
>> Notwithstanding better ideas, I'm thinking of doing the Windows Safe
>> Mode troubleshooting method where I work out the systemd differences
>> between the default and recovery targets and gradually add services
>> until I find the one that breaks the system. I'm inferring that, since
>> recovery mode works but normal mode doesn't, then one of the
>> targets/services in normal mode is to blame for the lock up. I don't
>> suppose I could trouble the list for a resource on how to do that?
>>
>> > Date: Wed, 15 Jun 2016 19:35:34 +0200
>> > From: Sven Joachim 
>> > To: debian-user@lists.debian.org
>> > Subject: Re: boot times out after dist-upgrade on Stretch
>> > Message-ID: <8760tapd7d@turtle.gmx.de>
>> > Content-Type: text/plain
>> >
>> > On 2016-06-15 07:58 +, Borden Rhodes wrote:
>> >
>> >> I ran apt dist-upgrade on Stretch (with a few Sid packages) which made
>> >> the following changes:
>> >>
>> >> Start-Date: 2016-06-14  19:42:39
>> >> Commandline: apt-get dist-upgrade
>> >> Requested-By: me (1000)
>> >> Install: libdw1:amd64 (0.163-5.1, automatic),
>> >> linux-image-4.6.0-1-amd64:amd64 (4.6.1-1, automatic)
>> >> Upgrade: wwwconfig-common:amd64 (0.2.2, 0.3.0), libcomerr2:amd64
>> >> (1.43-3, 1.43.1-1), libcomerr2:i386 (1.43-3, 1.43.1-1), libcups2:amd64
>> >> (2.1.3-5, 2.1.3-6), fuse2fs:amd64 (1.43-3, 1.43.1-1), e2fsprogs:amd64
>> >> (1.43-3, 1.43.1-1), boinc-client:amd64 (7.6.32+dfsg-2, 7.6.33+dfsg-1),
>> >> libbabeltrace1:amd64 (1.3.2-1, 1.4.0-1), cups-server-common:amd64
>> >> (2.1.3-5, 2.1.3-6), e2fslibs:amd64 (1.43-3, 1.43.1-1),
>> >> cups-common:amd64 (2.1.3-5, 2.1.3-6), libspice-server1:amd64
>> >> (0.12.6-4, 0.12.6-4.1), boinc-manager:amd64 (7.6.32+dfsg-2,
>> >> 7.6.33+dfsg-1), libss2:amd64 (1.43-3, 1.43.1-1), live-config-doc:amd64
>> >> (5.20151121, 5.20160608), libdatetime-timezone-perl:amd64
>> >> (1:1.98-1+2016d, 1:2.00-1+2016d), cups-ppdc:amd64 (2.1.3-5, 2.1.3-6),
>> >> libcupsmime1:amd64 (2.1.3-5, 2.1.3-6), python-paramiko:amd64
>> >> (1.16.0-1, 2.0.0-1), linux-image-amd64:amd64 (4.5+73, 4.6+74),
>> >> libboinc7:amd64 (7.6.32+dfsg-2, 7.6.33+dfsg-1), libcupsppdc1:amd64
>> >> (2.1.3-5, 2.1.3-6), libbabeltrace-ctf1:amd64 (1.3.2-1, 1.4.0-1),
>> >> live-config:amd64 (5.20151121, 5.20160608), cups-bsd:amd64 (2.1.3-5,
>> >> 2.1.3-6), cups-core-drivers:amd64 (2.1.3-5, 2.1.3-6),
>> >> cups-daemon:amd64 (2.1.3-5, 2.1.3-6), libcupsimage2:amd64 (2.1.3-5,
>> >> 2.1.3-6), cups:amd64 (2.1.3-5, 2.1.3-6), boinc:amd64 (7.6.32+dfsg-2,
>> >> 7.6.33+dfsg-1), libcupscgi1:amd64 (2.1.3-5, 2.1.3-6),
>> >> cups-client:amd64 (2.1.3-5, 2.1.3-6), live-config-systemd:amd64
>> >> (5.20151121, 5.20160608), libjpeg62-turbo:amd64 (1:1.4.2-2,
>> >> 1:1.5.0-1), libjpeg62-turbo:i386 (1:1.4.2-2, 1:1.5.0-1), xterm:amd64
>> >> (324-2, 325-1)
>> >> End-Date: 2016-06-14  19:46:44
>> >
>> > The only package related to the boot process seems to be
>> > linux-image-4.6.0-1-amd64.  However, there could be others which were
>> > upgraded earlier.  When did you last boot before this upgrade?
>> >
>> >> The system worked normally until I rebooted a few hours later. After
>> >> entering my encryption password (more on that later), boot up stalls
>> >> with a message saying that "A start job is running for" and then
>> >> switches between sda5_crypt.device, x2dhome.device, x2dvar.device,
>> >> x2dtmp.device, .device and
>> >> .device.
>> >>
>> >> After 90 seconds, the start up jobs timeout and the boot tries to
>> >> start an emergency shell. However, the prompt never appears, responds
>> >> to ^C or ^D as some suggest it might. However, CTRL+ALT+DEL works, so
>> >> I know the system isn't 

Como adcionar reposítorio sid e experimental de modo que..

2016-06-21 Thread Luiz Carlos
Eu Posso dar apt-get upgrade e atualizar SOMENTE da testes?
Quero Pegar APENAS sid e usando experimental apt-get install -t ...


Laptop Donanım Uyumlu Olup Olmadığı

2016-06-21 Thread Emerson Faulkner
Merhaba, daha önce gnu/linux masaüstü kurma çalışmışlığım olmuştu. Çok zor
ve sorunlar çıktıgı için windows geri dönmek zorunda kalmıştım.

Şimdi ise başka bir laptop'a debian kurmam gerekiyor. Benim merak ettiğim
donanımım debian ve türevleri için uygun olup olmadığı. Aşağıdaki laptop'a
bakıldığında driver konusunda sorun yaşar mıyım?

Toshiba Satellite C660D-1GN
İşlemci AMD E-300 APU with Radeon(tm) HD Graphics, 1300 Mhz, 2 Çekirdek, 2
Mantıksal İşlemci

AMD RADEON HD6310 Paylaşımlı Ekran Kartı
Ses kartı Realtek Hight Definition Audio
Atheros AR9002WB-1NG Wireless Network Adapter


Some ponteiro do mouse depois da tela de login.

2016-06-21 Thread Luiz Carlos
Quando o sistema fica um longo tempo inativo, aparece uma tela de login e
senha, coloco meu login, mas só que depois disso o ponteiro do mouse fica
invisível, some, mas ele consegue ir realçando por onde, como posso
resolver isso?


Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-21 Thread Jeffrey Mark Siskind
Thanks for your help.

   > Here is a screen picture.

   Could you upload this to an image paste site or send it along (or use a
   serial console to get it as text?)

http://upplysingaoflun.ecn.purdue.edu/~qobi/20160619_140357.jpg

(The other screen picture of a machine (not an R815) that does boot but that
takes a really long time to bring up the network is at

http://upplysingaoflun.ecn.purdue.edu/~qobi/IMG-20160609-WA.jpeg

)

   > I conjecture that the jessie kernel has difficulty accessing the MD
   > array on disk. The same problem occurs when I attempt a direct fresh
   > install of jessie with the installer.

   Which add-in card are you using on the R815s?

I don't believe that I have any add-in cards. The machine was purchased
straight from Dell. It has six SATA disks and 4 gigabit ethernet ports. It has
four 12-core AMD CPUs and 128GB RAM. The output of lspci on an indentical
machin purchased at the same time that is still running wheezy is enclosed
below.

   What does the kernel
   output while it is detecting the disks and partitions? Do all of the
   drives show up properly? Are the blocksizes correct for the partitions?

I don't know how to get this info when in the initramfs after boot. If you
tell me what commands I should give I will redo this exercise. Right now, I
have a fresh minimal wheezy reinstalled. But after the reinstall of wheezy,
everything works. I did not repartition either during the (re)install of
jessie or during the (re)install of wheezy. I go back and forth. The
(re)install of wheezy works and the (re)install of jessie does not.

   When the boot fails, can you read from the underlying block devices? Do
   the block devices get detected after the boot fails?

I don't know what one can do in at the initramfs command prompt. If you give
me some commands, I will try them out and post the output.

   Does specifying delay=20 or similar result in a successful boot?

I will try this.

 I made the dongle
   > as follows:
   > 
   ># cd /tmp
   ># wget 
http://ftp.nl.debian.org/debian/dists/jessie/main/installer-amd64/current/images/hd-media/boot.img.gz
   ># wget 
http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/8.5.0+nonfree/amd64/iso-cd/firmware-8.5.0-amd64-netinst.iso
   ># zcat boot.img.gz >/dev/sdf
   ># mount /dev/sdf /mnt
   ># cp firmware-8.5.0-amd64-netinst.iso /mnt/.

   You can actually just cat firmware-8.5.0-amd64-netinst.iso > /dev/sdf;

Please see my other post to debian-user

subject: how to make bootable live wheezy USB that doesn't use isohybrid

One of the exercises I tried was when the machine failed to boot after a fresh
USB-install of jessie, I tried to boot a live wheezy from USB by using a USB
dongle that I made by catting the isohybrid live wheezy ISO to the USB. But
the BIOS failed to detect the USB as bootable. I haven't tried to do that with
the netinst ISO but I suspect that it also won't be detected as bootable. But
when I build the USB dongle as per above it is detected by the BIOS as bootable.

   > Every time so far, md1 has all 6 components. But md0 has only some of
   > the components, sometimes 5/6, sometimes 4/6, and sometimes 1/6. And
   > every time it is a different set of components. Even though, just a
   > few minutes earlier, I was running wheezy and md0 had all 6
   > components. I do
   > 
   > mdadm /dev/md0 --add 
   > 
   > but it refuses. I forget the error.

   The error would be useful to know. Most likely one or more of them
   dropped out of the array for some reason and you're booting off of one
   which has a lower event count and it won't assemble.

   But it could be any number of things.

   The output of mdadm --examine /dev/sd[abcdef]1; when md0 fails to
   assemble would also be useful.

I will try to get this info. It will require me to redo the exercise of a
fresh jessie install from USB. I'll have to take and post screen pictures
because I have no way to capture the console output. (I guess that I could use
iDRAC but I don't know how to and would have to learn.) If you let me know all
of the info you would like me to collect, I will try to collect it all in the
same retry of the fresh install.

But again note, that I do not believe that there are any disk hardware
errors. And I do not believe that there are any data errors in the layout of
the ext3 file system, the layout of the md0 raid array, or the partition
tables. The reason is that after the failed jessie install, I reinstall a
fressh wheezy from USB. I don't repartition. And I don't rebuild md1 and don't
rebuild /aux. But I do rebuild md0 and / as part of the fresh install. And it
works. I have done this over and over, switching between wheezy and jessie,
about a half dozen times. Each time, the jessie install leaves a different
collection of md0 components out. And each time, as part of the wheezy
install, I add them back in.

Thanks for your help.
Jeff (http://engineering.purdue.edu/~qobi)

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Lisi Reisz
On Tuesday 21 June 2016 22:29:36 Brian wrote:
> Was the suggestion given not clear enough or too
> involved?

Emanuel doesn't like the idea of trying to do anything with the web interface. 
I had already suggested it for one of his problems earlier.
<201606210831.24319.lisi.re...@gmail.com>

 Too childish?  Too simple?

Lisi



Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread deloptes
Emanuel Berg wrote:

> Brian  writes:
> 
>> To automatise what?
> 
> The testing of all configurations.

Brian suggested one approach though - no word automation and testing at all?

Besides the 4 steps are equal in time you spent writing whatever you wrote
to automate whatever you wanted to automate.

I couldn't resist writing this. Sorry.

regards






Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-21 Thread deloptes
Don Armstrong wrote:

> The error would be useful to know. Most likely one or more of them
> dropped out of the array for some reason and you're booting off of one
> which has a lower event count and it won't assemble.
> 
> But it could be any number of things.
> 
> The output of mdadm --examine /dev/sd[abcdef]1; when md0 fails to
> assemble would also be useful.

In my case it is Dell OptiPlex 7xx - I have it under the desk for 2y now -
but it looks like it is 5y old.
When I looked into the drives they were detected but md disks seemed to be
messed and not easy recovarable.

What I observed that only raid0 was loaded but not raid1. After removing
raid0 and loading raid1 I was able to see at least the partitions of the
drives but I did not have time to go further, so as I had to do a lot in
the office and @home I just shut it down. I hope I'll have some time next
week to play with that. Good that I do not need a remote machine at the
moment.

I hope this helps

regards



Re: Détecter mots majuscules contenant tr

2016-06-21 Thread Pierre Faivre
oui, c'est ce que je croyais avoir compris, donc pour modifier 
directement le fichier :


$sed -Ei 
's/([[:upper:]]*)tr([[:upper:]]+)|([[:upper:]]+)tr([[:upper:]]*)/\1TR\2/g' 
fichier




Le 21/06/2016 à 23:24, andre_deb...@numericable.fr a écrit :

On Tuesday 21 June 2016 22:22:26 you wrote:

peux tu essayer avec ça :
$ echo trAPÈZE ÊtrE LUStrE lustre être trapèze motRE | sed -E
's/([[:upper:]]*)tr([[:upper:]]+)|([[:upper:]]+)tr([[:upper:]]*)/\1TR\2/g'
TRAPÈZE ÊTRE LUSTRE lustre être trapèze motRE
Pierre

Je ne connais pas tous les mots majuscules contenant "tr" en minuscules,
car le fichier est très important, sinon, c'est très facile, par ce script :
sed -i  's/trAPÈZE/TRAPÈZE/g'  fichier
sed -i  's/ÊtrE/ÊTRE/g'  fichier
sed -i  's/LUStrE/LUSTRE/g'  fichier

Il faut détecter chaque mot en majuscules conternant "tr"
en minuscules, puis les mettre tous en majuscules.



Le 21/06/2016 à 21:22, andre_deb...@numericable.fr a écrit :

comment détecter dans un fichier texte tous les mots majuscules
qui contiennnent "tr" en minuscules.
Exemples :
trAPÈZEÊtrE   LUStrE
et les réécrire comme ceci :
TRAPÈZE  ÊTRE   LUSTRE






Upgrade naar Jessie faalt

2016-06-21 Thread Hegebeek

Geachte dames en heren,

Ik dank Paul van der Vlis en Geert Stappers voor hun reacties.

Paul stelt de volgende vraag:

Wat zegt:
grub-install --recheck /dev/sda

Met man grub-install kan de betekenis van bovenstaand commando worden 
gevonden. Het commando installeert grub op de eerste harde schijf, de 
optie maakt dat de 'device map' wordt verwijderd als die reeds bestaat. 
Met info grub-install wordt iets meer informatie verkregen. grub-install 
genereert eerst een 'core image' van grub met grub-mkimage en 
installeert dan het resultaat op het opgegeven apparaat. De optie 
--recheck maakt dat de 'device map' opnieuw wordt gecontroleerd, zelfs 
als /boot/grub/device.map reeds bestaat. Het is verwarrend (verwijderen 
is wat anders dan opnieuw controleren) en onduidelijk (vind een 
vergelijking plaats of vind alleen een vervanging plaats). Afgaande op 
de namen van het commando en de optie valt echter te verwachten dat een 
vergelijking plaatsvindt voordat de 'device map' wordt vervangen.


Omdat man grub-install werkt moet grub-install uitvoerbaar zijn. Er is 
mijns inziens ook geen bezwaar grub nog een keer te installeren op de 
eerste harde schijf, aangenomen dat het al gebeurd is. Als het nog niet 
gebeurd is, moet misschien daarna de tweede harde schijf nog een 
perfecte mirror worden gemaakt van de eerste.


De reactie van Geert kan gemakkelijk worden beantwoord. Na de beschreven 
grote schoonmaak was de problematiek hetzelfde gebleven, die door 
apt-get werd samengevat met:


Fouten gevonden tijdens verwerken van:
 linux-image-3.16.0-4-amd64
 grub-pc
 linux-image-amd64
 startupmanager

Na het toepassen van zijn tip in iets aangepaste vorm werd de 
problematiek door apt-get samengevat met:


Fouten gevonden tijdens verwerken van:
 linux-image-3.16.0-4-amd64
 linux-image-amd64

Hierdoor is het aantal pakketten dat niet is geïnstalleerd en 
geconfigureerd afgenomen van 4 naar 2. Hierdoor is de problematiek 
oppervlakkig beschouwd in omvang afgenomen. Toegegeven, er is geknoeid 
met grub-pc.


Geert vraagt nog naar welke andere twee scripts op dezelfde manier 
zouden kunnen worden aangepakt. Dat zijn 
linux-image-3.16.0-4-amd64.postinst en zz-update-grub, die werden naast 
grub-pc.postinst door mij bestudeerd, zo schreef ik.


Ik had de drie scripts bestudeerd in het kader van een analyse van de 
foutmeldingen. In die analyse kwam ik iets op het spoor, maar het bleek 
uiteindelijk een dwaalspoor te zijn en daarom heb ik het uit het verslag 
verwijderd. Ik zal er alsnog iets over vertellen. De analyse begon met:


/etc/kernel/postinst.d/zz-update-grub:
Generating grub configuration file ...
cat: /video.lst: Bestand of map bestaat niet

Wat staat hier? zz-update-grub is gestart, geeft een voortgangsbericht 
en gebruikt dan cat om de inhoud van video.lst te verkrijgen. cat geeft 
vervolgens een foutmelding. Logisch, want video.lst bevindt zich niet in 
de root directory. Een slimme oplossing is dan om video.lst te kopiëren 
naar de root directory, maar die truc bleek niet te werken.


Ik voer nu grub-install --recheck /dev/sda uit:

root@desktop-computer:~# grub-install --recheck /dev/sda
Installing for i386-pc platform.
Installatie is afgerond. Er werden geen fouten gerapporteerd.
root@desktop-computer:~#

Ik ga eens na of dit verbetering geeft:

root@desktop-computer:~# apt-get install linux-image-amd64
Pakketlijsten worden ingelezen... Klaar
Boom van vereisten wordt opgebouwd
De statusinformatie wordt gelezen... Klaar
linux-image-amd64 is reeds de nieuwste versie.
0 opgewaardeerd, 0 nieuw geïnstalleerd, 0 te verwijderen en 0 niet 
opgewaardeerd.

2 niet volledig geïnstalleerd of verwijderd.
Na deze bewerking zal er 0 B extra schijfruimte gebruikt worden.
Wilt u doorgaan? [J/n] J
Instellen van linux-image-3.16.0-4-amd64 (3.16.7-ckt25-2) ...
vmlinuz(/boot/vmlinuz-3.16.0-4-amd64
) points to /boot/vmlinuz-3.16.0-4-amd64
 (/boot/vmlinuz-3.16.0-4-amd64) -- doing nothing at 
/var/lib/dpkg/info/linux-image-3.16.0-4-amd64.postinst line 263.

initrd.img(/boot/initrd.img-3.16.0-4-amd64
) points to /boot/initrd.img-3.16.0-4-amd64
 (/boot/initrd.img-3.16.0-4-amd64) -- doing nothing at 
/var/lib/dpkg/info/linux-image-3.16.0-4-amd64.postinst line 263.

/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64
/etc/kernel/postinst.d/zz-update-grub:
Generating grub configuration file ...
cat: /video.lst: Bestand of map bestaat niet
/usr/sbin/grub-probe: fout: kan canoniek pad van '' niet achterhalen.
Geen pad of apparaat gegeven.
Gebruik:  grub-probe [OPTIE...] [OPTIE...] [PAD|APPARAAT]
Typ 'grub-probe --help' of 'grub-probe --usage' voor meer informatie.
run-parts: /etc/kernel/postinst.d/zz-update-grub exited with return code 
64
Failed to process /etc/kernel/postinst.d at 
/var/lib/dpkg/info/linux-image-3.16.0-4-amd64.postinst line 634.
dpkg: fout bij verwerken van pakket linux-image-3.16.0-4-amd64 
(--configure):
 subproces post-installation script geïnstalleerd  gaf een 

Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian  writes:

> To automatise what?

The testing of all configurations.

-- 
underground experts united  http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic . http://user.it.uu.se/~embe8573/blogomatic
   - so far: 55 Blogomatic articles -   



Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Brian
On Tue 21 Jun 2016 at 22:24:29 +0200, Emanuel Berg wrote:

> Brian  writes:
> 
> > But it will give you something to do for the
> > rest of the afternoon!
> 
> I wrote this to automatize it:

To automatise what? Was the suggestion given not clear enough or too
involved?

> # try all PPDs on the system:

There is no point in this.

> #
> # $ test-ppd **/*.ppd
> #
> # and, in another pane:
> #
> # $ watch -t -n 0.1 lpstat -p
> test-ppd () {
> local -a ppds
> ppds=($@)
> 
> local test_file=~/TEST-TEXT-FILE
> local printer=laser
> 
> for p in $ppds; do
> sudo lpadmin -p $printer -E -P $p
> doprint $test_file
> sleep 7
> done
> } # [1]
> 
> How does that differ from what you describe?
> Is the above enough to find out?
> 
> [1] http://user.it.uu.se/~embe8573/conf/.zsh/printers

I have no wish to discuss alternatives. Let's leave it like that at this
point. If you wish to use this to find out something, please go ahead.



Re: Détecter mots majuscules contenant tr

2016-06-21 Thread andre_debian
On Tuesday 21 June 2016 22:22:26 you wrote:
> peux tu essayer avec ça :
> $ echo trAPÈZE ÊtrE LUStrE lustre être trapèze motRE | sed -E 
> 's/([[:upper:]]*)tr([[:upper:]]+)|([[:upper:]]+)tr([[:upper:]]*)/\1TR\2/g'
> TRAPÈZE ÊTRE LUSTRE lustre être trapèze motRE
> Pierre

Je ne connais pas tous les mots majuscules contenant "tr" en minuscules,
car le fichier est très important, sinon, c'est très facile, par ce script :
sed -i  's/trAPÈZE/TRAPÈZE/g'  fichier
sed -i  's/ÊtrE/ÊTRE/g'  fichier
sed -i  's/LUStrE/LUSTRE/g'  fichier

Il faut détecter chaque mot en majuscules conternant "tr" 
en minuscules, puis les mettre tous en majuscules.


> Le 21/06/2016 à 21:22, andre_deb...@numericable.fr a écrit :
> > comment détecter dans un fichier texte tous les mots majuscules
> > qui contiennnent "tr" en minuscules.
> > Exemples :
> > trAPÈZEÊtrE   LUStrE
> > et les réécrire comme ceci :
> > TRAPÈZE  ÊTRE   LUSTRE




Re: ¿ot?desplazamiento con la rueda del mouse al revés

2016-06-21 Thread Eduardo Rios

El 21/06/16 a las 23:05, Gonzalo Rivero escribió:

Holas, tengo
stretch recién actualizado
linux 4.6.0-1-amd64
gnome 3.20.2

y mi problema es que la rueda del mouse anda para atrás.
Es decir, si yo estoy leyendo un texto, llego al final y con la rueda
solía mover el dedo abajo entonces el texto subía y podía seguir
leyendo. Si quería volver sobre algo la giraba hacia arriba. Ahora
funciona exactamente al revés.
Perdón por la forma pero no se me ocurre como describir esto de otra
manera, por eso no puedo encontrar alguien que le haya pasado lo mismo
y lo haya resuelto (incluso probé mouse scroll backwards pero lo único
que encuentro es gente con touchpad que no les funciona bien-no tengo
touchpad, solo el mouse ps/2 con ruedita de casi toda la vida)
¿alguno de ustedes ya tuvo un comportamiento así?. Si ya se, debo
borrar el gnome, pero no tengo tiempo y casi que me acostumbré




Hola. Yo también tengo Stretch, con el mismo kernel y gnome y no sufro 
ese problema.


¿Borrar gnome? ¿Por qué? Si te gusta... A mi me gusta y lo uso :-)

--
www.LinuxCounter.net

Registered user #369215




Re: ¿ot?desplazamiento con la rueda del mouse al revés

2016-06-21 Thread awuth dot
Buenas.

En la configuracion de GNOME : Mouse debe de haber una opcion llamada “natural 
scroll”, desactivala y ya deberia de funcionar correctamente.

Un saludo.
Alex `awuth`

> On 21 Jun 2016, at 23:05, Gonzalo Rivero  wrote:
> 
> Holas, tengo
> stretch recién actualizado
> linux 4.6.0-1-amd64
> gnome 3.20.2
> 
> y mi problema es que la rueda del mouse anda para atrás. 
> Es decir, si yo estoy leyendo un texto, llego al final y con la rueda
> solía mover el dedo abajo entonces el texto subía y podía seguir
> leyendo. Si quería volver sobre algo la giraba hacia arriba. Ahora
> funciona exactamente al revés. 
> Perdón por la forma pero no se me ocurre como describir esto de otra
> manera, por eso no puedo encontrar alguien que le haya pasado lo mismo
> y lo haya resuelto (incluso probé mouse scroll backwards pero lo único
> que encuentro es gente con touchpad que no les funciona bien-no tengo
> touchpad, solo el mouse ps/2 con ruedita de casi toda la vida)
> ¿alguno de ustedes ya tuvo un comportamiento así?. Si ya se, debo
> borrar el gnome, pero no tengo tiempo y casi que me acostumbré
> 



¿ot?desplazamiento con la rueda del mouse al revés

2016-06-21 Thread Gonzalo Rivero
Holas, tengo
stretch recién actualizado
linux 4.6.0-1-amd64
gnome 3.20.2

y mi problema es que la rueda del mouse anda para atrás. 
Es decir, si yo estoy leyendo un texto, llego al final y con la rueda
solía mover el dedo abajo entonces el texto subía y podía seguir
leyendo. Si quería volver sobre algo la giraba hacia arriba. Ahora
funciona exactamente al revés. 
Perdón por la forma pero no se me ocurre como describir esto de otra
manera, por eso no puedo encontrar alguien que le haya pasado lo mismo
y lo haya resuelto (incluso probé mouse scroll backwards pero lo único
que encuentro es gente con touchpad que no les funciona bien-no tengo
touchpad, solo el mouse ps/2 con ruedita de casi toda la vida)
¿alguno de ustedes ya tuvo un comportamiento así?. Si ya se, debo
borrar el gnome, pero no tengo tiempo y casi que me acostumbré



Re: Détecter mots majuscules contenant tr

2016-06-21 Thread Pierre Faivre


Bonsoir,
peux tu essayer avec ça :

$ echo trAPÈZE ÊtrE LUStrE lustre être trapèze motRE | sed -E 
's/([[:upper:]]*)tr([[:upper:]]+)|([[:upper:]]+)tr([[:upper:]]*)/\1TR\2/g'

TRAPÈZE ÊTRE LUSTRE lustre être trapèze motRE

Pierre

Le 21/06/2016 à 21:22, andre_deb...@numericable.fr a écrit :

Bonsoir,

J'ai cherché en vain :
comment détecter dans un fichier texte tous les mots majuscules
qui contiennnent "tr" en minuscules.
Exemples :
trAPÈZEÊtrE   LUStrE
et les réécrire comme ceci :
TRAPÈZE  ÊTRE   LUSTRE

Merci d'avance.

André





Re: Firefox ESR & gnome keyring consommation CPU

2016-06-21 Thread Haricophile
Le Tue, 21 Jun 2016 21:08:04 +0200,
Damien TOURDE  a écrit :

> En revanche, dès que je réactive gnome-keyring-daemon, c'est
> l'horreur... (freeze).

Je ne vois pas trop pourquoi, mais tu n'aurais pas un conflit ou
quelque chose ? Tu as essayé avec un nouveau profile ?

firefox-esr --ProfileManager

-- 
haricoph...@aranha.fr 



Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-21 Thread Don Armstrong
On Tue, 21 Jun 2016, Jeffrey Mark Siskind wrote:
> Please note that all of the above systems have / as md0 RAID1. The fresh
> install of jessie was successfull on all but the R815s.
> 
>> Then it fails to reboot and goes into the initramfs. I have a 
> picture of
>> the screen if anybody wishes.
> 
>Yes please.  Also please use the 'rescue' boot option which enables
>more verbose logging to the screen.
> 
> Thanks for your help.
> 
> Here is a screen picture.

Could you upload this to an image paste site or send it along (or use a
serial console to get it as text?)

> I conjecture that the jessie kernel has difficulty accessing the MD
> array on disk. The same problem occurs when I attempt a direct fresh
> install of jessie with the installer.

Which add-in card are you using on the R815s? What does the kernel
output while it is detecting the disks and partitions? Do all of the
drives show up properly? Are the blocksizes correct for the partitions?

When the boot fails, can you read from the underlying block devices? Do
the block devices get detected after the boot fails? Does specifying
delay=20 or similar result in a successful boot?

> Here is what happens that is strange. When I do a fresh install of jessie, one
> of the first things that the installer does is probe for hardware to try to
> find the ISO. I have done this about 10 times. Sometimes (about 3 or 4) it
> succeeds in finding the ISO. Sometimes (the rest) it comes up with a red
> screen and claims that it can't find the ISO. In all cases, I am booting the
> installer from the same USB dongle with the same data on it. I made the dongle
> as follows:
> 
># cd /tmp
># wget 
> http://ftp.nl.debian.org/debian/dists/jessie/main/installer-amd64/current/images/hd-media/boot.img.gz
># wget 
> http://cdimage.debian.org/cdimage/unofficial/non-free/cd-including-firmware/8.5.0+nonfree/amd64/iso-cd/firmware-8.5.0-amd64-netinst.iso
># zcat boot.img.gz >/dev/sdf
># mount /dev/sdf /mnt
># cp firmware-8.5.0-amd64-netinst.iso /mnt/.

You can actually just cat firmware-8.5.0-amd64-netinst.iso > /dev/sdf;

> Every time so far, md1 has all 6 components. But md0 has only some of
> the components, sometimes 5/6, sometimes 4/6, and sometimes 1/6. And
> every time it is a different set of components. Even though, just a
> few minutes earlier, I was running wheezy and md0 had all 6
> components. I do
> 
> mdadm /dev/md0 --add 
> 
> but it refuses. I forget the error.

The error would be useful to know. Most likely one or more of them
dropped out of the array for some reason and you're booting off of one
which has a lower event count and it won't assemble.

But it could be any number of things.

The output of mdadm --examine /dev/sd[abcdef]1; when md0 fails to
assemble would also be useful.

-- 
Don Armstrong  https://www.donarmstrong.com

S: Make me a sandwich
B: What? Make it yourself.
S: sudo make me a sandwich
B: Okay.
 -- xkcd http://xkcd.com/c149.html



Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian  writes:

> But it will give you something to do for the
> rest of the afternoon!

I wrote this to automatize it:

# try all PPDs on the system:
#
# $ test-ppd **/*.ppd
#
# and, in another pane:
#
# $ watch -t -n 0.1 lpstat -p
test-ppd () {
local -a ppds
ppds=($@)

local test_file=~/TEST-TEXT-FILE
local printer=laser

for p in $ppds; do
sudo lpadmin -p $printer -E -P $p
doprint $test_file
sleep 7
done
} # [1]

How does that differ from what you describe?
Is the above enough to find out?

[1] http://user.it.uu.se/~embe8573/conf/.zsh/printers

-- 
underground experts united  http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic . http://user.it.uu.se/~embe8573/blogomatic
   - so far: 55 Blogomatic articles -   



Re: jessie won't install/boot on a Dell Poweredge R815

2016-06-21 Thread Jeffrey Mark Siskind
My posting has not appeared on debian-{boot,kernel,user}. I think it is
because of the attachments. I have removed them. I'll send the screen images
to people individually if they request them.
---
I am cross posting this to debian-{boot,kernel,user}. I had replied to a reply
to my original post on debian-{boot,kernel} with a to: to the replier and a
cc: to debian-{boot,kernel} apparently it didn't get posted. So I am reposting
this there. And I am posting this on debian-user to provide more information
to all of the responders to my post there. My original post was short, just to
raise the issue. This post is longer, to provide all of the details that I
have.

Thanks to everyone for your help.

Some background. I have 23 machines.

 11 Dell T5500each has 4 disks
  4 HP DL165  each has 3 disks
  4 Dell Poweredge R815   each has 6 disks
  4 Dell Poweredge C6145  each has 4 disks

All were purchased around 2011. All have been running wheezy reliably for
years and running squeeze reliably for years before that. The initial install
about 5 years ago was squeeze, with the squeeze installer. And then a
dist-upgrade to wheezy a few years later.

All machines within a class have the same hardware and have their disks
partitoned identically. The disks were partitioned at the time of the initial
install of squeeze about five years ago by the squeeze installer. All the
machines have SATA disks but different classes of machines have different
numbers of disks of different sizes. The disks on the T5500s and C6145s are
the same.

Dell T5500
  sd[a-d]1 md0 RAID1 ext4 /
  sd[a-d]2 md1 RAID5 ext4 /aux
  sd[a-d]3 swap
DL165
  sd[a-c]1 md0 RAID1 ext3 /
  sd[a-c]2 md1 RAID5 ext3 /aux
  sd[a-c]3 swap
R815
  sd[a-f]1 md0 RAID1 ext3 /
  sd[a-f]2 md1 RAID5 ext3 /aux
  sd[a-f]3 swap
C6145
  sd[a-d]1 md0 RAID1 ext3 /
  sd[a-d]2 md1 RAID5 ext3 /aux
  sd[a-d]3 swap

The reason that the T5500s have ext4 and the others do not is that the
machines were purchased at slightly different times and ext4 became available.

I first tried to do a dist-upgrade from wheezy to jessie one one machine of
each class. But the dist-upgrade hung on 3 of the 4 machine types. I didn't
save the details from that. But what I decided to do was a fresh install on
one machine of each class.  That fresh install succeeded on the T5500, the
DL165, and the C6145. So I upgraded all of the T5500s, all of the DL165s, and
all of the C6145s with a fresh install of jessie. That was successfull. There
was (and still is) a minor issue with the C6145s. I will discuss that
later. But the attempted fresh install to one R815 has not been successful.

For the fresh installs, I am using the jessie installer on USB, built as
described below. I attempt to preserve the existing disk partitioning. I also
attempt to preserve the existing md1 /aux. These are my long-term data storage
and collectively have about 100 terabytes of data. I reformat md0 /, keeping
it as ext3 on the DL165s, R815s, and C6145s and keeping it as ext4 on the
T5500s.

On the R815, I first tried to do a fresh install from USB. (That was after the
unsuccessful attempt at a dist-upgrade from a wheezy installation that had
been running for years.) I tried that about 8 times, all unsuccessful. But it
fails in slightly different ways each time. That nondeterministic behavior,
described below, leads me to believe that there is a bug. After that, I tried
unsuccessfully to boot from a live wheezy. (See my other posts to
debian-user.) After that, I was successful in doing a fresh install of wheezy.
That install was a minimal install. I did nothing but the fresh install from
USB and I deselected all of the options for additional software to install.
After that minimal install of wheezy, all I did was:

  nano /etc/apt/sources.list
  (change all wheezy to jessie)
  apt-get update
  apt-get dist-upgrade
  (answer default to all questions)
  /sbin/reboot

The dist-upgrade did not complain and did not give any errors. But upon
reboot, it entered the initramfs. A screen picture is enclosed below.

I am only posting the part below because it has not previously been posted. To
the readers of debian-users, there have been posts to debian-{boot,kernel}
that may answer some of your questions and provide more information. I am not
reposting those. Likewise, to the readers of debian-{boot,kernel}, there have
been posts to debian-user that may answer some of your questions and provide
more information. I am not reposting those.

   From: deloptes 
   I failed today to upgrade wheezy to jessie on raided system as well.

Please note that all of the above systems have / as md0 RAID1. The fresh
install of jessie was successfull on all but the R815s.

   > Then it fails to reboot and goes into the initramfs. I have a picture 
of
   > 

Re: flashplayer et Linux

2016-06-21 Thread Haricophile
Le Tue, 21 Jun 2016 20:22:06 +0200,
Olivier Bitsch  a écrit :

> *flashplugin-nonfree ?*

Le paquet obsolète et vermoulu ?

-- 
haricoph...@aranha.fr 



Détecter mots majuscules contenant tr

2016-06-21 Thread andre_debian
Bonsoir,

J'ai cherché en vain :
comment détecter dans un fichier texte tous les mots majuscules
qui contiennnent "tr" en minuscules.
Exemples :
trAPÈZEÊtrE   LUStrE
et les réécrire comme ceci :
TRAPÈZE  ÊTRE   LUSTRE

Merci d'avance.

André



Re: J_find__your_perfect____ dentist

2016-06-21 Thread J Knight
On Monday, May 2, 2016,  wrote:

>
>
>
>
> *Dear_J, Find the perfect dentist in your area click here *
> *no_more_emails?
> *


Re: Firefox ESR & gnome keyring consommation CPU

2016-06-21 Thread Damien TOURDE
Bonjour,

Après un essai un peu barbare (chmod -x /usr/bin/gnome-keyring-daemon :
"-) ), Firefox fonctionne très bien chez moi.

Je suis passé d'un Athlon 64 à un Intel i5 6500, donc forcément, je
n'ai plus le besoin d'optimiser à outrance mon ordi.


En revanche, dès que je réactive gnome-keyring-daemon, c'est
l'horreur... (freeze).


Damien


Le mardi 21 juin 2016 à 16:37 +0200, Sébastien NOBILI a écrit :
> Bonjour,
> 
> Le vendredi 17 juin 2016 à 18:46, Damien TOURDE a écrit :
> > Bonjour,
> > 
> > Depuis être passé de iceweasel a firefox-esr (ou est-ce une
> > coincidence
> > ?), firefox freeze énormément, et l'occupation CPU de gnome-
> > keyring-d
> > monte en flèche à ces moments).
> 
> N’utilisant pas « gnome-keyring-d », je ne pourrai pas t’aider sur ce
> point,
> mais j’ai remarqué que depuis le passage d’Iceweasel à Firefox, le
> navigateur
> en lui-même est devenu plus lourd.
> 
> Sébastien
> 
> 



Re: ifdown: interface eth0 not configured

2016-06-21 Thread Linux - Junior Polegato

Em 21-06-2016 14:46, S escreveu:
Aproveitando o assunto, estou com problemas para manter a resolução de 
nomes na minha máquina (debian testing).
O network manager deleta sempre o arquivo /etc/resolv.conf e cria um 
link para /var/run/NetworkManager/resolv.conf, mas o arquivo está 
sempre vazio e o sistema fica sem resolução de nomes. Outras vezes o 
link é criado, mas não o arquivo resolv.conf. O que tenho feito é a 
cada inicialização deletar o link e criar um resolv.conf com os 
nameserver que costumo usar (ex.: 8.8.8.8)

Onde configurar o networkmanager para usar a resolução de nomes?
Vinicius


Olá!

Entre na configurações de rede, que por sua vez vai configurar 
o nm. Escolha sua rede Wi-Fi ou com fio, clica na engrenagem, depois em 
IPv4, pa seção do DNS, deixe "Automático" desabilitado e logo abaixo 
clique no [+] para adicionar 2 servidores de DNS, aí coloque os DNSs do 
Google: 8.8.8.8 e 8.8.4.4.



--

[]'s

Junior Polegato



Re: Problem with udev and mount

2016-06-21 Thread Michael Biebl
Am 21.06.2016 um 18:28 schrieb Szilard Andai:
> I have an udev rule to automatically mount an USB device:
> ACTION=="add", KERNEL=="sd?1", ATTRS{idVendor}=="0781",
> ATTRS{idProduct}=="5150", RUN+="/bin/mount -v %N"

...

> Unfortunately the device doesn't get actually mounted: it doesn't appear
> in the mount results.
> Am I missing something, or should this be reported as a bug?

See the changelog in 229-6

>   * Drop udev-re-enable-mount-propagation-for-udevd.patch, i. e. run udevd in
> its own slave mount name space again. laptop-mode-tools 1.68 fixed the
> original bug (#762018), thus add a Breaks: to earlier versions.


Running "mount" from within udev rules will make the mount points only
available for udev itself.

What you are doing is strongly discouraged. Use something like udisks2
instead, which listens on uevents and reacts accordingly.

Regards,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: flashplayer et Linux

2016-06-21 Thread Olivier Bitsch
J'ai surement loupé un épisode, mais ne faut-il pas juste installer le
paquet
*flashplugin-nonfree ?*

Le 21 juin 2016 à 19:46,  a écrit :

>
>
> On Tuesday 21 June 2016 17:42:10 Bernard Schoenacker wrote:
> > Le Tue, 21 Jun 2016 17:23:28 +0200,
> > andre_deb...@numericable.fr a écrit :
> > > Le plugin "browser-plugin-freshplayer-pepperflash",
> > > brille toujours par son absence dans Firefox ! :
> > > Outils => Modules complémentaires => Plugins,
> > > et dans la barre d'URL : "about:plugins".
>
> > sudo -s apt install mozplugger
> > apt-cache policy mozplugger
>
> Il est installé :
> # apt-cache policy mozplugger
> mozplugger:
> Installé : 1.14.5-2
> Candidat : 1.14.5-2
>
> "browser-plugin-freshplayer-pepperflash" n'apparait pas
> dans les plugins de Firefox.
>
>
>


Re: Repositorio offline

2016-06-21 Thread real bas
vendo o tutorial, nao é preciso montar toda hora, apenas coloque as iso no
/etc/fstab (como ta no tutorial), dê "mount -a" pra ele montar o q estiver
no fstab e adicionar o ponto de montagem (q vc colocou no fstab) no
/etc/sources.list

Em 21 de junho de 2016 12:40, Sinval Júnior  escreveu:

> Basta descompactar os DVDs e adicionar o ponto de montagem ao sources.list
>
> deb file:/home/user/repository
> Em 21 de jun de 2016 11:29, "Manoel Pedro de Araújo" 
> escreveu:
>
>> Olá alguém tem alguma dica de como criar um repositório via *liveusb*?
>>
>> Eu gostaria de ter um repositório offline. Antes eu baixava todos os DVDs
>> do debian e usava o comando apt-adrom add para adicionar no fstab, toda vez
>> q precisava instalar algo tinha q por o DVD correspondente.
>>
>> Eu não quero assim, ficar introduzido DVD toda vez que precisar instalar
>> pacotes. Gostaria se possível gravá los no PC para não prexisar de DVDs
>> para instalar pacotes
>>
>> Será que com essa tecnologia de pendrive não possível criar um
>> repositório no pendrive? Ou seja baixar todos os DVDs e instalar no
>> pendrive e usar como depósito.
>> Queria fazer isso que acho muito chato depender de internet.
>>
>> --
>> Manoel
>>
>


Re: flashplayer et Linux

2016-06-21 Thread andre_debian


On Tuesday 21 June 2016 17:42:10 Bernard Schoenacker wrote:
> Le Tue, 21 Jun 2016 17:23:28 +0200,
> andre_deb...@numericable.fr a écrit :
> > Le plugin "browser-plugin-freshplayer-pepperflash",
> > brille toujours par son absence dans Firefox ! :
> > Outils => Modules complémentaires => Plugins,
> > et dans la barre d'URL : "about:plugins".

> sudo -s apt install mozplugger
> apt-cache policy mozplugger 

Il est installé :
# apt-cache policy mozplugger
mozplugger:
Installé : 1.14.5-2
Candidat : 1.14.5-2

"browser-plugin-freshplayer-pepperflash" n'apparait pas
dans les plugins de Firefox.




Problem with udev and mount

2016-06-21 Thread Szilard Andai
Hello everyone,

Lately I ran into a problem with udev and mounting; I can't tell the
exact date, but it worked until around this May.

I have an udev rule to automatically mount an USB device:
ACTION=="add", KERNEL=="sd?1", ATTRS{idVendor}=="0781",
ATTRS{idProduct}=="5150", RUN+="/bin/mount -v %N"

Then I restart udev, also enable the verbose logging: udevadm control
--log-priority=debug

After attaching the device, the following is written into
/var/log/daemon.log:
June 21 15:07:49 host systemd-udevd[10216]: starting '/bin/mount -v
/dev/sdb1'
Jun 21 15:07:49 host systemd-udevd[10204]: '/bin/mount -v
/dev/sdb1'(out) 'mount: /dev/sdb1 mounted on /media/sdb1.'
Jun 21 15:07:49 host systemd-udevd[10204]: Process '/bin/mount -v
/dev/sdb1' succeeded.

Unfortunately the device doesn't get actually mounted: it doesn't appear
in the mount results.

If I do a manual mount 'mount /dev/sdb1', then everything works fine
(implying the fstab is working correctly).

I'm using stretch (Linux host 4.5.0-2-amd64 #1 SMP Debian 4.5.5-1
(2016-05-29) x86_64 GNU/Linux), and the versions are:
- udev: udev/testing,now 230-2 amd64 [installed]
- mount: mount/testing,now 2.28-5 amd64 [installed]

Am I missing something, or should this be reported as a bug?

Thanks,
Szilárd



Re: Repositorio offline

2016-06-21 Thread Sinval Júnior
Basta descompactar os DVDs e adicionar o ponto de montagem ao sources.list

deb file:/home/user/repository
Em 21 de jun de 2016 11:29, "Manoel Pedro de Araújo" 
escreveu:

> Olá alguém tem alguma dica de como criar um repositório via *liveusb*?
>
> Eu gostaria de ter um repositório offline. Antes eu baixava todos os DVDs
> do debian e usava o comando apt-adrom add para adicionar no fstab, toda vez
> q precisava instalar algo tinha q por o DVD correspondente.
>
> Eu não quero assim, ficar introduzido DVD toda vez que precisar instalar
> pacotes. Gostaria se possível gravá los no PC para não prexisar de DVDs
> para instalar pacotes
>
> Será que com essa tecnologia de pendrive não possível criar um repositório
> no pendrive? Ou seja baixar todos os DVDs e instalar no pendrive e usar
> como depósito.
> Queria fazer isso que acho muito chato depender de internet.
>
> --
> Manoel
>


Re: Strange Email Bounce

2016-06-21 Thread Michael Milliman



On 06/21/2016 09:24 AM, John Hasler wrote:

Charlie writes:

Also no longer use that address or Gmail for the list, as The address
is obviously toxic...

No it isn't.
No it is not my email address that is "toxic."  I may be able to make 
some changes to improve such situations in the future, but the problem 
is most definitely not on my end, or at gmail.  My system, and google 
mail's are working pretty much as they are supposed to. My posts go 
through gmail to the debian-user list server, which then "re-broadcasts" 
those posts to the subscribed email addresses.  One of those addresses 
were generating bounce messages which should have gone back to the 
debian-user list server, but instead, due to the "misconfiguration" were 
sent directly to the originator of the message.  The fact that those 
messages showed up for some of us and didn't for others could be 
accounted for by a number of differing possibilities.  In the future, 
that server will be blacklisted on my system, so any messages showing up 
from it will simply be refused or ignored.


Also, it is worth noting that the bounce messages that I and some others 
have experience are no longer happening, at least not with my posts.


--
73's
Mike, WB5VQX



Re: home directory fail-over using automount ?

2016-06-21 Thread briand
On Fri, 17 Jun 2016 20:00:07 -0700 (PDT)
Steve Witt  wrote:


> My experience over the years is the NFS automouting is very reliable and 
> fairly easy to administer. If your network is stable, then you shouldn't 
> have a problem with it at all. If your network isn't stable, then that 
> problem should be fixed. I've had software development systems consisting 
> of approx. 100 client workstations automouting user home directories from 
> a couple of Linux servers (almost always Debian, but some Redhat and SUSE 
> - doesn't really matter) with 30 - 40 heavy users. It was very reliable 
> and there were almost never any problems.

Yes it does seem to work fine, although I'm having an odd issue at the 
graphical login screen when it first boots.

However, I've been asking the wrong question.

The computers that I'm using on the network are laptops, and what I'm really 
after is being able to take them off the network and re-connect them and have 
the user's directory, and any other directories of importance be synchronized.

A long time ago that could be handled by something called AndrewFS.

I've been looking at the currently available distributed file systems, for 
example glusterFS, but they are very heavyweight because they are for 
heavyweight systems.

I'm almost wondering if I can set-up some scripts under automount and simply 
rsync to maintain sync.


Brian



Re: flashplayer et Linux

2016-06-21 Thread Bernard Schoenacker
Le Tue, 21 Jun 2016 17:23:28 +0200,
andre_deb...@numericable.fr a écrit :

> On Sunday 19 June 2016 23:38:45 Bernard Schoenacker wrote:
> > Le Sun, 19 Jun 2016 19:50:03 +0200,
> > andre_deb...@numericable.fr a écrit :  
> > > > > Je l'ai installé, mais il n'apparait pas dans les modules
> > > > > et extensions de Firefox.  
> 
> > browser-plugin-freshplayer-pepperflash :  
> 
> J'ai réussi à l'installer en ajoutant la ligne "contrib" à mon
> sources.list.
> 
> Mais, le plugin "browser-plugin-freshplayer-pepperflash",
> brille toujours par son absence dans Firefox ! :
> Outils => Modules complémentaires => Plugins,
> et dans la barre d'URL : "about:plugins".
> 
> André
> 

bonjour,

sudo -s apt install mozplugger

apt-cache policy mozplugger 
mozplugger:
  Installé : 1.14.5-2
  Candidat : 1.14.5-2
 Table de version :
 *** 1.14.5-2 990
500 http://httpredir.debian.org/debian sid/main amd64 Packages
990 http://httpredir.debian.org/debian jessie/main amd64
Packages 100 /var/lib/dpkg/status

pourrais tu donner ton sources.list et comparer (pièce jointe) ?

slt
bernard

sources.list
Description: Binary data


Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Brian
On Tue 21 Jun 2016 at 16:25:00 +0200, Emanuel Berg wrote:

> Brian  writes:
> 
> > Early this morning you had an M202x series
> > printer; this afternoon you have an ML-2026W.
> > Not only is the ML-2026W not mentioned at the
> > Splix site but Samsung's site doesn't believe
> > it exists and says "We're sorry, your search
> > "ml-2026W" didn't return any results."
> 
> Now I have yet another one!
> 
> On the printer, it says: Samsung Xpress M2026W.
> 
> On the installation guide, it says ditto M202x.
> 
> It doesn't say "ML-2026W" anywhere tho :)
> 
> > Please connect the printer to a USB port,
> > issue the command
> >
> >   /usr/sbin/lpinfo -v
> >
> > and post the line beginning "direct usb://".
> 
> direct usb://Samsung/M2020%20Series?serial=08HYB8GGBB029CJ

It's a Samsung M2020 Series printer. You were correct first time round. :)

It uses the Samsung Printer Language (SPL) but, as we have seen, ULD
doesn't support the ARM platform. In other words, patchy Linux support
from Samsung.

Splix doesn't claim support for the printer either. You could try what
comes next (you need the splix package) but I wouldn't build my hopes up
and expect success. But it will give you something to do for the rest of
the afternoon!

1. Get the Samsung_M2020_Series.ppd from the ULD tarball.

2. Edit the *cupsFilters line in it to read

  *cupsFilters: "application.vnd.cups-raster 0 rastertoqpdl

   or

  *cupsFilters: "application.vnd.cups-postscript 0 pstoqpdl

3. Put the PPD in /usr/share/ppd.

4. Use localhost:631 to set the print queue up. The M2020 PPD should be
   on offer.

Any joy?



Re: flashplayer et Linux

2016-06-21 Thread andre_debian
On Sunday 19 June 2016 23:38:45 Bernard Schoenacker wrote:
> Le Sun, 19 Jun 2016 19:50:03 +0200,
> andre_deb...@numericable.fr a écrit :
> > > > Je l'ai installé, mais il n'apparait pas dans les modules
> > > > et extensions de Firefox.

> browser-plugin-freshplayer-pepperflash :

J'ai réussi à l'installer en ajoutant la ligne "contrib" à mon sources.list.

Mais, le plugin "browser-plugin-freshplayer-pepperflash",
brille toujours par son absence dans Firefox ! :
Outils => Modules complémentaires => Plugins,
et dans la barre d'URL : "about:plugins".

André



Ansys users

2016-06-21 Thread Katrina Alexander
Hi,

 

Would you be interested in Ansys users email list for your email campaigns?
We provide the Database across North America, EMEA, APAC and Latin America.

 

 

We also have other technology users like Altair Engineering, CD-adapco, MSC
Software, PTC, Autodesk, SIMULIA, Moldflow, Cadence Design Systems, Mentor
Graphics, Cybernet Systems Co., Ltd., Siemens, AdobeSystems, Airbus, Nvidia
and many more.

 

IT contacts: IT Security Head, Network and Systems Administrator,
Information Technology & Network Consultant, Security Specialist, Data
Center Support Specialist, Chief Technology Officer, Chief Information
Officer, Computer and Information Systems Manager, Director of IT, Network
Engineer, Senior Applications Engineer, Database Administrator, Network
Architect, Infrastructure Architect, Director of IT Infrastructure etc.

 

Information Fields - Name, Title, Email, Phone Numbers, Company Name, and
Company Details like, Physical Address, Web Address, Revenue Size, Employee
Size and industry.

 

Please review and let me know what technology users you are interested in
and I will get back to you with more information for the same.

 

Thanks,

Katrina Alexander

Specialist

 

To Opt Out, please respond "Leave Out" in the Subject line

 

 

 

 

 

 



Re: Debian Testing Cannot be installed on Hyper-V 2012 R2

2016-06-21 Thread Don Armstrong
On Tue, 21 Jun 2016, Larry Sevilla wrote:
> I'm trying to install Debian Testing under Hyper-V Windows Server 2012 R2.
> 
> iso file: debian-testing-i386-netinst.iso  dated 2016-06-20 07:33 391Mb
> 
> mem: Start-up 1024Mb Dynamic Min 512Mb Max 3584
> proc: 2
> vhd: 10Gb
> 
> Install it using non-GUI.
> 
> Then It freezes during:
>Partitions formatting at 33%
>Creating ext4 file system for / in partition #1 of SCSI3 (0,0,0) (sda)...

You'll have to check what's going on in the debug console (IIRC, it's
vt4 currently). You'll probably see some kernel errors about not being
able to write to the drive and/or kernel panics or something else.

(Formatting drives is pretty basic; failing during that usually
indicates hardware failure, or in this case, something wrong with
anything in the virtualization stack.)


-- 
Don Armstrong  https://www.donarmstrong.com

To punish me for my contempt of authority, Fate has made me an
authority myself
 -- Albert Einstein



hostpad failed when station active

2016-06-21 Thread Bob

Hello list,

I am trying to enable software AP in linux along with wifi station. The 
compiled 4.4.13 kernel already provides the required drivers


~~~
#lsmod | grep 80211

mac80211630784  1 ath9k
cfg80211  548864  4 ath,ath9k_common,ath9k,mac80211
~~~


No issue to start the AP alone with the minimal hostapd configuration

~~~
interface=sw_ap
driver=nl80211
ssid=test
channel=6
wmm_enabled=1
hw_mode=g
~~~

but failed when virtual station is already up. Then hostapd gives 
following errors


~~~
nl80211: send_mlme - da= ff:ff:ff:ff:ff:ff noack=0 freq=0 no_cck=0 
offchanok=0 wait_time=0 fc=0xc0 (WLAN_FC_STYPE_DEAUTH) nlmode=3

nl80211: send_mlme -> send_frame
nl80211: send_frame - Use bss->freq=2412
nl80211: send_frame -> send_frame_cmd
nl80211: Frame command failed: ret=-16 (Device or resource busy) 
(freq=2412 wait=0)



"iw list" suggests

```
Supported interface modes:
 * IBSS
 * managed
 * AP
 * AP/VLAN
 * WDS
 * monitor
 * mesh point
 * P2P-client
 * P2P-GO
 * Unknown mode (11)


Have I missed anything ?

regards,
Bob








Re: Strange Email Bounce

2016-06-21 Thread Don Armstrong
On Tue, 21 Jun 2016, Charlie S wrote:
> Which people? We who are getting these bounces or some other people?

Some other person whose MUA setup is sending the bounces. You'll get
them in response to messages that you send to the mailing list while the
offending subscriber's email address is broken and subscribed.

> I'll see if I get another like it. If so, then unsubscribe, then
> subscribe with something other than Gmail.

If you're getting them, it's almost certainly not you.

-- 
Don Armstrong  https://www.donarmstrong.com

life's not a paragraph
And death i think is no parenthesis
 -- e.e. cummings "Four VII" _is 5_



Re: Firefox ESR & gnome keyring consommation CPU

2016-06-21 Thread Sébastien NOBILI
Bonjour,

Le vendredi 17 juin 2016 à 18:46, Damien TOURDE a écrit :
> Bonjour,
> 
> Depuis être passé de iceweasel a firefox-esr (ou est-ce une coincidence
> ?), firefox freeze énormément, et l'occupation CPU de gnome-keyring-d
> monte en flèche à ces moments).

N’utilisant pas « gnome-keyring-d », je ne pourrai pas t’aider sur ce point,
mais j’ai remarqué que depuis le passage d’Iceweasel à Firefox, le navigateur
en lui-même est devenu plus lourd.

Sébastien



Re: Strange Email Bounce

2016-06-21 Thread Lisi Reisz
On Tuesday 21 June 2016 09:26:02 Charlie wrote:
> Then what sender?

The sender of the bounce.  The addressee?

Lisi



Repositorio offline

2016-06-21 Thread Manoel Pedro de Araújo
Olá alguém tem alguma dica de como criar um repositório via *liveusb*?

Eu gostaria de ter um repositório offline. Antes eu baixava todos os DVDs
do debian e usava o comando apt-adrom add para adicionar no fstab, toda vez
q precisava instalar algo tinha q por o DVD correspondente.

Eu não quero assim, ficar introduzido DVD toda vez que precisar instalar
pacotes. Gostaria se possível gravá los no PC para não prexisar de DVDs
para instalar pacotes

Será que com essa tecnologia de pendrive não possível criar um repositório
no pendrive? Ou seja baixar todos os DVDs e instalar no pendrive e usar
como depósito.
Queria fazer isso que acho muito chato depender de internet.

-- 
Manoel


Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian  writes:

> Early this morning you had an M202x series
> printer; this afternoon you have an ML-2026W.
> Not only is the ML-2026W not mentioned at the
> Splix site but Samsung's site doesn't believe
> it exists and says "We're sorry, your search
> "ml-2026W" didn't return any results."

Now I have yet another one!

On the printer, it says: Samsung Xpress M2026W.

On the installation guide, it says ditto M202x.

It doesn't say "ML-2026W" anywhere tho :)

> Please connect the printer to a USB port,
> issue the command
>
>   /usr/sbin/lpinfo -v
>
> and post the line beginning "direct usb://".

direct usb://Samsung/M2020%20Series?serial=08HYB8GGBB029CJ

-- 
underground experts united  http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic . http://user.it.uu.se/~embe8573/blogomatic
   - so far: 55 Blogomatic articles -   



Re: Strange Email Bounce

2016-06-21 Thread John Hasler
Charlie writes:
> Also no longer use that address or Gmail for the list, as The address
> is obviously toxic...

No it isn't.
-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA



Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Brian
On Tue 21 Jun 2016 at 14:50:51 +0200, Emanuel Berg wrote:

> Brian  writes:
> 
> > You read the wiki and learn how to install
> > a print queue.
> 
> Here is a list [1] what printers work with
> Linux and Splix - mine, ML-2026W, isn't on that
> list, so I guess it won't work?
> 
> [1] http://splix.ap2c.org/

Early this morning you had an M202x series printer; this afternoon you
have an ML-2026W. Not only is the ML-2026W not mentioned at the Splix
site but Samsung's site doesn't believe it exists and says "We're sorry,
your search "ml-2026W" didn't return any results."

Please connect the printer to a USB port, issue the command

  /usr/sbin/lpinfo -v

and post the line beginning "direct usb://".



Re: Strange Email Bounce

2016-06-21 Thread Charlie
On Tue, 21 Jun 2016 08:00:09 -0500 Michael Milliman sent:

> However, the solution has been presented in this thread -- forward
> the offending message to the list administrator so that the email
> address from which the spam/bounce notice is coming can be
> unsubscribed.  Once that happens, the spam/bounce notices will
> disappear.

Did that.

Also no longer use that address or Gmail for the list, as The address is
obviously toxic, while other Gmail addresses are not.

No more bounce messages.

Charlie
-- 
Registered Linux User:- 329524
***

No generation has a freehold on the earth. All we have is a
life tenancy - with a full repairing lease. -- UK Prime
Minister Margaret Thatcher 1988

***

Debian GNU/Linux - Magic indeed.

-



Re: ifdown: interface eth0 not configured

2016-06-21 Thread Diego Rabatone Oliveira
Luis, isso ocorre pois quem está gerenciando a rede é o network manager,
que não se embasa neste arquivo.
Outra opção para "derrubar" a interface seria com
Ifconfig eth0 down
E
Ifconfig eth0 up
(Como root, claro)

Diego Rabatone Oliveira
Em 21 de jun de 2016 9:22 AM, "Luis Augusto Teixeira" <
luisteixeir...@gmail.com> escreveu:

bom dia amigos,
obrigado pelas repostas, não estou com problemas, o que percebi é que meu
arquivo /etc/network/interfaces, não aparece a linha iface eth0 inet dhcp,
mas a interface está recebendo ip normalmente.





att.
Luis Teixeira

*.ºvº*. | Linux, porque eu amo a liberdade!
*/(L)\* | Linux User: #420124
*.^.^.*| *Socialmente justo, economicamente viável e tecnologicamente
sustentável*

ICQ: 200-860-628 - Whatsapp: 91 9253-2087 - Skype: luisteixeira25

Em 21 de junho de 2016 01:00, Linux - Junior Polegato <
li...@juniorpolegato.com.br> escreveu:

> Boa noite!
>
> Se tem o network-manager, é ele quem configura as interfaces de rede, seu
> gerenciador de janelas (Gnome, KDE, etc) terá uma interface para ele nas
> configurações e um applet para ligar/desligar (conectar/desconectar) a
> interface desejada próximo ao relógio.
>
> Para trabalhar em linha de comando, use o "nmcli", "nmcli help" para mais
> informações.
>
> --
> []'s
>
> Junior Polegato
> boa noite amigos,
>
> Fui pego de surpresa com a seguinte situação no meu desktop debian
> Tenho em casa para testes um servidor, fiz uma alteração no servidor dhcp
> e no meu desktop usei seguinte comando: ifdown etho, apareceu o seguinte
> resultado: ifdown: interface eth0 not configured
> fui até o aquivo /etc/network/interfaces e pra minha surpresa não aparece
> a linha que informa que o sistema deve receber ip por dhcp, segue abaixo
> com o está o arquivo:
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> source /etc/network/interfaces.d/*
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> e a rede está funcionando normalmente, pesquisei e não encontrei resposta
> para o problemas, a resposta mais próxima dizia pra usar o comando
> /etc.init.d/network-manager sopt e depois start, mas continua na mesma.
>
> desde já agradeço
>
>
>
>
> att.
> Luis Teixeira
>
> *.ºvº*. | Linux, porque eu amo a liberdade!
> */(L)\* | Linux User: #420124
> *.^.^.*| *Socialmente justo, economicamente viável e tecnologicamente
> sustentável*
>
> ICQ: 200-860-628 - Whatsapp: 91 9253-2087 - Skype: luisteixeira25
>


Re: CUPS under jessie

2016-06-21 Thread Jonathan Dowland
On Fri, Jun 03, 2016 at 04:00:52PM -0400, Alan McConnell wrote:
> CUPS seems to be the standard printing SW used by Linux, or at least
> by Debian.  But my CUPS is totally broken and I'd like to get rid of
> it all and reinstall.  So I ran apt-get purge cups, but there
> are still lots of cups-related files on my system, like in
> /etc/cups/, /usr/lib/cups, /usr/share/cups, and likely other
> places as well.

You can use `dpkg -S ` to see which package(s) own files
within the paths, then consider removing those packages. You have likely
missed one or two cups-related ones.

-- 
Jonathan Dowland
Please do not CC me, I am subscribed to the list.


signature.asc
Description: Digital signature


Re: Strange Email Bounce

2016-06-21 Thread John Hasler
Here's the explanation:

http://www.atelier.net/en/trends/articles/bounceio-looking-turn-non-delivered-emails-advertising-goldmine_431691

https://betterbounces.net/

I'd say that this "Scott Brown" guy behind bounce.io is a bungler, but
that may be too generous.  He may be doing this on purpose so that his
spam always goes to a person rather than to a listserver.

bounce.io is a spam domain.  Block it with your filters.
-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA



Re: Strange Email Bounce

2016-06-21 Thread Michael Milliman



On 06/21/2016 03:37 AM, Thomas Schmitt wrote:

Hi

Lisi Reisz wrote:

It is the sender that has the misconfiguration in this case.

But what is misconfigured in particular ?

The mail clients used are all different:
Lisi:   User-Agent: KMail/1.9.10[gets no spam]
Michael:User-Agent: Mozilla/5.0[gets spam]
Charlie S:  X-Mailer: Claws Mail 3.13.2[gets spam]
me: Custom SMTP client  [gets no spam]

But the mail servers only get to see the mail headers, not the local
configuration of the mail client. So the difference would have to
show up in those headers.


All mails i get from the list have as first header

   Return-Path: 

Re: Printer color balance

2016-06-21 Thread Sven Arvidsson
On Mon, 2016-06-20 at 19:07 -0700, Gary Roach wrote:
> Hi all,
> 
> System Specs:
> Intel DP55KG with i5-750 quad processor
> Debian Stretch
> Kde Desktop
> HP OfficeJet Pro 8600 Printer
> Cups driver for the 6800
> Dell U2412M Monitor
> 
> Ive had the HP printer for some time but have not paid much attention
> to 
> photo printing. When I decided to print photos, I found that the
> color 
> match between my two digital cameras and my monitor are near enough
> to 
> exact to not be a problem. The results from the HP printer are way
> off 
> on color balance. I can't seem to find any place to adjust the
> computer 
> (CUPS) to printer color balance. Is there any way to adjust this
> without 
> a ton of equipment and a 40 hr course in colorimetry. Things don't
> have 
> to be exact just reasonably close.

Debian certainly supports using a color profile for printers, but I'm
not really sure how to create one manually.

There are however services where you print out a reference image, send
it in, and a color profile is generated for your printer (and ink and
paper).

There might be others who have created profiles for your setup that
might be "good enough" but it doesn't look like HP themselves provide
them.

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se



signature.asc
Description: This is a digitally signed message part


Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian  writes:

> You read the wiki and learn how to install
> a print queue.

Here is a list [1] what printers work with
Linux and Splix - mine, ML-2026W, isn't on that
list, so I guess it won't work?

[1] http://splix.ap2c.org/

-- 
underground experts united  http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic . http://user.it.uu.se/~embe8573/blogomatic
   - so far: 55 Blogomatic articles -   



Re: Strange Email Bounce

2016-06-21 Thread Cindy-Sue Causey
On 6/20/16, Michael Milliman  wrote:
> I just replied to an email here on the debian-user list.  I have checked
> the debian-user list archive on debian.org, and the email was indeed
> received and posted to the list.  Nevertheless, I also received a bounce
> notice which was somewhat disturbing.  It reported the email bounced
> from bac...@ninjalabs.com.  This bounce notice was in HTML format and
> was mostly an advert.  I am not an expert, or even very knowledgeable,
> about reading email headers, however it appears that the bounce was in
> response to the forward of my original message after having been
> received by the lists.debian.org server.
>
> I am concerned about having received a "bounce notice" that was
> essentially spam as a result of a post to this list.  I am including
> (hopefully) a copy of the headers from the bounce notice as an
> attachment.  Any thoughts on this?? Should I (or perhaps someone else)
> be concerned about this, or is this a result of normal processes and an
> email provider with some questionable practices which is beyond the my
> control or that of the administrators of this list?
>
> I'm probably showing my profound ignorance with those questions, and if
> so, please enlighten me.


As I read through everyone's response, I thought.. Hm, I just sent a
response earlier and didn't receive it either. Then I remembered that
that domain was familiar from a recent email so I searched my inbox.
Didn't find it but DID find that I had, yes, received a similar bounce
notice since last night:

+++ BEGIN FORWARDED BOUNCE EMAIL +++

There was a problem delivering your email to:
bac...@ninjalabs.com

WHAT HAPPENED? The domain name of the email address is not valid.

WHAT CAN YOU DO? Check the "ninjalabs.com" part of the email address
for misspellings or missing letters. (If you find an error, you might
need to correct it in your contacts list or address book too.)

If necessary, contact your recipient another way (e.g., phone or text
message) to confirm their email address.

Find out more information about this bounce message.

Advertisement | Prefer no ads?

WHO ARE WE? Bounce works on behalf of various Internet properties to
give you better information about why your email wasn't delivered. You
can learn more about us here.

+++ END FORWARDED BOUNCE EMAIL +++

That's all I know about it. One Gmail mangled link in it *appears* to
redirect to b-io.me... Tried searching it before sending this. Ended
up with a lot of references to "biome" on the front page. I'm not
wasting time going deeper in.

The advertisement is not displaying (due to user *_CHOICE_*). I'm also
not going to pursue that aspect beyond that. I'm still in emergency
mode via "that other operating system" is the reason there. The
advertisement is prominently embedded a la the way your basic blog
post type of service embeds images.

That's all I know. If I'd been a hurry and not seen the current thread
first, I'd most likely have (rightly or wrongly) blown it off by
sending it to the trash bin. Maybe.. who knows.. *grin*

Cindy :)

-- 
Cindy-Sue Causey
Talking Rock, Pickens County, Georgia, USA

* runs with duct tape *



Re: Strange Email Bounce

2016-06-21 Thread John Hasler
Charlie writes:
> Which people? We who are getting these bounces or some other people?

Someone subscribed to the list.  Then, for one of many reasons (perhaps
they got fired and the address is no longer valid), the email server
they utilized started bouncing messages from the list.  However, said
server is misconfigured:  it bounces to the address on the "From:" line
rather than back to the Debian server the message came to it from.
Thus the Debian server never sees the bounce: it comes direct to you.

> I'll see if I get another like it. If so, then unsubscribe, then
> subscribe with something other than Gmail.

Won't make any difference.  Forward such buggy bounces to the
listmasters so they can unsubscribe the originating address.
-- 
John Hasler 
jhas...@newsguy.com
Elmwood, WI USA



Re: ifdown: interface eth0 not configured

2016-06-21 Thread Luis Augusto Teixeira
bom dia amigos,
obrigado pelas repostas, não estou com problemas, o que percebi é que meu
arquivo /etc/network/interfaces, não aparece a linha iface eth0 inet dhcp,
mas a interface está recebendo ip normalmente.





att.
Luis Teixeira

*.ºvº*. | Linux, porque eu amo a liberdade!
*/(L)\* | Linux User: #420124
*.^.^.*| *Socialmente justo, economicamente viável e tecnologicamente
sustentável*

ICQ: 200-860-628 - Whatsapp: 91 9253-2087 - Skype: luisteixeira25

Em 21 de junho de 2016 01:00, Linux - Junior Polegato <
li...@juniorpolegato.com.br> escreveu:

> Boa noite!
>
> Se tem o network-manager, é ele quem configura as interfaces de rede, seu
> gerenciador de janelas (Gnome, KDE, etc) terá uma interface para ele nas
> configurações e um applet para ligar/desligar (conectar/desconectar) a
> interface desejada próximo ao relógio.
>
> Para trabalhar em linha de comando, use o "nmcli", "nmcli help" para mais
> informações.
>
> --
> []'s
>
> Junior Polegato
> boa noite amigos,
>
> Fui pego de surpresa com a seguinte situação no meu desktop debian
> Tenho em casa para testes um servidor, fiz uma alteração no servidor dhcp
> e no meu desktop usei seguinte comando: ifdown etho, apareceu o seguinte
> resultado: ifdown: interface eth0 not configured
> fui até o aquivo /etc/network/interfaces e pra minha surpresa não aparece
> a linha que informa que o sistema deve receber ip por dhcp, segue abaixo
> com o está o arquivo:
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> source /etc/network/interfaces.d/*
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> e a rede está funcionando normalmente, pesquisei e não encontrei resposta
> para o problemas, a resposta mais próxima dizia pra usar o comando
> /etc.init.d/network-manager sopt e depois start, mas continua na mesma.
>
> desde já agradeço
>
>
>
>
> att.
> Luis Teixeira
>
> *.ºvº*. | Linux, porque eu amo a liberdade!
> */(L)\* | Linux User: #420124
> *.^.^.*| *Socialmente justo, economicamente viável e tecnologicamente
> sustentável*
>
> ICQ: 200-860-628 - Whatsapp: 91 9253-2087 - Skype: luisteixeira25
>


Re: Ass: Configurar HP Deskjet 3630

2016-06-21 Thread Narcis Garcia
Daniel, pots confirmar que has hagut de descarregar un programa com
hplip-3.16.5.run ?

M'he trobat vàries vegades amb impressores de Hewlett Packard que
utilitzen programari privatiu empotrat (firmware) que ha estat eliminat
dels paquets per les distribucions de GNU/Linux.

Això vol dir que, si utilitzes el HPLIP dels repositoris de Debian,
encara que aparentment hi hagi el controlador pel teu model, en moltes
impressores aquest no funcionarà. Això també passaria si utilitzessis la
última versió (testing) de HPLIP que teòricament ja inclou el teu model
d'impressora.

D'aquesta manera, Hewlett Packard dóna un fals suport a les
distribucions de GNU/Linux, i et fa descarregar un HPLIP «més complet
però tancat» a través del seu lloc web. Una cosa semblant a Nvidia però
afegint un engany pels repositoris de distribució.


El 17/06/16 a les 11:21, danielal...@mailcat.cat ha escrit:
> Sí senyor. Tot funcionant sense cap problema. Gràcies.
> 
> Enviat des del meu mòbil LG
> 
> -- Missatge original--
> *De:*Blackhold
> *Data:*dj., 16 juny 2016 22:12
> *Per a: *Daniel;
> *Cc: *debian usuaris en CATALA;
> *Assumpte:*Re: Configurar HP Deskjet 3630
> 
> hplip is your friend...- Blackholdhttp://blackhold.nusepas.com@blackhold_~> 
> cal lluitar contra el fort per deixar de ser febles, i contranosaltres 
> mateixos quan siguem forts (Esquirols)<°((( >ha escrit:> Hola:>> He de 
> configurar una HP Deskjet 3630 per fer-la
> funcionar amb Debian 8> Jessie. Algú s'hi ha trobat?>> Gràcies.>> -->
> Daniel Elias> Usuari de Linux nº 461584>
> 



Re: Strange Email Bounce

2016-06-21 Thread Charlie
On Tue, 21 Jun 2016 08:33:22 +0100 Lisi Reisz sent:

> On Tuesday 21 June 2016 07:29:42 Charlie S wrote:
> > On Mon, 20 Jun 2016 13:03:10 -0500 Don Armstrong sent:  
> > > On Mon, 20 Jun 2016, Michael Milliman wrote:  
> > > > I just replied to an email here on the debian-user list.  I have
> > > > checked the debian-user list archive on debian.org, and the
> > > > email was indeed received and posted to the list.
> > > > Nevertheless, I also received a bounce notice which was
> > > > somewhat disturbing.  It reported the email bounced from
> > > > bac...@ninjalabs.com.  This bounce notice was in HTML format
> > > > and was mostly an advert.  I am not an expert, or even very
> > > > knowledgeable, about reading email headers, however it appears
> > > > that the bounce was in response to the forward of my original
> > > > message after having been received by the lists.debian.org
> > > > server.  
> > >
> > > This happens when people have their mail system misconfigured to
> > > send bounces to the header From: instead of the envelope FROM.  
> >
> > Which people? We who are getting these bounces or some other people?
> >
> > I'll see if I get another like it. If so, then unsubscribe, then
> > subscribe with something other than Gmail.
> >
> > Charlie  
> 
> It's nothing to do with Gmail in this particular case.  I am not
> getting them. It is the sender that has the misconfiguration in this
> case.
> 
> Lisi
> 

Just to be clear.

If someone sends to the list through Gmail and receives these bounces
back through Gmail, it's not Gmail at fault? Then what sender? The
Debian list maybe? If so why to some responding to a post?

Sorry for being so thick.

But it doesn't matter anyway I think.

Charlie

-- 
Registered Linux User:- 329524
***

Under a government which imprisons any unjustly, the true place
for a just man is also a prison. -Henry David Thoreau

***

Debian GNU/Linux - Magic indeed.

-



Re: Strange Email Bounce

2016-06-21 Thread Thomas Schmitt
Hi

Lisi Reisz wrote:
> It is the sender that has the misconfiguration in this case.

But what is misconfigured in particular ?

The mail clients used are all different:
Lisi:   User-Agent: KMail/1.9.10[gets no spam]
Michael:User-Agent: Mozilla/5.0[gets spam]
Charlie S:  X-Mailer: Claws Mail 3.13.2[gets spam]
me: Custom SMTP client  [gets no spam]

But the mail servers only get to see the mail headers, not the local
configuration of the mail client. So the difference would have to
show up in those headers.


All mails i get from the list have as first header

  Return-Path: 

Re: Strange Email Bounce

2016-06-21 Thread Charlie
On Tue, 21 Jun 2016 08:33:22 +0100 Lisi Reisz sent:

> On Tuesday 21 June 2016 07:29:42 Charlie S wrote:
> > On Mon, 20 Jun 2016 13:03:10 -0500 Don Armstrong sent:  
> > > On Mon, 20 Jun 2016, Michael Milliman wrote:  
> > > > I just replied to an email here on the debian-user list.  I have
> > > > checked the debian-user list archive on debian.org, and the
> > > > email was indeed received and posted to the list.
> > > > Nevertheless, I also received a bounce notice which was
> > > > somewhat disturbing.  It reported the email bounced from
> > > > bac...@ninjalabs.com.  This bounce notice was in HTML format
> > > > and was mostly an advert.  I am not an expert, or even very
> > > > knowledgeable, about reading email headers, however it appears
> > > > that the bounce was in response to the forward of my original
> > > > message after having been received by the lists.debian.org
> > > > server.  
> > >
> > > This happens when people have their mail system misconfigured to
> > > send bounces to the header From: instead of the envelope FROM.  
> >
> > Which people? We who are getting these bounces or some other people?
> >
> > I'll see if I get another like it. If so, then unsubscribe, then
> > subscribe with something other than Gmail.
> >
> > Charlie  
> 
> It's nothing to do with Gmail in this particular case.  I am not
> getting them. It is the sender that has the misconfiguration in this
> case.
> 
> Lisi
> 

Just to be clear.

If someone sends to the list through Gmail and receives these bounces
back through Gmail, it's not Gmail at fault? Then what sender? The
Debian list maybe? If so why to some responding to a post?

Sorry for being so thick.

But it doesn't matter anyway I think.

Charlie

-- 
Registered Linux User:- 329524
***

I have found it to be the most serious objection to coarse
labors long continued, that they compelled me to eat and drink
coarsely alsoHenry David Thoreau

***

Debian GNU/Linux - Magic indeed.

-



Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Brian
On Tue 21 Jun 2016 at 10:02:39 +0200, Emanuel Berg wrote:

> Brian  writes:
> 
> > printer-driver-splix ULD might work but
> > I suspect a splix PPD would need adapting to
> > provide what the M202x expects to receive.
> 
> OK, I installed that - do I need to tell CUPS
> to use it? How do I do that?

You read the wiki and learn how to install a print queue.



Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Brian  writes:

> printer-driver-splix ULD might work but
> I suspect a splix PPD would need adapting to
> provide what the M202x expects to receive.

OK, I installed that - do I need to tell CUPS
to use it? How do I do that?

-- 
underground experts united  http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic . http://user.it.uu.se/~embe8573/blogomatic
   - so far: 55 Blogomatic articles -   



Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Brian
On Tue 21 Jun 2016 at 04:51:23 +0200, Emanuel Berg wrote:

> Emanuel Berg  writes:
> 
> > File "/usr/lib/cups/filter/rastertospl" not
> > available: No such file or directory
> 
> I found rastertospl it in the ULD archive, the
> i386 directory.
> 
> Now when I do print it first says "... is now
> printing ...", then
> 
> printer laser is idle.  enabled since Tue 21 Jun 2016 04:44:59 CEST
> Rendering completed
> 
> But still nothing is printed.

ULD is only available (without source code) for the i386 and amd64
architectures.

  http://www.bchemnet.com/suldr/

at one time attempted limited ARM support but has possibly given up on
it.

printer-driver-splix ULD might work but I suspect a splix PPD would
need adapting to provide what the M202x expects to receive.




Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Emanuel Berg
Lisi Reisz  writes:

> I find that going into printer maintenance,
> deleting all jobs for that printer, pausing
> the printer, then starting it again, solves
> this particular problem. But I do it at the
> web interface.

'cancel -a' deletes all jobs so if I could just
pause and start it...

-- 
underground experts united  http://user.it.uu.se/~embe8573
Emacs Gnus Blogomatic . http://user.it.uu.se/~embe8573/blogomatic
   - so far: 55 Blogomatic articles -   



Re: CUPS under jessie

2016-06-21 Thread Anthony Campbell
On 20 Jun 2016, Curt wrote:
> On 2016-06-20, Charlie S  wrote:
> >
> > On Debian Linux systems, have found HP printers are good and Epson
> > printers to be good as well.
> >
> > Brother printers can be made to work, but it's onerous and not all the
> > features work. Maybe it's just the models that I have tried to get
> > working are not the models that Debian printing packages favour. So
> > have installed the closest possible. Therefore not full featured.
> 
> Brother printer here. Works and worked out of the box without further
> ado. HL-2030 laser. Had it for years and years and just keeps on keeping
> on. I believe they do offer Linux drivers for their devices, too (which
> is at least an effort in the right direction, although not needed for
> this particular printer).
> 


I have had no problems with Brother HL-5250DN and HL-5350DN using the
driver from the Brother site: Brother-HL-5350DN-Postscript-Brother.ppd
on both.

AC




-- 
Anthony Campbellhttp://www.acampbell.uk



Re: Strange Email Bounce

2016-06-21 Thread Lisi Reisz
On Tuesday 21 June 2016 07:29:42 Charlie S wrote:
> On Mon, 20 Jun 2016 13:03:10 -0500 Don Armstrong sent:
> > On Mon, 20 Jun 2016, Michael Milliman wrote:
> > > I just replied to an email here on the debian-user list.  I have
> > > checked the debian-user list archive on debian.org, and the email
> > > was indeed received and posted to the list.  Nevertheless, I also
> > > received a bounce notice which was somewhat disturbing.  It
> > > reported the email bounced from bac...@ninjalabs.com.  This bounce
> > > notice was in HTML format and was mostly an advert.  I am not an
> > > expert, or even very knowledgeable, about reading email headers,
> > > however it appears that the bounce was in response to the forward
> > > of my original message after having been received by the
> > > lists.debian.org server.
> >
> > This happens when people have their mail system misconfigured to send
> > bounces to the header From: instead of the envelope FROM.
>
> Which people? We who are getting these bounces or some other people?
>
> I'll see if I get another like it. If so, then unsubscribe, then
> subscribe with something other than Gmail.
>
> Charlie

It's nothing to do with Gmail in this particular case.  I am not getting them.  
It is the sender that has the misconfiguration in this case.

Lisi



Re: USB printer CUPS stalls on "Sending data to printer"

2016-06-21 Thread Lisi Reisz
On Tuesday 21 June 2016 03:51:23 Emanuel Berg wrote:
> Emanuel Berg  writes:
> > File "/usr/lib/cups/filter/rastertospl" not
> > available: No such file or directory
>
> I found rastertospl it in the ULD archive, the
> i386 directory.
>
> Now when I do print it first says "... is now
> printing ...", then
>
> printer laser is idle.  enabled since Tue 21 Jun 2016 04:44:59 CEST
> Rendering completed
>
> But still nothing is printed.

I find that going into printer maintenance, deleting all jobs for that 
printer, pausing the printer, then starting it again, solves this particular 
problem.  But I do it at the web interface.

Lisi



Re: Strange Email Bounce

2016-06-21 Thread Charlie S
On Mon, 20 Jun 2016 13:03:10 -0500 Don Armstrong sent:

> On Mon, 20 Jun 2016, Michael Milliman wrote:
> > I just replied to an email here on the debian-user list.  I have
> > checked the debian-user list archive on debian.org, and the email
> > was indeed received and posted to the list.  Nevertheless, I also
> > received a bounce notice which was somewhat disturbing.  It
> > reported the email bounced from bac...@ninjalabs.com.  This bounce
> > notice was in HTML format and was mostly an advert.  I am not an
> > expert, or even very knowledgeable, about reading email headers,
> > however it appears that the bounce was in response to the forward
> > of my original message after having been received by the
> > lists.debian.org server.  
> 
> This happens when people have their mail system misconfigured to send
> bounces to the header From: instead of the envelope FROM.

Which people? We who are getting these bounces or some other people?

I'll see if I get another like it. If so, then unsubscribe, then
subscribe with something other than Gmail.

Charlie