Go to advanced search

by GlowInTheDark
Thu Nov 28, 2019 5:30 pm
Forum: General discussion
Topic: resize SSD partition
Replies: 17
Views: 2110

Re: resize SSD partition

@RonR, you probably just need to set your DISPLAY variable correctly.

But I'm still curious what you think changed in Buster to make it stop working. You keep referring to it not working in Buster.
by GlowInTheDark
Thu Nov 28, 2019 2:48 am
Forum: General discussion
Topic: resize SSD partition
Replies: 17
Views: 2110

Re: resize SSD partition

RonR wrote:
Thu Nov 28, 2019 1:34 am
Don't forget that SD Card Copier is not available for Raspbian Buster Lite, so raspi-config-usb does serve a need.
Why do you say that?

What changed between Stretch and Buster to make it stop working? What happens when you try to run it?
by GlowInTheDark
Mon Nov 25, 2019 1:26 pm
Forum: Beginners
Topic: I want to format ssd to ext4 what is the command ?
Replies: 6
Views: 515

Re: I want to format ssd to ext4 what is the command ?

Although it works, I don't think you are actually "supposed to" invoke things like mkfs.ext4 directly.

Rather, you are "supposed to" invoke mkfs with (something like) "-t ext4".
by GlowInTheDark
Tue Nov 19, 2019 6:34 pm
Forum: Raspberry Pi OS
Topic: Set hostname from the /boot partition ?
Replies: 52
Views: 23044

Re: Set hostname from the /boot partition ?

the solution that's been provided: firstboot.sh.
What is this "firstboot.sh"??? It does sound like what we've all been wanting.

When did they add that? Where is it documented?
by GlowInTheDark
Mon Nov 18, 2019 6:47 pm
Forum: Troubleshooting
Topic: Cannot setup SSMTP properly to send mail via SMTP Gmail
Replies: 56
Views: 2772

Re: Cannot setup SSMTP properly to send mail via SMTP Gmail

sudo nano /etc/msmtprc So this is why you have to chown pi:pi /etc/msmtprc, you are creating the file as the root user. Yeah, you can't create files in /etc as non root user :mrgreen: Well, this is just another instance of the standard shiboleth of "Doesn't work? Try putting a 'sudo' in front of it...
by GlowInTheDark
Mon Nov 18, 2019 12:08 am
Forum: Troubleshooting
Topic: Cannot setup SSMTP properly to send mail via SMTP Gmail
Replies: 56
Views: 2772

Re: Cannot setup SSMTP properly to send mail via SMTP Gmail

1) I assume "mail.tx" is a typo for "mail.txt". That explains that error msg. 2) The "execv" error message is probably the result of not being able to find /usr/sbin/sendmail. My experience with mpack is that it is hard-coded to run /usr/sbin/sendmail and if that file isn't found, then you'll get th...
by GlowInTheDark
Sun Nov 17, 2019 10:08 pm
Forum: General discussion
Topic: Data Persistence Between Flashes
Replies: 10
Views: 798

Re: Data Persistence Between Flashes

Well, the obvious test would be to use a different card.

If you get persistence in that case, then we really do have something to talk about.
by GlowInTheDark
Thu Nov 14, 2019 6:47 pm
Forum: General discussion
Topic: Proper shutdown
Replies: 27
Views: 1259

Re: Proper shutdown

OP already stated that he is not using an SD card.

He is booting from HD.

(Presumably, not a Pi4, unless he is doing the hybrid "/boot on SD, /root on HD" thing - and calling it "booting from HD")
by GlowInTheDark
Thu Nov 14, 2019 6:11 pm
Forum: General discussion
Topic: Proper shutdown
Replies: 27
Views: 1259

Re: Proper shutdown

The problem is that that flag is already going to be cleared by the time you get around to looking for it. It should be possible, however, to look into the various logs (starting with the output of "dmesg") and check to see if "fsck" was run as part of the bootup process. If it was, then you could c...
by GlowInTheDark
Thu Nov 14, 2019 5:54 pm
Forum: General discussion
Topic: Proper shutdown
Replies: 27
Views: 1259

Re: Proper shutdown

But when the board powers up, it recognizes an improper shutdown and tries to close/fix files improperly left open. Windows knows when the CPU has lost power, I guess Linux knows it as well. Yes, it does. A flag is set when when the system is shutdown cleanly. When the system boots and the flag is ...
by GlowInTheDark
Sat Nov 09, 2019 4:38 pm
Forum: Raspberry Pi OS
Topic: Session manager for Raspbian
Replies: 0
Views: 147

Session manager for Raspbian

I'm looking for a session manager for Raspbian. By "session manager", I mean something that keeps track of all my windows and their positions, so that I can reboot the Pi and then quickly get back all the windows and positions automatically. I know these exist for X and Linux generally, but the last...
by GlowInTheDark
Sat Nov 09, 2019 12:30 pm
Forum: General discussion
Topic: Pi4 with dual monitor: Rearrange layout?
Replies: 0
Views: 298

Pi4 with dual monitor: Rearrange layout?

This is in the category of "so close, but not quite there". I have a Pi 4 running two HDMI monitors (latest Buster, latest updates, latest eeprom). Everything works fine except that the secondary monitor is physically to the left of the primary monitor, but X behaves as if is to the right (which I u...

Go to advanced search