Re: [Samba] samba roaming profiles not working

2010-09-23 Thread Philippe LeCavalier
On Sun, 2010-09-19 at 23:11 -0400, Gary Dale wrote:

 On 19/09/10 07:55 PM, Philippe LeCavalier wrote:
   Gary,
 
   On Fri, 2010-09-17 at 14:21 -0400, Gary Dale wrote:
 
   I've been at this for hours now and am still not getting it to
   work. I've been through the lists trying to find an answer and so
   far as I can tell, everything is configured OK. Obviously it's not,
   but I'm stuck.
  
   I recently installed Squeeze on my home server, overwriting a Lenny
installation. I've been able to add my NT (Windows XP/Pro) domain
accounts back in and pdbedit shows the expected values - e.g.:
  
   r...@whenim64:/home/samba/profiles# pdbedit -Lv garydale Unix
   username: garydale NT username: Account Flags: [U ] User SID:
   S-1-5-21-832165970-4128531365-4003982369-1002 Primary Group SID:
   S-1-5-21-832165970-4128531365-4003982369-513 Full Name: Gary Dale
   Home Directory: \\whenim64\home\garydale HomeDir Drive: m: Logon
   Script: Profile Path: \\whenim64\home\samba\profiles\garydale
   Domain: RAHIM-DALE Account desc: Workstations: Munged dial: Logon
   time: 0 Logoff time: 9223372036854775807 seconds since the Epoch
   Kickoff time: 9223372036854775807 seconds since the Epoch Password
   last set: Wed, 15 Sep 2010 14:05:50 EDT Password can change: Wed,
   15 Sep 2010 14:05:50 EDT Password must change: never Last bad
   password : 0 Bad password count : 0 Logon hours :
   FF
 
   ^What's this?^
 That's the pdbedit output from the command at the start of the section

Gotcha.

 
 
  
   However, although I can log on, I can't get the roaming profiles
   working. I get the windows cannot locate the server copy of your
   roaming profile message. Since my Unix account names/numbers are
   the same and the profiles are in the previously working /home
   folder that didn't get touched, I can't see how it''s a permissions
   problem. Noneheless, I removed an old profile which should have let
   WIndows create a new one. It didn't. I still got the same error.
  
   I did have to reinstate the groupmaps (don't know why the samba
   install doesn't do this) but they seem OK.
  
   r...@whenim64:/home/samba/profiles# net groupmap list Domain Admins
   (S-1-5-21-832165970-4128531365-4003982369-512) - ntadmins Domain
   Users (S-1-5-21-832165970-4128531365-4003982369-513) - users
   Domain Guests (S-1-5-21-832165970-4128531365-4003982369-514) -
   nogroup Domain Computers
   (S-1-5-21-832165970-4128531365-4003982369-515) - machines
  
   My smb.conf tests OK with testparm. SWAT reports all the daemons
   are running. I can map shares (with read/write) without needing
   extra authentication.
  
   My smb.conf (minus the shares  printers) is:
 
   [...]
 
   logon path = \\%N\home\samba\profiles\%U
 
   In 'man smb.conf'
 
   Windows clients can sometimes maintain a connection to the [homes]
   share, even though there is no user logged in. Therefore, it is
   vital that the logon path does not include a reference to the homes
   share (i.e. setting this parameter to \\%N\homes \profile_path will
   cause problems). [...] If you want profiles stored in the home dir
   use the default setting ie \ \%N\%U\Profile
 
 
   [Profiles] profile acls = yes create mode = 0600 directory mode =
   0700 path = /home/samba/profiles
 
   Set this to \\%N\%U\Profile OR edit [global] to the reflect this.
   Either way, it needs to be identical and fall within an allowable
   setting.
 
   May I also add that in my opinion you've gone a little overboard
   with the settings in [global] I've been using Samba as a DC for many
   years and have never needed to change so many settings. I would
   suggest starting with defaults and editing as needed...Just a
   thought.
 
   Cheers, Phil
 
 Actually the [global] settings are pretty much the defaults. Possibly 
 it's a Debian thing or the way SWAT leaves it. I added the add machine 
 script and changed the logon path.

Didn't consider SWAT. You're right, SWAT does add allot.

 
 It turned out you were right about the duplication of the path between 
 logon path and the profiles share. Removing the duplicated path from the 
 logon path fixed it. I knew it was something stupid that I was missing.  :)
 
 Thanks.

You're welcome.


Phil
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] samba roaming profiles not working

2010-09-20 Thread Gary Dale

On 19/09/10 07:55 PM, Philippe LeCavalier wrote:

 Gary,

 On Fri, 2010-09-17 at 14:21 -0400, Gary Dale wrote:

 I've been at this for hours now and am still not getting it to
 work. I've been through the lists trying to find an answer and so
 far as I can tell, everything is configured OK. Obviously it's not,
 but I'm stuck.

 I recently installed Squeeze on my home server, overwriting a Lenny
  installation. I've been able to add my NT (Windows XP/Pro) domain
  accounts back in and pdbedit shows the expected values - e.g.:

 r...@whenim64:/home/samba/profiles# pdbedit -Lv garydale Unix
 username: garydale NT username: Account Flags: [U ] User SID:
 S-1-5-21-832165970-4128531365-4003982369-1002 Primary Group SID:
 S-1-5-21-832165970-4128531365-4003982369-513 Full Name: Gary Dale
 Home Directory: \\whenim64\home\garydale HomeDir Drive: m: Logon
 Script: Profile Path: \\whenim64\home\samba\profiles\garydale
 Domain: RAHIM-DALE Account desc: Workstations: Munged dial: Logon
 time: 0 Logoff time: 9223372036854775807 seconds since the Epoch
 Kickoff time: 9223372036854775807 seconds since the Epoch Password
 last set: Wed, 15 Sep 2010 14:05:50 EDT Password can change: Wed,
 15 Sep 2010 14:05:50 EDT Password must change: never Last bad
 password : 0 Bad password count : 0 Logon hours :
 FF

 ^What's this?^

That's the pdbedit output from the command at the start of the section




 However, although I can log on, I can't get the roaming profiles
 working. I get the windows cannot locate the server copy of your
 roaming profile message. Since my Unix account names/numbers are
 the same and the profiles are in the previously working /home
 folder that didn't get touched, I can't see how it''s a permissions
 problem. Noneheless, I removed an old profile which should have let
 WIndows create a new one. It didn't. I still got the same error.

 I did have to reinstate the groupmaps (don't know why the samba
 install doesn't do this) but they seem OK.

 r...@whenim64:/home/samba/profiles# net groupmap list Domain Admins
 (S-1-5-21-832165970-4128531365-4003982369-512) - ntadmins Domain
 Users (S-1-5-21-832165970-4128531365-4003982369-513) - users
 Domain Guests (S-1-5-21-832165970-4128531365-4003982369-514) -
 nogroup Domain Computers
 (S-1-5-21-832165970-4128531365-4003982369-515) - machines

 My smb.conf tests OK with testparm. SWAT reports all the daemons
 are running. I can map shares (with read/write) without needing
 extra authentication.

 My smb.conf (minus the shares  printers) is:

 [...]

 logon path = \\%N\home\samba\profiles\%U

 In 'man smb.conf'

 Windows clients can sometimes maintain a connection to the [homes]
 share, even though there is no user logged in. Therefore, it is
 vital that the logon path does not include a reference to the homes
 share (i.e. setting this parameter to \\%N\homes \profile_path will
 cause problems). [...] If you want profiles stored in the home dir
 use the default setting ie \ \%N\%U\Profile




 [Profiles] profile acls = yes create mode = 0600 directory mode =
 0700 path = /home/samba/profiles

 Set this to \\%N\%U\Profile OR edit [global] to the reflect this.
 Either way, it needs to be identical and fall within an allowable
 setting.

 May I also add that in my opinion you've gone a little overboard
 with the settings in [global] I've been using Samba as a DC for many
 years and have never needed to change so many settings. I would
 suggest starting with defaults and editing as needed...Just a
 thought.

 Cheers, Phil


Actually the [global] settings are pretty much the defaults. Possibly 
it's a Debian thing or the way SWAT leaves it. I added the add machine 
script and changed the logon path.


It turned out you were right about the duplication of the path between 
logon path and the profiles share. Removing the duplicated path from the 
logon path fixed it. I knew it was something stupid that I was missing.  :)


Thanks.

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


Re: [Samba] samba roaming profiles not working

2010-09-19 Thread Philippe LeCavalier
Gary,

On Fri, 2010-09-17 at 14:21 -0400, Gary Dale wrote:

 I've been at this for hours now and am still not getting it to work. 
 I've been through the lists trying to find an answer and so far as I can 
 tell, everything is configured OK. Obviously it's not, but I'm stuck.
 
 I recently installed Squeeze on my home server, overwriting a Lenny 
 installation. I've been able to add my NT (Windows XP/Pro) domain 
 accounts back in and pdbedit shows the expected values - e.g.:
 
 r...@whenim64:/home/samba/profiles# pdbedit -Lv garydale
 Unix username: garydale
 NT username:
 Account Flags: [U ]
 User SID: S-1-5-21-832165970-4128531365-4003982369-1002
 Primary Group SID: S-1-5-21-832165970-4128531365-4003982369-513
 Full Name: Gary Dale
 Home Directory: \\whenim64\home\garydale
 HomeDir Drive: m:
 Logon Script:
 Profile Path: \\whenim64\home\samba\profiles\garydale
 Domain: RAHIM-DALE
 Account desc:
 Workstations:
 Munged dial:
 Logon time: 0
 Logoff time: 9223372036854775807 seconds since the Epoch
 Kickoff time: 9223372036854775807 seconds since the Epoch
 Password last set: Wed, 15 Sep 2010 14:05:50 EDT
 Password can change: Wed, 15 Sep 2010 14:05:50 EDT
 Password must change: never
 Last bad password : 0
 Bad password count : 0
 Logon hours : FF

^What's this?^

 
 However, although I can log on, I can't get the roaming profiles 
 working. I get the windows cannot locate the server copy of your 
 roaming profile message. Since my Unix account names/numbers are the 
 same and the profiles are in the previously working /home folder that 
 didn't get touched, I can't see how it''s a permissions problem. 
 Noneheless, I removed an old profile which should have let WIndows 
 create a new one. It didn't. I still got the same error.
 
 I did have to reinstate the groupmaps (don't know why the samba install 
 doesn't do this) but they seem OK.
 
 r...@whenim64:/home/samba/profiles# net groupmap list
 Domain Admins (S-1-5-21-832165970-4128531365-4003982369-512) - ntadmins
 Domain Users (S-1-5-21-832165970-4128531365-4003982369-513) - users
 Domain Guests (S-1-5-21-832165970-4128531365-4003982369-514) - nogroup
 Domain Computers (S-1-5-21-832165970-4128531365-4003982369-515) - machines
 
 My smb.conf tests OK with testparm. SWAT reports all the daemons are 
 running. I can map shares (with read/write) without needing extra 
 authentication.
 
 My smb.conf (minus the shares  printers) is:

[...]

 logon path = \\%N\home\samba\profiles\%U

In 'man smb.conf'

Windows clients can sometimes maintain a connection to the [homes]
share, even though there is no user logged in. Therefore, it is vital
that the logon path does not include a reference to
   the homes share (i.e. setting this parameter to \\%N\homes
\profile_path will cause problems).
[...]
If you want profiles stored in the home dir use the default setting ie \
\%N\%U\Profile


 [Profiles]
 profile acls = yes
 create mode = 0600
 directory mode = 0700
 path = /home/samba/profiles

Set this to \\%N\%U\Profile OR edit [global] to the reflect this. Either
way, it needs to be identical and fall within an allowable setting.

May I also add that in my opinion you've gone a little overboard with
the settings in [global] I've been using Samba as a DC for many years
and have never needed to change so many settings. I would suggest
starting with defaults and editing as needed...Just a thought.

Cheers,
Phil
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] samba roaming profiles not working

2010-09-17 Thread Gary Dale
I've been at this for hours now and am still not getting it to work. 
I've been through the lists trying to find an answer and so far as I can 
tell, everything is configured OK. Obviously it's not, but I'm stuck.


I recently installed Squeeze on my home server, overwriting a Lenny 
installation. I've been able to add my NT (Windows XP/Pro) domain 
accounts back in and pdbedit shows the expected values - e.g.:


r...@whenim64:/home/samba/profiles# pdbedit -Lv garydale
Unix username: garydale
NT username:
Account Flags: [U ]
User SID: S-1-5-21-832165970-4128531365-4003982369-1002
Primary Group SID: S-1-5-21-832165970-4128531365-4003982369-513
Full Name: Gary Dale
Home Directory: \\whenim64\home\garydale
HomeDir Drive: m:
Logon Script:
Profile Path: \\whenim64\home\samba\profiles\garydale
Domain: RAHIM-DALE
Account desc:
Workstations:
Munged dial:
Logon time: 0
Logoff time: 9223372036854775807 seconds since the Epoch
Kickoff time: 9223372036854775807 seconds since the Epoch
Password last set: Wed, 15 Sep 2010 14:05:50 EDT
Password can change: Wed, 15 Sep 2010 14:05:50 EDT
Password must change: never
Last bad password : 0
Bad password count : 0
Logon hours : FF

However, although I can log on, I can't get the roaming profiles 
working. I get the windows cannot locate the server copy of your 
roaming profile message. Since my Unix account names/numbers are the 
same and the profiles are in the previously working /home folder that 
didn't get touched, I can't see how it''s a permissions problem. 
Noneheless, I removed an old profile which should have let WIndows 
create a new one. It didn't. I still got the same error.


I did have to reinstate the groupmaps (don't know why the samba install 
doesn't do this) but they seem OK.


r...@whenim64:/home/samba/profiles# net groupmap list
Domain Admins (S-1-5-21-832165970-4128531365-4003982369-512) - ntadmins
Domain Users (S-1-5-21-832165970-4128531365-4003982369-513) - users
Domain Guests (S-1-5-21-832165970-4128531365-4003982369-514) - nogroup
Domain Computers (S-1-5-21-832165970-4128531365-4003982369-515) - machines

My smb.conf tests OK with testparm. SWAT reports all the daemons are 
running. I can map shares (with read/write) without needing extra 
authentication.


My smb.conf (minus the shares  printers) is:

[global]
workgroup = RAHIM-DALE
server string = %h server
obey pam restrictions = Yes
pam password change = Yes
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword$
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
add machine script = /usr/sbin/useradd -d /var/lib/nobody -g machines -$
logon path = \\%N\home\samba\profiles\%U
logon drive = m:
logon home = \\%N\home\%U
domain logons = Yes
domain master = Yes
dns proxy = No
wins support = Yes
panic action = /usr/share/samba/panic-action %d

[netlogon]
comment = Network Logon Service
path = /home/samba/netlogon
guest ok = Yes
browseable = No
browsable = No

[Profiles]
profile acls = yes
create mode = 0600
directory mode = 0700
path = /home/samba/profiles
read only = no
browseable = no
writeable = yes
guest ok = yes

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


Any ideas?
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/options/samba


[Samba] Samba + Roaming Profiles + Firefox Application

2005-01-24 Thread Roman Hudelist
Dear Samba Comunity!
 I encounter Problems with a certain Configuration, please help!

Concerns: Roaming Profiles on a Samba Server (Samba 3.0.10) 
Symptom: Application Firefox behaves strange and crashes after installing an 
(any) Extension:
 
The plain Firefox Application without Extensions installed just works fine.
but after instlling an Extension, logging out and in again, it opens and hangs 
showing a white window.
After reopening it, it works again, but the former installed Extension has 
vanished.
 
I wondered whats happening with the files in the roaming Profile: 
During the Logon-Session were i installed the Firefox Extension everthing works 
fine and the Profile shows up the Extension-Files:
 
..Mozilla\Firefox\Profiles\ospucvhc.default\extensions\{34274bf4-1d97-a289-e984-17e546307e4f}\install.rdf
 
..Mozilla\Firefox\Profiles\ospucvhc.default\extensions\{34274bf4-1d97-a289-e984-17e546307e4f}\chrome\adblock.jar
 
..Mozilla\Firefox\Profiles\ospucvhc.default\extensions\{34274bf4-1d97-a289-e984-17e546307e4f}\install.js
 
..Mozilla\Firefox\Profiles\ospucvhc.default\extensions\{34274bf4-1d97-a289-e984-17e546307e4f}\nsAdblock.js
 
(they also exist on the Samba-Server Share, althoug i thought, these 
Profile-Data is downloaded locally to the Client)
 
after logging out and in again, under the same Login Name, these Extension 
files have disappeared (magically) from the server.
I wonder whats going on? can it be, that this is a Firefox BUG??? or is it 
possible to have a samba problem here? - all other Applications are working 
properly in this domain..

Logs:
I traced the log.smbd on Log level 5 (thousands of lines..) but i coudnt find 
anything suspicious..

can anybody help pleese! THX! 
 
Configuration:
[global]
workgroup = TEST
realm = TEST.LOCAL
server string = Samba 3.0.10
security = ADS
username map = /etc/samba/smbusers
idmap uid = 1-2
idmap gid = 1-2
template homedir = /home/%D/%U
log level = 2
obey pam restrictions = Yes
unix charset = LOCALE
logon path=\\%L\Profiles\%U
encrypt passwords = yes
guest ok = No
security mask = 0777
force security mode = 0
directory security mask = 0777
force directory security mode = 0
map to guest = Bad User
hide dot files = Yes
browsable = yes
[profiles]
comment = Network Profiles Service
path = /data/Profiles/%U
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700

_

Roman Hudelist
System Administration Specialist
Sphinx Managed Services GmbH
A-1060 Wien, Mariahilferstraße 103
Tel: 59 555 59 - 303
Fax: 59 555 59 - 399
Email: [EMAIL PROTECTED] BLOCKED::mailto:[EMAIL PROTECTED] 
Homepage: http://www.sphinx-ms.at/ BLOCKED::http://www.sphinx-ms.at/ 
_

 
 

_

Roman Hudelist
System Administration Specialist
Sphinx Managed Services GmbH
A-1060 Wien, Mariahilferstraße 103
Tel: 59 555 59 - 303
Fax: 59 555 59 - 399
Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
Homepage: http://www.sphinx-ms.at/ http://www.sphinx-ms.at/ 
_

 
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba + Roaming Profiles + Firefox Application

2005-01-24 Thread Robert Schetterer
Hi Roman,
try to comment out
hide dot files = Yes
in global and use equals in shares section ( better not for home and profiles )
there may .files needed for the Extensions to work
Regards
Roman Hudelist schrieb:
Dear Samba Comunity!
I encounter Problems with a certain Configuration, please help!
Concerns: Roaming Profiles on a Samba Server (Samba 3.0.10) 
Symptom: Application Firefox behaves strange and crashes after installing an (any) Extension:

The plain Firefox Application without Extensions installed just works fine.
but after instlling an Extension, logging out and in again, it opens and hangs 
showing a white window.
After reopening it, it works again, but the former installed Extension has 
vanished.
I wondered whats happening with the files in the roaming Profile: 
During the Logon-Session were i installed the Firefox Extension everthing works fine and the Profile shows up the Extension-Files:
..Mozilla\Firefox\Profiles\ospucvhc.default\extensions\{34274bf4-1d97-a289-e984-17e546307e4f}\install.rdf 
..Mozilla\Firefox\Profiles\ospucvhc.default\extensions\{34274bf4-1d97-a289-e984-17e546307e4f}\chrome\adblock.jar 
..Mozilla\Firefox\Profiles\ospucvhc.default\extensions\{34274bf4-1d97-a289-e984-17e546307e4f}\install.js 
..Mozilla\Firefox\Profiles\ospucvhc.default\extensions\{34274bf4-1d97-a289-e984-17e546307e4f}\nsAdblock.js 
(they also exist on the Samba-Server Share, althoug i thought, these Profile-Data is downloaded locally to the Client)

after logging out and in again, under the same Login Name, these Extension 
files have disappeared (magically) from the server.
I wonder whats going on? can it be, that this is a Firefox BUG??? or is it 
possible to have a samba problem here? - all other Applications are working 
properly in this domain..
Logs:
I traced the log.smbd on Log level 5 (thousands of lines..) but i coudnt find 
anything suspicious..
can anybody help pleese! THX! 

Configuration:
[global]
   workgroup = TEST
   realm = TEST.LOCAL
   server string = Samba 3.0.10
   security = ADS
   username map = /etc/samba/smbusers
   idmap uid = 1-2
   idmap gid = 1-2
   template homedir = /home/%D/%U
   log level = 2
   obey pam restrictions = Yes
   unix charset = LOCALE
   logon path=\\%L\Profiles\%U
   encrypt passwords = yes
   guest ok = No
   security mask = 0777
   force security mode = 0
   directory security mask = 0777
   force directory security mode = 0
   map to guest = Bad User
   hide dot files = Yes
   browsable = yes
[profiles]
   comment = Network Profiles Service
   path = /data/Profiles/%U
   read only = No
   store dos attributes = Yes
   create mask = 0600
   directory mask = 0700
_
Roman Hudelist
System Administration Specialist
Sphinx Managed Services GmbH
A-1060 Wien, Mariahilferstraße 103
Tel: 59 555 59 - 303
Fax: 59 555 59 - 399
Email: [EMAIL PROTECTED] BLOCKED::mailto:[EMAIL PROTECTED] 
Homepage: http://www.sphinx-ms.at/ BLOCKED::http://www.sphinx-ms.at/ 
_


_
Roman Hudelist
System Administration Specialist
Sphinx Managed Services GmbH
A-1060 Wien, Mariahilferstraße 103
Tel: 59 555 59 - 303
Fax: 59 555 59 - 399
Email: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
Homepage: http://www.sphinx-ms.at/ http://www.sphinx-ms.at/ 
_

 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

RE: [Samba] Samba + Roaming Profiles + Firefox Application

2005-01-24 Thread Roman Hudelist

@Robert: Thank You for your quick reply!
I did what you suggested but there was no change in behaviour.

In Addition to your suggestion, i commented out some of the options in 
smb.conf, leaving the following:

[global]
workgroup = TEST
realm = TEST.LOCAL
server string = Samba 3.0.10
security = DOMAIN
username map = /etc/samba/smbusers
idmap uid = 1-2
idmap gid = 1-2
log level = 2
unix charset = LOCALE
logon path=\\%L\Profiles\%U
encrypt passwords = yes
guest ok = No
browsable = yes
[profiles]
comment = Network Profiles Service
path = /data/Profiles/%U
read only = No
create mask = 0600
directory mask = 0700

But the Problem is still the same. 
After installing the Extension i find the following files in the folder 
..Profiles/Tester/Anwendungsdaten/Mozilla/Firefox/Profiles/ospucvhc.default/extensions/{34274bf4-1d97-a289-e984-17e546307e4f}:

drwxrwsr-x2 TEST\tester TEST\Domänen-Benutzer 4096 2005-01-24 14:45 
chrome
-rwxrw-r--1 TEST\tester TEST\Domänen-Benutzer 7529 2004-05-30 13:12 
install.js
-rwxrw-r--1 TEST\tester TEST\Domänen-Benutzer 3463 2004-09-02 11:07 
install.rdf
-rwxrw-r--1 TEST\tester TEST\Domänen-Benutzer 1894 2004-05-23 13:50 
nsAdblock.js
drwxrwsr-x2 TEST\tester TEST\Domänen-Benutzer 4096 2005-01-20 14:48 
uninstall
  

When the user tester logs out the content of the same directory looks like 
this:

drwxrwsr-x2 SCHOENBRUNN\tester SCHOENBRUNN\Domänen-Benutzer 4096 
2005-01-24 14:47 chrome
drwxrwsr-x2 SCHOENBRUNN\tester SCHOENBRUNN\Domänen-Benutzer 4096 
2005-01-20 14:48 uninstall

So Firefox crashes on next execution and the previously installed extension 
vanished.
Maybe its something else?

Cheerz, Roman
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba


Re: [Samba] Samba + Roaming Profiles + Firefox Application

2005-01-24 Thread Robert Schetterer
Hi Roman,
sorry but for now , i dont have any idea what makes the crash,
have you asked the coders of this extension for known bugs.
I have installs fom Plain Thunderbird and Firefox on samba profiles
without extensions which works like charme.
If you have a test samba in use try chmod -R 0777 to the profile
to make sure you dont run in any permission problems,
perhaps anybody else on the list will help you out, knowing this problem
Regards
Roman Hudelist schrieb:
@Robert: Thank You for your quick reply!
I did what you suggested but there was no change in behaviour.
In Addition to your suggestion, i commented out some of the options in 
smb.conf, leaving the following:
[global]
   workgroup = TEST
   realm = TEST.LOCAL
   server string = Samba 3.0.10
   security = DOMAIN
   username map = /etc/samba/smbusers
   idmap uid = 1-2
   idmap gid = 1-2
   log level = 2
   unix charset = LOCALE
   logon path=\\%L\Profiles\%U
   encrypt passwords = yes
   guest ok = No
   browsable = yes
[profiles]
   comment = Network Profiles Service
   path = /data/Profiles/%U
   read only = No
   create mask = 0600
   directory mask = 0700
But the Problem is still the same. 
After installing the Extension i find the following files in the folder ..Profiles/Tester/Anwendungsdaten/Mozilla/Firefox/Profiles/ospucvhc.default/extensions/{34274bf4-1d97-a289-e984-17e546307e4f}:

drwxrwsr-x2 TEST\tester TEST\Domänen-Benutzer 4096 2005-01-24 14:45 chrome
-rwxrw-r--1 TEST\tester TEST\Domänen-Benutzer 7529 2004-05-30 13:12 install.js
-rwxrw-r--1 TEST\tester TEST\Domänen-Benutzer 3463 2004-09-02 11:07 install.rdf
-rwxrw-r--1 TEST\tester TEST\Domänen-Benutzer 1894 2004-05-23 13:50 nsAdblock.js
drwxrwsr-x2 TEST\tester TEST\Domänen-Benutzer 4096 2005-01-20 14:48 uninstall
 

When the user tester logs out the content of the same directory looks like 
this:
drwxrwsr-x2 SCHOENBRUNN\tester SCHOENBRUNN\Domänen-Benutzer 4096 
2005-01-24 14:47 chrome
drwxrwsr-x2 SCHOENBRUNN\tester SCHOENBRUNN\Domänen-Benutzer 4096 
2005-01-20 14:48 uninstall
So Firefox crashes on next execution and the previously installed extension 
vanished.
Maybe its something else?
Cheerz, Roman
 

-- 
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Re: [Samba] Samba Roaming Profiles

2002-10-19 Thread Mark Belfanti
Hi Luciano,
Samba has a problem storing the roaming profile in the user directory
due to Win2k/NT holding open a connection to the home share. This is
documented somewhere (In Teach yourself Samba in 24hrs).
So, try this:
Create a new folder '/home/profiles'
change permissions on the folder to be globally writable (chmod 1777
/home/profiles)
change the path in your profile share in smb.conf to path =
/home/profiles
Restart samba and try to log in again.

Also looks like your add user script is incorrect. Have a search through
the list archives for the various correct syntax or create the machine
accounts manually.

Regards,
Mark

On Fri, 2002-10-18 at 23:00, Luciano Bello wrote:
  Hi,
  I need to migrate a Windows 2000 Server PDC to a Linux/Samba, and I readed
 a lot searching for an answer.
  My problem is with Roaming Profiles. The user can log on but the
 configuration isn't the correctly one. The wallpaper, the mail storge, the
 shortcuts, etc. are wrong.
  May be is the ntuser.dat file that don´t work well.
 
  Thanks ann Sorry for my English
 
 Luciano Bello
 Buenos Aires
 Argentina
 
  START-
  [global]
  workgroup = FUNDES
  netbios name = SERVER_NT
  server string = %h server (Samba %v)
  interfaces = eth0
  bind interfaces only = Yes
  encrypt passwords = Yes
  update encrypted = Yes
  min passwd length = 3
  passwd program = /usr/bin/passwd %u
  passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
  *Retype\snew\sUNIX\spassword:* %n\n .
  username map = /etc/samba/user.map
  unix password sync = Yes
  syslog = 0
  log file = /var/log/samba/log.%m
  max log size = 1000
  printcap name = cups
  character set = ISO8859-1
  domain admin group = root
  add user script = /etc/samba/maquina %m
  logon script = \\%L\home\netlogon\logon.bat
  logon path = \\%L\%U\perfil
  logon drive = Z:
  domain logons = Yes
  os level = 64
  preferred master = True
  domain master = True
  dns proxy = No
  admin users = root
  printing = cups
  nt acl support = yes
  printer admin = root
  follow symlinks = yes
  wide links = yes
  WINS support = yes
  [homes]
  comment = Home Directories
  read only = No
  create mask = 0700
  directory mask = 0700
  browseable = No
  [F]
  comment = Compartido
  path = /home/f
  read only = No
  directory mask = 0777
  fstype = FAT
  [profiles]
  comment = Profiles Store
  path = /home/%U
  valid users = all
  read only = No
  create mask = 0755
  force create mode = 020
  directory mask = 02755
  force directory mode = 02070
  inherit permissions = Yes
  map system = Yes
  map hidden = Yes
  END-
 
 
 
 Cobertura especial de la Copa Mundial de la FIFA Corea-Japón 2002, sólo en Yahoo! 
Deportes:
 http://ar.sports.yahoo.com/fifaworldcup/
 -- 
 To unsubscribe from this list go to the following URL and read the
 instructions:  http://lists.samba.org/mailman/listinfo/samba
-- 
Regards,

Mark Belfanti
Mentat IT Pty Ltd

tel: [61 2] 9810 1986
fax: [61 2] 9810 1131
mob: 0413 53 6789
e-mail: [EMAIL PROTECTED]

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Samba Roaming Profiles

2002-10-18 Thread Luciano Bello
 Hi,
 I need to migrate a Windows 2000 Server PDC to a Linux/Samba, and I readed
a lot searching for an answer.
 My problem is with Roaming Profiles. The user can log on but the
configuration isn't the correctly one. The wallpaper, the mail storge, the
shortcuts, etc. are wrong.
 May be is the ntuser.dat file that don´t work well.

 Thanks ann Sorry for my English

Luciano Bello
Buenos Aires
Argentina

 START-
 [global]
 workgroup = FUNDES
 netbios name = SERVER_NT
 server string = %h server (Samba %v)
 interfaces = eth0
 bind interfaces only = Yes
 encrypt passwords = Yes
 update encrypted = Yes
 min passwd length = 3
 passwd program = /usr/bin/passwd %u
 passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
 *Retype\snew\sUNIX\spassword:* %n\n .
 username map = /etc/samba/user.map
 unix password sync = Yes
 syslog = 0
 log file = /var/log/samba/log.%m
 max log size = 1000
 printcap name = cups
 character set = ISO8859-1
 domain admin group = root
 add user script = /etc/samba/maquina %m
 logon script = \\%L\home\netlogon\logon.bat
 logon path = \\%L\%U\perfil
 logon drive = Z:
 domain logons = Yes
 os level = 64
 preferred master = True
 domain master = True
 dns proxy = No
 admin users = root
 printing = cups
 nt acl support = yes
 printer admin = root
 follow symlinks = yes
 wide links = yes
 WINS support = yes
 [homes]
 comment = Home Directories
 read only = No
 create mask = 0700
 directory mask = 0700
 browseable = No
 [F]
 comment = Compartido
 path = /home/f
 read only = No
 directory mask = 0777
 fstype = FAT
 [profiles]
 comment = Profiles Store
 path = /home/%U
 valid users = all
 read only = No
 create mask = 0755
 force create mode = 020
 directory mask = 02755
 force directory mode = 02070
 inherit permissions = Yes
 map system = Yes
 map hidden = Yes
 END-



Cobertura especial de la Copa Mundial de la FIFA Corea-Japón 2002, sólo en Yahoo! 
Deportes:
http://ar.sports.yahoo.com/fifaworldcup/
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba



[Samba] Samba Roaming Profiles

2002-10-17 Thread Luciano Bello



Hi,This is my first messegge to the list.I need to migrate a 
Windows 2000 Server PDC to a Linux/Samba, and I readed alot searching for an 
answer.My problem is with Roaming Profiles. The user can log on but 
theconfiguration isn't the correctly one. The wallpaper, the mail storge, 
theshortcuts, etc. are wrong.May be is the ntuser.dat file that don´t 
work well.What can I do?


Re: [Samba] Samba Roaming Profiles

2002-10-17 Thread Luciano Bello
mi smb.conf es:
START-
[global]
workgroup = FUNDES
netbios name = SERVER_NT
server string = %h server (Samba %v)
interfaces = eth0
bind interfaces only = Yes
encrypt passwords = Yes
update encrypted = Yes
min passwd length = 3
passwd program = /usr/bin/passwd %u
passwd chat = *Enter\snew\sUNIX\spassword:* %n\n
*Retype\snew\sUNIX\spassword:* %n\n .
username map = /etc/samba/user.map
unix password sync = Yes
syslog = 0
log file = /var/log/samba/log.%m
max log size = 1000
printcap name = cups
character set = ISO8859-1
domain admin group = root
add user script = /etc/samba/maquina %m
logon script = \\%L\home\netlogon\logon.bat
logon path = \\%L\%U\perfil
logon drive = Z:
domain logons = Yes
os level = 64
preferred master = True
domain master = True
dns proxy = No
admin users = root
printing = cups
nt acl support = yes
printer admin = root
follow symlinks = yes
wide links = yes
WINS support = yes
[homes]
comment = Home Directories
read only = No
create mask = 0700
directory mask = 0700
browseable = No
[F]
comment = Compartido
path = /home/f
read only = No
directory mask = 0777
fstype = FAT
[profiles]
comment = Profiles Store
path = /home/%U
valid users = all
read only = No
create mask = 0755
force create mode = 020
directory mask = 02755
force directory mode = 02070
inherit permissions = Yes
map system = Yes
map hidden = Yes
END-

Thanks

- Original Message -
From: Frank Küster geb. Fürst [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, October 17, 2002 2:17 PM
Subject: Re: [Samba] Samba Roaming Profiles


Luciano Bello [EMAIL PROTECTED] schrieb:

 Hi,
 This is my first messegge to the list.
 I need to migrate a Windows 2000 Server PDC to a Linux/Samba, and I readed
a
 lot searching for an answer.
 My problem is with Roaming Profiles. The user can log on but the
 configuration isn't the correctly one. The wallpaper, the mail storge, the
 shortcuts, etc. are wrong.
 May be is the ntuser.dat file that don´t work well.

How does the [global]-section of your smb.conf look like?

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

Frank Küster geb. Fürst

--
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Cobertura especial de la Copa Mundial de la FIFA Corea-Japón 2002, sólo en Yahoo! 
Deportes:
http://ar.sports.yahoo.com/fifaworldcup/
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba