Re: Systemd files on a Raspberry Pi

2015-06-20 Thread Jean-Marc
Sat, 20 Jun 2015 18:27:34 + (UTC)
Curt  écrivait :

> On 2015-06-20, Gene Heskett  wrote:
> >
> > This list has a well earned reputation for snarky answers, but this is 
> > too much.  Learn to be civil or go harrass your cat & see if it cares.
> >
> > Cheers, Gene Heskett
> 
> There are snarky answers and there are also snarky questions. 
> 

Wohoho ! I was just joking in reaction with some rude words.

I understood too late this is not the right place for second degree humour.

I'll unsubscribe the list in 2 minutes.

Jean-Marc 

P.S. I think there is only one "r" in harass.


pgpXzMaPqnLIX.pgp
Description: PGP signature


Re: Systemd files on a Raspberry Pi

2015-06-20 Thread Jean-Marc
Sat, 20 Jun 2015 07:43:53 -0400
Renaud (Ron) OLGIATI  écrivait :

> On my Raspberry Pi, locate finds me a shitload of systemd files; yet ps aux 
> -A | grep systemd does not show anything.

Are you f*cking sure ?

Can you check what is your bl*dy init ?

> 
> Does this mean I can get rid of all those systemd files, to clear some space 
> on the storage memory card ?

The f***cking  will give you an answer 
about to which f*cking package a file belongs to.

>  
> Cheers,

F*cking Regards,

>  
> Ron.

Jean-Marc 


pgpvT4D8R8oMX.pgp
Description: PGP signature


Re: Temporarily hold a package............

2015-05-09 Thread Jean-Marc
Sat, 9 May 2015 13:20:40 +1000
Charlie  écrivait :

> 
>   From my keyboard:
>
> I have been looking through the man pages for: apt-get, apt-get upgrade,
> but I'm certain I don't understand how I might hold a package for a
> while?
> 

apt-mark hold openssl

man apt-mark

Cheers,

Jean-Marc 


pgpO3biF3Ixm1.pgp
Description: PGP signature


Re: Upgrade kernel to 3.19+ OR Bumblebee cannot enable discrete graphics

2015-05-01 Thread Jean-Marc
Fri, 01 May 2015 17:15:18 -0700
Joris Bolsens  écrivait :

> Just tried that:
> 
> The following packages have unmet dependencies:
>  linux-headers-4.0.0-trunk-amd64 : Depends: linux-kbuild-4.0 but it is
> not installable
> 
> seems linux-kbuild-4.0 is not in sid repos yet

Not in Sid yet but in experimental.
If you use testing or sid, adding experimental is not a problem.
It is a non-automatic release.

Jean-Marc 


pgppLdqzll2_l.pgp
Description: PGP signature


Re: Upgrade kernel to 3.19+ OR Bumblebee cannot enable discrete graphics

2015-05-01 Thread Jean-Marc
Fri, 01 May 2015 00:06:57 -0700
Joris Bolsens  écrivait :

> [...]
> Thanks, thats what im doing now, just compiled 4.0.1

No need to do it yourself, it is already done here:
https://packages.debian.org/experimental/linux-image-4.0.0-trunk-amd64

Jean-Marc 


pgpyvZFsrLqnI.pgp
Description: PGP signature


How to enable non-free in jessie [was Re: Realtek firmware]

2015-04-16 Thread Jean-Marc
Thu, 16 Apr 2015 12:27:43 -0400
German  écrivait :

> [...]
> I don't think this is important what chip I have. I think that all realtek 
> firmware installs in one package. Right now I am wondering how to enable 
> non-free repo in Jessi. If you could tell me this, I'd appreciate it.

Add non-free to your sources.list

man -s 5 sources.list

See "examples" chapter.

Update your local repo:

apt-get update

> -- 
> German 
> 

Jean-Marc 


pgprhgqTKt1cD.pgp
Description: PGP signature


Re: Realtek firmware

2015-04-16 Thread Jean-Marc
Thu, 16 Apr 2015 10:32:07 -0400
German  écrivait :

> Hi all. What do I need to install Realtek firmware for my wireless card? 
> Thanks

Check what is your chip using lspci

And send back the output of:
lspci -v -s xx:xx.x (xx:xx.x = the bus:slot.function of the wifi device)

> 
> -- 
> German 
> 

Jean-Marc 


pgp7LJgd91qcl.pgp
Description: PGP signature


Re: Excluding a directory from tar

2015-04-13 Thread Jean-Marc
Mon, 13 Apr 2015 16:15:42 +0200
Petter Adsen  écrivait :

hi Petter,

> I've been trying to make a tarball of my home directory, but I want to
> exclude ~/.cache. First I tried '--exclude="~/.cache", but it didn't
> work. Neither did '--exclude="~/.cache/*".

Can you send the command you used ?
It will be easier to find what's wrong.

> 
> I got it working by creating an empty file in ~/.cache and using the
> filename as an argument to "--exclude-tag-under", but what was I doing
> wrong when trying to use "--exclude"?

Maybe the prefix you used (~).

Try with

tar -cvf /dev/null --exclude=.cache $HOME | less

Redirecting your archive to /dev/null is a way to make a dry run.

> 
> Petter, curious


Jean-Marc 


pgp32dfw4sEen.pgp
Description: PGP signature


Re: Installing Debian Jessie on an ACER Aspire V13 V3-371-337L

2015-04-11 Thread Jean-Marc
hi guys,

Two words to give the status of the Debian Jessie installation on my brand new 
Acer Aspire v13 v3.

Everything works like a charm (webcam, mic, trackpad, wifi using non-free 
firmware, network).

The only thing I did not test (yet) is the SD card-reader.

Really nice small machine !!!

Thank's a lot to Debian Jessie and all the team !

Jean-Marc 



pgpuEb8c_UZ5j.pgp
Description: PGP signature


Re: problem with corrupted root password

2015-01-15 Thread Jean-Marc
Hi the list,

Wed, 14 Jan 2015 17:51:35 -0700
Bob Proulx  wrote :

> Did you get added to the sudo group?  If you are lucky then you did
> and you can use your own password instead of root.
> 
>   $ sudo passwd root
>   $ su -
>   #

Indeed, it is the easiest way.

> [...]
>   $ sudo -l

Using this, you will know what you can do.

Some times ago, I read an interesting article about reseting root password:
http://www.iodigitalsec.com/reset-linux-root-password/

You can first try to stop the bootloader in its initial phase and pass /bin/sh 
as initial program instead of /sbin/init or /bin/systemd.

This allows to boot and get full rights to your system.

Nice if you have no Rescue CD.

> 
> Bob


Jean-Marc 


pgpVnBGLCUs_J.pgp
Description: PGP signature


Re: gnome wont start

2014-12-23 Thread Jean-Marc
Mon, 22 Dec 2014 19:09:21 -0800
Joris Bolsens  écrivait :

> Hello all,

hi Joris,

> I recently ran into a problem with Gnome.
> It fails to start at all. I am able to get a working ui by using the
> startx command, and it seems like it is a gnomish environment (windows
> key brings up the Activities selected or what have you)
> 
> Gnome used to work fine, however I installed KDE to try it, decided i
> dint like it, and purged it.

It is not very clear to me.
You installed KDE, you did not like it and purged Gnome ?

> 
> Everything on google seems to recommend simply removing Gnome and using
> tasksel to reinstall Gnome from scratch, however this does not resolve
> my issue.

The simpliest way to remove something you do not want is something like:


> 
> some relevant outputs:
> --
> $ sudo service gdm restart
> Warning: Unit file of gdm.service changed on disk, 'systemctl
> daemon-reload' recommended.
> Job for gdm.service failed. See 'systemctl status gdm.service' and
> 'journalctl -xn' for details.
> --
> --
> $ sudo systemctl daemon-reload
> [...]

- What is the output of 
journalctl -xn
dpkg --audit

