ISO9660 creator in Debian Jessie

2016-12-04 Thread terryc
I need a prog to create an ISO image of files to transfer to a second
machine for burning, but I've suddenly found that my rich collection of
tools is noew depreciated and D'd in Debian Jessie.

Unfortuantely, all that both machines have is Xfburn, which it gives
you an option of creating an ISO, it only does so if the burner is in
that machine. Major bummer.

I'm looking for recommendations that do work in this situation.

T.I.A.




Re: systemd-journald fails

2016-12-04 Thread emetib
On Sunday, December 4, 2016 at 5:10:04 PM UTC-6, deloptes wrote:

> /dev/log
?

try and take a look at 'journalctl -b 0'
that might give some info or you can look at '/var/log/messages' and/or 
'/var/log/syslog'.  those last two kind of depends on how your systemd is set 
up.

take care
em



Re: systemd-journald fails

2016-12-04 Thread deloptes
Rainer Dorsch wrote:

> The system is hosted at scaleway, i.e. it is not a Debian kernel, which is
> running.

would you mind if we know what is the kernel and the systemd version?

I don't think it is a kernel issue though.
You see your systemd-journal fails to start so you don't provide /dev/log
which is needed by ... well perhaps most of the newer applications. Try
solving this first

regards



Mutt com vacation (auto replay) setup

2016-12-04 Thread Marcelo Laia
Colega,

Eu uso o mutt + msmtp + offlineimap para gerenciamento e envio de mensagens.

A fim de ficar respondendo a muita gente que eu estou em gozo de férias,
resolvi instalar o pacote vacation (apt-get install vacation). Eu também 
instalei o pacote msmtp-mta. Logo, o sendmail aponta para mamtp:

marcelo@marcelo:~$ ls -l /usr/sbin/sendmail
lrwxrwxrwx 1 root root 12 ago  5 13:14 /usr/sbin/sendmail -> ../bin/msmtp
marcelo@marcelo:~$ 

Meu arquivo .forward está assim:

\marcelo, meuloginnogm...@gmail.com, "|/usr/bin/vacation -a contaalvo marcelo

Contaalvo é a conta para a qual eu quero que sejam dadas as respostas
automáticas.

No entanto, quando eu testo, eu somente recebo a resposta automática se eu
enviar um email para a conta marcelo@localhost. Isso mostra que o vacation está
funcionando. Mas, se eu mando uma mensagem para contaa...@mudominio.com, eu não
recebo nada de volta. Já excluí o arquivo .vacation.db!

Você saberia me ajudar?

-- 
Marcelo



Re: Assunto: Re: iniciar x11vnc via ssh

2016-12-04 Thread Guimarães Faria Corcete DUTRA , Leandro
2016-12-04 17:21 GMT-02:00 Adalberto Filho :
> É uma resposta a um post porém só vi depois que o Post é de 2007

O tempo não importa tanto, embora de fato torne a mensagem pouco
relevante.  Os problemas são responder sem citar o texto original (ou
responder antes da citação), não preceder a linha de assunto por Re:,
e responder em HTML (em vez de texto simples).



-- 
skype:leandro.gfc.dutra?chat  Yahoo!: ymsgr:sendIM?lgcdutra
+55 (61) 3546 7191  gTalk: xmpp:leand...@jabber.org
+55 (61) 9302 2691ICQ/AIM: aim:GoIM?screenname=61287803
BRAZIL GMT−3  MSN: msnim:chat?contact=lean...@dutra.fastmail.fm



Re: iniciar x11vnc via ssh

2016-12-04 Thread Guimarães Faria Corcete DUTRA , Leandro
2016-12-04 16:29 GMT-02:00 Adalberto Filho :
> Eu utilizo o seguinte comando:

Não entendi, do que se trata?  É uma dica a quem interessar posta?  Ou
uma resposta a alguma coisa com outro título?


