Bind lent

2008-05-08 Thread Ramon Cuñé
Bones,

tinc dos servidors dns (bind9) sobre Debian Etch que funciona
perfectament sobre linux amb la comanda dig. Però un d'ells quant
provo de resoldre amb nslookup sobre windows em dona el següent error,
en canvi l'altre no em generar el timed out:

C:\nslookup
Servidor predeterminado:  dnsinet.domini.com
Address:  192.168.142.160

 server 192.168.142.180
Servidor predeterminado:  [192.168.142.180]
Address:  192.168.142.180

 www.domini.com
Servidor:  [152.62.10.216]
Address:  152.62.10.216

DNS request timed out.
timeout was 2 seconds.
Nombre:  www.cag.es
Address:  195.79.189.5


Tot i el timed out acabar resolen perfectament la ip.
Algú té alguna idea d'on pot venir el problema?

Gràcies!


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



Re: Bind lent

2008-05-08 Thread Ramon Cuñé
Tots dos em contesten, i a més no potser que vagi a buscar el segon
dns, ja que tots dos sols tenen com a servidor dns ells mateixos.

Salut!



El 08/05/08, Jaume Sabater [EMAIL PROTECTED] ha escrit:
 nslookup is deprecated...

 Usa dig, el trobaràs als dnsutils.

 Diria que tens un bind9 que no escolta, i per lo tant, no contesta. D'aquí el
 timeout. Un cop salta el timeout, va a buscar el segon servidor dns.

 Prova-ho amb dig, fent:

 dig A @dnsinet.domini.com domini.com

 dig A @192.168.142.180 domini.com

 Et dirà si contesten o no.

 El Thursday 08 May 2008 16:50:46 Ramon Cuñé va escriure:
  Bones,
 
  tinc dos servidors dns (bind9) sobre Debian Etch que funciona
  perfectament sobre linux amb la comanda dig. Però un d'ells quant
  provo de resoldre amb nslookup sobre windows em dona el següent error,
  en canvi l'altre no em generar el timed out:
 
  C:\nslookup
  Servidor predeterminado:  dnsinet.domini.com
  Address:  192.168.142.160
 
   server 192.168.142.180
 
  Servidor predeterminado:  [192.168.142.180]
  Address:  192.168.142.180
 
   www.domini.com
 
  Servidor:  [152.62.10.216]
  Address:  152.62.10.216
 
  DNS request timed out.
  timeout was 2 seconds.
  Nombre:  www.cag.es
  Address:  195.79.189.5
 
 
  Tot i el timed out acabar resolen perfectament la ip.
  Algú té alguna idea d'on pot venir el problema?
 
  Gràcies!



 --
 Jaume Sabater



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



Re: Bind lent

2008-05-08 Thread Jaume Sabater
nslookup is deprecated...

Usa dig, el trobaràs als dnsutils.

Diria que tens un bind9 que no escolta, i per lo tant, no contesta. D'aquí el 
timeout. Un cop salta el timeout, va a buscar el segon servidor dns.

Prova-ho amb dig, fent:

dig A @dnsinet.domini.com domini.com

dig A @192.168.142.180 domini.com

Et dirà si contesten o no.

El Thursday 08 May 2008 16:50:46 Ramon Cuñé va escriure:
 Bones,

 tinc dos servidors dns (bind9) sobre Debian Etch que funciona
 perfectament sobre linux amb la comanda dig. Però un d'ells quant
 provo de resoldre amb nslookup sobre windows em dona el següent error,
 en canvi l'altre no em generar el timed out:

 C:\nslookup
 Servidor predeterminado:  dnsinet.domini.com
 Address:  192.168.142.160

  server 192.168.142.180

 Servidor predeterminado:  [192.168.142.180]
 Address:  192.168.142.180

  www.domini.com

 Servidor:  [152.62.10.216]
 Address:  152.62.10.216

 DNS request timed out.
 timeout was 2 seconds.
 Nombre:  www.cag.es
 Address:  195.79.189.5


 Tot i el timed out acabar resolen perfectament la ip.
 Algú té alguna idea d'on pot venir el problema?

 Gràcies!



-- 
Jaume Sabater


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



crear arrays amb bash

2008-05-08 Thread Ernest Adrogué
Hola,

Tinc un problema amb bash, que és que no puc crear arrays si no és
assignant els valors a ma (no massa pràctic).

Per exemple, això funciona:

$ foo=( 1 2 3 )
$ echo ${foo[0]}
1

En canvi això no:

$ foo=( `echo 1 2 3` )
$ echo ${foo[0]}
1 2 3

Això tampoc:

$ unset foo
$ echo 1 2 3 | read -a foo
$ echo ${foo[0]}

$

Algú té alguna idea de perquè no funciona??
Segons tots els exemples que trobo per internet hauria de
funcionar tant la substitució com el read.


Ernest


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



Re: crear arrays amb bash

2008-05-08 Thread Ernest Adrogué
 8/05/08 @ 19:38 (+0200), thus spake Ernest Adrogué:
 Tinc un problema amb bash, que és que no puc crear arrays si no és
 assignant els valors a ma (no massa pràctic).

Em contesto a mi mateix, el problema és que tenia la variable $ISP
mal definida i per tant no feia la separació de paraules.

Ernest


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



Re: crear arrays amb bash

2008-05-08 Thread Ernest Adrogué
 8/05/08 @ 20:25 (+0200), thus spake Ernest Adrogué:
 Em contesto a mi mateix, el problema és que tenia la variable $ISP
 mal definida i per tant no feia la separació de paraules.

Perdó, $IFS.

Ernest


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



Re: lenny: pas de reseau

2008-05-08 Thread Marc Chantreux
bonjour,

merci a gizz et Gaëtan pour leurs remarques qui ne m'ont malheureusement
été d'aucune utilité.

Je n'ai guère cherché depuis a faire tourner ce réseau, d'ou mon
silence.

cordialement,
mc

-- 
Marc Chantreux
BibLibre, expert en logiciels libres pour l'info-doc
http://biblibre.com

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: dns et lan, basique

2008-05-08 Thread Jean-Michel OLTRA

Bonjour,


Le jeudi 08 mai 2008, Laurent CARON a écrit...


 Tu peux aussi utiliser bind ... mais c'est un peu un bazooka pour tuer  
 un moustique ...

Il y a dnsmasq qui fait dhcp + dns, qui est très facile à configurer et
qui, pour un non spécialiste comme moi, va très bien pour un petit
réseau familial.

-- 
jm

A.E.L. Sarl (R.C.S CASTRES 490843240)
http://www.spidboutic.fr


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: plugin java [resolu]

2008-05-08 Thread Jean-Michel OLTRA

Bonjour,


Le mardi 06 mai 2008, hého a écrit...


 je suis en lenny (2.6.24-1-686)

 j'ai fait ma déclaration sans erreur hier soir en ré-important mon
 certificat avec:

 - iceweasel (2.0.0.12)
 (avec general.useragent.extra.firefox=Firefox/2.0.0.12)

 - java runtime environment que j'avais installé à la main début 2006
 (jre version 5 update 6)

Plantage sur lenny amd64 au moment de la signature avec la jvm et le
plugin java pour Iceweasel 2.0.0.14 donné dans un des liens de ce fil
Ce sera donc papier, pour nous, pour cette année. L'année dernière, en
version 32 bits, je n'avais eu aucun souci.

-- 
jm

A.E.L. Sarl (R.C.S CASTRES 490843240)
http://www.spidboutic.fr


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



[HS] Pb internet entre win et debian avec le 2.6.25

2008-05-08 Thread giggz
Bonjour,

Désolé pour ce HS :
j'ai un laptop en dual-boot XP/debian sid.
Avant le 2.6.25 pas de problème de compatibilité entre XP et debian.
(faut dire je ne suis po souvent sous win...alors les pbs de
compatibilité j'en n'ai pas bcp...).
Depuis l'installation du 2.6.25, je n'ai plus la possibilité d'avoir le
net sous windows, par contre sous debian pas de soucis. Ceci s'adresse
juste à mon interface ethernet. Pour le wifi pas de problème.

Ma carte réseau est une Ethernet controller: Broadcom Corporation
BCM4401 100Base-T (rev 01) (d'après lspci). Sous linux elle fonctionne
avec le driver b44.

Mon laptop est connecté à un routeur. et ce dernier à la freebox. Sur le
routeur de petite led indique la connection et l'activité. Avant le
2.6.25 ces leds restaient allumées en permanence dès qu'un cable réseau
était branché (même ordi éteind!). Depuis le 2.6.25 qd l'ordi s'éteind
ss debian, la petite led s'éteind elle aussi. et qd je boote sous
windows pas moyen de la rallumer!

Questions :
- avez vous rencontré ce problème ? et avez vous une solution ?

- si vous avez ce problème : quelles cartes ethernet avez vous ?

- si c'est un bug : ou reportez ce bug ?

Merci d'avance
Guillaume

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



nm-applet manquante

2008-05-08 Thread Thibaud Motel

Bonjour à tous,

Je viens de passer ma debian de etch à lenny, et j'ai un souci avec 
l'applet network manager sur gnome.


En effet, l'icône du réseau ne s'affiche pas dans mon tableau de bord, 
alors que lorsque je me branche en RJ45 j'ai une info-bulle qui me 
prévient du succès de la connexion ! Le plus embêtant étant que je suis 
sur un laptop, et je n'arrive pas à me logger en wifi... 

J'ai désinstallé/réinstallé le gnome-network-manager, sans succès. 
Quelqu'un a-t-il déjà le problème, ou serait y remédier ?


Bien cordialement,
Thibaud

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: dns et lan, basique

2008-05-08 Thread Frédéric Moinard

Bonsoir,

David Prévot a écrit :

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Frédéric Moinard a écrit :

Bonsoir,

Laurent CARON a écrit :

Serge Cavailles wrote:

Ça devrait fonctionnner à condition que ce fichier soit parcouru
avant le dns (voir dans /etc/nsswitch.conf, la ligne qui commence par
hosts: doit être suivie en premier par 'files').
  

Bonjour,

Tu peux aussi utiliser bind ... mais c'est un peu un bazooka pour tuer
un moustique ...

Ben... c'est ce que je disais, peut-être pas très clairement, dans le
premier post: un serveur dns (bind9, etch)... et c'est *mon* moustique[*].


Je fais la même chose à la maison (et vu le nombre de moustiques chez
moi, si bind pouvait en chopper un ou deux de plus,  ça me ferait des
vacances, j'habite aussi pas trop loin de l'équateur ;)...

;-)



Bref si tu cherches à reconfigurer bind rapidement, je te donne la liste
des fichiers que j'ai modifié pour ma configuration, de mémoire :