- And what is your Debian version ?
ls /etc/*rel*
cat /etc/
cat /etc/os-release
apt-cache policy
apt-cache policy gnome

Jean-Marc 

PS unfortunately, there are mentions of systemd in your mail; I think it will 
be difficult to find useful answers in the flood you will get.


pgpRmPxm4r5v0.pgp
Description: PGP signature


systemctl disable does not remove /etc/rc?.d symlinks

2014-11-22 Thread Jean-Marc
hi everybody,

I disabled NFS yesterday using a .

The output I got was OK, displaying the whole bunch of messages saying it 
updated symlinks using .

But today, it restarted. And it is normal: the symlinks are still there.

I re-did again verifying the symlinks and they stay unchanged.

Something wrong with my Jessie system ?

systemd:Installed: 215-5+b1
systemd-sysv:   Installed: 215-5+b1

Jean-Marc 


pgpb0WvN9YgxE.pgp
Description: PGP signature


Re: systemd - so much energy wasted in quarreling

2014-11-11 Thread Jean-Marc
Mon, 10 Nov 2014 18:23:13 +0100
Hans  écrivait :

> Hi all, 

hi Hans,

> [...]

This kind of discussion made me unsubscribing to Debian lists.
If all these people code only 10 lines everytime they troll,
we can get a brand new init-system in less than a month.

> 
> Happy hacking

You too.

> 
> Hans 
> 


Jean-Marc 


pgpRc6uK3IKFT.pgp
Description: PGP signature


Ticketing Systems

2014-11-09 Thread Jean-Marc
Hi everybody,

I am looking for a Ticketing System I can install using Debian packages.

Something like otrs or request-tracker.

Did some of you already experience one of them ?

Advice / comments are welcome.

Cheers,

Jean-Marc 

P.S. my apologies if this is too noisy, I have no time yet to take a look at 
the list's archives.


pgpQxV7vou1JN.pgp
Description: PGP signature


Re: reInstalling my laptop

2014-10-26 Thread Jean-Marc
Sun, 26 Oct 2014 10:32:48 -0700
David Christensen  écrivait :

> [...]
> 

Thank so much for your answers.
After reading them in the list archives, I think I will go for:
- no dedicated partition for /boot;
- no swap;
- one big partition under LVM with:
- 2 Lv's for / and /home, maybe a third one for /var;
- /tmp on tmpfs.


Jean-Marc 


pgp85IyAw3NL8.pgp
Description: PGP signature


reInstalling my laptop

2014-10-26 Thread Jean-Marc
Hi the list,

I will reinstall my laptop.

I have a question about partitioning.
I will use this setting:
/boot
swap
The rest under LVM (/, /var, /tmp, /home) ?

So, my question: /boot or not /boot ?

Jean-Marc 

P.S. I do not subscribe to the list; keep me in Cc:


pgpQ63Rs9ffFs.pgp
Description: PGP signature


Re: systemd question

2014-04-07 Thread Jean-Marc
Mon, 07 Apr 2014 20:38:45 +0200
Hans  écrivait :

> 
> Hi folks,

hi Hans,

> 
> just an understanding question. In README.debian stand this sentence:
> 
> ---
> To test systemd, add:
> 
> init=/bin/systemd
> 
> to the kernel command line and then rebooting, or install the
> systemd-sysv package.
> --
> 
> What does this mean? [...]
> 

If you want to test it before switching to it by default, add the boot 
parameter to the kernel (init=/bin/systemd).

To use systemd as default, install systemd-sysv.

See also https://wiki.debian.org/systemd.

> 
> Thanks  for clearance.

I hope it is clear.

> 
> Hans
> 

Jean-Marc 


pgpIIfr_0oIUd.pgp
Description: PGP signature


Acer C720p

2014-03-27 Thread Jean-Marc
Hi the list,

I have an eye on a Chromebook Acer C720p.
And I want to install a Debian on it.

Anybody having experience with it ?
Bad or good ?

Jean-Marc 


pgpNXnm9Qck7Q.pgp
Description: PGP signature


Re: install debian on usb stick

2013-12-13 Thread Jean-Marc
On Fri, 13 Dec 2013 08:02:46 -0500
Rob Owens  wrote:

> On Fri, Dec 13, 2013 at 05:59:46PM +0700, Diogene Laerce wrote:
> > Hi,
> > [...]
> > I try to install deby on a stick but I have this warning message
> > whatever action I do :
> > 
> > ###
> [...]
> I've installed Debian to a USB stick plenty of times, and I just did it
> like a normal install.  Put the USB stick in the computer.  Boot off of
> the installation CD.  When you get to the partitioning phase, make sure
> you choose your USB stick and not your hard drive (you can probably tell
> by the size that the partitioner reports).
> 
> [...]
> -Rob

And what about debootstrap ?
I used it to install Debian on the NAND of my cubieboard.
Ran like a charm.

You can do the same with your stick, I presume.

Nice tuto on debian.org:
http://www.debian.org/releases/stable/amd64/apds03.html.en

Jean-Marc 


pgpvq_cjlFtGj.pgp
Description: PGP signature


Re: Maximum RAM

2013-12-11 Thread Jean-Marc
On Wed, 11 Dec 2013 23:11:58 -0800
David Guntner  wrote:

> 
> Really?  As I understand it, a 32-bit operating system cannot address
> more than 4G of memory.
> 
> What am I missing here?

Some more infos about PAE (Physical Address Extension):
https://en.wikipedia.org/wiki/Physical_Address_Extension

To be checked in /proc/cpuinfo, search for pae in your CPU flags.

> 
> --Dave
> 
> 

Like PailNM said, not implemented in Microsoft O/S.

Jean-Marc 


pgp39ZEdL6ZVW.pgp
Description: PGP signature


Re: gschem for Debian 7?

2013-11-09 Thread Jean-Marc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 09/11/13 03:56, John Conover wrote:
> Where is the .deb for gschem for Debian 7?

Are you speaking about the electronics design software ?

http://packages.debian.org/search?keywords=gschem

> 
> Thanks,
> 
> John
> 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.15 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJSffmlAAoJEECwQOvthjrRTRwP/2y0w4LdPZG0tvw7/qCsfOa6
HxS2ebgoSueTxTtKgNUJ3ikunZnqma3WevvTKawh5Yj4Yg8m3oQHjBObytsEj+vA
KOfxbZ31joBgQEN78xY/7+OOISp/SOGdlMvOFESiS9C30W420OoNZ8BC175poCon
vS+Nsqqe7+QGu5envut9Lr13+38F6uNzMqE6RTGIm+8X6YRqR/0l7y7WOLSLG22E
xxMphKFvN16H2v7rITehBzDW11tfC3Rp+GiDqWn2nblJzTU4mq+dQxST6vLrVx7K
CXQ/aX65aSmiflKuESP48cX+gpQN06EnkBVoNXEsQnD1O4px4XdIzgWzD+wfTj6w
iK+3yThkekQim8eT1Tb5DeBQHf1Ms9yGhlnIZMjkwkU0k93pnckn2EzRhCZm1ZJQ
ggPVBLnn/Fie5x3vfNO5PtX/bNZNDLjQ3j3Oa/L62sFMise4kouz0cGBZBNpC3Mr
rEz4OinUs/cOWunSpPv/10VQTjki3yAyh9vJ5LwBnJB9wIU3bEqRrUonFJNYnJOI
vD4YawE2TciJACO0qh3V8IuGeAGt3S+1u5yu/+Ma9lvH5sKMI93OKWdEbYMzX7NG
p7NkTFpmAC1kAycE8wmW1DzGbrJr1hq8Ba33N48JqAgSkzmXqKEJ6Qf0h14B2cAx
wz97rRFrDReirtrsRTAx
=JCq5
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/527df9b0.4040...@6jf.be



[SOLVED] mounting my USB RAM Stick

2013-11-06 Thread Jean-Marc
On Wed, 6 Nov 2013 22:32:26 +0100
Jean-Marc  wrote:

> Hi List,
> 
> I got a strange behavior with my laptop.
> When I insert a USB stick, it mounts but belongs to root.
> If I plug it in my desktop, it mounts with my user.
> 
> Two Jessie systems kernel 3.10 Gnome3.
> 
> And my user get plugdev group.
> 
> Any suggestions ?

I got an answer on the debian-user-fr list telling me to take a look in 
/etc/fstab.
And I found a line starting with /dev/sdb1.  This made my laptop mounting the 
USB device following this definition but it did not manage permissions.

Removing this allows the other automount system to work mounting it under 
/media//.

Strange, this def in /etc/fstab.

Jean-Marc 


pgpJjfeQmtkKM.pgp
Description: PGP signature


mounting my USB RAM Stick

2013-11-06 Thread Jean-Marc
Hi List,

I got a strange behavior with my laptop.
When I insert a USB stick, it mounts but belongs to root.
If I plug it in my desktop, it mounts with my user.

Two Jessie systems kernel 3.10 Gnome3.

And my user get plugdev group.

Any suggestions ?

-- 
Jean-Marc 


pgpDOo646WVF4.pgp
Description: PGP signature


screen ping-pong

2013-11-05 Thread Jean-Marc Ranger

Hello,

Looking for some pointers for a longstanding intermittent issue (first 
seen early this summer).


Basic setup info:
- Dell Lattitude E6400 (Intel x4500 video) connected to an external 
display, using DisplayPort at both ends
- Up-to-date Wheezy, with some packages from Backports, including kernel 
3.10 - although the problem also happened with 3.2



Issue:
- Upon screen awakening (the computer itself isn't sleeping), the screen 
won't wakeup in X mode. Switching to console (ctrl-alt-F1), both screens 
are on.
- It is possible to wakeup the screen using the laptop' "switch display" 
hotkey (Fn-F8), although in those cases, the image may start to bounce 
from the internal display to the external one, to both, etc.

- The bouncing usually stops after 20-60s.
- At that time, the mouse is very sluggish. Top shows sometimes (but not 
always) that Xorg is using 100% CPU on one of the cores.

- From that point, the bouncing may or may not restart anytime.

I understand that much details are missing. At this point, I'm 
especially looking for:

- links to similar issues
- tools that I could use to get a better understanding of what's going on

Thanks,

Jean-Marc


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

Archive: http://lists.debian.org/blu0-smtp121a9f70ff2c258b71832d7c5...@phx.gbl



Recovering my USB-Key content

2013-10-18 Thread Jean-Marc

Hi the list,

The partition table of my USB-key has gone and I got some read-error 
messages.


I recovered the files stored on it using photorec but it is a little 
bit a raw-recover splitted into generic directories with generic names.


I tried then testdisk but, except the fact that testdisk told me the 
key is almost full, it cannot get anything back, no part table, no 
backup.


I will make a raw copy using dd to keep a backup.

But afterward, I do not know what to do (I still have no time to 
search for a solution).

The only thing coming n mind is to recreate a new part table.

Any idea, suggestion, commands+parms are welcome.

Jean-Marc


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

Archive: http://lists.debian.org/646ea0c2ebeac4714dbffa45bfa0835f@localhost



Re: GnomeControlCenter - Funny stuff - editing the username freezes Gnome3

2013-07-26 Thread Jean-Marc
On Fri, 26 Jul 2013 15:11:59 +0100
Klaus  wrote:

Hi Klaus, hi everybody,

> Oh, nothing drastic, just an un-recoverable error, with X restarting. 
> :-(  Not sure I've ever seen that error screen before.
> 
> When you click on the user name, the label is highlighted, but
> subsequently and quite magically the font size of that label
> increases stepwise, until the  whole screen is filled and an error
> screen pops up.
> 
> Thanks for sharing, J-M, will you file a bug report?

Bug reported:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717920

> -- 
> Klaus
> 

Jean-Marc


pgpOYPfkxNNvj.pgp
Description: PGP signature


Re: GnomeControlCenter - Funny stuff

2013-07-26 Thread Jean-Marc
On Fri, 26 Jul 2013 15:11:59 +0100
Klaus  wrote:

> On 26/07/13 14:36, Lisi Reisz wrote:
> > On Thursday 25 July 2013 22:05:18 Jean-Marc wrote:
> >> Click on it and wait 5 seconds.
> >>
> >> Thank's for sharing this experience of what you will see with me.
> >
> > Can you not give an idea of what it is, having tantalised us so?  I'm not
> > curious enough to install GNOME, but I am curious!

Sorry to tantalise you like that, Lisi.
I hope you did not suffer too much ;-)

> >
> > Lisi
> >
> >
> Oh, nothing drastic, just an un-recoverable error, with X restarting. 
> :-(  Not sure I've ever seen that error screen before.

Me neither; but you can avoid Gnome3 freezing and a X-restart just by closing 
the window.

> 
> When you click on the user name, the label is highlighted, but
> subsequently and quite magically the font size of that label
> increases stepwise, until the  whole screen is filled and an error
> screen pops up.
> 
> Thanks for sharing, J M, will you file a bug report?

Yes, I will.  And I will take back you description.
Your english being better than mine.

> -- 
> Klaus
> 

Jean-Marc


pgpdhKi8r86w2.pgp
Description: PGP signature


GnomeControlCenter - Funny stuff

2013-07-25 Thread Jean-Marc
Hi guys,

Are you a Gnome3 user ?
Do you want to try something funny ?
Just open the System Settings, click on "User Accounts" and try to change your 
name.
You can do it just in clicking on your name to switch to an edit mode.
Click on it and wait 5 seconds.

Thank's for sharing this experience of what you will see with me.

Jean-Marc 


pgpGrwSvcEeqz.pgp
Description: PGP signature


Re: Gnome system parameter unavailable

2013-07-16 Thread Jean-Marc

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 14/07/13 23:55, Jean-Marc wrote:
> Hi guys,
>
> I am not able to start the Gnome system parameter anymore.
> And impossible to start any other Gnome SysGUI like, for example,
Network parm.
>
> I use Jessie Gnome Shell 3.4.2-11.
>
> Does anybody else encountering the same ?
>
> And how can I help reporting this kind of issue ?
>
Some infos about this.
When I started the gnome-control-center, I got this in my
~/.xsession-errors:
Fontconfig warning: "/etc/fonts/conf.d/65-droid-sans-fonts.conf", line
103: Having multiple values in  isn't supported and may not work
as expected
Fontconfig warning: "/etc/fonts/conf.d/65-droid-sans-fonts.conf", line
138: Having multiple values in  isn't supported and may not work
as expected
*** Error in `gnome-control-center': free(): invalid pointer:
0x7f56539a9000 ***
=== Backtrace: =
[SNIP]

I do not know if the backtrace needs to be here (thee are a lot of lines).

And, once again, does anybody encounter the same issue ?

Jean-Marc
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJR5Y/HAAoJEECwQOvthjrRrRgQALWQXzZUDFHSPPPHWBWiXCTG
sLGTLw6kfmyDQX5Fw7hWuZAWHndAIJia/oh4fGlMaIReZBVDWHYoeviEVXEKcSjm
SgE6mpKfn9/RYPLV9AXApZWzrNDzQbwEMyk07jhgeVFd2FzJ/VglI+r8/vM6LFo8
FmxbQYRC/QZVmcH6vxh55CGdYcRUQSGSZBpunbT/5G60yOpd3suOdwauO8DnC8bC
9D7noP7P79bCwg1RbJ+hQtE8ZldJ/JacZa48PT8VtceETqMbq7NmhGOjkOUMBJka
b0HWXluovZBZteqVusbmm1v/yRYBKpJkEL6zyUOKLn5+FNXUGXU5VRK0WDDGwxtM
nN1WdR88J4CiYnXsgdIKxp1PaB/FlvIvilaUfLjiKvSMDs+rc8Ljx95oAFsE4twi
BTx1DGG3O6Fn2OCLuK0cfjfXvc2RMXfZV7yN+pk1dbR9uBVDBtuBcyHs5KgtEBKa
ELz5jEJMOy7GVpR8Mb8KZBRkQMfLLMiP8c+MDoQk5QhQBOfzuYhkxpFuNVuvJRe2
BoIZVAcZhsfOTGWUd/86UvTs4GqBrMBd8588PTYFXYfIFoOyJKmt+eJKwrSXyUwA
eDXft78O/4smzxndWQteu2YUyVD9CYMXRUa8L322Yn5L+NaRsJ8auXZ3jJBvl8t8
+sm0Cr0zWsfH1Gks1pNW
=jULj
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/51e58fc8.9020...@6jf.be



Gnome system parameter unavailable

2013-07-14 Thread Jean-Marc
Hi guys,

I am not able to start the Gnome system parameter anymore.
And impossible to start any other Gnome SysGUI like, for example, Network parm.

I use Jessie Gnome Shell 3.4.2-11.

Does anybody else encountering the same ?

And how can I help reporting this kind of issue ?

-- 
Jean-Marc 


pgpN2mFFIYnY_.pgp
Description: PGP signature


Re: Help - Gnome Died After Update/Upgrade

2013-07-02 Thread Jean-Marc
On Tue, 2 Jul 2013 08:32:42 -0700
Mark Phillips  wrote:

> Steven,
> 
> Thanks Installing gnome-shell and gnome-shell-common from unstable
> worked
> 

Running Jessie is a risky business, isn't it ?
:-)

As Steven said, pay attention to not update all your system.

So, an example how to track testing with some packages from unstable:
http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_tracking_literal_testing_literal_with_some_packages_from_literal_unstable_literal


Just add this to the "/etc/apt/preferences" file:
Package: *
Pin: release a=unstable
Pin-Priority: 100

I have to say unstable saved my system more than once.

-- 
Jean-Marc 


pgpbTmBvUOYXq.pgp
Description: PGP signature


[SOLVED] Gnome3 HS after update

2013-06-30 Thread Jean-Marc
On Sun, 30 Jun 2013 12:59:51 +0200
Jean-Marc  wrote:

> Hi everybody,
> 
> I updated my jessie and Gnome3 does not start anymore.
> Actually, it starts but I never got any menu.
> 
> Do other people got the same ?
> 
> -- 
> Jean-Marc 

For your info : updating to gnome-shell 3.4.2-9 (Sid version) solved this 
problem.

Jean-Marc 


pgpi0lgs15iTm.pgp
Description: PGP signature


Gnome3 HS after update

2013-06-30 Thread Jean-Marc
Hi everybody,

I updated my jessie and Gnome3 does not start anymore.
Actually, it starts but I never got any menu.

Do other people got the same ?

-- 
Jean-Marc 


pgpc9uGfx8fvJ.pgp
Description: PGP signature


debtorrent - how to limit the used space

2013-06-26 Thread Jean-Marc
Hi everybody,

I use debtorrent but it uses a lot of space (1.8G / 2.7G) from my /var FS.

Any idea how to limit this to max. 1G ?

-- 
Jean-Marc 


pgphWYvmOeKqc.pgp
Description: PGP signature


Re: KVM time synchronisation - how to set default offset

2013-06-05 Thread Jean-Marc
On Wed, 5 Jun 2013 10:50:15 +0200, Redalert Commander
 wrote:
> Hello list,
> 
> I'm using KVM (with the virt-manager GUI) on a Debian laptop to test
> various setups.
> I noticed that the time of these guests is not set up correctly, there
> is a 2 hour time difference (I'm on CEST, or GMT+2)
> 
> The solution is to change the offset from UTC to localtime in the
> virtual machine properties.
> Is there some location where I can change the default? As I frequently
> set up virtual machines, this gets a bit annoying.

To change/configure the local timezone, use

dpkg-reconfigure tzdata


> 
> Regards,
> Steven

Jean-Marc


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/973970eccbaec0114d1113bc148d22d0@localhost



Re: measuring RAID arrays performances

2013-05-28 Thread Jean-Marc
On Sun, 26 May 2013 19:21:57 -0500, Stan Hoeppner
 wrote:

Hi Stan, hi everybody,

> Hopefully I'm teaching not only you, but others, that trying to
> optimized performance of a -2 disk- array is a waste of -your- time.

I have to say I was a little bit disappointed after this.

I took time to read doc' (and there are a lot of).
And at the end, even the infos found on the mdadm wiki seems to give a
wrong idea of the way to go.

> 
> Docs won't fill in the gaps in your knowledge here.  Neither will
> running bonnie++, iozone, using 'dd', etc.  They simply do not reflect
> real world use of a 2 disk RAID1.  RAID10,f2 on two disks is simply an
> optimization of RAID1 and it's not going to double your throughput.
> Whether it is of benefit to your depends entirely on your workload(s).
> And with only 2 disks and using the installer, it's pretty clear that
> your workload is not 100% single threaded streaming read, which is where
> f2 yields the bulk of its benefit.  In real world use for a desktop or
> most small server workloads, random read/write performance is important,
> not sequential read.  This is why I said stick with vanilla RAID1.

Back to what I read, I have a question:
- are RAID0 and RAID10,f2 performances quiet similar in term of random
read or not ?
- and if there are not, why people are publish these kind of infos on
the mdadm wiki ?
- moreover, regarding the daily usage of a desktop, does a usefull RAID
layout exist to give performances benefit ?

> 
> 
> You'll want to go through the installer defaults for all disk counts
> before filing such a bug report.  There are likely others that many
> people would disagree with.  If the 3 disk default is RAID5 then ~30 of
> users will disagree saying it should be RAID10,f2 for better performance
> and redundancy at the cost of space.  If it is RAID10,f2 then ~70
> percent will disagree saying the extra space is more important than
> redundancy and performance.  Advanced users won't care because they'd
> -never- use the installer to create their arrays.

Advanced users ?  I would say experienced users.
Because even if you take your time to document yourself, there are few
things helping you to take the right decision.
But may be I was looking in the wrong direction.

> 
> With only 2 drives, the overall performance difference between RAID1 and
> RAID10,f2 is nearly statistically even, with real world workloads.  So
> to reiterate my previous point, it is a waste of -your- time attempting
> to figure out which one is slightly faster.  It is your time to waste,
> so go ahead if you like.  I'm simply trying to save you some that can be
> put to better use elsewhere.
> 

Anyway, I am busy setting up some small VMs to test some services
within isolated environments.
I was thinking running them on my small partition using different RAID
layouts to see how it behaves in real world.
It will cost nothing extra and will help me to get ... more
experienced.
:-)

Anyway, thank you for all the infos you gave through this exchange.

> -- 
> Stan

Jean-Marc 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/1294ce3971c386f0a81d8ab2ec9c9798@localhost



Re: measuring RAID arrays performances

2013-05-26 Thread Jean-Marc
2578,33219462,67 0,00 658388  0
md99   2713,67231013,33 0,00 693040  0
md99   2578,00219462,67 0,00 658388  0
md99   2557,33217664,00 0,00 652992  0
md99152,00   608,00 0,00   1824  0
md99154,33   617,33 0,00   1852  0
md99 27,00   108,00 0,00324  0
md99 75,86  5642,4635,12   21320212 132712
md99  0,00 0,00 0,00  0  0

Is iostat output wrong ?
Are these reading speed and volume wrong ?
Do I have to rely on this or not ?

> You really need to read and comprehend much more about md, or simply
> listen to an expert:
> 
> For two disks, use RAID1.  PERIOD.  End of story.  Screwing with
> anything else is a massive waste of your time.  If you have 3 or more
> disks, then you can worry about layouts.

Could you also send this advice to Debian people ?

Because the layout current in use inside the official Wheezy Debian installer 
for a 2 disks system is RAID10,f2.

It is may be time to open a bug for this.

> 
> -- 
> Stan
> 

Best regards,

-- 
Jean-Marc 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130526124000.7fbb7ad3dae9c9473100c...@6jf.be



Re: measuring RAID arrays performances

2013-05-26 Thread Jean-Marc
2578,33219462,67 0,00 658388  0
md99   2713,67231013,33 0,00 693040  0
md99   2578,00219462,67 0,00 658388  0
md99   2557,33217664,00 0,00 652992  0
md99152,00   608,00 0,00   1824  0
md99154,33   617,33 0,00   1852  0
md99 27,00   108,00 0,00324  0
md99 75,86  5642,4635,12   21320212 132712
md99  0,00 0,00 0,00  0  0

Is iostat output wrong ?
Are these reading speed and volume wrong ?
Do I have to rely on this or not ?

> You really need to read and comprehend much more about md, or simply
> listen to an expert:
> 
> For two disks, use RAID1.  PERIOD.  End of story.  Screwing with
> anything else is a massive waste of your time.  If you have 3 or more
> disks, then you can worry about layouts.

Could you also send this advice to Debian people ?

Because the layout current in use inside the official Wheezy Debian installer 
for a 2 disks system is RAID10,f2.

It is may be time to open a bug for this.

> 
> -- 
> Stan
> 

Best regards,

-- 
Jean-Marc 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130526123559.fa6a98cae7fc3e1cf1eaf...@6jf.be



measuring RAID arrays performances

2013-05-25 Thread Jean-Marc

Hi guys,

I am trying to measure the perf' of RAID arrays to be sure of the layout 
I'll use for my future set up.


Based on this article, RAID10,f2 seems to be the best set up:
https://raid.wiki.kernel.org/index.php/Performance

But if I create a RAID10,f2 array (ext4 FS) and if I compare its perf' 
against a RAID1 arrays using bonnie++, I do not see any big differences.


This is the command I used:
/usr/sbin/bonnie++ -s 5000 -n 128 -r 1024 -m Jessie -d /tmp/md99/

My RAID10,f2:
# mdadm --detail /dev/md99
/dev/md99:
Version : 1.2
  Creation Time : Sat May 25 23:15:46 2013
 Raid Level : raid10
 Array Size : 5851136 (5.58 GiB 5.99 GB)
  Used Dev Size : 5851136 (5.58 GiB 5.99 GB)
   Raid Devices : 2
  Total Devices : 2
Persistence : Superblock is persistent

Update Time : Sun May 26 00:23:12 2013
  State : clean
 Active Devices : 2
Working Devices : 2
 Failed Devices : 0
  Spare Devices : 0

 Layout : far=2
 Chunk Size : 512K

   Name : debian:99  (local to host debian)
   UUID :
 Events : 106

Number   Major   Minor   RaidDevice State
   0   8   370  active sync   /dev/sdc5
   2   8   531  active sync   /dev/sdd5


May be I am doing something wrong.

Jean-Marc 


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

Archive: http://lists.debian.org/51a13cfb.8090...@6jf.be



Re: apache permission users

2013-05-15 Thread Jean-Marc
On Wed, 15 May 2013 13:21:12 +0200, Pol Hallen 
wrote:
> Hi folks!

Hi Pol,

> 
> I installed apache2 web server on debian.
> [SNIP]
> 
> chmod 755 /var/www/mywebserver1?

Personally and just about permissions, I would be more strict, like
that:
chmod 750 /var/www/mywebserver{1..5}

> 
> and same for other dirs?
> [SNIP]
> 
> Pol

Jean-Marc 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/29d8d2bb71e43d6da714633f38f2f954@localhost



Re: nginx stops because it blocks itself

2013-05-12 Thread Jean-Marc
On Sun, 12 May 2013 18:25:27 +0200
Jean-Marc  wrote:

> Some follow up about this problem.
> 
> On Sun, 12 May 2013 15:53:23 +0200
> Jean-Marc  wrote:
> 
> The problem comes from the config' sites-enabled/default specifying 
> directives listen:
>   listen 80;
>   listen [::]:80 default_server;
> 
> But I found this in the nginx doc' 
> (http://wiki.nginx.org/HttpCoreModule#listen),
> " When you enable the address [::]:80, binding port 80 using IPv6, in the 
> listen directive, in Linux, by default, the IPv4 port 80 is also enabled. 
> Meaning that nginx listens for both IPv4 and IPv6 incoming traffic. Therefore 
> if you erroneously specify also a IPv4 address you'll get an already bind 
> address error when reloading nginx configuration. "
> 
> And if I removed directive "liste 80;", nginx starts.
> 
> You can separate IPv4 and v6 stacks using net.ipv6.bindv6only but default 
> value doest not.
> 
> So, Debian nginx config' is incorrect.
> 
> Bugreport ?
> 
No need to report a bug, it is already done:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707110

In case of similar problem, just replace this line in 
/etc/nginx/sites-enabled/default
- listen [::]:80 default_server;
+ listen [::]:80 default_server ipv6only=on;

-- 
Jean-Marc 


pgp5wUDmLWrsx.pgp
Description: PGP signature


Re: nginx stops because it blocks itself

2013-05-12 Thread Jean-Marc
Some follow up about this problem.

On Sun, 12 May 2013 15:53:23 +0200
Jean-Marc  wrote:

The problem comes from the config' sites-enabled/default specifying directives 
listen:
listen 80;
listen [::]:80 default_server;

But I found this in the nginx doc' 
(http://wiki.nginx.org/HttpCoreModule#listen),
" When you enable the address [::]:80, binding port 80 using IPv6, in the 
listen directive, in Linux, by default, the IPv4 port 80 is also enabled. 
Meaning that nginx listens for both IPv4 and IPv6 incoming traffic. Therefore 
if you erroneously specify also a IPv4 address you'll get an already bind 
address error when reloading nginx configuration. "

And if I removed directive "liste 80;", nginx starts.

Youo can separate IPv4 and v6 stacks using net.ipv6.bindv6only but default 
value doest not.

So, Debian nginx config' is incorrect.

Bugreport ?


-- 
Jean-Marc 


pgpVcnImDEfhF.pgp
Description: PGP signature


nginx stops because it blocks itself

2013-05-12 Thread Jean-Marc
Hi everybody.

I installed nginx (Debian Jessie - nginx 1.2.6-1) and thought it can run at 
least a minimalistic config' as apache2 does.

But it does not.
It is even not running.
And when I tried to start it  does not list process listening on 80.

-- 
Jean-Marc 


pgpyIvCDVn3Jr.pgp
Description: PGP signature


my Cubieboard runs Debian Jessie

2013-05-10 Thread Jean-Marc
Hi guys,

I just installed a Debian Jessie on my Cubieboard starting with a bootable 
microSD, an image with partition and MBR for nuking the NAND and a Debian 
debootstrap.

It runs like a charm using only 400MB.

So, now, the question ;-)

I used ext4 to create the NAND FS.

Any suggestion to use the right parms for this ?
noatime ?
Something else ?

Thank you.

-- 
Jean-Marc 


pgpM2SudIp2cM.pgp
Description: PGP signature


Re: When is best to go on using Testing from Wheezy

2013-05-08 Thread Jean-Marc
On Wed, 8 May 2013 23:21:04 +0800
Hörmetjan Yiltiz  wrote:

Hi,

> that said, I am going for it with its Super Cow Powers?
> 

I am running testing for years on my laptop and already did 2 dist-upgrade 
since the relase happened.
The first one broke  but I worked around by installing  from sid.
I could avoid it by running safe upgrade instead but I did not want to wait.
So, nothing special.

You just have to know such a thing may happen running non-stable versions.
It means: only run non-stable if you are prepared and if you know what you are 
doing.

-- 
Jean-Marc 


pgpOL2usFSpnM.pgp
Description: PGP signature


Re: /boot on ext2, 3 or 4?

2013-05-08 Thread Jean-Marc
On Wed, 8 May 2013 09:29:43 -0400, Eike Lantzsch 
wrote:

Hi Eike,

> 
> If it is just a test go ahead without /boot partition and whatever else you 
> like to try. For a production system besides considering "whatever works" I 
> would also consider how much effort and time I would have to invest if 
> something goes wrong. How fast can I have the system back online and in a 
> usable state. That may totally change the picture.

And for a production system, what do you advice to use ?
- Everything under LVM ?
- a RAID with mdadm and LVM on top of it ?
- a separated / partition apart from LVM ?

> 
> Kind regards
> Eike

Jean-Marc 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/8e9d2cd54b2a9f439f2b3202c8213c56@localhost



Re: Install from iso (no disc burn)

2013-05-08 Thread Jean-Marc
On Tue, 07 May 2013 19:50:52 -0700, David Christensen
 wrote:

Hi Harry, hi David,

> On 05/07/13 18:40, Harry Putnam wrote:
>> I'd like to try installing debian from an iso file but not burn a
>> disc.
> 
> If your machine can boot from a USB flash drive, you can write your
> Debian CD image to a USB flash drive, boot the USB flash drive, and
> install Debian:
> 
> http://www.debian.org/releases/stable/i386/apas02.html.en#howto-getting-images-usb
> 
> [SNIP]

Like David said, burn an hybrid ISO on an USB stick.

Or use debootstrap.
See Debian Installer guide - Annex D.3
http://www.debian.org/releases/stable/i386/apds03.html

Kind regards,

Jean-Marc 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/627597d9125084287071cf1a02f153e4@localhost



Re: Man Hates Less

2013-05-07 Thread Jean-Marc
On Tue, 7 May 2013 19:46:05 -0300
Draco Metallium(Rodrigo S. Cañibano)  wrote:

> Last night I did a dist-upgrade of my wheezy debian, today I woke up
> without "less". I tried to install it via "apt-get install less" but it
> removes both man-db and debhelper.
> 
> Does anyone know why is that? I am alone here?
> 
> Should I panic?

Temporary solution for this problem.

My advice: re-install man-db and debhelper, it will remove less. OK.
Use other pagers until the problem is fixed.

And check your source-list.
;-)

> 
> Thank  a lot!
> 
> ---
> Draco Metallium.

-- 
Jean-Marc 


pgptGp1doK1SI.pgp
Description: PGP signature


Re: Man Hates Less

2013-05-07 Thread Jean-Marc
On Tue, 7 May 2013 19:23:39 -0400 (EDT)
Stephen Powell  wrote:

> 
> Was it your intention to upgrade from Wheezy to Jessie?  If not, then
> I'm guessing that you are using "testing" rather than "wheezy" in
> /etc/apt/sources.list.  This is a perfect example of why you should
> always use a release code name, not a status, in /etc/apt/sources.list.
> Wheezy is no longer the testing release.  It is now the stable release.
> Jessie is the new testing release.  I intentionally did an upgrade from
> Wheezy to Jessie, but when I saw that "aptitude full-upgrade" intended
> to delete less, I aborted it and did an "aptitude safe-upgrade" instead.
> You obviously gave it permission to delete less.  You should pay closer
> attention to what you give it permission to do.  Given that you did,
> your options are limited.  Wait for less to be upgraded to a new release
> that is compatible with man-db, if possible.

You are right, Stephen.  safe-upgrade is the best way to manage this.
And you must pay attention when playing with testing or unstable versions.

Anyway, Debian people are busy preparing man-db and less compatible versions 
right now.

They will be available soon.

> 
> -- 
>   .''`. Stephen Powell
-- 
Jean-Marc 


pgpFRhBmTjXiY.pgp
Description: PGP signature


Re: Man Hates Less

2013-05-07 Thread Jean-Marc
On Tue, 7 May 2013 19:46:05 -0300
Draco Metallium(Rodrigo S. Cañibano)  wrote:

Hi Draco,

> Last night I did a dist-upgrade of my wheezy debian, today I woke up
> without "less". I tried to install it via "apt-get install less" but it
> removes both man-db and debhelper.

Could you give the result of:
apt-cache policy
apt-cache policy less man-db debhelper

> 
> Does anyone know why is that? I am alone here?

That's  the reason:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=706916

backslash handling in option string has changed in less-456, breaking man

> 
> Should I panic?

Not at all.
Never panic ;-)

> 
> Thank  a lot!
> 
> ---
> Draco Metallium.
-- 
Jean-Marc 


pgp6kW8NOl5_8.pgp
Description: PGP signature


Re: running Debian on a Cubieboard

2013-05-05 Thread Jean-Marc
On Sat, 4 May 2013 22:33:23 +0300
Andrei POPESCU  wrote:
Hi Andrei,
> On Sb, 04 mai 13, 04:44:50, Jean-Marc wrote:
> > Hi guys,
> > 
> > I bought a Cubieboard some days ago (http://cubieboard.org).
> > I would like to install a Debian Testing on it and some useful services 
> > (webserver, wiki, xmpp server, mail server, ...).
> 
> [snip]
> 
> You may want to ask on debian-arm instead.
I did it and already got an answer.
Thank you for the advice.
> 
> Kind regards,
Regards,
> Andrei
-- 
Jean-Marc 


pgpP1wzEGulBq.pgp
Description: PGP signature


running Debian on a Cubieboard

2013-05-03 Thread Jean-Marc
Hi guys,

I bought a Cubieboard some days ago (http://cubieboard.org).
I would like to install a Debian Testing on it and some useful services 
(webserver, wiki, xmpp server, mail server, ...).

I took a look at the doc' and found some interesting things here:
http://linux-sunxi.org/Cubieboard/
http://linux-sunxi.org/Cubieboard/Installing_on_NAND

Did somebody already try this ?
Did youo do it the same way ?
Info about that are welcome.

And I have a question: as the Debian installer takes the arch armhf in charge, 
do you think a standard install' from a netboot image will work ?

Thank's
-- 
Jean-Marc 


pgp5vITkNm4mz.pgp
Description: PGP signature


MUA: Sylpheed vs Claws-mail

2013-04-30 Thread Jean-Marc
Hi everybody,

I followed you discussions about MUAs and I have some questions about the same.

Running a Debian Testing, I use Sylpheed (3.2.0) and Claws-mail (3.8.1), the 
second being a fork of the first one if I understand everything.

They are difficult to disentangle but I have to say I prefer Sylpheed because 
it is "whiter" than Claws-mail (in french, being "plus blanc" means having a 
presentation more clear).

My question: in Sylpheed, when you got a signed mail, you directly see if it is 
a good signature at the end of the mail.  With Claws-mail, I do not find a way 
to check signatures.

Any idea ?

Thank's in advance.
-- 
Jean-Marc 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130501000448.467ae8031f9725fa06b40...@6jf.be



Re: sudoers vs admin group

2013-04-30 Thread Jean-Marc
On Tue, 30 Apr 2013 16:10:41 -0500
Michael  wrote:
Hi Michael,
> Is there any (significant) difference between editing (adding a user to) 
> the  _/etc/sudoers_ file and adding a person to the _admin group?_  Am I 
> comparing apples and oranges?
Usually, groups are used on GNU/Linux for access control, to control access to 
the files, directories, and peripherals.  So, being in the admin group will 
allow users to get access to the files having admin as group.

/etc/sudoers determines a user's sudo privileges.  Privileges do not always 
mean getting root privileges.

It is not the same thing, indeed.

> 
> Michael
-- 
Jean-Marc 


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130430235104.cd3f4157cbb4a0786c6df...@6jf.be



Re: Install debian from scratch and keep a home partition

2013-04-25 Thread Jean-Marc
On Thu, 25 Apr 2013 12:54:37 +0200, Dan  wrote:
> Hi,
Hi Dan,

> 
> As I explained in a previous email I had an issue with the ATI driver
> [SNIP]

> I was going to do the following:
> 
> - Backup home and the files from /etc passwd, group, shadow and gshadow
Always back-up your data; good practice.

> - Install wheezy (I think it is possible to wipe the partition during
> the installation)
The new Debian Wheezy installer will allow you to keep your partition
scheme and its content.

> - Remove the home directory
You can choose to keep its content during the installation process.
I did it during my laptop re-install'.  To avoid to copy data from
backup and to save time.
I do not have any ref to the doc' and currently no time to search for
but take a look at the doc', it can be helpful if you want to keep your
/home and the data on it as it is.

> - Mount the old home partition using fstab (using also blkid in order
> to use the UUID)
> - merge the old passwd, group, shadow and gshadow with the new files
> found in /etc
If you want to keep your users/groups def., it is better to make a
small script to extract them out of the old passwd and group files and
to re-create them resetting their passwords.

> 
> Thanks,
> Daniel

Jean-Marc


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/50e020c992546870bbf8996f8923d910@localhost



Re: Why does my ssh session terminate immediately?

2013-04-25 Thread Jean-Marc
On Wed, 24 Apr 2013 23:19:19 +0200, Andreas Leha
 wrote:
> Hi Jean-Marc,
Hi Andreas,

> 
> thanks for your suggestions.  See the results inline.
> 
> [SNIP]
> 
> So it says 'disconnected by user'?  I might mention, that can login to
> (all) other machines with that client without problems.
Strange, indeed.

What you can try is:
- do the same test making a connection with a "working' server to
compare the results.
- check if you got error at network level (on your server with the
problem,  should display interfaces and errors counters).
- take a look at the network traffic with a network analyzer like
wireshark, looking especially to TCP RST packets (reseting connections).

> 
> 
> Regards,
> Andreas

JM


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5364979796b97c624299f81fbdbb2fe8@localhost



Re: Und last aptitude safe-upgrade

2013-04-25 Thread Jean-Marc
On Thu, 25 Apr 2013 10:17:31 +0100, Darac Marjal
 wrote:
> On Thu, Apr 25, 2013 at 12:57:21AM +0200, Dan wrote:
>>Hi,
>>I did an aptitude safe-upgrade of my Squeeze debian. And now the drivers
>>for the graphics card are broken. I am using an Radeon Graphics card, but
>>I downloaded the drivers directly from the webpage.
>>How could I undo the aptitude safe-upgrade in order to use the xserver
>>version that I was using before the upgrade?
> 
> Generally speaking, downgrades are unsupported in Debian [SNIP]
There is a way to run an emergency downgrading by changing packages
priorities but it is not recommended.

http://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_emergency_downgrading

> 
> Ideally, your first option is to try and find an updated driver for your
> card. [SNIP]
> 
> 
This seems the best way to resolve your problem.

>>Thanks,
>>Dan

Jean-Marc


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/481d3acf84436e7e5e1f19401584a025@localhost



Re: Why does my ssh session terminate immediately?

2013-04-24 Thread Jean-Marc
On Wed, 24 Apr 2013 05:03:53 +0200, Andreas Leha
 wrote:
Hi Andreas,

Did you check your sshd config' ?
You can do it running:
sshd -t

You can also make tests by running you sshd in debug mode.
Just start it on another port to not disturb the main one:
sshd -de -p 8022

and try a connection on this SSH from your client:
ssh -p 8022 yourhost

and check what happens on your server.

Regards,

Jean-Marc


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/cdb00694420fad8c0f198a6b873fb7c0@localhost



Re: Debian on RAID0 with Wheezy

2013-02-10 Thread Jean-Marc Spaggiari
Small update.

I have installed a 3rd drive to try another option. All 3 exactly the
same, 3 x 2TB.

1st drive in standard mode
Drives 2 and 3 in RAID0, splitted in 2 x 2TB folders

Installation is going weel, GRUB installed on the first disk. While
it's installating, from alt-f2 I looked at the dev folder and I'm able
to see the Volume0px files.

After restart. grub is staring correctly, but it's not able to mount
the RAID drives, and from the shell I now see only:
# ll /dev/mapper/
total 0
drwxr-xr-x  2 root root   80 fév 10 15:57 .
drwxr-xr-x 14 root root 3,4K fév 10 16:00 ..
crw--T  1 root root  10, 236 fév 10 15:57 control
brw-rw  1 root disk 254,   0 fév 10 15:57 isw_bchjifacf_Volume0

The Volume0px files are not there anymore.

But parted can see still them:
# parted /dev/mapper/isw_bchjifacf_Volume0
GNU Parted 2.3
Using /dev/mapper/isw_bchjifacf_Volume0
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: Linux device-mapper (striped) (dm)
Disk /dev/mapper/isw_bchjifacf_Volume0: 4001GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt

Number  Start   End SizeFile system  Name  Flags
 1  262kB   2000GB  2000GB  ext4
 2  2000GB  4001GB  2001GB  ext4

(parted)

# lsmod | grep raid
is not returning anything. So I tried to activate some of them.

So trying to activate some mods just in case:
# modprobe raid0
# modprobe dm-raid

But still nothing in the mapper directory...
# ls /dev/mapper/
control  isw_bchjifacf_Volume0

I will try to remove everything again from the RAID and created it
back from scrach with gparted... But the goal is to be able to boot
from it...


2013/2/10, Jean-Marc Spaggiari :
> Hi,
>
> I'm trying for the 2 last days to install a Debian Wheezy on a RAID0
> drive but I'm facing many issues.
>
> I have 2 x 2TB drives configured in a 4TB RAID0 drive.
>
> I initially used the b3 net installer but it was missing the grub bios
> partition.
>
> Now, I'm using B4, starting it with dmraid=true. I'm able to see the
> RAID0 drive. I'm using the automated configuration to create the / and
> the /home. So far, evertything is going well.
>
> I'm even able to install grub (which I was not able to do initially) on
> Volume0.
>
> But when I'm re-starting, grub is not able to boot on the RAID drive.
> I'm getting a "dm-raid45" not found in modules.dep.
>
> I tried to follow the steps here:
> http://wiki.debian.org/DebianInstaller/SataRaid but when I'm starting
> in rescue dmraid=true mode, I'm not able to see the raid partitions. I
> have the drive in /dev/mapper/_Volume0, but only it. Not the
> Volume0p0 to Volume0p5 entries.
>
> I'm a bit out of idea. I don't know what to try next.
>
> Does anyone have solved this already?
>
> Thanks,
>
> JM
>


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capqv63wm7qbpt0nxhnqjtlhro_q67szj95vpdab_bchwna_...@mail.gmail.com



Debian on RAID0 with Wheezy

2013-02-10 Thread Jean-Marc Spaggiari
Hi,

I'm trying for the 2 last days to install a Debian Wheezy on a RAID0
drive but I'm facing many issues.

I have 2 x 2TB drives configured in a 4TB RAID0 drive.

I initially used the b3 net installer but it was missing the grub bios
partition.

Now, I'm using B4, starting it with dmraid=true. I'm able to see the
RAID0 drive. I'm using the automated configuration to create the / and
the /home. So far, evertything is going well.

I'm even able to install grub (which I was not able to do initially) on Volume0.

But when I'm re-starting, grub is not able to boot on the RAID drive.
I'm getting a "dm-raid45" not found in modules.dep.

I tried to follow the steps here:
http://wiki.debian.org/DebianInstaller/SataRaid but when I'm starting
in rescue dmraid=true mode, I'm not able to see the raid partitions. I
have the drive in /dev/mapper/_Volume0, but only it. Not the
Volume0p0 to Volume0p5 entries.

I'm a bit out of idea. I don't know what to try next.

Does anyone have solved this already?

Thanks,

JM


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/capqv63u129spfmrwgwcuakjqxrczuql6rzmnvfnp8iqx0te...@mail.gmail.com



Re: PCIe card reader not visible in KDE's "Device notifier" Plasma widget [solved]

2011-07-28 Thread Jean-Marc Ranger

Fixed. Apparently, HAL isn't dead yet.

Full details on the fix at http://bugs.debian.org/635756

JMRanger


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

Archive: http://lists.debian.org/4e317b86.9010...@ncf.ca



Re: cryptdisks runlevel configuration for lvm2 + encrypted swap file

2011-07-27 Thread Jean-Marc Ranger

Since no-one replied yet...

I don't have an answer, only ideas.

IIRC, scripts in only one of the rc?.d are executed on startup. Which 
one depend on the requested runlevel, default value being specified in 
/etc/inittab.


Looking at my cryptdisks and cryptdisks-early scripts, they appear to be 
almost identical, both using code in /lib/cryptsetup/cryptdisks.functions
I haven't found a way to specify whether a disk is an early one or not. 
The only difference seems to be that when in "early" mode, failures 
aren't reported.


Not sure how versed you are in script programming, but my take at 
debugging this would be to add more traces in cryptdisks.functions file, 
especially in the handle_crypttab_line_start funtion, that is called for 
each line in crypttab during startup. I'd be adding lines to check

- whether /var is mounted
- whether /dev/urandom can be accesses
- function error codes

Good luck. I'm looking forward reading your explanation on what the 
issue was.



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

Archive: http://lists.debian.org/4e301e32.1030...@hotmail.com



Re: PCIe card reader not visible in KDE's "Device notifier" Plasma widget

2011-07-25 Thread Jean-Marc Ranger


> Show us what dmesg says when you insert a compactflash card on it. It
> sounds like a permissions issue.

See attached.

pciehp_force=1 is required, otherwise sdc isn't assigned.
The only part of the log that puzzles me is
"no hotplug settings from platform"
but what I see in Google results don't ring a bell.

Thanks,

jmranger@L3:~$ sudo dmesg -c > /dev/null
jmranger@L3:~$ sudo rmmod pciehp
jmranger@L3:~$ sudo dmesg -c
[17314.931979] pciehp :00:1c.4:pcie04: unloading service driver pciehp
[17314.932048] pciehp :00:1c.1:pcie04: unloading service driver pciehp
[17314.932089] pciehp :00:1c.0:pcie04: unloading service driver pciehp
[17314.932770] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 
unloaded
jmranger@L3:~$ sudo modprobe pciehp pciehp_force=1
jmranger@L3:~$ sudo dmesg -c
[17320.768113] pciehp :00:1c.0:pcie04: Bypassing BIOS check for pciehp use 
on :00:1c.0
[17320.768189] pciehp :00:1c.0:pcie04: HPC vendor_id 8086 device_id 2940 
ss_vid 0 ss_did 0
[17320.872075] pciehp :00:1c.0:pcie04: Device :02:00.0 already exists 
at :02:00, cannot hot-add
[17320.872082] pciehp :00:1c.0:pcie04: Cannot add device at :02:00
[17320.872097] pciehp :00:1c.0:pcie04: service driver pciehp loaded
[17320.872119] pciehp :00:1c.1:pcie04: Bypassing BIOS check for pciehp use 
on :00:1c.1
[17320.872141] pciehp :00:1c.1:pcie04: HPC vendor_id 8086 device_id 2942 
ss_vid 0 ss_did 0
[17320.976147] pciehp :00:1c.1:pcie04: Device :03:00.0 already exists 
at :03:00, cannot hot-add
[17320.976154] pciehp :00:1c.1:pcie04: Cannot add device at :03:00
[17320.976170] pciehp :00:1c.1:pcie04: service driver pciehp loaded
[17320.976191] pciehp :00:1c.4:pcie04: Bypassing BIOS check for pciehp use 
on :00:1c.4
[17320.976214] pciehp :00:1c.4:pcie04: HPC vendor_id 8086 device_id 2948 
ss_vid 0 ss_did 0
[17320.976313] pciehp :00:1c.4:pcie04: service driver pciehp loaded
[17320.976334] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
jmranger@L3:~$ # insert card here
jmranger@L3:~$ sudo dmesg -c
[17328.134934] pciehp :00:1c.4:pcie04: Card present on Slot(4)
[17328.268133] pci :06:00.0: reg 10 io port: [0x00-0x07]
[17328.268148] pci :06:00.0: reg 14 io port: [0x00-0x03]
[17328.268162] pci :06:00.0: reg 18 io port: [0x00-0x07]
[17328.268176] pci :06:00.0: reg 1c io port: [0x00-0x03]
[17328.268190] pci :06:00.0: reg 20 io port: [0x00-0x0f]
[17328.268214] pci :06:00.0: reg 30 32bit mmio pref: [0x00-0x00]
[17328.268313] pci :06:00.0: disabling ASPM on pre-1.1 PCIe device.  You 
can enable it with 'pcie_aspm=force'
[17328.268377] pci :06:00.0: no hotplug settings from platform
[17328.268583] pata_jmicron :06:00.0: enabling device ( -> 0001)
[17328.268594] pata_jmicron :06:00.0: PCI INT A -> GSI 16 (level, low) -> 
IRQ 16
[17328.268648] pata_jmicron :06:00.0: setting latency timer to 64
[17328.268743] scsi29 : pata_jmicron
[17328.268854] scsi30 : pata_jmicron
[17328.268922] ata25: PATA max UDMA/100 cmd 0x1010 ctl 0x1020 bmdma 0x1000 irq 
16
[17328.268926] ata26: PATA max UDMA/100 cmd 0x1018 ctl 0x1024 bmdma 0x1008 irq 
16
[17329.168795] ata25.00: ATA-0: CF Card, Ver2.30, max UDMA/100
[17329.168801] ata25.00: 31522176 sectors, multi 0: LBA
[17329.168835] ata25.00: limited to UDMA/33 due to 40-wire cable
[17329.176802] ata25.00: configured for UDMA/33
[17329.176995] scsi 29:0:0:0: Direct-Access ATA  CF Card  Ver2 
PQ: 0 ANSI: 5
[17329.177309] sd 29:0:0:0: Attached scsi generic sg3 type 0
[17329.177561] sd 29:0:0:0: [sdc] 31522176 512-byte logical blocks: (16.1 
GB/15.0 GiB)
[17329.177652] sd 29:0:0:0: [sdc] Write Protect is off
[17329.177656] sd 29:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[17329.177695] sd 29:0:0:0: [sdc] Write cache: disabled, read cache: enabled, 
doesn't support DPO or FUA
[17329.177925]  sdc: sdc1
[17329.187478] sd 29:0:0:0: [sdc] Attached SCSI disk
jmranger@L3:~$
jmranger@L3:~$ sudo fdisk /dev/sdc

WARNING: DOS-compatible mode is deprecated. It's strongly recommended to
 switch off the mode (command 'c') and change display units to
 sectors (command 'u').

Command (m for help): p

Disk /dev/sdc: 16.1 GB, 16139354112 bytes
16 heads, 63 sectors/track, 31272 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x

   Device Boot  Start End  Blocks   Id  System
/dev/sdc1   *   1   3127115760552+   c  W95 FAT32 (LBA)

Command (m for help): q

jmranger@L3:~$ sudo mount /dev/sdc1 /mnt
jmranger@L3:~$ ls /mnt
DCIM  MISC
jmranger@L3:~$ 

PCIe card reader not visible in KDE's "Device notifier" Plasma widget

2011-07-25 Thread Jean-Marc Ranger

Hello,

I'm trying to avoid doing a manual "sudo mount" whenever I plug an ExpressCard 
CompactFlash card reader. I'd like to use KDE's Device notifier plasma widget 
instead.

Drivers are OK since a manual mount works. The widget however doesn't react to 
the card insertion, like it does for USB thum drives / USB hard drives / CDs. 
However, it is visible in the "show all drives" window (normal view is 
"removable drives only"). A mount attempt from there fails due to privilege 
issues, which I consider the same "it's not a removable device" issue.

Readings lead to HAL, UDEV and DBUS, but it's quickly starting to look like 
chinese.

This is with Squeeze on AMD64.

Ideas?

Thanks,

JMRanger
  

--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/blu118-w194621470fcc55708d71f0c5...@phx.gbl



[solved] Mysql database interface problem with Sympa Debian upgrade to 5.3.2

2007-04-25 Thread Jean-Marc Liotier
Copy of
http://serendipity.ruwenzori.net/index.php/2007/04/25/solved-mysql-database-interface-problem-with-sympa-debian-upgrade-to-532

I upgraded the Sympa mailing list manager to 5.2.3-2 using the Debian
package from the "Testing" repository. The database part of the upgrade
procedure was a bit fussy so instead of solving its problems I simply
backed up the tables, dropped them, ran the upgrade procedure and
restored them. That workaround worked fine for making the Debian
packaging system happy.

But Sympa itself was definitely not happy. On starting Sympa I got the
following logs in /var/log/sympa.log :

Apr 25 17:02:39 kivu sympa[657]: Could not create table admin_table in
database sympa : Table 'admin_table' already exists
Apr 25 17:02:39 kivu sympa[657]: Could not create table user_table in
database sympa : Table 'user_table' already exists
Apr 25 17:02:39 kivu sympa[657]: Could not create table subscriber_table
in database sympa : Table 'subscriber_table' already exists
Apr 25 17:02:39 kivu sympa[657]: Could not create table netidmap_table
in database sympa : Table 'netidmap_table' already exists
Apr 25 17:02:39 kivu sympa[657]: Unable to execute SQL query : You have
an error in your SQL syntax; check the manual that corresponds to your
MySQL server version for the right syntax to use near '.`admin_table' at
line 1
Apr 25 17:02:39 kivu sympa[657]: Database sympa defined in sympa.conf
has not the right structure or is unreachable. If you don't use any
database, comment db_xxx parameters in sympa.conf
Apr 25 17:02:39 kivu sympa[657]: Exiting.
Apr 25 17:02:39 kivu sympa[657]: Sympa not setup to use DBI

With no database access, Sympa was not operational. Double plus ungood !

The very strange thing is that the database is fine : the right tables
with the right fields and the right records are all present. It even
worked with the preceding version of Sympa. It looked like Sympa itself
was unable to recognize that my database setup was correct, subsequently
reported those errors and thereafter refused to run with it at all.

With a little rummaging inside the Sympa-users mailing list I quickly
found a report of something looking suspiciously like my problem. It is
probably a bug and Olivier Berger proposed a patch that looked to me
like a workable solution : according to Olivier, a faulty regex was the
cause of Sympa's failure to recognize it's own.

After making a backup copy of /usr/lib/sympa/bin/List.pm I promptly
applied his patch :

17:04 [EMAIL PROTECTED] /usr/lib/sympa/bin# diff List.pm.dist List.pm
10750a10751
> $t =~ s/^([^.]+\.)?(.+)$/\2/;
zsh: exit 1 diff List.pm.dist List.pm

I restarted Sympa and it worked fine ever after. Thank you Olivier !

The only problem is that while Sympa was down, people wondered why the
messages did not go through and resent some of their messages. None of
those messages were lost - they were just piling up in a queue. So when
Sympa restarted many duplicates were sent.

But at least now it's working. So for now I'm going to use dselect to
freeze the Sympa Debian package at its current version so that it is
kept back next time I upgrade my system.


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



Attack of the undead /USR/SBIN/CRON

2006-05-23 Thread Jean-Marc Liotier
I just maybe apparently (inch’Allah !) about (I am definitely unsure...)
got rid of ("solved" would probably be too strong a word for that
haphazard process) a very vexing problem that kept me wondering for
weeks. I post here just in case someone recognizes this problem as
something familiar...

On an otherwise very healthy Debian Linux host I saw idle /USR/SBIN/CRON
processes begin to accumulate by the hundreds at a rate of a few every
few minutes and after some time inducing significant load although some
of them eventually died. Killing them was only a temporary remedy as
they kept reappearing. I could not link their appearance to specific
cron jobs nor could I link them to a specific command. And hours of
sifting through forums and mailing lists yielded nothing conclusive :
/USR/SBIN/CRON processes not terminating were not unheard of but their
causes seemed to be varied and most often quite mysterious.

Liberal use of strace with various combinations of ‘-p’ ‘-f’ ‘-F’ and
‘-ff’ binding to the running cron daemon process and following vforks
showed that the undead processes were left listening on an open
connection. I also observed that the /USR/SBIN/CRON spawning was
inhibited by an attached strace - in presence of strace the children did
receive their missing SIGSTOP. And sometimes days went by with no
manifestation of the dreaded processes - but as soon as I thought the
problem was solved they began to reappear…

Anyway, finding that the undead processes were left listening on an open
connection was the smelly trail I was looking for. ‘netstat -p | grep
tcp | grep CRON’ soon showed me that each one of them had an open
connexion to the local LDAP server. Then ‘lsof | grep cron | grep ldap’
hinted that it was not the cron process itself that was directly
connecting to the LDAP server but an underlying library involved in our
PAM LDAP user management system.

Armed with those new results I went hunting for some wild data and found
a discussion between Robert Rakowicz and Jerome Reinert about a somewhat
similar problem
(http://lists.debian.org/debian-user-german/2005/10/msg00989.html). But
the maintenance operations Jerome Reinert suggested on slapd’s Berkeley
DB database did not solve the problem.

For now I have read another post mentioning that versions mismatches and
assorted maintainance issues in slapd’s Berkeley DB database can cause a
similar problem. I can’t find the adress anymore but if I do I’ll post
it here. We found that a simple slapd restart got us rid of the undead
/USR/SBIN/CRON. It has been a few days and I have not seen one again… We
keep our fingers crossed - maybe an upgrade silently fixed the problem… 

I also posted that on my blog at
http://serendipity.ruwenzori.net/index.php/2006/05/23/attack-of-the-undead-usrsbincron



signature.asc
Description: Digital signature


Polling of via-rhine failed

2006-03-04 Thread Jean-Marc Ranger

Hi,

I recently reinstalled a P2-350 which has been running a pre-release 
version of sarge, with a 2.6.6. kernel.


Installation went OK with a 2.4 kernel, but when switching to the 
standard 2.6.8, polling of the network card fails with the following error:


via-rhine.c:v1.10-LK1.1.20-2.6 May-23-2004 Written by Donald Becker
ACPI: PCI interrupt :00:0b.0[A] -> GSI 12 (level, low) -> IRQ 12
via-rhine: probe of :00:0b.0 failed with error -945243616

Attempting with acpi=off lead to similar results:

via-rhine.c:v1.10-LK1.1.20-2.6 May-23-2004 Written by Donald Becker
PCI: Found IRQ 12 for device :00:0b.0
via-rhine: probe of :00:0b.0 failed with error -951156192

For reference, this is what 2.4 reports:

via-rhine.c:v1.10-LK1.1.19  July-12-2003  Written by Donald Becker
  http://www.scyld.com/network/via-rhine.html
PCI: Found IRQ 12 for device 00:0b.0
eth0: VIA VT86C100A Rhine at 0x6800, 00:60:67:44:a9:fb, IRQ 12.
eth0: MII PHY found at address 1, status 0x782d advertising 05e1 Link 41e1.

The full dmesg logs are available at http://web.ncf.ca/jmranger/via/

Does this ring a bell to anyone ?

Thanks,

Jean-Marc Ranger



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




Re: Getting Apache to transfer .sh file instead of trying to execute it as CGI

2005-11-05 Thread Jean-Marc Liotier
On Fri, 2005-11-04 at 16:19 +, Jon Dowland wrote:
> On Fri, Nov 04, 2005 at 04:03:26PM +0100, Jean-Marc Liotier wrote:
> > Does anyone here have any idea about how I can persuade Apache to treat
> > this shell script as a normal text file ?
> 
> I believe it is a mime-type issue.

That is also the consensus I gathered from the people around me.

> Try putting the following in a .htaccess file in the same directory:
> 
>   AddType text/plain .sh
> 
> You need Override FileInfo at least

Following your advice I did that, and for good measure I even added
'AllowOverride all' to the  stanza of my vhost
configuration but with no observable result after restarting Apache.

I then removed the previous modifications and added the line
to /etc/apache2.conf and restarted Apache. Same absence of results.

I then removed the previous modifications, removed the 'application/x-sh
sh' line from /etc/mime.types and added 'sh' at the end of the
'text/plain' line. Also with no observable result.

I am still on it. I will keep the list informed if I find something...



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


Getting Apache to transfer .sh file instead of trying to execute it as CGI

2005-11-04 Thread Jean-Marc Liotier
I am trying to make a shell script available for download. The problem
is that when I try to get it Apache returns a 403 and logs "Options
ExecCGI is off in this directory" in error.log. But I am not trying to
execute this script as a CGI, I just want to download it. Permissions
are 644. If I rename the file as .txt or .html I can get it normally.
Therefore it is only the .sh extension of the file that make Apache
handle it as a CGI.

So it seems that whenever a file whose extension is .sh is required
Apache believes it must be executed. I have grepped my configurations
for things such as '.sh' 'handler' or 'CGI' but I have not found
anything that I could recognize as a parameter relevant to my problem.

I find plenty of documentation and discussions about the exact reverse
problem - people trying to get Apache to execute their files instead of
just serving them as a file transfer, but not much about the opposite.

Does anyone here have any idea about how I can persuade Apache to treat
this shell script as a normal text file ?



signature.asc
Description: Digital signature


Re: dccproc error

2004-12-30 Thread Jean-Marc Liotier
On Thu, 2004-12-02 at 10:17 -0800, Vadim wrote:
> I started to have dccproc errors in my syslog:
> 
> Dec  2 06:02:26 host dccproc[27454]: open(/var/lib/dcc/map): Permission denied

chown dcc:root /var/lib/dcc/map
chmod 600 /var/lib/dcc/map

Problem solved.

If /var/lib/dcc/map has read permissions for others, dcc will also
complain with "/var/lib/dcc/map is not private" hence the chmod.



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



Re: need proxy server that can auth to parent proxy server

2004-03-12 Thread Jean-Marc V. Liotier
On Fri, 2004-03-12 at 11:37, Hugo van der Merwe wrote:
> 
> I have an app here that can handle a proxy, but not proxies that
> require authentication. I want to run a proxy proxy on my machine,
> that this app can connect to, and which will then connect to another
> proxy requiring auth - the only function needs to be to perform the
> additional auth step.

Squid does that. Here is how the upstream proxy configuration looks
like:

cache_peer  parent  0 no-query default proxy-only 
login=:
#(all the above on one line)



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



Re: Asking for ATA congiguration via debian.....

2004-03-08 Thread Jean-Marc V. Liotier
On Mon, 2004-03-08 at 11:21, Predesta Yudha wrote:
> Dear Sir Or Madam
>My name is Pri Desta Yudha, Male, 24 years old, Indonesian, student at
> Dept. Of Physics Majoring in Instrumentation Electronics, University Of
> Indonesia. I'm in last semester, today I get last assignment to
> graduate. My last assignment about using debian distro  to build
> database system with mysql as database server in Dept Of Physics,
> University Of Indonesia. I got problem in ATA configuration, included
> memory, setting-up back-up dat for once in 24 hours, power-down 
> back-up, etc..  on Debian. Can you help me to show how to config in
> Debian. My computer specs are...
>1. P4 Intel Hyperthreading 2.4 GHz.
>2. Asus Motherboard P4P800.
>3. Harddisk 80 GB (2 HDD).
>Thanks for Debian Team...
> 
> Sincerelly Yours

Your question is very politely asked, and that's an excellent first
step, but it is an very vague question on a very broad subject. I fear
that you will not get the answers you a looking for. You will have much
better chances of getting useful answers if you ask specific questions
focused on a clearly identified problem for which you explain as
precisely as possible the conditions in which the problem occurs. More
specifically in your case it is unclear what you mean by "ATA
configuration" and you fail to describe any problem.

Ask the question again in different terms and you will get better
answers.



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


Re: how to change beep noise

2003-11-13 Thread Jean-Marc V. Liotier
On Wed, 2003-11-12 at 23:08, Daniel Edmund Davison wrote:
> Hi, I've just installed debian woody on a HPze1230 laptop. The beep noise
> it is making on ambiguous file-completions, new mail, etc is very
> loud. The keyboard volume-changing and muting keys are not recognised. Is
> there an alteration I can make within debian to change/disable this noise?

Disabling the beep noise :
'xset b 0 100 10'



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


Re: classic deficiancy in both windows and linux ?

2003-10-24 Thread Jean-Marc V. Liotier
On Fri, 2003-10-24 at 17:11, Mental Patient wrote:

> I found myself using imagemagic often to 
> manipulate photos taken with a digital camera. I use nautilus/gnome as 
> my desktop environment. After a while it got annoying to have to keep 
> dropping into a shell to rotate, scale or montage the picture(s). So I 
> wrote  a couple pygtk scripts and put them in the scripts dir for 
> nautilus. So now I can select a bunch of pictures, right click and send 
> them to the wrapper. Up pops a gtk2 interface that I can use to set 
> options like rotational direction, or filetype to output as a montage. 
> It fits in with the rest of the desktop and I dont have to keep 
> opening/closing terminals.

Very interesting. Are your scripts distributed somewhere ?



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


Flash and Java in mozilla-firebird ?

2003-09-19 Thread Jean-Marc V. Liotier
I thought I had everything set to get Java and Flash in mozilla-firebird
but it is actually not the case. I followed advice from various pages
fished from Google, downloaded the JRE package and the non-free
flashplugin package, and I put the right simlinks in
/usr/lib/mozilla-firebird/plugins :

lukeme:/usr/lib/mozilla-firebird/plugins# ls -al
total 29
drwxr-xr-x2 root root  280 Sep 15 14:28 .
drwxr-xr-x9 root root 1384 Sep 15 14:28 ..
lrwxrwxrwx1 root root   43 Sep  2 18:03 flashplayer.so -> 
/usr/lib/flashplugin-nonfree/flashplayer.so
lrwxrwxrwx1 root root   44 Sep  2 18:03 flashplayer.xpt -> 
/usr/lib/flashplugin-nonfree/flashplayer.xpt
lrwxrwxrwx1 root root   59 Sep  2 18:04 javaplugin_oji.so -> 
/usr/lib/j2se/1.4/jre/plugin/i386/mozilla/javaplugin_oji.so
lrwxrwxrwx1 root root   42 Jul 15 00:10 libmozilla_bonobo.so -> 
../../mozilla/plugins/libmozilla_bonobo.so
-rw-r--r--1 root root20816 Sep 14 08:44 libnullplugin.so
lrwxrwxrwx1 root root   29 Jul 22 10:11 raclass.zip -> 
../../RealPlayer8/raclass.zip
lrwxrwxrwx1 root root   25 Jul 22 10:11 rpnp.so -> 
../../RealPlayer8/rpnp.so

But since it is not working there is certainly something else I need to
do. May somebody please enlighten me ?



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



Re: Cyrus "Could not shut down filedescriptor..."

2003-08-06 Thread Jean-Marc V. Liotier
On Wed, 2003-08-06 at 15:56, Jogi Hofmüller wrote:
> Hi!
> 
> * Jean-Marc V. Liotier <[EMAIL PROTECTED]> [2003-08-06 15:31]:
> > Aug  4 10:43:25 localhost cyrus/imapd[10867]: Could not shut down filedescriptor 
> > 0: Bad file descriptor
> > Aug  4 10:43:25 localhost cyrus/imapd[10867]: Could not shut down filedescriptor 
> > 1: Bad file descriptor
> > Aug  4 10:43:25 localhost cyrus/imapd[10867]: Could not shut down filedescriptor 
> > 2: Bad file descriptor
> > 
> > I found nothing with Google. Does anyone know what this is about ?
> 
> Look at the thread from info-cyrus. I found an archive at:
> 
> http://www.mail-archive.com/[EMAIL PROTECTED]/thrd2.html#13109
> 
> From what I read, the Error is 'harmless' ...

Thanks to Henrique and Jogi for the answers. Time to update my
logcheck.ignore !



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



cnews or inn2 ?

2003-07-30 Thread Jean-Marc V. Liotier
I need to set up a handful of local only groups for workgroup
collaboration. I have no experience with NNTP administration whatsoever
although I'm getting reasonably comfortable with mail/web/etc. server
administration. Which software should I use ? cnews and inn2 both seem
to be good choices with different features/complexity compromises, but I
would welcome more information about their respective merits.

Also, I am running all authentication from a LDAP tree. Is it possible
for cnews or inn2 to authenticate from LDAP ? If not, I guess I'll
export LDAP data to a text file as the NNTP server sees fit, but that
would not be as nice.



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



Re: apt-get -d is cool, but now to install them

2003-07-30 Thread Jean-Marc V. Liotier
On Wed, 2003-07-30 at 05:07, Dan Jacobson wrote:
> Alas, after a lot of apt-get -d's during the previous connection, the
> only way to use apt-get (not dpkg) to then install them seems to be:
> set -- `find /var/cache/apt/archives -name \*.deb -cmin -60 -print|
> sed '[EMAIL PROTECTED]/@@;s/_.*//'`; apt-get install $@