-- 
skype:leandro.gfc.dutra?chat  Yahoo!: ymsgr:sendIM?lgcdutra
+55 (61) 3546 7191  gTalk: xmpp:leand...@jabber.org
+55 (61) 9302 2691ICQ/AIM: aim:GoIM?screenname=61287803
BRAZIL GMT−3  MSN: msnim:chat?contact=lean...@dutra.fastmail.fm



Re: hplip and use of the "driver plugin"

2016-12-04 Thread Brian
On Sat 19 Nov 2016 at 16:14:45 -0500, Jape Person wrote:

> On 11/19/2016 02:47 PM, Brian wrote:
> >
> >You have this one definite requirement and will have to firm up what
> >else you definitely want. I'll mention the HP OfficeJet Pro 8720
> >All-in-One Printer. It is relatively inexpensive, deals in PCL 3 and
> >has AirPrint. An interesting aspect of it is that it is claimed to be
> >an IPP Everywhere printer, meaning you need no drivers on the machine
> >you are printing from. But it is an inkjet.
> >
> Yes, thanks. I suppose I'll just have to go with an MFP that uses inkjet
> instead of laser. It think it's curious that you can get a single function
> Color LaserJet from HP that doesn't require the driver plugin. You can get
> an OfficePro MFP which doesn't require the driver plugin. But you can't get
> a single function scanner which doesn't require the driver plugin.
> 
> I wanted a laser printer. I wanted a scanner. I didn't want an inkjet or the
> driver plugin. There currently seems to be no way to accomplish this exact
> set of specs. The closest I can come, I guess, is to buy a laser printer and
> an inkjet MFP and just not use the inkjet printer portion of the MFP.
> 
> Your suggestion of the 8720 or one of its close relatives is probably the
> best I can do with HP. I appreciate your help on this, Brian.

So, in the end, you went for a Brother MFC-9340CDW. Looks a nice machine
but as was said in a previous mail of mine (resent to the list due to
feline frollicking) this doesn't get you off square one if you use the
Brother printer drivers. Ok, there are PCL6 and PostScript emulations on
the device so a generic PPD (missing access to some of the printer's
functionality) could be used. At about 350 GBP for the device though,
I'd want my money's worth.

Now for the good news. Your printer does AirPrint. An AirPrint printer
has to accept data in the Apple Raster Format (URF) and CUPS 2.2.2 has
support for sending Apple Raster to a printer. cups-browsed 1.12.0 has
adjusted its CreateIPPPrinterQueues directive to take account of this:

 
http://bzr.linuxfoundation.org/loggerhead/openprinting/cups-filters/annotate/head:/utils/cups-browsed.conf.5

Problem also solved for any HP AirPrint capable machines which uses a
plugin.

-- 
Brian.



iniciar x11vnc via ssh

2016-12-04 Thread Adalberto Filho
Eu utilizo o seguinte comando:

x11vnc -passwd 123 -find

o -find faz ele esperar um cliente tentar conectar para ativar(logo na maquina 
em que quero acessar via x11vnc pelo ssh e rodo o comando acima) depois conecto 
normalmente pelo x11vnc após fechar a conexão o server x11vnc é desativado

Re: hplip and use of the "driver plugin"

