Re: Kernel upgrade = freeze on boot (linux-image-4.16.0-2-amd64)

2018-07-05 Thread Guillaume Clercin
Le jeudi 5 juillet 2018, 08:25:15 CEST Ric Moore a écrit : > On 07/04/2018 09:12 PM, Carl Fink wrote: > > On 07/02/2018 04:49 AM, Guillaume Clercin wrote: > >> You need to update "/etc/default/grub" and add parameter to boot with. > >> In this > >>

Re: Kernel upgrade = freeze on boot (linux-image-4.16.0-2-amd64)

2018-07-02 Thread Guillaume Clercin
018 12:32:19 +0200 This workaround works fine for me. Currently, I'm using nvidia-driver (390.67-1) and Linux (4.16.0-2-amd64). Guillaume Clercin signature.asc Description: This is a digitally signed message part.

Re: Can't link to OpenSSL on my laptop

2018-06-26 Thread Guillaume Clercin
; returns "jessie/sid". Both are 64-bit > systems. > > Do I need to upgrade my laptop? According to the man page, these functions has been introduced in version 1.1 of OpenSSL (only available in stretch and no jessie-backports). So I think it's time to upgrade. -- Guillaume Clercin Intellique www.intellique.com Tél: 01 78 94 84 06 signature.asc Description: This is a digitally signed message part.

Re: Problem on dpkg --unpack.

2010-01-04 Thread Guillaume Ayoub
> Please file a bug against libc6. Done: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563726 I added a comment in the bug report linkinkg to this thread, should be up in a minute. > A debdiff showed that there is a new patch in eglibc 2.10.2-3, > debian/patches/any/cvs-futimens.diff, that cau

Re: Problem on dpkg --unpack.

2010-01-04 Thread Guillaume Ayoub
lesystem is ext3, my partition is not full. It worked well with libc6-2.10.2-2. I have quite an old kernel (2.6.21.1 modified by my hosting provider). Without tar/dpkg/apt-get, it seems quite difficult to downgrade libc6 to 2.10.2-2. If someone had an idea, that would be *great* news. Thanks

Re: Problem accessing some websites

2009-12-07 Thread Guillaume CHARDIN
Problem Solved tonight by adding this on startup : sysctl -w "net.bridge.bridge-nf-call-iptables=0" So netfilter on dom0 is the source of the problem... But i don't know why just on some service/websites. -- Guillaume -- To UNSUBSCRIBE, email to debian-user-requ...@lists.d

Re: Problem accessing some websites

2009-12-07 Thread Guillaume CHARDIN
-> Dom0 (eth0) --manually-bridged-to--> physical interface * others vm can access this physical interface. Shutting down these vm do not correct problem. Thanks for your time. -- Guillaume -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsu

Re: Problem accessing some websites

2009-11-25 Thread Guillaume CHARDIN
ll protocol decode listening on ppp0, link-type LINUX_SLL (Linux cooked), capture size 96 bytes 23:01:13.539269 IP 86.77.213.79.3433 > 65.55.21.250.80: S 1538952923:1538952923(0) win 65535 Ok so maybe its not mtu related ?! no ? what do you think about that Alex ? -- Guillaume -- To UNSUBSCRIBE, e

Re: Problem accessing some websites

2009-11-25 Thread Guillaume CHARDIN
e données : Réponse de 86.64.145.147 : octets=1464 temps=54 ms TTL=55 ping -l 1465 -f 86.64.145.147 Envoi d'une requête 'ping' sur 86.64.145.147 avec 1465 octets de données : Le paquet doit être fragmenté mais paramétré DF. --> Same MTU 1464 Same thing on the websites i

Re: Problem accessing some websites

2009-11-25 Thread Guillaume CHARDIN
2009/11/25 Alex Samad : > On Wed, Nov 25, 2009 at 08:03:52PM +0100, Guillaume CHARDIN wrote: >> Hi, > [snip] > so when you browse from the linux computer running pppoe you have > problems ? or only when you have a computer behind it. I don't have any graphical ui on th

Re: Problem accessing some websites