'apt-get upgrade'

'apt-get -d' puts the packages in the cache (/var/cache/apt/archives).
So the next time you run 'apt-get upgrade' it will only download
packages that are not already there.



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



Re: slapd upgrade from 2.0.27-4 to 2.1.22-1 is a catastrophe

2003-07-25 Thread Jean-Marc V. Liotier
The conversion process needed to make our tree acceptable to recent
versions of slapd not being something I am going to embark upon on a
Friday evening, downgrading to  version 2.0.27-4 seems the most
reasonable course of action. After having wiped the partly upgraded
setup and installed the various 2.0.27-4 packets I loaded my backup
LDIF, relaunched postfix and everything is now fine. On Monday, I will
take a look at what the conversion process and try to understand why the
fix_ldif script barfs on it.

Well, that was the short story. Here is the real story for the benefit
of other clueless users like me who want to know what actually happened.
The truth is that I'm a telecommunications marketing consultant with a
very superficial understanding of proper systems administration and a
clueless LDAP newbie to boot, and I ended up taking care of the damage
control today because all the really competent people are either staffed
200% or on vacation, so I had to learn LDAP administration basics in the
process and get to know the tools along the way with a fair bit of trial
and error. And I started with downgrading just slapd to 2.0.27-4 and
found myself wondering why slapd kept on dying and the tools would not
talk to it, only to finally understand after a bit of hair pulling that
the system was not going to work unless everything was 2.0.27-4. But I
succeeded, had fun along the way and now find myself with a nice varnish
of LDAP skills. So let that be an encouragement to the other clueless
newbies around : don't let that stuff intimidate you too much, you only
need to know how to read, and some degree of patience...



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



