Wifi issue since last update and held back updates
#9
(09-20-2022, 11:00 AM)drh Wrote: In linux, after entering and executing a command and no confirmation message (or any message at all) and all that appears is blank command prompt means that the command executed successfully.

This was the same for me when I executed the same command. I rebooted immediately and checked my wifi settings to make sure they were intact and being used.

I jokingly describe this as no news is good news. Alternatively, if there was a problem after executing the command, the system would notify me of it by displaying a message. Otherwise, the command was successful.

I cannot explain why Linux works this way. I just accept it.

It's a holdover from ancient Unix systems where output is kept as terse as possible because you'd usually be working on a Teletype or other hardcopy terminal, or a primitive CRT terminal on a slow serial connection. It's also why bang editing (with "!") is still supported in most Linux shells. In the old days it frequently was not possible to pull back a command line to fix a typographical error using cursor keys (you might not even have those), so at a hardcopy terminal you might wind up doing something like this if you say mistyped a filename:

Code:
$ rm deelete.me
rm: cannot remove 'deeleteme': No such file or directory

$ !!:s/dee/de
rm deleteme

All very terse and easy to do on a hardcopy or slow CRT terminal. Since I worked with Unix systems over 40 years ago I have lots of kruft like that floating around in my brain.

You can thank these guys (note the Teletypes being used as hardcopy terminals):

[Image: 749px-Ken_Thompson_%28sitting%29_and_Den...463%29.jpg]
  Reply


Messages In This Thread
RE: Wifi issue since last update and held back updates - by Zebulon Walton - 09-20-2022, 02:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  New keyboard issue sandspur 29 12,703 10-05-2023, 02:27 AM
Last Post: grump_fiddle_reinstall
  packages held back user641 7 1,464 09-18-2023, 03:05 PM
Last Post: diederik
  No volume control after latest updates Zebulon Walton 19 7,317 09-08-2023, 08:28 AM
Last Post: jessencan
  Problem with updates: Repository 'Debian bookworm' changed its 'non-free component' Anna 7 2,577 08-31-2023, 12:38 PM
Last Post: vusra
  reset wifi hardware/driver when it dies through console on pp? tuxcall 4 1,928 07-18-2023, 08:54 AM
Last Post: junelung
  GStreamer Camera Issue (Unsupported pixformat: 0x56595559 with mbus code: 0x3001) sog8b 1 1,224 07-17-2023, 01:49 AM
Last Post: junelung
  how to update mobian over tor vusra 13 7,048 07-09-2023, 08:57 PM
Last Post: vusra
  Haven't seen updates in a while Zebulon Walton 3 1,280 06-24-2023, 04:29 PM
Last Post: Zebulon Walton
  Wifi doesn't work after update nickolas 2 1,269 04-14-2023, 10:07 AM
Last Post: nickolas
  PinePhone won't boot after software update jb2000 2 1,361 03-17-2023, 07:26 AM
Last Post: Zebulon Walton

Forum Jump:


Users browsing this thread: 1 Guest(s)