2009-11-25 Thread Guillaume CHARDIN
2009/11/25 Leandro Quibem Magnabosco : > Guillaume CHARDIN escreveu: > Maybe DNS? :) > Try a different server and let us know. > DNS resolution works fine on all computers (i can get ip address of all host i ping) i use the dns provided by my ISP. Anyway, i used change them to open

Problem accessing some websites

2009-11-25 Thread Guillaume CHARDIN
. Someone have any idea on whats going on ? Thanks for your help -- Guillaume -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Looking for debian 4 xen image

2009-11-15 Thread Guillaume CHARDIN
Hi, can someone tell me if there is any website exist where I can download pre-build debian 4.x images (except jailtime.org), or if i have to DL an ISO and start a fresh install of it and "xenifize" it :) Thanks for your replies. -- Guillaume -- To UNSUBSCRIBE, email to debian

mkinitramfs problem (physical to virtual)

2009-10-22 Thread Guillaume CHARDIN
tools/modules to add new drivers like that : xenblk mptbase mptscsih scsi_mod and ran : mkinitramfs -o /path/to/file after copying that file on the destination computer, changing /boot/grub/menu.lst nothing more happen ! Someone have any idea what i'm missing ? Thanks for

Re: find LVM volume group of a volume

2009-10-18 Thread Guillaume CHARDIN
2009/10/18 Steve Kemp : > On Sun Oct 18, 2009 at 21:56:50 +0200, Guillaume CHARDIN wrote: > >> But, when i try to use it with lvdisplay with >> '/dev/mapper/VGNAME-LVNAME' as argument, the command fail. > > Try running lvdisplay with no arguments to see a list

find LVM volume group of a volume

2009-10-18 Thread Guillaume CHARDIN
ent, the command fail. my goal after that is to scan the results of lvdisplay and fond the "VG Name" line. Is there a way to easily find the VG of a Logical volume ? thanks -- Guillaume -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of &quo

Re: [iptables] Forward http

2009-10-06 Thread Guillaume CHARDIN
t is done with packet filtering (section -> Packet Selection: IP Tables ) http://www.netfilter.org/documentation/HOWTO//netfilter-hacking-HOWTO-3.html#ss3.1 -- Guillaume -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: need help with awk

2009-10-06 Thread Guillaume CHARDIN
= '{print $2}' | awk -F[ '{print $2}' | awk -F= '{print $1}' | awk -F, '{print $1}' | awk -F: '{print $2}' /path/to/file The point is if i have more than one `disk` argument, i'll have to find a way to identify each of them... But lets keep so

need help with awk

2009-10-06 Thread Guillaume CHARDIN
p and i dont know it its possible to just extract the part between two given regexp. With awk its possible to extract LINES from a file with this syntax `awk "/firstFoundRegexp/,/secondRegexp/"` this kind of behavior can be applied on one file ? Thanks for you help. -- Guillaume --

Re: question about timezone

2009-10-03 Thread Guillaume CHARDIN
2009/10/3 Chris Jackson : > Guillaume CHARDIN wrote: > >> Hi, >> >> I actually run a debian etch on my computer. I just run `date` on this >> computer and i don't understand what is displayed.  I live in France >> and the timezone is (as my knowledge) g

question about timezone

2009-10-03 Thread Guillaume CHARDIN
0 UTC +0200 ?! whats wrong ? I look into /etc/timezone and the timezone is set on Europe/paris. The file /etc/timezone is the same as /usr/share/zone/Europe/Paris... Why my box is using a utc+2 timezone ? Somebody knows ? -- Guillaume -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debia

Re: debian in 64 bit

2009-09-14 Thread Guillaume CHARDIN
2009/9/14 Victor Padro : > Which processor do you have? > Xeon, Core 2 Duo, Core 2 Quad, Pentium 4?? > if so...here you can find the AMD64 iso images: > http://mirrors.kernel.org/debian-cd/5.0.3/ So on intel plateform (the one i have is P4) I have to use amd64 images :) Nice :) -

debian in 64 bit

2009-09-14 Thread Guillaume CHARDIN
Hi, Does someone can tell me which cd image i have to download to install debian for 64 bit arch on intel platform. Does i have to download the IA64 (but for me is for itanium processors only) or other? Thank you. -- Guillaume -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org

Re: Problem with ldap auth

2009-09-11 Thread Guillaume CHARDIN
link from pam_ldap.conf ---> libnss_ldap.conf to have an easier config. What do you think about that ? Is that a good practice ? Thanks for your help ! -- Guillaume -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: Problem with ldap auth

2009-09-11 Thread Guillaume CHARDIN
equired pam_unix.so nullok obscure md5 passwordsufficientpam_ldap.so ## #common-auth# authrequiredpam_unix.so nullok_secure authsufficient pam_ldap.so use_first_pass debug ## -- Guillaume http://baron-robert.dyndns.org/ Linux, Xen and hiking :-) -- To UNSUBSCRI

Problem with ldap auth

2009-09-11 Thread Guillaume CHARDIN
ian distrib :) Thank you for your time and your answers. --- Guillaume -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

