Re: Old, stale bug reports (bug triage)

2017-04-27 Thread Felix Dietrich
Cindy-Sue Causey  writes:

> Is this also something where Felix would participate actively over at
> Debian-Mentors?
>
> https://lists.debian.org/debian-mentors/

I had considered the mentors list, but, while using the bug tracking
system might start to border on the purview of that list, a quick
skimming over its archive left me with the impression that the messages
are generally package sponsering requests or otherwise about packaging –
my question felt more like that of an interested user who has started to
explore the possibilities of contributing to Debian.

--
Felix Dietrich



Re: How to Run a Command on Screensaver Activation, Only After User Interaction that Session?

2017-04-27 Thread Felix Dietrich
Kent West  writes:

> On Wed, Apr 26, 2017 at 4:52 PM, Kent West  wrote:
> I've got 90% of it done, but I need it to logout after a certain
> time of inactivity, but only after the computer has been used at
> least once since the last start of X (otherwise it'll just be in a
> slow loop of restarting X).
>
> - boot into X
> - sit idly for 20 minutes, 2 hours, 3 days, whatever, screensaver
>   running, until a guest comes up and uses the kiosk

Do you mean the display manager is running waiting for a user to log in,
possibly allowing a passwordless guest login?  Upon login the display
manager executes an initialisation script, possibly .xinitrc.  In this
script you can set up the kiosk session:

- start the program/script that will forcibly log the user out once
  a certain time has passed.
- start a program/script to monitor the xscreensavers state
- start some basic programs (window manager, panels) so that a user
  can actually do something
- whatever else you can think of

You may also want to consider that a user probably should not be able to
edit the initialisation script (xinitrc) or kill the program/script that
will exit the session automatically after a certain time has passed.

When using a display manager the FRESH_X variable might not be
necessary.

> In my .xinitrc, I have
>
> export FRESH_X=TRUE
>
> Then I want to have a script that sits and waits for a keypress or a
> mouse activity; this is where I need the syntax help.

When you refer to "script" do you mean a separate script file that you
call or simply more commands following the shells "export" command?

> When that script sees keyboard or mouse activity, it will export
> FRESH_X=FALSE

In case you are talking of a script file you run (instead of source [1])
be aware that the value of environment variables is not shared among
processes: a parent process can pass environment variables to a child
process on execution, but once the child exists both parent and child
have their own copy of the environment.

The "export" command only controls which of the shell's environment
variables are passed to the child: exported variables are passed to a
child on execution.

> But I need help with the syntax of checking for a keypress or mouse
> activity. I've looked at xinput and xev and another tool something
> like xenv, but I can't figure out the syntax in a bash if/then
> statement.

The following snipped can be used to block further script execution
until xinput reports an event.  It reads lines from xinput until it
encounters a line starting with "EVENT" using, instead of the "if"
statement, the "case" statement [2] , which supports a simple form of
pattern matching.

xinput --test-xi2 --root | while read line
do
case $line in
EVENT*)
break
;;
esac
done

> I'll configure the xscreensaver-command --watch to watch for the
> screen saver to go BLANK, and when it does I check the status of
> FRESH_X ; if FRESH_X is FALSE, and the screensaver activates, I can
> set a 10-second time, check again to make sure the screensaver is
> still active, and then run my logout.

Searching the web, I found the xautolock [3] program.  You may be able
to use its "-killer", "-killtime", "-locker", "-time" parameters to
realise your kiosk idea and save you some scripting.



Happy hacking. :)



Footnotes: 
[1] 
https://www.gnu.org/software/bash/manual/html_node/Bash-Builtins.html#index-source

[2] 
https://www.gnu.org/software/bash/manual/html_node/Conditional-Constructs.html#index-case

[3] https://packages.debian.org/jessie/xautolock

--
Felix Dietrich



Re: Program to electronically sign PDF's?

2017-04-27 Thread Fjfj109
How do you do this with Evince?

 Original Message 
Subject: Re: Program to electronically sign PDF's?
Local Time: April 27, 2017 7:20 PM
UTC Time: April 27, 2017 11:20 PM
From: d...@randomstring.org
To: Fjfj109 
debian-user@lists.debian.org 

On Thu, Apr 27, 2017 at 05:41:00PM -0400, Fjfj109 wrote:
> I've tried GIMP, but the document is password protected and does not give me 
> the option to input the password. Is there any program people know of in 
> Debian (stable) that allows me to do this?

epdfviewer and evince should both have that ability.

-dsr-

Re: Vaga para administrador de servidores Linux (Rio de janeiro)

2017-04-27 Thread superjonatastube .
Eu tenho interesse na vaga , porem estou localizado em sao paulo, se
realmente é trabalho garantido, nao tenho nenhum problema em ir ate o rio.
Sou solteiro e nada me prende ou impede...
Como faco para entrar em contato no inbox com vc.

jonatasbr...@gmail.com


Em 27 de abr de 2017 18:25, "Thobias Oliveira" 
escreveu:

> Boa tarde amigos!
>
> Peço perdão pela mensagem tão off topic mas necessito preencher uma vaga
> para administrador de servidores linux, por favor, quem se interessar peço
> que entre em contato diretamente comigo inbox.
>
> Att.
>
> Spirit Mercy
>


Re: Program to electronically sign PDF's?

2017-04-27 Thread Dan Ritter
On Thu, Apr 27, 2017 at 05:41:00PM -0400, Fjfj109 wrote:
> I've tried GIMP, but the document is password protected and does not give me 
> the option to input the password. Is there any program people know of in 
> Debian (stable) that allows me to do this?

epdfviewer and evince should both have that ability.

-dsr-



RE: Novell Cliente

2017-04-27 Thread Romero, Fernando
Si es el protocolo ipx, hace mucho que no escuchaba de novell



Enviado desde mi Samsung Mobile de Claro


 Mensaje original 
De: Ricardo Zúñiga 
Fecha: 4/27/2017 18:57 (GMT-03:00)
A: Itzcoalt Alvarez 
CC: Lista Debian 
Asunto: Re: Novell Cliente

Gracias por sus comentarios, mañana llegando a la of reviso y les comento por 
si a alguien .as le sirve.

Saludos

El 27-04-2017 18:55, "Itzcoalt Alvarez" 
> escribió:
El protocolo era IPX, me parece, hay que buscarlo asi.


El 27 de abril de 2017, 14:27, Ricardo Zúñiga 
> escribió:
Si, con ese estoy intentando conectarme a la red novell, la pagina que envío 
itzcoalt hace referencia a un cliente ya descontinuado, estuve leyendo del tema 
y encontré ncpmount aun sin lograr conexión exitosa.

El 27 de abril de 2017, 16:24, Paynalton 
> escribió:
lo único que encontré fue este paquete que contenía las utilerías para novell y 
no parece haber tenido actividad en mucho tiempo:

https://tracker.debian.org/pkg/ncpfs



El jue., 27 de abr. de 2017 a la(s) 14:07, Itzcoalt Alvarez 
> escribió:
hace muchos, pero muchos años, yo conectaba linux a una red NOVELL, con el 
protocolo propietario de ellos, era un modulo a cargar en el Kernel, pero no se 
si aun este activo.

Saludos


El 27 de abril de 2017, 12:36, Ricardo Zúñiga 
> escribió:
Estimados,

Recurro a la lista para saber si existe alguna aplicación cliente para novell, 
desde ya muchas gracias.

