cannot save ".eml" files on amahi shares

bjhieber
Posts: 7
Joined: Fri Jul 23, 2010 3:53 am

cannot save ".eml" files on amahi shares

Postby bjhieber » Mon Aug 02, 2010 6:09 am

Fellas,
whenever I try to copy ".eml" (emails saved from thunderbird / outlook express, etc) to an amahi share i get "The system cannot find the file specified" error on windows 7, and the copy obviously fails. Any other files seem to copy across ok.
Any ideas what is causing this and how to fix it?
Thanks,
Brian

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: cannot save ".eml" files on amahi shares

Postby cpg » Tue Aug 03, 2010 11:59 am

wow. that's weird! you are right!

file a bug please!! http://bugs.amahi.org under the project "platform"
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

whetu
Posts: 30
Joined: Tue Jul 13, 2010 3:32 am

Re: cannot save ".eml" files on amahi shares

Postby whetu » Sun Aug 08, 2010 7:17 pm

These files will likely be affected by the veto files directive in /etc/samba/smb.conf:

Code: Select all

veto files = /*.eml/*.nws/riched20.dll/*.{*}/
I recall seeing that just last night :)

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: cannot save ".eml" files on amahi shares

Postby cpg » Sun Aug 08, 2010 7:55 pm

yup. we have a bug, and a fix

http://bugs.amahi.org/issues/show/594

the original poster did not reply though.
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

bjhieber
Posts: 7
Joined: Fri Jul 23, 2010 3:53 am

Re: cannot save ".eml" files on amahi shares

Postby bjhieber » Mon Aug 09, 2010 2:09 am

Hi,
I tried doing what cpg suggested:
rpm -Uvh http://alpha.amahi.org/tmp/hda-platform ... noarch.rpm

but it fails saying wol is missing.

As a complete newby I tried installing pirut to look for wol, but that failed too.

Help!
Thanks,
Brian

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: cannot save ".eml" files on amahi shares

Postby cpg » Mon Aug 09, 2010 2:19 am

ohai! try this

Code: Select all

yum -y install wol
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

bjhieber
Posts: 7
Joined: Fri Jul 23, 2010 3:53 am

Re: cannot save ".eml" files on amahi shares

Postby bjhieber » Mon Aug 09, 2010 2:34 am

Thanks for the prompt response.

Still having problems....

[root@server admin]# yum -y install wol
Loaded plugins: fastestmirror, presto, refresh-packagekit
Loading mirror speeds from cached hostfile
updates/metalink | 24 kB 00:00
* fedora: mirror.andreas-mueller.com
* rpmfusion-free: mirror.andreas-mueller.com
* rpmfusion-free-updates: mirror.andreas-mueller.com
* rpmfusion-nonfree: mirror.andreas-mueller.com
* rpmfusion-nonfree-updates: mirror.andreas-mueller.com
* updates: mirror.andreas-mueller.com
amahi | 1.9 kB 00:00
rpmfusion-free | 3.8 kB 00:00
rpmfusion-free-updates | 2.8 kB 00:00
rpmfusion-nonfree | 3.3 kB 00:00
rpmfusion-nonfree-updates | 2.8 kB 00:00
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package wol.i686 0:0.7.1-4.fc12 set to be updated
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
wol i686 0.7.1-4.fc12 fedora 38 k

Transaction Summary
================================================================================
Install 1 Package(s)
Upgrade 0 Package(s)

Total download size: 38 k
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 38 k
wol-0.7.1-4.fc12.i686.rpm | 38 kB 00:00
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.user_main(sys.argv[1:], exit_code=True)
File "/usr/share/yum-cli/yummain.py", line 315, in user_main
errcode = main(args)
File "/usr/share/yum-cli/yummain.py", line 263, in main
return_code = base.doTransaction()
File "/usr/share/yum-cli/cli.py", line 490, in doTransaction
resultobject = self.runTransaction(cb=cb)
File "/usr/lib/python2.6/site-packages/yum/__init__.py", line 1062, in runTransaction
rpmdbv = self.rpmdb.simpleVersion(main_only=True)[0]
File "/usr/lib/python2.6/site-packages/yum/rpmsack.py", line 360, in simpleVersion
csum = (ydbi.checksum_type, ydbi.checksum_data)
File "/usr/lib/python2.6/site-packages/yum/rpmsack.py", line 825, in __getattr__
return self._read(attr)
File "/usr/lib/python2.6/site-packages/yum/rpmsack.py", line 803, in _read
raise AttributeError, "%s has no attribute %s" % (self, attr)
AttributeError: <yum.rpmsack.RPMDBAdditionalDataPackage object at 0xb5e206c> has no attribute checksum_type
[root@server admin]#

Aw!

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: cannot save ".eml" files on amahi shares

Postby cpg » Mon Aug 09, 2010 2:36 am

weird. try

Code: Select all

yum clean metadata
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

bjhieber
Posts: 7
Joined: Fri Jul 23, 2010 3:53 am

Re: cannot save ".eml" files on amahi shares

Postby bjhieber » Mon Aug 09, 2010 2:52 am

Tried that, but still get the same errors.
Any other ideas?
Thanks,
Brian

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: cannot save ".eml" files on amahi shares

Postby cpg » Mon Aug 09, 2010 3:01 am

hmmm ... yum clean all ?
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

Who is online

Users browsing this forum: No registered users and 8 guests