search for: sosic

Displaying 20 results from an estimated 61 matches for "sosic".

Did you mean: sonic
2012 Oct 31
1
Samba 3.5 - user authentication issues
...89 Server time: Wed, 31 Oct 2012 17:46:46 CET KDC server: 192.168.xx.yy Server time offset: 0 wbinfo -u, wbinfo -g, wbinfo -i <username> all work OK... so mapping is ok. But when I try to access share from other computer, credentials are refused... # smbclient \\\\www2\\www -U jakov.sosic Enter jakov.sosic's password: session setup failed: NT_STATUS_LOGON_FAILURE If I take a look at the log, I see this: [2012/10/31 17:39:41.443043, 6] param/loadparm.c:7158(lp_file_list_changed) lp_file_list_changed() file /etc/samba/smb.conf -> /etc/samba/smb.conf last mod_time: We...
2012 Jan 15
2
Samba 3.6 problems with idmap rid
...p config * : backend = rid : WINDOMAIN=10000-49999 Now, on a 3.6 I have the following problem: # net ads testjoin Join is OK # net rpc testjoin Join to 'WINDOMAIN' is OK # net getlocalsid SID for domain LOCALSERVER is: S-1-5-21-1414315435-1886595200-1013317001 # wbinfo -u | grep jakov.sosic jakov.sosic # wbinfo -i jakov.sosic failed to call wbcGetpwnam: WBC_ERR_DOMAIN_NOT_FOUND Could not get info for user jakov.sosic Where am I wrong? Why can't I get rid mappings for domain users? -- Jakov Sosic www.srce.unizg.hr
2012 Feb 03
1
Samba 3.5 & CIFS mounts - long standing issue...
...n in lenght: http://ubuntuforums.org/showthread.php?t=1178484 I get the exact same logs and errors... I've tested with smbclient and everything works but with CIFS - no way :( Has anybody succeded in solving this one? Mount with CIFS: # mount -t cifs //server/share /mnt -o username=jakov.sosic,password=*******,domain=mydomain -v mount.cifs kernel mount options: unc=//server\share,ver=1,username=jakov.sosic,domain=mydomain,ip=xxx.xxx.xxx.xxx,pass=******** mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) Login with smbclient: # smbclient...
2012 Dec 27
3
generate() function help
...yscript") But what If some other site uses other path to their modules, or doesn''t use environments at all? Is it possible somehow to detect the dir in which the module is installed, so that I can use something like: generate("$modulepath/scripts/myscript") -- Jakov Sosic www.srce.unizg.hr -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more opti...
2016 Dec 12
3
CentOS 7 AD member having issues with AD groups
...ve `valid users` directive, access works. Also, if I run getent groups it doesn't return any member, while on the CentOS 6 with samba 3.5.10 it works: centos7 # getent group 'domain users' domain users:x:10513: centos6 # getent group 'domain users' domain users:x:10513:jakov.sosic Any ideas? I've also found this serverfault post: http://serverfault.com/questions/625416/samba-4-group-members-not-shown-in-getent-group
2012 Sep 05
4
Custom type obligatory field?
Hi. I''ve been trying to develop a module for managing Cobbler from puppet. So, I need a custom type - cobblerdistro, which will fetch ISO from http, unpack it at desired destination and register distro with Cobbler. I have one issue with ensure => absent situation. First of all, here is my type: <code> # cat type/cobblerdistro.rb Puppet::Type.newtype(:cobblerdistro) do @doc
2010 Feb 27
17
XEN and clustering?
...and diff them, they all three differ. Also, sometimes very strange things happen. For example I download some file into winxp, shut it down, then start it on another node, and file is missing?!?!?!?! Should I use maybe CLVM and not raw volumes from storage? Why is this happening? -- | Jakov Sosic | ICQ: 28410271 | PGP: 0x965CAE2D | ================================================================= | start fighting cancer -> http://www.worldcommunitygrid.org/ | _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists....
2012 Jun 18
8
Conditional with variable from facter
Hi. I have the following facts available: # facter | grep oper operatingsystem => CentOS operatingsystemrelease => 6.2 Now, if I wish to use conditionals on these facts, I have to do it like this: case $operatingsystem {} case $::operatingsystemrelease {} I''m puzzled as to why can''t I just use $operatingsystemrelease, and what do these two semicolons mean? Thank
2012 Dec 04
14
custom define type for array with 'case' argument pass to it
I am trying to write a define type which will use an array but in the meantime have an argument pass to it that sets a case. See for example : define link_files ($linkcase) { case $linkcase { "var" : { file { "${name}_exelink" : path => "/var/log/puppet/${name}_log", ensure => link,
2012 Dec 29
1
Puppet module for managing Cobbler
Module on forge: http://forge.puppetlabs.com/puppetlabs/apache Code and issue tracker: https://bitbucket.org/jsosic/puppet-cobbler Comments are welcome, hope somebody finds it useful. I''m very happy with it so far :D The reason I''m posting it is that couple of people asked me about publishing this module while I was in a process of developing it, so If those people are still reading the...
2010 Jan 04
2
Downgrade TDB files?
...ion => 4 This causes winbind to coredump... Now, I've backed up passdb.tdb and restart samba, because this samba instance is just a domain member, and everything seems to work. But I wonder, is there a way to downgrade these files? Or is the backup/restore only solution? -- | Jakov Sosic | ICQ: 28410271 | PGP: 0x965CAE2D | ================================================================= | |
2013 Feb 06
3
PuppetDB builtin backend performance?
Hi, I''m using PuppetDB with builtin backend, haven''t switched yet to postgresql, and I''m starting to see decrease in performance of my agent runs. I use PuppetDB solely because of exported resources support. How soon should I think about moving to PostgreSQL? How many clients does my master need to serve, so that PuppetDB in it''s default installation,
2013 Jul 13
10
username/password combo for custom provider (couchbase)
...ll, if someone wants to use the type without including the base class, this is obviously not a viable option, because he will have to address the username/password in every couchbucket resource definition. So, what I am interested in is your opinion about how to proceed with this one. -- Jakov Sosic www.srce.unizg.hr -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-...
2010 Mar 24
1
RHEL 5.4 errors in log file...
...49 519 1 -b---- 350.0 domU-centos3 38 6143 3 -b---- 1270050.4 Do you have any ideas why is this happening? Here are my packages: xen-3.0.3-94.el5_4.3 xen-libs-3.0.3-94.el5_4.3 kernel-xen-2.6.18-164.11.1.el5 -- | Jakov Sosic | ICQ: 28410271 | PGP: 0x965CAE2D | ================================================================= | start fighting cancer -> http://www.worldcommunitygrid.org/ | _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists....
2013 Jan 14
7
generate function not working within conditional?
Hi, could this be a bug? I have this code: $mypath = get_module_path(''ssh'') if generate("${mypath}/scripts/generate_host_keys.sh", "${keys_dir}/${::fqdn}/ssh") { notify {''something'':} include ssh::server::keys } generate_host_keys.sh script generates ssh host keys for ssh daemons, and stores them in private section. Those files
2012 Aug 20
4
puppet-lint and 80 characters line limit?
...se'': ensure => ''0.5.2-2.el6.rf'', provider => ''rpm'', source => ''http://apt.sw.be/redhat/el6/en/i386/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.i686.rpm'', } Is it possible to break links into two lines? -- Jakov Sosic www.srce.unizg.hr -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe from this group, send email to puppet-users+unsubscribe@googlegroups.com. For more opti...
2013 Mar 05
12
Boolean in hiera... problems again
Hi... I''ve been trying to set up boolean values in Hiera, but with no luck. For example, I''m using puppetlabs-haproxy module, and this is a code snippet: class haproxy ( $manage_service = true, ... ) inherits haproxy::params { ... if $manage_service { } } Now, this is how I set up values in hiera: haproxy::manage_service: false But, it seems that
2012 Oct 30
1
Joining domain without password?
...ss through puppet, but don't know if it's possible somehow to join domain without using administrator (or any other) password? I can ask domain admin to add the machine account by hand. I'm currently using Samba 3.5.x on RHEL 5 (samba3x rpms) and RHEL 6 (samba rpms). -- Jakov Sosic www.srce.unizg.hr
2013 Jun 24
1
Deprecation notice on custom type?
...#39;users'')]) When I capitalize Users, I get the following error: Error 400 on SERVER: Could not parse for environment production: Syntax error at ''::useraccount''; expected '')'' So, what should I do to eliminate deprecation notices? :D -- Jakov Sosic www.srce.unizg.hr -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to puppet-...
2012 Sep 07
7
passenger-install-apache2-module fails
Hi I have installed passenger on many machine and this is my 3rd puppet master on CentOS 6. This one is giving me problems and I have been trying with different gem versions and still no go. When I run passenger-install-apache2-module I get this error: Sorry its really long so I copied to a text doc attached to this post. Any Idea on whats going wrong. I have not had a problem with this before