Not sure what you mean.... If you open a terminal and runMC tries to load onto the desktop but is unsuccessful. Is this a bug? Is there a workaround?
mc
, what happens?command not found (@ root) -Not sure what you mean.... If you open a terminal and runmc
, what happens?
I run it all the time. I currently use lxde and have no problem.
I found that starting it from user account does not work unless "mc -u"
I don't know why.
'Note that the stack overflow handling functions of this library need
procfs mounted on /proc'
Could this be the problem? What would be the full entry in /proc
mount -t procfs proc /proc
proc /proc procfs rw 0 0
Does /usr/local/bin/mc exist? That's where it should be installed. If it's there and you can't run it then it sounds like a permissions problem. Are you root?command not found (@ root) -![]()
Yes it exists with the following permissions;Does /usr/local/bin/mc exist? That's where it should be installed. If it's there and you can't run it then it sounds like a permissions problem. Are you root?
chown
but the file (sh) has only unintelligible ^@'s.You could runY
Yes it exists with the following permissions;
owner=root
group=wheel
permissions=read & write.
I managed to launch mc @ root after getting write permission with xtermchown
but the file (sh) has only unintelligible ^@'s.
I'm struggling with permissions at the moment. What is the proper octal to get user permission? Thanks.
chmod 777 /usr/local/bin
to see if it makes any difference.. also start mc using mc -a
or mc -c
which might make it more intelligibleYou have messed up your file permissions. A binary needs the executable flag (but no write permission). Reinstall your Midnight Commander package, that should fix it:Yes it exists with the following permissions;
owner=root
group=wheel
permissions=read & write.
pkg install -f mc
Thanks for your help, particularly re the flag issue. It now works.You have messed up your file permissions. A binary needs the executable flag (but no write permission). Reinstall your Midnight Commander package, that should fix it:pkg install -f mc
Thanks for your help, it works now. It looks like the (Mate) Applications Places System is trying to put xterm on the desktop to open mc but it doesn't succeed in doing so. Not a big deal, but it is inconvenient to have to go to root/xterm to open it when working as a desktop user. In other words mc will only open in the root environment.You could runchmod 777 /usr/local/bin
to see if it makes any difference.. also start mc usingmc -a
ormc -c
which might make it more intelligible
No, No, NO. NEVER ever do this. Not even to try. It's utterly useless and dangerous!You could runchmod 777 /usr/local/bin
to see if it makes any difference..
I did this & mc now works. Can I leave it so?No, No, NO. NEVER ever do this. Not even to try. It's utterly useless and dangerous!
No.Can I leave it so?
chmod 755 /usr/local/bin