Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise
@ 2023-02-16  6:51 SorrelArticulata
  2023-02-16  9:07 ` classabbyamp
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: SorrelArticulata @ 2023-02-16  6:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1433 bytes --]

New issue by SorrelArticulata on void-packages repository

https://github.com/void-linux/void-packages/issues/42303

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.6_1 x86_64 AuthenticAMD notuptodate FFFFFFFFFFFFFFFFFF

### Package(s) Affected

lighttpd-1.4.69_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Unpacks correctly.

### Actual behaviour

```
# xbps-install -Su
...snip...
libvtv-devel-12.2.0_1: updating to 12.2.0_2 ...
libvtv-devel-12.2.0_2: unpacking ...
libvtv-devel-32bit-12.2.0_1: updating to 12.2.0_2 ...
libvtv-devel-32bit-12.2.0_2: unpacking ...
libykpiv-2.3.0_1: updating to 2.3.0_2 ...
libykpiv-2.3.0_2: unpacking ...
libykpiv-devel-2.3.0_1: updating to 2.3.0_2 ...
libykpiv-devel-2.3.0_2: unpacking ...
lighttpd-1.4.68_1: updating to 1.4.69_1 ...
lighttpd-1.4.69_1: unpacking ...
ERROR: lighttpd-1.4.69_1: [unpack] failed to extract file `./etc/sv/lighttpd/log/supervise': Directory not empty
ERROR: lighttpd-1.4.69_1: [unpack] failed to extract files: Directory not empty
ERROR: lighttpd-1.4.69_1: [unpack] failed to unpack files from archive: Directory not empty
Transaction failed! see above for errors.
#
```

### Steps to reproduce

To work around this issue:
```
# sv stop lighttpd
# rm -r /etc/sv/lighttpd/log/supervise
# xbps-install -u
# sv start lighttpd
```


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise
  2023-02-16  6:51 [ISSUE] lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise SorrelArticulata
@ 2023-02-16  9:07 ` classabbyamp
  2023-02-16  9:09 ` SorrelArticulata
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: classabbyamp @ 2023-02-16  9:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 208 bytes --]

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/issues/42303#issuecomment-1432749885

Comment:
did you add `/etc/sv/lighttpd/log/` yourself at some point?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise
  2023-02-16  6:51 [ISSUE] lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise SorrelArticulata
  2023-02-16  9:07 ` classabbyamp
@ 2023-02-16  9:09 ` SorrelArticulata
  2023-02-16 18:18 ` Duncaen
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: SorrelArticulata @ 2023-02-16  9:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 315 bytes --]

New comment by SorrelArticulata on void-packages repository

https://github.com/void-linux/void-packages/issues/42303#issuecomment-1432753214

Comment:
Possibly yes.

The error is complaining about the supervise directory, however?  Or is this error misleading and it creates the log directory before extracting?

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise
  2023-02-16  6:51 [ISSUE] lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise SorrelArticulata
  2023-02-16  9:07 ` classabbyamp
  2023-02-16  9:09 ` SorrelArticulata
@ 2023-02-16 18:18 ` Duncaen
  2023-02-16 18:18 ` Duncaen
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-02-16 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 362 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/42303#issuecomment-1433517249

Comment:
`supervise` is a symlink, since you created it without being a symlink its a directory with files in it. xbps would have to delete an untracked directory to extract the symlink, which it doesn't do since its user data.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise
  2023-02-16  6:51 [ISSUE] lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise SorrelArticulata
                   ` (2 preceding siblings ...)
  2023-02-16 18:18 ` Duncaen
@ 2023-02-16 18:18 ` Duncaen
  2023-02-17  0:26 ` SorrelArticulata
  2023-02-17  0:26 ` [ISSUE] [CLOSED] " SorrelArticulata
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-02-16 18:18 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 378 bytes --]

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/42303#issuecomment-1433517249

Comment:
`supervise` is a symlink, since you created it without being a symlink its a directory with files in it. xbps would have to delete an untracked directory and files in it to extract the symlink, which it doesn't do since its user data.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise
  2023-02-16  6:51 [ISSUE] lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise SorrelArticulata
                   ` (3 preceding siblings ...)
  2023-02-16 18:18 ` Duncaen
@ 2023-02-17  0:26 ` SorrelArticulata
  2023-02-17  0:26 ` [ISSUE] [CLOSED] " SorrelArticulata
  5 siblings, 0 replies; 7+ messages in thread
From: SorrelArticulata @ 2023-02-17  0:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 227 bytes --]

New comment by SorrelArticulata on void-packages repository

https://github.com/void-linux/void-packages/issues/42303#issuecomment-1433923736

Comment:
Thankyou.

Thought this was a wider/packaging issue.  Just me.  Closing.

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [ISSUE] [CLOSED] lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise
  2023-02-16  6:51 [ISSUE] lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise SorrelArticulata
                   ` (4 preceding siblings ...)
  2023-02-17  0:26 ` SorrelArticulata
@ 2023-02-17  0:26 ` SorrelArticulata
  5 siblings, 0 replies; 7+ messages in thread
From: SorrelArticulata @ 2023-02-17  0:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1437 bytes --]

Closed issue by SorrelArticulata on void-packages repository

https://github.com/void-linux/void-packages/issues/42303

Description:
### Is this a new report?

Yes

### System Info

Void 6.1.6_1 x86_64 AuthenticAMD notuptodate FFFFFFFFFFFFFFFFFF

### Package(s) Affected

lighttpd-1.4.69_1

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

_No response_

### Expected behaviour

Unpacks correctly when updated.

### Actual behaviour

```
# xbps-install -Su
...snip...
libvtv-devel-12.2.0_1: updating to 12.2.0_2 ...
libvtv-devel-12.2.0_2: unpacking ...
libvtv-devel-32bit-12.2.0_1: updating to 12.2.0_2 ...
libvtv-devel-32bit-12.2.0_2: unpacking ...
libykpiv-2.3.0_1: updating to 2.3.0_2 ...
libykpiv-2.3.0_2: unpacking ...
libykpiv-devel-2.3.0_1: updating to 2.3.0_2 ...
libykpiv-devel-2.3.0_2: unpacking ...
lighttpd-1.4.68_1: updating to 1.4.69_1 ...
lighttpd-1.4.69_1: unpacking ...
ERROR: lighttpd-1.4.69_1: [unpack] failed to extract file `./etc/sv/lighttpd/log/supervise': Directory not empty
ERROR: lighttpd-1.4.69_1: [unpack] failed to extract files: Directory not empty
ERROR: lighttpd-1.4.69_1: [unpack] failed to unpack files from archive: Directory not empty
Transaction failed! see above for errors.
#
```

### Workaround
```
# sv stop lighttpd
# rm -r /etc/sv/lighttpd/log/supervise
# xbps-install -u
# sv start lighttpd
```


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-17  0:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-16  6:51 [ISSUE] lighttpd: Update fails, "Directory not empty" /etc/sv/lighttpd/log/supervise SorrelArticulata
2023-02-16  9:07 ` classabbyamp
2023-02-16  9:09 ` SorrelArticulata
2023-02-16 18:18 ` Duncaen
2023-02-16 18:18 ` Duncaen
2023-02-17  0:26 ` SorrelArticulata
2023-02-17  0:26 ` [ISSUE] [CLOSED] " SorrelArticulata

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).