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.


Messages - jerry_maori

Pages: [1]
1
same problem. File Sharing 3.2.9

2
Installation and Upgrades / Re: Roaming profiles doesn;t work in 3.2.2
« on: November 07, 2013, 06:42:38 pm »
at  current version 3.2.4 it seems that all was fixed.
but my test network uses english vesrion of win 7, while production network uses russian one...
so i can't say, that problem has gone.
i'll going to carry tests in december.

3
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

4
там лежит конфиг, который при рестарте перезаписывается на основе /usr/share/zentyal/samba/stubs/samba.conf.mas.
Тока там как-то тоже не всё очевидно.
Вроде всё делаю правильно, и галка "Enbale roaming profiles" стоит... Ан не работает;(

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

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

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

6
Installation and Upgrades / Re: 100% system load while adding new user
« on: October 21, 2013, 04:25:59 am »
Output of top and vmstat after pressing "Add user"


7
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

8
Russian / Re: Миграция с 3.0 на 3.2
« on: September 21, 2013, 09:12:37 am »
Самба обновляться отказалась. Не стартует.
В итоге пришлось с нуля ставить всё.
Имхо -- рановато пока.

9
Installation and Upgrades / Re: Upgrade?
« on: September 20, 2013, 02:20:28 pm »
if no REALY IMPORTANT need for upgrade -- i suggest to wait for some time. Two critical tickets about upgrade (samba upgrade) are still open at track

10
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?

11
News and Announcements / Re: Zentyal 3.2 available!
« on: September 20, 2013, 04:11:51 am »
Samba failed to upgrade from 3.0 to 3.2
My solution was: remove it using apt-get and the reinstalling using apt-get.
Profiles were lost:(

12
So, am i right, that upgrading from 3.0.26 to 3.2 will be a simple change lines in sources.list and making apt-get dist-upgrade?
And all data (including dimain data, user profiles etc) will be exported automaticly?
Thanks in advance.

13
Installation and Upgrades / Re: Add Users (and Groups) in Bulk
« on: September 04, 2013, 10:06:00 am »
the same problem%(
I've commented lines 460-464 in User.pm (where check for uid was made)

and gave a simple code

Code: [Select]
#!/usr/bin/perl

use strict;

use EBox;
use EBox::Users::User;

EBox::init();

EBox::Users::User->create('u01','test','test','123');
1;

Output

Code: [Select]
Missing argument: uidroot@delta-main:/home/jerry/Desktop# ./test_add
Use of uninitialized value $name in pattern match (m//) at /usr/share/perl5/EBox/Users.pm line 2172.
Invalid value for user name: {value}.

Pages: [1]