to install libpng12.so.0

2019-10-04 Thread merlin verdecia
Hi,
I have debian 10 and i need to install libpng12.so.0, but i can not do
it. How i can?
I have installed the libpng16.so.0.
thanks



Re: Guide(s?) to backup philosophies

2017-03-14 Thread Merlin Büge
On Sat, 11 Mar 2017 09:10:54 -0600
Richard Owlett  wrote:

> I've been good about telling others that backups are a good idea.
> Guess who hadn't and then crashed his system and spent hours putting 
> things back together ;<
> 
> In the past individual projects ended up on individual flash drives
> as I was frequently using different machines. I now have some
> reliable hardware and a large internal hard drive.
> 
> I have one partition that might be called a "production" environment, 
> i.e. fairly stable and has the most valuable content.
> A second partition hosts my experiments - I've a project to create an 
> optimal install. The third is the target of those experimental
> installs whose content doesn't rate explicit backups. The scripts for
> creating those installs being on the second partition.
> 
> I've vague ideas of what backup pattern(s) I might follow.
> I'm looking for reading materials that might trigger "I hadn't
> thought of that" moments.
> 
> Suggestions?

There is a nice overview about different backup software in the Arch
Wiki:

https://wiki.archlinux.org/index.php/Synchronization_and_backup_programs

Also an interesting read (about various pitfalls when backing up):

http://www.halfgaar.net/backing-up-unix


Regards,

Merlin



> TIA
> 
> 


-- 
Merlin Büge 



unattended-upgrades: What's happening when I put my system into sleep?

2017-02-19 Thread Merlin Büge
Hallo all,


this is my first post here.
Last week I installed Debian 8 for the first time (on my laptop, a
Thinkpad T500).


I am currently setting up automatic updates on my system. I noticed a
systemd service (which got automatically enabled) called
'unattended-upgrades.service', which seems to take care of an
unattended upgrade process being finished properly in case of a
shutdown/reboot of the system. This is done via the python script
/usr/share/unattended-upgrades/unattendedupgrade-shutdown.

