Ubuntu :: Webmin To Create A VH - Getting An Error
Sep 7, 2010
Alright so my apache files are compleatly new, just installed, i placed my server name in http.d file, but now i want webmin to create a VH and i cant figure out how to do it, i keep getting an error like
Code:
View 3 Replies
ADVERTISEMENT
Oct 25, 2010
I'm setting up a network backup on a workstation here using Webmin. I'm backing up to a local FTP server. I set everything correctly (FTP credentials, directories, etc) but I get an error saying "Could not create file" and another saying "Cannot write: Operation not permitted"
View 1 Replies
View Related
Apr 3, 2010
I encountered a a dependency issue when trying to install Webmin on Ubuntu Server Edition 10.04 Beta1.
When you try to install webmin, libmd5-perl is not available in any of the lucid repositories:
I resolved the dependency prob by adding the following repository to my /etc/apt/sources.list: deb [url]
Then I did a sudo apt-get update then sudo apt-get install and libmd5-perl installed fine along with webadmin. BTW. I got a GPG error when doing a apt=get update because I did not import the public key for the debian repos I used to get libdm5-perl, which doesn't matter to me as I commented out the repos once I got libmd5-perl installed.
View 1 Replies
View Related
Apr 6, 2010
I have had webmin running previously but i just recently installed Unbuntu server and i am now trying to install webmin. after typing this to install webmin sudo apt-get install webmin it started doing its thing and then it halts.
Giving me the following message: "Package webmin is not available, but is referred to by another package. this may mean that the package is missing, had been obsoleted , or is only available from another source."
The first thing i did after installing webmin was edit the sources.list
Then i tpyed sudo nano sources.list I uncommented everything with "deb" in front of it
I also uncommented
deb cdrom:
I then typed this sudo wget [url]
After getting that i typed this apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl
Then i tryed to install it and got that error.
I also tryed install it using this tutorial [url]
When i got to the part when i need to type
sudo apt-get install update this is what happened
View 10 Replies
View Related
Mar 30, 2010
I just finished configuring my BIND DNS server through the Webmin interface.
When I try to start BIND, I get the following error:
Code:
This is the named.conf configuration file:
Code:
What I need to change in the file?
View 11 Replies
View Related
Aug 2, 2010
Whenever I try to take backup from webmin I get following error message.
Starting backup of module configuration files to /Applications/backup.tar.gz ..
.. failed! TAR failed :
I don't understand meaning of this error.
View 1 Replies
View Related
Mar 12, 2009
I tried to install with this command:
rpm -Uvh webmin-1.450-1.noarch.rpm
And got these error messages.
Quote:warning: webmin-1.450-1.noarch.rpm: Header V3 DSA signature: NOKEY, key ID 11f63c51
error: can't create transaction lock on /var/lib/rpm/__db.000
View 2 Replies
View Related
Apr 11, 2010
I installed webmin on Debian apt-get install webmin. After installation following message came.
Code:
Setting up webmin (1.510-2) ...
Webmin install complete. You can now login to https://IP:10000/
as root with your root password, or as any user who can use sudo to run commands as root. So I infer that the installation was successful.
But when I do
Code:
http://IP:10000
I get following error
Code:
Error 111 (net::ERR_TUNNEL_CONNECTION_FAILED): Unknown error.
View 1 Replies
View Related
Apr 1, 2010
I have installed webmin. I am configuring ldap server using webmin gui. when i try to add user by ldap user and group I get following error. Failed to save user; Failed to add user to ldap database; modification required authentication. I am new in ldap configuration and hope for best reply.
View 1 Replies
View Related
Jan 21, 2011
I'm attempting to install Webmin in Endian I download the tar.gz file and ran setup.sh and it says it is installed, however it doesn't let me go to the webpage it says. I get a timeout error. I'm using the current version of endian and webmin.
View 4 Replies
View Related
Mar 10, 2010
I am running Webmin Squid and Dansguardian. Works great. Trying to set up multiple groups now. In the Dansguardian module it has an icon to set up lists and configs for multiple groups. I click it and I get the following:
Global symbol "$debug" requires explicit package name at /usr/share/webmin/dansguardian/setupfiltergroups.cgi line 114.
It repeats this same error message for line 123 138 139 141 302 and 315. I am running Ubuntu 9.10 desktop. Ubuntu is up to date. Not sure if I need another package or not? When I installed Webmin, I installed apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl when I set it up, so I am not sure if I need another module or anything to help with the error?
View 2 Replies
View Related
Aug 1, 2010
I am trying to build an Net-SSLay package for my Slackware, it is required by webmin to support https.
When I start the Slackbuild script I get this error:
Quote:
What can be done to make this work? Or is there any better way to make webmin working with https?
My OS is Slackware 13_64 and webmin is 1.510 (the latest version).
View 4 Replies
View Related
Aug 2, 2010
I tried creating a virtual server in apache and it got created successfully. (I also added a zone in dns for that domain successfully) However, when I try opening that domain in my browser, I see a popup window which asks me what to do with "default" which is a php file type.
I dont see the index.php which should actually open. What do I do to make the php files display correctly?
View 2 Replies
View Related
Jan 13, 2010
I'm trying to create a new directory using the mkdir command.
Code:
home@ubuntu:~$ mkdir <aicoursework>
bash: syntax error near unexpected token `newline'
that's the error that i keep getting, what am i doing wrong?
View 5 Replies
View Related
Jul 15, 2010
Im having this error when im trying to edit my root directories...
View 9 Replies
View Related
Mar 13, 2011
PHP Code:
#mysql -u root -pPassWordmysql> create database whatever;ERROR 1006 (HY000): Can't create database 'whatever (errno: 13)mysql>
Searching around I found a site that says the following:
PHP Code:
# chown -R root:mysql /usr/local/mysql# chown -R mysql:mysql /usr/local/mysql/data
/usr/local does not have a mysql folder There is a mysql in /usr/share but no data folder in /usr/share/mysql
what I need to do? I just installed mysql-server on this machine.
I am using: Server version: 5.0.75-0ubuntu10.5 (Ubuntu)
Ubuntu 9.04 Jaunty
View 3 Replies
View Related
Jan 17, 2010
im trying to install a .sh file for a online game but i get this error Unrecognized option: -XstartOnFirstThread Could not create the Java virtual machine.
View 1 Replies
View Related
Apr 29, 2010
I am trying to use Ubuntu for the 2nd time, I tried before with a different version buy gave in eventually as I couldn't create a bootable USB drive.
I have tried to create a USB boot from the USB Creator on the download it gets to 94% and fails with a chksum error, I have established that the file is indeed the right one.
What could the problem be? Im using a 1gb stick do you think it may be failing due to it been too small?
View 4 Replies
View Related
May 5, 2010
recently upgraded, now none of my stored procedures work. All return error 1307. what can I do to prevent this from happening?
View 3 Replies
View Related
Aug 22, 2010
have set up a server with OS on a 250GB disk (sdd) and 3x 1.5TB drives for a RAID5 storage setup (sda, sdb and sdc).Using webmin I can delete and create a primary partition in each one. But while I can also format sda and sdc, it refuses to do sdb for some reason:Executing command mkfs -t ext4 /dev/sdb1 ; partprobe ..mke2fs 1.41.11 (14-Mar-2010)
/dev/sdb1 is apparently in use by the system; will not make a filesystem here!
But I'm not using it
simon@ubuntu:~$ lsof | grep /dev/sdb
simon@ubuntu:~$ lsof | grep /dev/sdb1
[code]....
View 9 Replies
View Related
Jul 28, 2011
While installing linux, i got error message when i tried to create LV for /boot... i checked with my friends n they told me that /boot should be a standard partition... why is that, i asked them but they had no good explanation for it... could someone please explain me why do we create standard partition for /boot, why can't i use LV??? also i heard that its good practice to create separate partitions (LV or standard) for /, /home, swap & other major directories instead of 1 partition for all these.
View 7 Replies
View Related
Oct 1, 2009
However, when I rebooted the system there was a message stating that the anti virus definitions were older then 7 days and that I should update the anti virus definitions.I tried to use Freshclam to do this and got the following messages:
[root@centos5 ~]# freshclam
ClamAV update process started at Thu Oct 1 09:12:25 2009
main.cvd is up to date (version: 51, sigs: 545035, f-level: 42, builder: sven)
ERROR: chdir_tmp: Can't create directory ./clamav-53a663906264d1cc34065aed10e96dc1
[code].....
View 7 Replies
View Related
Oct 13, 2009
When I try to install something with KPackage, I get an error like the following:
error: Unable to create channel for file: <filename>
where filename is usually the tgz file I'm installing from. I can't find any references to this anywhere - any have any idea what it's telling me, and how to solve? A specific example is Wine - it gives this error:
error: Unable to create channel for file: /usr/local/src/wine-1.1.24-i486-1kjz.tgz
I'm running this as root in xfce. Running it as a regular user, after giving root password, gives the same result.
View 2 Replies
View Related
Mar 7, 2011
I tend to not use webmin, but there's just some things I dont want to deal with via command line. I know that having Webmin require an SSH tunnel is possible, but i'm not sure how to approach it.
View 1 Replies
View Related
Aug 9, 2010
I am current following this how to guide: [URL] I completed it and I am in the testing phases before I make it a public server...I plan to use webmin as my administrative tool on my 2 web servers...Should I install webmin on my load balancers as well? The reason I ask is I want to know if there is any benifit to put it on the load balacers...Would I get any added features?
View 1 Replies
View Related
Dec 17, 2010
I am trying to run a .jar file, and I have both JDK and JRE installed. This is the error I keep getting.
Code:
jonathan@linux-d0g9:~> cd Downloads
jonathan@linux-d0g9:~/Downloads> java -jar RSBot2.jar
jonathan@linux-d0g9:~/Downloads>
[code].....
View 5 Replies
View Related
Jun 7, 2011
Code:
root@sok-HP-ProBook-4520s:/usr/local/etc# motion
[0] Processing thread 0 - config file /usr/local/etc/motion.conf
[0] Motion 3.2.12 Started
[0] Motion going to daemon mode
[0] Exit motion, cannot create process id file (pid file) /var/run/motion/motion.pid:
View 4 Replies
View Related
May 25, 2010
When I use evolution to encrypt an email I get the following error
Code:
could not create message
Because "gpg: writing to `-'
gpg: DSA key AC806A0E requires a 256 bit or larger hash
gpg: signing failed: General error
", you may need to select different mail options.
Information:
Code:
# gpg --version
gpg (GnuPG) 2.0.12
libgcrypt 1.4.4
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later [URL]
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Home: ~/.gnupg
Supported algorithms:
Pubkey: RSA, ELG, DSA
Cipher: 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128,
CAMELLIA192, CAMELLIA256
Hash: MD5, SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224
Compression: Uncompressed, ZIP, ZLIB, BZIP2
# cat /etc/SuSE-brand
openSUSE
VERSION = 11.2
# egrep -v '^#' gpg.conf | egrep -v '^$'
require-cross-certification
keyserver hkp://keys.gnupg.net
personal-digest-preferences SHA256
cert-digest-algo SHA256
View 3 Replies
View Related
Sep 23, 2010
I wrote a program to create a link list
Code:
#include <stdio.h>
#include <stdlib.h>
struct node {
[Code].....
View 4 Replies
View Related
Feb 28, 2010
How to login into webmin remotely from a different network?
View 1 Replies
View Related