Re: slapd upgrade from 2.0.27-4 to 2.1.22-1 is a catastrophe

2003-07-25 Thread Jean-Marc V. Liotier
On Fri, 2003-07-25 at 17:23, Jean-Marc V. Liotier wrote:
> I have a testing system (with a handful of packages pinned to unstable).
> During the upgrade I performed today, slapd went from 2.0.27-4 to
> 2.1.22-1. The result is catastrophic :
> - Postfix no longer works properly (I am using ldap virtual maps)
> - The upgrade process produced a bunch of errors I do not understand but
> that seem to correlate with LDAP tree migration problems.

Here is what I got from Stephen Frost on debian-openldap. His answer is
very interesting.

---

> Dumping directory to
> /var/backups/ldap/2.0.27-4/slapd-dc=ruwenzori,dc=net-slapcat.ldif with
> new slapcat... /etc/ldap/slapd.conf: line 53: unknown directive
> "defaultaccess" in ldbm database definition (ignored)
> done
> dn: ou=People,dc=ruwenzori,dc=net

This is kind of odd..  It sounds like the slapd.preinst script was
unable to slapcat the database with the 2.0.27-4 slapcat- not a good
sign.  Once you move back to 2.0.27-4 you might shut down your database
and see what happens when you run slapcat on it, it *should* work but if
it doesn't it could definitely cause problems during upgrade.

