start:debugging:linux
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| start:debugging:linux [2022/06/01 21:46] – rodolico | start:debugging:linux [2022/11/09 02:12] (current) – removed rodolico | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Linux Problems ====== | ||
| - | ===== NFS won't start ===== | ||
| - | |||
| - | In [[https:// | ||
| - | |||
| - | Looking in the logs, I see the following error: | ||
| - | **/ | ||
| - | |||
| - | This is caused by an incorrect path (see https:// | ||
| - | |||
| - | <code bash> | ||
| - | |||
| - | / | ||
| - | |||
| - | ===== sort gives unexpected results ===== | ||
| - | |||
| - | Ran into a problem on Devuan (Debian) Linux where sort did not give expected results. | ||
| - | |||
| - | INPUT: | ||
| - | <code text f.dat> | ||
| - | 02-175CB:D | ||
| - | 022C11EE:D | ||
| - | 02-2D270:D | ||
| - | </ | ||
| - | |||
| - | <code bash> | ||
| - | < | ||
| - | 02-175CB:D | ||
| - | 022C11EE:D | ||
| - | 02-2D270:D | ||
| - | </ | ||
| - | |||
| - | Run under FreeBSD and also <code bash> | ||
| - | < | ||
| - | 02-175CB:D | ||
| - | 02-2D270:D | ||
| - | 022C11EE:D | ||
| - | </ | ||
| - | Which I expected. | ||
| - | |||
| - | Under Linux, you can get the same results by setting the collate first: <code bash> | ||
| - | |||
| - | I tracked this down from a similar problem using //ls// on Linux. See https:// | ||
| - | |||
| - | |||
| - | ===== Links ===== | ||
| - | * https:// | ||
| - | * https:// | ||
start/debugging/linux.1654137996.txt.gz · Last modified: 2022/06/01 21:46 by rodolico