Saludos

--
Atte.
Ricardo G. Zúñiga Bauer
SysAdmin
User Linux: #455331



--
[http://www.joiz.net/firma-itz.jpg]



--
Atte.
Ricardo G. Zúñiga Bauer
Analista programador
Sitio web: http://ceaerrepe.com.ar
User Linux: #455331



--
[http://www.joiz.net/firma-itz.jpg]


Program to electronically sign PDF's?

2017-04-27 Thread Fjfj109
I've tried GIMP, but the document is password protected and does not give me 
the option to input the password. Is there any program people know of in Debian 
(stable) that allows me to do this?

Re: Novell Cliente

2017-04-27 Thread Ricardo Zúñiga
Gracias por sus comentarios, mañana llegando a la of reviso y les comento
por si a alguien .as le sirve.

Saludos

El 27-04-2017 18:55, "Itzcoalt Alvarez"  escribió:

> El protocolo era IPX, me parece, hay que buscarlo asi.
>
>
> El 27 de abril de 2017, 14:27, Ricardo Zúñiga 
> escribió:
>
>> Si, con ese estoy intentando conectarme a la red novell, la pagina que
>> envío itzcoalt hace referencia a un cliente ya descontinuado, estuve
>> leyendo del tema y encontré ncpmount aun sin lograr conexión exitosa.
>>
>> El 27 de abril de 2017, 16:24, Paynalton  escribió:
>>
>>> lo único que encontré fue este paquete que contenía las utilerías para
>>> novell y no parece haber tenido actividad en mucho tiempo:
>>>
>>> https://tracker.debian.org/pkg/ncpfs
>>>
>>>
>>>
>>> El jue., 27 de abr. de 2017 a la(s) 14:07, Itzcoalt Alvarez <
>>> itzcoal...@joiz.net> escribió:
>>>
 hace muchos, pero muchos años, yo conectaba linux a una red NOVELL, con
 el protocolo propietario de ellos, era un modulo a cargar en el Kernel,
 pero no se si aun este activo.

 Saludos


 El 27 de abril de 2017, 12:36, Ricardo Zúñiga 
 escribió:

> Estimados,
>
> Recurro a la lista para saber si existe alguna aplicación cliente para
> novell, desde ya muchas gracias.
>
> Saludos
>
> --
> Atte.
> Ricardo G. Zúñiga Bauer
> SysAdmin
> User Linux: #455331
>



 --


>>
>>
>> --
>> Atte.
>> Ricardo G. Zúñiga Bauer
>> Analista programador
>> Sitio web: http://ceaerrepe.com.ar
>> User Linux: #455331
>>
>
>
>
> --
>
>


Re: Novell Cliente

2017-04-27 Thread Itzcoalt Alvarez
El protocolo era IPX, me parece, hay que buscarlo asi.


El 27 de abril de 2017, 14:27, Ricardo Zúñiga 
escribió:

> Si, con ese estoy intentando conectarme a la red novell, la pagina que
> envío itzcoalt hace referencia a un cliente ya descontinuado, estuve
> leyendo del tema y encontré ncpmount aun sin lograr conexión exitosa.
>
> El 27 de abril de 2017, 16:24, Paynalton  escribió:
>
>> lo único que encontré fue este paquete que contenía las utilerías para
>> novell y no parece haber tenido actividad en mucho tiempo:
>>
>> https://tracker.debian.org/pkg/ncpfs
>>
>>
>>
>> El jue., 27 de abr. de 2017 a la(s) 14:07, Itzcoalt Alvarez <
>> itzcoal...@joiz.net> escribió:
>>
>>> hace muchos, pero muchos años, yo conectaba linux a una red NOVELL, con
>>> el protocolo propietario de ellos, era un modulo a cargar en el Kernel,
>>> pero no se si aun este activo.
>>>
>>> Saludos
>>>
>>>
>>> El 27 de abril de 2017, 12:36, Ricardo Zúñiga 
>>> escribió:
>>>
 Estimados,

 Recurro a la lista para saber si existe alguna aplicación cliente para
 novell, desde ya muchas gracias.

 Saludos

 --
 Atte.
 Ricardo G. Zúñiga Bauer
 SysAdmin
 User Linux: #455331

>>>
>>>
>>>
>>> --
>>>
>>>
>
>
> --
> Atte.
> Ricardo G. Zúñiga Bauer
> Analista programador
> Sitio web: http://ceaerrepe.com.ar
> User Linux: #455331
>



--


Re: 4K problemen

2017-04-27 Thread Heiko Noordhof

Hoi Paul,

On 04/27/2017 09:59 PM, Paul van der Vlis wrote:

Hallo,

Ik ben een computer aan het maken voor iemand, en deze zou 4K moeten
kunnen. De praktijk is echter dat 4K niet goed werkt. Er zitten
regelmatig trillingen in het beeld. Niet als je niets doet, maar wel als
je bezig bent.

Ik heb een kennis uitgenodigd met een Macbook die goed 4K kan. Daar is
het beeld wel goed met dezelfde monitor en dezelfde kabel. Het gaat om
een LG 27UD58-B monitor. Het lijkt me dus een probleem van de computer.

De computer is een gebruikte HP Z800 workstation met een AMD Firepro
4100 videokaart die 4K aankan. Zelfs op 4 monitoren tegelijk. En ik heb
gelezen dat deze videokaart in de praktijk goed werkt met open source
drivers.
http://blog.mycre.ws/articles/works-with-debian-intel-ssd-750-amd-firepro-w4100-dell-p2715q/


In de tekst van de link die je hierboven noemt, staat dat de schrijver 
versie 1:7.6.1-1 van het
"xserver-xorg-video-radeon" package geinstalleerd heeft. In Debian 
Jessie zit een oudere versie, nl: 1:7.5.0-1.


In stretch en jessie-backports zit inmiddels al weer nieuwere versie. 
Heb jij gewoon de Jessie versie gebruikt? Dan zou ik aanraden de 
backports in je apt-sources opnemen, en misschien ook een kernel daaruit 
te installeren (als die niet al vanzelf meekomt als depdency).


Groeten, Heiko



Hier staan de specs:
http://www.amd.com/en-us/products/graphics/workstation/firepro-3d/4100#

Omdat het niet goed werkt verdacht ik de videokaart van problemen en heb
deze terug gestuurd en een andere gekregen. Het is misschien ietsje
beter, maar het werkt nog steeds niet echt goed.

Iemand een tip of idee?

Groeten,
Paul





Vaga para administrador de servidores Linux (Rio de janeiro)

2017-04-27 Thread Thobias Oliveira
Boa tarde amigos!

Peço perdão pela mensagem tão off topic mas necessito preencher uma vaga
para administrador de servidores linux, por favor, quem se interessar peço
que entre em contato diretamente comigo inbox.

Att.

Spirit Mercy


Re: continual acpid and gdm3 messages in syslog

2017-04-27 Thread Sven Joachim
On 2017-04-27 19:48 +0100, Ron Leach wrote:

> Syslog is logging thousands of reports that I've not seen before, and
> I wonder if anybody on the list could advise how I should deal with
> these reports.
>
> In syslog there are pretty much continuous messages (extract below)
> issued by acpid and gdm.  The gdm3 message warns that GdmDisplay is
> lasting a very short time.  The machine's raid1 array redundancy is
> being recovered, and to do a disc replacement I took the machine
> offline onto a workbench where it does not have a screen or
> keyboard. (Controlling via ssh.)  The machine is an older server,
> still running D6/Squeeze.
>
> If the problem is because there is no screen connected, is there
> anything I could arrange so that neither acpid nor gdm3 keep warning
> about this?

How about just stopping these services?  You probably don't need a
display manager at the moment, so "service gdm3 stop" gets rid of the
gdm3 syslog spam, and hopefully of acpid's too.

Cheers,
   Sven



Re: 4K problemen

2017-04-27 Thread Frans van Berckel
On Thu, 2017-04-27 at 22:33 +0200, Paul van der Vlis wrote:
> Op 27-04-17 om 22:09 schreef Frans van Berckel:
> 
> > Misschien voor de zekerheid, toch maar even een o zo domme vraag.
> > Werkt het met een iets lagere resolutie wel gelijk goed?
> 
> Ja, maar een "iets" lagere resolutie is 2540x1440 en dus een flink
> verschil met wat zou moeten kunnen: 3840x2160.
> 
> Dat wil zeggen, na het inloggen. Het inloggen moet ik nog wel doen
> met piepkleine lettertjes. De dingen voor de displaymanager heb ik
> wel groter weten te krijgen, en ook de virtuele terminals.

In de soort situaties is het meestal niet alleen een andere resolutie,
wat doet bijvoorbeeld de refreshrate, color depth, tov 4K?

Voor de duidelijkheid, ik denk mee, maar heb nog nooit naar 4K gekeken.

Met vriendelijke groet,


Frans van Berckel



Re: 4K problemen

2017-04-27 Thread Paul van der Vlis
Op 27-04-17 om 22:09 schreef Frans van Berckel:

> Misschien voor de zekerheid, toch maar even een o zo domme vraag. Werkt
> het met een iets lagere resolutie wel gelijk goed?

Ja, maar een "iets" lagere resolutie is 2540x1440 en dus een flink
verschil met wat zou moeten kunnen: 3840x2160.

Dat wil zeggen, na het inloggen. Het inloggen moet ik nog wel doen met
piepkleine lettertjes. De dingen voor de displaymanager heb ik wel
groter weten te krijgen, en ook de virtuele terminals.

Groeten,
Paul.



-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



Re: Novell Cliente

2017-04-27 Thread Javier ArgentinaBBAR
El día 27 de abril de 2017, 14:36, Ricardo Zúñiga
 escribió:
> Estimados,
>
> Recurro a la lista para saber si existe alguna aplicación cliente para
> novell, desde ya muchas gracias.
>
> Saludos
>
> --
> Atte.
> Ricardo G. Zúñiga Bauer
> SysAdmin
> User Linux: #455331


http://novelclient.sourceforge.net/
Esto está congelado desde 2005.

https://www.novell.com/documentation/linux_client/ncl20sp3_installqs/data/ncl20sp3_installqs.html
Al parecer, sólo para x86_32

https://www.novell.com/documentation/oes11/file_cifs_lx/data/bgq3bft.html
Me parece que lo único que está funcionando es acceder por CIFS (samba)

JAP



Re: 4K problemen

2017-04-27 Thread Frans van Berckel
Hoi Paul,

On Thu, 2017-04-27 at 21:59 +0200, Paul van der Vlis wrote:
> Hallo,
> 
> Ik ben een computer aan het maken voor iemand, en deze zou 4K moeten
> kunnen. De praktijk is echter dat 4K niet goed werkt. Er zitten
> regelmatig trillingen in het beeld. Niet als je niets doet, maar wel
> als je bezig bent.
> 
> Ik heb een kennis uitgenodigd met een Macbook die goed 4K kan. Daar
> is het beeld wel goed met dezelfde monitor en dezelfde kabel. Het
> gaat om een LG 27UD58-B monitor. Het lijkt me dus een probleem van de
> computer.
> 
> De computer is een gebruikte HP Z800 workstation met een AMD Firepro
> 4100 videokaart die 4K aankan. Zelfs op 4 monitoren tegelijk. En ik
> heb gelezen dat deze videokaart in de praktijk goed werkt met open
> source drivers.
> http://blog.mycre.ws/articles/works-with-debian-intel-ssd-750-amd-fir
> epro-w4100-dell-p2715q/
> Hier staan de specs:
> http://www.amd.com/en-us/products/graphics/workstation/firepro-3d/410
> 0#
> 
> Omdat het niet goed werkt verdacht ik de videokaart van problemen en
> heb deze terug gestuurd en een andere gekregen. Het is misschien
> ietsje beter, maar het werkt nog steeds niet echt goed.
> 
> Iemand een tip of idee?

Misschien voor de zekerheid, toch maar even een o zo domme vraag. Werkt
het met een iets lagere resolutie wel gelijk goed?

Met vriendelijke groet,


Frans van Berckel



4K problemen

2017-04-27 Thread Paul van der Vlis
Hallo,

Ik ben een computer aan het maken voor iemand, en deze zou 4K moeten
kunnen. De praktijk is echter dat 4K niet goed werkt. Er zitten
regelmatig trillingen in het beeld. Niet als je niets doet, maar wel als
je bezig bent.

Ik heb een kennis uitgenodigd met een Macbook die goed 4K kan. Daar is
het beeld wel goed met dezelfde monitor en dezelfde kabel. Het gaat om
een LG 27UD58-B monitor. Het lijkt me dus een probleem van de computer.

De computer is een gebruikte HP Z800 workstation met een AMD Firepro
4100 videokaart die 4K aankan. Zelfs op 4 monitoren tegelijk. En ik heb
gelezen dat deze videokaart in de praktijk goed werkt met open source
drivers.
http://blog.mycre.ws/articles/works-with-debian-intel-ssd-750-amd-firepro-w4100-dell-p2715q/
Hier staan de specs:
http://www.amd.com/en-us/products/graphics/workstation/firepro-3d/4100#

Omdat het niet goed werkt verdacht ik de videokaart van problemen en heb
deze terug gestuurd en een andere gekregen. Het is misschien ietsje
beter, maar het werkt nog steeds niet echt goed.

Iemand een tip of idee?

Groeten,
Paul

-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



Re: Linux na Nuvem

2017-04-27 Thread Rafael Bedendo
Se estiver buscando algo com custo baixo e não for nenhum serviço crítico,
recomendo Contabo - https://contabo.com/?show=vps

Abraços

Rafael Bedendo

Em 27 de abril de 2017 10:17, Adiel de Lima Ribeiro <
adiel.netad...@gmail.com> escreveu:

> On 04/27/2017 09:33 AM, Antonio Terceiro wrote:
>
>> On Wed, Apr 26, 2017 at 09:36:48PM -0300, Adiel de Lima Ribeiro wrote:
>>
>>> Não é Debian em Cloud, falo dos sistemas FOSS.
>>> Deveria haver uma forma de podermos instalar o sistema do zero.
>>> Os sistemas em Cloud em geral vem com tudo no /, ou separam apenas o /,
>>> /home e /usr.
>>> Não é apenas isso, eles vem com as configurações padrão.
>>> Alterar o fstab não é assim tão fácil, você teria que mover os arquivos
>>> do
>>> sistema pra partições pré-criadas etc e tal, demora um tempinho pra fazer
>>> isso.
>>> Depois teria que personalizar o sistema ao seu gosto.
>>> Falo do tempo que se leva para deixar o sistema do jeito que você
>>> precisa.
>>>
>> quando você faz isso e recomanda a sua imagem para os outros, você
>> disponibiliza também o código usado para essa sua customização a partir
>> de uma imagem limpa (scripts e/ou documentação)?
>>
>> quando alguém pergunta sobre FreeBSD numa lista de FreeBSD, você
>> responde indicando GNU/Linux? ;-)
>>
> A imagem já vem customizada, disponibilizo o suporte, caso seja de
> interesse do cliente.
> Se o GNU/Linux for mais adequado para o caso de uso, sim, recomendo.
>
>
>
> --
> Best regards;
> Adiel de Lima Ribeiro
> AWS Certified Solutions Architect
> Specialist in Linux Network Administration
> Microsoft Certified Systems Administrator
> +55 (31) 98961-5984
> http://consultoriaemti.com/
>
>


Re: Novell Cliente

2017-04-27 Thread Ricardo Zúñiga
Si, con ese estoy intentando conectarme a la red novell, la pagina que
envío itzcoalt hace referencia a un cliente ya descontinuado, estuve
leyendo del tema y encontré ncpmount aun sin lograr conexión exitosa.

El 27 de abril de 2017, 16:24, Paynalton  escribió:

> lo único que encontré fue este paquete que contenía las utilerías para
> novell y no parece haber tenido actividad en mucho tiempo:
>
> https://tracker.debian.org/pkg/ncpfs
>
>
>
> El jue., 27 de abr. de 2017 a la(s) 14:07, Itzcoalt Alvarez <
> itzcoal...@joiz.net> escribió:
>
>> hace muchos, pero muchos años, yo conectaba linux a una red NOVELL, con
>> el protocolo propietario de ellos, era un modulo a cargar en el Kernel,
>> pero no se si aun este activo.
>>
>> Saludos
>>
>>
>> El 27 de abril de 2017, 12:36, Ricardo Zúñiga 
>> escribió:
>>
>>> Estimados,
>>>
>>> Recurro a la lista para saber si existe alguna aplicación cliente para
>>> novell, desde ya muchas gracias.
>>>
>>> Saludos
>>>
>>> --
>>> Atte.
>>> Ricardo G. Zúñiga Bauer
>>> SysAdmin
>>> User Linux: #455331
>>>
>>
>>
>>
>> --
>>
>>


-- 
Atte.
Ricardo G. Zúñiga Bauer
Analista programador
Sitio web: http://ceaerrepe.com.ar
User Linux: #455331


Re: Novell Cliente

2017-04-27 Thread Paynalton
lo único que encontré fue este paquete que contenía las utilerías para
novell y no parece haber tenido actividad en mucho tiempo:

https://tracker.debian.org/pkg/ncpfs



El jue., 27 de abr. de 2017 a la(s) 14:07, Itzcoalt Alvarez <
itzcoal...@joiz.net> escribió:

> hace muchos, pero muchos años, yo conectaba linux a una red NOVELL, con el
> protocolo propietario de ellos, era un modulo a cargar en el Kernel, pero
> no se si aun este activo.
>
> Saludos
>
>
> El 27 de abril de 2017, 12:36, Ricardo Zúñiga 
> escribió:
>
>> Estimados,
>>
>> Recurro a la lista para saber si existe alguna aplicación cliente para
>> novell, desde ya muchas gracias.
>>
>> Saludos
>>
>> --
>> Atte.
>> Ricardo G. Zúñiga Bauer
>> SysAdmin
>> User Linux: #455331
>>
>
>
>
> --
>
>


Re: Novell Cliente

2017-04-27 Thread Itzcoalt Alvarez
hace muchos, pero muchos años, yo conectaba linux a una red NOVELL, con el
protocolo propietario de ellos, era un modulo a cargar en el Kernel, pero
no se si aun este activo.

Saludos


El 27 de abril de 2017, 12:36, Ricardo Zúñiga 
escribió:

> Estimados,
>
> Recurro a la lista para saber si existe alguna aplicación cliente para
> novell, desde ya muchas gracias.
>
> Saludos
>
> --
> Atte.
> Ricardo G. Zúñiga Bauer
> SysAdmin
> User Linux: #455331
>



--


Re: Novell Cliente

2017-04-27 Thread Paynalton
no sé si te refieras a esto:

https://www.novell.com/documentation/linux_client/ncl20sp3_installqs/data/ncl20sp3_installqs.html

Claro que está enfocado a SUSE, que es la versión de linux de Novell

El jue., 27 de abr. de 2017 a la(s) 12:37, Ricardo Zúñiga <
ceaerr...@gmail.com> escribió:

> Estimados,
>
> Recurro a la lista para saber si existe alguna aplicación cliente para
> novell, desde ya muchas gracias.
>
> Saludos
>
>
> --
> Atte.
> Ricardo G. Zúñiga Bauer
> SysAdmin
> User Linux: #455331
>


Re: Exim4 no guarda mails enviados

2017-04-27 Thread Cristian Mitchell
El 27 de abril de 2017, 14:56, Santi Moreno
escribió:

> On 27 abr, Cristian Mitchell wrote:
> > El 27 de abril de 2017, 08:50, Santi Moreno
> > escribió:
> >
> > > Hola gente,
> > > tengo configurado mi Debian Jessie con Exim4 para enviar correo-e a
> > > servidores remotos a
> > > través de un smarthost pero por alguna razón que no he sido capaz de
> > > encontrar los emails que envío llegan correctamente al destinatario
> pero
> > > no se me guardan en la carpeta de "Enviados" del servidor smtp.
> > >
> > > Alguien me podría echar una mano en encontrar la solución?
> > >
> > > Saludos,
> > > @santimoreno
> > >
> > >
> > Por que el exim es un smtp solo transporta
> > para ello debes configurar un imap en el server
> > y posterirmente en el cliente
> Gracias Cristian,
> creí que exim tambien podía mantener copias en servidores remotos. En
> cualquier caso comentar que utilizo mutt con offlineimap y curiosamente
> funciona correctamente en mi portatil con Stretch pero no en Jessie en
> el pc. Tanto /etc/exim4/update.exim4.conf.conf como .muttrc y
> .offlineimaprc son los mismos ficheros pero no se comportan igual. Igual
> tiene que ver con las distintas versiones de offlineimap.
>
> Seguiré investigando.
> Saludos,
> @santimoreno
>
> >
> > --
> > MrIX
> > Linux user number 412793.
> > http://counter.li.org/
> >
> > las grandes obras,
> > las sueñan los santos locos,
> > las realizan los luchadores natos,
> > las aprovechan los felices cuerdo,
> > y las critican los inútiles crónicos,
>
>
Ojo te aclaro una cosa mas
lo que si se puede hacer es que no borre los mails del cache
pero en exim no me acuerdo cual es la opción
y si no recuerdo mal, y me puedo equivocar
no quedan ordenados por cuenta, si no por orden de llegada
esto ultimo no estoy muy seguro

-- 
MrIX
Linux user number 412793.
http://counter.li.org/

las grandes obras,
las sueñan los santos locos,
las realizan los luchadores natos,
las aprovechan los felices cuerdo,
y las critican los inútiles crónicos,


continual acpid and gdm3 messages in syslog

2017-04-27 Thread Ron Leach

List, good evening,

Syslog is logging thousands of reports that I've not seen before, and 
I wonder if anybody on the list could advise how I should deal with 
these reports.


In syslog there are pretty much continuous messages (extract below) 
issued by acpid and gdm.  The gdm3 message warns that GdmDisplay is 
lasting a very short time.  The machine's raid1 array redundancy is 
being recovered, and to do a disc replacement I took the machine 
offline onto a workbench where it does not have a screen or keyboard. 
 (Controlling via ssh.)  The machine is an older server, still 
running D6/Squeeze.


If the problem is because there is no screen connected, is there 
anything I could arrange so that neither acpid nor gdm3 keep warning 
about this?  (I've no other screen available, nor any available KVM 
connections.)


Grateful for any insights,

regards, Ron


syslog sample

Apr 27 07:35:33 server6 acpid: client connected from 22863[0:0]
Apr 27 07:35:33 server6 acpid: 1 client rule loaded
Apr 27 07:35:33 server6 gdm3[1349]: WARNING: GdmDisplay: display 
lasted 0.389096 seconds

Apr 27 07:35:34 server6 acpid: client 22863[0:0] has disconnected
Apr 27 07:35:34 server6 acpid: client connected from 22866[0:0]
Apr 27 07:35:34 server6 acpid: 1 client rule loaded
Apr 27 07:35:34 server6 gdm3[1349]: WARNING: GdmDisplay: display 
lasted 0.450009 seconds

Apr 27 07:35:34 server6 acpid: client 22866[0:0] has disconnected
Apr 27 07:35:34 server6 acpid: client connected from 22869[0:0]
Apr 27 07:35:34 server6 acpid: 1 client rule loaded
Apr 27 07:35:34 server6 gdm3[1349]: WARNING: GdmDisplay: display 
lasted 0.399569 seconds

Apr 27 07:35:35 server6 acpid: client 22869[0:0] has disconnected
Apr 27 07:35:35 server6 acpid: client connected from 22872[0:0]
Apr 27 07:35:35 server6 acpid: 1 client rule loaded
Apr 27 07:35:35 server6 gdm3[1349]: WARNING: GdmDisplay: display 
lasted 0.335396 seconds

Apr 27 07:35:35 server6 acpid: client 22872[0:0] has disconnected
Apr 27 07:35:35 server6 acpid: client connected from 22877[0:0]
Apr 27 07:35:35 server6 acpid: 1 client rule loaded
Apr 27 07:35:35 server6 gdm3[1349]: WARNING: GdmDisplay: display 
lasted 0.291772 seconds

Apr 27 07:35:35 server6 acpid: client 22877[0:0] has disconnected
Apr 27 07:35:35 server6 acpid: client connected from 22880[0:0]
Apr 27 07:35:35 server6 acpid: 1 client rule loaded
Apr 27 07:35:35 server6 gdm3[1349]: WARNING: GdmDisplay: display 
lasted 0.391071 seconds


... and so on, continuing as I write




Re: Jessie Hangs Every Other Boot

2017-04-27 Thread Kent West
On Thu, Apr 27, 2017 at 1:31 PM, Kent West  wrote:
>
>
> Normal Jessie install, but when it came time to do the "tasksel"-looking
> stage within the installer, I uninstalled everything.
>

*unselected everything


-- 
Kent West<")))><
Westing Peacefully - http://kentwest.blogspot.com


Re: Jessie Hangs Every Other Boot

2017-04-27 Thread Kent West
On Thu, Apr 27, 2017 at 12:40 PM, Fungi4All 
wrote:

> From: we...@acu.edu
> To: debian users 
>
> Both fresh minimal installs of Jessie.
>
> Every other boot results in a hang at "Initializing Ramdisk" just after
> grub, requiring holding the power button for 8 seconds to power off. Then
> power on, and it boots normally.
>
>
> what do you mean minimal install, can you be more specific?
>

Normal Jessie install, but when it came time to do the "tasksel"-looking
stage within the installer, I uninstalled everything. After the install I
then manually installed x-window-system-core, xfce4, firefox-esr,
libreoffice, ssh, and a few other utilities like rsycn and cups.


> was the disk/partition clean or did you install on top of another
> installation?
>

The machine shipped with Windows, but during the partitioning stage of the
Jessie install I told it to do the Guided, using entire disk, and then
tweaked that manually a bit.


> the last Jessie linux kernel was updated a couple of months ago, I doubt
> they have left any Dell hardware out.
>

Yeah, but apparently what ships with the Jessie installation is a 3.16. I
upgraded the system to stretch, thereby getting a 4.19 kernel, and the
problem so far(!, after five successful boots) has gone away.


> Newish is probably something made in 2016?
>

2016/06/30


>
> Dell-freak
>
>  Original Message 
> Subject: Jessie Hangs Every Other Boot
> Local Time: April 26, 2017 6:21 PM
> UTC Time: April 26, 2017 3:21 PM
> From: we...@acu.edu
> To: debian users 
>
> Two identical newish Dell desktops. Configured for non-legacy, UEFI-only
> booting. No Secure-Boot or Fast Boot.
>
> Both fresh minimal installs of Jessie.
>
> Every other boot results in a hang at "Initializing Ramdisk" just after
> grub, requiring holding the power button for 8 seconds to power off. Then
> power on, and it boots normally.
>
> Suggestions?
>
> --
> Kent West<")))><
> Westing Peacefully - http://kentwest.blogspot.com
>
>
>


-- 
Kent West<")))><
Westing Peacefully - http://kentwest.blogspot.com


Re: Jessie Hangs Every Other Boot

2017-04-27 Thread Kent West
On Wed, Apr 26, 2017 at 7:37 PM, Ben Caradoc-Davies 
wrote:

> On 27/04/17 05:44, Don Armstrong wrote:
>
>> Your newish hardware may require a backported kernel to function reliably.
>>
>
> This. Any recent Dell machine will likely have a Skylake or Kaby Lake CPU
> and a bad time on the stock jessie kernel, especially if using the iGPU.
> Please install a 4.9.18 kernel from jessie backports or upgrade to stretch
> RC3 (almost the new stable) for the same kernel.
>
> Kind regards,
>
> --
> Ben Caradoc-Davies 
> Director
> Transient Software Limited 
> New Zealand
>
>
I changed my /etc/apt/sources.list file to have the first two jessie lines
duplicated above them, only with "stretch" instead of "jessie", and then
did an "aptitude update" and "aptitude dist-upgrade". The upgrade to
stretch took me from a 3.16.0-4adm64 kernel to a 4.9.0-2amd64 kernel, and I
have been able to boot now five times in a row without a freeze.

I believe perhaps you've solved it for me. Thanks!


-- 
Kent West<")))><
Westing Peacefully - http://kentwest.blogspot.com


Re: BUG or OPERATOR error? - was [Re: Measuring aggregate internet useage?]

2017-04-27 Thread Fungi4All
 Original Message 
Subject: Re: BUG or OPERATOR error? - was [Re: Measuring aggregate internet 
useage?]
UTC Time: April 26, 2017 8:26 PM
From: rowl...@cloud85.net

In the *MAJORITY* of cases that it runs demonstrates that someone at
sometime decided to restrict some computer owners from using their own
computer in a reasonable manner.

Are you saying debian is not designed for users but for sys-admins as owners?
I assume if you are a confident sys-adm and single user then you can run it as 
root and have no users or create a user with identical rights to root. But for 
debian and most linux/unix derivatives to have it plastered all over the place 
to rarely if ever use root, I assume and can think of reasons. If your 
significant other uses it and you get into a fight he/she might destroy your 
system, or your kid, or your neighbor who uses it as a server for his 
connection to the world.

Remember Linux borrows heavily from an OS designed in another era for a
another audience.

Can you explain what era and audience was this and how has it changed?

I have yet to run across a case where any distinction
should be made between "user richard" and "user root".

That is because those who run 6 servers and 300,000 users based on the same 
installation you had would have a stroke hearing something like this. Can you 
run a webmail server and administer it off of your system?
What it sounds like you are asking for is a Debian-workstation and a 
Debian-enterprise as separate systems in a way the 1st would never be able to 
be transformed into the 2nd.

I do not take
that as necessary and sufficient conditions to abolish questionable
conventions. They might be occasionally valuable.

In the age of laptops, tablets, and so-called "smart phones" I think the
more relevant basic distinction would be between "physically local user"
and "physically external user".

How about a coffee shop with dummy terminals all connected to a pc-server?
You would be the coffee-shop owner and use the pc as your workstation as well. 
The rest would be ?external? users?

Haven't yet figured out what to propose that wouldn't "throw baby out
with the bath water".

So you are wasting bandwidth without a proposal.
You want something to change but don't know what yet.

-freak

Re: Exim4 no guarda mails enviados

2017-04-27 Thread Santi Moreno
On 27 abr, Cristian Mitchell wrote:
> El 27 de abril de 2017, 08:50, Santi Moreno
> escribió:
> 
> > Hola gente,
> > tengo configurado mi Debian Jessie con Exim4 para enviar correo-e a
> > servidores remotos a
> > través de un smarthost pero por alguna razón que no he sido capaz de
> > encontrar los emails que envío llegan correctamente al destinatario pero
> > no se me guardan en la carpeta de "Enviados" del servidor smtp.
> >
> > Alguien me podría echar una mano en encontrar la solución?
> >
> > Saludos,
> > @santimoreno
> >
> >
> Por que el exim es un smtp solo transporta
> para ello debes configurar un imap en el server
> y posterirmente en el cliente
Gracias Cristian,
creí que exim tambien podía mantener copias en servidores remotos. En
cualquier caso comentar que utilizo mutt con offlineimap y curiosamente
funciona correctamente en mi portatil con Stretch pero no en Jessie en
el pc. Tanto /etc/exim4/update.exim4.conf.conf como .muttrc y
.offlineimaprc son los mismos ficheros pero no se comportan igual. Igual
tiene que ver con las distintas versiones de offlineimap.

Seguiré investigando.
Saludos,
@santimoreno

> 
> -- 
> MrIX
> Linux user number 412793.
> http://counter.li.org/
> 
> las grandes obras,
> las sueñan los santos locos,
> las realizan los luchadores natos,
> las aprovechan los felices cuerdo,
> y las critican los inútiles crónicos,



Re: Jessie Hangs Every Other Boot

2017-04-27 Thread Fungi4All
From: we...@acu.edu
To: debian users 

Both fresh minimal installs of Jessie.

Every other boot results in a hang at "Initializing Ramdisk" just after grub, 
requiring holding the power button for 8 seconds to power off. Then power on, 
and it boots normally.

what do you mean minimal install, can you be more specific?

was the disk/partition clean or did you install on top of another installation?
the last Jessie linux kernel was updated a couple of months ago, I doubt they 
have left any Dell hardware out.
Newish is probably something made in 2016?

Dell-freak

 Original Message 
Subject: Jessie Hangs Every Other Boot
Local Time: April 26, 2017 6:21 PM
UTC Time: April 26, 2017 3:21 PM
From: we...@acu.edu
To: debian users 

Two identical newish Dell desktops. Configured for non-legacy, UEFI-only 
booting. No Secure-Boot or Fast Boot.

Both fresh minimal installs of Jessie.

Every other boot results in a hang at "Initializing Ramdisk" just after grub, 
requiring holding the power button for 8 seconds to power off. Then power on, 
and it boots normally.

Suggestions?

--

Kent West <")))><
Westing Peacefully - http://kentwest.blogspot.com

Novell Cliente

2017-04-27 Thread Ricardo Zúñiga
Estimados,

Recurro a la lista para saber si existe alguna aplicación cliente para
novell, desde ya muchas gracias.

Saludos

-- 
Atte.
Ricardo G. Zúñiga Bauer
SysAdmin
User Linux: #455331


Re: Possibly erroneous "device not present" message during boot

2017-04-27 Thread Brian
On Sat 22 Apr 2017 at 09:43:25 -0500, Richard Owlett wrote:

> On 04/22/2017 08:45 AM, Brian wrote:
> >
> >Any better?
> >
> >  brian@laptop:~$ lspci | grep Texas
> >  00:10.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
> >  00:10.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 
> > Host Controller
> >  00:10.3 Mass storage controller: Texas Instruments PCIxx21 Integrated 
> > FlashMedia Controller
> >  00:10.4 SD Host controller: Texas Instruments 
> > PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller
> >
> 
> On the Lenovo ThinkPad T510 which started this thread I ran lspci as root. I
> believe the relevant lines are:
> 0d:00.0 SD Host controller: Ricoh Co Ltd MMC/SD Host Controller (rev 01)
> 0d:00.1 System peripheral: Ricoh Co Ltd R5U2xx (R5U230 / R5U231 / R5U241)
> [Memory Stick Host Controller] (rev 01)

I think only the sdhci, sdhci_pci and mmc* modules are required to make
this card visible to the installer and available for partitioning. (The
output of 'lsmod' would be the place to look for confirmation). The
installer's initrd contains these modules so the card would be seen.

You were doubly fortunate at the store. Having the right kind of card
reader made it possible to install Debian on the card. Having the
kernels on card and hard disk identical made it possible for the OS on
the card to boot.

-- 
Brian.



Re: How to Run a Command on Screensaver Activation, Only After User Interaction that Session?

2017-04-27 Thread Kent West
On Wed, Apr 26, 2017 at 4:52 PM, Kent West  wrote:

> I'm trying to work on a home-grown kiosk using Jessie.
>
> I've got 90% of it done, but I need it to logout after a certain time of
> inactivity, but only after the computer has been used at least once since
> the last start of X (otherwise it'll just be in a slow loop of restarting
> X).
>
> In other words, something like:
>
> - boot into X
> - sit idly for 20 minutes, 2 hours, 3 days, whatever, screensaver running,
> until a guest comes up and uses the kiosk
> - The guest walks away from the kiosk
> - 2 minutes later the screensaver kicks in, and X restarts
>
> (It might also be nice to have a 15-second delay when the guest can awaken
> the screensaver, aborting the restart.)
>
> I'm having a really hard time figuring out how to do this. Any ideas?
>
> Thanks!
>
>
>
I think I've got the basic logic worked out, but I need some help with the
syntax.

In my .xinitrc, I have

export FRESH_X=TRUE

Then I want to have a script that sits and waits for a keypress or a mouse
activity; this is where I need the syntax help.

When that script sees keyboard or mouse activity, it will export
FRESH_X=FALSE

I'll configure the xscreensaver-command --watch to watch for the screen
saver to go BLANK, and when it does to check the status of FRESH_X ; if
FRESH_X is FALSE, and the screensaver activates, I can set a 10-second
time, check again to make sure the screensaver is still active, and then
run my logout.

But I need help with the syntax of checking for a keypress or mouse
activity. I've looked at xinput and xev and another tool something like
xenv, but I can't figure out the syntax in a bash if/then statement.

Any help would be appreciated.

Thanks!




-- 
Kent West<")))><
Westing Peacefully - http://kentwest.blogspot.com


Re: Jessie Hangs Every Other Boot

2017-04-27 Thread Don Armstrong
On Wed, 26 Apr 2017, Kent West wrote:
> In /etc/default/grub, I commented out the line that mentioned "quiet",
> and in the next line, added between the quotes "nomodeset", ran
> "update-grub", and rebooted.
>
> Frozen

Presumably there was more output than just "initializing ramdisk".

But in any event, once you do get it booted, installing a newer kernel
from jessie-backports will likely resolve some (or all) of this issue.


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

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



Re: how i can instal programe to linux Debian ? thank you

2017-04-27 Thread Mostafa Shahverdy
>   usually  (as root on a system):
> 
> # apt-get install 
> 
>   will do everything needed.  depending upon the 
> package you may have to configure some things 
> after it is installed.
> 
>   if you do not know the name of the package you
> can use search the package list for keywords to
> see what shows up and use other search utilities
> to show more details.
> 
>   they are available both on-line (
> 
>   https://www.debian.org/distrib/packages
> 
>   )
> 
>   and off-line (
> 
> # apt-get install synaptic
> 
Also if you are using Debian with Gnome desktop, I suggest you install
`gnome-software` using command `sudo apt-get install gnome-software`


signature.asc
Description: PGP signature


Re: Linux na Nuvem

2017-04-27 Thread Adiel de Lima Ribeiro

On 04/27/2017 09:33 AM, Antonio Terceiro wrote:

On Wed, Apr 26, 2017 at 09:36:48PM -0300, Adiel de Lima Ribeiro wrote:

Não é Debian em Cloud, falo dos sistemas FOSS.
Deveria haver uma forma de podermos instalar o sistema do zero.
Os sistemas em Cloud em geral vem com tudo no /, ou separam apenas o /,
/home e /usr.
Não é apenas isso, eles vem com as configurações padrão.
Alterar o fstab não é assim tão fácil, você teria que mover os arquivos do
sistema pra partições pré-criadas etc e tal, demora um tempinho pra fazer
isso.
Depois teria que personalizar o sistema ao seu gosto.
Falo do tempo que se leva para deixar o sistema do jeito que você precisa.

quando você faz isso e recomanda a sua imagem para os outros, você
disponibiliza também o código usado para essa sua customização a partir
de uma imagem limpa (scripts e/ou documentação)?

quando alguém pergunta sobre FreeBSD numa lista de FreeBSD, você
responde indicando GNU/Linux? ;-)
A imagem já vem customizada, disponibilizo o suporte, caso seja de 
interesse do cliente.

Se o GNU/Linux for mais adequado para o caso de uso, sim, recomendo.


--
Best regards;
Adiel de Lima Ribeiro
AWS Certified Solutions Architect
Specialist in Linux Network Administration
Microsoft Certified Systems Administrator
+55 (31) 98961-5984
http://consultoriaemti.com/



Re: Devuan (Debian sense systemd) treu una RC

2017-04-27 Thread Jordi Mallach
El ds 22 de 04 de 2017 a les 20:43 +0200, en/na Narcis Garcia va
escriure:
> No m'estranya que a molta gent, i especialment als de BSD, Hurd, etc.
> li
> senti fatal això del systemd perquè realment tanca la diversitat del
> sistema operatiu GNU, i dificulta molt l'accés d'usuaris inexperts a
> l'administració del seu propi sistema.

"Això del systemd". Quin és el problema? S'ha dit, dins de Debian, que
qui vulga mantindre suports per a altres sistemes d'inici són
benvinguts, però això no és fàcil de fer, no és cap sorpresa que no hi
ha voluntaris.

Els usuaris inexperts saben editar scripts shell per modificar
l'arrencada del sistema? Els usuaris inexperts saben com funciona
realment el sysvinit? No serà un cas típic de resistència al canvi,
perquè en la zona de comfort del que hem estat fent des de fa 20 anys
es viu molt bé?

Jo em mire amb molta simpatia els ports de Debian al kFreeBSD i al
Hurd, els he emprat, i intente arreglar els problemes que hi ha al meus
paquets en eixes plataformes, però això no lleva que siga conscient que
aquestes plataformes les empra menys del 0.01% dels usuaris de Debian
(dades via popcorn) i no haurien de blocar l'adopció de coses modernes
i millor adaptades a les necessitats actuals que un init system dels
anys 70. Per cert, el Hurd no ha pogut emprar sysvinit fins fa un any o
així, perquè oh sorpresa, sysvinit tenia codi que només funciona en
Linux. I què han fet per a que funcione, arreglar el sysvinit? No!
Augmentar el Hurd per a que tinga /proc, /sys i altres coses que només
proporciona el kernel de Linux.

El tema systemd ja cansa, que han passat 3 o 4 anys de la gran guerra.

Ale, que comence l'edició 2017 d'aquest flamewar.

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
jo...@sindominio.net jo...@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/



Re: Linux na Nuvem

2017-04-27 Thread Antonio Terceiro
On Wed, Apr 26, 2017 at 09:36:48PM -0300, Adiel de Lima Ribeiro wrote:
> Não é Debian em Cloud, falo dos sistemas FOSS.
> Deveria haver uma forma de podermos instalar o sistema do zero.
> Os sistemas em Cloud em geral vem com tudo no /, ou separam apenas o /,
> /home e /usr.
> Não é apenas isso, eles vem com as configurações padrão.
> Alterar o fstab não é assim tão fácil, você teria que mover os arquivos do
> sistema pra partições pré-criadas etc e tal, demora um tempinho pra fazer
> isso.
> Depois teria que personalizar o sistema ao seu gosto.
> Falo do tempo que se leva para deixar o sistema do jeito que você precisa.

quando você faz isso e recomanda a sua imagem para os outros, você
disponibiliza também o código usado para essa sua customização a partir
de uma imagem limpa (scripts e/ou documentação)?

quando alguém pergunta sobre FreeBSD numa lista de FreeBSD, você
responde indicando GNU/Linux? ;-)


