Re: Problem with dpkg-source -b outside current working dir

2016-09-19 Thread kamaraju kusumanchi
On Sat, Sep 17, 2016 at 4:33 AM, Malte Forkel wrote: > Hi, > > according to the man page, dpkg-source -b takes an argument that is "the > name of the directory containing the debianized source tree". But that > does not work for me if the directory is not the current

Re: problem mouse copy/past from PDF

2016-09-19 Thread Doug
On 09/20/2016 12:58 AM, Doug wrote: On 09/19/2016 11:41 PM, David Wright wrote: On Sun 18 Sep 2016 at 16:14:37 (-0400), Haines Brown wrote: I've begun to experience problems using the mouse to select a passage in a PDF displayed with xpdf 3.03-10 in order to paste it elsewhere. The ends of

Re: problem mouse copy/past from PDF

2016-09-19 Thread Doug
On 09/19/2016 11:41 PM, David Wright wrote: On Sun 18 Sep 2016 at 16:14:37 (-0400), Haines Brown wrote: I've begun to experience problems using the mouse to select a passage in a PDF displayed with xpdf 3.03-10 in order to paste it elsewhere. The ends of lines are truncated to varying degrees.

Re: PXE Booting with uEFI BIOS

2016-09-19 Thread Dave Ryan
Hi Valerio, I was able to do the standard DVD install successfully with uEFI BIOS however I did not install via PXE boot install. Dave On 09/19/2016 07:08 AM, Valerio wrote: Hi all, I am trying to install debian jessie via PXE on a Dell R630 server with uEFI BIOS. I emulated a test bed

Re: problem mouse copy/past from PDF

2016-09-19 Thread David Wright
On Sun 18 Sep 2016 at 16:14:37 (-0400), Haines Brown wrote: > I've begun to experience problems using the mouse to select a passage in > a PDF displayed with xpdf 3.03-10 in order to paste it elsewhere. > > The ends of lines are truncated to varying degrees. For example in a > PDF with this: > >

Re: debian

2016-09-19 Thread Rodolfo
André, acho que você está meio confuso, mas vamos lá: 1. Você respondeu para a lista informando essas duas coisas: -> "Saudações ... Boa noite fiz todas as tentativas ,porém essa é a resposta que tenho nos arquivos baixados no site oficial do debian" -> "Baixei todas as versões e essa é a

Re: problem mouse copy/past from PDF

2016-09-19 Thread Celejar
On Sun, 18 Sep 2016 16:14:37 -0400 Haines Brown wrote: ... > Evince apparently does not support selecting text for copying. This does My evince (3.14.1, from 3.14.1-2+deb8u1) does support selecting text for copying. Celejar

Re: debian

2016-09-19 Thread Rodolfo
Cade as respostas ? Que mensagens aparecem ? Em 19 de setembro de 2016 20:18, Andre Nascimento < andreknascime...@gmail.com> escreveu: > Baixei todas as versões e essa é a mensagem que aparece após inicialização > do serviço > > Em 19/09/2016 21:17, escreveu: > > >> Em 19/09/2016 21:17, "Andre

Re: VIM halts on backspace to new line

2016-09-19 Thread Indigo Frankencastle
The issue prevails. Current version: --- VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Jun 16 2016 10:50:38) Included patches: 1-1689 Modified by pkg-vim-maintain...@lists.alioth.debian.org Compiled by pkg-vim-maintain...@lists.alioth.debian.org Huge version with GTK2-GNOME GUI. Features

Re: Crontab doesn't complete a script

2016-09-19 Thread Clive Menzies
Hi Thomas The absolute path was the answer. Your explanation has added to my limited knowledge :-) Thanks Clive On 19/09/16 23:04, Thomas Schmitt wrote: Hi, Clive Menzies wrote: rsync_opts="-av --exclude-from=exclude_list --delete --delete-excluded"

Re: change password prompt

2016-09-19 Thread Sven Hartge
Hugo Vanwoerkom wrote: > On 09/19/2016 10:21 AM, Reco wrote: >> Defaults passprompt_override,passprompt="ENTER NUCLEAR LAUNCH CODE:" >> >> Of course you should use visudo, not edit /etc/sudoers directly. > True. But I use mc, have done so for years and that seems to work.

Re: anyone having problems with python on debian testing

2016-09-19 Thread Anthony Baldwin
On 09/19/2016 06:09 PM, Tony Baldwin wrote: On 09/19/2016 05:36 PM, emetib wrote: well thank you then ric. glad it's not after hours or i would be doing the same thing. no, i just noticed it today, and i can run the script on my other virtual machines without issue. it's just the debian

Re: anyone having problems with python on debian testing

2016-09-19 Thread Tony Baldwin
On 09/19/2016 05:36 PM, emetib wrote: well thank you then ric. glad it's not after hours or i would be doing the same thing. no, i just noticed it today, and i can run the script on my other virtual machines without issue. it's just the debian testing that is the problem. whether i am

