Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 1145)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#1569 fixed delete stack-trace if deleted file also exists jweiss

Reported by jweiss, 8 years ago.

Description

With the new python based delete you get a stack-trace if you try to delete the file "foo" and ".#foo" already exists. The behavior with the old delete was to lose the existing ".#foo", and delete the existing foo to ".#foo".

#1568 fixed Three reporting issues with new delete jweiss

Reported by jweiss, 8 years ago.

Description

The new python based version of delete has at least three changes in reporting from the old version:

1) When delete is unable to delete a file it fails to report which file it failed to delete (potentially important if you're deleting multiple files and one fails) The old version used to say something like:

delete: foo: No such file or directory

for each file foo that failed to delete.

2) Same problem in reverse with undelete.

3) undelete is now verbose about the list of files it is undeleting, where as the old version only reported problems.

#1562 fixed debathena-ssh-server-config produces a file that is incompatible with systemd achernya

Reported by achernya, 9 years ago.

Description

In sysvinit/upstart, /etc/default/ssh is evaluated by the shell. However, in systemd, the key-value pairs are extracted, not evaluated. This means that debathena-ssh-server-config does not produce an sshd that starts up if there is no keytab. This functionality should be handled differently.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.