/etc/bind/db.local
(décommenter l'appel au fichier named.conf.local)
/etc/bind/named.conf.local
Création des zones qui vont bien :
zone tagada.homelinux.org{
type master;
file /etc/bind/db.tagada;
};
J'aime bien, dans le peu d'anglais que je comprends, ce que disent 
parfois certains: Stupid me! Très adapté.


Ajouté la zone, adapté une copie du fichier db.192... relancé bind en 
lisant /var/log/daemon.log pour voir ce qui (n') allait (pas). Et ça 
remarche.


--
Merci à tous,

  Frédéric Moinard


--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: Install compiz-fusion-kde

2008-05-08 Thread Bernard
Le Tuesday 06 May 2008 00:25:57 Hugues Larrive, vous avez écrit :
 M. ROUIN Bernard a écrit :
  Bonjour à tous,
  Je viens d'installer une Débian Etch stable et je souhaiterai avoir
  Compiz-fusion pour Kde.
  Mais je n'arrive pas à l'installer malgrés de multiples recherches sur le
  toile. Aucun des paquets mentionnés ne veux s'installer séparémment.
 
  Les messages de la konsole :
  debian:/home/bernard01# apt-get install compiz-fusion-kde
  Lecture des listes de paquets... Fait
  Construction de l'arbre des dépendances... Fait
  Certains paquets ne peuvent être installés. Ceci peut signifier
  que vous avez demandé l'impossible, ou bien, si vous utilisez
  la distribution unstable, que certains paquets n'ont pas encore
  été créés ou ne sont pas sortis d'Incoming.
  Puisque vous n'avez demandé qu'une seule opération, le paquet n'est
  probablement pas installable et vous devriez envoyer un rapport de bogue.
  L'information suivante devrait vous aider à résoudre la situation :
  Les paquets suivants contiennent des dépendances non satisfaites :
compiz-fusion-kde: Dépend: compiz-core (= 0.7.3) mais ne sera pas
  installé Dépend: compiz-plugins (= 0.7.3) mais ne sera pas installé
   Dépend: compiz-kde (= 0.7.3) mais ne sera pas
  installé Dépend: libdecoration0 (= 0.7.3) mais ne sera pas installé
   Dépend: libcompizconfig0 (= 0.7.3) mais ne sera pas
  installé
   Dépend: compizconfig-backend-kconfig (= 0.7.3) mais
  ne sera pas installé
   Dépend: python-compizconfig (= 0.7.3) mais ne sera
  pas installé
   Dépend: compizconfig-settings-manager (= 0.7.3)
  mais ne sera pas installé
   Dépend: compiz-fusion-bcop (= 0.7.3) mais ne sera
  pas installé
 
  Mon source.list :
  deb http://ftp.fr.debian.org/debian/ etch main
  deb-src http://ftp.fr.debian.org/debian/ etch main
  ## security
  deb http://security.debian.org/ etch/updates main contrib non-free
  deb-src http://security.debian.org/ etch/updates main contrib non-free
  # non free
  deb http://ftp.fr.debian.org/debian/ stable main contrib non-free
  deb-src http://ftp.fr.debian.org/debian/ stable main contrib non-free
  # multimedia
  deb http://www.debian-multimedia.org etch main
  #Compiz-fusion
  deb http://download.tuxfamily.org/shames/debian-sid/desktopfx/unstable/
  ./
 
  Certains y sont arrivés, donc c'est possible. Ma carte graphique est une
  ATI Radeon 9800SE correctement pris en charge par le systéme.
  Qu'est ce qui ne va pas ? Vos aides et conseils me seraient d'un grand
  secours. Bien entendue si vous avez besoin de renseignements
  supplementaires...
  Merci d'avance.

 Ce qui ne va pas c'est que tu est sous etch (stable) et que tu veux
 installer des paquets prévu pour sid (unstable).
 Tu devrais commencer par enlever la dernière ligne de ton source.list.
 Si tu es sous gnome installes d'abord la version etch de compiz :
 apt-get install compiz-gnome

 Si tu es sous kde il y a une version pour etch dans backports :
 deb http://www.backports.org/debian etch-backports main contrib non-free
 deb-src http://www.backports.org/debian etch-backports main contrib
 non-free

 apt-get update  apt-get install compiz-kde

 L'installation devrait se faire sans problème.

 Après tu modifie ton xorg.conf comme expliqué sur le site de
 compiz-fusion,
Le site est en anglais. Et moi et l'anglais...
Les différent sites consultés ne donnent que le rajout de la derniére section, 
que j'ai rajoutée mais sans succés.
Le drivers ati est installé et correctement configuré (enfin je crois). Voir 
la Konsole :

[EMAIL PROTECTED]:~$ fglrxinfo
display: :0.0  screen: 0
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: RADEON 9800 SE
OpenGL version string: 2.1.7415 Release

[EMAIL PROTECTED]:~$ glxinfo | grep direct rendering
direct rendering: Yes
[EMAIL PROTECTED]:~$

Je poste mon xorg.conf, qu'est-ce que je doit modifier pour que les effets 3D 
s'appliquent ?
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath

Re: nm-applet manquante

2008-05-08 Thread luc schimpf

Thibaud Motel a écrit :

Bonjour à tous,

Je viens de passer ma debian de etch à lenny, et j'ai un souci avec 
l'applet network manager sur gnome.


En effet, l'icône du réseau ne s'affiche pas dans mon tableau de bord, 
alors que lorsque je me branche en RJ45 j'ai une info-bulle qui me 
prévient du succès de la connexion ! Le plus embêtant étant que je suis 
sur un laptop, et je n'arrive pas à me logger en wifi...
J'ai désinstallé/réinstallé le gnome-network-manager, sans succès. 
Quelqu'un a-t-il déjà le problème, ou serait y remédier ?


Bien cordialement,
Thibaud


bonjour,

Personnellement, j'ai arrêter de me prendre la tête avec 
network-manager, c'est pas au point ...

J'utilise wicd, il faut ajouter une ligne dans le sources.list :

deb http://wicd.longren.org debian extras

ça, ça fonctionne du feu de tux



--
Luc Schimpf
3A rue de Matzenheim
67230 SAND
+33 (0)3 88 58 95 41
+33 (0)6 82 15 43 83

www.au-ptit-bon-air.eu

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: [HS] Pb internet entre win et debian avec le 2.6.25

2008-05-08 Thread Jean-Yves F. Barbier
giggz a écrit :
 Bonjour,
 
 Désolé pour ce HS :

y'a pu de solé en stock:)

 j'ai un laptop en dual-boot XP/debian sid.
 Avant le 2.6.25 pas de problème de compatibilité entre XP et debian.
 (faut dire je ne suis po souvent sous win...alors les pbs de
 compatibilité j'en n'ai pas bcp...).

peut-être considérer une réinstall dans une machine virtuelle type
Virtualbox?

 Depuis l'installation du 2.6.25, je n'ai plus la possibilité d'avoir le
 net sous windows, par contre sous debian pas de soucis. Ceci s'adresse
 juste à mon interface ethernet. Pour le wifi pas de problème.
 
 Ma carte réseau est une Ethernet controller: Broadcom Corporation
 BCM4401 100Base-T (rev 01) (d'après lspci). Sous linux elle fonctionne
 avec le driver b44.
 
 Mon laptop est connecté à un routeur. et ce dernier à la freebox. Sur le
 routeur de petite led indique la connection et l'activité. Avant le
 2.6.25 ces leds restaient allumées en permanence dès qu'un cable réseau
 était branché (même ordi éteind!). 

normal: ça veut dire qu'on peut réveiller ton portable par l'I/F ethernet
avec un packet spécial (c'est le Wake On LAN, ou WOL)

 Depuis le 2.6.25 qd l'ordi s'éteind
 ss debian, la petite led s'éteind elle aussi. et qd je boote sous
 windows pas moyen de la rallumer!

il semble que le 2.6.25 coupe carrément la chique à ton I/F ethernet
(qui, avant, restait quand même en partie alimentée afin de pouvoir
être réveillée).
Il faut lire les docs: notamment le Changelog du kernel, celle du driver
b44 (celles de hibernate ou uswsusp, si tu éteinds ton portable par son
intermédiaire)) afin de trouver qui (ou quelle option) éteint complètement
l'I/F ethernenet.

Et de toute façon, si tu coupes ton micro avec un suspend to disk (ou to
ram) c'est relativement logique comme comportement: sous Linux, couper veut
dire couper, pas laisser la moitié des consommateurs électriques en route.

 - si c'est un bug : ou reportez ce bug ?

pour savoir si c'est un bug = google; pour voir si d'autres ont aussi le PB

JY
-- 
Let every man teach his son, teach his daughter, that labor is honorable.
-- Robert G. Ingersoll

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: [HS] Pb internet entre win et debian avec le 2.6.25

2008-05-08 Thread giggz
Jean-Yves F. Barbier a écrit :
 giggz a écrit :
 Bonjour,

[...]
 - si c'est un bug : ou reportez ce bug ?
 
 pour savoir si c'est un bug = google; pour voir si d'autres ont aussi le PB
 

Vi déjà fait...mais j'ai l'air d'être seul :'(...bon je vais faire un
tour sur le bugzilla du kernel...

 JY

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: [HS] Pb internet entre win et debian avec le 2.6.25

2008-05-08 Thread thveillon.debian



Depuis l'installation du 2.6.25, je n'ai plus la possibilité d'avoir le
net sous windows, par contre sous debian pas de soucis. Ceci s'adresse
juste à mon interface ethernet. Pour le wifi pas de problème.

Ma carte réseau est une Ethernet controller: Broadcom Corporation
BCM4401 100Base-T (rev 01) (d'après lspci). Sous linux elle fonctionne
avec le driver b44.

Mon laptop est connecté à un routeur. et ce dernier à la freebox. Sur le
routeur de petite led indique la connection et l'activité. Avant le
2.6.25 ces leds restaient allumées en permanence dès qu'un cable réseau
était branché (même ordi éteind!). 



normal: ça veut dire qu'on peut réveiller ton portable par l'I/F ethernet
avec un packet spécial (c'est le Wake On LAN, ou WOL)

  

Depuis le 2.6.25 qd l'ordi s'éteind
ss debian, la petite led s'éteind elle aussi. et qd je boote sous
windows pas moyen de la rallumer!



il semble que le 2.6.25 coupe carrément la chique à ton I/F ethernet
(qui, avant, restait quand même en partie alimentée afin de pouvoir
être réveillée).
Il faut lire les docs: notamment le Changelog du kernel, celle du driver
b44 (celles de hibernate ou uswsusp, si tu éteinds ton portable par son
intermédiaire)) afin de trouver qui (ou quelle option) éteint complètement
l'I/F ethernenet.

Et de toute façon, si tu coupes ton micro avec un suspend to disk (ou to
ram) c'est relativement logique comme comportement: sous Linux, couper veut
dire couper, pas laisser la moitié des consommateurs électriques en route.

  
Si c'est lié au wake on lan cette fonction s'active/désactive souvent 
dans le bios, tu peux essayer de changer ton réglage courant.


Thom

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: nm-applet manquante

2008-05-08 Thread Thibaud Motel

Bonsoir,

Ok pour wicd, il ai visiblement bien plus évolué que *nm, *par contre il 
ne se réduit pas dans mon tableau de bord à côté de mes icônes de 
gestion du son, batterie...


Est-ce que cela vient de moi ou du soft en lui-même ?! Pire wicd 
désinstalle le network-manager, et je perds par là-même ma connexion 
filaire.



Cdt,
Thibaud

luc schimpf a écrit :

bonjour,

Personnellement, j'ai arrêter de me prendre la tête avec 
network-manager, c'est pas au point ...

J'utilise wicd, il faut ajouter une ligne dans le sources.list :

deb http://wicd.longren.org debian extras

ça, ça fonctionne du feu de tux





Re: KDE4 dans sid

2008-05-08 Thread Nicolas
On 6 mai, 10:50, Patrice OLIVER [EMAIL PROTECTED] wrote:
 Le 6 mai 2008 09:46, Christophe Mouilleron
 [EMAIL PROTECTED] a écrit :



  On Tue, May 06, 2008 at 09:27:22AM +0200, Patrice OLIVER wrote:
    Bonjour,

    Je suis en Debian SID.
    J'ai tenté d'installer KDE4, mais j'ai obtenu les messages suivants :

     apt-get -t experimental install kde4


 Ok avec toi, mais toutes les procédures que j'ai trouvé sur le net
 indiquent que qu'ils faut récupérer les paquets dans les dépôts
 expérimentaux. Pour Kubuntu, cela s'installe tout seul.

J'ai fait le grand saut vers kde4 en experimental il y a un moment, et
à moins de tomber sur un moment d'update des packages (*), il suffit
soit de virer kde 3 avant l'upgrade, soit d'installer chaque package 1
à 1 : en gros tu installes chaque package que ça site dans la liste
des dépendances non satisfaites à coups de aptitude -t experimental
install...
Ceci dit ya surement un meilleur moyen que cette dernière solution,
j'ai jamais bien cherché pour ces histoires de pinning avec apt...

Bon courage :)

(*) personnellement avec une autre machine je suis tombé juste au
mauvais moment : quand certains packages étaient passés en svn de la
4.1, alors que d'autres étaient encore en 4.0... le bordel quoi ^^`

--
Nicolas

--
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



Re: [HS] Pb internet entre win et debian avec le 2.6.25

2008-05-08 Thread giggz
thveillon.debian a écrit :

 Depuis l'installation du 2.6.25, je n'ai plus la possibilité d'avoir le
 net sous windows, par contre sous debian pas de soucis. Ceci s'adresse
 juste à mon interface ethernet. Pour le wifi pas de problème.

 Ma carte réseau est une Ethernet controller: Broadcom Corporation
 BCM4401 100Base-T (rev 01) (d'après lspci). Sous linux elle fonctionne
 avec le driver b44.

 Mon laptop est connecté à un routeur. et ce dernier à la freebox. Sur le
 routeur de petite led indique la connection et l'activité. Avant le
 2.6.25 ces leds restaient allumées en permanence dès qu'un cable réseau
 était branché (même ordi éteind!). 

 normal: ça veut dire qu'on peut réveiller ton portable par l'I/F
 ethernet
 avec un packet spécial (c'est le Wake On LAN, ou WOL)

  
 Depuis le 2.6.25 qd l'ordi s'éteind
 ss debian, la petite led s'éteind elle aussi. et qd je boote sous
 windows pas moyen de la rallumer!
 

 il semble que le 2.6.25 coupe carrément la chique à ton I/F ethernet
 (qui, avant, restait quand même en partie alimentée afin de pouvoir
 être réveillée).
 Il faut lire les docs: notamment le Changelog du kernel, celle du driver
 b44 (celles de hibernate ou uswsusp, si tu éteinds ton portable par son
 intermédiaire)) afin de trouver qui (ou quelle option) éteint
 complètement
 l'I/F ethernenet.

 Et de toute façon, si tu coupes ton micro avec un suspend to disk (ou to
 ram) c'est relativement logique comme comportement: sous Linux, couper
 veut
 dire couper, pas laisser la moitié des consommateurs électriques en
 route.

   
 Si c'est lié au wake on lan cette fonction s'active/désactive souvent
 dans le bios, tu peux essayer de changer ton réglage courant.
 

Oui j'ai testé...dans mon bios j'ai un boot on lan qui doit
correspondre à ça. mais bon rien n'y fait. J'ai fait un rapport de bug
au noyau...on va voir ce que ça donne...

 Thom
 

-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



www.rchaker.com

2008-05-08 Thread IGEE
Hebergement + Domaine Gratuit

Economy
Plan Features
• 10 GB Space
• 300 GB Transfer
• 500 Email Accounts
• No FTP access
• 10 MySQL Databases
• 50 Email Forwards
• Forums, Blogging, Photos  
1300 DH/an 


Deluxe
Plan Features
• 150 GB Space
• 1,500 GB Transfer
• 1,000 Email Accounts
• Unlimited Web sites
• FTP access
• 25 MySQL Databases
• Unlimited Email Forwards
• Forums, Blogging, Photo Galleries 
3500 DH/an


Premium
Plan Features
• FREE! SSL Certificate
• 300 GB Space
• 3,000 GB Transfer
• 2,000 Email Accounts
• Unlimited Web sites
• FTP access
• 50 MySQL Databases
• Unlimited Email Forwards
• Forums, Blogging, Photos  
6000 DH/an





Nos services

Resolution des problemes
Optimisation de la vitesse
 d'ordinateur
Gestion et protection
Computer Upgrades
Assemblage d'ordinateur, 
installation de logiciels
Data Recovery
Conception de sites Web
Reparation de PC et aide 
a distance
Securite des systemes, 
WAN et LANs
Modelisation et simulation 
informatiques
Formation profesionnelle


www.rchaker.com


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.org/DebFrFrenchLists
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

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



No se ven caracteres en xserver-xorg

2008-05-08 Thread José L. Ayala
Hola a todos,

Ayer, después de una actualización de mi testing, reinicié la máquina y
comprobé que no puedo utilizar el entorno gráfico de las X. Al escribir el
login en gdm, los caracteres no se muestran con claridad, aparecen con
cuadraditos, y lo mismo ocurre dentro de gnome. Intenté regenerar un
xorg.conf con una versión antigua del mismo, y también utilizando gtf para
calcular las frecuencias de refresco de mi monitor... pero todo sigue igual.
También instalé la versión stable de xserver-xorg pero, en esos casos, ni
siquiera funcionan las X. Como información, os diré que la tarjeta gráfica
es intel.

Alguna idea, please? Gracias!

Jose


Re: Casque en GNOME (Fatal Error en X) (gráficas INTEL)

2008-05-08 Thread Miguel J. Jiménez
El Wed, 7 May 2008 17:03:26 +0200
Miguel J. Jiménez [EMAIL PROTECTED] escribió:

 
 No, lo que uso más frecuentemente es Rhythmbox, Eclipse, Firefox y
 Claws-Mail como lector de correo... Nada más puesto que es una máquina
 de desarrollo para JAVA. He visto por ahí en alguna página (no me
 acuerdo la URL) un problema similar (mismo mensaje y mismo driver
 INTEL) y uo decía que lo arreglaba poniendo en el xserver.org algo así
 como:
 
 Options AccelMethod EXA
 
 A ver que tal con ésto...

Nada, esto me sigue cascando como y cuando quiere... he probado a
quitar el soporte HID del núcleo (2.6.25.1) que es lo único que había
cambiado a parte de los drivers de video a ver que tal. De todas
formas, en las páginas de bugs de Ubuntu (por decir algo) toda la gente
que expermimenta el problema le ocurre con una gráfica INTEL, ¿ha
alguien más le ha empezado a suceder ésto de repente o es que me he
vuelto un pringaillo?
lspci me da lo siguiente:

00:02.0 VGA compatible controller [0300]: Intel Corporation
82915G/GV/910GL Integrated Graphics Controller [8086:2582] (rev 04)
(prog-if 00 [VGA controller]) Subsystem: Hewlett-Packard Company DC7100
SFF(DX878AV) [103c:3006] Control: I/O+ Mem+ BusMaster+ SpecCycle-
MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status:
Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort-
MAbort- SERR- PERR- INTx- Latency: 0 Interrupt: pin A routed to IRQ
16 Region 0: Memory at cfe0 (32-bit, non-prefetchable) [size=512K]
Region 1: I/O ports at 1800 [size=8] Region 2: Memory at e000
(32-bit, prefetchable) [size=256M] Region 3: Memory at cff0
(32-bit, non-prefetchable) [size=256K] Capabilities: access denied
Kernel modules: intelfb

00:02.1 Display controller [0380]: Intel Corporation 82915G Integrated
Graphics Controller [8086:2782] (rev 04) Subsystem: Hewlett-Packard
Company Unknown device [103c:3006] Control: I/O- Mem- BusMaster+
SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast TAbort- TAbort-
MAbort- SERR- PERR- INTx- Latency: 0 Region 0: Memory at cfe8
(32-bit, non-prefetchable) [disabled] [size=512K] Capabilities: access
denied


---
.-.
| Miguel J. Jiménez   |
| Sector Público, ISOTROL S.A.|
| [EMAIL PROTECTED]   |
:-:
| KeyID 0xFFE63EC6 hkp://pgp.rediris.es:11371 |
:-:
| Edificio BLUENET, Avda. Isaac Newton nº3, 4ª planta.|
| Parque Tecnológico Cartuja '93, 41092 Sevilla (ESP).|
| Tlfn: +34 955 036 800 (ext.1805) - Fax: +34 955 036 849 |
| http://www.isotrol.com  |
:-:
| UTM ED-50 X:765205.09 Y:4144614.91 Huso: 29 |
:-:
|   Random chance seems to have operated in our favor.  |
|  Spock (Star Trek TOS, The Doomsday Machine)  |
'-'


signature.asc
Description: PGP signature


Re: Casque en GNOME (Fatal Error en X) (gráficas INTEL)

2008-05-08 Thread Miguel J. Jiménez
El Thu, 8 May 2008 09:53:47 +0200
Miguel J. Jiménez [EMAIL PROTECTED] escribió:

 El Wed, 7 May 2008 17:03:26 +0200
 Miguel J. Jiménez [EMAIL PROTECTED] escribió:
 
  
  No, lo que uso más frecuentemente es Rhythmbox, Eclipse, Firefox y
  Claws-Mail como lector de correo... Nada más puesto que es una
  máquina de desarrollo para JAVA. He visto por ahí en alguna página
  (no me acuerdo la URL) un problema similar (mismo mensaje y mismo
  driver INTEL) y uo decía que lo arreglaba poniendo en el
  xserver.org algo así como:
  
  Options AccelMethod EXA
  
  A ver que tal con ésto...
 

EL bug en cuestión es el mismo que aparece en la URL:
http://bugs.archlinux.org/task/8976

Según tengo entendido la nueva version de xserver-xorg-video utiliza
por defecto la aceleración EXA (http://en.wikipedia.org/wiki/EXA) que
parece ser lo que CASCA pues según dicen todo se arregla poniendo la
antigua XAA
(http://en.wikipedia.org/wiki/XFree86_Acceleration_Architecture). Voy
a probarlo a ver que tal... En mi casa tengo una nVidia y de momento no
ha pasado, claro que tampoco es que haya reiniciado las X ;-)

---
.-.
| Miguel J. Jiménez   |
| Sector Público, ISOTROL S.A.|
| [EMAIL PROTECTED]   |
:-:
| KeyID 0xFFE63EC6 hkp://pgp.rediris.es:11371 |
:-:
| Edificio BLUENET, Avda. Isaac Newton nº3, 4ª planta.|
| Parque Tecnológico Cartuja '93, 41092 Sevilla (ESP).|
| Tlfn: +34 955 036 800 (ext.1805) - Fax: +34 955 036 849 |
| http://www.isotrol.com  |
:-:
| UTM ED-50 X:765205.09 Y:4144614.91 Huso: 29 |
:-:
|   Random chance seems to have operated in our favor.  |
|  Spock (Star Trek TOS, The Doomsday Machine)  |
'-'


signature.asc
Description: PGP signature


urge

2008-05-08 Thread Flor Armiño Rivera

Alguien podria ayudarme tengo una Laptop sony vaio VNG-FS990 y no transmite la 
imagen del proyector, entra y proyecta el cuadro de windows y se distorsiona la 
imagen y ya baje los drivers y no funciona.
_
P.D. Checa las nuevas fotos de mi Space
http://home.services.spaces.live.com/

Re: urge

2008-05-08 Thread Andres Alejandro Dobie
Entiendo mal o estas utilizando Windows en la laptop ? :-P :-P :-P

2008/5/8, Flor Armiño Rivera [EMAIL PROTECTED]:

 Alguien podria ayudarme tengo una Laptop sony vaio VNG-FS990 y no transmite
 la imagen del proyector, entra y proyecta el cuadro de windows y se
 distorsiona la imagen y ya baje los drivers y no funciona.
 _
 P.D. Checa las nuevas fotos de mi Space
 http://home.services.spaces.live.com/


-- 
Andrés (LuCkUnDeAd) Dobie
Administrador de Sistemas
A.M.C.C.E.J.B.P.B.A.
Balcarce 302
Capital Federal

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]


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



Re: urge

2008-05-08 Thread Rafael Rivas
Asi parece. xP

2008/5/8 Andres Alejandro Dobie [EMAIL PROTECTED]:

 Entiendo mal o estas utilizando Windows en la laptop ? :-P :-P :-P

 2008/5/8, Flor Armiño Rivera [EMAIL PROTECTED]:
 
  Alguien podria ayudarme tengo una Laptop sony vaio VNG-FS990 y no
 transmite
  la imagen del proyector, entra y proyecta el cuadro de windows y se
  distorsiona la imagen y ya baje los drivers y no funciona.
  _
  P.D. Checa las nuevas fotos de mi Space
  http://home.services.spaces.live.com/


 --
 Andrés (LuCkUnDeAd) Dobie
 Administrador de Sistemas
 A.M.C.C.E.J.B.P.B.A.
 Balcarce 302
 Capital Federal

 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


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




Re: Outlook 2003 a Thunderbird

2008-05-08 Thread alejandro
El Lunes, 5 de Mayo de 2008 9:37 AM, Cirux Team escribió:
 Hola lista, estamos realizando una migracion de M$ a Linux al 100%. Hasta
 ahora no tuve problemas, pero se presento una pavada, que resulto ser
 importante. Muchos de los vendedores tienen mails importantes, hablamos de
 muchos, y usan outlook 2003. Y necesito pasarlo a Thunderbird.
 Trate de usar readpst pero parece no funcionar sobre outlook 2003.

 Alguien tiene alguna opcion?

 saludos

Ante todo hola a todos estaba perdido desde hace tiempo.

la opcion mas importante que te doy es si no se puede instala en linux el 
outlook y que vean sus correos alli pero no dejes que descarguen mas correos 
para outlook que descarguen puro hacia thunderbird una vez esos correos dejen 
de ser importantes procede con la eliminacion total de ellos o velos pasando 
a archivos de texto o html la aplicacion para instalarte el office 2003 o que 
te emula el office de ms es crossover yo tengo la version libre de crossover 
o puedes usar wine que es mejor saludos esa es mi idea para lo de los correos 
pero en un foro yo creo que vi como se pasa de ms outlook a thunderbird pero 
puedes usar otros programas para correos que estan disponibles para debian 
como kmail y otro que no recuerdo su nombre ahora espero servir de ayuda 
amigo


Alejandro García


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



Re: Outlook 2003 a Thunderbird

2008-05-08 Thread Alfredo Andaluz Prado

alejandro wrote:

El Lunes, 5 de Mayo de 2008 9:37 AM, Cirux Team escribió:
  

Hola lista, estamos realizando una migracion de M$ a Linux al 100%. Hasta
ahora no tuve problemas, pero se presento una pavada, que resulto ser
importante. Muchos de los vendedores tienen mails importantes, hablamos de
muchos, y usan outlook 2003. Y necesito pasarlo a Thunderbird.
Trate de usar readpst pero parece no funcionar sobre outlook 2003.

Alguien tiene alguna opcion?

saludos



Ante todo hola a todos estaba perdido desde hace tiempo.

la opcion mas importante que te doy es si no se puede instala en linux el 
outlook y que vean sus correos alli pero no dejes que descarguen mas correos 
para outlook que descarguen puro hacia thunderbird una vez esos correos dejen 
de ser importantes procede con la eliminacion total de ellos o velos pasando 
a archivos de texto o html la aplicacion para instalarte el office 2003 o que 
te emula el office de ms es crossover yo tengo la version libre de crossover 
o puedes usar wine que es mejor saludos esa es mi idea para lo de los correos 
pero en un foro yo creo que vi como se pasa de ms outlook a thunderbird pero 
puedes usar otros programas para correos que estan disponibles para debian 
como kmail y otro que no recuerdo su nombre ahora espero servir de ayuda 
amigo



Alejandro García


  
Hola, facil en windows mismo pasalos a thunderbird una ves que los 
tengas en thunderbird bajo windows te respaldas dichos datos, y los 
jalas al thunderbird en linux



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



Re: urge

2008-05-08 Thread Andres Alejandro Dobie
Bueno pero si es asi y esta chica esta usando windows hay que decirle
que se equivoco de lista... XD XD XD

O mejor... que comparta con toda la lista lo que esta fumando... capaz
en algun estado fuera de lo normal hasta le solucionamos el
problema. XD XD XD

Nnnaahhh..



2008/5/8 Rafael Rivas [EMAIL PROTECTED]:
 Asi parece. xP

 2008/5/8 Andres Alejandro Dobie [EMAIL PROTECTED]:

 Entiendo mal o estas utilizando Windows en la laptop ? :-P :-P :-P

 2008/5/8, Flor Armiño Rivera [EMAIL PROTECTED]:
 
  Alguien podria ayudarme tengo una Laptop sony vaio VNG-FS990 y no
  transmite
  la imagen del proyector, entra y proyecta el cuadro de windows y se
  distorsiona la imagen y ya baje los drivers y no funciona.
  _
  P.D. Checa las nuevas fotos de mi Space
  http://home.services.spaces.live.com/


 --
 Andrés (LuCkUnDeAd) Dobie
 Administrador de Sistemas
 A.M.C.C.E.J.B.P.B.A.
 Balcarce 302
 Capital Federal

 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]


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






-- 
Andrés (LuCkUnDeAd) Dobie
Administrador de Sistemas
A.M.C.C.E.J.B.P.B.A.
Balcarce 302
Capital Federal

[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]


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



Problema con Synaptics

2008-05-08 Thread Maximiliano Marin Bustos
Hola gente, ultimamente he tenido problemas del touchpad del notebook. El
scroll del costado deja de funcionar.
Les dejo la salida del dmesg

debian-laptop:/home/maximilinux# dmesg | tail
ide: failed opcode was: 0xef
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: TouchPad at isa0060/serio1/input0 lost sync at byte 1
psmouse.c: issuing reconnect request
psmouse.c: Failed to reset mouse on isa0060/serio1
Synaptics Touchpad, model: 1, fw: 6.3, id: 0x1a0b1, caps: 0xa04713/0x20
input: SynPS/2 Synaptics TouchPad as /class/input/input8
debian-laptop:/home/maximilinux#


Estoy usando debian lenny

Saludps

-- 
Atte,
Maximiliano Marin
http://maximilinux.wordpress.com


RE: urge

2008-05-08 Thread Flor Armiño Rivera

si, es win-xp , k le pongo, o k le kito Date: Thu, 8 May 2008 18:22:56 -0300 
From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: urge CC: 
debian-user-spanish@lists.debian.org  Entiendo mal o estas utilizando Windows 
en la laptop ? :-P :-P :-P  2008/5/8, Flor Armiño Rivera [EMAIL 
PROTECTED]:   Alguien podria ayudarme tengo una Laptop sony vaio VNG-FS990 
y no transmite  la imagen del proyector, entra y proyecta el cuadro de 
windows y se  distorsiona la imagen y ya baje los drivers y no funciona.  
_  P.D. Checa 
las nuevas fotos de mi Space  http://home.services.spaces.live.com/   --  
Andrés (LuCkUnDeAd) Dobie Administrador de Sistemas A.M.C.C.E.J.B.P.B.A. 
Balcarce 302 Capital Federal  [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL 
PROTECTED]
_
P.D. Checa las nuevas fotos de mi Space
http://home.services.spaces.live.com/

Re: urge

2008-05-08 Thread Maximiliano Marin Bustos
On Thu, May 8, 2008 at 7:16 PM, Flor Armiño Rivera [EMAIL PROTECTED]
wrote:

  si, es win-xp , k le pongo, o k le kito

  Date: Thu, 8 May 2008 18:22:56 -0300
  From: [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Subject: Re: urge
  CC: debian-user-spanish@lists.debian.org
 
  Entiendo mal o estas utilizando Windows en la laptop ? :-P :-P :-P
 
  2008/5/8, Flor Armiño Rivera [EMAIL PROTECTED]:
  
   Alguien podria ayudarme tengo una Laptop sony vaio VNG-FS990 y no
 transmite
   la imagen del proyector, entra y proyecta el cuadro de windows y se
   distorsiona la imagen y ya baje los drivers y no funciona.
   _
   P.D. Checa las nuevas fotos de mi Space
   http://home.services.spaces.live.com/
 
 
  --
  Andrés (LuCkUnDeAd) Dobie
  Administrador de Sistemas
  A.M.C.C.E.J.B.P.B.A.
  Balcarce 302
  Capital Federal
 
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]
  [EMAIL PROTECTED]

 --
 Si no te acuerdas quién quedó en traer los hielos, te urge usar 
 Skydrivehttp://skydrive.live.com


Amm .. esta es una lista de la mejor distro de linux :)

-- 
Atte,
Maximiliano Marin
http://maximilinux.wordpress.com


Problemas con audio

2008-05-08 Thread J. Antonio Martínez Torres
Qué tal gente, tengo problemas con el audio, amarok no reproduce con el 
motor xine, en totem si puedo reproducir, en videos de youtube no se 
escucha , en vlc tampoco y esto es lo que me sale de error:

VLC media player 0.8.6c Janus
ALSA lib pcm_dmix.c:996:(snd_pcm_dmix_open) unable to open slave
[0353] oss audio output error: cannot open audio device (/dev/dsp)
[0353] main audio output error: couldn't find a filter for the 
conversion

[0353] main audio output error: couldn't create audio output pipeline

El sonido si funciona, puesto que sonidos del sistema (sonido de 
entrada, click menu, etc...) si se escuchan perfectamente y amarok con 
otro motor tambien se escucha. que puede ser?, ya reinstale el driver 
alsa pero continua el error.


--
José Antonio Martínez Torres
http://antoniomtz.org


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



Re: urge

2008-05-08 Thread Marcelo Guzmán
2008/5/8 Flor Armiño Rivera [EMAIL PROTECTED]:
 si, es win-xp , k le pongo, o k le kito

 Date: Thu, 8 May 2008 18:22:56 -0300
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Subject: Re: urge
 CC: debian-user-spanish@lists.debian.org

 Entiendo mal o estas utilizando Windows en la laptop ? :-P :-P :-P

 2008/5/8, Flor Armiño Rivera [EMAIL PROTECTED]:
 
  Alguien podria ayudarme tengo una Laptop sony vaio VNG-FS990 y no
  transmite
  la imagen del proyector, entra y proyecta el cuadro de windows y se
  distorsiona la imagen y ya baje los drivers y no funciona.
  _
  P.D. Checa las nuevas fotos de mi Space
  http://home.services.spaces.live.com/


 --
 Andrés (LuCkUnDeAd) Dobie
 Administrador de Sistemas
 A.M.C.C.E.J.B.P.B.A.
 Balcarce 302
 Capital Federal

 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]

 
 Si no te acuerdas quién quedó en traer los hielos, te urge usar Skydrive


Quitale win-xp y ponle Debian...


-- 
__
Marcelo Guzmán Gómez
Administrador [EMAIL PROTECTED] Internet
LinuxUser #418381
http://counter.li.org


cambios al upgradeat

2008-05-08 Thread Reiniel Gonzalez Martinez
tengo montado un subversion en mi debian stable, quisiera cambiar a la version 
testing, al ejecutar apt-get dist-upgrade cambiaria la configuracion de mi 
suvbersion. Gracias de antemano


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



Re: cambios al upgradeat

2008-05-08 Thread angel
El jue, 08-05-2008 a las 21:21 -0400, Reiniel Gonzalez Martinez
escribió:
 tengo montado un subversion en mi debian stable, quisiera cambiar a la 
 version testing, al ejecutar apt-get dist-upgrade cambiaria la configuracion 
 de mi suvbersion. Gracias de antemano
 

NO
Lee el manual de referencia, la parte de pinning 


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



Re: urge

2008-05-08 Thread Omar Murray
El Thursday 08 May 2008 20:16:11 Flor Armiño Rivera escribió:
 si, es win-xp , k le pongo,

Ponele un Debian GNU/Linux

 o k le kito  

Quitale el Win XP...

Es la mejor recomendación que te podemos dar acá...




-- 
oM

Omar G. Murray [Crux_] 
[EMAIL PROTECTED]
JID: [EMAIL PROTECTED]
Ekiga: [EMAIL PROTECTED]
http://mysteriouswaystg.blogspot.com
*
Powered by Debian Lenny GNU-Linux - kernel 2.6.24.1

Powereb by Ubuntu Gutsy Gibbon 7.10 GNU-Linux - kernel 2.6.22-14


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



Re: Problemas con audio

2008-05-08 Thread javier

J. Antonio Martínez Torres escribió:
Qué tal gente, tengo problemas con el audio, amarok no reproduce con 
el motor xine, en totem si puedo reproducir, en videos de youtube no 
se escucha , en vlc tampoco y esto es lo que me sale de error:

VLC media player 0.8.6c Janus
ALSA lib pcm_dmix.c:996:(snd_pcm_dmix_open) unable to open slave
[0353] oss audio output error: cannot open audio device (/dev/dsp)
[0353] main audio output error: couldn't find a filter for the 
conversion

[0353] main audio output error: couldn't create audio output pipeline

El sonido si funciona, puesto que sonidos del sistema (sonido de 
entrada, click menu, etc...) si se escuchan perfectamente y amarok con 
otro motor tambien se escucha. que puede ser?, ya reinstale el driver 
alsa pero continua el error.





Tuve un problema similar cuando usaba KDE, los sonidos del sistema me 
ocupaban el /dev/dsp, cuando los desactivaba en el kcontrol el problema 
se solucionaba.



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



OT.- Amazon Online Reader.

2008-05-08 Thread Carlos Agustín L. Avila

Antes que nada pido disculpas por el OT.
¿Alguien sabe que software es el que permite visualiar un documento son 
que este se pueda bajar ó imprimir?

Es el que utiliza Amazon para mostrar algunos esposos de los libros.

Gracias.


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



[OT] Petición para estándares abiertos al parlamento europeo

2008-05-08 Thread Roger Orellana
No soy ciudadano europeo, pero considero que aquellos
que lo son deberían firmar esta petición. A continuación,
parte del mensaje recibido en la lista de OOo.




Se está desarrollando una campaña en este sentido, aquí tenéis el enlace
para el formulario de petición en castellano, si sois ciudadanos de la Unión
Europea ya estáis tardando en dar apoyo :-|


http://www.openparliament.eu/mep-petition-campaign/parlamento-abierto/view?set_language=es





-- 
Roger Orellana


Re: Samba Controlador de Domínio NÃO RODA SCRIPT

2008-05-08 Thread Pedro Debian

Flávio R. Lopes escreveu:

Olá Pedro...obrigado por me responder.
Vamos lá

Simrodando manualmente \\Servidor\netlogon\netlogon.bat deu 
certo!!a unidade é mapeada!!!



Ok!

O meu compartilhamento netlogon está assim:

[netlogon]
   comment = Servico de logon
   path = /var/samba/netlogon
   read only = No
   create mask = 0777
   directory mask = 0777
   guest ok = yes
   browseable = no

No meu compartilhamento só não tem a Tag: available=yes conforme vc 
sugere no seu exemplo. Aliás, para que server este available=yes ??
Outra coisase eu entrar pelo ambiente de rede no servidor, o 
A opção available qdo yes indica que o compartilhamento está ativo, mas 
na ausência do mesmo o smb.conf por default ele já fica ativado no sistema.
compartilhamento [netlogon] não apareceaté aí acho que é para ser 
assim mesmo...certo??? Por exemplo, o compartilhamento Publico aparece 
e permite os usuários acessarem o diretório...
O compartilhamento não aparece porque a opção browseable esta definida 
para 'no', é ela que exibe ou oculta o compartilhamento.





E respondendo sua última pergunta, SIM
O parâmetro logon script está igualzinho ao que vc descreveu, ou seja, 
logon script = netlogon.bat


Tem alguma sugestão?


Ok. Existem algumas outras opções que podem influenciar este comportamento.
Verifique dentro da seção [global] do smb.conf se as seguintes opções 
existem e estão setadas com os parâmetros corretos:

...
local master = yes
domain master = yes
preferred master = yes
domain logons = yes
...
Caso não estejam configuradas, as insira, reinicialize o samba e faça o 
teste.


Good lucky!

Abraços

Pedro


Abraço,
Flávio


Pedro Debian escreveu:

Olá Flávio,

Flávio R. Lopes escreveu:

Olá galera.
Estou testando aqui um SAMBA como Controlador de Domínio (PDC).
Pelos documentos que achei na Net, consegui fazer uma estação com 
Win-XP entrar no Domínio.

Fez uma ótima escolha, uso o samba a 6 anos é um excelente programa.


O problema é que não consegui fazer rodar, quando o usuário loga no 
domínio o Script de Logon, no meu caso chameio-o de netlogon.bat 
que fica armazenado em /var/samba/netlogon
Ok. Como está a configuração do seu [netlogon]? Ele está ativo? Vc 
tentou executar o script manualmente \\servidor\netlogon\netlogon.bat? 
Se fez isso, ele foi executado corretamente e a unidade foi mapeada?


Segue um exemplo funcional de configuração do netlogon:

[netlogon]
browseable=no
path=/var/samba/netlogon
available=yes

Outra coisa: o parâmetro logon script = netlogon.bat foi definido 
desta forma?



No meu arquivo netlogon.bat tem somente uma instrução para mapear 
uma unidade de rede, já devidamente compartilhada no smb.conf.

A instrução é essa: net use h: \\Servidor\Publico /yes


Já cheguei a dar permissão 777 no diretório e no arquivo, mas não 
funciona.


Alguém tem alguma dica?...Onde será que estou fazendo cáca??

Abraço,
Flávio



Boa sorte

Pedro








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



Re: Instalar Debian Etch com CDROM SATA

2008-05-08 Thread Gustavo Soares SLot

Edson Marquezani Filho escreveu:

2008/5/7 Gustavo Soares SLot [EMAIL PROTECTED]:

Lá vamos nós.

 No tempo que trabalha usando essa iso ele tinha um repositório usando esses
backports e tal. Não sei hoje.


Eu nem vi se tem repositório com backports, mas, de qualquer maneira,
gostaria de usar apenas os oficiais. Aliás, foi assim que instalei os
pacotes. (Maldita máquina com dvd sata!! =P)


 Você pode pegar o fonte desse pacote dele e tentar reconfigurar ou algo
assim.

 Creio que seja problema de drive mesmo, você pode tentar instalar e ver
como ficou, fica até documentado aqui para as próximas pessoas poderem
procurar como referência.



É, eu vou fazer uns testes aqui, então. Sou totalmente cru em matéria
de kernel, mas vou tentar primeiro instalar um dos repositórios
oficiais e ver se fica tudo ok. Se não der, tento pegar o fonte desse
dele aí (sei lá onde, não tem no cd não), e compilar a partir deste.

Posso contar com ajuda de vocês nesse processo? =)



Claro, só mandar email que eu tento ajudar.



--
---
SLot
UIN: 19596909
Linux User: 124842
Jabber: [EMAIL PROTECTED]


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



Re: FF3 e os certificados 'fake' do cups.

2008-05-08 Thread hamacker
No FF3 beta5, ele não da opção de adicionar uma exceção.
O botão fica acizentado (desabilitado) quando uso o endereço
https://servidor ou https://servidor:631.

Já tive que adicionar outros sites e adicionar exceções funciona, mas
no caso do cups na minha intranet, não - Nem por ip e nem por nome da
estação, muito menos por nome qualificado.

Acho que é melhor eu ir trabalhando a retirada do https do cups,
alguem sabe como ?


2008/5/7 Renato S. Yamane [EMAIL PROTECTED]:
 hamacker escreveu:


  Como todos sabem, o cups quando instalado na forma padrão oferece
  adminstração via web, onde voce pode apontar para :
  http://servidor:631
 
  e consegue administrar suas impressoras, no entanto, ao tentar fazer
  alguma operação administrativa sou redirecionado para  algo como :
  https://servidor:631/admin/?op=stop-printerprinter_name=txt2pdf-cont
 
  O FF3 analisa o certificado 'fake' e conclui com a mensagem :
  --- inicio ---
  Falha na conexão segura
  Ocorreu um erro durante uma conexão com servidor:631.
  Usos da chave do certificado inadequados para a operação empreendida.
  (Código do erro: sec_error_inadequate_key_usage)
  A página que você está tentando abrir não pode ser exibida porque a
  autenticidade dos dados recebidos não pôde ser comprovada.
 

  Retirado de http://trac.sagemath.org/sage_trac/ticket/1754

  # Open the Firefox preferences
  # Go to the _Advanced/Encryption_ tab.
  # Click _View Certificates_
  # In the _Servers_ tab, click _Add Exception_
  # Paste the URL for your server , eg https://localhost:631

  Att,
  Renato


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




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



Re: comportamento insatisfatória do KDE

2008-05-08 Thread Gunther Furtado
2008/5/7 Gunther Furtado [EMAIL PROTECTED]:
 Felipe Augusto van de Wiel (faw) escreveu:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 07-05-2008 12:18, Gunther Furtado wrote:


 Olá,



 [...]


Gunther, talvez fosse o caso de você reportar o bug para
 os mantenedores do KDE. :)



 Felipe, Já estou providenciando!