System suspend to ram when booting or trying to resume

2009-05-28 Thread Guillaume de Rorthais
d be greatly appreciate ! Cheers -- Guillaume (ioguix) de Rorthais -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

problem with syslog

2009-01-22 Thread Guillaume
x27; can be seen here. So, why messages are displayed on console ! Thanks for your help | answers | time :) -- Guillaume

memory size problem.

2008-12-02 Thread Guillaume
and standard kernel show 1004Mo Is there something to do to correct this behavior ? -- Guillaume -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: booting Lenny on Intel MacMini with grub-efi WITHOUT OS X partition

2008-09-17 Thread Guillaume Delacour
Hi, I think you have a mac intel like me and i experienced problem with grub (not efi version, i have to test it, maybe it works): he can boot anymore Lenny. You can use lilo for booting (works here). This is my functionnal partitionned iMac Intel disk: [EMAIL PROTECTED]:~$ sudo fdisk -l /d

Re: WPA/TKIP with Debian Lenny and Broadcom 4328 via ndiswrapper

2008-09-17 Thread Guillaume Delacour
Hi, A simple documentation/how-to can be found here: http://doc.ubuntu-fr.org/bcm4328 tested and approuved (even if i'll prefer native driver for this device) :) Thierry Chatelet wrote: On Tuesday 16 September 2008 16:35:20 Carl Fink wrote: Can anyone suggest resources to help me get this comb

Re: WebMail Interface

2008-08-20 Thread Guillaume
Rod James Bio a écrit : > Weve been using Horde for 2 years now and we are now looking for an > alternative for Horde. Any suggestions? > > I'm currently using Roundcube. This is a very nice project ! http://roundcube.net/ Guillaume -- To UNSUBSCRIBE, email to [EMAIL P

Re: Kernel version for Pentium MMX

2008-07-21 Thread Guillaume Ansanay-Alex
> Intel Pentium with F0 0F bug - workaround enabled. > CPU: Intel Pentium MMX stepping 03 > > Anyway the kernel it is running is: > > vmlinuz-2.4.27-4-586tsc for the Pentium-Classic. > > My question is, on the upgrade should I install the kernel-image-2.6-386 > or the kernel-image-2.6-686? I see no

NetworkManager and DHCP issue (work around)

2008-06-21 Thread Guillaume Giraudon
ctually causing the issue. It would be interesting to compare dhcp response messages between dnsmasq and dhcp-server in order to see if dhclient returns readable values in the server_name fields when using the latter. Hoping this will be of some help. Guillaume Giraudon

Re: Apache2 + LDAP (autentication and Group)

2008-01-15 Thread Guillaume
s for what you are looking for, sub is to tell to server that request is recursive and (objectClass=person) is one of the objectclass of the object Regards Guillaume -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Ping works but not internet

2007-12-11 Thread Guillaume
in advance ! Hi Are you bind a router of any sort This sounds like a MTU problem ! Little packet (ping) are ok but not large packet(surfing). Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.free

Re: which command can show the DNS server I use

