Your message dated Sat, 08 Oct 2011 16:01:46 +0200
with message-id <[email protected]>
and subject line Re: Bug#644453: Processed: Re: Bug#644453:
has caused the Debian Bug report #644453,
regarding flock(): function non implemented
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
644453: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=644453
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rss2email
Version: 1:2.65-1
Severity: important
on a brand new install of debian, I attempted to run r2e. I get the
following output:
luke@gabriel:~$ r2e run
Traceback (most recent call last):
File "/usr/share/rss2email/rss2email.py", line 748, in <module>
else: run()
File "/usr/share/rss2email/rss2email.py", line 488, in run
feeds, feedfileObject = load()
File "/usr/share/rss2email/rss2email.py", line 445, in load
fcntl.flock(feedfileObject.fileno(), locktype)
IOError: [Errno 38] Function not implemented
luke@gabriel:~$
This error renders the package unusable for me, I suspect because it ought to
depend on some additional python packages, and that I have not installed the
right one(s).
I am not much of a python programmer though, so I am having trouble debugging
this issue. I originally did not have the python-lockfile package, which
google indicated is what provides the flock() functions, so I installed that,
but it did not fix the issue. I also tried installing python 2.5, and manually
calling rss2email.py with that version of python instead, no luck.
Some help would be appreciated.
Thanks!!
Luke
-- System Information:
Debian Release: 6.0.2
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages rss2email depends on:
ii python 2.6.6-3+squeeze6 interactive high-level object-orie
ii python-feedparser 4.1-14 Universal Feed Parser for Python
ii python-support 1.0.10 automated rebuilding support for P
rss2email recommends no packages.
rss2email suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Am 08.10.2011 15:54, schrieb Luke Schierer:
On Fri, Oct 07, 2011 at 03:13:23PM +0200, Patrick Matthäi wrote:
Am 07.10.2011 14:35, schrieb Debian Bug Tracking System:
Processing commands for [email protected]:
reassign 644453 glusterfs-client 3.0.5-1
Bug #644453 [rss2email] rss2email: on a new squeeze install, r2e run dies with
an error about loading the flock function
Bug reassigned from package 'rss2email' to 'glusterfs-client'.
Bug No longer marked as found in versions rss2email/1:2.65-1.
Bug #644453 [glusterfs-client] rss2email: on a new squeeze install, r2e run
dies with an error about loading the flock function
Bug Marked as found in versions glusterfs/3.0.5-1.
retitle 644453 flock(): function non implemented
Bug #644453 [glusterfs-client] rss2email: on a new squeeze install, r2e run
dies with an error about loading the flock function
Changed Bug title to 'flock(): function non implemented' from 'rss2email: on a
new squeeze install, r2e run dies with an error about loading the flock
function'
thanks
Stopping processing here.
Please contact me if you need assistance.
flock() is available, see:
http://www.gluster.com/community/documentation/index.php/GlusterFS_Technical_FAQ#How_is_locking_handled.3F
But you have to enable it in your configuration.
Very odd. You were correct, I did not have it enabled, and enabling
it did fix the issue (it also fixed an issue I've been having getting
spamprobe to work). What I find interesting is that the old server
that this new server replaced had a functional r2e even though it used
the same glusterfs /home.
Still, that's not really important, and I thank you for your help!!
Luke
Thanks for your reply, so I am closing this :)
--- End Message ---