signature.asc
Description: PGP signature


Re: Exim4 no guarda mails enviados

2017-04-27 Thread Cristian Mitchell
El 27 de abril de 2017, 08:50, Santi Moreno
escribió:

> Hola gente,
> tengo configurado mi Debian Jessie con Exim4 para enviar correo-e a
> servidores remotos a
> través de un smarthost pero por alguna razón que no he sido capaz de
> encontrar los emails que envío llegan correctamente al destinatario pero
> no se me guardan en la carpeta de "Enviados" del servidor smtp.
>
> Alguien me podría echar una mano en encontrar la solución?
>
> Saludos,
> @santimoreno
>
>
Por que el exim es un smtp solo transporta
para ello debes configurar un imap en el server
y posterirmente en el cliente

-- 
MrIX
Linux user number 412793.
http://counter.li.org/

las grandes obras,
las sueñan los santos locos,
las realizan los luchadores natos,
las aprovechan los felices cuerdo,
y las critican los inútiles crónicos,


Exim4 no guarda mails enviados

2017-04-27 Thread Santi Moreno
Hola gente,
tengo configurado mi Debian Jessie con Exim4 para enviar correo-e a servidores 
remotos a
través de un smarthost pero por alguna razón que no he sido capaz de
encontrar los emails que envío llegan correctamente al destinatario pero
no se me guardan en la carpeta de "Enviados" del servidor smtp.