Re: change password prompt

2016-09-19 Thread Hugo Vanwoerkom
On 09/19/2016 10:21 AM, Reco wrote: Hi. On Mon, Sep 19, 2016 at 11:01:33AM -0400, Tony Baldwin wrote: On 09/19/2016 10:25 AM, Reco wrote: Hi. On Mon, Sep 19, 2016 at 09:59:03AM -0400, Tony Baldwin wrote: I had, on a prior machine, changed the password prompt for sudo by

Re: Crontab doesn't complete a script

2016-09-19 Thread Thomas Schmitt
Hi, Clive Menzies wrote: > rsync_opts="-av --exclude-from=exclude_list --delete --delete-excluded" > exclude_list=/root/uhuru_backup/exclude_list > rsync: failed to open exclude file exclude_list: No such file or directory (2) The decisive difference between dialog and cron could be

Re: anyone having problems with python on debian testing

2016-09-19 Thread emetib
well thank you then ric. glad it's not after hours or i would be doing the same thing. no, i just noticed it today, and i can run the script on my other virtual machines without issue. it's just the debian testing that is the problem. whether i am calling -- python3 script or python script,

Re: Crontab doesn't complete a script - SOLVED

2016-09-19 Thread Clive Menzies
On 19/09/16 22:10, Clive Menzies wrote: It didn't find the exclude_list I created. I modified the script to point to it but clearly the syntax is not right # Good rsync options for uhuru_backups. rsync_opts="-av --exclude-from=exclude_list --delete --delete-excluded" # exclude list

Re: Crontab doesn't complete a script

2016-09-19 Thread Clive Menzies
On 19/09/16 12:31, Thomas Schmitt wrote: The classic remedy would be to set the missing variables inside the cronjob script. /root/uhuru_backup/uhuru.daily.sh Consider to put some "echo" commands into the script and direct them to a log file: log_file=/tmp/uhuru_daily_sh.log ...

Re: anyone having problems with python on debian testing

2016-09-19 Thread Ric Moore
On 09/19/2016 03:08 PM, emetib wrote: i would like to know if others are having any problems with their systems. thanks If this weren't a Debian List I'd be cursing like a drunken sailor. :) Ric -- My father, Victor Moore (Vic) used to say: "There are two Great Sins in the world... ..the

Re: Testing/Unstable Synaptic broken again.

2016-09-19 Thread Joe
On Mon, 19 Sep 2016 12:55:32 -0700 Jimmy Johnson wrote: > > Do you have package 'upgrade-system' installed? And or do you use > deborphan? Do you use both testing and sid repos? I do not have your > problem on "6" testing/sid installs. Good luck. Thanks. No I

Re: cant get to desktop anymore

2016-09-19 Thread Ric Moore
On 09/18/2016 09:42 PM, Frank McCormick wrote: On 18/09/16 07:57 PM, Ric Moore wrote: On 09/18/2016 06:00 PM, Kent West wrote: On Sun, Sep 18, 2016 at 3:28 PM, bell canada > wrote: hello i installed debian 8 and i cant get into my

Re: cant get to desktop anymore

2016-09-19 Thread Ric Moore
On 09/18/2016 08:33 PM, Neal P. Murphy wrote: On Sun, 18 Sep 2016 19:57:58 -0400 Ric Moore wrote: On 09/18/2016 06:00 PM, Kent West wrote: On Sun, Sep 18, 2016 at 3:28 PM, bell canada > wrote: hello i

Re: page RELOAD by Firefox

2016-09-19 Thread Seeker
On 9/18/2016 9:11 PM, rlhar...@oplink.net wrote: On Sun, September 18, 2016 7:10 pm, Seeker wrote: Is this web page on the PWS or out on the internet? Is the PWS using the same data connection you are using to access the web page? Is there advertising on this page? If you do not leave the

Re: WordPress on Debian

2016-09-19 Thread Miles Fidelman
On 9/19/16 3:36 PM, David Wright wrote: On Mon 19 Sep 2016 at 13:43:04 (-0500), Kent West wrote: On Mon, Sep 19, 2016 at 1:29 PM, Kent West wrote: On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin wrote: On 09/19/2016 12:26 PM, Miles Fidelman wrote: On

bug libreoffice quando instalo python-pip

2016-09-19 Thread Thiago Cotulio
ola gostaria de reportar um bug não sei se ja foi solucionado ou ainda não sou usuario iniciante e não entendo muito seguinte até antes de instalar o python o libreoffice estava em portugues tudo funcionando normalmente depois de instalar o python os caracteres mudou para russo qual o problema e

Re: Testing/Unstable Synaptic broken again.