Olá,

O problema não era com o KDE, pelo menos não só com ele. Se desligo o
compiz, o comportamento inadequado não ocorre. O bug já está reportado
[1].

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=480051

Abraço,

-- 
Gunther Furtado
[EMAIL PROTECTED]


Re: Instalar Debian Etch com CDROM SATA

2008-05-08 Thread Marcello Barreto de Medeiros
Bom dia Edson,
tive o mesmo problema que você, e usei a mesma solução, o ISO do 
projeto do KMuto.
Por coincidência, também coloquei o IPP2P, com Iptables mais novo 1.4 e 
L7-Filter. Consegui compilar/instalar tudo certinho, apliquei patchs para o 
IPP2P para o kernel que eu utilizava (um dos patchs vi no projeto gentoo), mas 
me deparei com uma situção chata, onde ao tentar rodar regras do IPP2P sempre 
dava Segmentation Fault. Resolvi isso com uma versão do SARGE também 
customizada pelo KMuto, com iptables 1.3.7 + versões novas do L7 e IPP2P.
O kernel utilizado pelo Sarge do KMuto é 2.6.20.1 e com isso precisei 
fazer pequenos ajustes no Makefile do IPP2P.

On Wed, 7 May 2008 17:31:07 -0300
Edson Marquezani Filho [EMAIL PROTECTED] wrote:

 Aliás, me bateu outra dúvida agora. Esse kernel dele é customizado?
 
 Essa máquina é dual core, então o certo é usar um kernel SMP. Além
 disso, pretendo instalar o IPP2P, e pra tenho compilar um novo kernel.
 Como fica nesse caso? Eu posso usar esse arquivo de configuração do
 kernel que tá no /boot mesmo, ou tenho que configurar do zero,
 novamente?
 
 E se eu instalar um outro kernel, do repositório oficial mesmo, vou
 ter voltar a ter o problema do dvd, ou aquilo era um problema isolado,
 somente do instalador?
 
 Fiquei confuso agora. (Deu pra notar? =)
 


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