Alguien me podría echar una mano en encontrar la solución?

Saludos,
@santimoreno



Re: how i can instal programe to linux Debian ? thank you

2017-04-27 Thread songbird
Saber Lalam wrote:

which program?

  usually  (as root on a system):

# apt-get install 

  will do everything needed.  depending upon the 
package you may have to configure some things 
after it is installed.

  if you do not know the name of the package you
can use search the package list for keywords to
see what shows up and use other search utilities
to show more details.

  they are available both on-line (

  https://www.debian.org/distrib/packages

  )

  and off-line (

# apt-get install synaptic

  )

  for more general introductory information check:

  https://wiki.debian.org/

  there is also a debian-handbook and debian-reference
(both are also packages which can be installed).


  songbird



Re: Old, stale bug reports (bug triage)

2017-04-27 Thread Jonathan Dowland
On Wed, Apr 26, 2017 at 02:53:28AM +0200, Felix Dietrich wrote:
> Looking through bugs in the Mnemosyne package I noticed a couple of
> old and stale reports that could have already been closed. 

This is an endemic problem in Debian: there are far, far too many bug
reports and not enough people working on them. This is one area that
people can really make a difference in contributing to Debian.

Having said that: be aware that, for some packages, triaging bugs is
possibly not the best use of time. For example, a package which is not
likely to remain in Debian (or, in someone's estimation, should be
removed), effort might be better spent on the removal, or packaging
an alternative, or figuring out a migration strategy for users from
the old package to an alternative.

