Re: Imposibilidad de unirse a dominio Windows 2000

2009-09-07 Thread Javier Argentina
Reconozco que nadie tiene la obligación de contestar, pero ¿no se cae
ninguna idea?
Este problema me está complicando la vida.
Acepto cualquier sugerencia.

Gracias.



2009/9/2, JAP javier.debian.bb...@gmail.com:
 Estoy teniendo problemas para unirme al dominio, y eso que lo he hecho
 muchas veces en años anteriores.
 De hecho, hasta hace un mes, estaba unido sin problemas. Una rotura de
 disco me obligó a instalar todo de nuevo.
 Ya intenté todo lo posble y lo que he estudiado.

 ¿Alguno me puede tirar una idea de cuál puede ser el problema?
 Van todo los datos y configuraciones de importancia.

 Gracias

 Javier

 ---
 host: station91
 usuario: win-user5
 password: win-pass
 dominio: company
 realm: local.company
 KDC administrative server: serverpdc1
 KDC secondary server: serverbdc7

 ---


 # /etc/network/interfaces
 #
 # This file describes the network interfaces available on your system
 # and how to activate them. For more information, see interfaces(5).

 # The loopback network interface
 auto lo
 iface lo inet loopback

 # LOCAL
   allow-hotplug eth0
   auto eth0
   iface eth0 inet dhcp
   post-up route del default gw 10.111.1.254
   post-up route del -net 10.111.1.0 netmask 255.255.255.0 dev eth0
   post-up route add -net 10.0.0.0 netmask 255.0.0.0 dev eth0
   post-up net time set -S serverpdc1

 ---

 # /etc/krb5.conf

 [libdefaults]
 default_realm = LOCAL.COMPANY

 # The following krb5.conf variables are only for MIT Kerberos.
  krb4_config = /etc/krb.conf
  krb4_realms = /etc/krb.realms
  kdc_timesync = 1
  ccache_type = 4
  forwardable = true
  proxiable = true

 [realms]
 LOCAL.COMPANY = {
   kdc = serverbdc7
   kdc = serverpdc1
   kdc = serverbdc2
   kdc = serverbdc5
   admin_server = serverpdc1
 }

 [domain_realm]
   .local.company = LOCAL.COMPANY
   local.company = LOCAL.COMPANY

 [login]
   krb4_convert = true
   krb4_get_tickets = false

 ---


 # /etc/nsswitch.conf
 #
 # Example configuration of GNU Name Service Switch functionality.
 # If you have the `glibc-doc-reference' and `info' packages installed, try:
 # `info libc Name Service Switch' for information about this file.

 passwd:  files winbind ldap
 group:   files winbind ldap
 shadow:  files

 hosts:   files wins mdns4_minimal [NOTFOUND=return] dns mdns4
 networks:files

 protocols:   db files
 services:db files
 ethers:  db files
 rpc: db files

 netgroup:nis

 ---


 # /etc/samba/smb.conf
 # Samba config file created using SWAT
 # from UNKNOWN (��t)
 # Date: 2009/09/02 08:30:38

 [global]
   ldap ssl ads = Yes
   idmap gid = 1-2
   passwd chat = *Enter\snew\s*\spassword:* %n\n
 *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
   obey pam restrictions = Yes
   browse list = No
   dns proxy = No
   idmap uid = 1-2
   local master = No
   workgroup = COMPANY
   os level = 0
   winbind refresh tickets = Yes
   update encrypted = Yes
   printcap name = cups
   security = ADS
   winbind separator = +
   max log size = 1000
   lanman auth = Yes
   log file = /var/log/samba/log.%m
   include = /etc/samba/dhcp.conf
   wins server = eth0:10.111.1.201
   auth methods = winbind, krb5, ldap, guest, sam
   interfaces = eth0
   username map = /etc/samba/smbusers
   domain master = No
   winbind trusted domains only = yes
   realm = LOCAL.COMPANY
   winbind use default domain = Yes
   server string = %h - Jefe Almacenaje (13-6922)
   password server = serverbdc7, serverpdc1, *
   unix password sync = Yes
   template homedir = /home/%U
   syslog = 0
   panic action = /usr/share/samba/panic-action %d
   pam password change = Yes

 [homes]
   comment = Home Directories
   valid users = %S
   create mask = 0700
   directory mask = 0700
   browseable = No

 [printers]
   comment = All Printers
   path = /var/spool/samba
   create mask = 0700
   printable = Yes
   browseable = No

 [print$]
   comment = Printer Drivers
   path = /var/lib/samba/printers
 [homes]
   comment = Home Directories
   valid users = %S
   create mask = 0700
   directory mask = 0700
   browseable = No

 ---



 station91:~# wbinfo -m --verbose
 Domain Name DNS Domain  Trust Type  Transitive  In   Out
 BUILTIN NoneYes Yes  Yes
 IBPBW91 NoneYes Yes  Yes
 COMPANY LOCAL.COMPANY   NoneYes Yes  Yes

 

Imposibilidad de unirse a dominio Windows 2000

2009-09-02 Thread JAP
Estoy teniendo problemas para unirme al dominio, y eso que lo he hecho 
muchas veces en años anteriores.
De hecho, hasta hace un mes, estaba unido sin problemas. Una rotura de 
disco me obligó a instalar todo de nuevo.

Ya intenté todo lo posble y lo que he estudiado.

¿Alguno me puede tirar una idea de cuál puede ser el problema?
Van todo los datos y configuraciones de importancia.

Gracias

Javier

---
host: station91
usuario: win-user5
password: win-pass
dominio: company
realm: local.company
KDC administrative server: serverpdc1
KDC secondary server: serverbdc7

---


# /etc/network/interfaces
#
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# LOCAL
 allow-hotplug eth0
 auto eth0
 iface eth0 inet dhcp
 post-up route del default gw 10.111.1.254
 post-up route del -net 10.111.1.0 netmask 255.255.255.0 dev eth0
 post-up route add -net 10.0.0.0 netmask 255.0.0.0 dev eth0
 post-up net time set -S serverpdc1

---

# /etc/krb5.conf

[libdefaults]
default_realm = LOCAL.COMPANY

# The following krb5.conf variables are only for MIT Kerberos.
krb4_config = /etc/krb.conf
krb4_realms = /etc/krb.realms
kdc_timesync = 1
ccache_type = 4
forwardable = true
proxiable = true

[realms]
LOCAL.COMPANY = {
kdc = serverbdc7
kdc = serverpdc1
kdc = serverbdc2
kdc = serverbdc5
admin_server = serverpdc1
}

[domain_realm]
 .local.company = LOCAL.COMPANY
 local.company = LOCAL.COMPANY

[login]
krb4_convert = true
krb4_get_tickets = false

---


# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc Name Service Switch' for information about this file.

passwd:  files winbind ldap
group:   files winbind ldap
shadow:  files

hosts:   files wins mdns4_minimal [NOTFOUND=return] dns mdns4
networks:files

protocols:   db files
services:db files
ethers:  db files
rpc: db files

netgroup:nis

---


# /etc/samba/smb.conf
# Samba config file created using SWAT
# from UNKNOWN (��t)
# Date: 2009/09/02 08:30:38

[global]
ldap ssl ads = Yes
idmap gid = 1-2
	passwd chat = *Enter\snew\s*\spassword:* %n\n 
*Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .

obey pam restrictions = Yes
browse list = No
dns proxy = No
idmap uid = 1-2
local master = No
workgroup = COMPANY
os level = 0
winbind refresh tickets = Yes
update encrypted = Yes
printcap name = cups
security = ADS
winbind separator = +
max log size = 1000
lanman auth = Yes
log file = /var/log/samba/log.%m
include = /etc/samba/dhcp.conf
wins server = eth0:10.111.1.201
auth methods = winbind, krb5, ldap, guest, sam
interfaces = eth0
username map = /etc/samba/smbusers
domain master = No
winbind trusted domains only = yes
realm = LOCAL.COMPANY
winbind use default domain = Yes
server string = %h - Jefe Almacenaje (13-6922)
password server = serverbdc7, serverpdc1, *
unix password sync = Yes
template homedir = /home/%U
syslog = 0
panic action = /usr/share/samba/panic-action %d
pam password change = Yes

[homes]
comment = Home Directories
valid users = %S
create mask = 0700
directory mask = 0700
browseable = No

[printers]
comment = All Printers
path = /var/spool/samba
create mask = 0700
printable = Yes
browseable = No

[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
[homes]
comment = Home Directories
valid users = %S
create mask = 0700
directory mask = 0700
browseable = No

---



station91:~# wbinfo -m --verbose
Domain Name DNS Domain  Trust Type  Transitive  In   Out
BUILTIN NoneYes Yes  Yes
IBPBW91 NoneYes Yes  Yes
COMPANY LOCAL.COMPANY   NoneYes Yes  Yes

---


station91:~# wbinfo -u –verbose
(do nothing!!)

---


station91:~# wbinfo -g --verbose
BUILTIN+administrators
BUILTIN+users


Debian unter Windows 2000

2009-03-25 Thread UST
Ich habe einen Dell-Laptop Latitude CPI-A mit Win 2000, auf den ich Debian 
installieren möchte. Leider ist das Bios-Passwort nicht auffindbar, so dass 
ich die Boot-Reihenfolge nicht auf DVD-einstellen kann. Die Festplatte (3GB) 
hat 2 Partitionen. Kann ich unter Windows Debian auf der 2. Partition 
installieren und anschließend Win 2000 auf Partition 1 (C) löschen? Wenn es 
geht, wie muss ich vorgehen?

Vielen Dank im voraus

Udo Stapel

Eberhardstr. 9
87439 Kempten

Postfach 2471
87414 Kempten 



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




Re: Debian unter Windows 2000

2009-03-25 Thread Andrei Popescu
On Wed,25.Mar.09, 16:20:35, UST wrote:
 Ich habe einen Dell-Laptop Latitude CPI-A mit Win 2000, auf den ich 
 Debian installieren möchte. Leider ist das Bios-Passwort nicht 
 auffindbar, so dass ich die Boot-Reihenfolge nicht auf DVD-einstellen 
 kann. Die Festplatte (3GB) hat 2 Partitionen. Kann ich unter Windows 
 Debian auf der 2. Partition installieren und anschließend Win 2000 auf 
 Partition 1 (C) löschen? Wenn es geht, wie muss ich vorgehen?
 Vielen Dank im voraus

http://goodbye-microsoft.com

aber dies is eine englische Liste. In deutsch kann man an die 
debian-user-german Liste schreiben.

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


signature.asc
Description: Digital signature


Re: Debian unter Windows 2000

2009-03-25 Thread Emanoil Kotsev
UST wrote:

 Ich habe einen Dell-Laptop Latitude CPI-A mit Win 2000, auf den ich Debian
 installieren möchte. Leider ist das Bios-Passwort nicht auffindbar, so
 dass ich die Boot-Reihenfolge nicht auf DVD-einstellen kann. Die
 Festplatte (3GB) hat 2 Partitionen. Kann ich unter Windows Debian auf der
 2. Partition installieren und anschließend Win 2000 auf Partition 1 (C)
 löschen? Wenn es geht, wie muss ich vorgehen?
 Vielen Dank im voraus
 
 Udo Stapel
 
 Eberhardstr. 9
 87439 Kempten
 
 Postfach 2471
 87414 Kempten
 
 

I would google for how to reset the bios on your particular notebook.

It'll solve the problem easier.

The windows bootmanager reads a file in C:\ ... something like boot but I
forgot the name.
This is something like /boot/grub/menu.lst .

Google for the syntax. you can set it up to boot from different partition or
image youcopy somewhere

regards



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



squid y windows 2000

2006-10-09 Thread avisx

hola llista!!

he estat mirant la manera d'interconectar el squid del servidor debian
amb el active directory del servidor windows 2000 que tenim.

aqui he vist varies opcions
ntlm
smb
msnt
ldap

voldria saber quina es la manera mes usual de fer aixo?

moltes gracies per anticipat.


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



SAMBA - ACL WINDOWS 2000

2005-11-18 Thread acarrascon
Hola a todos:

Tengo un dominio NT4 que en breve será un ADS 2003. Teniendo en cuenta
este hecho, vamos a implementar un servidor de ficheros. Este servidor
será un Debian con Samba. Este servidor está siendo montando para, por lo
menos, hacer pruebas de viabilidad y me he encontrado con numerosos
problemas.

Necesito  crear una carpeta (compartida) por usuario del dominio, de tal
forma, que cuando despliegue los permisos o ACLs de Windows, pueda ver lo
siguiente:
usuario = Control Total
Administradores del Dominio = Control Total.

Y una carpeta compartida que pueda crear en ella carpetas con permisos
Windows, desde Entorno de Red y que se cumplan a raja tabla.

Estoy probando las diezmil y una opciones de Samba 3.0.20b pero veo que
algo no estoy haciendo bien.

¿Pueden ayudarme?

Gracias.


-- 
Recibid un cordial saludo

Ángel Carrasco


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



Linux comme DC dans un réseau windows 2000 /2003

2005-09-15 Thread Thierry Leurent
Bonsoir,


Dans le cadre d'un réseau ayant cote serveur (Windows 2000, 2003 bientot)  et 
Windows 2000/ Windows XP coté client A terme uniquement XP. Les serveurs 
Windows sont de 3 catégories: DC, File Server et Application sever (y a un 
soft à la con qui tourne dessus). Ca fonctionne, pas trop mal, mais c'est pas 
ça. Donc la solution est de manchotiser tout cela. Les serveurs 
d'applications, ils resteront vas pas virer le serveur Norton, le 
pointage, ...

La première étape serait de se faire un vrais file server avec cotas, 
filesystem journalisé, . Un bon linux avec samba mais les droits 
devraient être gérés par l'AD. Idem un serveur d'impression dans le même 
esprit pourrait arriver. (Pour ça, j'ai déjà aperçu des docs)

La deuxième étape, c'est de passer les DNS sous bind. Il semble aussi que se 
soit possible.

La troisième, c'est un DC en linux.. Mais un vrais DC pas BDC NT4.

La Dernière, lancer su shutdown -s sur tous les DC windows, verser un larme et 
les reinstaller en DC Linux.

Quelqu'un aurait-il déjà approché se résultat ou aurait tenté de le réaliser ?

Merci


BackFromHell



Re: Cupsd, et un client windows 2000 (un peu OT ... ;)

2005-01-17 Thread J.Pierre Pourrez
Le 13/01/05 à 16:08, J.Pierre Pourrez écrivait:

  mayer.debianfr at free.fr writes:
  Aie aie aie, c'est la reponse que je redoutais.
  Donc pas de IPP sous Windows 2000
 
 A priori si d'après le site de Microsoft:
 http://www.microsoft.com/windows2000/fr/advanced/help/default.asp?
 url=/windows2000/fr/advanced/help/sag_printconcepts_internet_printing.htm
 
 Je n'ai pas Win2K mais j'ai fait l'essai avec WinXP et ça marche plutôt bien.
 Il n'y a pas besoin de Samba et on utilise les pilotes de l'imprimante sous
 Windows. J'ai une HP Deskjet 3820.
 
 C'est assez facile à faire.

Vous trouverez quelques explications ici:

http://jpourrez.free.fr/linux/ipp_win/

En espérant que cela aide
Jean-Pierre



Re: Cupsd, et un client windows 2000 (un peu OT ... ;)

2005-01-13 Thread J . Pierre Pourrez
 mayer.debianfr at free.fr writes:
 Aie aie aie, c'est la reponse que je redoutais.
 Donc pas de IPP sous Windows 2000

A priori si d'aprs le site de Microsoft:
http://www.microsoft.com/windows2000/fr/advanced/help/default.asp?
url=/windows2000/fr/advanced/help/sag_printconcepts_internet_printing.htm

Je n'ai pas Win2K mais j'ai fait l'essai avec WinXP et a marche plutt bien.
Il n'y a pas besoin de Samba et on utilise les pilotes de l'imprimante sous
Windows. J'ai une HP Deskjet 3820.

C'est assez facile  faire.

En esprant que cela aide.
Jean-Pierre



-- 
Pensez  lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez  rajouter 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: Cupsd, et un client windows 2000 (un peu OT ... ;)

2005-01-13 Thread J . Pierre Pourrez
 mayer.debianfr at free.fr writes:
 Aie aie aie, c'est la reponse que je redoutais.
 Donc pas de IPP sous Windows 2000

A priori si d'aprs le site de Microsoft:
http://www.microsoft.com/windows2000/fr/advanced/help/default.asp?
url=/windows2000/fr/advanced/help/sag_printconcepts_internet_printing.htm

Je n'ai pas Win2K mais j'ai fait l'essai avec WinXP et a marche plutt bien.
Il n'y a pas besoin de Samba et on utilise les pilotes de l'imprimante sous
Windows. J'ai une HP Deskjet 3820.

C'est assez facile  faire.

En esprant que cela aide.
Jean-Pierre




Re: Cupsd, et un client windows 2000 (un peu OT ... ;)

2005-01-11 Thread mayer . debianfr
Selon Pierre Ancelot [EMAIL PROTECTED]:



 Salut :)
 Si je ne me trompes pas, le systeme d'impression windosien en reseau et
 base
 sur le protocole que samba gere... donc je pense pas que tu aies le
 choix
Aie aie aie, c'est la reponse que je redoutais.
Donc pas de IPP sous Windows 2000



 On Monday 10 January 2005 11:30, [EMAIL PROTECTED] wrote:
  Bonjour,
 
  Un systeme constitue d'un serveur cupsd, qui imprime vers une imprimante
  reseau IP.
  Dans ce reseau, sur lequel il n'y a pas de protocole SMB (samba),
 j'aimerai
  qu'une station Windows 2000 puisse utiliser le serveur cupsd, afin
  d'imprimer. Malheureusement, je ne sais pas parametrer ... windows 2000.
  Quelqu'un pourrait-il me faire partager ses lumieres ? Si possible sans
  mettre en route SMB ?
 
  Merci d'avance, et excusez moi pour cette question (un peu) hors sujet.





Cupsd, et un client windows 2000 (un peu OT ... ;)

2005-01-10 Thread mayer . debianfr
Bonjour,

Un systeme constitue d'un serveur cupsd, qui imprime vers une imprimante
reseau IP.
Dans ce reseau, sur lequel il n'y a pas de protocole SMB (samba), j'aimerai
qu'une station Windows 2000 puisse utiliser le serveur cupsd, afin
d'imprimer. Malheureusement, je ne sais pas parametrer ... windows 2000.
Quelqu'un pourrait-il me faire partager ses lumieres ? Si possible sans
mettre en route SMB ?

Merci d'avance, et excusez moi pour cette question (un peu) hors sujet.





Re: Cupsd, et un client windows 2000 (un peu OT ... ;)

2005-01-10 Thread Pierre Ancelot


Salut :)
Si je ne me trompes pas, le systeme d'impression windosien en reseau et base 
sur le protocole que samba gere... donc je pense pas que tu aies le choix