2016-09-19 Thread Ric Moore
On 09/17/2016 06:37 PM, Jimmy Johnson wrote: On 09/15/2016 12:50 AM, Ric Moore wrote: On 09/14/2016 04:10 PM, Jimmy Johnson wrote: Thank you upstream developing and packaging team for replacing the effected packages. Yay! These packages have now been upgraded in Sid, 'gir1.2-gtk-3.0,

Re: WordPress on Debian

2016-09-19 Thread Ric Moore
On 09/19/2016 12:11 PM, Kent West wrote: There's a lot of conflicting documentation out there for installing WordPress on Debian, so I thought I'd come to you folks, who generally have a lot of wisdom and knowledge in all things Debian. This will wind up being more a theoretical discussion than

My XFCE4 Desktop

2016-09-19 Thread Jimmy Johnson
May I share my Debian Sid/testing XFCE4 desktop with you, someplace I found this nice Fantasy Nature picture to put on my desktop and I like it. :) https://scontent-sjc2-1.xx.fbcdn.net/t31.0-8/14409518_993783114063978_434103725657510507_o.jpg I know I sometimes I behave like a child. :P --

Re: How to arrange for booting to console

2016-09-19 Thread Lisi Reisz
On Monday 19 September 2016 21:23:05 Jude DaShiell wrote: > On Mon, 19 Sep 2016, David Wright wrote: > > Date: Mon, 19 Sep 2016 15:48:35 > > From: David Wright > > Reply-To: debian-user@lists.debian.org > > To: debian-user@lists.debian.org > > Subject: Re: How to arrange

Re: WordPress on Debian

2016-09-19 Thread Anthony Baldwin
On 09/19/2016 03:36 PM, David Wright wrote: On Mon 19 Sep 2016 at 13:43:04 (-0500), Kent West wrote: On Mon, Sep 19, 2016 at 1:29 PM, Kent West wrote: On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin wrote: On 09/19/2016 12:26 PM, Miles Fidelman wrote:

Re: How to arrange for booting to console

2016-09-19 Thread Jude DaShiell
On Mon, 19 Sep 2016, David Wright wrote: Date: Mon, 19 Sep 2016 15:48:35 From: David Wright Reply-To: debian-user@lists.debian.org To: debian-user@lists.debian.org Subject: Re: How to arrange for booting to console Resent-Date: Mon, 19 Sep 2016 19:48:54 + (UTC)

Re: WordPress on Debian

2016-09-19 Thread davidson
On Mon, 19 Sep 2016, Kent West wrote: On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin wrote: On 09/19/2016 12:26 PM, Miles Fidelman wrote: On 9/19/16 12:20 PM, Tony Baldwin wrote: I have always downloaded the latest from wordpress, created a DB on my server and

Re: Testing/Unstable Synaptic broken again.

2016-09-19 Thread Jimmy Johnson
On 09/19/2016 11:36 AM, Joe wrote: On Mon, 19 Sep 2016 11:10:21 -0700 Jimmy Johnson wrote: On 09/14/2016 01:10 PM, Jimmy Johnson wrote: On 09/01/2016 08:51 AM, Jimmy Johnson wrote: The latest upgrades have broken Synaptic, unable to use Menus or right click and

Re: debian

2016-09-19 Thread Andre Nascimento
Agradecido , irei tentar. Prezado obrigado pelo apoio. Caso exista novamente uma falha irei fazer um print e anexar em e-mail​ Em 19 de setembro de 2016 16:34, Rodolfo escreveu: > São pacotes, tanto no DVD quanto no CD você somente precisa do primeiro > para a instalação, o

Re: How to arrange for booting to console

2016-09-19 Thread David Wright
On Sat 17 Sep 2016 at 02:34:11 (-0400), Jude DaShiell wrote: > On Fri, 16 Sep 2016, David Wright wrote: > > >Date: Fri, 16 Sep 2016 09:38:31 > >From: David Wright > >Reply-To: debian-user@lists.debian.org > >To: debian-user@lists.debian.org > >Subject: Re: How to

Re: WordPress on Debian

2016-09-19 Thread David Wright
On Mon 19 Sep 2016 at 13:43:04 (-0500), Kent West wrote: > On Mon, Sep 19, 2016 at 1:29 PM, Kent West wrote: > > > On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin > > wrote: > > > >> On 09/19/2016 12:26 PM, Miles Fidelman wrote: > >> > >>> On 9/19/16 12:20 PM,

Re: debian

2016-09-19 Thread Rodolfo
Ok, estamos a disposição. Em 19 de setembro de 2016 15:35, Andre Nascimento < andreknascime...@gmail.com> escreveu: > Agradecido , irei tentar. Prezado obrigado pelo apoio. Caso exista > novamente uma falha irei fazer um print e anexar em e-mail​ > > Em 19 de setembro de 2016 16:34, Rodolfo

Re: debian

2016-09-19 Thread Rodolfo
São pacotes, tanto no DVD quanto no CD você somente precisa do primeiro para a instalação, o resto são adicionais de pacotes. Em 19 de setembro de 2016 15:33, Andre Nascimento < andreknascime...@gmail.com> escreveu: > Ok irei tentar. > > Essas outras imagens são pacotes ou fazem parte da