> What is the etiquette dealing with seemingly forgotten bug reports?
> Should I send an email to the maintainer that asks him to have another
> look at the report and decide for an appropriate action; may I close the
> report myself or set e.g. the "wontfix" tag; something else?

If you are unambiguously sure that the packaged version of the software
no longer has that bug, then you can close it yourself. Note that if it
is fixed upstream, you still need to be sure that it is fixed in Debian
too: sometimes Debian packages deviate a lot from upstream wtih patches
which means it might not be clear.

When closing, annote the bug with found/fixed version information.
If you are using the bts command-line helper, you could do
(for the ficftional bug number ABCDEF, which was found in a version
2016.15-4, and fixed in a version 2017.4-1):

bts found ABCDEF 2016.15-4 , fixed it 2017.4-1 , done it 2017.4-1

At the end of the day, if the maintainer disagrees, they can reopen the
bug.

Thank you for wanting to make Debian better!

-- 
⢀⣴⠾⠻⢶⣦⠀ 
⣾⠁⢠⠒⠀⣿⡁ Jonathan Dowland
⢿⡄⠘⠷⠚⠋⠀ https://jmtd.net
⠈⠳⣄ Please do not CC me, I am subscribed to the list.



Re: Verwijderd package vinden

2017-04-27 Thread Paul van der Vlis
Op 27-04-17 om 12:00 schreef Frans van Berckel:
> Goedemiddag Paul,

