search for: srce

Displaying 20 results from an estimated 62 matches for "srce".

Did you mean: src
2004 Jan 26
1
3com 3c905b - pxe boot failure
Hi, I'm trying to boot a clean machine(hostname=dgrid-5.srce.hr) with 3com 3c905b NIC (ver4.30 MBA) with pxe. Server: hostname: dgrid-1.srce.hr pxelinux.0: syslinux-2.08 tftp: tftp-hpa-0.36 dhcp server: dhcp-2.0pl5-8 Client: boot option: DHCP Client machine successfully gets pxelinux.0 and then everything stops(see listing below). I...
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,
2013 Nov 16
1
Option transport.socket.bind-address fixes
...ly I didn't use trunk because I need the patched version deployed as soon as possible. I've been running the patched version on my test environment and it seems fine. Still I would be very grateful if someone can check if patches are any good. Patch can be found here: http://kosjenka.srce.hr/~eimamagi/glusterfs-3.4.1.add.bind-address.patch and SRPM with patch included here: ftp://ftp.srce.hr/srce-redhat/base/el5/SRPMS/glusterfs-3.4.1-4.el5.srce.src.rpm I hope this is something useful that can be included in future releases. Best regards -- Emir Imamagic SRCE - University of Zag...
2012 Dec 27
3
generate() function help
...ot;) 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 options, visi...
2013 Nov 13
1
Disabling NFS causes E level errors in nfs.log (bug 976750)
...lusterfs-server-3.4.1-3.el6.x86_64 and we are still seeing this problem. Also according to release notes (https://github.com/gluster/glusterfs/blob/release-3.4/doc/release-notes/3.4.1.md) seems that this issue is still present. Will the fix be part of 3.4.2? Thanks in advance -- Emir Imamagic SRCE - University of Zagreb University Computing Centre, www.srce.unizg.hr Emir.Imamagic at srce.hr, tel: +385 1 616 5809, fax: +385 1 616 5559
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
2012 Dec 29
1
Puppet module for managing Cobbler
...ile I was in a process of developing it, so If those people are still reading the list, here you go! I''ve also got 4 custom types, one of them uses hashes, so it''s a good showcase for anyone interested in writing their own complex custom providers. enjoy -- 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 options, visi...
2012 Feb 03
1
Samba 3.5 & CIFS mounts - long standing issue...
...sword: Domain=[MYDOMAIN] OS=[Unix] Server=[Samba 3.5.4-0.83.el5_7.2] smb: \> I've tried adding various mount parameters like sec=ntlmv2, credentials=/path/to/file, but every attempt fails. Any ideas?!?!! Samba is version 3.5.4 on CentOS 5.7 on both Linux machines. -- Jakov Sosic www.srce.unizg.hr
2006 Jun 09
3
FXO registration and VegaStream
I am trying to configure a VegaStream 50 FXO to work with asterisk. The problem that I am having is that the VegaStream does not support incoming registration from asterisk. VegaStream only allows outbound registration. My question is does asterisk allow incoming registration from an FXO? If yes how? Or better yet, has anybody been able to make the VegaStream FXO work with asterisk? According
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
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,
2012 Jan 15
2
Samba 3.6 problems with idmap rid
...: 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 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 Jun 14
2
Puppetmaster and two IP addresses?
...certificate B: certificate verify failed I''ve added PUPPETMASTER_EXTRA_OPTS=--server=10.0.0.2 to the /etc/sysconfig/puppetmaster, but there is no help. I''ve added: 10.0.0.2 puppet to the hosts on both master and slaves, and again no help. Any ideas? -- 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 options, visi...
2012 Aug 20
4
puppet-lint and 80 characters line limit?
...9;: 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 options, visi...
2013 Jul 13
10
username/password combo for custom provider (couchbase)
...eone 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-users@goo...
2011 Jul 08
1
Possible to bind to multiple addresses?
I am trying to run GlusterFS on only my internal interfaces. I have setup two bricks and have a replicated volume that is started. Everything works fine when I run with no transport.socket.bind-address defined in the /etc/glusterfs/glusterd.vol file, but when I add it I get: Transport endpoint is not connected My configuration looks like this: volume management type mgmt/glusterd
2018 Dec 10
4
PJSIP_HEADER - Diversion header manipulation
Hi all, I’m trying to rewrite Diversion header when call forwarding is done on the phone. The phone sends "302 Moved Temporarily" response and sets Diversion header to a local number, but before Asterisk sends this call towards TSP provider I need to change Diversion header to a full PSTN number. I am using PJSIP_HEADER in a pre-dial handler (configuration is below). On the same
2010 Feb 27
17
XEN and clustering?
Hi. I''m using Xen on RHEL cluster, and I have strange problems. I gave raw volumes from storage to Xen virtual machines. With windows, I have a problem that nodes don''t see the volume as same one.... for example: clusternode1# clusvcadm -d vm:winxp clusternode1# dd if=/dev/mapper/winxp of=/node1winxp clusternode2# dd if=/dev/mapper/winxp of=/node2winxp clusternode3# dd
2012 Oct 31
1
Samba 3.5 - user authentication issues
...2, 6] winbindd/winbindd.c:816(winbind_client_request_read) closing socket 20, client exited Problem is that this exact configuration works OK on both Solaris 10 samba (3.5.8) and CentOS 5 samba3x (3.5.10), but refuses to work on CentOS 6 samba (3.5.10)... Any ideas? -- Jakov Sosic www.srce.unizg.hr