Server :: Install AvamarClient On Slackware 11
Feb 22, 2010
I tried to install AvamarClient on Slackware 11.0.0 kernel 2.6.24.3.. but i had some troubles. first i need convert the rpm packages to tgz, i did this with rpm2tgz and then install avamar software.when i running the "/usr/local/avamar/bin/avregister".
View 1 Replies
ADVERTISEMENT
Jan 1, 2010
I make no claims to be an expert. I am however a long time Slackware user, and have noticed a few posts concerning the ins and outs of previous how-to's on the same subject that are now outdated.
Keep in mind I take no responsibility for any damages to data, hardware, time, or liquor cabinets. Use at your own risk! So..
How to Install VMware Server on Slackware host
This is assuming you have a fresh full install of Slackware 13, I will be doing this install on a 64bit os, but the steps are relative and will also work on a 32.
STEP ONE- You are going to need pam to successfully authenticate on the web interface later, so take care of that first. There are a few different ways to go about this especially if you are on a 32bit install.
32BIT - You may go ahead and download the Linux-PAM package from a slacky repository.
[url]
OR - Of course you could build linux-pam from source, but I would recommend using src2pkg as it is easy, and outputs a tgz that you may install with installpkg. As I dont want to ramble forever Src2Pkg is the home to get it if you do not already have it. Once it is installed.....
cd /usr/src
Code:
These switches will delete the temporary files used during the creation of our package, and drop its output into our current directory.
Code:
Once that is done (as we wont really be using this file right now.) mv /etc/pam.d /etc/pam.ds
But we do need a pam.d directory for Vmware mkdir /etc/pam.d
We are now ready to install Vmware Server
STEP TWO- If you have not done so already, it is time to download the vmware archive. This requires signing up on their website, and it will provide you keys after email activation.
Now that we have the file, extract it
Code:
As slackware now contains an /etc/rc.d/init.d, vmware's installer will detect all the correct directories to drop files into. That includes autostart on reboot. Default's should be fine for everything in the main installer.
-PAUSE AT THE "run vmware-config.pl now?"
It is important to note, that if you are using 64 bit you will need to use a patch to fix a couple of modules. So when you get to the part where it asks to run vmware-config.pl now? Tell it "no" if you are 64bit. Yes should work for 32bit fine, and continue to creating virtual network devices, and input of serial number.
32Bit users, your adventure should be over. At this point you should be able to open a browser, point it at the machines lan ip address, external ip address, or localhost on port 8222. If you have problems and you did not run networkconfig during slackware setup, run it now, reboot and you should be fine. Sometimes fine tuning of /etc/hosts is needed depending on your network situation. 64Bit ... Sorry to say yes, we have to repair something before we can continue
First obtain the patch files from [url] once you have them, in the same directory they are located (even /usr/src is fine)
Code:
After this has finished patching, you may run vmware-config.pl to continue your installation.
Code:
If you have any error's check your /var/log/vmware directory, also make sure your /etc/hosts is valid.
View 15 Replies
View Related
Jan 2, 2011
I want to install either windows xp or windows server 2003 or 2008. Now i want to make it so when i boot i get the bootloader window asking for windows or linux. How do i install my windows so when i click enter on windows it boots windows?
View 4 Replies
View Related
Mar 7, 2011
When you see this topic we are in trouble of installing driver of the raid card on hp server.
Enviorment:
OS: Slackware 13.1
Server Type : HP ProLiant DL160 G6
Raid Card: Smart Array B110i SATA RAID
Disk : SATA 250G * 2
Raid Model: Raid 1
We have setted raid model (raid 1+0) in BIOS and when we finished install Slackware13.1 ,the OS can not recognise the raid disk(also two disk).Is there anybody can help me?Some solution or driver program or other infomation etc.My email is "feng.pan@continental-corporation.com".
View 2 Replies
View Related
Oct 27, 2010
I installed Slackware 13.1 and Windows server 2008, I also installed LILO in MBR, I Found I can boot into slackware, but can't boot into Server 2008. then I use command bootsect/fixmbr. now I can boot into server 2008, but the problem is I can't boot into slackware. I try to install lilo to supper sector. it's not works. I only can boot my slackware by a USB stick.who can help me to solve this problem? I really need these two systems.
View 5 Replies
View Related
Jul 13, 2011
i can normally adjust the back light settings of my lap top by pressing fn and the up and down aarows. I am using the default xorg server without using xorgconfig in slackware, and it works perfect so far dispite this slight problem. When i do, do that key combo, (in kde) it does display the the meter of brightness, but i can't move the settings. I believe this may be an x issue, but not sure.
View 6 Replies
View Related
Aug 22, 2010
I recently installed Slackware Linux 13.1 , and my Wireless is down. I've only installed 3 Linux disto's on my main laptop (Ubuntu 9.10 , 10.04 , and Crunchbang Linux 9.04 , just had Crunchbang), and they all had the same problem. In all three , I was able to enable Windows Wireless drivers and every thing worked. Now , I'm assuming I have to the same ting in Slackware? Sorry , but I have no idea what my wireless card is. But I know that my laptop is a Dell Insprion E1705. One last thing , I did ifconfig and that wlan0 is my Wi-Fi interface. I typed ifconfig wlan0 up to see if that was the problem. After I did that , I got and error message. Then I typed ifconfig wlan0 down to see if it was down and it made wlan0 down. I tried bringing it up again , but I got an error saying it couldn't find the device specified. Also , how do I install XFCE? I really don't like KDE for some reason and would like to install XFCE. I chose XFCE over GNOME (my favorite) because I want to try something new.
View 4 Replies
View Related
Dec 12, 2010
I created this small how to install the binary Blender 2.49b on Slackware 13.1 86_x64 Multilib.
http://wiki.blender.org/index.php/Do..._Blender/Linux
View 1 Replies
View Related
Jul 18, 2011
I'm trying to install Puppy 525 on my Slackware 13.37 PC as a dual-boot using LILO. Puppy is living, all on it's own, in sda6, a 6 GiB partition. It got there by using the Puppy Universal Installer and selecting a 'Full' install, not a 'Frugal' install. I cannot find 'LILO' type instructions, only 'GRUB' type instructions.
Has anyone succeeded in doing a hard drive install of Puppy with the LILO boot loader?
Edit: I'll probably regret it, but I used Puppy's GRUB installer.
View 17 Replies
View Related
Apr 11, 2010
does Slackware 13 64 come with internet proxy server? Or I need to download Squid separately?
View 2 Replies
View Related
Feb 2, 2010
want to know what is the best way to update system, install soft like an openoffice and so?
swaret?
slapt-get?
another one?
thanks.
View 14 Replies
View Related
Jan 4, 2011
I'm interested in seeing what others are doing w.r.t. fonts in a standard Slack install. The 2 main apps I use are Firefox and Thunderbird and both look fairly poor out of the box. Previously I've used a combination of gtk-qt-engine and gnome-appearance-properties ( with a gsb install ) but this doesn't always do the 'right thing'.
View 2 Replies
View Related
Jun 16, 2011
The system requirements for ESET NOD32 Antivirus 4 for Linux are: Red Hat, Ubuntu, Debian, SUSE, Fedora, Mandriva, and most RPM and DEB Linux desktop distributions. Can this be installed on Slackware? I tried the download and install. Its says that after the install you need to reboot and an 'activate' application will start - it didn't. I used ESET in my prior Windows life and it was great so I thought, why not in my linux life!
View 12 Replies
View Related
May 19, 2010
As Pat stated in the Changelog, Slackware-13.1 don't ship the nouveau X driver (yet).But it's not hard to get it either.
1. Upgrade your kernel to 2.6.34
2. Get and install the driver:
Code:
git clone git://anongit.freedesktop.org/git/nouveau/xf86-video-nouveau/
cd xf86-video-nouveau
./autogen.sh
make
[code]....
PS. There is no source tarball yet for this driver.If you want to upgrade:
Code:
cd xf86-video-nouveau
git fetch
git rebase origin
[code]....
View 12 Replies
View Related
Feb 23, 2010
What is the best way to install perl cpan modules in slackware?
i know that you can use 'cpan' and say 'install date::calc' but there is a perl-date-calc slackbuild on sbo. so which is the better way and why?
View 2 Replies
View Related
Jan 17, 2011
(Background: my wireless worked fine for a long time using wicd-1.6.2.1 and then all networks became hidden. The wicd website said there was a bug in 1.6.2.1 and to upgrade.) I obtained wicd-1.7.0.tar.bz2 from sourceforge.net. Slackware man pages recommend "installpkg <name>". I did "removepkg wicd..." and then install. Installpkg said it could not install it because it did not end in .tgz,.tbz,.tlz, or .txz. I changed the name to wicd-1.7.0.tbz(assuming that was equivalent) and did installpkg again. That gave "Verifying..., Installing..., Warning: package has not been created with 'makepkg'. Package wicd-1.7.0.tbz installed."
There is no entry for it in the Kickoff Application Launcher. There is an entry for it in /var/log/packages. There is in /etc/rc.d./rc.wicd a script marked executable. Can anyone see what got lost?
View 6 Replies
View Related
Mar 25, 2011
I wish to do a fresh install of Slackware without KDE. I could use my Slackware 13.1 DVD but I thought, why not give -current at try? Is there a -current ISO or must I install 13.1, without KDE, and then upgrade to -current? Or, is it possible to remove 'all things KDE' and then upgrade to -current?
View 8 Replies
View Related
May 15, 2011
i downloaded slackware iso (4.3 gigs, i thought it would be smaller) and then when i tried to burn to dvd it give me read sector error when i tried to verify. i tried this with 5 dvd and none worked so something is probably wrong with the iso itself. is there another way to get slackware to install with a usb flash drive or should i just redownload my iso (10 hour download =( ).
View 7 Replies
View Related
Jul 2, 2011
As you know, there is no JDK in Slackware 13.37, there's just JRE. So I wanna install the latest JDK in Slackware. But when I was installing, I failed. The output is as fellow:
[code]....
It looks like a little wired. The commands it cannot find such as cp, basename and so forth are system standard ones. How cannot the installation app find?
View 13 Replies
View Related
Oct 4, 2010
I have been trying to install a different window manager on Slackware. I have downloaded from here [URL].. And I have followed this guide to install wmii [URL].. Now when I follow the same patter, I get this error:
Quote:
root@sslf:/home/sslf/Essential# ./wmii
bash: ./wmii: is a directory
root@sslf:/home/sslf/Essential# ./wmii/wmii.SlackBuild
tar: /home/sslf/Essential/wmii-3.6.tar.gz: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
root@sslf:/home/sslf/Essential#
View 14 Replies
View Related
Feb 18, 2011
I am going to buy new hardware for our server. I would like to ask your suggestions about what kind of server is the best choice for slackware. (13.1 32bit) I think about the Lenovo ThinkServer RD120. It seems to be a good choice but I don't have any experience with server hardwares. I use for my servers classic PCs with AMD Athlon and Intel Core2Duo. Once I installed a HP ProLiant With IntelXeon but thats all. Do anybody have experience with the Lenovo ThinkServers especially the RD120? Or do anybody know about some better model in the same category?
View 2 Replies
View Related
Apr 7, 2011
Im not able to find good response on this from google, urgent help required.
While im looking at my smtp server log at /var/log/maillog, im having these two errors for which im unable to find the reason.
1)Could not open inline file /etc/MailScanner/reports/en/inline.sig.txt, No such file or directory
2)did not issue MAIL/EXPN/VRFY/ETRN during connection to MTA
View 1 Replies
View Related
Nov 17, 2010
I'm trying to set up a PXE boot server on a PC running Slackware 13.0 using the default apps and info shipped with that Slackware version but to no avail...Carefully reading the Slackware 13.0 README_PXE I've put together this dhcpd.conf file:
# dhcpd.conf
#
# Configuration file for ISC dhcpd (see 'man dhcpd.conf')
[code]....
View 6 Replies
View Related
Feb 28, 2011
If I have a windows installed in raid-0, then install virtualbox and install all my linux os,s to virtualbox will they be a raid-0 install without needing to install raid drivers?
View 1 Replies
View Related
Dec 19, 2009
I find im unable to boot any linux distro after installing a nvidia geforce fx 5500 pci card. After a Google search I found what may be a solution but it requires me to edit etc/modprobe.d/blacklist. Can anyone tell me if there is a way to access the slackware install from the install dvd?
View 2 Replies
View Related
Dec 28, 2009
Did not find idesk in slackbuilds.
View 2 Replies
View Related
Mar 3, 2010
Is it possible to install Adobe Air on Slackware? It keeps telling me the following
I was trying to install it so I could install TweetPocket.
Code:
Adobe AIR could not be installed because this is not a supported Linux distribution. Only RPM- and Debian-based Linux distributions are supported.
View 12 Replies
View Related
Apr 7, 2010
i have been using mysql for quite a some time now..It works great and i can use it comfortably for my study purpose..But now i have to learn oracle 10g for some of my courses.how can i install oracle 10g on my slackware.
View 3 Replies
View Related
May 21, 2010
Can i install zoneminder in slackware 12.0......if possible which version of zoneminder and please help me the link which helps me the steps to install.
View 5 Replies
View Related
Jan 25, 2011
I will be relocating to a permanent residence sometime in the next year or two. I've recently begun thinking about the best way to implement a home-based network. It occurred to me that the most elegant solution might be the use of VM technology to eliminate as much hardware and wiring as possible.My thinking is this: Install a multi-core system and configure it to run several VMs, one each for a firewall, a caching proxy server, a mail server, a web server. Additionally, I would like to run 2-4 VMs as remote (RDP)workstations, using diskless workstations to boot the VMs over powerline ethernet.The latest powerline technology (available later this year) will allow multiple devices on a residential circuit operating at near gigabit speed, just like legacy wired networks.
In theory, the above would allow me to consolidate everything but the disklessworkstations on a single server and eliminate all wired (and wireless) connections except the broadband connection to the Internet and the cabling to the nearest power outlets. It appears technically possible, but I'm not sure about the various virtual connections among VMs. In theory, each VM should be able to communicate with the other as if it was on the same network via the server data bus, but what about setting up firewall zones? Any internal I/O bandwidth bottlenecks? Any other potential "gotchas", caveats, issues? (Other than the obvious requirement of having enough CPU and RAM).Any thoughts or observations welcome, especially if they are from real world experience in a VM environment. BTW--in case you're wondering why I'm posting here, it's because I run Debian on all my workstations/servers (running VirtualBox as a VM for Windows XP on one workstation).
View 14 Replies
View Related