Re: Roteamento

2008-05-08 Thread Joao Correa
Você poderia utilizar uma solução de marcação de pacotes e de roteamento 
avançado.

1- Marca todos os pacotes vindos do ip que vc quer
  para isso pode usar o -j mangle do iptables
2- Joga os pacotes com uma determinada marcação para uma tabela de rotas 
específicas.
 pode utilizar o ip route2 para isso, ( ip rule add  )
3- nesta tabela específica você tem como gateway default o teu link da embratel

você pode conseguir mais informações sobre isto em:

http://lartc.org/howto/
Os principios do artigo 
http://www.dicas-l.com.br/dicas-l/20070327.php
e fazer a adequação para a sua necessidade
http://linux-br.conectiva.com.br/pipermail/linux-br/2006-April/039265.html


- Mensagem original -
De: elderjmp [EMAIL PROTECTED]
Para: debian-user-portuguese@lists.debian.org
Enviadas: Quarta-feira, 7 de Maio de 2008 22h29min32s (GMT-0300) Auto-Detected
Assunto: Roteamento

Olá a todos, 

Estou precisando redirecionar os pacotes de um determinado ip da rede interna 
para a internet. 

Tenho a seguinte situação aqui... um gateway com 3 interfaces de rede: 
eth0 - velox ( 192.168.254.254 ) 
eth1 - rede interna ( 192.168.2.0/24 ) 
eth2 - link embratel c/ servidores ( 202.49.147.208/28 ) 

Por padrão todos os computadores da rede interna acessam a internet pelo velox. 
Quando o acesso é direcionado a um dos servidores eles, ao invés de saírem pelo 
velox, saem pela eth2. 

Preciso que um determinado IP da minha rede interna navegue diretamente pela 
eth2 (somente o ip 192.168.2.100 acessa a internet pelo link da embratel). 
Alguém poderia me ajudar com isso? 

Segue abaixo as regras do firewall e as rotas existentes no servidor. 


 

#! /bin/bash 
echo 1  /proc/sys/net/ipv4/ip_forward 
IPTABLES=/sbin/iptables 

/sbin/depmod -a 
/sbin/modprobe ip_tables 
/sbin/modprobe ip_conntrack 
/sbin/modprobe ip_conntrack_ftp 
/sbin/modprobe ip_nat_ftp 
/sbin/modprobe iptable_filter 
/sbin/modprobe iptable_mangle 
/sbin/modprobe iptable_nat 
/sbin/modprobe ipt_LOG 
/sbin/modprobe ipt_limit 
/sbin/modprobe ipt_MASQUERADE 
/sbin/modprobe ipt_REDIRECT 
/sbin/modprobe ipt_REJECT 
/sbin/modprobe ipt_state 

$IPTABLES -P INPUT DROP 
$IPTABLES -P FORWARD DROP 
$IPTABLES -P OUTPUT ACCEPT 

$IPTABLES -A INPUT -p ALL -i lo -j ACCEPT 
$IPTABLES -A INPUT -p tcp --dport 22 -j ACCEPT 
$IPTABLES -A INPUT -p tcp --dport 80 -j ACCEPT 
$IPTABLES -A INPUT -p tcp --dport 177 -j ACCEPT 
$IPTABLES -A INPUT -p tcp --dport 443 -j ACCEPT 
$IPTABLES -A INPUT -p tcp --dport 2049 -m state --state NEW -j ACCEPT 
$IPTABLES -A INPUT -p tcp --dport 3128 -j ACCEPT 
$IPTABLES -A INPUT -p tcp --dport 1 -j ACCEPT 
$IPTABLES -A INPUT -p udp --dport 53 -j ACCEPT 
$IPTABLES -A INPUT -p udp --dport 69 -m state --state NEW -j ACCEPT 
$IPTABLES -A INPUT -p udp --dport 177 -j ACCEPT 
$IPTABLES -A INPUT -p udp --dport 2049 -m state --state NEW -j ACCEPT 
$IPTABLES -A INPUT -i eth1 -p udp --dport 67 -j ACCEPT 
$IPTABLES -A INPUT -p icmp -s 0/0 --icmp-type 8 -j ACCEPT 
$IPTABLES -A INPUT -p icmp -s 0/0 --icmp-type 11 -j ACCEPT 
$IPTABLES -A INPUT -m state --state ESTABLISHED,RELATED,NEW -j ACCEPT 

$IPTABLES -A FORWARD -p ALL -i lo -j ACCEPT 
$IPTABLES -A FORWARD -s 192.168.2.100 -j ACCEPT 
$IPTABLES -A FORWARD -p tcp --dport 22 -j ACCEPT 
$IPTABLES -A FORWARD -p tcp --dport 80 -j ACCEPT 
$IPTABLES -A FORWARD -p tcp --dport 177 -j ACCEPT 
$IPTABLES -A FORWARD -p tcp --dport 443 -j ACCEPT 
$IPTABLES -A FORWARD -p tcp --dport 2049 -j ACCEPT 
$IPTABLES -A FORWARD -p tcp --dport 3128 -j ACCEPT 
$IPTABLES -A FORWARD -p tcp --dport 8000 -j ACCEPT 
$IPTABLES -A FORWARD -p udp --dport 53 -j ACCEPT 
$IPTABLES -A FORWARD -p udp --dport 69 -j ACCEPT 
$IPTABLES -A FORWARD -p udp --dport 177 -j ACCEPT 
$IPTABLES -A FORWARD -p udp --dport 2049 -j ACCEPT 
$IPTABLES -A FORWARD -p udp --dport 8000 -j ACCEPT 
$IPTABLES -A FORWARD -i eth1 -p udp --dport 67 -j ACCEPT 
$IPTABLES -A FORWARD -m state --state ESTABLISHED,RELATED,NEW -j ACCEPT 

$IPTABLES -t nat -A PREROUTING -i eth1 -p tcp -d ! 
202.49.147.208/255.255.255.240 --dport 80 -j REDIRECT --to-ports 3128 

$IPTABLES -t nat -A POSTROUTING -s 192.168.2.0/24 -d 202.49.147.210 -o eth2 -j 
MASQUERADE 
$IPTABLES -t nat -A POSTROUTING -s 192.168.2.0/24 -d 202.49.147.211 -o eth2 -j 
MASQUERADE 
$IPTABLES -t nat -A POSTROUTING -s 192.168.2.0/24 -d 202.49.147.212 -o eth2 -j 
MASQUERADE 

$IPTABLES -t nat -A POSTROUTING -s 192.168.2.0/24 -o eth0 -j MASQUERADE 


 

Tabela de Roteamento IP do Kernel 
Destino Roteador MáscaraGen. Opções Métrica Ref Uso Iface 
202.49.147.208 * 255.255.255.240 U 0 0 0 eth2 
192.168.2.0 * 255.255.255.0 U 0 0 0 eth1 
localnet * 255.255.255.0 U 0 0 0 eth0 
default 192.168.254.1 0.0.0.0 UG 0 0 0 eth0 


 

eth0 inet 

Re: Monitor comandos dos Usuarios

2008-05-08 Thread plebeo
Bom dia Amigo Paulino, eu sou muito grato pelo seu esclarecimento sobre o
uso do screen, mas isso só será possivel se o outro usuario estiver usando o
screen tb. E ele nao vai estar. Ele vai estar numa sessao isolada de ssh,
amenos que eu deixe um script armaldilha no bashrc para abrir
automaticamente o screen quando alguem logar, mas isso seria facil detectar
e matar o screen. A minha ideia é monitorar as acoes de forma mais discreta
e passiva, rodando um daemon ou algo do tipo.
Mais uma vez muito grato.



2008/5/8 Paulino Kenji Sato [EMAIL PROTECTED]:

 2008/5/7 plebeo [EMAIL PROTECTED]:
  Boa Noite amigo, eu conheço o screen, mas nao tem como eu monitorar com o
  screen uma sessao aberta por outro usuario feita com ssh, nós nao estamos
  repartindo o mesmo terminal, estamos em terminais diferentes, em sessões
 ssh
  separadas, com processos diferentes. Isso elimina o uso do screen para o
 meu
  caso.
   Muito grato pela contribuição de comentário, grande abraco.

 Nisso que o Sr. se engana.
 Screen pode ser usando para propósitos de monitoramento.
 Por favor, leia atentamente o manual do screen.
 Bem, mas como pouca gente se propôem a fazer isso...

 coloque no /etc/screenrc as seguintes linhas:
 multiuser on
 acladd root,fulano,beltrano


 Abra um screen como de usual em um terminal (seja ele local ou
 remoto), seja esse usuário o plebeo.

 Em um outro terminal, como root, fulano ou betrano, rode um
 screen -ls plebeo/
 Vai listar as sessões do screen do plebeo.
 Agora, conecte a essa sessão com:
 screen -r plebeo/pid  (visto pelo ls)


 Entendido.
 --
 Paulino Kenji Sato
 http://www.nobel.com.br




-- 
bfont color=greenAss: Plebeo/b
ullia href=http://www.plebeos.blogspot.com;Plebeos/liimg src=
http://www.tuxisalive.com/icones/worldwide2.jpg;/a


Re: Samba Controlador de Domínio NÃO RODA SCRIPT

2008-05-08 Thread Flávio R. Lopes

Oi Pedro
Entãona minha seção [Global] tem todas essas opções.
Entãoé por isso q não consigo entender o q acontece.

Alguma outra sugestão?

Pedro Debian escreveu:

Flávio R. Lopes escreveu:

Olá Pedro...obrigado por me responder.
Vamos lá

Simrodando manualmente \\Servidor\netlogon\netlogon.bat deu 
certo!!a unidade é mapeada!!!



Ok!

O meu compartilhamento netlogon está assim:

[netlogon]
   comment = Servico de logon
   path = /var/samba/netlogon
   read only = No
   create mask = 0777
   directory mask = 0777
   guest ok = yes
   browseable = no

No meu compartilhamento só não tem a Tag: available=yes conforme vc 
sugere no seu exemplo. Aliás, para que server este available=yes ??
Outra coisase eu entrar pelo ambiente de rede no servidor, o 
A opção available qdo yes indica que o compartilhamento está ativo, 
mas na ausência do mesmo o smb.conf por default ele já fica ativado no 
sistema.
compartilhamento [netlogon] não apareceaté aí acho que é para 
ser assim mesmo...certo??? Por exemplo, o compartilhamento Publico 
aparece e permite os usuários acessarem o diretório...
O compartilhamento não aparece porque a opção browseable esta definida 
para 'no', é ela que exibe ou oculta o compartilhamento.





E respondendo sua última pergunta, SIM
O parâmetro logon script está igualzinho ao que vc descreveu, ou 
seja, logon script = netlogon.bat


Tem alguma sugestão?

Ok. Existem algumas outras opções que podem influenciar este 
comportamento.
Verifique dentro da seção [global] do smb.conf se as seguintes opções 
existem e estão setadas com os parâmetros corretos:

...
local master = yes
domain master = yes
preferred master = yes
domain logons = yes
...
Caso não estejam configuradas, as insira, reinicialize o samba e faça 
o teste.


Good lucky!

Abraços

Pedro


Abraço,
Flávio


Pedro Debian escreveu:

Olá Flávio,

Flávio R. Lopes escreveu:

Olá galera.
Estou testando aqui um SAMBA como Controlador de Domínio (PDC).
Pelos documentos que achei na Net, consegui fazer uma estação com 
Win-XP entrar no Domínio.

Fez uma ótima escolha, uso o samba a 6 anos é um excelente programa.


O problema é que não consegui fazer rodar, quando o usuário loga 
no domínio o Script de Logon, no meu caso chameio-o de 
netlogon.bat que fica armazenado em /var/samba/netlogon
Ok. Como está a configuração do seu [netlogon]? Ele está ativo? Vc 
tentou executar o script manualmente 
\\servidor\netlogon\netlogon.bat? Se fez isso, ele foi executado 
corretamente e a unidade foi mapeada?


Segue um exemplo funcional de configuração do netlogon:

[netlogon]
browseable=no
path=/var/samba/netlogon
available=yes

Outra coisa: o parâmetro logon script = netlogon.bat foi definido 
desta forma?



No meu arquivo netlogon.bat tem somente uma instrução para mapear 
uma unidade de rede, já devidamente compartilhada no smb.conf.

A instrução é essa: net use h: \\Servidor\Publico /yes


Já cheguei a dar permissão 777 no diretório e no arquivo, mas não 
funciona.


Alguém tem alguma dica?...Onde será que estou fazendo cáca??

Abraço,
Flávio



Boa sorte

Pedro











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



Impressoras locais LTSP5

2008-05-08 Thread gunix
Galera,

to tendnado instalar as impressoras locais no ltsp5 mas nao funciona.

na conf da estação no lts.conf coloco o seguinte:

[00:11:25:93:CF:00]
PRINTER_0_DEVICE=/dev/lp0

Mas memso assim nao foi.


Alguem tem alguma ideia pra me dizer?

Att
Gustavo


migrando para debian

2008-05-08 Thread Daemon BR
Boa tarde, sempre configurei servidor utilizando o fedora e derivados de rh.
Utilizo o amavisd-new em todos, mas agora instalei o debian eth 4, instalei
o amavisd-new e o mesmo criou vários arquivos separados (não criou o arquivo
amavisd.conf).

Como funciona no debian a configuração do amavisd-new ?
Em todas distros, na instalação do amavisd-new automáticamente ele baixa o
spamassassin, já no debian eth4 mudou bastante.

Abraços

Att


Backup em DAT

2008-05-08 Thread Ricardo
Qual o software que utilizam para backup em fitas DAT? Preciso fazer copias
tanto local como de pastas da rede. Alguem poderia me indicar um? Melhor se
tiver interface para configuração.
Obrigado


-- 
Atenciosamente,
Ricardo Robalo


Re: migrando para debian

2008-05-08 Thread Fábio Rabelo

Daemon BR escreveu:
Boa tarde, sempre configurei servidor utilizando o fedora e derivados 
de rh.
Utilizo o amavisd-new em todos, mas agora instalei o debian eth 4, 
instalei o amavisd-new e o mesmo criou vários arquivos separados (não 
criou o arquivo amavisd.conf).


Como funciona no debian a configuração do amavisd-new ?
Em todas distros, na instalação do amavisd-new automáticamente ele 
baixa o spamassassin, já no debian eth4 mudou bastante.

Boa tarde ...
Desculpe discordar, mas não são em todas as distros que o spamassassin é 
tratado como dependência do amavisd-new .

Apenas nas RedHat e derivadas, pois nem mesmo no Suse isto ocorre !
Para trabalhar adequadamente com Debian e derivados o Sr. tem que mudar 
a sua abordagem 
No universo RedHat a abordagem é mais parecida com a Microsoft, algo 
como é melhor pecar por excesso, e instalar componentes inúteis do que 
deixar alguma coisa para o administrador ter que pensar .

A abordagem do Debian e derivados é mais granular .
Quando um pacote é instalado, este pacote tem como dependências apenas e 
tão somente as bibliotecas e/ou serviços realmente necessários para que 
ele funcione .
O APT ( Advanced Package Tool ) não tenta deduzir nada sobre o possível 
uso daquele pacote, isto é função do administrador do sistema e não do 
gerenciador de pacotes .
O pacote amavisd-new pode trabalhar em conjunto com outros além do 
spamassassin, por exemplo o clamav !
Ou então o administrador pode optar por compilar o spamassassin por 
conta própria ao invés de utilizar o pacote .DEB, o que tornaria o 
espaço ocupado pelo pacote spamassassin inútil !
Se o Sr. quiser o pacote pré compilado do spamassasin é só digitar 
apt-get  install  spamassassin e pronto .
E não se esqueça de verificar se o daemon está sendo inicializado no 
arquivo /etc/default/spamassassin  pois muitos dos daemons do Debian não 
o são !
E aproveite e leia a documentação ( ou pelo menos o readme.debian ) do 
pacote em  /usr/share/doc/nome do pacote , esta prática já me poupou 
muitas horas de pesquisas ao oráculo !!! ;- )

Se mesmo assim persistirem as dúvidas, volte à lista ...

Fábio Rabelo


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



Re: Samba Controlador de Domínio NÃO RODA SCRIPT

2008-05-08 Thread Pedro Debian

Flávio R. Lopes escreveu:

Oi Pedro
Entãona minha seção [Global] tem todas essas opções.
Entãoé por isso q não consigo entender o q acontece.



Alguma outra sugestão?
Ok! Como está definida a opção security? Esta setada para user? O 
usuário que vc está logando no samba é um usuário válido?
Execute um tail -f /var/log/samba/[seu arquivo de log] antes de executar 
o logon no sistema e fique reparando se ele vai executar algo no 
netlogon, verifique se aparace alguma mensagem de erro. Se for o caso 
pegue o log e poste aqui para a gente dar uma analisada.


Good lucky!

Pedro


Pedro Debian escreveu:

Flávio R. Lopes escreveu:

Olá Pedro...obrigado por me responder.
Vamos lá

Simrodando manualmente \\Servidor\netlogon\netlogon.bat deu 
certo!!a unidade é mapeada!!!



Ok!

O meu compartilhamento netlogon está assim:

[netlogon]
   comment = Servico de logon
   path = /var/samba/netlogon
   read only = No
   create mask = 0777
   directory mask = 0777
   guest ok = yes
   browseable = no

No meu compartilhamento só não tem a Tag: available=yes conforme vc 
sugere no seu exemplo. Aliás, para que server este available=yes ??
Outra coisase eu entrar pelo ambiente de rede no servidor, o 
A opção available qdo yes indica que o compartilhamento está ativo, 
mas na ausência do mesmo o smb.conf por default ele já fica ativado no 
sistema.
compartilhamento [netlogon] não apareceaté aí acho que é para 
ser assim mesmo...certo??? Por exemplo, o compartilhamento Publico 
aparece e permite os usuários acessarem o diretório...
O compartilhamento não aparece porque a opção browseable esta definida 
para 'no', é ela que exibe ou oculta o compartilhamento.





E respondendo sua última pergunta, SIM
O parâmetro logon script está igualzinho ao que vc descreveu, ou 
seja, logon script = netlogon.bat


Tem alguma sugestão?

Ok. Existem algumas outras opções que podem influenciar este 
comportamento.
Verifique dentro da seção [global] do smb.conf se as seguintes opções 
existem e estão setadas com os parâmetros corretos:

...
local master = yes
domain master = yes
preferred master = yes
domain logons = yes
...
Caso não estejam configuradas, as insira, reinicialize o samba e faça 
o teste.


Good lucky!

Abraços

Pedro


Abraço,
Flávio


Pedro Debian escreveu:

Olá Flávio,

Flávio R. Lopes escreveu:

Olá galera.
Estou testando aqui um SAMBA como Controlador de Domínio (PDC).
Pelos documentos que achei na Net, consegui fazer uma estação com 
Win-XP entrar no Domínio.

Fez uma ótima escolha, uso o samba a 6 anos é um excelente programa.


O problema é que não consegui fazer rodar, quando o usuário loga 
no domínio o Script de Logon, no meu caso chameio-o de 
netlogon.bat que fica armazenado em /var/samba/netlogon
Ok. Como está a configuração do seu [netlogon]? Ele está ativo? Vc 
tentou executar o script manualmente 
\\servidor\netlogon\netlogon.bat? Se fez isso, ele foi executado 
corretamente e a unidade foi mapeada?


Segue um exemplo funcional de configuração do netlogon:

[netlogon]
browseable=no
path=/var/samba/netlogon
available=yes

Outra coisa: o parâmetro logon script = netlogon.bat foi definido 
desta forma?



No meu arquivo netlogon.bat tem somente uma instrução para mapear 
uma unidade de rede, já devidamente compartilhada no smb.conf.

A instrução é essa: net use h: \\Servidor\Publico /yes


Já cheguei a dar permissão 777 no diretório e no arquivo, mas não 
funciona.


Alguém tem alguma dica?...Onde será que estou fazendo cáca??

Abraço,
Flávio



Boa sorte

Pedro














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



Senha postfixadmin

2008-05-08 Thread Paulo Roberto
Boa tarde lista

 

Estou com um problema esqueci o user e senha do postfixadmin,  tem como
eu criar um novo?

 

Grato



OFF como remover completamente a instalação do Vmware

2008-05-08 Thread Márcio Pedroso
como faço pra remover completamente a instalaçao do Vmware-server... ele nao
esta conseguindo rodar as maquinas virtuais.. e nem criar novas.. vou tentar
reinstalar ele pra ver se resolve.

-- 
linux user nº 432194

Eu sou livre e você?


off-topic redes

2008-05-08 Thread Patricia Mota
-- Forwarded message --
From: Patricia Mota [EMAIL PROTECTED]
Date: 2008/5/5
Subject: rotas
To: [EMAIL PROTECTED]


Boa tarde

Gostaria de saber a opinião de vcs sobre o seguinte cenário.

Rede da matriz com link principal que provê acesso à internet, que está
ligada à rede da filial por mei0 de um link pto a pto (lp).
O gateway principal é 192.168.0.2, logo todas as requisições para a rede da
filial passam pelo gateway.
A pergunta é: Vcs acham relevante economizar 1 hop, incluindo uma rota de
rede nas estações e servidores para que as requisições da rede da filial vá
direto para o roteador da LP ou seja, sem passar pelo gateway(firewall)??

Desde já agradeço muito a atenção.


--

http://www.myfootprint.org/



-- 

http://www.myfootprint.org/


Migrando para Linux (mac)

2008-05-08 Thread weih iug
Olá lista(s) (Mando esse e-mail tanto para a lista debian-pt, quanto para a
Ubunut-Br) Sou usuário Debian a algum tempo já, uso o Sid e o Feisty(Ubuntu)
em meu desktop...
A algum tempo atrás, comprei um Mac Mini, maquina muito boa para entrar na
internet e me divertir um pouco (1 gb ram, 80 gb hd, 64mb video dedicado,
uma verdadeira diliça)
Veio com o Mac Os X TIGER (Não tenho o Boot Camp, e não posso(pretendo)
comprar o Leopard)

*Mas ó-pá Manoel, porque diabos tu precisas migrar ao Linux?*
Temos de entrar em um consenso, o mac os, é mais produtivo, mais prático, e
deveras mais atraente (todos aqueles efeitinhos, transparencias e blábláblá,
são tão *-* bonitinhos)
Ok, existe o Compiz e tal, mas vocês já entenderão o meu dilema
Porém, contudo, ademais, tenho algumas aplicações onde preciso usar OU
Windows, ou Linux (existem alternativas para osX? sim, mas não são
produtivas ;/)
POR FAVOR, não me citem boot camp (uso o tiger, não o tenho), vmware (Ou
virtualização de qualquer outra forma, funciona bem, mas perco o acesso
constante a internet, será explicado mais tarde)


*Então Manoel, o que pretendes fazer com relação a seus problemas ó-pá?*

Eu recebi alguns CDs de instalação do Ubuntu 7.10, e coloquei para bootar do
CD, e VOILÁ! Funcionou tudo perfeito, até o meu Apple Remote (Controle
remoto) funcionou 100%
Instalei e tudo o mais, tudo parecia 300% (rodava mt rapido e com tudo
legal)

...

*PORÉM!!!*