Re: debian

2016-09-19 Thread Rodolfo
Tente esse link: http://cdimage.debian.org/debian-cd/8.6.0/amd64/iso-cd/debian-8.6.0-amd64-CD-1.iso Via HTTP. Em 19 de setembro de 2016 15:26, Andre Nascimento < andreknascime...@gmail.com> escreveu: > ​http://cdimage.debian.org/debian-cd/8.6.0/amd64/iso-cd/ >

anyone having problems with python on debian testing

2016-09-19 Thread emetib
is anyone having problems with their deb testing systems? i have a python3 script that isn't giving any output where the other linux systems that i have tested it on are. other systems have differing versions of python and what looks like gcc also. i'm thinking that it's something to do with

Re: debian

2016-09-19 Thread Rodolfo
Somente o primeiro é suficiente. Em 19 de setembro de 2016 15:24, Andre Nascimento < andreknascime...@gmail.com> escreveu: > ​Eu preciso baixar todas as iso's ou somente o primeiro iso será > suficiente? > > Em 19 de setembro de 2016 16:22, Andre Nascimento < > andreknascime...@gmail.com>

Re: debian

2016-09-19 Thread Rodolfo
Eu nunca baixei por torrent, sempre baixei por http, então não tenho como garantir que funciona e/ou é a melhor forma de baixar, mas faltou você responder de onde você está baixando, se puder colar o link aqui já ajuda. Em 19 de setembro de 2016 15:22, Andre Nascimento <

Re: debian

2016-09-19 Thread Rodolfo
De onde você está baixando e como (ftp, http, torrent, etc) ? Em 19 de setembro de 2016 15:00, Andre Nascimento < andreknascime...@gmail.com> escreveu: > ​Saudações... > > Boa tarde. > > Poderia me informar a forma mais correta de se instalar o debian? Pois > toda vez que estou baixando esta

Besoin d'aide <- lists.debian.org has received bounces from you

2016-09-19 Thread Fabrice Delvallée
Bonsoir la liste, Je suis assez assidu à cette liste de diffusion. J'y apprend plein de chose, même si je ne comprend pas tout. J'ai reçu il y a peu un courriel ayant pour sujet " lists.debian.org has received bounces from you" me renvoyant sur :

Re: /etc/fstab and systemd

2016-09-19 Thread Jimmy Johnson
On 09/19/2016 06:15 AM, Pol Hallen wrote: hi all :-) I migrated my pc to systemd (!), in /etc/fstab I've /dev/sdb1/testext4x-systemd.automount00 (I use UUID but to semplify I wrote /dev/sdb1) this line works but only on some pc what is the correct way to mount a disk

Re: WordPress on Debian

2016-09-19 Thread Kent West
On Mon, Sep 19, 2016 at 1:29 PM, Kent West wrote: > On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin > wrote: > >> On 09/19/2016 12:26 PM, Miles Fidelman wrote: >> >>> On 9/19/16 12:20 PM, Tony Baldwin wrote: >>> >>> I make a new user on the server for each new

Re: Testing/Unstable Synaptic broken again.

2016-09-19 Thread Joe
On Mon, 19 Sep 2016 11:10:21 -0700 Jimmy Johnson wrote: > On 09/14/2016 01:10 PM, Jimmy Johnson wrote: > > On 09/01/2016 08:51 AM, Jimmy Johnson wrote: > >> The latest upgrades have broken Synaptic, unable to use Menus or > >> right click and Search is affected too.

Re: WordPress on Debian

2016-09-19 Thread Kent West
On Mon, Sep 19, 2016 at 11:53 AM, Tony Baldwin wrote: > On 09/19/2016 12:26 PM, Miles Fidelman wrote: > >> On 9/19/16 12:20 PM, Tony Baldwin wrote: >> >> I have always downloaded the latest from wordpress, created a DB on >>> my server and basically manually installed the

Re: Laserjet p1109w - anyone got it working?

2016-09-19 Thread Brian
On Mon 19 Sep 2016 at 20:22:06 +0200, deloptes wrote: > Brian wrote: > > > I didn't understand the final sentence first time round. After mulling > > on it I still don't understand it. Any enlightenment in the offing? > > I understand he means that you do not need additional software for

Re: Laserjet p1109w - anyone got it working?

2016-09-19 Thread deloptes
Brian wrote: > I didn't understand the final sentence first time round. After mulling > on it I still don't understand it. Any enlightenment in the offing? I understand he means that you do not need additional software for scanning, although such software is offered by the vendor (Brother). IMO

Re: Sound on jessie

