• Home
  • About
  • Contact

SysAdmin Tips

Lots of useful sysadmin information

  • Cheatsheets
  • FreeBSD
    • Configuration and Setup
    • Troubleshooting
  • Hardware
  • Linux
    • All distributions
    • Debian/Ubuntu
  • Services
    • Databases
    • DLNA
    • DNS
    • LDAP
    • Mail
    • Samba
    • SSH
    • Version Control
    • Web Server
  • Solaris
    • System
You are here: Home » troubleshooting

PostgreSQL: ERROR: permission denied to reassign objects

toshiro August 5, 2018 PostgreSQL: ERROR: permission denied to reassign objects2018-08-05T16:43:57+00:00 Databases No Comment
When reassigning all database objects to a new owner in PostgreSQL you might get this error: mydb=> REASSIGN OWNED BY admin TO new_admin; ERROR: permission denied to reassign objects This…
Continue Reading »

Permission denied: exec of … failed in apache

toshiro December 3, 2016 Permission denied: exec of … failed in apache2016-12-03T18:31:02+00:00 Web Server No Comment
If apache returns 'Permission denied: exec of <filename> failed' then you are in two possible situations: 1. 'filename' IS A CGI SCRIPT There could be several reasons for this, for…
Continue Reading »

SSH troubleshooting

toshiro April 17, 2016 SSH troubleshooting2016-04-17T20:14:42+00:00 SSH No Comment
ERROR: Permission denied (publickey). This message appears when the remote ssh server has password authentication disabled. To fix this, edit /etc/ssh/sshd_config to enable password authentication: PasswordAuthentication yes Restart the SSH…
Continue Reading »

apache: fixing ‘config variable XX is not defined’ error

toshiro November 2, 2015 apache: fixing ‘config variable XX is not defined’ error2015-11-02T03:15:29+00:00 Web Server No Comment
PROBLEM: You try to execute from a shell some apache command like this: # apache2 -t -D DUMP_MODULES and you get the following error messages: AH00111: Config variable ${APACHE_LOCK_DIR} is…
Continue Reading »

mysql: ‘%’ doesn’t match localhost and/or hostname

toshiro September 29, 2014 mysql: ‘%’ doesn’t match localhost and/or hostname2014-09-29T22:23:16+00:00 Databases No Comment
PROBLEM: You granted access privileges to a user connecting from anywhere using this command: mysql> GRANT ALL PRIVILEGES ON *.* TO prueba@'%' IDENTIFIED BY 'password' Then, when you try to…
Continue Reading »

samba troubleshooting

toshiro August 13, 2014 samba troubleshooting2014-08-13T22:05:23+00:00 Samba No Comment
WARNING: Ignoring invalid value 'share' for parameter 'security' The value 'share' for paramater 'security' is no longer valid for recent versions of Samba, so if you were running an older…
Continue Reading »

Cassandra troubleshooting

toshiro August 1, 2014 Cassandra troubleshooting2016-04-17T19:56:01+00:00 Databases No Comment
Execution of 'nodetool status' fails Common error messages: Error: Could not find or load main class Error opening zip file or JAR manifest missing : /usr/local/bin/../ Error occurred during initialization…
Continue Reading »

pkg: PACKAGESITE in pkg.conf is deprecated

toshiro April 1, 2014 pkg: PACKAGESITE in pkg.conf is deprecated2014-04-01T01:24:45+00:00 Troubleshooting No Comment
Newer versions of pkg require different configuration settings. If you upgrade from an old version of pkg you might get the following error every time you use pkg: pkg: PACKAGESITE…
Continue Reading »

Categories

Tags

64bits active directory admin tools apache bind cassandra cheatsheet cpu database debian dlna dns e173 freebsd git grub huawei iso label linux lsof mail mirror modem modules mtools multimedia mysql openldap password pkg ports postfix postgresql raid replication salt samba samba4 solaris ssh troubleshooting ubuntu usb www

Login

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Copyright © 2016 Toshiro Viera Stalker - All rights reserved