I'm wondering what's happening if I put my system to sleep (via
suspend-to-RAM or via hibernation) during an unattended upgrade. I
found /etc/pm/sleep.d/10_unattended-upgrades-hibernate -- but as far
as I know (and tested), scripts in /etc/pm/sleep.d/ are no longer
executed with systemd. Now the right place would be
/lib/systemd/systemd-sleep/ (correct me if I'm wrong) -- but
that's empty.

Have I missed something? Or is it simply not implemented at the moment?

Maybe this would be worth fixing before unattended-upgrades are
enabled by default, as discussed in this thread:

https://lists.debian.org/debian-devel/2016/11/msg00117.html


Thanks!

Merlin






-- 
Merlin Büge 



Dovecot .deb install broken...

2015-04-01 Thread Merlin at Dangerous Minds

Greetings,

I just tried to install Dovecot for the first time.  It was on a virgin 
Ubuntu/Debian server (Version: 1:2.2.9-1ubuntu5) and the install 
failed.   After a bit of struggling I worked out that the install fails 
BY DESIGN.  Spoke about this with a few people and we decided it was 
best to report this issue and request that you redesign the packing so 
it does not fail.  The reason it fails is as follows...


When you install it asks you if you want to use self signed 
certificates.  I have certificates so I said, "No".  At the end of the 
install the script tries to start dovecot.  It cannot because the 
service does not have certificates so it fails.  This causes the script 
to abort and the other packages not to install and breaks the install 
process.  I had to purge dovecot, then install it with the self signed 
certificates.


So we have 2 issues here.  1.  Why allow people to not install 
certificates if it is just going to break the install and confuse them.  
2.  Why are you starting the service right after install when dovecot 
clearly requires manual configuration as part of the setup.


I recommend you resolve this by NOT starting the service as part of the 
install unless it is an upgrade and the service was already running.


~ Merlin


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/551cb147.8020...@dangerous-minds.com



Re: torrentflux: apache2 mod_php4 problem

2006-05-10 Thread Merlin, the Mage
On Wednesday 10 May 2006 12:41, Anton Piatek wrote:
>     Alias /torrentflux /usr/share/torrentflux/www/

At first sight I would say that you have a / in the directory and you're 
missing it in the alias. The correct sould have / in both or in none.

You can be missing something else, but nothing that I can spot from the config 
excerpt you sent.

themage
-- 
Merlin, the Mage
http://www.sites-favoritos.com/user/merlin
http://www.cultodavida.com
http://www.code.online.pt

Carpe Vitam



Re: distributions: UBUNTU vs DEBIAN

2006-04-23 Thread Merlin, the Mage
re time with my OS 
projects, would implement more features, and would try to make everyone 
happy.

For now, for free, the most I can do is make what I code for myself available, 
and consider the sugestions that are made to me. If someone want something I 
don't have time to implement, will have to buy me time. Cheapper, but yet 
enought to pay my bills.

I think the same happens with most OS devels.

Hugs and Kisses,

themage
-- 
Merlin, the Mage
http://www.sites-favoritos.com/user/merlin
http://www.cultodavida.com
http://www.code.online.pt

Carpe Vitam



.cdr (Corel Draw) in Linux

2006-04-12 Thread Merlin, the Mage
Hi Everyone,

I need some enlightment (and the wm is not enougth).

I have some .cdr files (from corel draw), that I need to open in Linux. 
I 
don't have Corel Draw, so export it using Corel to something else is not an 
option.

So, my question is, how can I convert this file, using linux, to 
something I 
can open in Inkscape?

Thank you everyone,

themage
-- 
Merlin, the Mage
http://www.sites-favoritos.com/user/merlin
http://www.cultodavida.com
http://www.code.online.pt

Carpe Vitam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Using dd to clone smaller drive to larger drive

2005-12-07 Thread Merlin, the Mage

On Wednesday 07 December 2005 13:01, Lubos Vrbka wrote:
> >> 1.) partition the new drive as you want it
> >> 2.) for each partition of the new drive, mount the partition in
> >> /mnt/tmp or something like that, then
> >>
> >> cd /old-partition-mount ; tar cf - . | (cd /mnt/tmp ; tar xf -)
> >
> > What does the dot do?
>
> archive the local directory to the stdout
Well,

not exactly... in true, that copy everything in /old-partition-mount 
to /mnt/tmp

part 1 (before the pipe) compress /old-partition-mount to the pipe/stdout
part 1 (after the pipe) decompress from the pipe/stdin to /mnt/tmp

cheers,
themage

> tar cf - . | ... tar xf -
> you can also do it as
> tar c . | ... tar x
> however this doesn't seem to work on, e.g., sgi and aix...
>
> regards,
>
> --
> Lubos
> [EMAIL PROTECTED]"

-- 
Merlin, the Mage
http://www.sites-favoritos.com/user/merlin
http://www.cultodavida.online.pt
http://www.code.online.pt

Carpe Vitam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: List files of installed package (apt?)

2005-11-24 Thread Merlin, the Mage
Hi Mike,

that can be achieved by:

dpkg -L [packagename]

As Example: 
dpkg -L xterm

themage

On Thursday 24 November 2005 15:01, Lupu wrote:
> Hi,
>
> Is there a way I can list all files of an installed package in Debian -
> something similar to rpm -ql [package name] in Red Hat.
>
> Mike

-- 
Merlin, the Mage
http://www.sites-favoritos.com/user/merlin
http://www.cultodavida.online.pt
http://www.code.online.pt

Carpe Vitam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Targus Presenter USB

2005-09-15 Thread Merlin, the Mage
Hi ppl,

I buyed a Targus Presenter (AMP02 EU), and I'm trying to put it to use.

I'm using Debian testing/unstable up-to-date, and xorg

The hardware is recognized ok, and kudzu says:

voyager:/home/mpneves# kudzu -p -c KEYBOARD
-
class: KEYBOARD
bus: USB
detached: 0
driver: keybdev
desc: "USB Device USB Device"
usbclass: 3
usbsubclass: 1
usbprotocol: 1
usbbus: 2
usblevel: 1
usbport: 0
usbdev: 5
vendorId: 05fe
deviceId: 1010
usbmfr: USB Device
usbprod: USB Device