2016-09-19 Thread Brian
On Sun 18 Sep 2016 at 12:05:15 +, Curt wrote: > On 2016-09-17, deloptes wrote: > > Lisi Reisz wrote: > > > >> He keeps saying that he is using Jessie.  Why do you think he is using > >> Ubuntu? > > Sorry I seem to have misread something. > > > > Easy to do in these

Re: Testing/Unstable Synaptic broken again.

2016-09-19 Thread Jimmy Johnson
On 09/14/2016 01:10 PM, Jimmy Johnson wrote: On 09/01/2016 08:51 AM, Jimmy Johnson wrote: The latest upgrades have broken Synaptic, unable to use Menus or right click and Search is affected too. Thank you upstream developing and packaging team for replacing the effected packages. Yay! These

Re: Rebuilding Debian package from source

2016-09-19 Thread Joshua Schaeffer
> > > I doubt it's possible to make build paths containing spaces work correctly > in the general case, even if the original poster does manage to hack > it up this one time. My advice would be to stop attempting to use a > directory with a space in its name as part of a build setup. It's

Re: [OT] Flash Player para linux "strikes back"

2016-09-19 Thread Ignacio Martirén
Ok, perfecto, gracias El 19 de septiembre de 2016, 12:34, Gonzalo Rivero escribió: > El lun, 19-09-2016 a las 09:35 -0300, Ignacio Martirén escribió: > > pd: si podés NO hacer top posting ni enviar correo html, mejor > > > > No entiendo esta recomendación, favor ampliar

Re: Recherche développeur C/C++ pour améliorer l’accessibilité de GNU/Linux

2016-09-19 Thread Klaus Becker
On lundi 19 septembre 2016 18:28:19 CEST Alex ARNAUD wrote: > Bonjour à tous, > > > je me permets de vous communiquer cette offre d'emploi que mon > entreprise propose et qui a pour vocation l'amélioration de > l’accessibilité du logiciel libre en contribuant à Debian, Mate, Compiz > et d'autres

Re: Laserjet p1109w - anyone got it working?

2016-09-19 Thread Brian
On Sun 18 Sep 2016 at 19:29:54 -0400, Dan Ritter wrote: > > Pick a Brother with BRScript3 (their version of PostScript), an > ethernet port, and a duplexing feature (model name will have a D > near the end). Should be in the $100-150 range. > > You can run it under CUPS with no bizarre driver

Re: Sane issue

2016-09-19 Thread Lisi Reisz
On Monday 19 September 2016 18:06:59 Brian wrote: > On Mon 19 Sep 2016 at 18:24:00 +0200, David Rotger wrote: > > In the same machine, xsane don't find any devices... > > This is where we came in. :) > > If scanimage works for scanning I cannot see why xsane or simple-scan > should not work too;

Re: Propera trobada?

2016-09-19 Thread Eloi
El 19/09/16 a les 18:35, tictacbum ha escrit: > Hola, si l'havíem planificat pel maig anem molt tard! > com ho fem per buscar nova data, dudle? i per la ubicació? > si decidim Vilafranca puc buscar lloc per dinar, reservar el casal, etc.. > > salut!! > > > El dia 14 de setembre de 2016, 14:35,

Re: Sane issue

2016-09-19 Thread Brian
On Mon 19 Sep 2016 at 18:24:00 +0200, David Rotger wrote: > In the same machine, xsane don't find any devices... This is where we came in. :) If scanimage works for scanning I cannot see why xsane or simple-scan should not work too; both are simply frontends to the same system. The only thing I

Re: WordPress on Debian

