Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (277 - 279 of 1145)

Ticket Resolution Summary Owner Reporter
#1329 fixed pyhesiod shouldn't log ERR lockers as unknown adehnert

Reported by adehnert, 11 years ago.

Description

An ERR locker isn't unknown; it's just different. Plausibly sysadmins want to filter these differently from unknown locker types (Linerva does), and a different error message would help for that.

See also #355.

#1411 fixed pyhesiodfs, thirdparty-libraries depend deleted package fuse-utils andersk

Reported by andersk, 11 years ago.

Description

fuse-utils is a transitional package for fuse as of 2.8.5-2 (wheezy+, precise+), and deleted in 2.9.2-2 (jessie+, saucy+). This breaks debathena-pyhesiodfs and debathena-thirdparty-libraries. We need to update their fuse-utils dependencies to fuse (>= 2.8.5-2) | fuse-utils.

#461 fixed pyhesiodfs should pass -o nonempty to fuse andersk

Reported by andersk, 14 years ago.

Description

pyhesiodfs fails to start up on a nonempty /mit.

root@ringworld:/etc/init.d# /usr/bin/pyhesiodfs /mnt
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the 'nonempty' mount option
Traceback (most recent call last):
  File "/usr/bin/pyhesiodfs", line 226, in <module>
    main()
  File "/usr/bin/pyhesiodfs", line 223, in main
    server.main()
  File "/usr/lib/python2.6/dist-packages/fuse.py", line 713, in main
    main(**d)
fuse.FuseError: filesystem initialization failed

From fuse/README:

nonempty

  Allows mounts over a non-empty file or directory.  By default these
  mounts are rejected (from version 2.3.1) to prevent accidental
  covering up of data, which could for example prevent automatic
  backup.
Note: See TracQuery for help on using queries.