> [A bunch of additional assorted 'Missing RDN' and 'Mismatched RDN'
> errors]

The fix_ldif script is having a great deal of trouble performing the
migration from your old LDAP tree to a new compliant LDAP tree.  The
underlying problem is that the new version of slapd is much more picky
about schema's and proper form than the old version so we're trying to
fix old 2.0 LDIF's to be compliant.  Obviously this doesn't work in all
cases.

> slapd is started, but large chunks (I would say most) of my LDAP tree
> did not get through the conversion process that apparently happened

Unfortunately you may have to perform the conversion process yourself.
I'm willing to help and if we can fix things so that the conversion
process works for you that's great but it might not be possible to do in
a general way...

> Postfix keeps bitching about LDAP being broken, but I guess it is just
> the effect of the slapd setup being very broken, so I guess I should
not
> pay attention to those messages and focus on getting my LDAP tree back
> online in proper shape.

I expect the slapd database is, as you said, missing alot of things that
postfix is looking for which is what postfix is complaining about.

> I guess the quick fix would be to downgrade to slapd 2.0.27-4 but I
> can't find the package with that version. Has anyone got an archive
with
> old packages ?

There's always http://snapshot.debian.net/
(http://snapshot.debian.net/archive/2003/07/10/debian/pool/main/o/openldap2/
appears to have 2.0.27-4 packages).


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