On Monday 10 January 2005 11:30, [EMAIL PROTECTED] wrote:
 Bonjour,

 Un systeme constitue d'un serveur cupsd, qui imprime vers une imprimante
 reseau IP.
 Dans ce reseau, sur lequel il n'y a pas de protocole SMB (samba), j'aimerai
 qu'une station Windows 2000 puisse utiliser le serveur cupsd, afin
 d'imprimer. Malheureusement, je ne sais pas parametrer ... windows 2000.
 Quelqu'un pourrait-il me faire partager ses lumieres ? Si possible sans
 mettre en route SMB ?

 Merci d'avance, et excusez moi pour cette question (un peu) hors sujet.


pgpHBgEM852Z6.pgp
Description: PGP signature


Probleme mit Windows 2000 in Bochs

2004-09-08 Thread Oleg
Ich mchte gerne w2k in Bochs installieren.
Leider verabschiedet sich Bochs (message box: Bochs simulation has 
stopped) auf die stelle wo Windows Setup versucht Windows zu starten 
(Setup startet Windows 2000). Das passiert vor dem Willkommen bei 
Setup schritt.
Ich benutze Debian Sarge und installiere w2k von CD image auf die 
Festplatte mit HD image 1GB

Mein .bochsrc Datei:
config_interface: wx
display_library: wx
romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xf
megs: 128
vgaromimage: file=/usr/share/vgabios/vgabios.bin
floppya: 1_44=/dev/fd0, status=inserted
floppyb: 1_44=b.img, status=inserted
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata1: enabled=0, ioaddr1=0x170, ioaddr2=0x370, irq=15
ata2: enabled=0, ioaddr1=0x1e8, ioaddr2=0x3e0, irq=11
ata3: enabled=0, ioaddr1=0x168, ioaddr2=0x360, irq=9
diskc: file=/var/lib/postgres/win2000/c.img, cyl=2031, heads=16, spt=63
cdromd: dev=/var/lib/postgres/win2000/win2000.iso, status=inserted
newharddrivesupport: enabled=1
boot: cdrom
ips: 1000
floppy_bootsig_check: disabled=0
log: /dev/stdout
panic: action=ask
error: action=report
info: action=report
debug: action=ignore
debugger_log: -
vga_update_interval: 30
keyboard_serial_delay: 250
keyboard_paste_delay: 10
floppy_command_delay: 500
mouse: enabled=0
private_colormap: enabled=0
usb1: enabled=1, ioaddr=0xFF80, irq=10
Vielen Dank im voraus
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Problem installing Windows 2000 in Bochs

2004-09-08 Thread Oleg
Dear all,
I am trying to install Win 2000 in Bochs 2.1.1. using image of w2k 
installation CD and flat HD image of 1 GB. At the point when w2k setup 
says Setup starts Windows 2000 Bochs simulation stops (message box: 
Bochs simulation has stopped). Is there some explanations on how to 
install w2k in Bochs?

My .bochsrc file:
config_interface: wx
display_library: wx
romimage: file=/usr/share/bochs/BIOS-bochs-latest, address=0xf
megs: 128
vgaromimage: file=/usr/share/vgabios/vgabios.bin
floppya: 1_44=/dev/fd0, status=inserted
floppyb: 1_44=b.img, status=inserted
ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14
ata1: enabled=0, ioaddr1=0x170, ioaddr2=0x370, irq=15
ata2: enabled=0, ioaddr1=0x1e8, ioaddr2=0x3e0, irq=11
ata3: enabled=0, ioaddr1=0x168, ioaddr2=0x360, irq=9
diskc: file=/var/lib/postgres/win2000/c.img, cyl=2031, heads=16, spt=63
cdromd: dev=/var/lib/postgres/win2000/win2000.iso, status=inserted
newharddrivesupport: enabled=1
boot: cdrom
ips: 1000
floppy_bootsig_check: disabled=0
log: /dev/stdout
panic: action=ask
error: action=report
info: action=report
debug: action=ignore
debugger_log: -
vga_update_interval: 30
keyboard_serial_delay: 250
keyboard_paste_delay: 10
floppy_command_delay: 500
mouse: enabled=0
private_colormap: enabled=0
usb1: enabled=1, ioaddr=0xFF80, irq=10
Thanks a lot in advance
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



windows 2000 - Samba 3

2004-08-08 Thread Scetbon Cyril

Salut,

Je me trouve dans un environnement windows avec un serveur win2000 + ADS.
Je voudrais remplacer ce serveur par un linux + Samba 3
Je sais que Samba 3 peut tre un client Active Directory mais pas serveur.

Quelle solution pourrais je mettre en place pour remplacer totalement le 
serveur windows 2000 sans avoir  interfrer avec les autres windows du 
rseau ?


Je me suis demand si je pouvais utiliser openldap mais alors je vais 
devoir modifier la politique des autres windows (comment ?).

comment exporter la liste des utilisateurs, groupes existants ?

Dois je dporter les objets de l'ADS vers une autre machine ? (je sais 
pas trop comment a fonctionne)



Merci pour toute suggestion.



Re: Serveur de proxy vs windows 2000 serveur

2004-07-01 Thread Glennie Vignarajah
Claude Reveret wrote:

 Bonjour la liste,
 
 J'ai installé au boulot de serveur proxy avec squid sur une debian.
 Je souhaite maintenant installé des restrictions d'accès.
 
 Le serveur de domaine est un Windows 2000 serveur.

Utiliser le module d'auth. NTLM 'Squid NTLM authentication project'.
http://squid.sourceforge.net/ntlm/.
A+


-- 
Glennie
Personne ne survit au fait d'être estimé au-dessus de sa valeur. 
Oscar Wilde



Serveur de proxy vs windows 2000 serveur

2004-06-30 Thread Claude Reveret
Bonjour la liste,

J'ai installé au boulot de serveur proxy avec squid sur une debian.
Je souhaite maintenant installé des restrictions d'accès.

Le serveur de domaine est un Windows 2000 serveur.

Comment faire connaitre les utilisateurs de Windows à squid ?

J'ai surtout besoin d'un début de piste.

D'avance merci

@+, Claude



RE: Serveur de proxy vs windows 2000 serveur

2004-06-30 Thread Alain
Je serais aussi intéressé par un début de piste... Je vais devoir bientôt
m'atteler a ce genre de chose.

Alain 

 -Message d'origine-
 De : Claude Reveret [mailto:[EMAIL PROTECTED] De 
 la part de Claude Reveret
 Envoyé : mercredi 30 juin 2004 21:39
 À : debian-user-french@lists.debian.org
 Objet : Serveur de proxy vs windows 2000 serveur
 
 Bonjour la liste,
 
 J'ai installé au boulot de serveur proxy avec squid sur une debian.
 Je souhaite maintenant installé des restrictions d'accès.
 
 Le serveur de domaine est un Windows 2000 serveur.
 
 Comment faire connaitre les utilisateurs de Windows à squid ?
 
 J'ai surtout besoin d'un début de piste.
 
 D'avance merci
 
 @+, Claude
 
 
 --
 Pensez à lire la FAQ de la liste avant de poser une question :
 http://wiki.debian.net/?DebianFrench
 
 Pensez à rajouter 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: Serveur de proxy vs windows 2000 serveur

2004-06-30 Thread Sébastien GALLET

Alain a écrit :


Je serais aussi intéressé par un début de piste... Je vais devoir bientôt
m'atteler a ce genre de chose.

Alain 




-Message d'origine-
De : Claude Reveret [mailto:[EMAIL PROTECTED] De 
la part de Claude Reveret

Envoyé : mercredi 30 juin 2004 21:39
À : debian-user-french@lists.debian.org
Objet : Serveur de proxy vs windows 2000 serveur

Bonjour la liste,

J'ai installé au boulot de serveur proxy avec squid sur une debian.
Je souhaite maintenant installé des restrictions d'accès.

Le serveur de domaine est un Windows 2000 serveur.

Comment faire connaitre les utilisateurs de Windows à squid ?
Google : pam winbind squid -- 
http://www.squid-cache.org/Doc/FAQ/FAQ-23.html#winbind


J'ai surtout besoin d'un début de piste.

D'avance merci

@+, Claude


--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench

Pensez à rajouter 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: Serveur de proxy vs windows 2000 serveur

2004-06-30 Thread Frédéric Bothamy
* Claude Reveret [EMAIL PROTECTED] [2004-06-30 21:38] :
 Bonjour la liste,
 
 J'ai installé au boulot de serveur proxy avec squid sur une debian.
 Je souhaite maintenant installé des restrictions d'accès.
 
 Le serveur de domaine est un Windows 2000 serveur.
 
 Comment faire connaitre les utilisateurs de Windows à squid ?
 
 J'ai surtout besoin d'un début de piste.

2 pistes possibles :

- utiliser LDAP avec squid (si Windows 2000 Serveur fournit un serveur
  LDAP)
- utiliser l'authentification par SMB comme détaillé dans cette
  section : http://www.squid-cache.org/Doc/FAQ/FAQ-23.html, si ça marche
  avec Samba, cela devrait probablement aussi fonctionner avec
  Windows...


Fred

-- 
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/documents/smart-questions-fr.html
Comment signaler efficacement un bug ?
http://www.chiark.greenend.org.uk/~sgtatham/bugs-fr.html



Re: Autenticação no Windows 2000

2004-04-13 Thread Vinicius



nessecito da senha do windows 2000 para poder 
logar o sistema


dois hds um com debian outro com windows 2000

2004-03-05 Thread Ângelo M. Rigo
Olá dependo do windows 2000, e como nao consegui
instalar um bootmanager que me permitisse carregar o
windows 2000 ou o Debian ( o lilo nao funcionou com as
ajudas que tive na lista ) penso em reinstalar os dois
sistemas e pergunto :

Em qual ide e cabo de dados seria recomendado para que
o lilo tomasse conta diretitinho destes dois hds com
windows 200 e debian? 

  

__

Yahoo! Mail - O melhor e-mail do Brasil! Abra sua conta agora:
http://br.yahoo.com/info/mail.html



dois hds um com debian outro com windows 2000

2004-03-05 Thread Danilo Balarini

Tanto faz... isso realmente não importa

mas vc não precisa reinstalar os dois sistemas
o que vc tem que fazer é configurar direitinho o seu lilo

qual o seu problema atual ?

Abraços
Danilo
:-)))

_
MSN Messenger: converse com os seus amigos online.  
http://messenger.msn.com.br




Re: dois hds um com debian outro com windows 2000

2004-03-05 Thread Ângelo M. Rigo
Atualmente 
tentei deixar assim :

other=/dev/hdc1label=win2kteble=/dev/hdc1map-drive = 0x80to = 0x81map-drive = 0x81to = 0x80porem ao rodar o lilo ele nao adiciona est alinha da um erro 
dizendo que nao pode utilizar o map Danilo Balarini [EMAIL PROTECTED] wrote:
Tanto faz... isso realmente não importamas vc não precisa reinstalar os dois sistemaso que vc tem que fazer é configurar direitinho o seu liloqual o seu problema atual ?AbraçosDanilo:-)))_MSN Messenger: converse com os seus amigos online. http://messenger.msn.com.br-- To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]Yahoo! Mail - O melhor e-mail do Brasil. Abra sua conta agora!

Re: boot para windows 2000 e debian em hds diferentes

2004-01-19 Thread Marco Tulio Gontijo e Silva
On Mon, 19 Jan 2004 08:21:19 -0300 (ART)
Ângelo M. Rigo [EMAIL PROTECTED] wrote:
 Não sei se isto mudou no windows 2000 mas com o Windows Nt o bootloader tinha 
 que ser o do windows. 
  
 Mesmo assim pergunto como se instala lilo pois o debian entra direto sem 
 perguntar 

Procure um tutorial sobre lilo ou grub, pois de nada adiantaria o pessoal 
tentar te ensinar e você ter outra dúvida depois.

Aconselho o Foca Linux para começar:

focalinux.cipsga.org.br