2006-10-17 Thread Guillaume
protection around http://mail.yahoo.com Hi, "cat /etc/resolv.conf" should be a good start :-) Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.free-4ever.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Re: how to set up ipw2200 (wi-fi card).

2006-10-06 Thread Guillaume
firmware should be placed in the directory /lib/firmware/ or /usr/lib/hotplug/firmware or even /usr/lib/firmware/ but it should /lib/firmware/ Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.free-4ever.net -- To UN

Re: Kernel 2.6.18-rc7 Debian

2006-09-14 Thread Guillaume
Jan Dinger a écrit : Guillaume wrote: Jan Dinger a écrit : Hey, Ill compiling my own kernel. i´ve downloaded the archive and unpacked the archive. This is my directory: rwxrwsr-x 5 root src 4096 Sep 14 11:35 . drwxr-xr-x 12 root root 4096 Jul 19 14:08 .. drwxr-sr-x 2 root src

Re: Kernel 2.6.18-rc7 Debian

2006-09-14 Thread Guillaume
on the command line you can remove the: "--added-patches=patch-2.6.18-rc7" Just type: make-kpkg kernel_image --revision=jan-1.0 --append_to_version jan-1.0 Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.f

Re: Backports

2006-09-07 Thread Guillaume
Michele Della Marina a écrit : On 9/7/06, Guillaume <[EMAIL PROTECTED]> wrote: Michele Della Marina a écrit : > Hi all! > I need a howto and some documentation for using backports in debian > stable. Could you suggest me something, please? > I've just seen www.backports

Re: Backports

2006-09-07 Thread Guillaume
direct link is here: http://www.backports.org/dokuwiki/doku.php?id=instructions Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.free-4ever.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "u

Re: Subversion and apache2

2006-09-04 Thread Guillaume
here. Google has been most unhelpful. Little help? Hi, It seems you have a syntax error in your file public-svn-authzfile on line 5 !! check this line... Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.free-4

Re: Latest Squirrelmail

2006-09-04 Thread Guillaume
Webmail for nuts Installed on Debian kernel-image-2.6.8-2-386, stable /ernst-magne He wants 1.4.8, not 1.4.4-8. (or 1.5.1) John Hi You can find 1.4.8 in testing or unstable repository and 1.5.1 in the experimental repository ! Maybe you will have some broken dependencies... but i

Re: apache2-doc - The requested URL /manual/ was not found on this server.

2006-08-30 Thread Guillaume
vices! Hi By default, the configuration of apache2 only allow to view documentation from localhost You have to edit the file: /etc/apache2/site-available/default And change the Allow from 127.0.0.1 line to Allow from all Then restart apache2 with: /etc/init.d/apache2 restart Regards Gu

Re: Apache2 on Debian "ScriptAlias" Directives

2006-07-27 Thread Guillaume
A "ScriptAlias" must be placed in a "VirtualHost" directive. As "www" can read all files related to apache2, all should work fine. Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.free

Re: command question

2006-07-27 Thread Guillaume
Stephen Liu wrote: Hi folks, What commands on Debian equivalent to "yum list installed package_name" OR "rpm -qa | grep package-name" to find out whether the package has been installed. TIA B.R. SL Hi, 'dpkg -l' should be good for that !! :-) Regards G

Re: IPtables front end

2006-07-20 Thread Guillaume
Stephen a écrit : On Thu, Jul 20, 2006 at 03:26:50PM +0200 or thereabouts, Guillaume wrote: Stephen a écrit : I'm looking for a front end to iptables that doesn't rely on having X installed. Is there such a beast ? Hi, You can find fwbuilder http://www.fwbuilder.org It's not

Re: IPtables front end

2006-07-20 Thread Guillaume
ally copy the files and apply the change by "ssh" using a sshkey to prevent password to be entered. I'm not using it but I've tested it, and it sounds not too bad. Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net

Re: creating incomplete mirror

2006-07-19 Thread Guillaume
e search mirror" (or the equivalent) for clarify your problem :-) Pol Hi, I think, you can use apt-proxy or debmirror It depends what you want exactly. Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.fr

Re: sun-java5-jre installed but not recognized