Se fosse tão facil, não os escreveria ¬¬
As aplicações que uso, nescessitam de aceleração 3D via opengl (mesa),
O Mac Mini, vem com a Placa Gráfica Intel 950GMA (945GM), que por definição
TEM SIM suporte a OpenGL (Limitado, mas tem)
Interessantemente, o Compiz rodou perfeito nas configurações máximas
(palmas, ficou melhor que o OSX)
Mas qualquer jogo, aplicação que nescessitasse de 3D nem se quer abria,
acusava que não tinha suporte ao openGL
Mesmo usando engine 0, nem abria ;/
Reparei que não era o único com esse problema, muitas pessoas que tinham
chipsets da intel 810+ tinham problemas envolvendo aceleração 3D
Se não bastasse isso ganhei mais um problema! =D
Uso o Airport para me conectar a internet (dispositivo wireless 802..g)
O Ubuntu tem os drivers, e reconheceu e tal...
Tudo normal...
meu problema é :
Ele enxerga todas as conexões (Todas P2P, não tenho um router wireless)
Mando conectar, ele tenta, tenta, tenta, e nada funciona...
ja tentei de tudo, usar drivers genéricos(ao invés do proprietário da
Atheros) todos dão o mesmo problema, curiosamente, a conectividade pela
porta eth0 é total, funciona 100%
Uso como base, um notebook com 802..g rodando Window$XP (Não me peçam pra
tirar o xp e colocar linux, não é minha a maq, não posso =( )
Tive de colocar o Tiger novamente para poder conectar a internet
Tentei usar o Paralells Desktop (Um VMWare da vida), funciona que é uma
beleza, reconhece 3d, airport e tudo o mais
Com um problema, a internet fica 4 minutos online, cai e volta, e acreditem,
10 segundos offline, me faz perder tudo que faço durante os 4 min.
anteriores ;/
Tanto em linux, quanto em Windows ;/
Se alguem puder me ajudar, além de uma bala,e  um abraço no colo do papai
noel, ganha minha admiração .-. estou a duas semanas com esse problema e
nada ._.
Por favor. Ajudem ! 
Abraços.
Leo




-- 
There's 10 kinds of people in the world - Who can read binary, and who can't


Re: OFF como remover completamente a instalação do Vmware

2008-05-08 Thread Fabiano Manoel de Andrade
Em Qui, 2008-05-08 às 14:53 -0300, Márcio Pedroso escreveu:
 como faço pra remover completamente a instalaçao do Vmware-server...
 ele nao esta conseguindo rodar as maquinas virtuais.. e nem criar
 novas.. vou tentar reinstalar ele pra ver se resolve.
 
 -- 
 linux user nº 432194
 
 Eu sou livre e você?
Na instalação foi criado um script de desinstalação:
vmware-unninstal.pl.
Abraço.
Fabiano.



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



Re: off-topic redes

2008-05-08 Thread Ricardo
Patricia,
Na minha opinião isso depende um pouco do que trafega nesse ponto a ponto e
qual a velocidade dele, pois se trafegar muita coisa, isso pode interferir
na velocidade.
Fora isso acho uma boa solução no que diz respeito a controle de acessos, já
que dessa forma seria possivel criar regras de acessos globais para matriz e
filial.


2008/5/8 Patricia Mota [EMAIL PROTECTED]:



 -- Forwarded message --
 From: Patricia Mota [EMAIL PROTECTED]
 Date: 2008/5/5
 Subject: rotas
 To: [EMAIL PROTECTED]


 Boa tarde

 Gostaria de saber a opinião de vcs sobre o seguinte cenário.

 Rede da matriz com link principal que provê acesso à internet, que está
 ligada à rede da filial por mei0 de um link pto a pto (lp).
 O gateway principal é 192.168.0.2, logo todas as requisições para a rede
 da filial passam pelo gateway.
 A pergunta é: Vcs acham relevante economizar 1 hop, incluindo uma rota de
 rede nas estações e servidores para que as requisições da rede da filial vá
 direto para o roteador da LP ou seja, sem passar pelo gateway(firewall)??

 Desde já agradeço muito a atenção.


 --

 http://www.myfootprint.org/



 --

 http://www.myfootprint.org/




-- 
Atenciosamente,
Ricardo Robalo


Re: Senha postfixadmin

2008-05-08 Thread Ricardo
Vc precisara do arquivo setup.php que tem no diretorio do postfixadmin. Se
vc tiver excluido ele após a  configuração, baixe novamente e coloque na
pasta do postfixadmin e acesse via web, ele deverá aparecer a opção de criar
um novo usuário.


2008/5/8 Paulo Roberto [EMAIL PROTECTED]:

  Boa tarde lista



 Estou com um problema esqueci o user e senha do postfixadmin,  tem como eu
 criar um novo?



 Grato




-- 
Atenciosamente,
Ricardo Robalo


Re: FF3 e os certificados 'fake' do cups.

2008-05-08 Thread Renato S. Yamane

hamacker escreveu:

No FF3 beta5, ele não da opção de adicionar uma exceção.
O botão fica acizentado (desabilitado) quando uso o endereço
https://servidor ou https://servidor:631.

Já tive que adicionar outros sites e adicionar exceções funciona, mas
no caso do cups na minha intranet, não - Nem por ip e nem por nome da
estação, muito menos por nome qualificado.


Então tente o patch do Nelson, disponível em:
https://bugzilla.mozilla.org/show_bug.cgi?id=427081

Para medida emergencial, utilize o Opera ao invés do Firefox.

Att,
Renato


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



RES: Roteamento

2008-05-08 Thread Daniel
 
 
Não sei se entendi bem tua pergunta, é fim de dia e eu estou meio
lerdinho... mas acho que vc poderia, ao invés de utilizar o MASQUERADE
utliizar o SNAT para distribuir internet, aí vc consegue dizer por qual IP
Público deve sair determinado ip interno, tipo:
 
iptables -t nat -A POSTROUTING -s 192.168.2.100 -o eth2 -j SNAT --to-source
202.49.147.208
iptables -t nat -A POSTROUTING -s 192.168.2.0/24 -o eth1 -j SNAT --to-source
192.168.254.254
 
Se eu nào entendi e nào tiver nada haver isso aí, fica pro resto da lista...
 
[]'s
 
daniel

  _  

De: elderjmp [mailto:[EMAIL PROTECTED] 
Enviada em: quarta-feira, 7 de maio de 2008 22:30
Para: debian-user-portuguese@lists.debian.org
Assunto: Roteamento


Olá a todos,

Estou precisando redirecionar os pacotes de um determinado ip da rede
interna para a internet.

Tenho a seguinte situação aqui... um gateway com 3 interfaces de rede:
eth0 - velox (192.168.254.254)
eth1 - rede interna (192.168.2.0/24)
eth2 - link embratel c/ servidores (202.49.147.208/28)

Por padrão todos os computadores da rede interna acessam a internet pelo
velox. Quando o acesso é direcionado a um dos servidores eles, ao invés de
saírem pelo velox, saem pela eth2.

Preciso que um determinado IP da minha rede interna navegue diretamente pela
eth2 (somente o ip 192.168.2.100 acessa a internet pelo link da embratel).
Alguém poderia me ajudar com isso?

Segue abaixo as regras do firewall e as rotas existentes no servidor.




#! /bin/bash
echo 1  /proc/sys/net/ipv4/ip_forward
IPTABLES=/sbin/iptables

/sbin/depmod -a
/sbin/modprobe ip_tables
/sbin/modprobe ip_conntrack
/sbin/modprobe ip_conntrack_ftp
/sbin/modprobe ip_nat_ftp
/sbin/modprobe iptable_filter
/sbin/modprobe iptable_mangle
/sbin/modprobe iptable_nat
/sbin/modprobe ipt_LOG
/sbin/modprobe ipt_limit
/sbin/modprobe ipt_MASQUERADE
/sbin/modprobe ipt_REDIRECT
/sbin/modprobe ipt_REJECT
/sbin/modprobe ipt_state

$IPTABLES -P INPUT DROP
$IPTABLES -P FORWARD DROP
$IPTABLES -P OUTPUT ACCEPT

$IPTABLES -A INPUT -p ALL -i lo -j ACCEPT
$IPTABLES -A INPUT -p tcp --dport 22 -j ACCEPT
$IPTABLES -A INPUT -p tcp --dport 80 -j ACCEPT
$IPTABLES -A INPUT -p tcp --dport 177 -j ACCEPT
$IPTABLES -A INPUT -p tcp --dport 443 -j ACCEPT
$IPTABLES -A INPUT -p tcp --dport 2049 -m state --state NEW -j ACCEPT
$IPTABLES -A INPUT -p tcp --dport 3128 -j ACCEPT
$IPTABLES -A INPUT -p tcp --dport 1 -j ACCEPT
$IPTABLES -A INPUT -p udp --dport 53 -j ACCEPT
$IPTABLES -A INPUT -p udp --dport 69 -m state --state NEW -j ACCEPT
$IPTABLES -A INPUT -p udp --dport 177 -j ACCEPT
$IPTABLES -A INPUT -p udp --dport 2049 -m state --state NEW -j ACCEPT
$IPTABLES -A INPUT -i eth1 -p udp --dport 67 -j ACCEPT
$IPTABLES -A INPUT -p icmp -s 0/0 --icmp-type 8 -j ACCEPT
$IPTABLES -A INPUT -p icmp -s 0/0 --icmp-type 11 -j ACCEPT
$IPTABLES -A INPUT -m state --state ESTABLISHED,RELATED,NEW -j ACCEPT

$IPTABLES -A FORWARD -p ALL -i lo -j ACCEPT
$IPTABLES -A FORWARD -s 192.168.2.100 -j ACCEPT
$IPTABLES -A FORWARD -p tcp --dport 22 -j ACCEPT
$IPTABLES -A FORWARD -p tcp --dport 80 -j ACCEPT
$IPTABLES -A FORWARD -p tcp --dport 177 -j ACCEPT
$IPTABLES -A FORWARD -p tcp --dport 443 -j ACCEPT
$IPTABLES -A FORWARD -p tcp --dport 2049 -j ACCEPT
$IPTABLES -A FORWARD -p tcp --dport 3128 -j ACCEPT
$IPTABLES -A FORWARD -p tcp --dport 8000 -j ACCEPT
$IPTABLES -A FORWARD -p udp --dport 53 -j ACCEPT
$IPTABLES -A FORWARD -p udp --dport 69 -j ACCEPT
$IPTABLES -A FORWARD -p udp --dport 177 -j ACCEPT
$IPTABLES -A FORWARD -p udp --dport 2049 -j ACCEPT
$IPTABLES -A FORWARD -p udp --dport 8000 -j ACCEPT
$IPTABLES -A FORWARD -i eth1 -p udp --dport 67 -j ACCEPT
$IPTABLES -A FORWARD -m state --state ESTABLISHED,RELATED,NEW -j ACCEPT

$IPTABLES -t nat -A PREROUTING -i eth1 -p tcp -d !
202.49.147.208/255.255.255.240 --dport 80 -j REDIRECT --to-ports 3128

$IPTABLES -t nat -A POSTROUTING -s 192.168.2.0/24 -d 202.49.147.210 -o eth2
-j MASQUERADE
$IPTABLES -t nat -A POSTROUTING -s 192.168.2.0/24 -d 202.49.147.211 -o eth2
-j MASQUERADE
$IPTABLES -t nat -A POSTROUTING -s 192.168.2.0/24 -d 202.49.147.212 -o eth2
-j MASQUERADE

$IPTABLES -t nat -A POSTROUTING -s 192.168.2.0/24 -o eth0 -j MASQUERADE




Tabela de Roteamento IP do Kernel
Destino RoteadorMáscaraGen.
OpçõesMétrica RefUso   Iface
202.49.147.208   *   255.255.255.240 U
0   00 eth2
192.168.2.0  *   255.255.255.0
U0   00 eth1
localnet *   255.255.255.0
U000eth0
default   192.168.254.1  0.0.0.0
UG  0   00 eth0


Re: Migrando para Linux (mac)

2008-05-08 Thread Tadeu Cruz
https://wiki.ubuntu.com/UbuntuMagazine/HowTo/Ubuntu_Feisty_On_Intel_Mac_Mini_Quick-Start_Guide?highlight=(mac)|(mini)
-  
--
[EMAIL PROTECTED] 
(31) 9976-3161 
http://blog.tadeucruz.com


Em Qui, 2008-05-08 às 15:07 -0300, weih iug escreveu:
 Olá lista(s) (Mando esse e-mail tanto para a lista debian-pt, quanto
 para a Ubunut-Br) 
 Sou usuário Debian a algum tempo já, uso o Sid e o Feisty(Ubuntu) em
 meu desktop...
 A algum tempo atrás, comprei um Mac Mini, maquina muito boa para
 entrar na internet e me divertir um pouco (1 gb ram, 80 gb hd, 64mb
 video dedicado, uma verdadeira diliça)
 Veio com o Mac Os X TIGER (Não tenho o Boot Camp, e não
 posso(pretendo) comprar o Leopard)
  
 Mas ó-pá Manoel, porque diabos tu precisas migrar ao Linux?
 Temos de entrar em um consenso, o mac os, é mais produtivo, mais
 prático, e deveras mais atraente (todos aqueles efeitinhos,
 transparencias e blábláblá, são tão *-* bonitinhos)
 Ok, existe o Compiz e tal, mas vocês já entenderão o meu dilema
 Porém, contudo, ademais, tenho algumas aplicações onde preciso usar OU
 Windows, ou Linux (existem alternativas para osX? sim, mas não são
 produtivas ;/)
 POR FAVOR, não me citem boot camp (uso o tiger, não o tenho), vmware
 (Ou virtualização de qualquer outra forma, funciona bem, mas perco o
 acesso constante a internet, será explicado mais tarde)
  
  
 Então Manoel, o que pretendes fazer com relação a seus problemas ó-pá?
  
 Eu recebi alguns CDs de instalação do Ubuntu 7.10, e coloquei para
 bootar do CD, e VOILÁ! Funcionou tudo perfeito, até o meu Apple Remote
 (Controle remoto) funcionou 100%
 Instalei e tudo o mais, tudo parecia 300% (rodava mt rapido e com tudo
 legal)
  
 ...
  
 PORÉM!!!
  
 Se fosse tão facil, não os escreveria ¬¬
 As aplicações que uso, nescessitam de aceleração 3D via opengl
 (mesa), 
 O Mac Mini, vem com a Placa Gráfica Intel 950GMA (945GM), que por
 definição TEM SIM suporte a OpenGL (Limitado, mas tem)
 Interessantemente, o Compiz rodou perfeito nas configurações máximas
 (palmas, ficou melhor que o OSX)
 Mas qualquer jogo, aplicação que nescessitasse de 3D nem se quer
 abria, acusava que não tinha suporte ao openGL
 Mesmo usando engine 0, nem abria ;/
 Reparei que não era o único com esse problema, muitas pessoas que
 tinham chipsets da intel 810+ tinham problemas envolvendo aceleração
 3D
 Se não bastasse isso ganhei mais um problema! =D
 Uso o Airport para me conectar a internet (dispositivo wireless
 802..g)
 O Ubuntu tem os drivers, e reconheceu e tal...
 Tudo normal...
 meu problema é :
 Ele enxerga todas as conexões (Todas P2P, não tenho um router
 wireless)
 Mando conectar, ele tenta, tenta, tenta, e nada funciona...
 ja tentei de tudo, usar drivers genéricos(ao invés do proprietário da
 Atheros) todos dão o mesmo problema, curiosamente, a conectividade
 pela porta eth0 é total, funciona 100%
 Uso como base, um notebook com 802..g rodando Window$XP (Não me peçam
 pra tirar o xp e colocar linux, não é minha a maq, não posso =( )
 Tive de colocar o Tiger novamente para poder conectar a internet
 Tentei usar o Paralells Desktop (Um VMWare da vida), funciona que é
 uma beleza, reconhece 3d, airport e tudo o mais
 Com um problema, a internet fica 4 minutos online, cai e volta, e
 acreditem, 10 segundos offline, me faz perder tudo que faço durante os
 4 min. anteriores ;/
 Tanto em linux, quanto em Windows ;/
 Se alguem puder me ajudar, além de uma bala,e  um abraço no colo do
 papai noel, ganha minha admiração .-. estou a duas semanas com esse
 problema e nada ._.
 Por favor. Ajudem ! 
 Abraços.
 Leo
  
  
  
 
 -- 
 There's 10 kinds of people in the world - Who can read binary, and who
 can't 


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



Dúvidas na instalação PEP Tools

2008-05-08 Thread César Rocha
Gostaria de saber se alguém já usou essa ferramenta. Estou tendo problemas
para instalá-la no Debian.
Qualquer colaboração é bem vinda. Estou precisando urgente.
Aguardo respostas.

http://theoretica.informatik.uni-oldenburg.de/~pep/

-- 
---
César Vieira Rocha
PIBIC - CNPq - GISE/UFAM
Estudante de Engenharia da Computação - 7° período
Universidade Federal do Amazonas (UFAM)
Brasil
---


Re: Samba Controlador de Domínio NÃO RODA SCRIPT

2008-05-08 Thread Ricardo Esdra

Pedro Debian escreveu:

Flávio R. Lopes escreveu:

Oi Pedro
Entãona minha seção [Global] tem todas essas opções.
Entãoé por isso q não consigo entender o q acontece.



Alguma outra sugestão?
Ok! Como está definida a opção security? Esta setada para user? O 
usuário que vc está logando no samba é um usuário válido?
Execute um tail -f /var/log/samba/[seu arquivo de log] antes de 
executar o logon no sistema e fique reparando se ele vai executar algo 
no netlogon, verifique se aparace alguma mensagem de erro. Se for o 
caso pegue o log e poste aqui para a gente dar uma analisada.


Good lucky!

Pedro


Pedro Debian escreveu:

Flávio R. Lopes escreveu:

Olá Pedro...obrigado por me responder.
Vamos lá

Simrodando manualmente \\Servidor\netlogon\netlogon.bat deu 
certo!!a unidade é mapeada!!!



Ok!

O meu compartilhamento netlogon está assim:

[netlogon]
   comment = Servico de logon
   path = /var/samba/netlogon
   read only = No
   create mask = 0777
   directory mask = 0777
   guest ok = yes
   browseable = no

No meu compartilhamento só não tem a Tag: available=yes conforme 
vc sugere no seu exemplo. Aliás, para que server este 
available=yes ??
Outra coisase eu entrar pelo ambiente de rede no servidor, o 
A opção available qdo yes indica que o compartilhamento está ativo, 
mas na ausência do mesmo o smb.conf por default ele já fica ativado 
no sistema.
compartilhamento [netlogon] não apareceaté aí acho que é para 
ser assim mesmo...certo??? Por exemplo, o compartilhamento 
Publico aparece e permite os usuários acessarem o diretório...
O compartilhamento não aparece porque a opção browseable esta 
definida para 'no', é ela que exibe ou oculta o compartilhamento.





E respondendo sua última pergunta, SIM
O parâmetro logon script está igualzinho ao que vc descreveu, ou 
seja, logon script = netlogon.bat


Tem alguma sugestão?

Ok. Existem algumas outras opções que podem influenciar este 
comportamento.
Verifique dentro da seção [global] do smb.conf se as seguintes 
opções existem e estão setadas com os parâmetros corretos:

...
local master = yes
domain master = yes
preferred master = yes
domain logons = yes
...
Caso não estejam configuradas, as insira, reinicialize o samba e 
faça o teste.


Good lucky!

Abraços

Pedro


Abraço,
Flávio


Pedro Debian escreveu:

Olá Flávio,

Flávio R. Lopes escreveu:

Olá galera.
Estou testando aqui um SAMBA como Controlador de Domínio (PDC).
Pelos documentos que achei na Net, consegui fazer uma estação com 
Win-XP entrar no Domínio.

Fez uma ótima escolha, uso o samba a 6 anos é um excelente programa.


O problema é que não consegui fazer rodar, quando o usuário 
loga no domínio o Script de Logon, no meu caso chameio-o de 
netlogon.bat que fica armazenado em /var/samba/netlogon
Ok. Como está a configuração do seu [netlogon]? Ele está ativo? Vc 
tentou executar o script manualmente 
\\servidor\netlogon\netlogon.bat? Se fez isso, ele foi executado 
corretamente e a unidade foi mapeada?


Segue um exemplo funcional de configuração do netlogon:

[netlogon]
browseable=no
path=/var/samba/netlogon
available=yes

Outra coisa: o parâmetro logon script = netlogon.bat foi definido 
desta forma?



No meu arquivo netlogon.bat tem somente uma instrução para 
mapear uma unidade de rede, já devidamente compartilhada no 
smb.conf.

A instrução é essa: net use h: \\Servidor\Publico /yes


Já cheguei a dar permissão 777 no diretório e no arquivo, mas não 
funciona.


Alguém tem alguma dica?...Onde será que estou fazendo cáca??

Abraço,
Flávio



Boa sorte

Pedro















olha neste link abaixo tem um tutorial do morimoto que eu já usei  e não
tive nenhum problema ao seguir ele.

http://www.guiadohardware.net/tutoriais/samba-pdc/


--
  ##
 #   Ricardo Esdra #
#linux user n° 446011 #
   #   A Liberdade é uma Questão de Escolha...  #
  ##


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



Problemas estranhos com ntfs-3g no etch.....

2008-05-08 Thread Saul Lima
Instalei o ntfs-3g no meu etch, tomando o cuidado de atualizar o o
kernel para o 2.6.22 que está disponível no backports, pois o ntfs-3g
pede pelo menos o kernel 2.6.20 para funcionar 100%. Porém, notei que
algumas pastas da minha partição ntfs, não eram mostrados, o que é
normal de acontecer com pastas que tem espaços ou acentos no nome.
Acrescentei a opção nls=iso8859 (codificação de caracteres padrão do
windows) às entradas no meu fstab deixando-as assim:
/dev/sda1   /media/sda1 ntfs-3g 
defaults,umask=007,uid=0,gid=46,auto,nouser,nls=iso8859 0   1
/dev/sda5   /media/sda5 ntfs-3g 
defaults,umask=007,uid=0,gid=46,auto,nouser,nls=iso8859 0   1

Salvei o meu fstab e após um umount /dev/sda1  e um mount /dev/sda1 lá
etavam as pastas sumidas Ao reiniciar a máquina, notei que as
mesmas pastas estavam desaparecidas e necessitei de mais um umount
seguido de um mount para que elas voltassem a ser listadas. Alguém
sabe qual o motivo disto e como solucionar?

Outra coisa é que depois da atualização de kernel, quando desligo o
pc, uma mensagem no terminal durante o shutdown diz que os discos não
foram finalizados corretamente e pede que eu atualize o aplicativo de
shutdown. O que pode ser isso?

Ah e para que eu possa postar a mensagem exata aqui... emque
arquivo de logo ficam registradas as mensagens do shutdown?


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



Re: jboss

2008-05-08 Thread Adauto Serpa
2008/5/7 Thiago Silveira Alexandre [EMAIL PROTECTED]:

 galera,
 eu to configurando o servidor de aplicaçao jboss e to com um problema.
 Ele escuta na porta 8080 mas soh acessa do localhost, dou um netstat -napt
 |grep 8080 e o resultado mostra que soh tah linstando pro local host
 127.0.0.1:8080 e o que eu quero eh que tbm linste parecido com :::8080
 para qualquer computador remoto possa acessa-lo. espero ter sido claro. se
 alguem tiver alguma experiencia parecida com esse caso eu agradeço se poder
 passar.
 abraço


Thiago,

Você já tentou acessar com da seguinte maneira: http://ip_do_servidor:8080.
Outra coisa será que ele não tem uma porta
especifica para configuração. Por exemplo o Glassfish escuta na porta 4848
para configuralção porém a aplicação na 8080.
Outro detalhe a configuração de rede está funcionando corretamente no seu
servidor ?

att.

-- 
Adauto Serpa
Tecnólogo em Informática
[EMAIL PROTECTED]


Intel 965 xorg driver has done something funny

2008-05-08 Thread Alan Chandler
I have been away on business for a few days, and before I went aptitude
had scheduled an update of my unstable system, but I had not installed all
the new packages.  My system was in the state of being re-installed - from
a lenny DVD, which I have then changed by changing my sources.list to take
out the DVD and point only to unstable (sid) packages.

Last night when I returned, the update happened.

Now, when I start up my computer, the screen looks really strange.  All
the text is either a black or white rectangle for each letter, and icons,
seem to have a black or white background, and they too seem to be
rectangular in shape.

I thought for a while that my fonts had not been installed, but the more I
think about what has happened is as though all transparency has been lost.

Is anyone else experiencing any thing similar or is it just me?


-- 
Alan
(via webmail - means I am away from my computer)
http://www.chandlerfamily.org.uk



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



upgrading hardware

2008-05-08 Thread Jon L Miller
I'm currently using Debian 4.0 and I would like to know if I'm going to run
into any gotchas if I change the main board from a MSI w/ a single P4 CPU to
a Core2 Duo CPU on a gigabyte main board?

 

Jon L Miller, CCNA, MCNE, CNS

MMT Networks Pty Ltd

Perth, Western Australia

 



Re: IPv6 configuration in /etc/network/interfaces doesn't work on bootup

2008-05-08 Thread Andrei Popescu
On Thu, May 08, 2008 at 02:59:14AM +0800, Justin Jereza wrote:
 
 Anybody got any ideas why the IPv6 address doesn't get assigned to
 eth0 on bootup?
 
 ifconfig eth0 add fc00::1:1/7 works fine after bootup.

In order to test your /etc/network/interfaces try

ifdown eth0
ifup eth0

Do you get an IPv6 address with this?

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: USB-pendrive boot?

2008-05-08 Thread Andrei Popescu
On Wed, May 07, 2008 at 06:17:52PM -0400, Douglas A. Tutty wrote:
 
 What's on the hard drive?  Do you care to keep any of it?  There's
 goodbye-microsoft.com.
 
Huh? goodby-microsoft.com starts a *normal* installation so you have the 
same partitioning options. You don't need to erase everything!

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: mailman install trouble

2008-05-08 Thread Andrei Popescu
On Wed, May 07, 2008 at 09:04:52PM -0400, al davis wrote:
 I am having trouble installing mailman.
 
 When I do sudo apt-get install mailman .. it gets as far as 
 the language selection, and then loops.
 
 I enter en (or nothing) where it belongs, save it, exit the 
 editor, or exit without saving, then it comes up with the same 
 screen again.  Repeat forever. (until I kill -9 ...)
 
 The system is rather old, with Etch, kept current.  Everything 
 else has been working fine for a long time.  It is set up as a 
 web and email server, with apache2, exim4, python 2.4.4, 
 
 I checked archives, google, etc..  and I didn't see any 
 reference to this problem.
 
Did you also check bugs.debian.org?

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=339059

Seems to be related ...

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: Virtualbox, DVDs, and keyboards

2008-05-08 Thread Andrei Popescu
On Wed, May 07, 2008 at 11:35:09PM -0400, Carl Fink wrote:
 So I'm trying to get a Windows XP Pro guest set up for Virtualbox under
 Testing.
 
 I create a new session, and boot it from the install DVD, and it boots to a
 prompt saying to press Enter.  But it ignores keystrokes.
 
Sorry for such simple suggestions, but did you try clicking *inside* the 
window?

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: upgrading hardware

2008-05-08 Thread Andrei Popescu
On Thu, May 08, 2008 at 01:55:31PM +0800, Jon L Miller wrote:
 I'm currently using Debian 4.0 and I would like to know if I'm going to run
 into any gotchas if I change the main board from a MSI w/ a single P4 CPU to
 a Core2 Duo CPU on a gigabyte main board?

The default Debian kernel packages build a rather complete (and large!) 
initrd which should run on a lot of machines without changes. You might 
face some troubles with renaming of devices (HDDs) though so it would be 
best to configure grub and fstab to use labels or UUIDs first (and also 
rebuild your initrd).

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: rdiff-backup memory problems

2008-05-08 Thread David
  If you are looking for a replacement, I don't know of any that do rdiffs
  besides rdiff-backup. I think that a good incremental backup would be your
  best option.

All incrementals (that I know of) waste space when there are large
files where only a small part of the file changes. This is a problem
for me - many of our users have 1-2 GB Outlook files. I don't want to
use up an extra 1GB+ of storage for those users every time I make a
backup.


  It looks like all the stuff with making the hardlinks and temp directory are
  to avoid a potential conflict between the existing rdiff-backup-data
  directory on backup1 and the other rdiff-backup-data directory that gets
  written to on backup2. If backup1 and backup2 both have rdiff-backup
  installed then you can do something like


The hardlinks and temp directories have nothing (specific) to do with
the interaction between backup1 and backup2. Their only purpose is to
allow me to combine rsync and rdiff-backup.

ie:

1) rsync from remote location to a local path (without breaking
rdiff-backup store)

2) tell rdiff-backup to pull from this local path into it's store, so
I get rdiff-backup history.

The reason for using hard links is to conserve space - if 'files' is
100GB, I don't want the 'temp' directory to also be 100GB. Also, it's
much faster to make hardlinks than to physically copy all the bytes
over from 'files' to 'temp'

I exclude rdiff-backup metadata when I sync from 'files' to 'new' for
a few reasons:

1) The source (where I am rsyncing from) won't (shouldn't) have it, so
it will get erased anyway when I run the rsync.