Gut, is het alweer middag?

> Geen zorgen, ken je Snapshot? Is ie daar terug te vinden?
> http://snapshot.debian.org/

Ja, geweldig bedankt!

Alles werkt weer.

Groeten,
Paul



-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



Re: Verwijderd package vinden

2017-04-27 Thread Frans van Berckel
Goedemiddag Paul,

On Thu, 2017-04-27 at 11:44 +0200, Paul van der Vlis wrote:
> Hallo,
> 
> Ik ben op zoek naar een Debian package wat is verwijderd uit Jessie:
> sogo_2.2.9+git20141017-1_i386.deb
> Weet iemand hoe ik hier aan kan komen?
> 
> Achtergrond:
> Sogo is enige tijd geleden plots verwijderd uit Debian 8, in verband
> met een security probleem wat blijkbaar niet op te lossen was. Ik
> gebruik het echter in productie.
> 
> In Debian 9 zit een nieuwere versie. Nu is die versie uit Debian 9
> als backport verschenen, en ik heb per ongeluk geupgraded. Gevolg is
> dat de boel niet meer werkt op een productie server.
> 
> Ik zoek nu al een uur naar dit pakket, maar kan het nergens vinden.
> Behalve dan in de uitvoering die onder Ubuntu is gecompileerd.
> 
> Heeft iemand een idee waar ik dit verwijderde pakket nog kan vinden?