voyager:/home/mpneves# kudzu -p -c MOUSE
-
class: MOUSE
bus: USB
detached: 0
device: input/mice
driver: genericwheelusb
desc: "Cypres Fullcolor Mouse?0008001?HIDMou"
usbclass: 3
usbsubclass: 1
usbprotocol: 2
usbbus: 3
usblevel: 1
usbport: 0
usbdev: 2
vendorId: 04b4
deviceId: 0033
usbmfr: Cypres
usbprod: Fullcolor Mouse?0008001?HIDMou
-
class: MOUSE
bus: USB
detached: 0
device: input/mice
driver: genericwheelusb
desc: "USB Device USB Device"
usbclass: 3
usbsubclass: 1
usbprotocol: 2
usbbus: 2
usblevel: 1
usbport: 0
usbdev: 5
vendorId: 05fe
deviceId: 1010
usbmfr: USB Device
usbprod: USB Device

First, I had the keyboard part (pageup/pagedown) working oki, adding a new 
InputDevice Section to xorg.conf.

But I couldn't do the same with the mouse, maybe because hotplug is giving the 
same device to both mouses (/dev/input/mice), so I can't configure diferent 
driver for each mouse.

Anyone have a sucessful config for this or any other presenter that I can use, 
or does anyone have any tip that help me config this hardware?

Thank you very much everyone,

themage
-- 
Merlin, the Mage
http://www.sites-favoritos.com/user/merlin
http://www.cultodavida.online.pt
http://www.code.online.pt

Carpe Vitam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Laser Printer

2004-11-26 Thread Merlin, the Mage
oix,

 I agree with Jeremy and Chris. Samsung is doing it well.

 I have a ML-2151N, and i'm already on my 4th 8000 pages toner (plus the 
initial 4000 pages one). The printer was really a good surprise to me. Mine 
have the extra of PS and Network, and that made it even easier to install, 
since it works as any other generic postscript lp print server, but I tried 
it on the paralel port and it worked very well with the drivers from 
samsung.com.

themage

On Friday 26 November 2004 16:44, Jeremy Turner wrote:
> On Wed, Nov 24, 2004 at 09:03:52PM +, Chris Lale wrote:
> > Samsung support Linux better than some. My ML-1450 came with out-of-date
> > drivers on the CD, but I downloaded The latest Linux driver from the
> > website and it installed OK. This was with Woody.
>
> I second the support for Samsung.  I recently bought the ML-1740, and on
> the side of the box it actually states support for Linux.  I saw the
> other day on some site like BestBuy.com or something that it was selling
> for $100 with a $50 mail-in rebate (total cost, $50).  I don't know how
> useful that is to you over in Europe, but dirt cheap.  I'm just about
> out of the first toner cartridge.  They say it's good for 1000 pages.
> It has worked well with CUPS and Samba.  In Sarge, I used the PPD from
> the ML-1710 model.
>
> No complaints here.
>
> Jeremy

-- 
Merlin, the Mage
www.code.online.pt
www.cultodavida.online.pt

Que o(s) vosso(s) Deus(es) vos abençoe(m)
E a vida vos ame e proteja



Re: Atualização de bugs / Update to correct the bugs

2004-06-04 Thread Merlin, the mage
oix Thiago,

Sim, existe um utilitário que te permite corrigir as falhas de segurança do 
Debian, bem como manter o teu sistema actualizado.

Esta ferrementa chama-se apt.

Para te manteres actualizado convém fazeres regularmente:

# apt-get update
# apt-get upgrade

o apt inclui também outras ferrementas, e tem outras utilidades, como por 
exemplo, permite-te instalar novas aplicações, remover aplicações que tens 
instaladas e de que não necessitas, entre outras coisas.

Para saberes mais sobre estas ferrementas faz:

man apt-get
man apt-cache

Estas são as duas mais utilizadas.

um abraço,

themage