2006-07-18 Thread Guillaume
Hi Did you try to use the package: "java-package" ??? It will help you to install official SUN j2re ! You can find some docs on the web how to use it. On my website, the documentation is in french... Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guil

Re: RAID, mdadm shift dev point

2006-07-17 Thread Guillaume
ve the first disk, all is shifted by one !!! :-( Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free-4ever.net Site: http://www.free-4ever.net -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: securing an Ubuntu box in a shared office?

2006-07-06 Thread Guillaume
? I can only think of these two: 1. set a BIOS password 2. set a GRUB password so no-one else can boot it into single-user mode Anything else? Hi, You can use crypto FS for your homedir. Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://guillaume.free

Re: Limiting bandwidth used

2006-06-30 Thread Guillaume
ook at WonderShaper: http://lartc.org/wondershaper/ It's not the main goal of this script, but you can use it for what you want by change the "speed" values to your values on the start of the script. Regards Guillaume -- Guillaume E-mail: silencer__free-4ever__net Blog: http://

ethernet card problem (intel pro/100 VE) on a DELL Dimension 5100

2005-08-03 Thread Guillaume Barras
e eepro100 driver, I try on DEBIAN install, but nothing happend... I'm using the 2.6 core, is someone can help me??? thanks -- Guillaume BARRAS 212 avenue Jean Jaures 92140 CLAMART 0661443609

Re: aptitude : how to merge the "new packages" directory

2005-07-29 Thread Guillaume TESSIER
Bryan Donlan wrote: On 7/29/05, Guillaume TESSIER <[EMAIL PROTECTED]> wrote: Hello. I have a question about aptitude. I use to run debian testing sarge and stick to sarge when it got stable. I usually manage packages with aptitude. Of course their was a "new packages"

aptitude : how to merge the "new packages" directory

2005-07-29 Thread Guillaume TESSIER
Hello. I have a question about aptitude. I use to run debian testing sarge and stick to sarge when it got stable. I usually manage packages with aptitude. Of course their was a "new packages" directory as new packages were introduced on a regular basis to the debian repository. But now, since

Re: sarge and software patents

2005-07-02 Thread Guillaume TESSIER
Joe wrote: Guillaume TESSIER wrote: This threat went bad. I never thought that what I like could be bethreated like this by our own politicans. People that are elected by us to work for our wealth and security. I just feel really disapointed by the way things turning. I hope we gonna

Re: sarge and software patents

2005-06-30 Thread Guillaume TESSIER
Steve Block wrote: Please stop or take your comments to slashdot, where they belong. Steve, you're right : this comment should belong to Slashdot. I know this mailing list is much more made for technical purpose. However, this is the technic that is bethreated by software patents. I'am not

Re: sarge and software patents

2005-06-30 Thread Guillaume TESSIER
Kent West wrote: Guillaume TESSIER wrote: My little sister could register on a web site. and If tomorrow my job is to migrate Linux plateforms onto windows, then i'll feel like and will soon be unemployed. Realizing that different cultures have different concep

Re: sarge and software patents

2005-06-30 Thread Guillaume TESSIER
Adam Hardy wrote: I tried to register myself on the German anti-software-patent site, but failed - I can't remember why, Fine Adam. Your "tried to register on the anti-software-patent site, but failed". You're really that kind of person that make software patents would happen. My little

Re: sarge and software patents

2005-06-29 Thread Guillaume TESSIER
Marty wrote: ress the root problem. IMNSHO there will always be some countries that outlaw some kinds of free software, but it's unlikely that all countries will outlaw any kinds of free software. Marty, i'm speaking about the European Union. This ain't 2 or 3 countries. This is the whole w

Re: sarge and software patents

2005-06-29 Thread Guillaume TESSIER
Guillaume TESSIER wrote: The release of sarge stable just comes up some weeks before European Union could vote for extented patentability of software. I guess a lot of packages from sarge are made from gnu projects that could be really endanger. If some projects are attacked by lawyers and

sarge and software patents

2005-06-28 Thread Guillaume TESSIER
The release of sarge stable just comes up some weeks before European Union could vote for extented patentability of software. I guess a lot of packages from sarge are made from gnu projects that could be really endanger. If some projects are attacked by lawyers and have to close down, what h

Re: BitTorrent Clients and X

2005-06-22 Thread Guillaume Pellerin
Hi ! You can also try ctorrent 1.3.4 (http://ctorrent.sourceforge.net/), a shell bittorrent client that i've packaged for debian... It is placed here : http://yomix.org/debian Check there if you want to use the /etc/apt/sources.list: http://www.yomix.org/blog/?p=29 Regards, yomguy -- To UN

Re: ssh: No route to host

2005-06-17 Thread Guillaume TESSIER
John Wilkes wrote: On Fri, 2005-06-17 at 22:56 +0200, Guillaume TESSIER wrote: NAT translation is not a concept i can resume in some lines. But , broadly, it works like this : For exemple, you have ssh server (your mum'smachine) that has a private (non routable through the internet)

Re: ssh: No route to host

2005-06-17 Thread Guillaume TESSIER
John Wilkes wrote: On Fri, 2005-06-17 at 22:21 +0200, Guillaume TESSIER wrote: What do you mean by saying you can ping your mother's computer ? Maybe, your pb comes from the NAT config of your router I mean, I ping and get a response. I'm not sure what you mean by NAT con

Re: ssh: No route to host

2005-06-17 Thread Guillaume TESSIER
John Wilkes wrote: Hello List, I've recently transferred my computer and my mother's over to Debian. They were both running SuSE before. I used to ssh to my mother's computer to perform maintenance, but that doesn't work now. When I try to ssh to her computer, I get the error message: ssh: co

Re: xmms skips all files

2005-06-17 Thread Guillaume TESSIER
Kent West wrote: Francisco Borges wrote: » On Thu, Jun 16, 2005 at 01:50PM +0100, michael wrote: If I load a list of existing files into xmms it just keeps going through the list endlessly, like if the files didn't exist. My inst of xmms skips files it cannot pl

Re: Damn! Updated system and grub is changed ???????

2005-06-17 Thread Guillaume TESSIER
debian wrote: Hi, I upgrade my debian and i do a reboot and i see in my startup screen that my grub configurations are GONE!!! How is this possible ??? Did the debian upgrade this ? How can i change this back ? This sucks! of course, there is a solution. 1- You should boot on a linux in

Re: i think I switched to Etch without knowing it

2005-06-12 Thread Guillaume TESSIER
Colin Ingram wrote: packages with the same version number have the same binaries and are exactly the same no matter if they are in unstable, testing, or stale Bob and Colin, Thanks for giving me all these informations and lead my behaviour in the right way. Yes, i missed something : i th

Re: Home network problem

2005-06-12 Thread Guillaume TESSIER
Phil wrote: The linux server running file and printer sharing for windows, Apple and linux clients does not get the internet in KDE. I get an IP address and subnet mask info, and RX & TX packet flow when I issue a ifconfig command on eth0 (the only NIC) I can ping all local machines, th

Re: i think I switched to Etch without knowing it

2005-06-12 Thread Guillaume TESSIER
Marty wrote: Guillaume TESSIER wrote: It seems that the BIG SWITCH let my system a kind of orphelin I think you are massively overcomplicating the problem... Marty, I know i'm overcomplicating the problem. But i think there is really something that bugs. This means yo

Re: i think I switched to Etch without knowing it

2005-06-12 Thread Guillaume TESSIER
Right, This could be interresting to debate about. It's still about debian "version", packages version and repositories. Broadly, package are evoluting that way : The package is in really beta version in the unstable tree. Then most of the bugs are fixed and this package slides to the testing

Re: i think I switched to Etch without knowing it

2005-06-12 Thread Guillaume TESSIER
Hi ! I'm actually the one who launched this subject. Arguments have fused quite well. I think now everybody knows about packages versions and repositories. I let you remember what was the questions i firstly ask. I run sarge since september and i really appreciate it. I used to update && upg

Re: i think I switched to Etch without knowing it

2005-06-10 Thread Guillaume TESSIER
Marty wrote: Guillaume TESSIER wrote: Apt can fonction without [apt.conf]. Unless you have specific network settings (like access through proxy) then you don't need it. Either its an empty file either it's not there. If you use testing it might be there of not depending of the

Re: i think I switched to Etch without knowing it

2005-06-10 Thread Guillaume TESSIER
Marty wrote: Colin Ingram wrote: On a side note: I installed sarge fresh a couple of months ago and I didn't have a /etc/apt/apt.conf file or /etc/apt/preferences. I created both by hand. This is all very mysterious to me, all these people lacking an apt.conf file. I wonder how apt can

Re: i think I switched to Etch without knowing it

2005-06-10 Thread Guillaume TESSIER
Colin Ingram wrote: Another point : in sources.list : changing testing by stable or testing by sarge returns me error when updating. Like apt can't find the repositories Does someone remember the command to reconfigure to get the choice of mirrors? G I use apt-spy to find mirrors.

Re: Eliminating upgrade confusion

2005-06-10 Thread Guillaume TESSIER
Curt Howland wrote: Paul E Condon <[EMAIL PROTECTED]> wrote: It is a good way for a lot of people, but maybe not for newbies who think they can create a better way through the exercise of pure rhetoric without benefit of experience. Having been using Debian since 1995, I consider mys

Re: power failure during upgrade

2005-06-10 Thread Guillaume TESSIER
Joe Mc Cool wrote: in order to upgrade from woody to sarge I did: apt-get update apt-get dist-upgrade off it went, but unfortunately I had a power failure during the upgrade and my system got hosed. (I repeated the above steps, but my system would then boot only with a ro root filesys

Re: Eliminating upgrade confusion

2005-06-10 Thread Guillaume TESSIER
Guillaume TESSIER wrote: David Jardine wrote: On Thu, Jun 09, 2005 at 08:12:27PM -0400, Joey Hess wrote: David Jardine wrote: The enormous confusion arising from the release of sarge seems to have arisen from the use of the words "stable" and "testing". Not familia

Re: i think I switched to Etch without knowing it

2005-06-10 Thread Guillaume TESSIER
Guillaume TESSIER wrote: Tony Godshall wrote: According to Marty, Tony Godshall wrote: According to Marty, Basajaun wrote: For understanding what version you are running, and what packages will get updated (or not), take a look at "man apt_preferences". Good point. Sp

Re: i think I switched to Etch without knowing it

2005-06-09 Thread Guillaume TESSIER
Marty wrote: Guillaume TESSIER wrote: what is this : dpkg/apt var package directories should tell the story. What is the absolut path of it? There are many individual files that get updated, in directories or in subdirectories of, /var/lib/dpkg and /var/lib/apt, /var/cache/apt, /var

Re: i think I switched to Etch without knowing it

2005-06-09 Thread Guillaume TESSIER
Guillaume TESSIER wrote: Clive Menzies wrote: On (09/06/05 17:50), Guillaume TESSIER wrote: Clive Menzies wrote: On (09/06/05 15:05), Guillaume TESSIER wrote: Hi! I have been using debian sarge while in testing for some times and got really satisfied. However, i tought

this mailing list with a newsreader

2005-06-09 Thread Guillaume TESSIER
Hi! i suscribed to this mailing list some hours ago and my mailbox is already overcrowded! Can we acces it with a newsreader? i use pan. But after tryiing different news servers adress this was not successful -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

subject : without knowing it, i think i switched to etch!

2005-06-09 Thread Guillaume Tessier
d broadly : what am i running It's a bit irritating not knowing what you're running.. Thanks, as i guess i'm not alone to wonder what is in his comp by now! Guillaume -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

i think I switched to Etch without knowing it

2005-06-09 Thread Guillaume TESSIER
d broadly : what am i running It's a bit irritating not knowing what you're running.. Thanks, as i guess i'm not alone to wonder what is in his comp by now! Guillaume -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: sudo doesn't ask me for password anymore...

2005-06-06 Thread Guillaume Pellerin
I was indeed in the sudo group. Removing my name has fixed my problem ! Kent's remark made me also realized that vnstat was launched by cron every 5 mn too (seen in auth.log)... but not with sudo I think. So many thanks to both of you ! Guillaume. roby wrote: > That will happen whe

sudo doesn't ask me for password anymore...

2005-06-06 Thread Guillaume Pellerin
Hi all ! I'm very suprised that sudo doesn't ask me for password anymore even after 5 mn... It is the case on my laptop (unstable) since few days and on my server (unstable) since few weeks. So, I wonder if there could exist a KDE program or whatever tool that modifies the behavior of sudo in

Re: (newbie) hostname, workgroup

2002-12-16 Thread Lederrey Guillaume
On Tue, 2002-12-17 at 01:29, Marvin Vek wrote: > debian installed nice, i can resolve it's ip in the network too, just not it's >hostname niobe. The resolution hostname -> IP can be done via a hosts file, viaDNS or via Samba hosts file : if you are working with unix systems, you can add the

Re: crash during "apt-get"

2002-12-16 Thread Lederrey Guillaume
On Mon, 2002-12-16 at 18:10, Lederrey Guillaume wrote: > I had a crash while using apt-get to install phppgadmin. After a cold > reboot apt-get doesnt work any more ... > > I tried to run "apt-get --purge remove phppgadmin" and I get about > 500k (included at the end

Re: debian

2002-12-16 Thread Lederrey Guillaume
bles ! iptables still has no support for some protocols that are available in the 2.2.* kernels ! Mainly h.323 (netmeeting) and some others ! Check what are your needs ... Guillaume -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

crash during "apt-get"

2002-12-16 Thread Lederrey Guillaume
I look for some doc ? Thanks for your help ! Guillaume Use of uninitialized value in substitution (s///) at /usr/share/perl5/Debconf/Format/822.pm line 57, <$__ANONIO__> line 13. Use of uninitialized value in substitution (s///) at /usr/share/perl5/Debconf/Forma

Re: Bandwidth limiting

2002-02-13 Thread Guillaume
) increases the outgoing bandwidth to the depends of interactivity. Also possible to do this by increasing the priority of the small packets. Guillaume

Bandwidth limiting

2002-02-13 Thread Guillaume
g the packet size, but it really doesn't do much. Hope there is a solution somewhere, besides shutting down the FTP. Guillaume

Warrior

2001-10-05 Thread Guillaume
Hello great ones :) Neither XMMS, nor FreeAmp are working anymore. XMMS: seg fault FreeAmp: No audio device Audio is fine (OSS) as mplayer still works ... XMMS and freeamp are the last versions. I looked at the Sound-howto/debian. Config: 90% testing-woody / 2.4.9 recompiled `by hand' for my la

Re: Dlink ethernet card

2001-02-15 Thread ARTUS Guillaume
[EMAIL PROTECTED] wrote: > > If I'm thinking of the correct card, it should be supported just fine > with the via-rhine driver. 2 friends of mine got this NIC. But on one computer we needed to change the base kernel in order to get this card working. I think there is 2 revision board for this car

Re: Disappearing minimized windows

2001-02-14 Thread Guillaume Marceau
Midle click on the background, They minimize to the `windows` submenu, where they appear in square brackets. > From: "schnick" <[EMAIL PROTECTED]> > Newsgroups: linux.debian.user > Date: Wed, 14 Feb 2001 01:13:00 GMT > NNTP-Posting-Date: Tue, 13 Feb 2001 17:13:00 PST > Organization: [EMAIL PROTE

tracing a kernel lock up

2001-02-13 Thread Guillaume Marceau
I'm having a unpredictable system lock-up. In the midle of some disk activity, the lose all system responsiveness, and the red disk-access led stays on, without the drives actually doing anything. The crash is very unprepictable. It occurs anywhere between three times a day and once a week. The

Re :strange xkb problem

2000-09-30 Thread guillaume bouichet
Hi! I had the same pb and I found a symbolic link that was wrong. I did : rm /usr/X11R6/lib/X11/xkb/compiled ln -s ../../../../../var/state/xkb compiled and it works. Guillame B. ___ Do You Yahoo!? -- Pour dialoguer en direct avec vos amis,

  1   2   >