Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
06-06-2017, 07:37 PM
|
#16
|
LQ Newbie
Registered: Jun 2017
Posts: 13
Original Poster
Rep:
|
Thanks, I got that all done. I don't get those few error lines any more. But still apt-get -f install gives errors and seg fault.
(see post #15 for screen dump)
Quote:
Originally Posted by hydrurga
I would try and excise it as much as possible (you'll be reinstalling it afterwards).
Not being able to find uninstall instructions in the No-IP knowledge base, why don't you try working through the steps in that link I gave you http://tehgentoonoob.blogspot.co.uk/...n-xubuntu.html and see how much of it is relevant...
|
|
|
|
06-07-2017, 05:38 AM
|
#17
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Well at least we seem to have peeled back a layer of the problem onion.
A quick search shows that the seg fault could be related to a faulty dpkg package itself. You have a search around, and I will too, and we'll see what we can do about it.
Just a note that problems like this are a perfect example of why it is a good idea to image your partitions on a regular basis. If I had come across it on my system, and realised how it doesn't just have a simple solution, I would have rolled back to my most recent weekly image, checked the package management situation, and then worked carefully through the update process step by step.
Last edited by hydrurga; 06-07-2017 at 05:41 AM.
|
|
|
06-07-2017, 05:43 AM
|
#18
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
To see if this is purely dpkg related, can you post the output from:
|
|
|
06-07-2017, 07:18 AM
|
#19
|
Member
Registered: May 2016
Location: Belgrade, Serbia
Distribution: Debian
Posts: 229
Rep:
|
Quote:
Thanks, I got that all done. I don't get those few error lines any more. But still apt-get -f install gives errors and seg fault.
|
Did you try to do fsck to repair file system? Also, if seg fault is caused by dying card, it would be better to backup what you can from it, while you still can. Further playing with dying card could just speed up process, so it is better to save what you can, while you are still able to.
|
|
|
06-07-2017, 08:36 AM
|
#20
|
LQ Newbie
Registered: Jun 2017
Posts: 13
Original Poster
Rep:
|
I think I did. I ran the command that should have caused it to run one at next reboot and then rebooted. I'm remote from the machine so I don't know for sure what it found.
I'm trying to get the card pulled so I can attempt to clone it to a new one. Any suggestions on a good process for that? I'm open to suggestions!
Quote:
Originally Posted by dejank
Did you try to do fsck to repair file system? Also, if seg fault is caused by dying card, it would be better to backup what you can from it, while you still can. Further playing with dying card could just speed up process, so it is better to save what you can, while you are still able to.
|
|
|
|
06-07-2017, 09:44 PM
|
#21
|
LQ Newbie
Registered: Jun 2017
Posts: 13
Original Poster
Rep:
|
$ sudo dpkg --audit
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
libc-dev-bin GNU C Library: Development binaries
libc6-dbg:armhf GNU C Library: detached debugging symbols
libc6-dev:armhf GNU C Library: Development Libraries and Header Files
libtirpc1:armhf transport-independent RPC library
rpcbind converts RPC program numbers into universal addresses
Quote:
Originally Posted by hydrurga
To see if this is purely dpkg related, can you post the output from:
|
|
|
|
06-08-2017, 07:21 AM
|
#22
|
LQ Guru
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
|
Quote:
Originally Posted by c0de3
$ sudo dpkg --audit
The following packages have been unpacked but not yet configured.
They must be configured using dpkg --configure or the configure
menu option in dselect for them to work:
libc-dev-bin GNU C Library: Development binaries
libc6-dbg:armhf GNU C Library: detached debugging symbols
libc6-dev:armhf GNU C Library: Development Libraries and Header Files
libtirpc1:armhf transport-independent RPC library
rpcbind converts RPC program numbers into universal addresses
|
Have you tried configuring them as suggested? (although I suspect that dpkg will barf again)
|
|
|
06-24-2017, 11:08 AM
|
#23
|
LQ Newbie
Registered: Jun 2017
Posts: 13
Original Poster
Rep:
|
Okay, I imaged the SD and copied it onto a new SD card and installed it. I then did:
sudo touch /forcefsck
hoping that would fix up the new drive. Nothing seems to have changed, all the commands in this thread fail with the same errors. Any ideas what I can do to fix up this drive?
Thanks!
|
|
|
06-24-2017, 11:19 AM
|
#24
|
Member
Registered: May 2016
Location: Belgrade, Serbia
Distribution: Debian
Posts: 229
Rep:
|
Quote:
Originally Posted by c0de3
Okay, I imaged the SD and copied it onto a new SD card and installed it. I then did:
sudo touch /forcefsck
hoping that would fix up the new drive. Nothing seems to have changed, all the commands in this thread fail with the same errors. Any ideas what I can do to fix up this drive?
Thanks!
|
Why imaged it? Why not simply making back up of important data, install fresh system on new SD card and then restore what is important from backup? If you imaged damaged filesystem, then it is looks logical to me that your new SD card will get same errors.
|
|
|
06-24-2017, 11:39 AM
|
#25
|
LQ Newbie
Registered: Jun 2017
Posts: 13
Original Poster
Rep:
|
Quote:
Originally Posted by dejank
Why imaged it? Why not simply making back up of important data, install fresh system on new SD card and then restore what is important from backup? If you imaged damaged filesystem, then it is looks logical to me that your new SD card will get same errors.
|
I guess I was thinking the new file system would only have logical errors (if any) whereas the old drive possibly had hardware errors? Seems like it should be fixable.
Anyone have a backup tutorial they recommend? took me awhile to get this system built and configured so kinda hate to start over again.
The Maildir folders would be some of the most important to me.
|
|
|
All times are GMT -5. The time now is 12:00 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|