You are not logged in.

#651 2013-06-18 12:17:00

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: filesystem Update Error /bin exists in filesystem

g15daemon. i might be able to update the PKGBUILD for it yes.

Currently looks like this (wishing for a spoilertag)

# Contributor: Valeriy Lyasotskiy <onestep@ukr.net>

pkgname=g15daemon
pkgver=1.9.5.3
pkgrel=5
pkgdesc="A daemon that makes it possible to use the G-Buttons and draw on the G15 LCD"
arch=('i686' 'x86_64')
url="http://www.g15tools.com/"
license=('GPL')
depends=('libg15' 'libg15render>=1.2')
options=(!libtool)
source=($pkgname-$pkgver.tar.bz2
        g15daemon
        g15daemon.service)
md5sums=('424f459c2a302f0937a00b17f67ed121'
         'ffd5edc0a1e73fb629eb2afe1966018e'
         '7d5d44b97ce2ff6d52ad4bb041f8777c')

build() {
  cd "$srcdir"/$pkgname-$pkgver

  ./configure --prefix=/usr --disable-static
  make
}

package() {
  cd "$srcdir"/$pkgname-$pkgver

  make DESTDIR="$pkgdir" install

  install -D -m 755 "$srcdir"/g15daemon "$pkgdir"/etc/rc.d/g15daemon
  install -D -m 644 "$srcdir"/g15daemon.service "$pkgdir"/usr/lib/systemd/system/g15daemon.service
}

Last edited by rabcor (2013-06-18 12:17:24)

Offline

#652 2013-06-18 12:24:03

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: filesystem Update Error /bin exists in filesystem

Have you read the comments in https://aur.archlinux.org/packages/g15daemon/ ?
There already seems to be a patch to compile g15daemon in /usr/bin.

Offline

#653 2013-06-18 12:30:30

89c51
Member
Registered: 2012-06-05
Posts: 741

Re: filesystem Update Error /bin exists in filesystem

Offtopic but i have a question regarding people not reading the news and the mess it creates some times. Has it ever been proposed that pacman should inform the user in the case there are important news before an update?? Ie. display a message like "There are news regarding system updates. Want to view them (Y/n)"

Offline

#654 2013-06-18 12:32:38

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: filesystem Update Error /bin exists in filesystem

89c51 wrote:

Has it ever been proposed that pacman should inform the user in the case there are important news before an update?? Ie. display a message like "There are news regarding system updates. Want to view them (Y/n)"

Yes, it has been proposed a few times.
You can use e.g. pacmatic https://www.archlinux.org/packages/comm … /pacmatic/

Offline

#655 2013-06-18 12:43:56

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: filesystem Update Error /bin exists in filesystem

89c51 wrote:

Offtopic but i have a question regarding people not reading the news and the mess it creates some times. Has it ever been proposed that pacman should inform the user in the case there are important news before an update?? Ie. display a message like "There are news regarding system updates. Want to view them (Y/n)"

Certainly is a great idea in so many ways, it'd be convenient for most user i believe, i'll look into that pacmatic thing.

Thanks a lot karol, i'll use that patch smile

Offline

#656 2013-06-18 12:44:10

blackout23
Member
Registered: 2011-11-16
Posts: 781

Re: filesystem Update Error /bin exists in filesystem

89c51 wrote:

Offtopic but i have a question regarding people not reading the news and the mess it creates some times. Has it ever been proposed that pacman should inform the user in the case there are important news before an update?? Ie. display a message like "There are news regarding system updates. Want to view them (Y/n)"

"Want to view them (Y/y)" Would be better.
I'd bet 100 USD that people would still create forum threads asking why there are conflicts. big_smile

Pacman actually tells you to read the news. The output is called "xy exists in filesystem".

Last edited by blackout23 (2013-06-18 12:45:39)

Offline

#657 2013-06-18 13:07:04

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: filesystem Update Error /bin exists in filesystem

well, i reinstalled g15daemon to /usr/bin with the updated pkgbuild, then finished my -Syu and filesystem with it, i rebooted and it gives me this

ERROR: device 'UUID=87...' not found. Skipping fsck.
ERROR: Unable to find root device 'UUID-87...'.
You are being dropped to a recovery shell
    Type 'exit' to try and continue booting
sh: can't access tty; job control turned off

And my input devices (assumingly unrelated to g15daemon) don't work so i can't type anything, i assume i'll need to use the arch install cd to fix this by chrooting but what do i need to do to fix this? i'd guess it's grub related... but grub stil boots fine into windows, luckily.

Last edited by rabcor (2013-06-18 13:07:40)

Offline

#658 2013-06-18 13:43:12

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: filesystem Update Error /bin exists in filesystem

89c51 wrote:

Offtopic but i have a question regarding people not reading the news and the mess it creates some times. Has it ever been proposed that pacman should inform the user in the case there are important news before an update?? Ie. display a message like "There are news regarding system updates. Want to view them (Y/n)"

Gentoo has exactly that. You think people read it? The answer should be obvious.

Offline

#659 2013-06-18 13:48:31

frostbittenking
Member
Registered: 2013-05-01
Posts: 52

Re: filesystem Update Error /bin exists in filesystem

Well, my experience tells me again and again.. there are no technical solutions for human problems/errors.

Offline

#660 2013-06-18 13:48:53

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: filesystem Update Error /bin exists in filesystem

Gusar wrote:
89c51 wrote:

Offtopic but i have a question regarding people not reading the news and the mess it creates some times. Has it ever been proposed that pacman should inform the user in the case there are important news before an update?? Ie. display a message like "There are news regarding system updates. Want to view them (Y/n)"

Gentoo has exactly that. You think people read it? The answer should be obvious.

err... yes. i know i did...

Offline

#661 2013-06-18 13:50:53

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: filesystem Update Error /bin exists in filesystem

Let's not get OT here.

rabcor, did you google 'sh: can't access tty; job control turned off'? There are a few recent threads that might help you.

Offline

#662 2013-06-18 13:55:58

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: filesystem Update Error /bin exists in filesystem

rabcor wrote:

err... yes. i know i did...

Good, at least one. Ok, I'm sure you're not the only one, but if you read Gentoo's forums, there's always threads about issues that are explained in the news items.

@karol: Searching for that error won't bring any results, because that's not actually the problem. The real problem is something in the initramfs failed. The message comes from busybox, because when the initramfs fails you get dropped into a busybox shell. The real problem is above that - device can't be found. Either the UUID is wrong, or the initramfs wasn't created correctly and so it lacks stuff that allows mounting by UUID.

Last edited by Gusar (2013-06-18 14:01:11)

Offline

#663 2013-06-18 13:56:43

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: filesystem Update Error /bin exists in filesystem

yes i did google it, this was what i found. which did not quite have a solution for me. (at least none that i could spot)

Last edited by rabcor (2013-06-18 13:57:08)

Offline

#664 2013-06-18 13:58:37

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: filesystem Update Error /bin exists in filesystem

Gusar wrote:
rabcor wrote:

err... yes. i know i did...

Good, at least one. Ok, I'm sure you're not the only one, but if you read Gentoo's forums, there's always threads about issues that are explained in the news items.

well then the best solution to it is good moderation, even if i'm sure the function helps reduce the redundant threads to begin with.

Give a link to a thread with a very clear solution. and lock the thread after a few hours if the OP doesn't reply/solved his problem.

Last edited by rabcor (2013-06-18 13:59:44)

Offline

#665 2013-06-18 14:01:05

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: filesystem Update Error /bin exists in filesystem

Merged in rabcor's thread from "Applications & Desktop Environments"; title was "Can't update filesystem".


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#666 2013-06-18 14:14:23

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: filesystem Update Error /bin exists in filesystem

rabcor wrote:

yes i did google it, this was what i found. which did not quite have a solution for me. (at least none that i could spot)

I said recent threads, like https://bbs.archlinux.org/viewtopic.php?id=165141

Offline

#667 2013-06-18 14:37:07

rabcor
Banned
Registered: 2013-02-09
Posts: 500

Re: filesystem Update Error /bin exists in filesystem

i have been using uuid since my initial setup. the uuid should still be correct, i haven't edited fstab recently nor grub.cfg. so that thread did not help me at all.

SOLVED: i found this through some more googling, and i chrooted in from the install cd, and ran "mkinitcpio -p linux" and it booted fine after that.

Last edited by rabcor (2013-06-18 14:51:45)

Offline

#668 2013-06-20 10:39:38

[KNS]Kumo
Member
Registered: 2009-11-06
Posts: 62
Website

Re: filesystem Update Error /bin exists in filesystem

WonderWoofy wrote:

What he means is that you need to update filesystem before you reboot.  By moving everything into /usr/bin, and then not putting in place the symlinks necessary to resolve paths like /sbin, /bin, and /usr/bin you will render your system unbootable because it will not be able to find many of the necessary binaries to get your system going.

Whether you used sudo or su doesn't really matter as long as you do both steps.

Err... Last night it was getting late, so as I got the "/bin exists in filesystem" even after following the guide in the front page, I turned of the machine... Without update "filesystem". So... err. I have a little problem now... Well, not so little. Palmface!

I only get to rootfs propmt... Any thoughts on how I can get it working again? I imagine i have to move things and maybe create the symlinks from there or a live distro, but not sure...


Ore wa Kumo Da!
http://knsweb.net

Offline

#669 2013-06-20 10:41:49

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: filesystem Update Error /bin exists in filesystem

[KNS]Kumo wrote:
WonderWoofy wrote:

What he means is that you need to update filesystem before you reboot.  By moving everything into /usr/bin, and then not putting in place the symlinks necessary to resolve paths like /sbin, /bin, and /usr/bin you will render your system unbootable because it will not be able to find many of the necessary binaries to get your system going.

Whether you used sudo or su doesn't really matter as long as you do both steps.

Err... Last night it was getting late, so as I got the "/bin exists in filesystem" even after following the guide in the front page, I turned of the machine... Without update "filesystem". So... err. I have a little problem now... Well, not so little. Palmface!

I only get to rootfs propmt... Any thoughts on how I can get it working again? I imagine i have to move things and maybe create the symlinks from there or a live distro, but not sure...

Glad you found this thread. It happens to contain info that might help you, like https://bbs.archlinux.org/viewtopic.php … 3#p1283343

Offline

#670 2013-06-20 10:53:16

[KNS]Kumo
Member
Registered: 2009-11-06
Posts: 62
Website

Re: filesystem Update Error /bin exists in filesystem

karol wrote:
[KNS]Kumo wrote:
WonderWoofy wrote:

What he means is that you need to update filesystem before you reboot.  By moving everything into /usr/bin, and then not putting in place the symlinks necessary to resolve paths like /sbin, /bin, and /usr/bin you will render your system unbootable because it will not be able to find many of the necessary binaries to get your system going.

Whether you used sudo or su doesn't really matter as long as you do both steps.

Err... Last night it was getting late, so as I got the "/bin exists in filesystem" even after following the guide in the front page, I turned of the machine... Without update "filesystem". So... err. I have a little problem now... Well, not so little. Palmface!

I only get to rootfs propmt... Any thoughts on how I can get it working again? I imagine i have to move things and maybe create the symlinks from there or a live distro, but not sure...

Glad you found this thread. It happens to contain info that might help you, like https://bbs.archlinux.org/viewtopic.php … 3#p1283343

Thanks a lot Karol. I was still reading the 27 pages of this thread looking for something like that. Not an easy task.


Ore wa Kumo Da!
http://knsweb.net

Offline

#671 2013-06-20 10:59:20

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: filesystem Update Error /bin exists in filesystem

[KNS]Kumo wrote:
karol wrote:
[KNS]Kumo wrote:

Err... Last night it was getting late, so as I got the "/bin exists in filesystem" even after following the guide in the front page, I turned of the machine... Without update "filesystem". So... err. I have a little problem now... Well, not so little. Palmface!

I only get to rootfs propmt... Any thoughts on how I can get it working again? I imagine i have to move things and maybe create the symlinks from there or a live distro, but not sure...

Glad you found this thread. It happens to contain info that might help you, like https://bbs.archlinux.org/viewtopic.php … 3#p1283343

Thanks a lot Karol. I was still reading the 27 pages of this thread looking for something like that. Not an easy task.

I was wandering why moderators keep merging in the new threads about this issue, but I guess it makes sense: you got yourself into this mess, you have to get yourself out. Digging through this monstrous thread is meant as your punishment :-P
The later you come here, the longer the thread will be, so from now on update more often, carefully read pacman's output and watch out for the news.

Offline

#672 2013-06-20 19:22:36

iopo
Member
Registered: 2009-10-26
Posts: 31

Re: filesystem Update Error /bin exists in filesystem

Help needed.

Yesterday I was going to update my system, readed the news, and did pacman -Syy, and then pacman -Su just to download everything.

Got to the error a expected:

error: failed to commit transaction (conflicting files)
filesystem: /bin exists in filesystem

And in the meantime I executed the suggested command to find the non-official packages with files in /bin, /sbin or /usr/sbin:

pacman -Qqo /bin /sbin /usr/sbin | pacman -Qm -

Got a list of about a dozen packages that I have installed form the AUR, did a few attempts to fix them but it was late so I decided to continue next day (I don't know how to fix the PKGBUILDs that doesn't even have the "bin" term on them).

Today I rebooted, executed the same command (to get the list and continue with the fixing-packages task), but surprisingly, the command finds nothing.

So... I don't know what happened.
Any idea/suggestion will be appreciated.

Thank you all.

Offline

#673 2013-06-20 19:26:55

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: filesystem Update Error /bin exists in filesystem

Are you sure you didn't forget the trailing dash first time? If you did, it would return everything you had installed that wasn't in a repo (every AUR package).

Last edited by Scimmia (2013-06-20 19:27:35)

Offline

#674 2013-06-20 22:46:02

iopo
Member
Registered: 2009-10-26
Posts: 31

Re: filesystem Update Error /bin exists in filesystem

Scimmia wrote:

Are you sure you didn't forget the trailing dash first time? If you did, it would return everything you had installed that wasn't in a repo (every AUR package).

Ha!, it seems that it was that. (Without the trailing dash I get yesterday's list)(common mistake when tired). Thank you!

I will continue with the update and see how it goes...

Offline

#675 2013-06-20 23:03:18

iopo
Member
Registered: 2009-10-26
Posts: 31

Re: filesystem Update Error /bin exists in filesystem

Updated and rebooted. No problems so far smile

Offline

Board footer

Powered by FluxBB