-- 
[]'s
[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
UIN 50599075
Não seja pirata, seja livre!



Re: boot para windows 2000 e debian em hds diferentes

2004-01-16 Thread fredm




 Ola
 Tentei seguir um tutorial
 para boot para nt e debian em
 hds diferentes mas nao encontrei o boot .ini
 que eu deveria alterar no windows 2000 apos copiar
 o programa bootsect.lnx gerado no debian para
 o windows envontrar o hd do debian

para que o windows deve encontrar o hd do debian???
é o lilo que tem que saber onde tá o povo todo, não?










boot para windows 2000 e debian em hds diferentes

2004-01-15 Thread Ângelo M. Rigo
Ola
Tentei seguir um tutorial para boot para nt e debian em hds diferentes mas nao encontrei o boot .ini que eu deveria alterar no windows 2000 apos copiar o programa bootsect.lnx gerado no debian para o windows envontrar o hd do debian 

Alguem sabe como dar boot para windows 200o e debian em hds diferentes?

GratoYahoo! GeoCities: a maneira mais fácil de criar seu web site grátis!

Re: boot para windows 2000 e debian em hds diferentes

2004-01-15 Thread Rogério Neves Batata
On Thu, 15 Jan 2004 16:24:35 -0300 (ART)
Ângelo M. Rigo [EMAIL PROTECTED] wrote:

Use o Lilo pra fazer isso... é mais garantido! :-)

Batata

# Ola
# Tentei seguir um tutorial para boot para nt e debian em hds
diferentes mas nao encontrei o boot .ini que eu deveria alterar no
windows 2000 apos copiar o programa bootsect.lnx gerado no debian para o
windows envontrar o hd do debian 
#  
# Alguem sabe como dar boot para windows 200o e debian em hds
diferentes?
#  
# Grato
# 
# 
# 
# -
# Yahoo! GeoCities: a maneira mais fácil de criar seu web site grátis!


-- 

Rogério Neves Batata([EMAIL PROTECTED])
Companhia de Informática do Paraná - Celepar Linux User #87955 

 /\
 \ /  Campanha da fita ASCII - contra mail html
  X   ASCII ribbon campaign - against html mail
 / \



Re: boot para windows 2000 e debian em hds diferentes

2004-01-15 Thread Marcio de Araujo Benedito
Nao devia responder, mas estou a toa mesmo 

Em Qui, 2004-01-15 às 09:24, Ângelo M. Rigo escreveu:
 Ola
 Tentei seguir um tutorial para boot para nt e debian em hds diferentes
 mas nao encontrei o boot .ini que eu deveria alterar no windows 2000
 apos copiar o programa bootsect.lnx gerado no debian para o windows
 envontrar o hd do debian 

Este arquivo e oculto. Voce setou as preferencias para ver arquivos
ocultos??
 
 Alguem sabe como dar boot para windows 200o e debian em hds
 diferentes?

Levando em consideracao que o cancer esta no hda e voce esta usando o
grub, basta ter a entrada no /boot/grub/menu.lst:

title Praga dos Infernos
rootnoverify (hd0,0)
makeactive
chainloader  +1


-- 
Outgoing mail is certified Windows Free.
Checked by Debian GNU/Linux http://www.debian.org.

free your computer and your soul will follow...


signature.asc
Description: Esta é uma parte de mensagem	assinada digitalmente


Re: boot para debian e windows 2000

2004-01-12 Thread Cláudio Henrique Franco Gomes
 Preciso habilita a opção para dar boot para o windows 2000 (em um hd) e
para o Debian - BR (em outro hd).
 Alguem tem esta configuração? como foi feito ? o boot deve ser feito pelo
windows 2000 alterando o boot .ini ou o  lilo ou o grub pode dar conta?

em casa eu tenho o lilo instalado na MBR com a opção

other=/dev/hda1
label=Windows

que me permite entrar no windows.

abs, cláudio.

referencias adicionais:
http://www.tldp.org/HOWTO/LILO.html
http://www.tldp.org/HOWTO/LILO-9.html#ss9.2
http://freshmeat.net/projects/lilo/?topic_id=139
http://www.acm.uiuc.edu/workshops/linux_install/lilo.html



boot para debian e windows 2000

2004-01-12 Thread Ângelo M. Rigo
Bom dia 

Preciso habilita a opção para dar boot para o windows 2000 (em um hd) e para o Debian - BR (em outro hd).

Alguem tem esta configuração? como foi feito ? o boot deve ser feito pelo windows 2000 alterando o boot .ini ou o lilo ou o grub pode dar conta?

Grato?Central anti-spam do Yahoo! Mail: com dicas, dúvidas e curiosidades!

T-DSL bei Debian über VMWare auf Windows 2000

2003-12-16 Thread Sebastian Huff








Hallo,



habe gestern Nacht auf einem Windows 2000 Server (P4, 512MB Ram, ) mit VMWare (4.0 Workstation)
Debian 3.0 r2 i386 über die bf24-Installation
installiert.

Nun wollte ich mich um das Einrichten eines T-DSL Zugangs kümmern,
doch komme damit nicht klar, was ich hier lese: http://www.adsl4linux.de/howtos/rp-pppoe.php?PROVIDER=T-OnlineDIST=Deb30




ppp pppoe sind aktuell laut Angaben, doch anscheinend ist meine
Netzwerkkarte nicht ordentlich initialisiert und über die net-Treiber
finde ich keinen passenden Treiber für die Netzwerkkarten (z.Z.
D-Link DFE-528TX PCI Adapter  Realtek RTL8139(A)basierter
PCI-Fast Ethernet-Adapter (onboard)
 GigaBit-Karte (fällt ja aber für T-DSL flach) )



Nun wollte ich mal anfragen, ob jemand weiss,
wo ich passende Treiber finde, die ich auch über VMware
(Debian (VM) ) und dort z.Z. halt ohne Internetzugang beziehen kann?



Würd mich
freuen, wenn jemand helfen kann, Danke!








Re: T-DSL bei Debian über VMWare auf Windows 2000

2003-12-16 Thread Markus Riester
 Hallo,
  
  
 ppp pppoe sind aktuell laut Angaben, doch anscheinend ist meine
 Netzwerkkarte nicht ordentlich initialisiert und über die net-Treiber
 finde ich keinen passenden Treiber für die Netzwerkkarten (z.Z. D-Link
 DFE-528TX PCI Adapter  Realtek RTL8139(A)basierter PCI-Fast
 Ethernet-Adapter (onboard)  GigaBit-Karte (fällt ja aber für T-DSL
 flach) )
ich hab immer gleich von woody auf testing upgedated und der normale kernel
dort kernel-image-2.4 hatte den 8139too treiber. sollte bei woody auch so
sein.

(mit modconf installieren)

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: AW: T-DSL bei Debian über VMWare auf Windows 2000

2003-12-16 Thread Markus Riester
 Danke für die Informationen,
 
 aber wie soll ich das machen, ohne dass ich auf Debian z.Z.
 Internetzugang habe? 
 Kann schlecht noch mal alle 7 Debian CDs (diesmal testing) runterladen,
 um so zu updaten.
installier einfach mal den 2.4.18-deineArchitektur, also nicht den bf
kernel...packages.debian.org ist leider noch down (wegen genauen paketnamen -
aptitude search kernel-image)
 
 
 
 -Ursprüngliche Nachricht-
 Von: Markus Riester [mailto:[EMAIL PROTECTED] 
 Gesendet: Dienstag, 16. Dezember 2003 18:11
 An: Sebastian Huff
 Cc: [EMAIL PROTECTED]
 Betreff: Re: T-DSL bei Debian über VMWare auf Windows 2000
 
  Hallo,
   
   
  ppp pppoe sind aktuell laut Angaben, doch anscheinend ist meine
  Netzwerkkarte nicht ordentlich initialisiert und über die 
 net-Treiber
  finde ich keinen passenden Treiber für die Netzwerkkarten (z.Z. 
 D-Link
  DFE-528TX PCI Adapter  Realtek RTL8139(A)basierter PCI-Fast
  Ethernet-Adapter (onboard)  GigaBit-Karte (fällt ja aber für 
 T-DSL
  flach) )
 ich hab immer gleich von woody auf testing upgedated und der normale
 kernel
 dort kernel-image-2.4 hatte den 8139too treiber. sollte bei woody auch
 so
 sein.
 
 (mit modconf installieren)
 
 -- 
 +++ GMX - die erste Adresse für Mail, Message, More +++
 Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net
 
 
 
 -- 
 Haeufig gestellte Fragen und Antworten (FAQ): 
 http://www.de.debian.org/debian-user-german-FAQ/
 
 Zum AUSTRAGEN schicken Sie eine Mail an
 [EMAIL PROTECTED]
 mit dem Subject unsubscribe. Probleme? Mail an
 [EMAIL PROTECTED] (engl)
 

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



-- 
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: T-DSL bei Debian ber VMWare auf Windows 2000

2003-12-16 Thread Johannes Puschmann
Sebastian Huff wrote:

Hallo,

habe gestern Nacht auf einem Windows 2000 Server (P4, 512MB Ram, ) 
mit VMWare (4.0 Workstation) Debian 3.0 r2 i386 ber die 
bf24-Installation installiert.

Nun wollte ich mich um das Einrichten eines T-DSL Zugangs kmmern, 
doch komme damit nicht klar, was ich hier lese: 
http://www.adsl4linux.de/howtos/rp-pppoe.php?PROVIDER=T-OnlineDIST=Deb30 
http://www.adsl4linux.de/howtos/rp-pppoe.php?PROVIDER=T-OnlineDIST=Deb30 

ppp pppoe sind aktuell laut Angaben, doch anscheinend ist meine 
Netzwerkkarte nicht ordentlich initialisiert und ber die net-Treiber 
finde ich keinen passenden Treiber fr die Netzwerkkarten (z.Z. D-Link 
DFE-528TX PCI Adapter  Realtek RTL8139(A)basierter PCI-Fast 
Ethernet-Adapter (onboard)  GigaBit-Karte (fllt ja aber fr T-DSL 
flach) )

Nun wollte ich mal anfragen, ob jemand weiss, wo ich passende Treiber 
finde, die ich auch ber VMware (Debian (VM) ) und dort z.Z. halt ohne 
Internetzugang beziehen kann?

Wrd mich freuen, wenn jemand helfen kann, Danke!

Im Guest-OS brauchst du den AMD pcnet 32 treiber
Der ist im bf24 Kernel dabei.
Bei mir am NB luft woody einwandfrei. (Leider nur als guest)
modprobe pcnet32

Aber ob dsl ber die VM-Bridge funkt weiss ich nicht.
Laut google schon, also viel glck.
Schau dir lieber auch mal das Manual fr die VMware WS an.

mfg
Johannes
--
Haeufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)


Re: T-DSL bei Debian über VMWare auf Windows 2000

2003-12-16 Thread Frank Trenkamp
Hallo,

On Tuesday 16 December 2003 17:52, Sebastian Huff wrote:
 habe gestern Nacht auf einem Windows 2000 Server (P4, 512MB Ram, …) mit
 VMWare (4.0 Workstation) Debian 3.0 r2 i386 über die bf24-Installation
 installiert.

stell mal bitte HTML-Mail ab. Danke.

 über die net-Treiber
 finde ich keinen passenden Treiber für die Netzwerkkarten (z.Z. D-Link
 DFE-528TX PCI Adapter  Realtek RTL8139(A)basierter PCI-Fast
 Ethernet-Adapter (onboard)  GigaBit-Karte (fällt ja aber für T-DSL
 flach) )

Innerhalb des Gast-Betriebssystems wird eine virtuelle NIC emuliert. Für Linux 
als Gast war das zumindest noch bei VMWare 3.x eine AMD PCNet, bei der 
Kernel-Konfiguration zu finden unter Network device support - Ethernet (10 
or 100Mbit) - AMD PCnet32 PCI Support. Das Modul heisst dann pcnet32.

Ist das bei VMWare 4.0 mittlerweile anders?

 Nun wollte ich mal anfragen, ob jemand weiss, wo ich passende Treiber
 finde, die ich auch über VMware (Debian (VM) ) und dort z.Z. halt ohne
 Internetzugang beziehen kann?

Bin mir nicht sicher, ob das überhaupt funktioniert, pppoe auf dem virtuellen 
AMD-Adapter zu betreiben. Warum machst Du es Dir nicht einfacher: lass den 
Win2000-Server die DSL-Verbindung aufbauen und betreibe Debian hinter NAT in 
der VMWare. Oder hast Du irgendwas Besonderes vor?

Grüsse,
  Frank
-- 
 Frank Trenkamp frank at trenkamp dot org
 GPG fprt: FF9E 9A3A CACB D840 6866  8485 DCB1 98FA 7162 4D9C
--
lately on /.:
 My record is 55 hours of straight coding.
Followed, no doubt, by six weeks of debugging.


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Re: T-DSL bei Debian über VMWare auf Windows 2000

2003-12-16 Thread Toens Bueker
Johannes Puschmann [EMAIL PROTECTED] meinte:

 Aber ob dsl über die VM-Bridge funkt weiss ich nicht.
 Laut google schon, also viel glück.
 
 Schau dir lieber auch mal das Manual für die VMware WS
 an. 

Also mit XP als Guest-OS geht es, in dem man mit zwei
Interfaces arbeitet, dem einen unter XP keine IP gibt und
dieses dann unter Linux bridged. An dieses Interface dann
das DSL-Modem anschliessen - fertig.

Umgekehrt könnte das auch gehen - wenn ich wüsste, wie man
unter XP bridging macht ...

Tschö
Töns 
-- 
There is no safe distance.


--
Haeufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)



Autenticação no Windows 2000

2003-11-14 Thread Fernandes, Vinicius {FLI}



Como faço para 
autenticar no windows 2000 com AD pois não consigo usar a internet quando estou 
no linux pois o browser não pede usuário e senha para eu autenticar no meu 
firewall/proxy Windows 