2016-09-19 Thread Tony Baldwin
On 09/19/2016 12:26 PM, Miles Fidelman wrote: On 9/19/16 12:20 PM, Tony Baldwin wrote: I have always downloaded the latest from wordpress, created a DB on my server and basically manually installed the upstream pkg (which I know is often discouraged here, but if you do it Our Way (ie. the

Re: Sane issue

2016-09-19 Thread David Rotger
2016-09-19 18:19 GMT+02:00 Brian : > On Mon 19 Sep 2016 at 17:50:16 +0200, David Rotger wrote: > >> El 19 sept. 2016 17:41, "Brian" escribió: >> > >> > You should now be able to scan from the machine the scanner is plugged >> > into. Try >> > >> >

Re: Propera trobada?

2016-09-19 Thread tictacbum
Hola, si l'havíem planificat pel maig anem molt tard! com ho fem per buscar nova data, dudle? i per la ubicació? si decidim Vilafranca puc buscar lloc per dinar, reservar el casal, etc.. salut!! El dia 14 de setembre de 2016, 14:35, Adrià ha escrit: > Hola, > > On Wed, Sep 14,

Recherche développeur C/C++ pour améliorer l’accessibilité de GNU/Linux

2016-09-19 Thread Alex ARNAUD
Bonjour à tous, je me permets de vous communiquer cette offre d'emploi que mon entreprise propose et qui a pour vocation l'amélioration de l’accessibilité du logiciel libre en contribuant à Debian, Mate, Compiz et d'autres projets libres. Librement.

Re: (deb-cat) sudo as lp

2016-09-19 Thread tictacbum
crec que has de canviar la línia del sudoers per: lp ALL = (UnUsuari) NOPASSWD: /usr/sbin/lpmove salut! El dia 19 de setembre de 2016, 10:16, Narcis Garcia ha escrit: > Ja hi tornem a ser! I ara reafirmant el títol d'aquest fil de correu. > > Sota certes circumstàncies

PXE Booting with uEFI BIOS

2016-09-19 Thread Valerio
Hi all, I am trying to install debian jessie via PXE on a Dell R630 server with uEFI BIOS. I emulated a test bed with virtual machines that were using standard BIOS. Now I am not able to replicate the installation on the server because pxelinux.0 apparently doesn't work with uEFI. Is there any

Re: WordPress on Debian

2016-09-19 Thread Miles Fidelman
On 9/19/16 12:20 PM, Tony Baldwin wrote: I have always downloaded the latest from wordpress, created a DB on my server and basically manually installed the upstream pkg (which I know is often discouraged here, but if you do it Our Way (ie. the Debian Way, aka the Right Way for most stuff),

Re: WordPress on Debian

2016-09-19 Thread Tony Baldwin
I have always downloaded the latest from wordpress, created a DB on my server and basically manually installed the upstream pkg (which I know is often discouraged here, but if you do it Our Way (ie. the Debian Way, aka the Right Way for most stuff), and then ask any questions on #wordpress on

Re: Sane issue

2016-09-19 Thread Brian
On Mon 19 Sep 2016 at 17:50:16 +0200, David Rotger wrote: > El 19 sept. 2016 17:41, "Brian" escribió: > > > > You should now be able to scan from the machine the scanner is plugged > > into. Try > > > > scanimage > file.pnm > > > > Does the scanner operate and do you get

WordPress on Debian

2016-09-19 Thread Kent West
There's a lot of conflicting documentation out there for installing WordPress on Debian, so I thought I'd come to you folks, who generally have a lot of wisdom and knowledge in all things Debian. This will wind up being more a theoretical discussion than a specific question of how-to, I'm

Re: Sane issue

2016-09-19 Thread David Rotger
El 19 sept. 2016 17:41, "Brian" escribió: > > On Mon 19 Sep 2016 at 13:04:32 +0200, David Rotger wrote: > > Relatively small outputs from commands do not need a pastebin. They are > easier to deal with when posted here. > > Also, you didn't say whether you are subscribed to

Re: Rebuilding Debian package from source

2016-09-19 Thread Greg Wooledge
On Mon, Sep 19, 2016 at 11:57:13AM -0400, The Wanderer wrote: > Based on the error, it looks as if the build process is attempting to > run a command that uses the full path of the build directory, but does > not quote that path; as a result, the space gets treated as a token > separator.

Re: Rebuilding Debian package from source

2016-09-19 Thread The Wanderer
On 2016-09-19 at 11:22, Joshua Schaeffer wrote: > Test... > > "Build Test" is the directory I downloaded everything into (a.k.a. it > was the directory I was in when I ran apt-get source nginx-extras) Based on the error, it looks as if the build process is attempting to run a command that uses

Re: Sane issue

2016-09-19 Thread Brian
On Mon 19 Sep 2016 at 13:04:32 +0200, David Rotger wrote: Relatively small outputs from commands do not need a pastebin. They are easier to deal with when posted here. Also, you didn't say whether you are subscribed to the list or how you are reading list mails. > The output of

Re: change password prompt

2016-09-19 Thread Tony Baldwin
On 09/19/2016 11:21 AM, Reco wrote: Defaults passprompt_override,passprompt="ENTER NUCLEAR LAUNCH CODE:" Thanks, this was exactly what I needed! and I'll use visudo, of course. Tony -- http://tonybaldwin.me all tony, all the time

Re: [OT] Flash Player para linux "strikes back"

2016-09-19 Thread Gonzalo Rivero
El lun, 19-09-2016 a las 09:35 -0300, Ignacio Martirén escribió: > pd: si podés NO hacer top posting ni enviar correo html, mejor > > No entiendo esta recomendación, favor ampliar un poco. Gracias > top posting es contestar arriba. Mejor abajo  https://es.wikipedia.org/wiki/Top-posting y el

Re: Rebuilding Debian package from source

2016-09-19 Thread Joshua Schaeffer
Test... "Build Test" is the directory I downloaded everything into (a.k.a. it was the directory I was in when I ran apt-get source nginx-extras) jschaeffer@mutalisk:~/Build Test$ pwd /home/jschaeffer/Build Test jschaeffer@mutalisk:~/Build Test$ ls -l total 2004 drwxr-xr-x 1 jschaeffer

Re: change password prompt

2016-09-19 Thread Reco
Hi. On Mon, Sep 19, 2016 at 11:01:33AM -0400, Tony Baldwin wrote: > On 09/19/2016 10:25 AM, Reco wrote: > > Hi. > > > >On Mon, Sep 19, 2016 at 09:59:03AM -0400, Tony Baldwin wrote: > >>I had, on a prior machine, changed the password prompt for sudo by adding > >>something (it was

Re: change password prompt

2016-09-19 Thread Tony Baldwin
On 09/19/2016 10:25 AM, Reco wrote: Hi. On Mon, Sep 19, 2016 at 09:59:03AM -0400, Tony Baldwin wrote: I had, on a prior machine, changed the password prompt for sudo by adding something (it was "ENTER NUCLEAR LAUNCH CODE:" in fact) to the sudoers file, but at the moment I can not

Re: PXE Booting with uEFI BIOS

2016-09-19 Thread Thomas Schmitt
Hi, Valerio wrote: > pxelinux.0 apparently doesn't work with uEFI. That's supposed to be normal. http://www.syslinux.org/wiki/index.php?title=PXELINUX#UEFI says: The "(l)pxelinux.0" bootloaders are capable of netbooting BIOS-based clients. Hardware using UEFI has to use the adequate

Re: change password prompt

2016-09-19 Thread Reco
Hi. On Mon, Sep 19, 2016 at 09:59:03AM -0400, Tony Baldwin wrote: > I had, on a prior machine, changed the password prompt for sudo by adding > something (it was "ENTER NUCLEAR LAUNCH CODE:" in fact) to the sudoers file, > but at the moment I can not recall what/how I did it, but I'd like

Re: random I/O errors

2016-09-19 Thread Tony Baldwin
On 09/19/2016 09:57 AM, Dan Ritter wrote: On Mon, Sep 19, 2016 at 09:27:43AM -0400, Tony Baldwin wrote: On 09/19/2016 09:07 AM, Dan Ritter wrote: Go make a backup of everything you care about, today. Copy to a new disk, check it, then disconnect and label your backup. After that, go look at

Re: cant get to desktop anymore

2016-09-19 Thread Brian
On Mon 19 Sep 2016 at 09:31:10 -0400, Greg Wooledge wrote: > On Sun, Sep 18, 2016 at 08:33:23PM -0400, Neal P. Murphy wrote: > > will reach the X11 session. If it started. If not, it could > > be that a default xdm session (KDE, Gnome, XFCE, etc.) wasn't selected or a > > desktop 'task' wasn't

Re: Installing a MINIMAL Mate Desktop How?

2016-09-19 Thread Brian
On Mon 19 Sep 2016 at 08:17:57 -0500, Richard Owlett wrote: > On 9/11/2016 12:52 PM, Brian wrote: > > > >The meaning of "minimal" is very difficult to define as it very much > >depends on the purpose of the install, what functionality is required, > >how it is to be used now and in the future and

Re: Roundcube avec les paquets Debian

2016-09-19 Thread Ph. Gras
Hello Christophe ! > Moi je ne vois pas de lien depuis /var/lib/roundcube/installer sur > /usr/share/roundcube/installer… ah, oui en effet… Il y a ceci néanmoins : lrwxrwxrwx 1 root www-data 30 mai9 10:59 index.php -> /usr/share/roundcube/index.php > Mais je ne me rappelle pas avoir

Re: /etc/fstab and systemd

2016-09-19 Thread Teemu Likonen
Pol Hallen [2016-09-19 15:15:26+02] wrote: > I migrated my pc to systemd (!), in /etc/fstab I've > what is the correct way to mount a disk automatically at start up of > system? Just like before. There's no need to change anything. -- /// Teemu Likonen - .-..

Re: Roundcube avec les paquets Debian

2016-09-19 Thread Christophe Maquaire
Le lundi 19 septembre 2016 à 15:31 +0200, Ph. Gras a écrit : > Désolé, > > mais j'en suis toujours au même point. Les fichiers PHP en lien > symbolique ne sont pas suivis : > > # tail /var/log/nginx/roundcube.error.log > 2016/09/19 14:59:52 [error] 25923#0: *86238 >

Re: /etc/fstab and systemd

2016-09-19 Thread Mart van de Wege
Pol Hallen writes: > hi all :-) > > I migrated my pc to systemd (!), in /etc/fstab I've > > /dev/sdb1 /test ext4x-systemd.automount 0 0 > (I use UUID but to semplify I wrote /dev/sdb1) > > this line works but only on some pc > > what is the correct way

Re: /etc/fstab and systemd

2016-09-19 Thread Greg Wooledge
On Mon, Sep 19, 2016 at 03:15:26PM +0200, Pol Hallen wrote: > I migrated my pc to systemd (!), in /etc/fstab I've > > /dev/sdb1 /test ext4x-systemd.automount 0 0 > (I use UUID but to semplify I wrote /dev/sdb1) Changing the content of your files is not "simplifying". It's

change password prompt

2016-09-19 Thread Tony Baldwin
I had, on a prior machine, changed the password prompt for sudo by adding something (it was "ENTER NUCLEAR LAUNCH CODE:" in fact) to the sudoers file, but at the moment I can not recall what/how I did it, but I'd like to do it again. Anyone? TIA Tony -- http://tonybaldwin.me all tony, all

USB mouse and keyboard disconnected

2016-09-19 Thread Martin T
Hi, I made a fresh minimal(no desktop environment, open-source "radeon" driver, CEDAR firmware, X and dwm) Debian 8.5 installation few days ago. Since that I have had two occasions where all of the sudden USB devices(USB keyboard and mouse) no longer work. I'm able to access my PC over SSH(or use

Re: Laserjet p1109w - FIXED

2016-09-19 Thread Brian
On Mon 19 Sep 2016 at 05:56:44 -0400, brian wrote: > On Mon, 19 Sep 2016 09:34:33 +0100, Brian wrote: > > > >1. Go to > > > > https://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/ > > > > and download the latest *.run. > > > >2. 'mkdir plugin' and move your file into it. >

Re: CD de mise à jour 8.6

2016-09-19 Thread Jean-Marc
Mon, 19 Sep 2016 08:20:05 + ROUILLARD Davy écrivait : > Pour éviter de télécharger de nouveau l’ensemble des paquets (ce qui n’est > pas un pb en soit, sauf celui d’occuper la bande passante), > je me demandais s’il existait des images avec uniquement les paquets

Re: cant get to desktop anymore

2016-09-19 Thread Lisi Reisz
On Monday 19 September 2016 14:31:10 Greg Wooledge wrote: > On Sun, Sep 18, 2016 at 08:33:23PM -0400, Neal P. Murphy wrote: > > will reach the X11 session. If it started. If not, it > > could be that a default xdm session (KDE, Gnome, XFCE, etc.) wasn't > > selected or a desktop 'task' wasn't

Re: Mate : réglage son sans pulseaudio

2016-09-19 Thread jérémy prego
salut, il faut installer: mate-settings-daemon-gstreamer mate-media-gstreamer accepter de désinstaller les paquets en conflits et ça devrai rouler. penser aussi a changer /etc/speech-dispatcher/speechd.conf en mettant ouvertement "alsa" dans "audio output" si speechd-dispatcher est utilisé.

/etc/fstab and systemd

2016-09-19 Thread Pol Hallen
hi all :-) I migrated my pc to systemd (!), in /etc/fstab I've /dev/sdb1 /test ext4x-systemd.automount 0 0 (I use UUID but to semplify I wrote /dev/sdb1) this line works but only on some pc what is the correct way to mount a disk automatically at start up of system?

Re: Roundcube avec les paquets Debian

2016-09-19 Thread Ph. Gras
Désolé, mais j'en suis toujours au même point. Les fichiers PHP en lien symbolique ne sont pas suivis : # tail /var/log/nginx/roundcube.error.log 2016/09/19 14:59:52 [error] 25923#0: *86238 "/var/lib/roundcube/installer/index.php" is not found (2: No such file or directory), client:

Re: cant get to desktop anymore

2016-09-19 Thread Greg Wooledge
On Sun, Sep 18, 2016 at 08:33:23PM -0400, Neal P. Murphy wrote: > will reach the X11 session. If it started. If not, it could > be that a default xdm session (KDE, Gnome, XFCE, etc.) wasn't selected or a > desktop 'task' wasn't installed. > > Console #7 is the standard console used for X11.

Re : Mate : réglage son sans pulseaudio

2016-09-19 Thread MENGUAL Jean-Philippe
Bonjour, Tu sais si le paquet mate-media est installé? Je me demande s'il ne faut pas virer mate-media-pulse sinon. Cordialement, Jean-Philippe MENGUAL HYPRA, progressons ensemble Tél.: 01 84 73 06 61 Mail: cont...@hypra.fr Site Web: http://www.hypra.fr - Raphaël POITEVIN

Re: Installing a MINIMAL Mate Desktop How?

2016-09-19 Thread Richard Owlett
On 9/11/2016 12:52 PM, Brian wrote: On Sun 11 Sep 2016 at 10:04:06 -0500, Richard Owlett wrote: While waiting for response(s) to my my post I installed marco, xorg, xterm, mate-terminal, mate-panel, mate-session-manager and lightdm. I now have a workable, if ugly *MINIMAL* install. ;)

SOLVED: Re: How to permanently change default sound input source?

2016-09-19 Thread Frédéric Mesplède
2016-09-05 21:21 GMT+02:00 didier gaumet : > > 1) pacmd modifies only a running instance of pulseaudio: all is lost > when pulseaudio stops > 2) to alter permanently the default source input in pulseaudio, you may > edit your client config' file (cf man pulse-client.conf)

  1   2   >