On Friday 04 June 2004 14:38, Thiago (Thiago <[EMAIL PROTECTED]>) wrote:
=  Bom dia,
=
=  Como fazer para corrigir as falhas de segurança do sistema operacional
=  Debian?
=  Existe algum utilitário ou página, como o Windows Update da Microsoft?
=
=  Atenciosamente,
=  Thiago
=
=  ##
=
=  Good morning,
=
=  How can i to apply the bugs solutions in Debian operacional system?
=  Any program or website as a Windows Update (Microsoft)?
=
=  Thanks,
=  Thiago
=
=

-- 
Merlin, the Mage
http://www.cultodavida.online.pt

Que o(s) vosso(s) Deus(es) vos abençoe(m)
E a vida vos ame e proteja



workspaces problem

2004-02-11 Thread david merlin
Hello,
I am using Gnome 2.4, Kernel 2.4.24, libc-2.3.2.so;
I recently updated my debian system from stable to testing.
When I insert a Workspace Switcher (version 2.4.1) in a Panel initially 
only one workspace is shown; modifying the preferences during the 
session I can increase the number of workspaces and I save the new setup 
closing the session. But when I start a new session again only one 
workspace is shown.

Any suggestion?

Many thanks in advance,   David Merlin

--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Installation

1998-05-22 Thread Merlin
Hi !

Well first i need to explain what is a block device,

To access diferent media (hard disk partitions, CDROM, Zip, Sound
card...) Linux use block device, they are just like drive  (c, d, e,
...) on DOS. So their are name which define media for programs and user.

ex : hdxz  (x is a letter and z a number, x is used to diference
   
media and z for diferent partition on a Hard Disk)
 ttyz  (z is a number)

For you problem i sugest you to try entering '/dev/hdb/' when dselect
ask you to enter the block device (remember to don't forget the CD).

Be sure to be logged as root

Pierre Dupuis.

  

Karl Laping wrote:
> 
> All
> 
> I am a LINUX newcomer and just trying to install DEBIAN Gnu/Linux 1.3.1 on
> a 486. As far I understood I can ask for help here. If not please tell me
> where to ask.
> 
> The installation went very well until I came to DSELECT. First time DSELECT
> asked: "Insert the CD-ROM and enter the block name device". Because I do
> not understand what block device name means, I killed the process. Next
> time entering DSELECT the message was: $Unable to open/create access method
> lockfile: Permission denied.
> 
> What do I have to do? Where can I find documentation?
> 
> Kind regards
> 
> Karlheinz Laping
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
Pierre Dupuis ([EMAIL PROTECTED])
MusicReview (http://home.nordnet.fr/~pdupuis)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Problem while installing alsa drivers (next)

1998-05-18 Thread Merlin
re :)

Well situation isn't seems to be as dramatic as i think.

Sb_init command seems to work properly, it will say that my card is
detected corectly...

The problem seems to be when card need to be located,

I'm not sure to have corectly configure isapnp.conf '(IO x (Base))'
command,

i want my card to be located at 0x220 or 0x240 adress.

If someone can help :)


Bye

--


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Problem with alsa driver.

1998-05-18 Thread Merlin
Hello :)

i'm actually trying to install alsa driver.
But is such expecting some problems ...

When i use 'modprobe snd-sb16' command,
the driver isn't recognize my card, he said it's not here or busy.

My card is a Pnp card, so i have configured isapnp tools,
and all seems to be allright...

If someone as a way..

Bye :)

--
Pierre Dupuis ([EMAIL PROTECTED])
MusicReview (http://home.nordnet.fr/~pdupuis)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: elf-x11r6lib

1998-05-09 Thread Merlin
Well,

I such expected the same problems so i can help you :)

Elf-x11r6lib is a virtual package (a package who is provided by a same
group of programs (exemple : the virtual package mail-transport-agent is
provided by smail  mailx or sendmail and some else), 

But in this case it seems to have a little problem, Elf-X11r6lib is
provided by Tkxx (ex : Tk41) but when i installed Tk41, Elf-x11r6lib
doesn't seems to be availlable...

So i suggest you to install Tk41 and then force the installation of
package which need Elf-x11r6lib.


Normally it will solution your problem. :)

Bye,