2) In the event that the source does have a rdiff-backup-data
directory for some reason, I need to exclude it anyway, because it
will cause problems with rdiff-backup.

I use the same method on backup2 (to backup backup1) because I have
the same needs as on backup1 (to backup all the other servers,
workstations, etc):

- I want history of the source
- I want to conserve space

The main difference is that backup2 contains the sum of all files on
backup1, plus their rdiff-backup metadata (in sub-dirs, not under the
root of backup1 where it would cause problems for backup2). In theory
there shouldn't be any major problem with this approach.

rdiff-backup's docs say that a large number of files shouldn't cause
excessive memory usage, but that hardlinks can - if you're hard
linking 1000's of files together.

This fact and our discussion gives me an idea: I think that
rdiff-backup *might* have a bug, where if the source and dest files
are all hardlinked to each other, it will use extra memory.

  rdiff-backup backup1::/backup/files /backup/path/on/backup2 --exclude
  **rdiff-backup-data**

  on backup2. This avoids making hardlinks and a temp directory and also avoids
  your problem of having the two rdiff-backup-data directories conflicting.


This is worth testing. If my non-standard usage (all those hardlinks
between source and dest files) is causing excessive memory usage on
backup2 (due to a huge number of files), this should fix the problem.
backup1 will also have this problem, but to a lesser degree (it has 90
odd backups, instead of 1 huge single backup).

I'll look into it.

(It will be a bit of a hack, because currently my backup logic is
split into 2 separate steps for each backup (regardless of type -
files, db, etc). First get the data from the source, then
compress/make history/etc. I'll have to add a new 'source' type for
'rdiff-backup', where there is no applicable 'compress' logic)

Thanks for your feedback :-)

David.


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



Re: wpasupplicant in roaming mode

2008-05-08 Thread Giorgos D. Pallas

Andrei Popescu wrote:

Hello everybody,

I'm trying to configure the roaming mode for wpasupplicant but I don't 
seem  to get it right.


  

my 2 cents:
If you are using KDE you may want to try using Knetworkmanager. I am the 
typing-on-black-screen type of guy, but on this I have to admit that 
this ubuntu philosophy tool, works far far better than configuring 
everything regarding network by hand...


Cheers,
G.



smime.p7s
Description: S/MIME Cryptographic Signature


Can't see characters in xserver-xorg

2008-05-08 Thread José L. Ayala
Hi all!

Yesterday, after an upgrade of my testing system, I rebooted the machine and
I wasn't able to log in the X environment. I cannot see my login in gdm
because characters are displayed as little squares; the same happens in
gnome. I tried to generate a new xorg.conf from an old version, and I even
tried the gtf tool to calculate the refreshment frequencies for the monitor,
but nothing worked. I also tried the stable version of xserver-xorg but,
in that case, the X environment didn't work. For your information, my
graphics card is an intel one.

Please, do you have any new idea? thanks a lot!


Jose


Re: Issue with VMware (2)

2008-05-08 Thread Giorgos D. Pallas
Damon L. Chesser wrote: 
What is this any-any patch I keep hearing about?  I just run alien -c 
vmware.*.rpm and dpkg -i vmware*.deb.


Not finding alot of info on this any-any patch.



This any-any patch is needed if you are installing from the tar.gz, in 
order for vmware to compile the kernel modules (vmmon is the name I 
think). Now, if you are happy with that solution (which is more elegant, 
I must admit!), there's no need for any(-any) patches.


G.



smime.p7s
Description: S/MIME Cryptographic Signature


Re: USB-pendrive boot?

2008-05-08 Thread George Borisov

ISHWAR RATTAN wrote:

One guy pointed out that it is debian list! So, one
may want to boot debian also from pen-drive.


http://www.us.debian.org/releases/stable/i386/ch04s04.html.en


HTH.


smime.p7s
Description: S/MIME Cryptographic Signature


Re: wpasupplicant in roaming mode

2008-05-08 Thread Andrei Popescu
On Thu, May 08, 2008 at 10:02:43AM +0300, Giorgos D. Pallas wrote:
 Andrei Popescu wrote:
 Hello everybody,

 I'm trying to configure the roaming mode for wpasupplicant but I don't 
 seem  to get it right.

   
 my 2 cents:
 If you are using KDE you may want to try using Knetworkmanager. I am the 
 typing-on-black-screen type of guy, but on this I have to admit that this 
 ubuntu philosophy tool, works far far better than configuring everything 
 regarding network by hand...

My real goal here is to make the most end-user friendly setup with as 
few software as possible (and DE independent) so network-manager and 
other GUI tools except wpa_gui are out of question.

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: Phone lines network [is it possible ? ]

2008-05-08 Thread Jamie White
Yes it is possible, theres various devices on the market todo it.

