Custom Query (894 matches)
Results (25 - 27 of 894)
Ticket | Owner | Reporter | Resolution | Summary |
---|---|---|---|---|
#697 | desai | Travis Campbell <[email protected]…> | worksforme | YUMng fails to handle Epoch values correctly in rpms |
Description |
I have a package defined as this: <Package name='perl-LDAP' version='auto' /> The version I have in yum is perl-LDAP-0.33-3.fc6.noarch from RHEL5u3. YUMng is interpreting the Epoch value in the RPM causing the version number to appear to be 1:0.33-3.fc6.noarch which makes bcfg2 fail the version check with: Running YUMng.Install() Attempting to install packages Single Pass for Install Succeded
noarch
hardcoding the version number in the Package works around this. |
|||
#703 | desai | Travis Campbell <[email protected]…> | worksforme | Running scripts in Action without having them be physically installed on the client machine |
Description |
I'd like to see a method where I can place helper scripts in my bcfg2 repository that I can invoke from an Action without having to have those scripts installed on the client machine. desai told me to open this up. :-) |
|||
#704 | desai | m4z | worksforme | Unicode problems if ConfigFile contains german umlauts |
Description |
This might be related to #549. There seem to be some unicode problems: Unexpected failure in BindStructure: ConfigFile /etc/vim/vimrc Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Bcfg2/Server/Core.py", line 172, in BindStructure self.Bind(entry, metadata) File "/usr/lib/python2.5/site-packages/Bcfg2/Server/Core.py", line 205, in Bind return glist[0].Entries[entry.tag][entry.get('name')](entry, metadata) File "/usr/lib/python2.5/site-packages/Bcfg2/Server/Plugins/Cfg.py", line 90, in bind_entry entry.text = unicode(data, self.encoding) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 149: ordinal not in range(128) Generated config for [...] in 0.210s The perpetrator is an Unicode german A-Umlaut ("Ä"), 0xc384 as described in #549. Or is this an user error? (This is rev5398.) |