INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"  (Read 2736 times)

itstantrum

  • Recent member
  • *
  • Posts: 5

Hi,

Just purchased the idpi SD card, which i installed on my RPI 3b+. After first installation, i update to latest version, but upon rebooting the device got stuck with following line (see file attached) :

Unmount RPC Pipe File System

I hard rebooted and everytime I shut down, no matter the method, I hit the same wall.
Anyone can help me?

Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"
« Reply #1 on: January 26, 2021, 02:41:45 pm »

Hi,

Just purchased the idpi SD card, which i installed on my RPI 3b+. After first installation, i update to latest version, but upon rebooting the device got stuck with following line (see file attached) :

Unmount RPC Pipe File System

I hard rebooted and everytime I shut down, no matter the method, I hit the same wall.
Anyone can help me?
What mode are you in (text or gui)?
Is there a monitor attached?
Did you try running the update function (12) ?
Logged

itstantrum

  • Recent member
  • *
  • Posts: 5
Re: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"
« Reply #2 on: February 25, 2021, 06:21:37 am »

Hi Bob,

Sorry for late reply and thank you for your attention.

Quote
What mode are you in (text or gui)?
GUI
Quote
Is there a monitor attached?
Yes, I got the screenshot from the monitor
Quote
Did you try running the update function (12)
I did. Actually I was trying to reboot after updating.

I have this issue I try to shut down / rebooot. Happening with both RPi 3b+ and  RPi 4.

Any ideas?
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"
« Reply #3 on: February 25, 2021, 09:10:09 am »

Hi Bob,

Sorry for late reply and thank you for your attention.
GUIYes, I got the screenshot from the monitorI did. Actually I was trying to reboot after updating.

I have this issue I try to shut down / rebooot. Happening with both RPi 3b+ and  RPi 4.

Any ideas?
If it still boots OK, after booting switch to text mode and when it comes back up try the update function again.
Do you have any attached devices? USB DAC, External drive, etc??
Logged

itstantrum

  • Recent member
  • *
  • Posts: 5
Re: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"
« Reply #4 on: February 27, 2021, 02:27:56 am »

I do have an HDD (the old school kind...) plugged in
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"
« Reply #5 on: March 01, 2021, 09:24:59 am »

I do have an HDD (the old school kind...) plugged in
Did you try booting with that disconnected?
There might be a power issue.
Logged

itstantrum

  • Recent member
  • *
  • Posts: 5
Re: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"
« Reply #6 on: March 11, 2021, 06:03:20 am »

Thank you Bob. I just tried. So far the IdPi didn't turn off yet (I've been waiting for a few minutes). Maybe it takes a long time for it to shut down?

EDIT: I just checked (we're 1/2h later) and it did turn off. I don't know how long it took exactly. Is there a log where I could check that?
I'll do another try with the USB plugged, now.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"
« Reply #7 on: March 11, 2021, 09:09:10 am »

Thank you Bob. I just tried. So far the IdPi didn't turn off yet (I've been waiting for a few minutes). Maybe it takes a long time for it to shut down?

EDIT: I just checked (we're 1/2h later) and it did turn off. I don't know how long it took exactly. Is there a log where I could check that?
I'll do another try with the USB plugged, now.
The Raspberry Pi can't actually do a total power off.
When it reaches shutdown however it will clear the screen.
It does sound like you might have a power problem.
Is your external drive powered through the Pi or separately?
What is the filesystem format on your external drive? (most external drives made for PC's are fat32 unless you reformatted it).
Logged

itstantrum

  • Recent member
  • *
  • Posts: 5
Re: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"
« Reply #8 on: March 13, 2021, 04:00:50 am »

Hi Bob,

The HDD is powered independently, and I seem to recall it's NTFS - but I'll double check.
However, the issue I'm facing exists both with the HDD plugged and unplugged.

I insist that this issue (but is it really an issue ? We're only talking of a very slow shutdown...) appears on both my Rpi 3b+ and 4.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"
« Reply #9 on: March 15, 2021, 11:39:03 am »

I'm not sure what you are seeing, it may not really be important. If you go a restart instead of shutdown, is it any faster?
Logged

Wheaten

  • Guest
Re: IdPi won't shut down (process stuck at "Unmount RPC Pipe File System"
« Reply #10 on: March 15, 2021, 03:36:49 pm »

if you need the logging:
type in the terminal:
Code: [Select]
sudo nano /etc/systemd/journald.conf
and add: Storage=persistent under the section [Journal]
(don't forget to remove when you have your log.

Code: [Select]
#  This file is part of systemd.
#
...# See journald.conf(5) for details.

[Journal]
Storage=persistent
...
Logged
Pages: [1]   Go Up