Webeditor [GELÖST]
Webeditor
Re: Webeditor
welcher Editor?
Wie für alle Pro-Features gilt: Nichts was vorher einmal in der freien Version von KeyHelp verfügbar war wird jemals eingeschränkt.
Ich vermute es fehlt einfach nur ein Haken in einer Checkbox bei einem Benutzerprivileg.
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Webeditor
Re: Webeditor
Ggf. wird die Datei nur nicht als als editierbar erkannt.
Was soll denn für eine Datei editiert werden?
Wie lautet der Mine-Type der Datei?
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Webeditor
Re: Webeditor
Bitte künftig alle gestellten Fragen auch beantworten.
Zur Mime-Type Ermittlung den folgenden Befehl nutzen:
Code: Select all
file --mime-type --mime-encoding <PFAD ZUR DATEI>
Wie lautet der Inhalt der Dateien:
- /etc/sudoers.d/keyhelp_file_manager
- /etc/sudoers
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Webeditor
index.html: text/html; charset=utf-8
/etc/sudoers.d/keyhelp_file_manager
Code: Select all
# File manager
keyhelp ALL = (%keyhelp_file_manager) NOPASSWD: /bin/ls, /bin/touch, /bin/mkdir, /bin/cp, /bin/mv, /bin/chmod, /bin/rm, /usr/bin/file, /bin/tar, /usr/bin/unzip, /usr/bin/zip
keyhelp ALL = (ALL) NOPASSWD: /bin/chown
# Last line must be empty, do not trim!
Code: Select all
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
# This fixes CVE-2005-4890 and possibly breaks some versions of kdesu
# (#1011624, https://bugs.kde.org/show_bug.cgi?id=452532)
Defaults use_pty
# This preserves proxy settings from user environments of root
# equivalent users (group sudo)
#Defaults:%sudo env_keep += "http_proxy https_proxy ftp_proxy all_proxy no_proxy"
# This allows running arbitrary commands, but so does ALL, and it means
# different sudoers have their choice of editor respected.
#Defaults:%sudo env_keep += "EDITOR"
# Completely harmless preservation of a user preference.
#Defaults:%sudo env_keep += "GREP_COLOR"
# While you shouldn't normally run git as root, you need to with etckeeper
#Defaults:%sudo env_keep += "GIT_AUTHOR_* GIT_COMMITTER_*"
# Per-user preferences; root won't have sensible values for them.
#Defaults:%sudo env_keep += "EMAIL DEBEMAIL DEBFULLNAME"
# "sudo scp" or "sudo rsync" should be able to use your SSH agent.
#Defaults:%sudo env_keep += "SSH_AGENT_PID SSH_AUTH_SOCK"
# Ditto for GPG agent
#Defaults:%sudo env_keep += "GPG_AGENT_INFO"
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
# See sudoers(5) for more information on "@include" directives:
@includedir /etc/sudoers.d
Re: Webeditor
Ich kann das Problem nicht reproduzieren. Da müsste ich wohl direkt auf dem Server einmal nachsehen, ggf. liegt an anderer Stelle eine Fehlkonfiguration vor (in dem Fall gern SSH-Zugangsdaten per PM schicken).
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************
Re: Webeditor
Re: Webeditor [GELÖST]
"File" war nicht installiert.
Bei Neuinstallationen stelle ich nun sicher, das "file" vorhanden ist.
Alexander Mahr
**************************************************************
Keyweb AG - Die Hosting Marke
Neuwerkstr. 45/46, 99084 Erfurt / Germany
http://www.keyweb.de - http://www.keyhelp.de
**************************************************************