akonadi et backend sqlite

2012-03-20 Thread Erwan David
J'ai (en wheezy) installé le backend sqlite de akonadi et enlevé les backend mysql et postgresql. Mais la console d'akonadi ne me propose que mysql et postgresql, le rendant inutulisable. Config qui traine quelque part et qu'il faudrait que je vire ou bug à reporter ? -- Lisez la FAQ

Parcourir un tableau de nom variable...

2012-03-20 Thread David BERCOT
Bonjour, Visiblement, il me manque quelque chose, mais je n'arrive pas à trouver quoi... Je cherche donc à parcourir un tableau dont le nom est fourni au lancement du script. Et là, je n'y arrive pas... Ce serait quelque chose du genre : #!/bin/bash tableau1=(element1 element2 element3)

Re: installation carte graphique ATI Radéon X1300

2012-03-20 Thread andre_debian
On Mon, 19 Mar 2012 20:50:51 +0100 andre_debian andre_deb...@numericable.fr wrote: Je n'ai plus la mention VESA dans /var/log/Xorg.0.log mais RADEONHD. Je pense que c'est bon, mais la qualité d'affichage par rapport à mon ancienne Lenny et le pilote proprio ATI, semble moins bon. On

Re: Parcourir un tableau de nom variable...

2012-03-20 Thread Adrien Martins
Le 20/03/2012 09:48, David BERCOT a écrit : Bonjour, Visiblement, il me manque quelque chose, mais je n'arrive pas à trouver quoi... Je cherche donc à parcourir un tableau dont le nom est fourni au lancement du script. Et là, je n'y arrive pas... Ce serait quelque chose du genre : #!/bin/bash

Re: Parcourir un tableau de nom variable...

2012-03-20 Thread David BERCOT
C'est parfait ! Il me suffit de faire : tableau=$(eval echo \\${$1[@]}\) à la place de tableau=$1 et tout le reste fonctionne... Merci. David. Le Tue, 20 Mar 2012 10:18:04 +0100, Timothee CLERC timothee.cl...@nameshield.net a écrit : Bonjour, Cela pourra peut-être te donner une piste.

Re: Parcourir un tableau de nom variable...

2012-03-20 Thread daniel huhardeaux
Le 20/03/2012 10:16, Adrien Martins a écrit : Le 20/03/2012 09:48, David BERCOT a écrit : Bonjour, Visiblement, il me manque quelque chose, mais je n'arrive pas à trouver quoi... Je cherche donc à parcourir un tableau dont le nom est fourni au lancement du script. Et là, je n'y arrive pas...

Re: Parcourir un tableau de nom variable...

2012-03-20 Thread Timothee CLERC
Bonjour, Cela pourra peut-être te donner une piste. #!/bin/bash tableau1=(element1 element2 element3) tableau2=(element1 element2 element3) tableau3=(element1 element2 element3) tableau="$1" # Nom du tableau à utiliser echo "$(eval echo

Re: installation carte graphique ATI Radéon X1300

2012-03-20 Thread Bzzz
On Tue, 20 Mar 2012 09:52:18 +0100 andre_debian andre_deb...@numericable.fr wrote: name of display: :0.0 X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 137 (GLX) Minor opcode of failed request: 19

Re: installation carte graphique ATI Radéon X1300

2012-03-20 Thread andre_debian
On Tuesday 20 March 2012 13:01:26 Bzzz wrote: On Tue, 20 Mar 2012 09:52:18 +0100 andre_debian andre_deb...@numericable.fr wrote: name of display: :0.0 X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 137 (GLX)

Re: apt-cache search ne montre pas le paquet:repot perso

2012-03-20 Thread deb-account
On 20/03/12 12:45, admini wrote: salut la liste, je me suis amusé à construire un repot perso, dans /var/www/debian/dists/stable/main/binary-amd64 As-tu utilisé reprepro ? -- Lisez la FAQ de la liste avant de poser une question : http://wiki.debian.org/fr/FrenchLists Pour vous DESABONNER,