Vinicius FernandesAdministrador de RedesPepsiCo do Brasil Ltda(55 11 5188 7236
(55 11 7850 
0323



Aviso Legal 

Esta mensagem eletrônica pode conter informaçoes privilegiadas e/ou confidenciais, portanto, fica o seu receptor notificado de que qualquer disseminaçao, distribuiçao ou cópia nao autorizada é estritamente proibida. Se você entende que recebeu esta mensagem indevidamente ou por engano, por favor, informe este fato ao remetente e apague-a de seu computador. 

Disclaimer 

This e-mail message may contain legally privileged and/or confidential information, therefore, the recipient is hereby notified that any dissemination, distribution or copying not authorized is strictly prohibited. If you understand that has improperly received this e-mail message or has received it in error, please immediately notify the sender and delete it from your computer.


Integração de LDAP com AD do windows 2000

2003-08-12 Thread William



 Gostaria de saber se alguem jah 
fez integração do ldap do linux com o active directory (AD) do windows 2000, e 
se sim.. gostaria de algumas dicas, ou de saber pacotes nescessarios pra 
download, ou mesmo endereços com how-to's sobre o assunto.
  
Grato


Re: Integração de LDAP com AD do windows 2000

2003-08-12 Thread Julio Cesar de Magalhaes

William wrote:

Gostaria de saber se alguem jah fez integração do ldap do linux 
com o active directory (AD) do windows 2000, e se sim.. gostaria de 
algumas dicas, ou de saber pacotes nescessarios pra download, ou mesmo 
endereços com how-to's sobre o assunto.

Grato


William vai em www.padl.com



Re: Windows 2000 não consegue autentica ção no Samba

2003-07-13 Thread Gleydson Mazioli da Silva
Ola, 

Você tem o parâmetro public = yes definido no compartilhamento? ou na seção 
[global] do smb.conf 
caso todos os compartilhamentos sejam de acesso público? Também é necessário o 
parâmetro 
guest account = nobody na seção [global] do smb.conf, ou caso contrário ele 
não terá como 
mapear o UID do usuário que tornará disponível o acesso público e nem navegará 
no conteúdo da 
máquina pelo ambiente de rede, pois é sob este usuário que roda o IPC$.

A configuração que está fazendo no servidor samba é de grupo de trabalho ou 
domínio? pois algumas 
opções podem fazer diferença ou conflitar entre os 2 métodos de autenticação.

Se ainda não resolveu o problema (e se possível) envie uma cópia em PVT do seu 
smb.conf para 
dar uma olhada e ver se tem algum conflito de parâmetros na configuração do seu 
servidor. 

Abraços,

Henrique [EMAIL PROTECTED] escreveu em Sat, 12 Jul 2003 09:25:32 -0300:

 Alguém sabe como eu faço para dar acesso sem autenticação de uma máquina
 windows 2000 em um servidor samba?
 Eu só preciso ter acesso a um diretório para leitura e gravação,
 
 Obrigado
 
 Henrique
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


---
Gleydson Mazioli da Silva
[EMAIL PROTECTED]
[EMAIL PROTECTED]

Ama teu próximo! Ainda mais se for uma loira de olhos azuis!



Windows 2000 não consegue autenticação no Samba

2003-07-12 Thread Henrique
Alguém sabe como eu faço para dar acesso sem autenticação de uma máquina
windows 2000 em um servidor samba?
Eu só preciso ter acesso a um diretório para leitura e gravação,

Obrigado

Henrique



Re: Windows 2000 não consegue autenticação no Samba

2003-07-12 Thread Marcio de Araujo Benedito
Em S?, 2003-07-12 às 09:25, Henrique escreveu:
 Alguém sabe como eu faço para dar acesso sem autenticação de uma máquina
 windows 2000 em um servidor samba?
 Eu só preciso ter acesso a um diretório para leitura e gravação,

Opcao 1 (sem nenhuma seguranca): Mude o parametro security para share no
smb.conf, e coloque o path do deretorio onde voce quer ir com as
mascaras 0777.

Opcao 2 (um pouco mais seguro): Adicione o suario no sistema e no samba,
de forma a ser apresentada uma tela de loguin e senha na hora de entrar.

 
 Obrigado
 
 Henrique

De uma lida no smb-how-to, so vai te fazer bem!!

[]'s
-- 
Outgoing mail is certified Windows Free.
Checked by Debian GNU/Linux http://www.debian.org.

free your computer and your soul will follow...



Re: Samba e Windows 2000

2003-05-19 Thread Danilo Augusto
Para autenticar usuários tem que ser como PDC.
A questão dos profiles vc copia o que o usuário usava na maquina local pro
servidor.
dá uma olhada no site www.underlinux.com.br na parte samba/smb.
t+

Danilo Augusto Vicente Lara
Cel.: 61 9994-1361
[EMAIL PROTECTED]
- Original Message - 
From: Rogério Oliveira Naressi [EMAIL PROTECTED]
To: debian-user-portuguese@lists.debian.org
Sent: Monday, May 19, 2003 10:38 AM
Subject: Samba e Windows 2000



 Estamos configurando um servidor com Debian e Samba para que
 venha a substituir um servidor Netware 4.11. Estamos com dúvidas
 qto a melhor configuração para o samba, se colocamos ele como PDC,
 Stand-Alone ou de outra forma. Não teremos outros servidores,
 somente esse.

 Pretendemos o seguinte:

 Servidor (Debian com Samba):
   -compartilhar arquivos e impressoras;
   -autenticação de usuários;
   -login script p/ mapeamento de driver e outras funções;

 Estações:
   -W9x, WME, WXP e W2k;

 A nossa maior dúvida é que temos grupos de usários que
 precisam acessar micros diferentes, e assim acessar arquivos
 que irão ficar no servidor. E temos outro grupo de usuários,
 que terão acesso ao servidor mas os arquivos ficarão no hd da
 estação. Nas estações WXP e W2k o problema é ainda maior,
 devido a questão de profiles, se coloco para logon em Domínio,
 ele cria um Profile diferente do que o usário vinha usando
 para logon em Workgroup.

 Vocês teriam alguma sugestão ou até apostilas que poderiam
 ajudar.

 Obrigado a todos.


 Rogério.

 Rogério Oliveira Naressi - email: [EMAIL PROTECTED]
 IPEF - Instit. de Pesq. e Est. Florestais - http://www.ipef.br
 Depto de Ciênc. Florestais-ESALQ/USP - http://lcf.esalq.usp.br

 -Mensagem original-
 De: Fabiano Rodrigues [mailto:[EMAIL PROTECTED]
 Enviada em: sexta-feira, 16 de maio de 2003 16:55
 Para: debian-user-portuguese@lists.debian.org
 Assunto: Relação de confiança (Samba+Windows2000 Server)


 Ola à todos

 Configuramos uma máquina IBM (Xseries 200), para trabalhar como
 nosso
 servidor de arquivos e para ser o master browser da nossa rede, na verdade
 esta máquina vai substituir uma máquina que esta hoje esta com Windows
2000
 server.

 O Linux já foi instalado, a máquina já esta toda configurada
 e funcionando como master browser, no entanto precisamos fazer com que a
 outra máquina (windows) consiga enxergar todas as contas (usuários) desta
 máquina (Linux), pois a ideia é fazer com que os usuários sejam criados
 somente na máquina Linux e a máquina windows seja usada somente como
 servidor
 de correio (exchange 5.5 já instalado), do contrário vou ter dois
 controladores de dominio na mesma rede onde; toda vez que for necessário
 criar uma conta (usuário), eu precise criar nos dois servidores.

 Pensei em montar um servidor Ldap (caso, ainda não seja possível
 estabelecer esta relação de confiança entre as máquinas), mas o tempo
esta
 muito curto, para: ler, aprender, montar ambiente de teste e só então
 colocar
 em produção.

 Abaixo estou enviando o meu smb.conf para que o Nelson possa
 examinar.
  (manda um abraço para ele, e pergunta se ele vai estar no Forum este ano)


 Obrigado mais uma vez.

 Fabio Munhoz


 p.s:  trocando em miudos, precisamos estabelecer uma relação de confiança
 entre uma máquina windows 2000 server e uma máquina Linux, onde o servidor
 confiável é o WINDOWS 2000, pois é ele que vai precisar acessar as contas
de
 usuários da máquina Linux...

  Parametros Globais #

 [global]

 comment = Servidor de arquivos
 workgroup = cpenske
 server string = Servidor de arquivos
 log file = /var/log/samba/log.%m
 logon script = %U.bat
 max log size = 50
 security = user
 socket options = IPTOS_LOWDELAY TCP_NODELAY
 local master = yes
 preferred master = yes
 domain logons = yes
 domain master = yes
 os level = 100
 name resolve order = wins lmhosts bcast
 wins support = yes
 wins proxy = yes
 map to guest = never
 password level = 0
 null passwords = no
 encrypt passwords = yes
 #  unix password sync = yes
 dead time = 0
 debug level = 1
 load printers = yes
 CHARACTER SET = ISO8859-1
 logon path = \\%L\Profiles\%U
 guest account = nobody
 keep alive = 20
 #  winpopup command = csh -c 'xedit %s;rm %s' 
 passwd program = /usr/bin/smbpasswd %u
 passwd chat = New SMB password:* \%n\n Retype SMB password:* %n\n
 passwd chat debug = yes


 # Profiles, Netlogon e Homes #

 [netlogon]

 comment = Network Logon Service
 path = /home/netlogon
 guestok = no
 writable = yes
 share modes = no
 browseable = no
 write list = @IT
 create mask = 0770
 force create mode = 0770
 directory mask = 0770
 available = yes


 [homes]

 comment = Home Directories
 browseable = no
 writable = yes
 available = yes
 public = no
 only user

Re: Samba e Windows 2000

2003-05-19 Thread João Henrique Gião Borges

Rogério,
tenho uma solução completa para o seu problema, que há três meses atrás era 
o meu :-)

Vou postar para a lista o PDC-HowTo.
Desculpe a pretensão...
JH 



Rogério Oliveira Naressi escritos: 



Estamos configurando um servidor com Debian e Samba para que
venha a substituir um servidor Netware 4.11. Estamos com dúvidas
qto a melhor configuração para o samba, se colocamos ele como PDC,
Stand-Alone ou de outra forma. Não teremos outros servidores,
somente esse. 

Pretendemos o seguinte: 


Servidor (Debian com Samba):
  -compartilhar arquivos e impressoras;
  -autenticação de usuários;
  -login script p/ mapeamento de driver e outras funções; 


Estações:
  -W9x, WME, WXP e W2k; 


A nossa maior dúvida é que temos grupos de usários que
precisam acessar micros diferentes, e assim acessar arquivos
que irão ficar no servidor. E temos outro grupo de usuários,
que terão acesso ao servidor mas os arquivos ficarão no hd da
estação. Nas estações WXP e W2k o problema é ainda maior,
devido a questão de profiles, se coloco para logon em Domínio,
ele cria um Profile diferente do que o usário vinha usando
para logon em Workgroup. 


Vocês teriam alguma sugestão ou até apostilas que poderiam
ajudar. 

Obrigado a todos. 



Rogério. 


Rogério Oliveira Naressi - email: [EMAIL PROTECTED]
IPEF - Instit. de Pesq. e Est. Florestais - http://www.ipef.br
Depto de Ciênc. Florestais-ESALQ/USP - http://lcf.esalq.usp.br 


-Mensagem original-
De: Fabiano Rodrigues [mailto:[EMAIL PROTECTED]
Enviada em: sexta-feira, 16 de maio de 2003 16:55
Para: debian-user-portuguese@lists.debian.org
Assunto: Relação de confiança (Samba+Windows2000 Server) 



Ola à todos 


Configuramos uma máquina IBM (Xseries 200), para trabalhar como
nosso
servidor de arquivos e para ser o master browser da nossa rede, na verdade
esta máquina vai substituir uma máquina que esta hoje esta com Windows 2000
server. 


O Linux já foi instalado, a máquina já esta toda configurada
e funcionando como master browser, no entanto precisamos fazer com que a
outra máquina (windows) consiga enxergar todas as contas (usuários) desta
máquina (Linux), pois a ideia é fazer com que os usuários sejam criados
somente na máquina Linux e a máquina windows seja usada somente como
servidor
de correio (exchange 5.5 já instalado), do contrário vou ter dois
controladores de dominio na mesma rede onde; toda vez que for necessário
criar uma conta (usuário), eu precise criar nos dois servidores. 


Pensei em montar um servidor Ldap (caso, ainda não seja possível
estabelecer esta relação de confiança entre as máquinas), mas o tempo esta
muito curto, para: ler, aprender, montar ambiente de teste e só então
colocar
em produção. 


Abaixo estou enviando o meu smb.conf para que o Nelson possa
examinar.
 (manda um abraço para ele, e pergunta se ele vai estar no Forum este ano) 



Obrigado mais uma vez. 

Fabio Munhoz 



p.s:  trocando em miudos, precisamos estabelecer uma relação de confiança
entre uma máquina windows 2000 server e uma máquina Linux, onde o servidor
confiável é o WINDOWS 2000, pois é ele que vai precisar acessar as contas de
usuários da máquina Linux... 

 Parametros Globais # 

[global] 


comment = Servidor de arquivos
workgroup = cpenske
server string = Servidor de arquivos
log file = /var/log/samba/log.%m
logon script = %U.bat
max log size = 50
security = user
socket options = IPTOS_LOWDELAY TCP_NODELAY
local master = yes
preferred master = yes
domain logons = yes
domain master = yes
os level = 100
name resolve order = wins lmhosts bcast
wins support = yes
wins proxy = yes
map to guest = never
password level = 0
null passwords = no
encrypt passwords = yes
#  unix password sync = yes
dead time = 0
debug level = 1
load printers = yes
CHARACTER SET = ISO8859-1
logon path = \\%L\Profiles\%U
guest account = nobody
keep alive = 20
#  winpopup command = csh -c 'xedit %s;rm %s' 
passwd program = /usr/bin/smbpasswd %u
passwd chat = New SMB password:* \%n\n Retype SMB password:* %n\n
passwd chat debug = yes 



# Profiles, Netlogon e Homes # 

[netlogon] 


comment = Network Logon Service
path = /home/netlogon
guestok = no
writable = yes
share modes = no
browseable = no
write list = @IT
create mask = 0770
force create mode = 0770
directory mask = 0770
available = yes 



[homes] 


comment = Home Directories
browseable = no
writable = yes
available = yes
public = no
only user = no 



# Compartilhamentos de Disco # 



[Informatica] 


comment = Acesso exclusivo para o Depto de Informatica
path = /u01/informatica
writable = yes
share modes = no
browseable = yes
write list = @IT
create mask = 0770
force create mode = 0770
directory mask = 0770 

[Comum] 


comment

[debutant]cohabitation windows 2000

2003-03-21 Thread mayer . debianfr
Bonjour,

Apres avoir lu le mini howto nt os loader + linux, j'ai quelques doutes quant a 
faire cohabiter linux et windows 2000 (pas nt4).
Par exemple, utiliser plutot lilo ou grub que ??? de windows, pour booter.
Serait-il possible d'avoir quelque retour d'experience, et facon d'installer ?

Merci d'avance.



Re: [debutant]cohabitation windows 2000

2003-03-21 Thread Pascal Ognibene

[EMAIL PROTECTED] wrote:


Bonjour,

Apres avoir lu le mini howto nt os loader + linux, j'ai quelques doutes quant a 
faire cohabiter linux et windows 2000 (pas nt4).

Par exemple, utiliser plutot lilo ou grub que ??? de windows, pour booter.
Serait-il possible d'avoir quelque retour d'experience, et facon d'installer ?

Merci d'avance.


 


Je fais cohabiter un Win 2000 et une debian sur mon portable.
Tu peux utiliser lilo sans le moindre problème, l'install en fait est 
très similaire à

celle de win 98. Par défaut win 2000 n'écrase pas le MBR donc c'est facile.

Quand à l'installation, lorsque tu installes ta debian (woody?) il te 
demande si
tu veux installer lilo dans le mbr (répondre oui). Tes partitions 
windows sont détectées automatiquement

et lilo est configuré. Plus qu'à rebooter pour que ça marche.

Par contre, le redimensionnement des partitions win 2000 peut poser 
problème. Sur
mon portable il y avait tout à la fin du disque des fichiers invisibles 
non déplaçables.

Ca doit se résoudre avec un outil du genre partition magic.

Pascal



Re: [debutant]cohabitation windows 2000

2003-03-21 Thread CARRY Émile
Le Fri, 21 Mar 2003 07:43:11 +0100 (CET)
[EMAIL PROTECTED] à écrit:

 Bonjour,
Bonjour,
 
 Apres avoir lu le mini howto nt os loader + linux, j'ai quelques
 doutes quant a faire cohabiter linux et windows 2000 (pas nt4).
 Par exemple, utiliser plutot lilo ou grub que ??? de windows, pour
 booter. Serait-il possible d'avoir quelque retour d'experience, et
 facon d'installer ?
 
Aucun pb pour du dualboot  avec lilo entre win2000 (win95, win98,
winxp...) et debian. Il vaut mieux avoir ouinouin en première
partition... Question déjà posée dans les archives de la liste ;-)

Émile
-- 
Lisez la FAQ :
http://savannah.nongnu.org/download/debfr-faq/html/index.html



Re: [debutant]cohabitation windows 2000

2003-03-21 Thread Olivier Garet
Le 21/03/2003 a 08:17:15 +0100, CARRY Émile a ecrit :

 Aucun pb pour du dualboot  avec lilo entre win2000 (win95, win98,
 winxp...) et debian. Il vaut mieux avoir ouinouin en première
 partition... Question déjà posée dans les archives de la liste ;-)

C'est ce que j'ai cru pendant très longtemps (j'ai installé 4 machines
en dual boot) jusqu'à une expérience malheureuse suite au retrait d'une
carte PCI qui a paniqué Windows qui a décidé de revenir à une configuration 
antérieure. Le résultat sur la partoche linux n'était pas beau à voir  
-- je ne parle pas du MBR bousillé, ça c'est classique, mais pas grave ...
si on y est préparé.
Moralité: pour moi, le dual boot est sans danger si on promet de ne pas
ouvrir le capot de la bète  

A+

Olivier



Re: [debutant]cohabitation windows 2000

2003-03-21 Thread Nicolas

 Bonjour,
Bonjour,


 Apres avoir lu le mini howto nt os loader + linux, j'ai quelques doutes
 quant a  faire cohabiter linux et windows 2000 (pas nt4).
 Par exemple, utiliser plutot lilo ou grub que ??? de windows, pour
 booter. Serait-il possible d'avoir quelque retour d'experience, et facon
 d'installer ?
Perso sur mon ordi cohabite Windows XP Pro et Debian woody 3.0r1 sans le
moindre problème et sur le même disque dur. Le multi boot est géré par
Lilo installé lors de l'installation.

Tu ne devrais donc pas rencontrer de problème avec Win2k


 Merci d'avance.
de rien  bonne journée,
Nicolas

-- 
Nicolas
http://www.destination-linux.org/
http://www.entre-aide.org/
FAQ Liste Debian : http://savannah.nongnu.org/download/debfr-faq/html/




Re: [debutant]cohabitation windows 2000

2003-03-21 Thread Loick.B (Debian List)
 C'est ce que j'ai cru pendant très longtemps (j'ai installé 4 machines
 en dual boot) jusqu'à une expérience malheureuse suite au retrait d'une
 carte PCI qui a paniqué Windows qui a décidé de revenir à une
 configuration antérieure. Le résultat sur la partoche linux n'était pas
 beau à voir   -- je ne parle pas du MBR bousillé, ça c'est classique,
 mais pas grave ... si on y est préparé.
 Moralité: pour moi, le dual boot est sans danger si on promet de ne pas
 ouvrir le capot de la bète 
Tout à fait d'accord.
J'installe très souvent des stations mixtes dans des entreprises, et après
quelques crash de la partition d'ammorçage (dûs à windows *ou* à linux) je
me suis résolu à utiliser un sytème plus lourd mais très efficace que
j'utilise maintenant depuis presque deux ans sans problèmes...
J'installe windows normalement.
J'installe Linux avec le bloc d'ammorçage sur la partition racine (la
plupart du temps sur /dev/hda5).
Puis je modifier le NT loader de windows pour lui faire prendre en compte
linux (http://www.bellamyjc.net/fr/pratiquemultiboot.html#linux).
Ainsi, si le boot windows plante, seul window est touché, et si le boot
linux plante, seul linux est touché.

Les puristes vont s'insurgés.
Mais sur des systèmes professionnels en double boot, cette méthode offre
plus de sécurité (je pense)...

Loick





Re: [debutant]cohabitation windows 2000

2003-03-21 Thread Amaury Amblard-Ladurantie
 C'est ce que j'ai cru pendant très longtemps (j'ai installé 4 machines
 en dual boot) jusqu'à une expérience malheureuse suite au retrait d'une
 carte PCI qui a paniqué Windows qui a décidé de revenir à une
 configuration antérieure. Le résultat sur la partoche linux n'était pas
 beau à voir -- je ne parle pas du MBR bousillé, ça c'est classique, mais
 pas grave ... si on y est préparé.
 Moralité: pour moi, le dual boot est sans danger si on promet de ne pas
 ouvrir le capot de la bète 

AMHA il est surtout préférable de dédier un disque dur à un OS, si possible, 
plutôt que de faire cohabiter plusieurs systèmes sur un même disque physique.

Je pense que la majorité des problèmes viennent de systèmes qui écrivent où 
bon leur semble sur le disque en cas de problèmes. Si l'OS n'a aucune 
partition de montée sur un disque, il n'a a priori aucune raison d'écrire sur 
ce disque.

My 0.2 cents
Amaury



samba et login sur windows 2000

2003-03-03 Thread Decorny Alexandre
bonsoir,

Je viens de mettre en place un serveur Samba sur ma debian. Toute la
configuration s'est bien déroulée. Je vois mon linux ds le partage réseau
win2k.

Mais je bloque sur un point (tres bete je suppose...). J'ai un login pour
acceder au partage. Ce que je ne comprend pas c'est que linux me jette qd je
me log.

Pourtant je me log avec un user crée sur le linux. Ou es mon erreur ? Un
oubli de ma part ?

D'avance merci,

Alex.



Re: samba et login sur windows 2000

2003-03-03 Thread nawak
Le Lundi 3 Mars 2003 23:05, Decorny Alexandre a écrit :
 bonsoir,

 Je viens de mettre en place un serveur Samba sur ma debian. Toute la
 configuration s'est bien déroulée. Je vois mon linux ds le partage réseau
 win2k.

 Mais je bloque sur un point (tres bete je suppose...). J'ai un login pour
 acceder au partage. Ce que je ne comprend pas c'est que linux me jette qd
 je me log.

 Pourtant je me log avec un user crée sur le linux. Ou es mon erreur ? Un
 oubli de ma part ?

 D'avance merci,

 Alex.

bonsoir,

C pas gagné que ce soit ça, mais bon pendant un bon moment g eu des trucs 
comme ça et c que je faisait confiance à la synchronisation automatique des 
mots de passe qui est proposée lors de l'installe. J'ai changé les mots de 
passe (pour les mêmes chui feignant :) avec smbpasswd (en root mais ça doit 
rien changer quand même) et depuis ça roule nickel :))