Geen zorgen, ken je Snapshot? Is ie daar terug te vinden?

http://snapshot.debian.org/

Met vriendelijke groet,

Frans van Berckel



Verwijderd package vinden

2017-04-27 Thread Paul van der Vlis
Hallo,

Ik ben op zoek naar een Debian package wat is verwijderd uit Jessie:
sogo_2.2.9+git20141017-1_i386.deb
Weet iemand hoe ik hier aan kan komen?

Achtergrond:
Sogo is enige tijd geleden plots verwijderd uit Debian 8, in verband met
een security probleem wat blijkbaar niet op te lossen was. Ik gebruik
het echter in productie.

In Debian 9 zit een nieuwere versie. Nu is die versie uit Debian 9 als
backport verschenen, en ik heb per ongeluk geupgraded. Gevolg is dat de
boel niet meer werkt op een productie server.

Ik zoek nu al een uur naar dit pakket, maar kan het nergens vinden.
Behalve dan in de uitvoering die onder Ubuntu is gecompileerd.

Heeft iemand een idee waar ik dit verwijderde pakket nog kan vinden?

Groeten,
Paul


-- 
Paul van der Vlis Linux systeembeheer Groningen
https://www.vandervlis.nl/



how i can instal programe to linux Debian ? thank you

2017-04-27 Thread Saber Lalam



