Posts

Cannot install virtualbox on 18.04 [closed]

Image
Clash Royale CLAN TAG #URR8PPP up vote 1 down vote favorite 1 I had Virtualbox installed fine on 18.04 but after an upgrade ( sudo apt upgrade ) this morning it doesn't seem to work: Loading new virtualbox-5.2.10 DKMS files... Building for 4.15.0-15-generic Building initial module for 4.15.0-15-generic Done. At main.c:281: - SSL error:02001002:system library:fopen:No such file or directory: ../crypto/bio/bss_file.c:74 - SSL error:2006D080:BIO routines:BIO_new_file:no such file: ../crypto/bio/bss_file.c:81 kmodsign: /var/lib/dkms/virtualbox/5.2.10/4.15.0-15-generic/x86_64/module/virtualbox.ko: No such file or directory dpkg: error processing package virtualbox-dkms (--configure): installed virtualbox-dkms package post-installation script subprocess returned error exit status 1 Is this a temporary problem with the repos or something wrong my end? EDIT: bug report virtualbox share | improve this question edited Apr 23 at 11:05 asked Apr 23 at 10:...

cant serve ispconfig

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite i installed ispconfig in last month and works fine but on today i cant see ispconfig i checked apache2 and suexec log and return this logs [2018-04-23 09:48:52]: uid: (5003/ispconfig) gid: (5004/ispconfig) cmd: .php-fcgi-starter [2018-04-23 09:48:52]: directory is writable by others: (/var/www/php-fcgi-scripts/ispconfig) [Mon Apr 23 10:48:49.234558 2018] [:error] [pid 19405] [client 5.238.244.126:59085] SoftException in Application.cpp:221: File "/usr/local/ispconfig/interface/web/index.php" is not in document root of Vhost "/var/www/ispconfig/" [Mon Apr 23 10:48:49.234891 2018] [core:error] [pid 19405] [client 5.238.244.126:59085] End of script output before headers: index.php i install again ispconfig but not working again :( apache2 php debian share | improve this question asked Apr 23 at 10:59 mohammad mahmoodi 1 1 add a comment  |  up vote 0 down ...

sshd login get Permission denied (publickey). what am i doing wrong? [duplicate]

Image
Clash Royale CLAN TAG #URR8PPP up vote 3 down vote favorite This question already has an answer here: How do I add SSH Keys to authorized_keys file? 9 answers I am trying to login to an Ubuntu server from another Ubuntu machine via key. What I did on client: ssh-keygen -t rsa # generate ssh key And on the server /etc/ssh/sshd_config : # Package generated configuration file # See the sshd_config(5) manpage for details # What ports, IPs and protocols we listen for Port 22 # Use these options to restrict which interfaces/protocols sshd will bind to #ListenAddress :: #ListenAddress 0.0.0.0 Protocol 2 # HostKeys for protocol version 2 HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key HostKey /etc/ssh/ssh_host_ecdsa_key HostKey /etc/ssh/ssh_host_ed25519_key #Privilege Separation is turned on for security UsePrivilegeSeparation yes # Lifetime and size of ephemeral version 1 server key KeyRegenerationInterval 3600 ServerKeyBits 1024 # Logging SyslogFacili...