Voilà, c une idée :)
En espérant que ça t'aide

mathias



RE: samba et login sur windows 2000

2003-03-03 Thread alde-inquisiteur
En effet !!! C'etait ca mon probleme :))) Merci beaucoup.

solution = smbpasswd nomuser = pass identique a celui de win2k

Et ca marche.

Alex.

-Message d'origine-
De : nawak [mailto:[EMAIL PROTECTED]
Envoyé : lundi 3 mars 2003 23:59
À : Debian-User-French
Objet : Re: samba et login sur windows 2000


Le Lundi 3 Mars 2003 23:05, Decorny Alexandre a écrit :
 bonsoir,

 Je viens de mettre en place un serveur Samba sur ma debian. Toute la
 configuration s'est bien déroulée. Je vois mon linux ds le partage réseau
 win2k.

 Mais je bloque sur un point (tres bete je suppose...). J'ai un login pour
 acceder au partage. Ce que je ne comprend pas c'est que linux me jette qd
 je me log.

 Pourtant je me log avec un user crée sur le linux. Ou es mon erreur ? Un
 oubli de ma part ?

 D'avance merci,

 Alex.

bonsoir,

C pas gagné que ce soit ça, mais bon pendant un bon moment g eu des trucs
comme ça et c que je faisait confiance à la synchronisation automatique des
mots de passe qui est proposée lors de l'installe. J'ai changé les mots de
passe (pour les mêmes chui feignant :) avec smbpasswd (en root mais ça doit
rien changer quand même) et depuis ça roule nickel :))

Voilà, c une idée :)
En espérant que ça t'aide

mathias


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



.bkf files from Windows 2000/XP, and how to read them in Debian

2003-02-25 Thread Mike Dresser
Supposing I had a .bkf file from a Win2000/XP backup, and wanted to be
able to extract files from it in Linux, how would I go about this?

Just looking at the file, it looks similar to a tar file, but of course
it's not.

Supposedly it's Veritas Backup Exec that is bundled with W2k.

I use smbtar to backup win9x machines over the network, and am able to
restore them properly just from the tarball and a copy of fdisk/format,
but w2k images won't work that way, so I'm looking at reversing it to W2k
putting the image on the server instead.

Had to use the smbtar method, because the task scheduler in Win9x depends
on the phase of the moon far too much for my liking.

Mike


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



Re: modem hsp56 para windows 2000

2003-02-16 Thread José de Paula
On Sat, Feb 15, 2003 at 11:41:25PM -0300, Rildo Bahia wrote:
 olá, desculpe-me estando ivadindo a sua caixa, é porque é de suma importancia 
 pois estou precisando muito do drive do modem hsp56 para windows 2000.sera 
 que vc poderia me ajudar.
Tente a lista do linux-kernel, talvez eles tenham lá... hehehe...
-- 
José de Paula Rodrigues Neto Assis  Linux User 175920
Brasília - DF - Brasil  counter.li.org



modem hsp56 para windows 2000

2003-02-15 Thread Rildo Bahia



olá, desculpe-me estando ivadindo a sua caixa, é 
porque é de suma importancia pois estou precisando muito do drive do modem hsp56 
para windows 2000.sera que vc poderia me ajudar.


debfr-faq - Service CUPS et Windows 2000/XP

2003-02-12 Thread Alexandre Ratti

Salut,


je viens d'installer un serveur CUPS sur une Debian Woody pour un réseau 
local [1] ; du coup, j'ai deux précisions à proposer pour la FAQ Debfr.


C'est dans la section 9.3.5  Impression à partir de clients non UNIX du 
chapitre 9.3, Service CUPS :



Client Windows 2000 ou Windows XP
(non testé pour Windows XP, mais doit être identique).


J'ai fait le test sur Windows XP ; ça marche effectivement comme sur 
Windows 2000.


Windows 2000 et Windows XP savent gérer de façon native le protocole IPP. 
L'installation nécessite les pilotes d'impressions pour Windows 2000 ou XP.


L'installation d'une imprimante distante s'effectue via le panneau de 
configuration des imprimantes. Il faut cliquer sur ajouter une 
imprimante, selectionner une imprimante en réseau et suivre les instructions.


Le problème est que si on fournit le chemin de l'imprimante distante tel 
quel, Windows ne la detecte pas.


Je n'ai pas eu ce problème dans Windows 2000 SP1 et SP3 (test sur deux 
postes). Le bug a dû être corrigé dans le Service Pack 1.



Exemple de chemin d'imprimante :

http://monserveur:631/printers/monimprimante

La solution est d'ajouter l'imprimante dans une classe et de fournir à 
Windows le chemin de la classe :


http://monserveur:631/classes/maclasse


Les deux solutions suivantes marchent chez moi :

http://printserver.toto.net:631/printers/nom_imprimante

http://printserver.toto.net:631/classes/nom_classe


A plus.

Alex
--

[1] Les manips sont décrites dans http://www.gabuzomeu.net/alex/doc/impression/




samba + windows 2000, windows XP

2003-02-02 Thread Matic Koncan
Title: Message



Hello.

I am using Debian 
3.0 (woody), stable with samba 2.2.3a-12 - Debian.

I have a problem 
with setting PDC with my samba server for Windows 2000 or XP. I have used the 
same configuration (smb.conf, smbpasswd, passwd, shadow) as in other Slackware 
server I had(running Samba 2.2.4.), but now PDC does not work. For Windows 
9x PDC works fine. I have read that PDC for 2000 or XP is supported in samba 
2.2.2. already.

Any 
suggestion?

Thank 
you.
Matic 
Koncan


Re: Mounting Debian Partition in Windows 2000 Pro

2003-01-23 Thread Ognyan Kulev
Kevin Smith wrote:

Can someone tell me if it is possible to mount a filesystem from Debian
3.0r1 (powerpc) into Windows 2000 Pro?


Start from http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm

Regards
--
Ognyan Kulev [EMAIL PROTECTED], \Programmer\


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



Re: Mounting Debian Partition in Windows 2000 Pro

2003-01-23 Thread Geert Stappers
On Thu, Jan 23, 2003 at 08:51:21AM -, Kevin Smith wrote:
 Hi All,
Yes, this is crosspost.

 
 Can someone tell me if it is possible to mount a filesystem from Debian
 3.0r1 (powerpc) into Windows 2000 Pro?
 
 If so, can you give me step-by-step instructions,

 or point me in the right direction, on how to do this?

Perhaps that
 http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm
can help.

 
 Thanks,
 
 Kevin
 

Geert Stappers



msg25656/pgp0.pgp
Description: PGP signature


windows 2000 + debian 3.0

2003-01-13 Thread [EMAIL PROTECTED]
Witaj !


 zainstalowałem windows 2000 na pierwszej partycji a na drugiej
 chciałem zainstalować debiana 3.0 instlowałem lilo w pierwszym sektorze 
patrycji linuxa
 bo win 2000 podobni instaluje NT loadera w MBR i by się gryzły
 ale po takiej instalacji NT loader pokazuje tylko win 2000 a linuxa
 ani śladu a win 2000 nie chce się uruchomić i pokazuje jakieś błędy
 na partycjach czytałem HOWTO Linux+NT-Loader ale niewiele mi ono
 pomogło

 Co mam zrobić z tym problemem chce mieć oby dwa systemy
 
  

 Pozdrawiam Marcin 



Samba + CUPS + Windows 2000

2003-01-10 Thread Rus Foster
Hi,
Does anyone have a working smb.conf for cups printing that I could have a
copy of as I just can't get it work here and starting to get annoyed at it
all

Cheers

Rus

--
http://www.fsck.me.uk - My blog
http://www.65535.net - $120 for a lifetime UNIX shell account


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




Re: Samba + CUPS + Windows 2000

2003-01-10 Thread Antoine Jacoutot
On Fri, 2003-01-10 at 23:52, Rus Foster wrote:
 Hi,
 Does anyone have a working smb.conf for cups printing that I could have a
 copy of as I just can't get it work here and starting to get annoyed at it
 all

here is a part of it:

print command = lpr -P %p -o raw %s -r
load printers = yes
printing = cups

[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   writable = no
   create mode = 0700

Antoine


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




Re: Samba + CUPS + Windows 2000

2003-01-10 Thread Donald Spoon
Antoine Jacoutot wrote:

On Fri, 2003-01-10 at 23:52, Rus Foster wrote:


Hi,
Does anyone have a working smb.conf for cups printing that I could have a
copy of as I just can't get it work here and starting to get annoyed at it
all



here is a part of it:

print command = lpr -P %p -o raw %s -r
load printers = yes
printing = cups

[printers]
   comment = All Printers
   browseable = no
   path = /tmp
   printable = yes
   public = no
   writable = no
   create mode = 0700

Antoine




I am NOT a 'guru on this subject, but I do have it working here.  In 
addition to what Antoine sent, I found that having a generic 
postscript printer driver on the Windows machine(s) made it work for me. 
 I tried all sorts of config on the Windows side, and the Postscript 
driver was the key to get it going.  I would verify the following steps:

1.  Make sure CUPS is set up to work over the network, i.e. hook another 
Linux computer up and fiddle with the config until you can print from a 
remote CUPS client.  The default CUPS install is not set up for network 
printing. Dunno if this is absolutely necessary, but it is one of the 
things I did  had working before I messed with Samba.

2.  Make the smb.conf changes Antoine suggested above.  This is 
essentially the same as mine, except I added a line printcap name = 
/etc/printcap.cups.

3.  I have the cupsys-bsd package installed here

4.  Install a postscript driver on the Windows machine.  You can get a 
generic driver (what I used) from Adobe at:  
http://www.adobe.com/support/downloads/main.html

under Printer Drivers.  You might be able to just install an existing 
Postscript Driver for your printer from the Windows disk.

Cheers,
-Don Spoon-


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



Re: windows 2000 nach woody installieren

2002-12-04 Thread Johannes Hirte
Lothar Schweikle-Droll [EMAIL PROTECTED] schrieb am 04.12.02 08:45:08:
 Am 03 Dec 2002, schrieb Gerhard Reuteler:
 
  Hallo,
  habe offensichtlich die kompliziertere Reihenfolge erwischt. Aber es musste 
  sein übers Wochenende: Windows XP gelöscht, Woody installiert, und jetzt 
  sollte Windows 2000 drauf. Aber da heisst's nach dem Starten der Windows 2000 
  CD: ,,NTLDR is missing Also kein Bootloader vorhanden.

Ich musste mit dem DOS!!! fdisk die zukünftige WIN2k Partition als aktiv markieren, 
dann
gabs bei Installation keinerlei Probleme. Das einzige was nicht ganz so fein ist, ist 
der 
Drang von Windows sich im MBR zu verewigen. Ich brauchte dann eine Bootdisk um wieder
zurück zu Linux zu kommen.

Jetzt nutze ich GRUB als Bootmanager im MBR. Funktioniert auch problemlos.
 
 Da sehe ich etwas schwartz. Windows muß in eine Primäre Partiton
 installiert werden.
 

Windows mit NT-Kern begnügt sich im Gegensatz zu 9x auch mit einer logischen Partition.

 -- 
  Lotharmailto:[EMAIL PROTECTED]
 
  Viel Wissen bedeutet noch nicht Verstand.
  
 


__
Viren? Wir wissen nicht was Ihr Arzt empfiehlt. Wir empfehlen den
Virencheck fur Ihre E-Mail-Anhange! http://freemail.web.de/features/?mc=021159


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: windows 2000 nach woody installieren

2002-12-04 Thread Lothar Schweikle-Droll
Am 04 Dec 2002, schrieb Johannes Hirte:

 Lothar Schweikle-Droll [EMAIL PROTECTED] schrieb am 04.12.02 08:45:08:
  Am 03 Dec 2002, schrieb Gerhard Reuteler:
  
 
 Ich musste mit dem DOS!!! fdisk die zukünftige WIN2k Partition als aktiv markieren, 
dann
 gabs bei Installation keinerlei Probleme. Das einzige was nicht ganz so fein ist, 
ist der 
 Drang von Windows sich im MBR zu verewigen. Ich brauchte dann eine Bootdisk um wieder
 zurück zu Linux zu kommen.

Und das mit dem drang entschärft man mit dem xfdisk.

Nach der Installation startet man xfdisk  schreibt den xfdisk-mbr zurück
 alles geht :-)
 
  Da sehe ich etwas schwartz. Windows muß in eine Primäre Partiton
  installiert werden.
  
 
 Windows mit NT-Kern begnügt sich im Gegensatz zu 9x auch mit einer logischen 
Partition.
 
Das kann man ja fast nicht glauben, allerdings traue ich W* keine 5
Partitonen weit *g* .

-- 
 Lotharmailto:[EMAIL PROTECTED]

 Ein Pantomime, der eine falsche Geste macht, hat einen Sprachfehler in der Hand.
 



msg27551/pgp0.pgp
Description: PGP signature


Re: OT. que Windows 2000 es más barato????

2002-12-04 Thread Miguel Gea
El Mié 04 Dic 2002 01:46, csimx%tutopia.com escribió:
 Hola a la lista!

 Acabo de encontrar esta página, y en ella dicen (los de M$) que sus
 servidores son más baratos, ¿cómo? ¿conocen alguna página para informar
 realmente a los usaurios?

 http://mx.news.yahoo.com/021203/2/oly4.html

 Saludos.
Hombre pues claro He visto la luz!! M$ no gana dinero con sus 
productos!!! son los demas, los que no cobran los que cuestan dinero!!

U... creo que me he hecho la picha un lio

MIguel Ga

debianillo



Re: OT. que Windows 2000 es más barato????

2002-12-04 Thread Aritz Beraza Garayalde
On Tue, Dec 03, 2002 at 06:46:08PM -0600, csimx%tutopia.com wrote:
 Hola a la lista!
 
Acabo de encontrar esta página, y en ella dicen (los de M$) que sus 
 servidores son más baratos, ¿cómo? ¿conocen alguna página para informar 
 realmente a los usaurios?
 
http://mx.news.yahoo.com/021203/2/oly4.html
 

JA JA JA... JA JA JA!! espera que me ria un rato y disfrute del momento.
Primero lo intentaro con piezas de software libre como Apache (y que NADIE
me compare el IIS con apache, o le paso un redcode, nimda o similar).  Luego
atacaron a Linux directamente. Ahora resulta que ellos son mejores incluso
en el coste... Se nota que son ellos los que han encargado la encuesta.

Primero, me gustaría saber y tener delante las guias utilizadas en el
estudio. Si son puramente economicas, puedo tener un servidor linux 10 años
funcionando con solo el coste de elctricidad, sin administrarlo ni nada (eso
es lo que habrán hecho con los servidores microsoft. Por cierto, el estudio
dice que se miro el gasto generado en 5 años... no me salen las cuentas..
estamos en el 2002, menos 5 años 1997, y concluyen que en Windows 2000 (que
por aquel entonces no exixtia) es mas barato.

Primero, una empresa basada en windows, en 1997 usaria Windows NT server
(si, ese que se comia los recursos de cualquier mastodonte pormuchos mgas de
ram que tuviese, obliganfo a reiniciarlo cada cierto tiempo, ese que
necesitó unos 6 services pack para arreglarlo, ese que necesita mas mimos
que el tonto). Si queria dar servico de mail, a comprar el exchange, y ve
sumando programas por cada servicio que quieras dar. Esa misma empresa, años
mas tarde se vio obligada a cambiar a Windows2000, y seguramente a renovar
parte del parque informático, y a comprar otros tantos nuevos paquetes de
software (o acaso conceis a alguna empresa moderna que use el windowsNT?) y
en el peor de los casos, recientemente habra vuelto a cambiar el SO por
windowsXP y esta vez si, obligada a renovar TODO el parque informático
(pedazo de maquina que se necesita para correr el XP... como es que la gente
no se queja? en la PC actual viene una comparativa, el windows media player
ultima version chupa el 7% del proceso (me imagino que de un pentium 3 o 4)
para reproducir un mp3, mi portatil pentium133 chupa un 10% para lo mismo,
microsoft no es que saque mucho partido del hardware). Resumiendo, en 5 años
la empresa windows ha cambiado una o dos veces de SO y otras tantas de
aplicaciones, ha reovado gran parte de su prque informático.

Ahora la empresa linux (basado en ejemplos reales),  compra hace 10 años un
servidor UNIX (si, le salio por una pasta, es verdad), y unos cuantos
terminales. Hoy, 10 años mas tarde, el mismo servidor unix sigue en
funcionamiento, dando servicios de impresión, usando los mismos terminales
para controlarlo desde diferentes areas. Esos terminales son los ordenadores
con mas polvo del departamento de Help-Desk, mas que nada por que solo se
han usado para limpiar la cola cuando a algun winuser le ha dado por enviar
toda la facturacion del pasado año a imprimir, bloqueando la impresora, que
no el servidor. En la misma empresa, una vez al mes se reinician los
servidores basados en windows, perdiendose la disponibilidad de los sevicios
que dan. Esos mismos servidores caen de forma aleatoria, dejando de forma
imprevista a toda la red sin un determinado servicio.

Oidos sordos a Microsoft, y unas cuantas buenas sanciones es lo que
necesitan.

Aritz Beraza


pgpsWL9XouiNQ.pgp
Description: PGP signature


windows 2000 nach woody installieren

2002-12-03 Thread Gerhard Reuteler
Hallo,
habe offensichtlich die kompliziertere Reihenfolge erwischt. Aber es musste 
sein bers Wochenende: Windows XP gelscht, Woody installiert, und jetzt 
sollte Windows 2000 drauf. Aber da heisst's nach dem Starten der Windows 2000 
CD: ,,NTLDR is missing Also kein Bootloader vorhanden.

Meine Festplatte sieht so aus:

 Disk /dev/hda: 255 heads, 63 sectors, 2432 cylinders
Units = cylinders of 16065 * 512 bytes

 Device BootStart   EndBlocks   Id  System
/dev/hda1 2 7 48195   84  OS/2 hidden C: drive
/dev/hda2 8   100747022+  82  Linux swap
/dev/hda3   *   101  1559  11719417+  83  Linux

Wie kann ich ohne grosse Windowsknste Windows 2000 auf die Platte bekommen?
Erst mit parted bei /dev/hda3 eine NTFS-Partition abzwacken? und dann?
Gruss
Gerhard


-- 
Hufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: windows 2000 nach woody installieren

2002-12-03 Thread Lothar Schweikle-Droll
Am 03 Dec 2002, schrieb Gerhard Reuteler:

 Hallo,
 habe offensichtlich die kompliziertere Reihenfolge erwischt. Aber es musste 
 sein übers Wochenende: Windows XP gelöscht, Woody installiert, und jetzt 
 sollte Windows 2000 drauf. Aber da heisst's nach dem Starten der Windows 2000 
 CD: ,,NTLDR is missing Also kein Bootloader vorhanden.

Als bootloder würde ich dir xfdisk empfeheln.
Ist ein fdisk Programm unter der GPL für Dos Bootdisketten  beinhaltet
einen guten Bootmanager der alle Systeme sauber trennt.
 
 Meine Festplatte sieht so aus:
 
  Disk /dev/hda: 255 heads, 63 sectors, 2432 cylinders
 Units = cylinders of 16065 * 512 bytes
 
  Device BootStart   EndBlocks   Id  System
 /dev/hda1 2 7 48195   84  OS/2 hidden C: drive
 /dev/hda2 8   100747022+  82  Linux swap
 /dev/hda3   *   101  1559  11719417+  83  Linux

Wenn ich das richtig sehe hast du alles in Primary Partitonen installiert.

Du solltest dein HD umpartitonieren.
Ich würde dir Empfehlen:

/dev/hda1   -- W2k 
/dev/hda2   -- /boot (24MB reichen)
/dev/hda5   -- swap 
/dev/hda6   -- / (deine jetzige /dev/hda3)

lilo soll den Bootblock !nicht! in den MBR, sondern in dem LBR
(/dev/hda2) installieren.

Im XFDISK-Bootmanager trägst du die /boot Partiton (Primary 2)  die w2k Partition
(Primary 1) ein.

Absofort kannst du problemlos w2k  linux booten, ohne das sich beide
System in die quere bekommen.

 
 Wie kann ich ohne grosse Windowskünste Windows 2000 auf die Platte bekommen?
 Erst mit parted bei /dev/hda3 eine NTFS-Partition abzwacken? und dann?

Da sehe ich etwas schwartz. Windows muß in eine Primäre Partiton
installiert werden.

-- 
 Lotharmailto:[EMAIL PROTECTED]

 Viel Wissen bedeutet noch nicht Verstand.
 



msg27474/pgp0.pgp
Description: PGP signature


OT. que Windows 2000 es más barato????

2002-12-03 Thread csimx%tutopia.com

Hola a la lista!

   Acabo de encontrar esta página, y en ella dicen (los de M$) que sus 
servidores son más baratos, ¿cómo? ¿conocen alguna página para informar 
realmente a los usaurios?


   http://mx.news.yahoo.com/021203/2/oly4.html

Saludos.

--

tpvgnu




Re: FW: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON WINDOWS 2000

2002-11-22 Thread Héctor Andrés Rompato Carricart

Alejandro Pinazo escribió::


Begin forwarded message:

Date: Thu, 21 Nov 2002 12:29:36 +
From: javier garcia [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON WINDOWS 2000




Buenos dias,

Rogaria por favor, si es posible, que me aportase alguien una solucion para 
este problema.



Consiste en lo siguiente: si estoy manejando el raton funciona a la 
perfeccion, pero es soltarlo, para que al instante el puntero del raton se 
vaya hacia arriba de la pantalla (evidentemente sin yo estar haciendo nada), 
y se queda asi. Si vuelvo a manejarlo, vuelve a funcionar perfectamente.


A simple vista puede no parecer un problema importante, pero la cuestion es: 
si el usuario tiene configurado el SO para que al poner el puntero del raton 
 sobre una ventana (sin hacer click de ningun tipo),  se active 
automaticamente. Si dicho usuario esta escribiendo un correo, y suelta el 
raton, no puede escribir ni Buenos dias antes de que empiece a cambiarsele 
de ventana constantemente.



UN SALUDO Y MUCHAS GRACIAS DE ANTEMANO





_
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.microsoft.com/es



 


¿de qué estamos hablando?

--
 Héctor Andrés Rompato Carricart [EMAIL PROTECTED]
 COVIARES/COVIMET
 Departamento de equipos de peaje

 Av. España y Autopista, Quilmes (1878)
 Buenos Aires, Argentina







Re: FW: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON WINDOWS 2000

2002-11-22 Thread Aritz Beraza Garayalde
On Fri, Nov 22, 2002 at 01:24:29PM -0300, Héctor Andrés Rompato Carricart wrote:
 Alejandro Pinazo escribió::
 
 Begin forwarded message:
 To: [EMAIL PROTECTED]
 Subject: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON WINDOWS 
 2000
 

Windows2000 

 
 Rogaria por favor, si es posible, que me aportase alguien una solucion 
 para este problema.
 
 
 Consiste en lo siguiente: si estoy manejando el raton funciona a la 
 perfeccion, pero es soltarlo, para que al instante el puntero del raton se 
 vaya hacia arriba de la pantalla (evidentemente sin yo estar haciendo 
 nada), y se queda asi. Si vuelvo a manejarlo, vuelve a funcionar 
 perfectamente.
 
Estamos hablando de un trackponit, touchpad o unraton conectado al puerto
serie/ps2/usb?

Parece un problema de calibración. Este problema se puede dar en los
trackpoint (esos que son un botoncito en medio del teclado que mueves con el
dedo), en algunos ratones opticos, y quizas en los touchpad. En los ratones
de toda la vida no.

La solucion seria recalibrarlo o poner un raton normal (o desconectarlo...)

Otra cosa, es que si tienes el protocolo del raton mal cofigurado, puede que
te haga tonterias... pero serian cosas mas gordas. (de todas formas si te
queres asegurar mira en el /etc/X11/XF86Config-4 a ver que protocolo usas
para el raton.)

(Por cierto, no somos nadie para juzgar si el problema es o no grave, no
hace falta que te justifiques [y asi encima el mail es mas corto de leer])

Si de todas maneras el problema periste, tienes para consola aplicaciones
tan buenas o mejores que para las X (por ejemplo, para el correo mutt)

Aritz


pgpfOUhJd8Qho.pgp
Description: PGP signature


Re: FW: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON WINDOWS 2000

2002-11-22 Thread Toni Cerdà
El Vie 22 Nov 2002 08:49, Aritz Beraza Garayalde escribió:
 On Fri, Nov 22, 2002 at 01:24:29PM -0300, Héctor Andrés Rompato Carricart 
wrote:
  Alejandro Pinazo escribió::
  Begin forwarded message:
  To: [EMAIL PROTECTED]
  Subject: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON WINDOWS
  2000

 Windows2000

Dios santo que blasfemia!

Hay q tener güebos para ir a una lista de linux y perdir ayuda con el puto 
window, a ver, si tienes ese SO cojes el telf y llamas al soporte técnico de 
microsoft y allí te diran que o bien reinicies o bien reinstales windows asi 
q a sabes.


-- 
__
Toni Cerdà Belmonte
http://www.vyruz.com
Linux Registered User: 274198
__



Re: FW: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON WINDOWS 2000

2002-11-22 Thread Alejandro Pinazo
Hola:

On Fri, 22 Nov 2002 19:16:25 +0100
Toni Cerdà [EMAIL PROTECTED] wrote:

 El Vie 22 Nov 2002 08:49, Aritz Beraza Garayalde escribió:
  On Fri, Nov 22, 2002 at 01:24:29PM -0300, Héctor Andrés Rompato
  Carricart wrote:
   Alejandro Pinazo escribió::
   Begin forwarded message:
   To: [EMAIL PROTECTED]
   Subject: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON
   WINDOWS 2000
 
  Windows2000
 
 Dios santo que blasfemia!
 
 Hay q tener güebos para ir a una lista de linux y perdir ayuda con el
 puto window, a ver, si tienes ese SO cojes el telf y llamas al soporte
 técnico de microsoft y allí te diran que o bien reinicies o bien
 reinstales windows asi q a sabes.

Toda esta discusión me parece expléndida, incluso por su testicularidad,
pero no sé si se han fijado en que el mensaje original NO ES MÍO sino
que es un FORWARDED MESSAGE. Lo dijo sólo por aclaración, vaya.

Un saludo.



Re: FW: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON WINDOWS 2000

2002-11-22 Thread Alejandro Pinazo
On Sat, 23 Nov 2002 01:12:53 +0100
Alejandro Pinazo [EMAIL PROTECTED] wrote:

 Hola:
 
 On Fri, 22 Nov 2002 19:16:25 +0100
 Toni Cerdà [EMAIL PROTECTED] wrote:
 
  El Vie 22 Nov 2002 08:49, Aritz Beraza Garayalde escribió:
   On Fri, Nov 22, 2002 at 01:24:29PM -0300, Héctor Andrés Rompato
   Carricart wrote:
Alejandro Pinazo escribió::
Begin forwarded message:
To: [EMAIL PROTECTED]
Subject: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON
WINDOWS 2000
  
   Windows2000
  
  Dios santo que blasfemia!
  
  Hay q tener güebos para ir a una lista de linux y perdir ayuda con el
  puto window, a ver, si tienes ese SO cojes el telf y llamas al soporte
  técnico de microsoft y allí te diran que o bien reinicies o bien
  reinstales windows asi q a sabes.
 
 Toda esta discusión me parece expléndida, incluso por su testicularidad,
 pero no sé si se han fijado en que el mensaje original NO ES MÍO sino
 que es un FORWARDED MESSAGE. Lo digo sólo por aclaración, vaya.
 
 Un saludo.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 



FW: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON WINDOWS 2000

2002-11-21 Thread Alejandro Pinazo


Begin forwarded message:

Date: Thu, 21 Nov 2002 12:29:36 +
From: javier garcia [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: PROBLEMAS CON EL MANEJO DE UN RATON EN UN PORTATIL CON WINDOWS 2000




Buenos dias,

Rogaria por favor, si es posible, que me aportase alguien una solucion para 
este problema.


Consiste en lo siguiente: si estoy manejando el raton funciona a la 
perfeccion, pero es soltarlo, para que al instante el puntero del raton se 
vaya hacia arriba de la pantalla (evidentemente sin yo estar haciendo nada), 
y se queda asi. Si vuelvo a manejarlo, vuelve a funcionar perfectamente.

A simple vista puede no parecer un problema importante, pero la cuestion es: 
si el usuario tiene configurado el SO para que al poner el puntero del raton 
  sobre una ventana (sin hacer click de ningun tipo),  se active 
automaticamente. Si dicho usuario esta escribiendo un correo, y suelta el 
raton, no puede escribir ni Buenos dias antes de que empiece a cambiarsele 
de ventana constantemente.


UN SALUDO Y MUCHAS GRACIAS DE ANTEMANO





_
Charla con tus amigos en línea mediante MSN Messenger: 
http://messenger.microsoft.com/es



Re: Booting Linux from windows 2000

2002-11-10 Thread François Le Lay
On 09 Nov 2002 02:39:33 -0500, Scott Henson
[EMAIL PROTECTED] wrote:
On Fri, 2002-11-08 at 14:18, Pigeon wrote:
 It is true that Windoze doesn't like changes to the MBR. To hack the
 Win98 MBR I had to include code to put the original MBR back after the
 hack had done its work, then make Windoze reinstall the hacked version
 after it had done its check. That relied on having DOS available
 underneath and probably would be much harder in 2k. It's not something
 I would really recommend!

No, Windows 95/98/ME all do just fine without the MBR. You can have lilo
or grub steal it and windows wont even figure it out.  Now Windows
NT/2000/XP all need the MBR and wont boot without it.  Under these you
have to use the windows boot loader to load grub or lilo then they
continue to boot linux.  Best way is probably to make a grub boot floppy
though.

I am not sure Windows NT/2k/XP cares about the MBR, the 'real' bootloader 
they use is supposed to be at the beginning of the partition they're 
installed to. I used Grub (Best Bootloader Forever) on many different systems 
all booting multiple OS's. I always set it up in the MBR (duh) and edit my 
menu.lst in /boot/grub accordingly to the disks/partition/OS's I have. Then 
stage1 (in the MBR) looks for its beloved stage2  (sometimes stage1.5) and 
boots whatever is in menu.lst. If you pick Windows to start with, Grub just 
gives control to the Windows bootloader.  The thing is You'd better install 
all Win systems before installing Linux so that all Windows systems share one 
windows bootloader containing only Windows entries, and then put only one 
entry in Grub to give you access to the Windows bootloader. At least that's 
how I do it, do not hesitate to ask if I am not clear.  

-- 
byeBye...
François Le Lay 

Yet Another Art Project aka YAAP  http://www.yaap.org



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




Re: Booting Linux from windows 2000

2002-11-09 Thread Nathan E Norman
On Sat, Nov 09, 2002 at 02:39:33AM -0500, Scott Henson wrote:
 On Fri, 2002-11-08 at 14:18, Pigeon wrote:
  It is true that Windoze doesn't like changes to the MBR. To hack the
  Win98 MBR I had to include code to put the original MBR back after the
  hack had done its work, then make Windoze reinstall the hacked version
  after it had done its check. That relied on having DOS available
  underneath and probably would be much harder in 2k. It's not something
  I would really recommend!
 
 No, Windows 95/98/ME all do just fine without the MBR. You can have lilo
 or grub steal it and windows wont even figure it out.  Now Windows
 NT/2000/XP all need the MBR and wont boot without it.  Under these you
 have to use the windows boot loader to load grub or lilo then they
 continue to boot linux.  Best way is probably to make a grub boot floppy
 though.

Not true.  Win2k boots fine from grub, which is installed in the MBR
here.

-- 
Nathan Norman - Incanus Networking mailto:nnorman;incanus.net
  prepBut nI vrbLike adjHungarian! qWhat's artThe adjBig nProblem?
  -- alec flett @netscape


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




Re: Booting Linux from windows 2000

2002-11-09 Thread Vector
I don't know if you've found a suitable answer for this yet or not, but I
have done what you ask about in the subject line.  You use dd to make a copy
of the boot sector for the linux partition, you drop in the root directory
of the C: drive and then edit boot.ini to include that file.  Then it works
just fine.  The only pain about this setup is that anytime you change your
linux boot sector (at least with lilo) you have to use dd again to create
your boot sector file again and then copy that into the root on the c: drive
again so that the changes are reflected.  If you would like an example of
the boot.ini entry you would need, let me know I might be able to dig one up
on one my systems.

vec

- Original Message -
From: Nathan E Norman [EMAIL PROTECTED]
To: debian-user [EMAIL PROTECTED]
Sent: Saturday, November 09, 2002 1:41 PM
Subject: Re: Booting Linux from windows 2000


 On Sat, Nov 09, 2002 at 02:39:33AM -0500, Scott Henson wrote:
  On Fri, 2002-11-08 at 14:18, Pigeon wrote:
   It is true that Windoze doesn't like changes to the MBR. To hack the
   Win98 MBR I had to include code to put the original MBR back after the
   hack had done its work, then make Windoze reinstall the hacked version
   after it had done its check. That relied on having DOS available
   underneath and probably would be much harder in 2k. It's not something
   I would really recommend!
 
  No, Windows 95/98/ME all do just fine without the MBR. You can have lilo
  or grub steal it and windows wont even figure it out.  Now Windows
  NT/2000/XP all need the MBR and wont boot without it.  Under these you
  have to use the windows boot loader to load grub or lilo then they
  continue to boot linux.  Best way is probably to make a grub boot floppy
  though.

 Not true.  Win2k boots fine from grub, which is installed in the MBR
 here.

 --
 Nathan Norman - Incanus Networking mailto:nnorman;incanus.net
   prepBut nI vrbLike adjHungarian! qWhat's artThe adjBig nProblem?
   -- alec flett @netscape


 --
 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: Booting Linux from windows 2000

2002-11-09 Thread Pigeon
On 09 Nov 2002 02:39:33 -0500, Scott Henson
[EMAIL PROTECTED] wrote:

On Fri, 2002-11-08 at 14:18, Pigeon wrote:
 It is true that Windoze doesn't like changes to the MBR. To hack the
 Win98 MBR I had to include code to put the original MBR back after the
 hack had done its work, then make Windoze reinstall the hacked version
 after it had done its check. That relied on having DOS available
 underneath and probably would be much harder in 2k. It's not something
 I would really recommend!

No, Windows 95/98/ME all do just fine without the MBR. You can have lilo
or grub steal it and windows wont even figure it out.  Now Windows
NT/2000/XP all need the MBR and wont boot without it.  Under these you
have to use the windows boot loader to load grub or lilo then they
continue to boot linux.  Best way is probably to make a grub boot floppy
though.

Dunno about 95/ME. I dual-boot DOS6.22 and Win98SE by having 2 primary
DOS partitions and swapping the bootable flag in the partition table;
LOADLIN.EXE gets me from either of these to Linux. The code I inserted
into my MBR examined the bootable flags and did nothing if 98 was
booting. Nevertheless, 98 objected to its being there and responded by
running my IDE drives in MS-DOS compatibility mode. So it looked
fine on the surface, but ran slow(er). Maybe there's some way of
fooling Windoze on this issue and lilo/grub are smart enough to know
about it?

Pigeon


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




Re: Booting Linux from windows 2000

2002-11-08 Thread Pigeon
On Thu, 7 Nov 2002 16:45:40 -0500, Gleef [EMAIL PROTECTED] wrote:

On Wed, Nov 06, 2002 at 03:56:48PM +0100, Bruno BEAUFILS wrote:
 
 I know that this question is not specially relevant to debian, but I
 do not know where to ask it anywhere else :-(
 
 I want to boot a bunch of dual-boot stations which are running under
 Windows 2000 to Linux. I tried loadlin but it does not work because
 of protected mode.

loadlin and syslinux both work from DOS, and won't work on 
Windows 2000 (Windows NT/2000/XP are not DOS-based).


 I can modify lilo boot loader since those stations are oftenly
 cloned by Ghost and that default boot options must stay Windows.

Lilo can be set up to boot Windows 2000 by default, just be sure to
install Linux *after* you install Windows.  Grub can also be set up to
boot Windows 2000 for you.  Either can be set up so that they look
innocuous to a person who might be afraid of a boot menu.

Alternately, if you are not permitted to touch the MBR, you can make a
very flexible boot floppy with grub.  After installing the Debian grub
package, you can make a grub boot floppy as simply as grub-floppy
/dev/fd0.

Best of Luck,
-Gleef

For people who may be afraid of boot menus, maybe you could have the
PC set up just to boot 2k, and make up a DOS boot floppy with
LOADLIN.EXE on it run from AUTOEXEC.BAT; remove the write-protect tab
and stick a big picture of Tux on it. Then you can tell people put
the penguin in to use Linux, take it out for Windoze. I guess you
could make a grub floppy to do the same.

It is true that Windoze doesn't like changes to the MBR. To hack the
Win98 MBR I had to include code to put the original MBR back after the
hack had done its work, then make Windoze reinstall the hacked version
after it had done its check. That relied on having DOS available
underneath and probably would be much harder in 2k. It's not something
I would really recommend!

Pigeon


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




Re: Booting Linux from windows 2000

2002-11-08 Thread Scott Henson
On Fri, 2002-11-08 at 14:18, Pigeon wrote:
 It is true that Windoze doesn't like changes to the MBR. To hack the
 Win98 MBR I had to include code to put the original MBR back after the
 hack had done its work, then make Windoze reinstall the hacked version
 after it had done its check. That relied on having DOS available
 underneath and probably would be much harder in 2k. It's not something
 I would really recommend!

No, Windows 95/98/ME all do just fine without the MBR. You can have lilo
or grub steal it and windows wont even figure it out.  Now Windows
NT/2000/XP all need the MBR and wont boot without it.  Under these you
have to use the windows boot loader to load grub or lilo then they
continue to boot linux.  Best way is probably to make a grub boot floppy
though.


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




Re: Booting Linux from windows 2000

2002-11-07 Thread Rob Weir
On Wed, Nov 06, 2002 at 03:56:48PM +0100, Bruno BEAUFILS wrote:
 
 I know that this question is not specially relevant to debian, but I do not
 know where to ask it anywhere else :-(
 
 I want to boot a bunch of dual-boot stations which are running under Windows
 2000 to Linux. I tried loadlin but it does not work because of protected
 mode.
 
 I can modify lilo boot loader since those stations are oftenly cloned by Ghost
can't?
 and that default boot options must stay Windows.

Surely Ghost can clone an entire hard drive, MBR and all?  Even cat
could handle that.  Just build a machine with LILO setup to boot win2k
by default, and image it...

-rob



msg11554/pgp0.pgp
Description: PGP signature


Re: Booting Linux from windows 2000

2002-11-07 Thread Levi Waldron
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On November 7, 2002 11:49 am, Rob Weir wrote:
 On Wed, Nov 06, 2002 at 03:56:48PM +0100, Bruno BEAUFILS wrote:
  I know that this question is not specially relevant to debian, but I do
  not know where to ask it anywhere else :-(
 
  I want to boot a bunch of dual-boot stations which are running under
  Windows 2000 to Linux. I tried loadlin but it does not work because of
  protected mode.
 
  I can modify lilo boot loader since those stations are oftenly cloned by
  Ghost

I've heard that win2k won't stand for LILO replacing its own MBR.  The 
alternatives I know of are:

1) Put a boot floppy in when you want to boot Linux
2) Use XOSL http://www.xosl.org - a GPL universal bootloader that's 
compatible with linux and all wins.
3) I don't know if wintoes will stand for not being on the primary hard 
drive, but if it will then you could hook it up as secondary (something other 
than /dev/hdb) and let linux have your MBR.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE9yqrQTJSEdOdSWd4RAh1tAJ9SrXSl5A5xWRb9gnYZQFOHe5KB3wCfXh5k
hHZvRTmOiZ+YwRURtzGNOx4=
=+FFp
-END PGP SIGNATURE-


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




Re: Booting Linux from windows 2000

2002-11-07 Thread Derek Gladding
On Thursday 07 November 2002 10:02 am, Levi Waldron wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On November 7, 2002 11:49 am, Rob Weir wrote:
  On Wed, Nov 06, 2002 at 03:56:48PM +0100, Bruno BEAUFILS wrote:
   I know that this question is not specially relevant to debian, but I do
   not know where to ask it anywhere else :-(
  
   I want to boot a bunch of dual-boot stations which are running under
   Windows 2000 to Linux. I tried loadlin but it does not work because of
   protected mode.
  
   I can modify lilo boot loader since those stations are oftenly cloned
   by Ghost

 I've heard that win2k won't stand for LILO replacing its own MBR.  The
 alternatives I know of are:


LILO dual-booting W2K and Linux works fine for me. I have LILO on the MBR, 
/boot as the first partition, / as the second and Windows as the third.

- Derek



 1) Put a boot floppy in when you want to boot Linux
 2) Use XOSL http://www.xosl.org - a GPL universal bootloader that's
 compatible with linux and all wins.
 3) I don't know if wintoes will stand for not being on the primary hard
 drive, but if it will then you could hook it up as secondary (something
 other than /dev/hdb) and let linux have your MBR.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org

 iD8DBQE9yqrQTJSEdOdSWd4RAh1tAJ9SrXSl5A5xWRb9gnYZQFOHe5KB3wCfXh5k
 hHZvRTmOiZ+YwRURtzGNOx4=
 =+FFp
 -END PGP SIGNATURE-


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




Booting Linux from windows 2000

2002-11-06 Thread Bruno BEAUFILS

I know that this question is not specially relevant to debian, but I do not
know where to ask it anywhere else :-(

I want to boot a bunch of dual-boot stations which are running under Windows
2000 to Linux. I tried loadlin but it does not work because of protected
mode.

I can modify lilo boot loader since those stations are oftenly cloned by Ghost
and that default boot options must stay Windows.

Anybody with an idea ?

-- 
-- Bruno


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




Re: Windows 2000 e script logon no samba

2002-11-05 Thread Eduardo Marcel Macan
Tem isso no FAQ do Samba.

Basicamente, você precisara usar o poledit (no windows, não sei se
funciona no wine, não tem porque não) para criar as políticas para cada
usuário no seu servidor samba e fazer algumas configurações.

www.samba.org , procure pelo faq


Em Sex, 2002-11-01 às 20:03, Leandro Fernandes Afonso escreveu:
 Caro colega humildemente refaço minha pergunta, e tenho quatro máquinas
 trabalhando em rede que rodam windows 2000.
 
 A questão é como faço para que estas máquinas processem o script logon que
 tenho no samba?
 
 hoje já utilizo mapeamento de unidades manuais, como \\servpatty\trabalho é
 mapeado como G:, poré, se os usuários cancelarem ou desconectarem as
 unidades de rede é necessário remapeá-las.
 
 agradeço pela atenção e espero que você possa me ajudar.
 
 
 --
 Leandro Fernandes Afonso
 4º período Curso de Sistemas de Informação
 Facundade Regional do Vale do Aço - FARV
 Universidade Presidente Antônio Carlos - UNIPAC
 Ipatinga/MG
 UIN#38275171
 
 
 - Mensagem Original 
 De: Leonardo Arend Leão [EMAIL PROTECTED]
 Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
 Assunto: Re: Windows 2000 e script logon no samba
 Data: 01/11/02 23:49
 
 
 
 
 
 
 
  FLAVOR00-NONE---
 
  ;
 
 
 
 
 
 
 
 
 
 
ouvir falar exatamente nao!! eu soh li e tenho rodando em 2 redes,
serve??
nbsp;
Ferramentas, sem cerebro, saonbsp;simples aderecos!
Autor desconhecido por mim!
Leoarend
[EMAIL PROTECTED]
ICQ: 42123408
Debian GNU/Linux 2.2r6 amp; Woody
---Original Message---
nbsp;
 
From: Leandrofa
Date: sexta-feira, 01
de novembro de 2002 21:40:49
To: debian-user-portuguese@lists.debian.org
Subject: Windows 2000 e
script logon no samba
nbsp;Pessoal,alguem ja viu falar ou implementou
maquinas com windows 2000 professionalexecutando scripts logons em
 PDC
SAMBA?ObrigadoLeandro-- To
UNSUBSCRIBE, email to
 [EMAIL PROTECTED]
a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 
-- 
Eduardo Marcel MaçanGerente de Redes / Network Manager
[EMAIL PROTECTED]   Colégio Bandeirantes



Re: Windows 2000 e script logon no samba

2002-11-02 Thread Srinath Mantripragada

Insira as seguintes linhas no seu smb.conf:

--
logon script = logon.bat

[netlogon]
  path = /home/users/netlogon
  writeable = no
  write list = ntadmin

--
o meu logon.bat,

-
echo off
echo Mapeando Unidades de rede, aguarde um momento

net use i: \\server\share
net use k: \\server\share2
-



[]s

Srinath

Leandro Fernandes Afonso wrote:


Caro colega humildemente refaço minha pergunta, e tenho quatro máquinas
trabalhando em rede que rodam windows 2000.

A questão é como faço para que estas máquinas processem o script logon que
tenho no samba?

hoje já utilizo mapeamento de unidades manuais, como \\servpatty\trabalho é
mapeado como G:, poré, se os usu




ários cancelarem ou desconectarem as
unidades de rede é necessário remapeá-las.

agradeço pela atenção e espero que você possa me ajudar.


--
Leandro Fernandes Afonso
4º período Curso de Sistemas de Informação
Facundade Regional do Vale do Aço - FARV
Universidade Presidente Antônio Carlos - UNIPAC
Ipatinga/MG
UIN#38275171


- Mensagem Original 
De: Leonardo Arend Leão [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Assunto: Re: Windows 2000 e script logon no samba
Data: 01/11/02 23:49

 



   



 


FLAVOR00-NONE---

;










 ouvir falar exatamente nao!! eu soh li e tenho rodando em 2 redes,
 serve??
 nbsp;
 Ferramentas, sem cerebro, saonbsp;simples aderecos!
 Autor desconhecido por mim!
 Leoarend
 [EMAIL PROTECTED]
 ICQ: 42123408
 Debian GNU/Linux 2.2r6 amp; Woody
 ---Original Message---
 nbsp;

 From: Leandrofa
 Date: sexta-feira, 01
 de novembro de 2002 21:40:49
 To: debian-user-portuguese@lists.debian.org
 Subject: Windows 2000 e
 script logon no samba
 nbsp;Pessoal,alguem ja viu falar ou implementou
 maquinas com windows 2000 professionalexecutando scripts logons em
   


PDC
 


 SAMBA?ObrigadoLeandro-- To
 UNSUBSCRIBE, email to
   


[EMAIL PROTECTED]
 


 a subject of unsubscribe. Trouble? Contact
   


[EMAIL PROTECTED]
 



















   




 





Windows 2000 e script logon no samba

2002-11-01 Thread Leandrofa
Pessoal,

alguem ja viu falar ou implementou maquinas com windows 2000 professional
executando scripts logons em PDC SAMBA?


Obrigado

Leandro



Re: Windows 2000 e script logon no samba

2002-11-01 Thread Leandro Fernandes Afonso
Caro colega humildemente refaço minha pergunta, e tenho quatro máquinas
trabalhando em rede que rodam windows 2000.

A questão é como faço para que estas máquinas processem o script logon que
tenho no samba?

hoje já utilizo mapeamento de unidades manuais, como \\servpatty\trabalho é
mapeado como G:, poré, se os usuários cancelarem ou desconectarem as
unidades de rede é necessário remapeá-las.

agradeço pela atenção e espero que você possa me ajudar.


--
Leandro Fernandes Afonso
4º período Curso de Sistemas de Informação
Facundade Regional do Vale do Aço - FARV
Universidade Presidente Antônio Carlos - UNIPAC
Ipatinga/MG
UIN#38275171


- Mensagem Original 
De: Leonardo Arend Leão [EMAIL PROTECTED]
Para: [EMAIL PROTECTED] [EMAIL PROTECTED]
Assunto: Re: Windows 2000 e script logon no samba
Data: 01/11/02 23:49







 FLAVOR00-NONE---

 ;










   ouvir falar exatamente nao!! eu soh li e tenho rodando em 2 redes,
   serve??
   nbsp;
   Ferramentas, sem cerebro, saonbsp;simples aderecos!
   Autor desconhecido por mim!
   Leoarend
   [EMAIL PROTECTED]
   ICQ: 42123408
   Debian GNU/Linux 2.2r6 amp; Woody
   ---Original Message---
   nbsp;

   From: Leandrofa
   Date: sexta-feira, 01
   de novembro de 2002 21:40:49
   To: debian-user-portuguese@lists.debian.org
   Subject: Windows 2000 e
   script logon no samba
   nbsp;Pessoal,alguem ja viu falar ou implementou
   maquinas com windows 2000 professionalexecutando scripts logons em
PDC
   SAMBA?ObrigadoLeandro-- To
   UNSUBSCRIBE, email to
[EMAIL PROTECTED]
   a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]






















Re: GRUB installieren, um windows 2000 und linux booten zu k

2002-10-28 Thread Wilhelm Wienemann
Hallo Gil!

Gil Breth schrieb am Freitag, 25. Oktober 2002:

 also ich habe alles soweit mit GRUB konfiguriert und auch ortnungsgemäß 
 installiert, nur wenn ich bei der Aufforderung des zu startenden 
 Betriebsystems mein Windows 2000 wähle zeigt GRUB kurz die Infos an zu dem 
 Booteintrag:
 
 rootnoverify (hd1,0)
^
Du gestehst Windown nicht den Festplattenplatz zu, den es in sehr
arroganter Weise (fast) immer für sich reserviert haben möchte. 
Den Systemen aus der Redmonder Schmiede wird beinahe übel, wenn 
man ihnen diesen Platz vorenthält. ;-)

$innlos2k - und andere aus diesem Stall von Billy-Boys Gnaden - 
beansprucht die 1. Partition auf der 1. Festplatte im Rechner, 
ansonsten spielt es den Beleigten, wie Du unschwer an den von
Dir geschilderten Meldungen bzw. durch Arbeitsverweigerung 
feststellen und nachvollziehen kannst. 

 chainloader +1
 
 und macht dann nix mehr, alles was ich noch sehe ist eine blinkende 
 Eingabeaufforderung.

Vielleicht versuchst Du mal folgenden Eintrag in Deiner 'menu.lst'
(anschließendes 'grub-install Grub-Bootmedium' nicht vergessen!):

### For booting Windown 2000
### Disclaimer:
### Alle unsere Unixkisten wurden hingestellt und laufen. Bei Windows 
### läuft vor allem der Mensch, der versuchen darf, das Zeug in Gang 
### zu halten. (C) by Jens Dittmar
title Windows 2000
unhide (hd0,0)
hide (hd1,0)
rootnoverify (hd1,0)
chainloader +1
makeactive

Möglicherweise müsstest Du dann die Boot-Partition des anderen 
Betriebssystems in der 'menu.lst' mit jeweils vertauschten 
Rollen zeigen bzw. verstecken (unhide 1,0 und hide 0,0) sowie
die Boot-(/Root-)Partition aktivieren (makeactive).

 Was hat das zu bedeuten und was läuft da schief?

sh. oben.

Grüße - Wilhelm

-- 
(° Wilhelm Wienemann [EMAIL PROTECTED]   -°)  -°)
//\ Grüße vom NiederRhein, der Region mit R(h)einKultur /\\   /\\
V_/_   _\_V  _\_V


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




GRUB installieren, um windows 2000 und linux booten zu knnen

2002-10-24 Thread Gil Breth
Hi Leute,

ich möchte gerne Grub als Bootmanager installieren, aber frage mich wie ich 
GRUB konfigurieren muss,d amit ich windows 2000 starten kann.
Alos installieren ist kein Problem und den Abschnitt mit der Konfiguration für 
Linux habe ich auch, aber was muss ich wie konfigurieren um windows 2000 zu 
starten.
Mein Festplattenkonfiguration istb wie folgt:

/dev/hda1 - /boot
/dev/hda2 - swap
/dev/hda3 - /
/dev/hdb1 - Windows 2000 (vfat)
/dev/hdb2 - ext3
/dev/hdb5 - vfat
/dev/hdb6 - ext3
/dev/hdb7 - ext3
/dev/hdb8 - ext3
/dev/hdb9 - ext3

Danke schonmal imvoraus.

Gruss
Gil


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: GRUB installieren, um windows 2000 und linux booten zu können

2002-10-24 Thread Klaus Brand
Moin Gil,

[EMAIL PROTECTED] (Gil Breth) writes:
[...]
 Alos installieren ist kein Problem und den Abschnitt mit der Konfiguration für 
 Linux habe ich auch, aber was muss ich wie konfigurieren um windows 2000 zu 
 starten.
Schau Dir mal /usr/share/doc/grub/examples/menu.lst an. Da stehen reihenweise
Beispiele drin, wie man verschiedene System bootet.

HTH,
Klaus


-- 
Häufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: GRUB installieren, um windows 2000 und linux booten zu k

2002-10-24 Thread Torsten Puls
Hallo

Offenbar mögen die Grub-Entwickler keine Windows-Anwender: 
GRUB kann weder DOS noch Windows direkt booten und benutzt deswegen, 
ähnlich wie LILO, eine Chainloader-Funktion, die im Vergleich zu 
Lilo jedoch recht kompliziert einzurichten ist. 

Benutzern, die Linux und Windows auf einer Platte einsetzen wollen,
ohne lange Dokumentation zu wälzen, raten wir daher momentan noch ab.
Möchten Sie es dennoch versuchen, hilft die Dokumentation auf:

http://www.gnu.org/manual/grub-0.90/html_chapter/grub_toc.html

Quelle: Linux-User 07/2002

MfG Torsten


-- 
Häufig gestellte Fragen und Antworten (FAQ): 
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




Re: GRUB installieren, um windows 2000 und linux booten zu können

2002-10-24 Thread Frank Küster geb. Fürst
[EMAIL PROTECTED] (Gil Breth) schrieb:

 Hi Leute,
 
 ich möchte gerne Grub als Bootmanager installieren, aber frage mich wie ich 
 GRUB konfigurieren muss,d amit ich windows 2000 starten kann.
 Alos installieren ist kein Problem und den Abschnitt mit der Konfiguration für 
 Linux habe ich auch, aber was muss ich wie konfigurieren um windows 2000 zu 
 starten.

Bei mir:

title WindowsXP
rootnoverify (hd0,1)
chainloader +1

Gruß, Frank
-- 
Ich habe z.Z. nur einmal pro Tag Netzzugang. Daher kommen meine Antworten 
langsamer als üblich

Frank Küster geb. Fürst


--
Häufig gestellte Fragen und Antworten (FAQ):
http://www.de.debian.org/debian-user-german-FAQ/

Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject unsubscribe. Probleme? Mail an [EMAIL PROTECTED] (engl)




  1   2   >