slapd upgrade from 2.0.27-4 to 2.1.22-1 is a catastrophe

2003-07-25 Thread Jean-Marc V. Liotier
I have a testing system (with a handful of packages pinned to unstable).
During the upgrade I performed today, slapd went from 2.0.27-4 to
2.1.22-1. The result is catastrophic :
- Postfix no longer works properly (I am using ldap virtual maps)
- The upgrade process produced a bunch of errors I do not understand but
that seem to correlate with LDAP tree migration problems.

Here is what I got from the installation process :

---
Dumping directory to
/var/backups/ldap/2.0.27-4/slapd-dc=ruwenzori,dc=net-slapcat.ldif with
new slapcat... /etc/ldap/slapd.conf: line 53: unknown directive
"defaultaccess" in ldbm database definition (ignored)
done
dn: ou=People,dc=ruwenzori,dc=net
Missing RDN

[A bunch of additional 'Missing RDN' errors]

dn: cn=stephanie,cn=valdmann.com,ou=Mail,dc=ruwenzori,dc=net
Mismatched RDN: "cn=sva"

[A bunch of additional assorted 'Missing RDN' and 'Mismatched RDN'
errors]

Use of uninitialized value in scalar assignment at
/usr/share/slapd/fix_ldif line 613, <> chunk 86.
Moving old database files to /var/backups/ldap/2.0.27-4/... done
Recreating directory from
/var/backups/ldap/2.0.27-4/slapd-dc=ruwenzori,dc=net-slapcat.ldif.fixed... 
/etc/ldap/slapd.conf: line 53: unknown directive "defaultaccess" in ldbm database 
definition (ignored)
/etc/ldap/slapd.conf: line 53: unknown directive "defaultaccess" in ldbm
database definition (ignored)
done
Starting OpenLDAP: slapd.
---