Re: apt-cache search ne montre pas le paquet:repot perso

2012-03-20 Thread admini
On Tue, 20 Mar 2012 14:45:49 +0100, deb-account theedge...@free.fr wrote: On 20/03/12 12:45, admini wrote: salut la liste, je me suis amusé à construire un repot perso, dans /var/www/debian/dists/stable/main/binary-amd64 As-tu utilisé reprepro ? non. j'ai le repot entièrement à la main. je

Re: installation carte graphique ATI Radéon X1300

2012-03-20 Thread Bzzz
On Tue, 20 Mar 2012 14:30:47 +0100 andre_debian andre_deb...@numericable.fr wrote: En décommentant des options dans /etc/X11/xorg.conf j'ai maintenant ce résultat : # glxinfo|grep rend : direct rendering: Yes OpenGL renderer string: Mesa DRI R300 (RV515 7187) 20090101 x86/MMX+/3DNow!

Re: installation carte graphique ATI Radéon X1300

2012-03-20 Thread Bzzz
On Tue, 20 Mar 2012 14:30:47 +0100 andre_debian andre_deb...@numericable.fr wrote: Si c'est comme pour nouveau, vérifie si: libgl1-mesa-glx libgl1-mesa-dri -experimental sont installées. -- -- Lisez la FAQ de la liste avant de poser une question :

Re: apt-cache search ne montre pas le paquet:repot perso

2012-03-20 Thread admini
On Tue, 20 Mar 2012 14:49:53 +0100, admini adm...@freeatome.com wrote: On Tue, 20 Mar 2012 14:45:49 +0100, deb-account theedge...@free.fr wrote: On 20/03/12 12:45, admini wrote: salut la liste, je me suis amusé à construire un repot perso, dans

Re: apt-cache search ne montre pas le paquet:repot perso

2012-03-20 Thread Bzzz
On Tue, 20 Mar 2012 15:16:46 +0100 admini adm...@freeatome.com wrote: non. j'ai le popot entièrement dans la main. je voulais juste tester le mécanisme avant d'automatiser les choses. encore plus drôle, sous xubuntu 11(en liveusb)et squeeze, je n'ai pas ce problème. apt-cache trouve bien le

Re: apt-cache search ne montre pas le paquet:repot perso

2012-03-20 Thread admini
On Tue, 20 Mar 2012 15:26:34 +0100, Bzzz lazyvi...@gmx.com wrote: On Tue, 20 Mar 2012 15:16:46 +0100 admini adm...@freeatome.com wrote: non. j'ai le popot entièrement dans la main. je voulais juste tester le mécanisme avant d'automatiser les choses. encore plus drôle, sous xubuntu 11(en

Re: apt-cache search ne montre pas le paquet:repot perso

2012-03-20 Thread Sébastien NOBILI
Salut, Le mardi 20 mars 2012 à 12:45, admini a écrit : /var/www/debian/dists/stable/main/binary-amd64 [...] prog_0.1.dsc prog_0.1_i386.deb Packages.bz2 Une différence d'architecture entre ton OS et le paquet ? Ton OS est 32 ou 64 bits ? Tu as testé avec un Ubuntu live, c'est un 32 ou 64

Re: apt-cache search ne montre pas le paquet:repot perso

2012-03-20 Thread admini
On Tue, 20 Mar 2012 15:37:23 +0100, Sébastien NOBILI sebnewslet...@free.fr wrote: Salut, Le mardi 20 mars 2012 à 12:45, admini a écrit : /var/www/debian/dists/stable/main/binary-amd64 [...] prog_0.1.dsc prog_0.1_i386.deb Packages.bz2 Une différence d'architecture entre ton OS et le

Chargement des modules

2012-03-20 Thread MERLIN Philippe
Bonjour, Existe t'il une doc récente concernant le chargement des modules au démarrage du système(linux 2.6.30 à 3.2), car si il y a beaucoup de documentations, souvent elles n'ont pas été modifiées pour suivre les dernières évolutions du système. A force de lire ces docs qui souvent ne sont

Forcer une appli web à utiliser un proxy http sans la modifier

2012-03-20 Thread Olivier
Bonjour, J'utilise une application web qui télé-charge certaines données sur internet. Quand je l'installe sur un serveur qui accède normalement à Internet : elle fonctionne. Par contre, quand je l'installe sur une machine qui doit passer par un proxy, elle ne fonctionne plus. Comment modifier

Re: Chargement des modules

2012-03-20 Thread Bzzz
On Tue, 20 Mar 2012 16:57:55 +0100 MERLIN Philippe phil-deb1.mer...@laposte.net wrote: souris lorsque j'utilisais ce noyau, mon analyse était erronnée car quelque jours plus tard le phénomène se reproduisait et plus surprenant encore si je rebootais souvent la souris remarchais. Après

Re: apt-cache search ne montre pas le paquet:repot perso

2012-03-20 Thread admini
On Tue, 20 Mar 2012 15:37:23 +0100, Sébastien NOBILI sebnewslet...@free.fr wrote: Salut, Le mardi 20 mars 2012 à 12:45, admini a écrit : /var/www/debian/dists/stable/main/binary-amd64 [...] prog_0.1.dsc prog_0.1_i386.deb Packages.bz2 Une différence d'architecture entre ton OS et le

[OT] Weekend w Międzywodziu.

2012-03-20 Thread kzubik
Witam. Pragne podac nowa wiadomosc o kolejnej imprezie przygotowywanej dla Szluug-a i przyjaciol Szluug-a. Miejsce. Ośrodek Wypoczynkowy Poranek ul. Puławska 1 (róg Westerplatte) Międzywodzie. http://poranek.miedzywodzie.biz Termin. Od 13 do 15 kwietnia obecnie juz bardziej prawdopodobny,

NFS o Samba

2012-03-20 Thread Juan
Buenas tardes, tengo una pequeña duda, tengo una red con 5 computadoras, una es un server con Debian, 3 de las restantes tienen ubuntu y debian y la cuarta tiene Windows y Ubuntu. Quiero poner un par de Directorios en el server para ser usados por todos los usuarios de todos los equipos, ¿que me

Re: NFS o Samba

2012-03-20 Thread Camaleón
El Tue, 20 Mar 2012 14:01:56 -0300, Juan escribió: Buenas tardes, tengo una pequeña duda, tengo una red con 5 computadoras, una es un server con Debian, 3 de las restantes tienen ubuntu y debian y la cuarta tiene Windows y Ubuntu. Quiero poner un par de Directorios en el server para ser

Re: NFS o Samba

2012-03-20 Thread Juan
El día 20 de marzo de 2012 14:13, Camaleón noela...@gmail.com escribió: El Tue, 20 Mar 2012 14:01:56 -0300, Juan escribió: Buenas tardes, tengo una pequeña duda, tengo una red con 5 computadoras, una es un server con Debian, 3 de las restantes tienen ubuntu y debian y la cuarta tiene Windows

Re: NFS o Samba

2012-03-20 Thread Camaleón
El Tue, 20 Mar 2012 14:24:55 -0300, Juan escribió: El día 20 de marzo de 2012 14:13, Camaleón noela...@gmail.com escribió: El Tue, 20 Mar 2012 14:01:56 -0300, Juan escribió: Buenas tardes, tengo una pequeña duda, tengo una red con 5 computadoras, una es un server con Debian, 3 de las

Windows 7 en Dominio Samba PDC

2012-03-20 Thread Orlando Nuñez
Saludos cordiales Tengo un servidor con Debian 6.0, con Samba, hasta ahora las estaciones de trabaja funcionan con Windows XP, por los programas (AutoCAD 2006, CADWork, Staad Pro y otros programas especializados), ahora debido a que utilizaran versiones actualizadas que solo funcionan en Windows

Re: NFS o Samba

2012-03-20 Thread Máximo Alejandro
El 20/03/2012 12:01, Juan escribió: Buenas tardes, tengo una pequeña duda, tengo una red con 5 computadoras, una es un server con Debian, 3 de las restantes tienen ubuntu y debian y la cuarta tiene Windows y Ubuntu. Quiero poner un par de Directorios en el server para ser usados por todos los

sftp transport method για το apt

2012-03-20 Thread Pantelis Koukousoulas
Καλησπέρα, Εδώ και κάποιες μέρες έχω γράψει ένα sftp transport method για το apt. (Δηλ. υποστηρίζει URI της μορφής sftp://host:port/path distro components). Το πλεονέκτημα του sftp σε σχέση με την υπάρχουσα ssh method είναι ότι είναι ευκολότερο το chroot / δε χρειάζεται shell access κλπ. Σε

NFS com segurança no mac-address?

2012-03-20 Thread Anderson Bertling
Bom dia, estou montando um servidor NFS e gostaria de deixar um pouco mais seguro adicioando o mac-address dos clientes autorizados além do IP na configuração, mas não achei nada na net para configurar o exports alguém sabe como posso fazer ? -- Att Anderson Bertling

Re: NFS com segurança no mac-address?

2012-03-20 Thread Sinval Júnior
Por que não faz isto em seu firewall? Ao encaminhar esta mensagem, por favor: 1 - Apague meu endereço eletrônico; 2 - Encaminhe como Cópia Oculta (Cco ou BCc) aos seus destinatários. Dificulte assim a disseminação de vírus, spams e banners.

Re: Servidor Openvpn

2012-03-20 Thread Moksha Tux
Muito obrigado grande Glaydson, realmente o novo servidor VPN funcionou pelo menos parcialmente, as chaves estão sendo aceitas e a conexão é feita e a interface tun0 é levantada no cliente. Só estou com um problema... A VPN não está roteando para a rede interna da empresa e ainda não sei o que

Re: Servidor Openvpn

2012-03-20 Thread Greyson Farias
Se não está encaminhando pacotes pra rede local você deve fazer o seguinte: # echo 1 /proc/sys/net/ipv4/ip_forward # iptables -t nat -s 172.16.0.1 -A POSTROUTING -o eth0 -j MASQUERADE 1 - O primeiro ativa encaminhamento de pacotes no kernel 2 - O segundo orienta o firewall para que tudo que

Servidor 389 Directory Server

2012-03-20 Thread Rodrigo Fernandes
Pessoal, Tenho um servidor 389 Directory Server instalado no Debian, porem ao tentar levanta-lo estou com problemas na sintaxe do schema do qmailuser. Utilizei o script de conversão do schema que se encontra no site do servidor, mesmo assim nao obtive resultados.

Re: post-up no squeeze [RESOLVIDO]

2012-03-20 Thread Cleber Ianes
Depois de 01 dia brigando com essa configuração achei uma forma de fazer, não sei se é a maneira correta, mas funcionou muito bem. Existem as pastas if-down.d, if-post-down.d, if-pre-up.d, if-up.d, coloquei o script que cria rotas dentro da pasta if-up.d e ele é executado toda vez que se

Criando um servidor VPN - Boas Práticas

2012-03-20 Thread Fagner Patricio
Olá Pessoal!!! Estou pensando em montar uma infra-estrutura de VPN aqui na empresa, para que determinados funcionários possam acessar nossa rede interna. Nunca trabalhei com VPN, por isso gostaria de ajuda e dicas de como fazer usando as melhores práticas: Algumas perguntas que eu tenho. Quais

Re: Criando um servidor VPN - Boas Práticas

2012-03-20 Thread Sinval Júnior
Segurança para VPS não difere da segurança para uma máquina real. Adote as mesmas medidas. Ao encaminhar esta mensagem, por favor: 1 - Apague meu endereço eletrônico; 2 - Encaminhe como Cópia Oculta (Cco ou BCc) aos seus destinatários. Dificulte assim a disseminação de vírus, spams e banners.

Problemas com o Rstudio

2012-03-20 Thread Ronaldo Reis Júnior
Pessoal, eu uso o programa Rstudio para trabalhar com o sistema estatístico R. Ultimamente está acontecendo algo estranho. Quando estou com a internet desconectada ele não abre, dá o seguinte erro: The R session failed to start. Já procurei uma solução mas ainda não obtive sucesso. Na

After update/upgrade can't get X to start

2012-03-20 Thread Csanyi Pal
Hi, on my Debian GNU/Linux wheezy/sid with kernel 3.2.0-2-amd64 I can't get X Window to start. My Xorg.0.log can be seen here: http://paste.debian.net/160383/ How can I solve this problem? Any advices will be appreciated! -- Regards from Pal -- To UNSUBSCRIBE, email to

Re: After update/upgrade can't get X to start

2012-03-20 Thread Thierry Chatelet
On Tuesday 20 March 2012 07:05:46 Csanyi Pal wrote: Hi, on my Debian GNU/Linux wheezy/sid with kernel 3.2.0-2-amd64 I can't get X Window to start. My Xorg.0.log can be seen here: http://paste.debian.net/160383/ How can I solve this problem? Any advices will be appreciated! Maybe

Re: libflash (64 bit) problem on kongregate.com

2012-03-20 Thread Loïc Grenié
2012/3/19 Camaleón noela...@gmail.com: On Mon, 19 Mar 2012 22:02:24 +0100, Loïc Grenié wrote: 2012/3/19 Camaleón noela...@gmail.com: And can I know what's its current value (on/off)? I never touched this.     There is a string allowThirdPartyLSOAccess   in the file, followed by several

Possible to create more than one preseed/late command?

2012-03-20 Thread Todd A. Jacobs
I'm doing a customized Squeeze install, and have a lot of problems with the d-i preseed/late_command. For starters, it seems like you can only have one of these in your preseed.cfg; is that true? Or is it only true if one is using in-target as well in the late_command? Mostly, I'm trying to do a

Re: Problem with trying to instal Debian

2012-03-20 Thread Scott Ferguson
On 20/03/12 14:14, Bret Busby wrote: On Mon, 19 Mar 2012, Bret Busby wrote: On Mon, 19 Mar 2012, Scott Ferguson wrote: On 19/03/12 16:11, Bret Busby wrote: On Sun, 18 Mar 2012, Bret Busby wrote: On Sat, 17 Mar 2012, Brian wrote: On Sun 18 Mar 2012 at 01:37:41 +0800, Bret Busby

Re: After update/upgrade can't get X to start

2012-03-20 Thread Bob Proulx
Thierry Chatelet wrote: Csanyi Pal wrote: on my Debian GNU/Linux wheezy/sid with kernel 3.2.0-2-amd64 I can't get X Window to start. My Xorg.0.log can be seen here: http://paste.debian.net/160383/ How can I solve this problem? Any advices will be appreciated! Maybe tell us

Re: Failed to open VDPAU backend for mplayer2.

2012-03-20 Thread Sthu Deus
Good time of the day, Sven. Thank You for Your time and answer. You worte: Besides performance I try to remove CPU 100% while paused on video file - problem . This should not happen regardless of the backend used. Do you have this problem in other video players as well? I know, but so it

Re: After update/upgrade can't get X to start

2012-03-20 Thread tv.deb...@googlemail.com
20/03/2012 07:05, Csanyi Pal wrote: Hi, on my Debian GNU/Linux wheezy/sid with kernel 3.2.0-2-amd64 I can't get X Window to start. My Xorg.0.log can be seen here: http://paste.debian.net/160383/ How can I solve this problem? Any advices will be appreciated! Hi, when did the

Re: After update/upgrade can't get X to start

2012-03-20 Thread tv.deb...@googlemail.com
20/03/2012 10:40, tv.deb...@googlemail.com wrote: Intel IOMMU visualization technology ^^^ It's virtualization technology off course, damn auto-correct ! -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Re: Problem with trying to instal Debian

2012-03-20 Thread Brian
On Tue 20 Mar 2012 at 11:14:28 +0800, Bret Busby wrote: I answered NO to the firmware question for the wireless NIC driver (it is unfortunate that the question does not indicate that it is for a wireless device, otherwise I would have answered No from the start, and The dialogue names

Re: recent version of iceape buggy?

2012-03-20 Thread H.S.
On 12/03/12 10:51 AM, Camaleón wrote: On Sun, 11 Mar 2012 22:05:32 -0400, H.S. wrote: Try by reinstalling the package (or check for a package update) and then, should you encounter no gain and still sluggish, back to the last version that workded fine. If you can't experience any delay

Re: After update/upgrade can't get X to start - SOLVED

2012-03-20 Thread Csanyi Pal
tv.deb...@googlemail.com tv.deb...@googlemail.com writes: 20/03/2012 07:05, Csanyi Pal wrote: on my Debian GNU/Linux wheezy/sid with kernel 3.2.0-2-amd64 I can't get X Window to start. My Xorg.0.log can be seen here: http://paste.debian.net/160383/ How can I solve this problem? Any

LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Bijoy Lobo
Hello all I have 2 cards on my system. I had no errors while Expert Install of Debian netinstall. even lspci shows me 2 ethernet controllers, However I cannot bring the 2nd interface up. ifconfig eth1 tells me no such interface ifconfig -a show me only eth0 and lo -- Thanks and Regards Bijoy

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread The_Ace
On Tue, Mar 20, 2012 at 7:11 PM, Bijoy Lobo bijoy.l...@paladion.net wrote: Hello all I have 2 cards on my system. I had no errors while Expert Install of Debian netinstall. even lspci shows me 2 ethernet controllers, However I cannot bring the 2nd interface up. ifconfig eth1 tells me no

Re: Driver for (E)ISA Soundcard with YMF719E-S 9749 ZAGA chip

2012-03-20 Thread Martin
On Fri, Mar 16, 2012 at 08:19:25PM +0100, Jasper Noë wrote: Hi, have you been here: http://www.alsa-project.org/main/index.php/Matrix:Module-opl3-sa2 Now I read this but it did not helped me. I added aliases to file /etc/modprobe.d/aliases ( there is no /etc/modules.conf nor /etc/conf.modules

Re: Wheezy: Spellchecker no longer working in Iceweasel 10?

2012-03-20 Thread Camaleón
On Mon, 19 Mar 2012 16:27:12 -0700, T Elcor wrote: --- On Mon, 3/19/12, Camaleón noela...@gmail.com wrote: You mean with those pages where does not work it defaults to nothing (no language)? On the pages where it doesn't work, I have to do RMB click, then click on Languages, then click

Re: libflash (64 bit) problem on kongregate.com

2012-03-20 Thread Camaleón
On Tue, 20 Mar 2012 07:58:18 +0100, Loïc Grenié wrote: 2012/3/19 Camaleón noela...@gmail.com: (...) Can you check if altering this option from the web panel makes the corresponding change at the settings.sol file? I summon your magical powers for reading the .sol thingy, powers that I have

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Camaleón
On Tue, 20 Mar 2012 19:11:39 +0530, Bijoy Lobo wrote: I have 2 cards on my system. I had no errors while Expert Install of Debian netinstall. even lspci shows me 2 ethernet controllers, However I cannot bring the 2nd interface up. Show us the output of these two commands: lspci -v | grep -i

Re: problem with xetex access to system fonts

2012-03-20 Thread Camaleón
On Tue, 20 Mar 2012 13:28:58 +0800, 张启德(Zhang Qide) wrote: 2012/3/19 Camaleón noela...@gmail.com: Where is that font installed? Run fc-list and check if it is available/visible for the system. Ugh... no need to attach the full list for the font's path, the size of this e-mail is 85 KiB

Re: vsftp problems (SOLVED)

2012-03-20 Thread Camaleón
On Mon, 19 Mar 2012 23:29:56 -0500, peter wrote: From: Gary Roach gary719_li...@verizon.net Date: Mon, March 19, 2012 11:23 am Nowhere does it say that you may have to reboot your systems after installation of vsftpd. Unfortunately none of us caught that. If the

Re: How do you approach the problem of MaxClients reached with apache?

2012-03-20 Thread francis picabia
On Tue, Mar 20, 2012 at 2:56 AM, Bob Proulx b...@proulx.com wrote: francis picabia wrote: Bob Proulx wrote: francis picabia wrote: One of the most frustrating problems which can happen in apache is to see the error: server reached MaxClients setting Why is it frustrating? Yes,

Can no longer mount SDHC card

2012-03-20 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have a Lenovo R61 laptop which has a built-in SD card slot. The operating system is Lenny. Ever since I bought this laptop in May 2008 I have been able to mount in it SDHC cards from my Canon 60D digital camera. The relevant line in fstab is and

Re: Can no longer mount SDHC card

2012-03-20 Thread Camaleón
On Tue, 20 Mar 2012 22:29:28 +0700, Ken Heard wrote: I have a Lenovo R61 laptop which has a built-in SD card slot. The operating system is Lenny. Ever since I bought this laptop in May 2008 I have been able to mount in it SDHC cards from my Canon 60D digital camera. The relevant line in

Re: Can no longer mount SDHC card

2012-03-20 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Camaleón wrote: On Tue, 20 Mar 2012 22:29:28 +0700, Ken Heard wrote: I have a Lenovo R61 laptop which has a built-in SD card slot. The operating system is Lenny. Ever since I bought this laptop in May 2008 I have been able to mount in it SDHC

Re: Can no longer mount SDHC card

2012-03-20 Thread Camaleón
On Tue, 20 Mar 2012 23:45:58 +0700, Ken Heard wrote: Camaleón wrote: If you're using a DE, I would let it to mount external devices automatically, that is, by commenting (#) the above line in /etc/fstab. Then, as soon as you attache the card it should be recognized, detected and mounted

Re: Can no longer mount SDHC card

2012-03-20 Thread John Jason Jordan
On Tue, 20 Mar 2012 23:45:58 +0700 Ken Heard k...@heard.name dijo: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Camaleón wrote: On Tue, 20 Mar 2012 22:29:28 +0700, Ken Heard wrote: I have a Lenovo R61 laptop which has a built-in SD card slot. The operating system is Lenny. Ever since I

Re: Re: Driver for (E)ISA Soundcard with YMF719E-S 9749 ZAGA chip

2012-03-20 Thread Jasper Noë
Hi, ( not sure at all if this is going to help ) Look at this: { from: http://www.kernel.org/doc/Documentation/sound/alsa/ALSAConfiguration.txt } { Module snd-opl3sa2 -- Module for Yamaha OPL3-SA2/SA3 sound cards. isapnp - ISA PnP detection - 0 = disable, 1 =

Re: USB keyboard problems / USB layout / USB xkbmap

2012-03-20 Thread Christian Frey
Thank you both for your efforts! I finally had some time to look at it again: 1.) Booting into the recovery mode results in the same, i.e. z and y are changed as well as other keyboard specific issues such as Umlaute (ä.ö etc.) do not work. 2.) Executing setkbmap - query in normal mode shows

Re: Can no longer mount SDHC card

2012-03-20 Thread Frank McCormick
On 20/03/12 01:01 PM, John Jason Jordan wrote: On Tue, 20 Mar 2012 23:45:58 +0700 Ken Heardk...@heard.name dijo: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Camaleón wrote: On Tue, 20 Mar 2012 22:29:28 +0700, Ken Heard wrote: I have a Lenovo R61 laptop which has a built-in SD card slot.

Re: Can no longer mount SDHC card

2012-03-20 Thread Charles Kroeger
I find where the SD card is by checking the list on: # /dev/disk/by-id without fail the card reader will be assigned a disk number like sde. If the reader is sde then the SD card stuck in the reader will be sde1 # mount -t vfat /dev/sde1 /media/ (I made a directory here) I use the mount

domain name issues

2012-03-20 Thread John W. Foster
Running a full production server with Debian stable only. apache2, MySql, Mediawiki 1.18.1 many other apps that are all working well. The issue is; I keep getting the domain name changed by some software to 'home'. My router is provided by Verizon Fios (Westel) and the router provides primary DNS.

Re: Problem with trying to instal Debian

2012-03-20 Thread Bob Proulx
Bret Busby wrote: I gave it another try last night, using the Debian 6.03 CD 1 that I had created using Ubuntu 10.04 (I had installed Debian 6 on this computer, using a disc similarly dreated using Ubuntu 10.04) a while ago. I am glad to hear that you didn't give up. I answered NO to the

Re: vsftp problems (SOLVED)

2012-03-20 Thread Bob Proulx
Camaleón wrote: peter wrote: Gary Roach wrote: Nowhere does it say that you may have to reboot your systems after installation of vsftpd. It shouldn't be necessary to reboot. That just means that something else is happening that isn't fully understood yet. Unfortunately none of us

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Bob Proulx
Camaleón wrote: Bijoy Lobo wrote: I have 2 cards on my system. I had no errors while Expert Install of Debian netinstall. even lspci shows me 2 ethernet controllers, However I cannot bring the 2nd interface up. Show us the output of these two commands: lspci -v | grep -i ether Ahem...

Re: domain name issues

2012-03-20 Thread Bob Proulx
John W. Foster wrote: The issue is; I keep getting the domain name changed by some software to 'home'. Is your system configured for dhcp? If so then it is normal for your domain name to be set by the dhcp server. My router is provided by Verizon Fios (Westel) and the router provides

Re: Can no longer mount SDHC card

2012-03-20 Thread Ken Heard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 John Jason Jordan wrote: This is beginning to sound like hardware failure. The SD card reader in my T61 failed shortly after the three year warranty ended. I think you may be right. Further investigation revealed the text at the end of this post

Re: Can no longer mount SDHC card

2012-03-20 Thread John Jason Jordan
On Wed, 21 Mar 2012 10:34:31 +0700 Ken Heard k...@heard.name dijo: If I interpreted correctly the text below the OS may detect the presence of the card but no longer will read it. I suppose my solution now is to invest in an external n-in-1 card reader with the capacity to read the high capacity

Re: LSPCI shows network card, but the card refuses to come up

2012-03-20 Thread Bijoy Lobo
Hello guys, Thanks alot. I sloved the problem. It was the older kernel which didnt have support for my Atheros Card. I did a modprobe and it fixed the problem On Wed, Mar 21, 2012 at 6:07 AM, Bob Proulx b...@proulx.com wrote: Camaleón wrote: Bijoy Lobo wrote: I have 2 cards on my system.

Re: Failed to open VDPAU backend for mplayer2.

2012-03-20 Thread Dave Thayer
On Mon, Mar 19, 2012 at 03:55:13PM +0700, Sthu Deus wrote: Do You have any idea how I can make use of VDPAU w/ mplayer2 on my system (testing, video ATI X1100)? ^^^ I believe that VDPAU is specific to nvidia cards, so your ATI wouldn't be supported. dt --