Page 1 of 2

cannot save ".eml" files on amahi shares

Posted: Mon Aug 02, 2010 6:09 am
by bjhieber
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

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

Posted: Tue Aug 03, 2010 11:59 am
by cpg
wow. that's weird! you are right!

file a bug please!! http://bugs.amahi.org under the project "platform"

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

Posted: Sun Aug 08, 2010 7:17 pm
by whetu
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 :)

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

Posted: Sun Aug 08, 2010 7:55 pm
by cpg
yup. we have a bug, and a fix

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

the original poster did not reply though.

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

Posted: Mon Aug 09, 2010 2:09 am
by bjhieber
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

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

Posted: Mon Aug 09, 2010 2:19 am
by cpg
ohai! try this

Code: Select all

yum -y install wol

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

Posted: Mon Aug 09, 2010 2:34 am
by bjhieber
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!

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

Posted: Mon Aug 09, 2010 2:36 am
by cpg
weird. try

Code: Select all

yum clean metadata

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

Posted: Mon Aug 09, 2010 2:52 am
by bjhieber
Tried that, but still get the same errors.
Any other ideas?
Thanks,
Brian

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

Posted: Mon Aug 09, 2010 3:01 am
by cpg
hmmm ... yum clean all ?