LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro
User Name
Password
Manjaro This forum is for the discussion of Manjaro Linux. Note: This forum does not have any official participation.

Notices


Reply
  Search this Thread
Old 10-01-2018, 12:20 PM   #1
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Warning: fvwm-crystal: directory permissions differ on /etc/sudoers.d/filesystem: 750 package: 755


I installed fvwm-crytal and got that message, how should I deal with that one?

Code:
Warning: fvwm-crystal: directory permissions differ on /etc/sudoers.d/filesystem: 750  package: 755
 
Old 10-01-2018, 09:48 PM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
https://www.reddit.com/r/archlinux/c...pacman_update/ and a few hundred other results when googling the error.

I understand this as follows: The fvwm-crystal installation contains a file /etc/sudoers.d/filesystem with default permissions 755. The /etc/sudoers.d/filesystem on your computer is set to 750. Pacman doesn't change permissions, but should have overwritten the file.

My recommendations: Manually set the permissions to 755 or do nothing. You may also want to check if the file was overwritten, and if you want it to be overwritten.
 
Old 10-02-2018, 12:47 AM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
by default there's no file "/etc/sudoers.d/filesystem" on an archlinux system (can't speak for manjaro though).
the warning says the permissions of the containing directory differ.
IMO, 755 is too lax for anything sudo related.
maybe fvwm-crystal maintainer(s) should be notified.
 
Old 10-02-2018, 01:08 AM   #4
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by ondoho View Post
the permissions of the containing directory differ.
I promise, I will learn proper reading.
 
Old 10-02-2018, 06:40 AM   #5
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
it still makes to sense to me, as I've had Manjaro and fvwm and fvwm-crystal before , like just reinstalled this entire system and I did nothing different, now I am getting this error , and I have no idea what it means. I know I'll let the ones that know more about this system give me some help on it. So instead of rummaging around I went to the source of the distro that is all of a sudden giving me this error, when it did not, using the same version of both manjaro and fvwm-crystal.


(I am in slack - curr right now and firefox is giving me tab crashes, so one thing at a time)

Last edited by BW-userx; 10-02-2018 at 06:41 AM.
 
Old 10-02-2018, 06:52 AM   #6
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Quote:
Originally Posted by ondoho View Post
by default there's no file "/etc/sudoers.d/filesystem" on an archlinux system (can't speak for manjaro though).
the warning says the permissions of the containing directory differ.
IMO, 755 is too lax for anything sudo related.
maybe fvwm-crystal maintainer(s) should be notified.
Code:
userx@manjaroieo:~
$ sudo ls /etc/sudoers.d/
10-installer  fvwm-crystal
-----

$ sudo cat  /etc/sudoers.d/10-installer
%wheel ALL=(ALL) ALL 

-----------------

$ sudo mv  /etc/sudoers.d/10-installer ~/

------------------

sudo cat  /etc/sudoers.d/fvwm-crystal
%fvwm-crystal ALL=(ALL) NOPASSWD: /sbin/shutdown
%fvwm-crystal ALL=(ALL) NOPASSWD: /sbin/reboot
%fvwm-crystal ALL=(ALL) NOPASSWD: /sbin/halt
%fvwm-crystal ALL=(ALL) NOPASSWD: /bin/mount
%fvwm-crystal ALL=(ALL) NOPASSWD: /bin/umount
%fvwm-crystal ALL=(ALL) NOPASSWD: /usr/sbin/pm-suspend
%fvwm-crystal ALL=(ALL) NOPASSWD: /usr/sbin/pm-hibernate
%fvwm-crystal ALL=(ALL) NOPASSWD: /usr/sbin/pm-suspend-hybrid
%fvwm-crystal ALL=(ALL) NOPASSWD: /usr/sbin/pm-powersave
I removed 10-installer file within sudoers.d , to me it is redundant to begin with. Normally I just commented out the last line pointing to that dir, and have had no ill-responce to it. let me see what thus does.


sudoers file
Code:
## Same thing without a password
 %wheel ALL=(ALL) NOPASSWD: ALL

## Uncomment to allow members of group sudo to execute any command
# %sudo ALL=(ALL) ALL

## Uncomment to allow any user to run sudo if they know the password
## of the user they are running the command as (root by default).
# Defaults targetpw  # Ask for the password of the target user
# ALL ALL=(ALL) ALL  # WARNING: only use this together with 'Defaults targetpw'

## Read drop-in files from /etc/sudoers.d
## (the '#' here does not indicate a comment)
####includedir /etc/sudoers.d
I just started commenting that out, instead of going in and removing it, and was not experiencing any ill-effects until this install. I didn't put 2 and 2 together, maybe this is what is the cause of it.


as of now fvwm-crystal is no longer giving me a full menu when the config menu listings has it within it, but is not showing me everything. in this distro - using fvwm-crystal. issues, issues, issues...

Last edited by BW-userx; 10-02-2018 at 07:03 AM.
 
Old 10-02-2018, 07:41 AM   #7
BW-userx
LQ Guru
 
Registered: Sep 2013
Location: Somewhere in my head.
Distribution: Slackware (15 current), Slack15, Ubuntu studio, MX Linux, FreeBSD 13.1, WIn10
Posts: 10,342

Original Poster
Rep: Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242Reputation: 2242
Code:
:: Processing package changes...
(1/1) installing fvwm-crystal                      [######################] 100%
warning: directory permissions differ on /etc/sudoers.d/
filesystem: 750  package: 755
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
No database errors have been found!
userx@manjaroieo:~
$ yt -R fvwm-crystal
checking dependencies...
the

$ sudo ls /etc/sudoers.d/

is empty, after I removed the wm again, but there is no 'filesystem' file in there either when it is installed. where that is I have no idea where it is getting its information.

Looks like I need to change hats, to fix this stupid WM , and its menu hat.
mod
https://forum.antergos.com/topic/565...after-update/4but that one is for
Code:
After today`s update I had this warning: “directory permissions differ on /root/
filesystem: 755 package: 750”
the other way around mine is showing.
Code:
filesystem: 750  package: 755

Last edited by BW-userx; 10-02-2018 at 07:58 AM.
 
Old 10-02-2018, 12:09 PM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
it is NOT an error - it is a warning.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
FVWM-Crystal Slackbuild??? tekhead2 Slackware 8 04-23-2010 08:53 AM
fvwm & fvwm-crystal? festhead Linux - Desktop 1 09-23-2007 09:49 AM
help installing FVWM-Crystal stedwick Slackware 7 02-18-2007 02:52 PM
transparency not correct with fvwm + fvwm-crystal + radeon hedpe Linux - Desktop 0 01-30-2007 07:59 PM
clock not working in fvwm with fvwm-crystal hedpe Linux - Software 0 09-13-2005 08:04 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Manjaro

All times are GMT -5. The time now is 09:18 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration