Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jerry_maori

Pages: [1]
1
Installation and Upgrades / Roaming profiles doesn;t work in 3.2.2
« on: October 21, 2013, 07:44:18 pm »
Fresh (today) install of Zentyal 3.2.2
Although checkbox "Enable roaming profiles" is cheked -- there is no effect.
In my opinion, the problem is that while making smb.conf from sbm.conf.mas some options are overriden by default values.

In this part of smb.conf.mas

Code: [Select]


<%args>
    $fs => 'ntvfs'
    $workgroup
    $netbiosName
    $description
    $mode
    $realm
    $domain
    @shares
    $roamingProfiles => 0
    $profilesPath
    $sysvolPath
    $print => 0
    $disableFullAudit => 0

    $antivirus => 0
    $antivirus_exceptions => {}
    $antivirus_config => {}

    $recycle => 0
    $recycle_exceptions => {}
    $recycle_config => {}

    $prefix => 'Zentyal'
    $backup_path => '/tmp'

    $guestAccess => 0
    $guestAccount => 'nobody'

    $openchangeEnabled => undef
    $openchangeProvisioned => undef
</%args>

lines

Code: [Select]
    $roamingProfiles => 0
    $profilesPath

must be something diffenet from vanila variant.
But i don't know, how exactly.


P.S.:
ticket http://trac.zentyal.org/ticket/7317
I've reopened it today.


P.P.S: Strange fact. If i create user, logon using its credidentals, log out and again log in -- everything work fine. But after reboot of client romaing profiles stops working.
Client -- win 7 pro.

I've also found out, that changes in profiles (creation of links and desktop etc) actually are saved on server (in /home/samba/profiles/*user_name*.V2
But on some reasons they are not loaded on next logon

2
Внезапно с утра.
Чистая установка 3.2
Клиенты -- Win 7 pro
Причём галка "Roaming profiles" стоит.
Кто может подсказать-- где именно у Zentyal внутре конфиг самбовский сидит?

Тикет на трэкере висит -- но там разрабы отмазались, типо всё пашет...

Заранее спасибо.

3
Installation and Upgrades / 100% system load while adding new user
« on: October 20, 2013, 09:54:46 am »
100% load for nearly 2 minutes. Core 2 Duo, 8GM RAM. System 3.2.2 (Fresh install).

From zentyal.log:

Code: [Select]
2013/10/20 11:48:41 INFO> SambaLdapUser.pm:181 EBox::SambaLdapUser::_preAddUser - Creating user 'mobile'
2013/10/20 11:48:42 INFO> SambaLdapUser.pm:231 EBox::SambaLdapUser::_addUser - Setting 'mobile' password
2013/10/20 11:48:43 INFO> SambaLdapUser.pm:248 EBox::SambaLdapUser::_addUser - Enabling roaming profile for user 'mobile'
2013/10/20 11:48:43 INFO> SambaLdapUser.pm:256 EBox::SambaLdapUser::_addUser - Setting home network drive for user 'mobile'
2013/10/20 11:48:44 INFO> SambaLdapUser.pm:262 EBox::SambaLdapUser::_addUser - Enabling 'mobile' account
2013/10/20 11:49:00 INFO> User.pm:518 EBox::Samba::User::updateZentyal - Updating zentyal user 'mobile'

Same problem with ANY operation using Users and Groups (add user to group, update user etc.)
 Any suggestions?

P.S. this exact machine served as DC at Zentyal 2 and 3.0 with no problems.
About tip with UTC i know.
http://trac.zentyal.org/ticket/7509

4
Zentyal 3.2 fresh install.
I've created 120 users using bulk script under zentyal.
I can see them using RSAT
Then I add them to admin group using RSAT. Report "OK".
Testing: entering Win 7 computer and try to change network settings (impossible, if you are not admin). I'm able to chang them.
When looking at group members in Zentyal Web Interface -- i see, that there is no users in Domain Admin group.
What's the matter?

Pages: [1]