ClearFoundation Tracker - ClearOS
View Issue Details
0013161ClearOSapp-samba - Windows Networkingpublic2017-02-21 09:422017-02-23 18:14
dloper 
user2 
normalminoralways
closedfixed 
7.3.0 Beta 1 
7.3.17.3.1 
0013161: Cannot test app-samba in marketplace
Installed 7.3b3 in a VM and got the following when trying to install Samba from the marketplace:

Exception: [u'ERROR with transaction check vs depsolve:', 'libpytalloc-util.so.2(PYTALLOC_UTIL_2.1.6)(64bit) is needed by samba-libs-0:4.4.4-12.v7.1.x86_64', 'glibc = 2.17-106.el7_2.8 is needed by nscd-2.17-106.el7_2.8.x86_64', 'libpytalloc-util.so.2(PYTALLOC_UTIL_2.1.6)(64bit) is needed by samba-python-0:4.4.4-12.v7.1.x86_64']

I had similar issues when trying to install 7.0 during beta testing.
Install ClearOS 7.3 beta
Install windows networking from marketplace

- or -

Install ClearOS 7.3 beta
Run the following from command prompt:

yum -y install app-samba
https://www.clearos.com/clearfoundation/social/community/clearos-7-3-33-complete-and-how-you-can-help-get-it-to-100 [^]
No tags attached.
related to 0013211closed tracker Make registration app beta aware 
Issue History
2017-02-21 09:42dloperNew Issue
2017-02-21 12:21user2Statusnew => acknowledged
2017-02-21 12:21user2Target Version7.3.0 => 7.3.1
2017-02-21 14:10user2Note Added: 0004841
2017-02-21 14:10user2Statusacknowledged => resolved
2017-02-21 14:10user2Fixed in Version => 7.3.1
2017-02-21 14:10user2Resolutionopen => fixed
2017-02-21 14:10user2Assigned To => user2
2017-02-21 14:11user2Relationship addedrelated to 0013211
2017-02-23 18:14user2Statusresolved => closed

Notes
(0004841)
user2   
2017-02-21 14:10   
If you are using a test ISO before the release is available, run these commands right after registration:

/usr/bin/yum-config-manager --noplugins --enable clearos-qa >/dev/null 2>&1
/usr/bin/yum-config-manager --noplugins --enable clearos-epel >/dev/null 2>&1
/usr/bin/yum-config-manager --noplugins --enable clearos-updates >/dev/null 2>&1
/usr/bin/yum-config-manager --noplugins --enable clearos-centos >/dev/null 2>&1
/usr/bin/yum-config-manager --noplugins --enable clearos-centos-updates >/dev/null 2>&1

If this is not done, your bleeding edge ISO (e.g. 7.3.0) will be pointing back to an older version (e.g. 7.2.0) and library versions will be mismatched.

We'll improve this workflow for betas in version 7.4.0 (tracker 0013211), but the above process will still be required for testing final release ISOs.