There is one big catch, you only usually get 10 meg links. Also the
devices are hard to find, I know the one I got (which I am not using
because it didn't work in the UK!), is 10 meg, but links to the
computer via USB.

Jamie

On Wed, May 7, 2008 at 9:15 PM, Tzafrir Cohen [EMAIL PROTECTED] wrote:
 On Sat, Apr 26, 2008 at 05:31:00PM -0400, carlos bogantes wrote:
   On Sat, Apr 26, 2008 at 2:31 PM, John Hasler [EMAIL PROTECTED] wrote:
  
Jabka Atu writes:
 but what about the people inside the building ?  as all the lines are
 connected to the same switch.
   
If they are all on the same line any two of them could communicate using
two modems but you can't put more than two modems on a line.
  
   Check the Milkfish project, it may be what are you looking for!

  In what way?

  I looked at http://www.milkfish.org/ and all I see is a conventional
  VoIP router. It may have a FXS port or two (to connect a local analog
  phones) or an FXO port (to connect as a modem to the PSTN) but nothing
  there about networking over phone lines.

  --
  Tzafrir Cohen | [EMAIL PROTECTED] | VIM is
  http://tzafrir.org.il || a Mutt's
  [EMAIL PROTECTED] ||  best
  ICQ# 16849754 || friend


  --


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





-- 
Jamie


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



Re: Can't see characters in xserver-xorg

2008-05-08 Thread Andrei Popescu
On Thu, May 08, 2008 at 08:46:12AM +0200, José L. Ayala wrote:
 Hi all!
 
 Yesterday, after an upgrade of my testing system, I rebooted the machine and
 I wasn't able to log in the X environment. I cannot see my login in gdm
 because characters are displayed as little squares; the same happens in
 gnome. I tried to generate a new xorg.conf from an old version, and I even
 tried the gtf tool to calculate the refreshment frequencies for the monitor,
 but nothing worked. I also tried the stable version of xserver-xorg but,
 in that case, the X environment didn't work. For your information, my
 graphics card is an intel one.

Your problems seems to be rather font(s) related. Please post the output 
of

dpkg -l *font*


With latest xorg you should not need to write too much in xorg.conf. See 
mine (BTW, I also use intel):

,[ /etc/X11/xorg.conf ]
| [sniped comments]
|
| Section InputDevice
|   Identifier  Generic Keyboard
|   Driver  kbd
|   Option  XkbRules  xorg
|   Option  XkbModel  pc105
|   Option  XkbLayout ro,us,de
|   Option  XkbVariantcomma,,
|   Option  XkbOptionsgrp:alts_toggle
| EndSection
|
| Section InputDevice
|   Identifier  Configured Mouse
|   Driver  mouse
| EndSection
|
| Section Device
|   Identifier  Configured Video Device
| EndSection
|
| Section Monitor
|   Identifier  LVDS
|   # i think without this the dpi is set to 96 but my laptop has 85
|   DisplaySize 305 228
| EndSection
|
| Section Monitor
|   Identifier  Configured Monitor
|   Option  Ignore true
| EndSection
|
| Section Screen
|   Identifier  Default Screen
|   Monitor Configured Monitor
| EndSection
`


Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: gfortran Permission denied

2008-05-08 Thread michael
On Thu, 2008-05-08 at 07:51 +0200, Sven Joachim wrote:
 On 2008-05-08 00:42 +0200, michael wrote:
 
  [EMAIL PROTECTED]:~/work/Fortran$ ./simple.out
  -bash: ./simple.out: Permission denied
  [EMAIL PROTECTED]:~/work/Fortran$ ls -lt ./simple.out
  -rwxr-xr-x 1 mkb mkb 10039 May  7 23:41 ./simple.out*
 
 Is the partition mounted with the noexec flag?

aha, I had mounted my 'work' partition viz

[EMAIL PROTECTED]:~/work/Fortran$ grep work /etc/fstab
/dev/hdb1   /mnt/work   ext2rw,user,noauto  0   2
[EMAIL PROTECTED]:~/work/Fortran$ mount|grep work
/dev/hdb1 on /mnt/work type ext2 (rw,noexec,nosuid,nodev,user=mkb)


by appending 'exec' to the mount options it does not indeed work,
thanks!

[EMAIL PROTECTED]:~/work/Fortran$ grep work /etc/fstab;mount|grep
work; ./simple.out
/dev/hdb1   /mnt/work   ext2rw,user,noauto,exec  0  2
/dev/hdb1 on /mnt/work type ext2 (rw,nosuid,nodev,user=mkb)
 hi
   0



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



Re: [Kind of OT] Why's this look like gibberish to me? [bug 479702]

2008-05-08 Thread Andrei Popescu
On Wed, May 07, 2008 at 07:09:44PM +, Tzafrir Cohen wrote:
 I'm cc-ing the bug report you have opened. Anybody who answers this bug
 should also read the thread that has followed the original message, as
 it contains many other useful details.
 
I hope I included the essential in the bugreport, but it doesn't hurt 
either.

  and the font I use is Terminus. I only see some dashes and spaces, but I 
  guess there are some fonts missing. On the console I see dashes and 
  diamonds. With xfce4-terminal and the Monospace font (I'm guessing it's 
  actually DejaVu) I can see the characters correctly (as far as I can 
  tell).
 
 Do you use use anti-aliasing (aa)?
 
I tried with and without. My default font (Terminus) does not need this 
and if I activate aa the font is switched to DejaVu.

 I've used mlterm for quite some time without the problems you mentioned.
 The problems seem, at first glance, as those of missing glyphs
 (characters) in the font(s) you use.
 
The same font(s) used with xfce4-terminal display correctly. This is why 
I reported the bug against mlterm.

Regards,
Andrei
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Re: Can't see characters in xserver-xorg

2008-05-08 Thread Alan Chandler

José L. Ayala wrote:
 Hi all!

 Yesterday, after an upgrade of my testing system, I rebooted the machine
 and
 I wasn't able to log in the X environment. I cannot see my login in gdm
 because characters are displayed as little squares; the same happens in
 gnome. I tried to generate a new xorg.conf from an old version, and I even
 tried the gtf tool to calculate the refreshment frequencies for the
 monitor,
 but nothing worked. I also tried the stable version of xserver-xorg but,
 in that case, the X environment didn't work. For your information, my
 graphics card is an intel one.

 Please, do you have any new idea? thanks a lot!


i have exactly the same problem.  my video is an intel 965.

some else comments that it appears to be a font problem, but I don't think
so.  Icons appear wrong too - in particular what it looks like is that
transparency doesn't work and the result is either black or white.  Using
kdm, the central area kdm puts up is white with an enormous black border -
so whilst all the text is actually white blobs that is what makes me think
it is the video driver


-- 
Alan
(via webmail - means I am away from my computer)
http://www.chandlerfamily.org.uk



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



Re: Debian + LVM + RAID1

2008-05-08 Thread Ivan Glushkov
Damon L. Chesser wrote:
 SNIP

 I have this line in /boot/grub/menu.lst

 I tried in the following sequence to:

 0. boot resque
 1. mount /boot from raid1 and the other directories from the lvm volumes

 1. enter lvm into /etc/modules,
 2. rebuild initrd with:

  mkinitramfs -o /boot/grub/initrd.img-2.6.24-1-amd64

 3. install grub into the MBR of both disk with

 grub-install /dev/sdc
 grub-install /dev/sdd

 but still the same message appears when I try to boot :(

 How can I check if the lvm support is really seen by grub?
 I find this (http://grub.enbug.org/LVMandRAID) article claiming that I
 have to enter insmod lvm in a file named grub.cfg. But I don't have a
 file like this in my system?!

  
   
 Ivan,
 
 As for LVM support for grub:  the MBR has files pointing to your root
 which in this term means place where the grub files are which is NOT in
 an LVM.  In your case this should be /dev/md0 or however GRUB reads that
 (I confess, I don't know).  I just installed, in a vm, debian using this
 image:
 http://ftp.nl.debian.org/debian/dists/etch/main/installer-amd64/current/images/netboot/mini.iso
 which should be current snapshot of testing, net install mini.iso.  I
 did that to make sure we had the same OS.
 
 I partitioned two 8G drives thusly:  1 120MB primary, 1 6.5GB extended. 
 I made the 1st partition into a raid1 (md0) and made the 2nd into a
 raid1 (md1)
 
 I put an a swap file on each drive (1.5G each, why run raid on a swap?
 double your swap file space and you can ping between the two if you need
 them)
 
 I put LVM (System) on top of md1 and divided that into two logical
 volumes (root 4.5G and home 2G or so)
 
 I then was asked to install Grub into MBR of (hd0,0) which I agreed to.
 
 rebooted.  works just fine.
 
 Cut your losses, if you have a network install, just do it again (unless
 you are metered) and this time install grub on the physical HD.  Then
 use the grub command to mirror it to the raid1 member.
 
 HTH.
 

To make the long story - short, it works!
There are a few things which are not set/clear and I would like to clear
out, like for example:

1. Why the installation offered me lilo, not grub? I guess when I switch
to grub, I would still have the same problems as before..
2. Why the drive letter assignment changed before and after the
reboot(comparing the partition table list and the fdisk log)
3. What do the entries from fdisk -l like Disk /dev/md1 doesn't contain
a valid partition table mean?
4. What are devices /dev/md-0 and /dev/md-1?

All of those I'll try to solve. For details see below.

Thanks again,
Ivan



Log of the installation (only the relevant entries):

01. I downloaded the image from the address you point me to:

http://ftp.nl.debian.org/debian/dists/etch/main/installer-amd64/current/images/netboot/mini.iso

03. Booted from it.
04. Hit enter in the boot screen.
21. Partition disks - Manual.
22. Partition disks (before partitioning)

IDE1 master (hda) - 122.9 GB Maxtor 6Y120P0
#1 primary 122.9 GB ntfs
IDE5 master (hde) - 120.0 GB ST3120026A
#5 logical 120.0 GB ntfs
IDE5 slave (hdf) - 160.0 GB ST3160021A
#5 logical 160.0 GB fat32
SCSI2 (0,0,0) (sda) - 500.1 GB ATA WDC WD5000AAJS-0
#1 primary 500.1 GB ntfs
SCSI4 (0,0,0) (sdb) - 320.1 GB ATA ST3320620AS
#5 logical 320.1 GB ntfs
SCSI5 (0,0,0) (sdc) - 250.1 GB ATA WDC WD2500JS-55M
#1 primary 509 MB B K   raid
#2 primary 244.5 GB K   raid
   pri/log   5.1 GB FREE SPACE
SCSI6 (0,0,0) (sdd) - 250.1 GB ATA WDC WD2500JS-55M
#1 primary 509 MB B K   raid
#2 primary 244.5 GB K   raid
   pri/log   5.1 GB FREE SPACE


23. Partition disks (after partitioning)

IDE1 master (hda) - 122.9 GB Maxtor 6Y120P0
#1 primary 122.9 GB ntfs
IDE5 master (hde) - 120.0 GB ST3120026A
#5 logical 120.0 GB ntfs
IDE5 slave (hdf) - 160.0 GB ST3160021A
#5 logical 160.0 GB fat32
LVM VG vg00, LV home - 86.5 GB Linux device-mapper
#1 86.5 GB f ext3   /home
LVM VG vg00, LV root - 161.1 GB Linux device-mapper
#1 161.1 GB f ext3  /
RAID1 device #0 - 509.8 MB Software RAID device
#1 509.8 MB Not formatted/mounted
RAID1 device #1 - 247.5 GB Software RAID device
#1 247.5 GB K lvm
SCSI2 (0,0,0) (sda) - 500.1 GB ATA WDC WD5000AAJS-0
#1 primary 500.1 GB ntfs
SCSI4 (0,0,0) (sdb) - 320.1 GB ATA ST3320620AS
#5 logical 320.1 GB ntfs
SCSI5 (0,0,0) (sdc) - 250.1 GB ATA WDC WD2500JS-55M
#1 primary 509.9 MB B K raid
#5 logical 2.0 GB F swapswap
#3 primary 247.5 GB   K raid
SCSI6 (0,0,0) (sdd) - 250.1 GB ATA WDC WD2500JS-55M
#1 primary 509.9 MB B K raid
#5 logical 2.0 GB F swapswap
#3 primary 247.5 GB   K raid

24. Partition disks - Finish partitioning and write changes to disk
25. Partition disks - Write the changes to 

Re: gfortran Permission denied

2008-05-08 Thread Rich Healey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

michael wrote:
 Hello list,
 
 as you guess I am having serious boot problems, grub loading fails at stage
 1.5 with Error 17.
 
 I did not install/re-install anything, resize partitions or anything else
 could do something wrong. I was trasferring data from my usb HD when the
 process stopped (input/output error) and the system went completely frozen.
From that moment on I can not boot from HD.
 
 Using knoppix I can read all partitions... exept /home and /
 
 I tried to reinstall grub on MBR using the ubuntu studio rescue (apologize
 for that :-) ) and SGD (Super Grub Disk).
 The former stops during device mapping, showing partitions like /dev/sd1,
 /dev/sd2 and so on which is quite absurd, the latter is unable to install
 grub on the MBR (for the same problem I guess ...) and to boot any of the
 two OS  (XP is there, but I do not boot it from ages )
 
 I would prefer not to do a fresh install if not necessary even if my data
 are backed up on a safe partition.
 
 Any ideas? Can I resume my lenny?
 
 regards
 raffaele
 
 --=_Part_16140_9085696.1210238246187
 Content-Type: text/html; charset=ISO-8859-1
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 Hello list,brbras you guess I am having serious boot problems, grub 
 loading fails at stage 1.5 with quot;Error 17quot;. brbrI did not 
 install/re-install anything, resize partitions or anything else could do 
 something wrong. I was trasferring data from my usb HD when the process 
 stopped (input/output error) and the system went completely frozen.br
From that moment on I can not boot from HD.brbrUsing knoppix I can read 
all partitions... exept /home and /brbrI tried to reinstall grub on MBR 
using the ubuntu studio rescue (apologize for that :-) ) and SGD (Super Grub 
Disk). br
 The former stops during device mapping, showing partitions like /dev/sd1, 
 /dev/sd2 and so on which is quite absurd, the latter is unable to install 
 grubDelivered-To: [EMAIL PROTECTED]
 Received: by 10.115.73.12 with SMTP id a12cs179585wal;
 Wed, 7 May 2008 15:42:51 -0700 (PDT)
 Received: by 10.86.89.4 with SMTP id m4mr1099729fgb.53.1210200169718;
 Wed, 07 May 2008 15:42:49 -0700 (PDT)
 Return-Path: [EMAIL PROTECTED]
 Received: from liszt.debian.org (liszt.debian.org [82.195.75.100])
 by mx.google.com with ESMTP id j10si4730178muh.2.2008.05.07.15.42.49;
 Wed, 07 May 2008 15:42:49 -0700 (PDT)
 Received-SPF: pass (google.com: domain of [EMAIL PROTECTED] designates 
 82.195.75.100 as permitted sender) client-ip=82.195.75.100;
 Authentication-Results: mx.google.com; spf=pass (google.com: domain of [EMAIL 
 PROTECTED] designates 82.195.75.100 as permitted sender) [EMAIL PROTECTED]
 Received: from localhost (localhost [127.0.0.1])
   by liszt.debian.org (Postfix) with QMQP
   id 7E55713A5379; Wed,  7 May 2008 22:42:43 + (UTC)
 Old-Return-Path: [EMAIL PROTECTED]
 X-Spam-Checker-Version: SpamAssassin 3.2.3 (2007-08-08) on liszt.debian.org
 X-Spam-Level: 
 X-Spam-Status: No, score=-17.0 required=4.0 tests=BAYES_00,LDOSUBSCRIBER,
   LDO_WHITELIST,RCVD_IN_DNSWL_MED autolearn=ham version=3.2.3
 X-Original-To: debian-user@lists.debian.org
 Delivered-To: [EMAIL PROTECTED]
 X-policyd-weight:  DYN_NJABL=ERR NOT_IN_SBL_XBL_SPAMHAUS=-1.5 
 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .networkingnewsletter. 
 - helo: .tranquility.mcc. - helo-domain: .mcc.)  
 FROM/MX_MATCHES_NOT_HELO(DOMAIN)=0 client=130.88.200.145 
 helo=tranquility.mcc.ac.uk [EMAIL PROTECTED] [EMAIL PROTECTED], rate: -5
 Received: from tranquility.mcc.ac.uk (tranquility.mcc.ac.uk [130.88.200.145])
   (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
   (No client certificate requested)
   by liszt.debian.org (Postfix) with ESMTP id 3186113A52EC
   for debian-user@lists.debian.org; Wed,  7 May 2008 22:42:16 + 
 (UTC)
 Received: from rankine.its.manchester.ac.uk ([130.88.25.196])
   by tranquility.mcc.ac.uk with esmtps (TLSv1:AES256-SHA:256)
   (Exim 4.69 (FreeBSD))
   (envelope-from [EMAIL PROTECTED])
   id 1JtsKz-0009hU-ER
   for debian-user@lists.debian.org; Wed, 07 May 2008 23:42:13 +0100
 Received: from [93.96.3.203] (port=57094 helo=amd64.lan)
   by rankine.its.manchester.ac.uk with esmtpsa (SSLv3:RC4-MD5:128)
   (Exim 4.43)
   id 1JtsKz-0004g4-6s
   for debian-user@lists.debian.org; Wed, 07 May 2008 23:42:13 +0100
 Subject: gfortran  Permission denied
 From: michael [EMAIL PROTECTED]
 To: debian user debian-user@lists.debian.org
 Content-Type: text/plain
 Date: Wed, 07 May 2008 23:42:13 +0100
 Message-Id: [EMAIL PROTECTED]
 Mime-Version: 1.0
 X-Mailer: Evolution 2.6.3 
 Content-Transfer-Encoding: 7bit
 X-Authenticated-Sender: Michael Bane from (amd64.lan) [93.96.3.203]:57094
 X-Authenticated-From: [EMAIL PROTECTED]
 X-UoM: Scanned by the University Mail System. See 
 http://www.itservices.manchester.ac.uk/email/filtering/information/ 

GRUB Error 17

2008-05-08 Thread Cassiel
Hello list,

as you guess I am having serious boot problems, grub loading fails at stage
1.5 with Error 17.

I did not install/re-install anything, resize partitions or anything else
could do something wrong. I was trasferring data from my usb HD when the
process stopped (input/output error) and the system went completely frozen.
From that moment on I can not boot from HD.

Using knoppix I can read all partitions... exept /home and /

I tried to reinstall grub on MBR using the ubuntu studio rescue (apologize
for that :-) ) and SGD (Super Grub Disk).
The former stops during device mapping, showing partitions like /dev/sd1,
/dev/sd2 and so on which is quite absurd, the latter is unable to install
grub on the MBR (for the same problem I guess ...) and to boot any of the
two OS  (XP is there, but I do not boot it from ages )

I would prefer not to do a fresh install if not necessary even if my data
are backed up on a safe partition.

Any ideas? Can I resume my lenny?

regards
raffaele


Re: Can't see characters in xserver-xorg

2008-05-08 Thread Nicolas George
Le decadi 20 floréal, an CCXVI, Alan Chandler a écrit :
 some else comments that it appears to be a font problem, but I don't think
 so.  Icons appear wrong too - in particular what it looks like is that
 transparency doesn't work and the result is either black or white.  Using
 kdm, the central area kdm puts up is white with an enormous black border -
 so whilst all the text is actually white blobs that is what makes me think
 it is the video driver

The recent upgrade of xserver 1.3 to 1.4 changed the 2D acceleration
framework, that may be what you are experiencing.

The very first thing to do is test with a simple environment. Which means
neither Gnome nor KDE. I advise to shut down any display manager, log in on
the console, and then:

X  sleep 2  DISPLAY=:0 xterm 

Then you can do some basic tests, especially between X11 fonts and Xft
fonts:

xfd -fn fixed
xfd -fa serif

As for me, I can tell that the current version of xserver works for me, but
I do not use neither KDE nor Gnome, nor any compositing manager, and I
upgraded (in /opt) to version 2.3.0 of the intel driver to get overlay video
(and a small custom patch to get it full screen), so this is no proof. It
seems that xserver-xorg-video-intel 2.3.0 is available in experimental.

Hope this helps.

Regards,

-- 
  Nicolas George


signature.asc
Description: Digital signature


Re: GRUB Error 17

2008-05-08 Thread Jochen Schulz
Cassiel:
 
 I did not install/re-install anything, resize partitions or anything else
 could do something wrong. I was trasferring data from my usb HD when the
 process stopped (input/output error) and the system went completely frozen.
 From that moment on I can not boot from HD.
 
 Using knoppix I can read all partitions... exept /home and /

Sounds like your hard drive is dying. Boot from a rescue disk and fsck
all filesystems. smartctl might give some clues what's wrong with the
disk. In any case make sure you have backups of everything you'd rather
not lose.

 I would prefer not to do a fresh install if not necessary even if my data
 are backed up on a safe partition.

There are disk migration howtos for linux irrespective of the
distribution you are using. You might want to follow them to move your
system to a new disk and then analyze what's wrong with your current
disk.

J.
-- 
The houses of parliament make me think of school bullies.
[Agree]   [Disagree]
 http://www.slowlydownward.com/NODATA/data_enter2.html


signature.asc
Description: Digital signature


Re: make-kpkg failure - UTS release version problem

2008-05-08 Thread Bill
On Thu, 2008-08-05 at 06:44 +0200, NN_il_Confusionario wrote:
 
 On Wed, May 07, 2008 at 03:05:37PM -0700, Bill wrote:
  The UTS Release version in include/linux/version.h

  does not match current version:
   2.6.25 
  Please correct this.
 
  Any pointers here would be helpful.
 
 It might be a faq about kernel-package, and its documentation in
 /user/share/doc/kernel-package/ might answer this
 
  What needs correcting?
 
 include/linux/version.h 

Well there's no /src/linux/.. include/linux/version.h file.

There are no 2.6.25/src/linux-header... files. 

But there is
a /usr/src/linux-headers-2.6.24-16-generic/include/linux/version.h
file containing:
#define LINUX_VERSION_CODE 132632
#define KERNEL_VERSION(a,b,c) (((a)  16)  8) + (c))

I assume that belongs to the current kernel.
Should there be a include/linux/version.h file in the 
2.6.25 directory? 

tia,

b.


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



Re: Iceweasel's UserAgent

2008-05-08 Thread Eduardo M KALINOWSKI
KS wrote:
 Eduardo M KALINOWSKI wrote:
   
 This is interesting. I've changed the UserAgent to say Firefox instead
 of Iceweasel and that triangle is present (which I had never noticed, to
 say the truth, but is very nice), and other sites which did not
 recognize Iceweasel now work.

 Which leads to the question: Shouldn't Iceweasel at least advertise
 itself as Firefox? Because after all it _is_ Firefox, only with a
 different name.


 

 Pretty sure that Mozilla.com won't allow that. Primarily because Firefox
 is their trademark.
   

I'm no lawyer, but I doubt this is trademark infringement. It's like
saying This browser is similar to Firefox or based on Firefox, at
least that's how I understand it.

-- 
Don't read everything you believe.

Eduardo M KALINOWSKI
[EMAIL PROTECTED]
http://move.to/hpkb


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



Re: Iceweasel's UserAgent

2008-05-08 Thread Eduardo M KALINOWSKI
Mumia W.. wrote:
 On 05/07/2008 05:23 PM, Eduardo M KALINOWSKI wrote:
 [...]
 Which leads to the question: Shouldn't Iceweasel at least advertise
 itself as Firefox? 

 No it should not.

 Because after all it _is_ Firefox, only with a different name.



 That depends upon timing and perspective. In a real, legal and
 organizational sense, Iceweasel is a different web browser maintained
 by a different organization from Mozilla, and it should have a
 different name and advertise itself as what it is--a different web
 browser.

 However, history does show that Iceweasel shares some code with
 Firefox. History also shows that the Microsoft Internet Explorer
 shares some code with Spyglass and NCSA Mosaic. This does not justify
 MSIE advertising itself as anything other than MSIE x.x.

I see a difference. I believe that even at first release, MSIE was
already different enough from Mosaic. Even if not, nowadays it certainly is.

If some day Iceweasel starts to change so much that it gets somewhat
different from Firefox, then it should not advertise itself as Firefox
anymore. However, as far as I know, Iceweasel is exactly Firefox without
the name and artwork, and with other quite small changes.
Rendering-wise, it is exactly the same.

And while this is another topic, I personally hope Iceweasel does not
drift much from Firefox. The name change is already very bad for Debian
and its users (even though it's unavoidable, I understand), so let's
minimize the problems.

-- 
Don't read everything you believe.

Eduardo M KALINOWSKI
[EMAIL PROTECTED]
http://move.to/hpkb


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



Re: Can't see characters in xserver-xorg

2008-05-08 Thread Paul Cartwright
On Thu May 8 2008, Andrei Popescu wrote:
 With latest xorg you should not need to write too much in xorg.conf. See
 mine (BTW, I also use intel):

 ,[ /etc/X11/xorg.conf ]
r
 |
 | Section Device
 |   Identifier  Configured Video Device
 | EndSection

would that work for an nvidia driver?
   +-01.0-[:01]00.0  nVidia Corporation G72 [GeForce 7300 LE]

running lenny:
# uname -a
Linux paulandcilla 2.6.22-3-686 #1 SMP Sun Feb 10 20:20:49 UTC 2008 i686 
GNU/Linux



-- 
Paul Cartwright
Registered Linux user # 367800
Registered Ubuntu User #12459


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



Re: Re: Can't see characters in xserver-xorg

2008-05-08 Thread Jose L . Ayala

Hi again!

Thanks a lot for your help. This is the result of your suggestions:

xfd -fn fixed WORKS

xfd -fa serif DOESN'T WORK: no font to display

If I try to launch firefox, I get the unusable fonts displayed and I  
cannot see the characters again.


I've checked the installed fonts:

gsfonts-x11
ttf-unfonts
ttf-unfonts-extra
unifont
xfonts-base
xfonts-encodings
xfonts-scalable

What could I try  now? Thanks a lot again for your help!

Jose

Duplicity does not run from cron-script

2008-05-08 Thread Sjoerd Hardeman

Hi all,

I have a cron script that first calls automysqlbackup for dumping the 
database and dumps the package list. After that, it should copy this 
plus other stuff to a remote location using duplicity. This script runs 
fine when executed manually, but when run via cron it does dump the 
database and package list, but it does not run duplicity. It also 
doesn't log anything, at least not where I can find it.
Has anybody any idea of what I'm doing wrong? Below you find the script 
I use. I know this is little to go on, but I really have no idea of what 
else to provide. Thanks for any help.


Sjoerd


#!/bin/sh
/usr/local/sbin/automysqlbackup.sh  /var/log/automysqlbackup.log
/usr/local/sbin/dumppackagelist.sh  /var/log/dumppackagelist.log

export PASSPHRASE=***
duplicity --encrypt-key 55002BF6 --sign-key DE030354 --include 
/backup --include /root --include /home --include /etc --include 
/var/backups --include /var/www --include /var/log  --include 
/var/cache/debconf --exclude '**' / 
ssh://[EMAIL PROTECTED]//home/backup/rijst_backup  /var/log/backup.log



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




Re: Re: Can't see characters in xserver-xorg

2008-05-08 Thread Nicolas George
Le decadi 20 floréal, an CCXVI, Jose L. Ayala a écrit :
 Thanks a lot for your help. This is the result of your suggestions:

 xfd -fn fixed WORKS

 xfd -fa serif   DOESN'T WORK: no font to display

This is therefore a problem with Xft. Xft act as glue between fontconfig,
Freetype and RENDER. Freetype is very unlikely to break (somewhat like
libpng).

To see if fontconfig works, type fc-list, and see if you have all your
usual fonts listed.

To see if RENDER works, start xclock and see if the hands are displayed
properly _and_ anti-aliased (to better see anti-aliasing, you can use xmag).

Regards,

-- 
  Nicolas George


signature.asc
Description: Digital signature


Re: Duplicity does not run from cron-script

2008-05-08 Thread Peter Jordan
Sjoerd Hardeman, 05/08/2008 01:15 PM:

 Hi all,
 
 I have a cron script that first calls automysqlbackup for dumping the
 database and dumps the package list. After that, it should copy this
 plus other stuff to a remote location using duplicity. This script runs
 fine when executed manually, but when run via cron it does dump the
 database and package list, but it does not run duplicity. It also
 doesn't log anything, at least not where I can find it.
 Has anybody any idea of what I'm doing wrong? Below you find the script
 I use. I know this is little to go on, but I really have no idea of what
 else to provide. Thanks for any help.
 
 Sjoerd
 
 
 #!/bin/sh
 /usr/local/sbin/automysqlbackup.sh  /var/log/automysqlbackup.log
 /usr/local/sbin/dumppackagelist.sh  /var/log/dumppackagelist.log
 
 export PASSPHRASE=***
 duplicity --encrypt-key 55002BF6 --sign-key DE030354 --include
 /backup --include /root --include /home --include /etc --include
 /var/backups --include /var/www --include /var/log  --include
 /var/cache/debconf --exclude '**' /
 ssh://[EMAIL PROTECTED]//home/backup/rijst_backup  /var/log/backup.log
 
 


I only can guess:

duplicity does not know, which gnupg keys to use.

try this:

export HOME=/home/user


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



prevent dpkg from (re-)starting services

2008-05-08 Thread Olaf Leidinger
Hello List!

On a file server I installed several debian (-based) distributions into
an exported directory using debootstrap. These are used as root
filesystems for diskless clients. To install new packages/updates I
chroot into the directories of the corresponding distributions and run
aptitude. The problem is, that every time I install the update of a
service (e.g. cups), the service is (started in the chrooted
environment, but I don't want to run any service in there.

Is there a way to prevent dpkg from (re-)starting these services?
Deleting them from the /etc/rc* directories is not an option, as they
are needed by the clients.

Thanks in advance!

Olaf Leidinger


pgpOExfiIsuGl.pgp
Description: PGP signature


  1   2   >