--
Pierre Dupuis ([EMAIL PROTECTED])
Music Review (http://home.nordnet.fr/~pdupuis)

'Fight for you mind' (Ben Harper)


--
Chris Betz wrote:
> 
> I have come across a number of programs requiring elf-x116lib however I
> cannot find it anywhere. Can anyone suggest where to look?
> 
> Thanks,
> 
> Chris
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


looking for a filter plug-in for NE 3.04mail

1998-04-26 Thread Merlin
Hello :))

I'm such anoyed with all the mail i received (not for the mail by
themselves but for their quantity..
I would like to know if someone have heard about a hypothetic filter
plug-in for NE..it is maybe just a dream :) (just like life (?):))

Well so ... bye :)

--
Pierre Dupuis ([EMAIL PROTECTED])
Music Review (http://home.nordnet.fr/~pdupuis)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: can ya believe M$ netshow run on linux

1998-04-25 Thread Merlin
You shouldn't try it

For Bill it is just like pub !!

BYe

--
Pierre Dupuis ([EMAIL PROTECTED])
Music Review (http://MusicReview.home.ml.org)


Rick Macdonald wrote:
> 
> Rick Macdonald wrote:
> 
> > > http://buzz.builder.com/) that there was a version of M$ netshow available
> > > for linux (among other Unix platform),you can take a look for yourself at:
> > >
> > > http://www.microsoft.com/netshow/download/unix.htm
> >
> > I gave it a try but it doesn't seem to work.
> >
> > 1) When I click on an asx link, the player pops up but it doesn't
> >seem to download the file. I have to click File/LoadLocation in
> >the player and paste in the url.
> 
> Sorry, this problem turned out to be that I put $s instead of %s in the
> player setup in Netscape. Streams now load when I click but problem #2
> and #3 still apply:
> 
> 2) The samples that I tried would show the MS local video, then
>either hang or show a picture with no sound, or complain about
>the specified stream being unrecognized.
> 
> 3) It seems like the Linux download is incomplete. There's just
>the player. The other UNIX downloads, like for Solaris, are
>tar files with codecs, readme, help, etc.
> 
> --
> ...RickM...
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Problems in Xwindow

1998-04-24 Thread Merlin
Jario Araujo Silva wrote:
> 
> Hello, Everybody
> 
> I have been install linux Debian 1.3. , but anything wrong.
> The xwindow isn't running. What the problem in my OS?

Hello :)

Well, 

As i have expected the some problems while installing Xwindows i can
help you :)

First be sure that you have installed the xbase package with vga_server
and svga_server (svga is necessary if you want to run X using 16,24 and
32 bpp)
Then be sure to know you card model name and how much of memory it is
carying.

--> run xf86config (you can also run XF86Setup for a graphical
interface)

Select your options (be aware to choose a good monitor definition and to
answered 'yes' when xf86config want you to look at the card database.)

All should be ok :)

--
Pierre Dupuis ([EMAIL PROTECTED])
Music Review (http://home.nordnet.fr/~pdupuis)

Linux...what ? A sense of living




> 
> Jario Araujo
> 
> |==|
> |   --->   Jario Araujo  -  Brasilia - Brasil<-  [ 666 ]  
>  |
> | Eu uso Linux Debian 
>  |
> |  mailto:[EMAIL PROTECTED] 
> +-+ |
> |  http://www.fis.unb.br/jario |   Universidade de   
> | |
> |  Fone/Fax: (061) 224-??78 (em instalacao)|   Brasilia - UnB
> | |
> |  Residencial BBS-Brasilia
> +-+ |
> |  Estudante de Fisica _ .
>  |
> |  Idade:27 anos (27/09)   -| |->  . . .  
>  |
> |  - .
>  |
> |==|
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


how to switch Xterm resolution without Alt+Ctrl+num(+) ?

1998-04-22 Thread Merlin
> 
> I :)
> 
> I'm sutch expecting a problem with my num(+) key..i've got such a
> belgian keyboard :)) and i can't swith between X resosolution, so i'm
> frozen at 640x480 8bpp :,((
> 
> So i would like to know if someone know how to switch resolution without
> this key sequence...
> 
> Help will be ten times rewarded by thanx :)
> 
> Bye
> 
> --
> Pierre Dupuis ([EMAIL PROTECTED])
> Music Review (http://home.nordnet.fr/~pdupuis)


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]