2016-12-04 Thread Lisi Reisz
On Sunday 04 December 2016 14:55:10 rhkra...@gmail.com wrote:
> On Sunday, December 04, 2016 06:50:17 AM Lisi Reisz wrote:
> > On Saturday 03 December 2016 20:14:21 Jape Person wrote:
> > > I
> > > have a horrible time reading this stuff through a browser interface.
> >
> > Yes, sorry. :-(  I have a horrible time with archives being illegible in
> > browsers - but I thought that that was a problem restricted to the
> > partially sighted:  the fully sighted can see them, and I have been told
> > that screen readers for the blind can handle them fine.
>
> I'm curious as to what the problem is?  I mean, I don't have much of a
> problem, but I use a legible font 

Archives tend ot oevr-ride my choice of font.

> and use + to increase the font size 
> to a comfortable size (on my 32" monitor), and the colors are my preferred
> black on a white background (as opposed to a light color on a dark
> background-- which, among other things, some applications or websites still
> do some things wrong when they interpolate colors for  phrase, but when they scale fonts>.
>
> The user interface isn't ideal (I mean, too many choices, I imagine a non-
> sighted person might get frustrated listening to all the choices).
>
> And, in general, I'd prefer to see several posts from the same thread on
> one page rather than paging for each post
>
> But, is there something else, and which is the biggest problem for
> non-sighted or partially sighted people?

That varies from person to person, which makes things difficult for those 
trying to help.  

Speaking personally, I need a denser darker font with much more spacing.  
Making it bigger indeed helps - but not as much as having it in my email 
client and fully controlling the font!  Archives seem to override any 
settings I may have put in my browser, and use a very thin font which i 
cannot succeed in over-riding. 

And I need things broken up and with lots of space.  I achieve this in my 
email client by changing the colour of the bits I don't really need to see, 
and simply not reading large blocks of text.  Archives are harder, but break 
up better sometimes than others - perhaps because of the originating email 
client.

I think the extent of my own expertise, or lack of it, in controlling my 
browser comes into it.  Certainly, having had a good look now, things seem to 
have improved since I last tried do much with archives.  I've changed?  The 
browser has changed??  The archives have changed??  My DTE global controls 
have changed??

Add on the having to click through all the time, which you mention, and it 
becomes a very tedious experience.  But a LOT better than nothing!

Lisi



Re: nvidia-driver in Sid

2016-12-04 Thread Sven Hartge
Ramon Hofer  wrote:

> Is there anything I can do to rsolve the dependencies?

You need to use the nvidia-drivers from Experimental for the time
beeing.

S°

-- 
Sigmentation fault. Core dumped.



systemd-journald fails

2016-12-04 Thread Rainer Dorsch
Hi,

on a fresh jessie install, upgraded to stretch I get

root@scw:~# systemctl status systemd-journald.service
● systemd-journald.service - Journal Service
   Loaded: loaded (/lib/systemd/system/systemd-journald.service; static; vendor 
preset: enabled)
   Active: failed (Result: exit-code) since Sun 2016-12-04 15:11:15 UTC; 2s ago
 Docs: man:systemd-journald.service(8)
   man:journald.conf(5)
  Process: 23592 ExecStart=/lib/systemd/systemd-journald (code=exited, 
status=1/FAILURE)
 Main PID: 23592 (code=exited, status=1/FAILURE)
root@scw:~# 

I think this then results in errors during an apt-get upgrade:

[...]
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Setting up mariadb-server-10.0 (10.0.28-2) ...
logger: socket /dev/log: Connection refused
logger: socket /dev/log: Connection refused
dpkg: error processing package mariadb-server-10.0 (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
[...]

The system is hosted at scaleway, i.e. it is not a Debian kernel, which is 
running.

Any hints what I could do to resolve this, is welcome.

Thanks
Rainer


-- 
Rainer Dorsch
http://bokomoko.de/


nvidia-driver in Sid

2016-12-04 Thread Ramon Hofer
Hi all

I am using sid and after dist-upgrading today I can not start X anymore:

# apt-get update  
Hit:1 http://ftp.ch.debian.org/debian sid InRelease
Reading package lists... Done
xbmc@hoferr-htpc:~$ sudo apt-get install nvidia-driver
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nvidia-driver : Depends: xserver-xorg-video-nvidia (= 367.57-2) but it
is not going to be installed E: Unable to correct problems, you have
held broken packages.


# apt-get install nvidia-driver
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nvidia-driver : Depends: xserver-xorg-video-nvidia (= 367.57-2) but it
is not going to be installed


# apt-get install nvidia-driver
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 nvidia-driver : Depends: xserver-xorg-video-nvidia (= 367.57-2) but it
is not going to be installed E: Unable to correct problems, you have
held broken packages. xbmc@hoferr-htpc:~$ sudo apt-get install
xserver-xorg-video-nvidia Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 xserver-xorg-video-nvidia : Depends: xorg-video-abi-20 but it is not
installable or xorg-video-abi-19 but it is not installable or
  xorg-video-abi-18 but it is not
installable or xorg-video-abi-15 but it is not installable or
  xorg-video-abi-14 but it is not
installable or xorg-video-abi-13 but it is not installable or
  xorg-video-abi-12 but it is not
installable or xorg-video-abi-11 but it is not installable or
  xorg-video-abi-10 but it is not
installable or xorg-video-abi-8 but it is not installable or
  xorg-video-abi-6.0 but it is not
installable Depends: xserver-xorg-core (< 2:1.18.99) but 2:1.19.0-2 is
to be installed Recommends: nvidia-driver (>= 367.57) but it is not
going to be installed



$ cat /etc/apt/sources.list
deb http://ftp.ch.debian.org/debian/ sid main contrib non-free
deb-src http://ftp.ch.debian.org/debian/ sid main contrib non-free


Is there anything I can do to rsolve the dependencies?


Thanks and regards,
Ramon



Re: hplip and use of the "driver plugin"

2016-12-04 Thread rhkramer
On Sunday, December 04, 2016 06:50:17 AM Lisi Reisz wrote:
> On Saturday 03 December 2016 20:14:21 Jape Person wrote:
> > I
> > have a horrible time reading this stuff through a browser interface.
> 
> Yes, sorry. :-(  I have a horrible time with archives being illegible in
> browsers - but I thought that that was a problem restricted to the
> partially sighted:  the fully sighted can see them, and I have been told
> that screen readers for the blind can handle them fine.


I'm curious as to what the problem is?  I mean, I don't have much of a 
problem, but I use a legible font and use + to increase the font size to 
a comfortable size (on my 32" monitor), and the colors are my preferred black 
on a white background (as opposed to a light color on a dark background--
which, among other things, some applications or websites still do some things 
wrong when they interpolate colors for .

The user interface isn't ideal (I mean, too many choices, I imagine a non-
sighted person might get frustrated listening to all the choices).

And, in general, I'd prefer to see several posts from the same thread on one 
page rather than paging for each post

But, is there something else, and which is the biggest problem for non-sighted 
or partially sighted people?



Re: Followed https://wiki.debian.org/WordPress got mysql error, syntax Error 1064

2016-12-04 Thread Nate Homier
A ha, line numbers!
Toggle line numbers

   1 CREATE DATABASE wordpress;
   2 GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,DROP,ALTER
   3 ON wordpress.*
   4 TO wordpress@localhost
   5 IDENTIFIED BY 'NaTe1973J15!';
   6 FLUSH PRIVILEGES;
​
Now that is very obvious once you know it.  I thought the phrase toggle
line numbers was a SQL thing.  Lol.  Thanks to everybody who helped.  You
must get this sort of thing sometimes.


Re: Manually installed packages

2016-12-04 Thread Jörg-Volker Peetz
Rodolfo Medina wrote on 12/04/16 12:54:
> Jörg-Volker Peetz  writes:

>>   aptitude -F '%p %I %d' --sort installsize search '~i'
> 
> 
> What about reverse (descending) installsize order?
> 
> Thanks,
> 
> Rodolfo
> 
For that purpose, the unix command "tac" comes handy

  aptitude -F '%p %I %d' --sort installsize search '~i' | tac

Regards,
jvp.




Re: Manually installed packages

2016-12-04 Thread Rodolfo Medina
Jörg-Volker Peetz  writes:

> Jörg-Volker Peetz wrote on 12/04/16 10:40:
>> Greg Wooledge wrote on 12/01/16 20:06:
>>> On Thu, Dec 01, 2016 at 06:38:45PM +, Rodolfo Medina wrote:
>> 
>>>
>>> P.S. http://wooledge.org/~greg/ds will sort the installed packages by
>>> size for you.  As you can see, many of us have been there, done that.
>>>
>> 
>> 
>> Yes, e.g., aptitude can do this sorting (and sorting by other criteria):
>> 
>>   aptitude -F '%p %D %d' --sort installsize search '~i'
>> 
> Correction: to display the installed size this should be
>
>   aptitude -F '%p %I %d' --sort installsize search '~i'


What about reverse (descending) installsize order?

Thanks,

Rodolfo



Re: hplip and use of the "driver plugin"

2016-12-04 Thread Lisi Reisz
On Saturday 03 December 2016 20:14:21 Jape Person wrote:
> I
> have a horrible time reading this stuff through a browser interface.

Yes, sorry. :-(  I have a horrible time with archives being illegible in 
browsers - but I thought that that was a problem restricted to the partially 
sighted:  the fully sighted can see them, and I have been told that screen 
readers for the blind can handle them fine.

Lisi



Re: Followed https://wiki.debian.org/WordPress got mysql error, syntax Error 1064

2016-12-04 Thread Kushal Kumaran
Nate Homier  writes:

> I followed the Debian wiki for Wordpress.  I got to the part about
>
> cat ~/wp.sql | mysql --defaults-extra-file=/etc/mysql/debian.cnf
>
> And boom, error!
>
> Error is; 1064 (42000) at line 1:
>
> you have an error in your SQL syntax
>
> 1 CREATE DATABASE wordpress' at line 1
>

It looks like you have got the line numbers with your copy-paste.  The
wiki has a button to disable showing line numbers in code snippets.  The
line numbers should not be present in the sql file.  You can remove them
by hand also, of course.

> I am running latest version of Debian 8 with all updates applied.
>
> Server only.  I simply copied and pasted the commands.  This is my first
>
> time trying to run Wordpress.
>
> Any ideas, I am not familiar with MySQL.

--
regards,
kushal



Re: Followed https://wiki.debian.org/WordPress got mysql error, syntax Error 1064

2016-12-04 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, Dec 03, 2016 at 11:46:16PM -0700, Nate Homier wrote:
> I followed the Debian wiki for Wordpress.  I got to the part about
> 
> cat ~/wp.sql | mysql --defaults-extra-file=/etc/mysql/debian.cnf

Can you show us the file "wp.sql" you used?

My guess is that by copying you picked up the line numbers from the
wiki page: those don't belong to the SQL commands. But it's just a guess.

Regards
- -- tomás
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlhD680ACgkQBcgs9XrR2kZ46gCeM4wW/eLKvEtdBLSwK8k8o3Wt
MtwAn1p7YMWy7hu0bOrRc4luYKZXmPC8
=QQRG
-END PGP SIGNATURE-



Re: Manually installed packages

2016-12-04 Thread Jörg-Volker Peetz
Jörg-Volker Peetz wrote on 12/04/16 10:40:
> Greg Wooledge wrote on 12/01/16 20:06:
>> On Thu, Dec 01, 2016 at 06:38:45PM +, Rodolfo Medina wrote:
> 
>>
>> P.S. http://wooledge.org/~greg/ds will sort the installed packages by
>> size for you.  As you can see, many of us have been there, done that.
>>
> 
> 
> Yes, e.g., aptitude can do this sorting (and sorting by other criteria):
> 
>   aptitude -F '%p %D %d' --sort installsize search '~i'
> 
Correction: to display the installed size this should be

  aptitude -F '%p %I %d' --sort installsize search '~i'

Regards,
jvp.




Re: Manually installed packages

2016-12-04 Thread Jörg-Volker Peetz
Greg Wooledge wrote on 12/01/16 20:06:
> On Thu, Dec 01, 2016 at 06:38:45PM +, Rodolfo Medina wrote:

> 
> P.S. http://wooledge.org/~greg/ds will sort the installed packages by
> size for you.  As you can see, many of us have been there, done that.
> 


Yes, e.g., aptitude can do this sorting (and sorting by other criteria):

  aptitude -F '%p %D %d' --sort installsize search '~i'

Regards,
jvp.