Re: No mail after reboot

2017-04-27 Thread Tony van der Hoff

On 26/04/17 11:31, Henning wrote:




On Apr 26, 2017, at 3:39 AM, Tony van der Hoff  wrote:

Hi,
Running Jessie, postfix/courier on my VPS. I don't often need to restart, which 
is just as well, as after a reboot, I'm unable to access mail over IMAP.

It turns out, that if I run service courier-imap-ssl restart and/or service 
courier-imap restart, mail functionality is restored.

Does anyone have any suggestions as to where to look for a fix to this problem, 
please?



Consult your logs.
What is the status of courier directly after the restart?

-H


Thanks, Henning, next time I reboot, I'll certainly check that.



Re: BUG or OPERATOR error? - was [Re: Measuring aggregate internet useage?]

2017-04-27 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, Apr 26, 2017 at 03:26:36PM -0500, Richard Owlett wrote:

[...]

> Whenever I come across a command that *SHOULD* work, but does not,
> the first diagnostic step is attempt to run the *IDENTICAL* command
> as root.

Now you know better: you were holding it wrong.

cheers
- -- t
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlkBkrIACgkQBcgs9XrR2kZUIACffBPd+HfOSjcIDSsxuYdvcwL0
4iIAnitbWWZOm47UI5L79ditgZ/OEiU4
=uXWx
-END PGP SIGNATURE-