slapd is started, but large chunks (I would say most) of my LDAP tree
did not get through the conversion process that apparently happened
during the installation. In addition I have no idea what a RDN is and I
can't find the information. If anyone has a clue I would be happy if
they shared it here.

Postfix keeps bitching about LDAP being broken, but I guess it is just
the effect of the slapd setup being very broken, so I guess I should not
pay attention to those messages and focus on getting my LDAP tree back
online in proper shape.

Jul 25 16:32:39 localhost postfix/nqmgr[9980]: fatal: load_library_symbols: dlopen 
failure loading /usr/lib/postfix/dict_ldap.so: /usr/lib/postfix/dict_ldap.so: 
undefined symbol: ldap_url_search_st
Jul 25 16:32:39 localhost postfix/cleanup[9979]: fatal: load_library_symbols: dlopen 
failure loading /usr/lib/postfix/dict_ldap.so: /usr/lib/postfix/dict_ldap.so: 
undefined symbol: ldap_url_search_st
Jul 25 16:32:40 localhost postfix/master[7767]: warning: process 
/usr/lib/postfix/cleanup pid 9979 exit status 1
Jul 25 16:32:40 localhost postfix/master[7767]: warning: /usr/lib/postfix/cleanup: bad 
command startup -- throttling
Jul 25 16:32:40 localhost postfix/master[7767]: warning: process 
/usr/lib/postfix/nqmgr pid 9980 exit status 1
Jul 25 16:32:40 localhost postfix/master[7767]: warning: /usr/lib/postfix/nqmgr: bad 
command startup -- throttling
Jul 25 16:32:56 localhost postfix/smtpd[10001]: fatal: load_library_symbols: dlopen 
failure loading /usr/lib/postfix/dict_ldap.so: /usr/lib/postfix/dict_ldap.so: 
undefined symbol: ldap_url_search_st
Jul 25 16:32:57 localhost postfix/master[7767]: warning: process 
/usr/lib/postfix/smtpd pid 10001 exit status 1
Jul 25 16:32:57 localhost postfix/master[7767]: warning: /usr/lib/postfix/smtpd: bad 
command startup -- throttling

I guess the quick fix would be to downgrade to slapd 2.0.27-4 but I
can't find the package with that version. Has anyone got an archive with
old packages ?



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



Re: Activating vim color?

2003-06-28 Thread Jean-Marc V. Liotier
On Thu, 2003-06-26 at 07:36, Miranda, Joel Louie M wrote:
> Im using vi and I switch to vim, I was wondering what r the syntax to active
> the color codes? Its just black n white. Im coding and I wasn hoping I can
> activate the colors.

The command is 'syntax enable'. To make colorization permanent, insert
the following line in your .vimrc :

syntax on




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



Cannot acces my machine (woody)

2003-06-21 Thread Jean-marc Belley
I have a problem to access my computer.
 I cannot access to root or any user.
 When i tried to login as root or user i have
 the following error:
 
 Cannot Execute /bin/bash: Exec format error
 
 So i cannot access my computer. I tried
 with the rescue disk and same error.
 
 Thanks.


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



Cannot acces my machine (woody)

2003-06-20 Thread Jean-marc Belley
I have a problem to access my computer.
I cannot access to root or any user.
When i tried to login as root or user i have
the following error:

Cannot Execute /bin/bash: Exec format error

So i cannot access my computer. I tried
with the rescue disk and same error.

Any help would be appreciate.

Thanks.


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



cannot access my computer (debian woody)

2003-06-20 Thread Jean-marc Belley
I have a problem to access my computer 
because i change something that affect to login
to my computer. When i tried to login in root
or any user, i have the following error:

Cannot execute /bin/bash: Exec format error

I boot with a rescue disk and have the same 
error. So i can't access my system at all.

Any help would be appreciate.

Thanks.


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



Re: Console password generator

2003-06-12 Thread Jean-Marc V. Liotier
On Thu, 2003-06-12 at 10:24, Miranda, Joel Louie M wrote:

> Im not sure if debian package has a password generator.
> Do we have one? I think I saw one but I couldn't figure where.

Package: makepasswd
Description: Generate and encrypt passwords
 Generates true random passwords by using the /dev/random feature of
 Linux, with the emphasis on security over pronounceability.  It can
 also encrypt plaintext passwords given on the command line.

You can also try :
mkpasswd (1) - Overfeatured front end to crypt(3)

mkpasswd is contained in the whois package.




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



Re: Office soulution

2003-04-05 Thread Jean-Marc V. Liotier
On Sat, 2003-04-05 at 04:26, Hanasaki JiJi wrote:
>
> apt-get install ooqstart-gnome   <= quick starter from sarge
> 
> doesnt look like there is a package to install openoffice directly

ooqstart-gnome does not quickstart the install, it keeps an openoffice
thread in memory at all times so that documents are opened very fast. If
you have sufficient RAM, it is very convenient because otherwise
openoffice is really slow to launch.

The Openoffice package is openoffice.org

Why .org ? I have no idea, but it's Openoffice for you.



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


Re: Ethernet problems: old 3c509b card is having overrun and errors

2003-03-11 Thread Jean-Marc V. Liotier
On Tue, 2003-03-11 at 14:29, Jason M. Harvey wrote:
>
> actually, i had the same exact problem! mine was an isa 3com, i think
> the 3c509c... 

Me too, I had two 3c509 ISA (out of the three I had) die in similar ways
in the few last weeks. I guess they are beginning to show their age.



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


Re: XFree 4.2.1-5 ATI Rage 128 missing symbols

2003-02-20 Thread Jean-Marc Liotier
Quoting Colin Watson <[EMAIL PROTECTED]>:

> On Wed, Feb 19, 2003 at 06:58:49PM +0100, Jean-Marc Liotier wrote:
> > Quoting Jean-Marc Liotier <[EMAIL PROTECTED]>:
> > > Now my question : when will a version of XFree equal or
> > > posterior to 4.2.1-11  hit Sid ? Is there somewhere I
> > > can find it even before ?
> > 
> > I tried to have a look in incoming.debian.org but XFree was not there.
> > Is it reasonnable to install the binary package from the upstream
> > developpers, or will that severely disturb the Debian setup ?
> 
> That binary package sounds like an RPM, and in any case has a
> completely different versioning scheme. Don't install it. File
> a bug instead (if there isn't one there already) asking for the
> fix you need.

I asked Branden Robinson (the Debian package maintainer) and I got a nice and
quick answer from him : he has taken care of the problem and the fix will be
included in either 4.2.1-6 or 4.2.1-7.

That said, good thing you tell me that the versioning schemes vary across
distributions because I was about to alien the RPM or install the upstream
binary package from xfree.org. I guess I'll just have to be patient.

Strange thing about my problem is that I just discovered that I could startx as
root although a normal user won't work. I'm puzzled once again...


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




Re: XFree 4.2.1-5 ATI Rage 128 missing symbols

2003-02-19 Thread Jean-Marc Liotier
Quoting Jean-Marc Liotier <[EMAIL PROTECTED]>:

> Now my question : when will a version of XFree equal or posterior to
> 4.2.1-11  hit Sid ? Is there somewhere I can find it even before ?

I tried to have a look in incoming.debian.org but XFree was not there. Is it 
reasonnable to install the binary package from the upstream developpers, or 
will that severely disturb the Debian setup ?


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




XFree 4.2.1-5 ATI Rage 128 missing symbols

2003-02-19 Thread Jean-Marc Liotier
Running XFree 4.2.1-5 from Sid on an Inspiron 4000 with a Rage 128 M3 onboard.

X won't start. Here is the unusual stuff I have in /var/log/XFree86.0.log :

Symbol drmFreeBufs from module
/usr/X11R6/lib/modules/drivers/r128_drv.o is unresolved!
Symbol drmFreeBufs from module
/usr/X11R6/lib/modules/drivers/r128_drv.o is unresolved!
Symbol drmR128TextureBlit from module
/usr/X11R6/lib/modules/drivers/r128_drv.o is unresolved!

According to http://www.redhat.com/mailing-lists/xfree86-list/msg01464.html 
this is a bug that has been corrected in XFree 4.2.1-11 :

* Wed Feb  5 2003 Mike A. Harris <[EMAIL PROTECTED]> 4.2.1-11
- Added XFree86-4.2.1-ati-r128-missing-symbols.patch to fix bug (#83303)

Now my question : when will a version of XFree equal or posterior to 4.2.1-11 
hit Sid ? Is there somewhere I can find it even before ? Living with no X is 
kind of frustrating...


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




Re: ssh keys from two behind-the-firewall boxes?

2003-01-31 Thread Jean-Marc V. Liotier
On Sat, 2003-02-01 at 01:55, Matthew Daubenspeck wrote:
> On Fri, Jan 31, 2003 at 06:08:31PM -0600, will trillich wrote:
>
> > doing the ssh-keygen thing works like a charm; you copy your
> > private keys to the remote box and then just slap it into your
> > ~/.ssh/authorized_keys file and poof, no more passwords! so now
> > you can run ssh-driven scripts without having to worry about the
> > username/password interruption.
> 
> Does anyone have a FAQ on how to set this all up?

Below is what worked for me. I think that it may vary according to the
version of the SSH protocol that you want to use, but it works like that
on a stock Debian unstable.

# On the local host :
ssh-keygen -t dsa -f id_dsa
# When prompted for a password, just press 'enter'.
scp id_dsa.pub [EMAIL PROTECTED]:~/

# On the remote host :
test -d ~/.ssh || mkdir ~/.ssh
chmod 700 ~/.ssh
cd ~/.ssh
touch authorized_keys2
cat ~/id_dsa.pub >> authorized_keys2
chmod 640 authorized_keys2
rm -f ~/id_dsa.pub

That's it, you are set with passwordless SSH. Taking advantage of
ssh-agent to avoid using passwordless keys would be the next
evolutionary step, but I'm not there yet and I am already very happy to
be able to script scp, rsync and unison sessions, and to be able to
login everywhere without repetitive keyboard entry.



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




Re: Slang for money [was: Re: Backup Consensus?]

2003-01-31 Thread Jean-Marc Chaton
* Pigeon [Wed, 29/01/2003 at 18:22 +]
> 
> British phones had a # key on the keypad for several years before the
> exchanges were upgraded to the point where you could actually do
> anything with it. When this happened, the recorded help/instruction
> messages were at something of a loss as to what to call it. "The key
> you've been ignoring for the last 10 years" was no good, because that
> applied to * as well. They settled on "square" for a while, which I
> think is unquestionably the most revolting term I've heard for this
> symbol. They mostly call it "hash" now.


In France, we call it the "sharp" key (dièse in French), coz the sign is
also used in musical notation (internationally I think).

-- 
Jean-Marc Chaton, Infra Team, IBM Paris Lab 


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




Re: OT: running a command on many files in many subdirectories

2003-01-28 Thread Jean-Marc V. Liotier
On Tue, 2003-01-28 at 23:56, Levi Waldron wrote:
> I'm sure this is simple, but maybe someone here can help me do it in a few 
> minutes instead of hours.  I have a bunch of files in a bunch of 
> directories, and I want to run the same command on each of them.  For each 
> input file, the output file should have the same name except ending in .txt, 
> and the output files should be put a common directory.  ie,

Here is something I wrote to do batch Imagemagick conversion on a whole
tree of image while taking advantage of multiple processors if
available. Maybe some of the techniques used could be transposed in your
context.

files=`find . -name '*.tif' -print | wc -l | tail -c 2 | head -c 1`
cpu=`grep processor /proc/cpuinfo | wc -l | tail -c 2 | head -c 1`
nnumber=`expr $files / $cpu`
find . -name '*.tif' -print | sed -e 's/ /\\ /g' | sed -e 's/(/\\(/g' |
sed -e 's/)/\\)/g' | xargs -P $cpu -n $nnumber mogrify -format png





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


Re: kill with regex?

2003-01-19 Thread Jean-Marc V. Liotier
On Mon, 2003-01-20 at 00:22, Michael Wardle wrote:
> On Mon, 2003-01-20 at 02:40, Hugh Saunders wrote:
> > ps x gives a list of xine's which i would like to kill
> 
> My preferred method is:
> $ kill `ps -C xine -o pid=`
> OR
> $ ps -C xine -o pid= | xargs kill
> 
> This is subtly different from the other suggestions (such as "killall
> xine"), as it kills anything beginning with xine.  This is very useful
> for killing evolution and its components when a major error occurs.

'killev' is specially made to properly kill evolution and its
components. That's the way evo's developers meant it to be killed.




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


Re: Curious...Are most of you in tech-related careers/schooling?

2003-01-19 Thread Jean-Marc V. Liotier
On Sat, 2003-01-18 at 23:31, Pigeon wrote:
> On Fri, Jan 17, 2003 at 07:52:21PM -0800, Paul Johnson wrote:
> > [1] Bicycle with cargo trailers can move anything.  I've moved a sofa
> > and a fridge with them myself, though had to rent larger trailers.
> 
> I've moved a fridge by strapping it on the carrier. This made the bike
> possible to ride, but impossible to push.

You want a Tchoukoudou !

http://clignot.antville.org/stories/102758/##comments

Who would have guessed that a discussion on debian-user would drift so
far to get me to post a link about those Congolese wooden bicycles ?
They have wooden wheels and routinely carry 400 to 500 kg on the slopes
of the Great Lakes volcanoes. Online ordering is presently not
possible...




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


Re: Drive errors

2003-01-19 Thread Jean-Marc V. Liotier
On Sat, 2003-01-18 at 23:42, Pigeon wrote:
> On Fri, Jan 17, 2003 at 10:06:01AM -0500, Matthew Daubenspeck wrote:
> > I have been running the same woody box for more then 2 years, and I
> > just got the following message:
> > 
> > hda: timeout waiting for DMA
> > hda: irq timeout: status=0x58 { DriveReady SeekComplete DataRequest }
> > hda: timeout waiting for DMA
> > hda: irq timeout: status=0xd0 { Busy }
> > hda: DMA disabled
> > ide0: reset: success
> > 
> > I seem to remember (the archives were no help) that someone had
> > suggested that this may be a bad drive? Everything seems to be working
> > now, but if this drive is on it's way out, I would rather replace it
> > now before it's completely dead...
> 
> I just had this (on a CD-RW rather than an HD). Ten minutes later the
> drive lost its ability to drive the sled and loading motors. It's
> completely f**ked now. So yeah, I'd be worried.

Same experience here : an old IDE hard drive began producing these
errors under load a few days before dying completely. Your disk is
probably going to die soon. Back it up NOW if you can, and maybe
throttle the backup so that it does not stress the disk too hard - a
final crash while backing up would sure be a pity.





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


Re: Passwordless SSH still asks for password when remote usernamediffers

2003-01-19 Thread Jean-Marc V. Liotier
On Sun, 2003-01-19 at 18:04, Jean-Marc V. Liotier wrote:
> On Sun, 2003-01-19 at 18:02, Christian Jaeger wrote:
> > Make sure that the user's home dir on the remote host is not group 
> > writeable (and the .ssh subdir as well). sshd does some checks before 
> > using some files.
> 
> Yes, that was it. 'chmod 700 ~/.ssh' on the remote host solved the
> problem. Thanks to you and to Colin for your help !

While I'm at it, here is my revised recipe fort passwordless SSH. Next
step : use ssh-agent... But that is going to be another story. For now :

# Local end :
cd ~/.ssh
# Enter an empty password when prompted by the following command
ssh-keygen -t dsa -f id_dsa
scp id_dsa.pub [EMAIL PROTECTED]:~/.ssh
# Repeat last command for all remote ends

# Remote end
test -d .ssh || mkdir .ssh
chmod 700 ~/.ssh
cd ~/.ssh
touch authorized_keys2
cat id_dsa.pub >> authorized_keys2
chmod 640 authorized_keys2
rm -f id_dsa.pub

# Local end :
ssh -l user remote.end.net
# Look ma, no password !





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


Re: Passwordless SSH still asks for password when remote usernamediffers

2003-01-19 Thread Jean-Marc V. Liotier
On Sun, 2003-01-19 at 18:02, Christian Jaeger wrote:
> Make sure that the user's home dir on the remote host is not group 
> writeable (and the .ssh subdir as well). sshd does some checks before 
> using some files.

Yes, that was it. 'chmod 700 ~/.ssh' on the remote host solved the
problem. Thanks to you and to Colin for your help !




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


Re: Passwordless SSH still asks for password when remote usernamediffers

2003-01-19 Thread Jean-Marc V. Liotier
On Sun, 2003-01-19 at 16:54, Colin Watson wrote:
> On Sun, Jan 19, 2003 at 04:34:44PM +0100, Jean-Marc V. Liotier wrote:
>
> Please show the output of 'ssh -vvv -l differentusername
> other.remote.end.net'. It works for me ...

Actually, only one remote host exhibits the behavior. Other hosts work
fine, even across platforms (Irix and Debian). The culprit is a Debian
host. And the refusal to log me on without asking for a password is
independent of the username. So my initial question was completely
off... Apologies for the false trail.

So I am guessing this is a wrongly configured option in /etc/sshd_config
on the remote host. Maybe it refuses the public key authentication, or
the keys are wrong... I went through the /etc/ssh/sshd_config but I
don't quite understand it enough to find what could be wrong. If anyone
has a clue, it is welcome.

Kisangani% ssh -vvv [EMAIL PROTECTED]
OpenSSH_3.5p1 Debian 1:3.5p1-4.1, SSH protocols 1.5/2.0, OpenSSL
0x0090700f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Rhosts Authentication disabled, originating port will not be
trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to tethys.jipo.org [194.206.11.154] port 22.
debug1: Connection established.
debug1: identity file /home/jim/.ssh/identity type -1
debug1: identity file /home/jim/.ssh/id_rsa type -1
debug3: Not a RSA1 key file /home/jim/.ssh/id_dsa.
debug2: key_type_from_name: unknown key type '-BEGIN'
debug3: key_read: no key found
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug3: key_read: no space
debug2: key_type_from_name: unknown key type '-END'
debug3: key_read: no key found
debug1: identity file /home/jim/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version
OpenSSH_3.4p1 Debian 1:3.4p1-1
debug1: match: OpenSSH_3.4p1 Debian 1:3.4p1-1 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.5p1 Debian 1:3.5p1-4.1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL PROTECTED]
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL PROTECTED]
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: kex_parse_kexinit:
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL PROTECTED]
debug2: kex_parse_kexinit:
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-cbc,[EMAIL PROTECTED]
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit:
hmac-md5,hmac-sha1,hmac-ripemd160,[EMAIL PROTECTED],hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: none,zlib
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: 
debug2: kex_parse_kexinit: first_kex_follows 0 
debug2: kex_parse_kexinit: reserved 0 
debug2: mac_init: found hmac-md5
debug1: kex: server->client aes128-cbc hmac-md5 none
debug2: mac_init: found hmac-md5
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: dh_gen_key: priv key bits set: 135/256
debug1: bits set: 1608/3191
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug3: check_host_in_hostfile: filename /home/jim/.ssh/known_hosts
debug2: key_type_from_name: unknown key type '1024'
debug3: key_read: no key found
debug3: check_host_in_hostfile: match line 3
debug3: check_host_in_hostfile: filename /home/jim/.ssh/known_hosts
debug2: key_type_from_name: unknown key type '1024'
debug3: key_read: no key found
debug3: check_host_in_hostfile: match line 3
debug1: Host 'tethys.jipo.org' is known and matches the RSA host key.
debug1: Found key in /home/jim/.ssh/known_hosts:3
debug1: bits set: 1565/3191
debug1: ssh_rsa_verify: signature correct
debug1: kex_derive_keys
debug1: newkeys: mode 1
debug1: SSH2_M

  1   2   >