Ubuntu :: Tripp-lite PowerAlert RPM - Can't Convert With Alien?

Apr 14, 2011

We got a big Tripp-Lite SmartOnline UPS in a while ago. Turns out the official Linux support for it is only in Fedora and OpenSUSE. I tried converting the .rpm packages of their management software and ran into the following problems:

Code:
error: cannot open Packages database in /home/jamie/.rpmdb
Tried creating the folder and got:
Code:
error: cannot open Packages database in /home/jamie/.rpmdb
error: cannot open Packages index using db3 - No such file or directory (2)

So no go. It's 64-bit Ubuntu 10.10 and the RPMs are 32-bit. (And I have no idea if the PowerAlert tools will run sans GUI on the servers it will be powering anyway.) Anyone know what's wrong with Alien? I downloaded it from apt and as far as I can tell all the dependencies are in place. Anyone have experience getting PowerAlert to run on Ubuntu? I called their tech support and got the company line, no help there.

I will try nut next, but I'm pesimistic - it had driver issues with the smaller Cyberpower UPSes that the workstations are running on (but Cyberpower at least has working .deb binaries!).

View 2 Replies


ADVERTISEMENT

Fedora :: Can't Convert Rpm Files Using Alien?

Jan 10, 2010

Has anyone found an rpm of awn 0.4 beta or even a deb? (32-bit) Is there any way of taking files from repositories (deb files to be specific) so that I can simply convert them to rpm files using alien?

View 8 Replies View Related

OpenSUSE :: Unable To Convert DEB To RPM With Alien Due To "Illegal Char"?

Jun 14, 2010

i'm try to convert a deb package to rpm and i'm getting this output:

Code:
sudo alien -r -k -c
tar: Record size = 8 blocks

[code]...

View 3 Replies View Related

Ubuntu :: 32 Bit Rpm On 64 Bit With Alien?

Aug 5, 2010

I got a new computer at work this week. I'm determined to get switched to 64 bit this time around, but what held me up last time was getting my email client to work.

We use Novell Groupwise 7, which is available as a 32bit rpm. alien installed it fine in 32 bit Ubuntu, but when I try the same in 64-bit I get this error:

Code:
dpkg-gencontrol: error: current host architecture 'amd64' does not appear in package's architecture list (i386)

How do I get this installed?

View 6 Replies View Related

Ubuntu :: Alien With 64-bit Architecture

May 31, 2011

I am using 64-bit architecture and getting the following error when using 'alien' command:

Code:
alien -k cnijfilter-common-3.00-1.i386.rpm
cnijfilter-common-3.00-1.i386.rpm is for architecture i386 ; the package cannot be built on

[code]....

View 3 Replies View Related

Ubuntu :: Alien - Converting RPM To DEB?

Jun 17, 2011

Code:

kannibal@Kannibal:~$ cd ~/Desktop
kannibal@Kannibal:~/Desktop$ sudo alien --script -k sqldeveloper-3.0.04.34-1.noarch.rpm
[sudo] password for kannibal:

[code].....

filename is correct and it is placed on the desktop in rpm format but when i try to convert using terminal i get the above errors.

View 2 Replies View Related

Ubuntu Security :: HD Operations Lite Flashes Every Second?

Mar 31, 2010

HD operations indicator-lite flashes every second, on all my hd's..? What is the OS doing?.. Is this a security breach?.. Does this mean that my files are being uploaded at about 10K per second..? Or is this just a software checking status every second..? What does what, that engages the hd every second..?

View 9 Replies View Related

Ubuntu Installation :: Downloaded Program X-lite Tar.gz?

Nov 25, 2010

How do I install the downloaded program x-lite tar.gz.

View 2 Replies View Related

Ubuntu :: Install X-lite 3 From The Download X-Lite_Install.tar.gz

Jul 19, 2011

I am trying to install X-lite 3 from the download X-Lite_Install.tar.gz

I get as far as chmod +x xtensoftphone. After I press enter I get no response. Should I get some sort of response to my action or no?

Also, I continued by entering ./xtensoftphone and get an error telling me it doesn't exist. I already executed tar -xvzf on the tar file. It extracted it and put it into a folder. I "cd"'d to that folder and thats when I ran into the issues with chmod and ./xtensoftphone commands. how to correctly get this program to install in Ubuntu 11.04?

View 3 Replies View Related

Ubuntu Installation :: Extract The .iso File In Linpus Lite?

Jan 12, 2010

I am having trouble getting the Ubuntu .iso file to extract to my USB drive without using DD - and am wondering: Why is Unetbootin not available?

I take that back: I can use the Unetbootin binary. However, the binary needs 7-zip to run - and 7-zip is very crippled in Linux.

Is there any extraction utility that I can use along with SYSLINUX for Linpus Linux Lite that I can use to extract the Ubuntu .ISO file?

Edit: I got Unetbootin to work. but I had to run "sudo yum install p7zip" first.

View 1 Replies View Related

Ubuntu :: Alien Fails On Conversion Of Rpm Files?

Apr 16, 2010

Having downloaded alien for the first time, and attempted to use it to convert an rpm file to a deb file (specifically asymptote located at [URL]), instead I found that it failed to do so. I've searched on google for a long while, and found that while this appears to be a problem encountered by multiple people, but there are no workarounds posted anywhere. Here is the error message that I am getting:

Unpacking of 'asymptote-1.92-1.fc12.i686.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 153.

I've tried running the following variants of commands and all fail with the same error:

sudo alien --to-deb --scripts --keep-version asymptote-1.92-1.fc12.i686.rpm
sudo alien -d asymptote-1.92-1.fc12.i686.rpm
sudo alien -k asymptote-1.92-1.fc12.i686.rpm

The errors reported by others are on a variety of packages, so it seems to me that it is an bug with alien itself and not with the package, but that is only a guess.

And related to this, Alien is version 8.69, perl 5.8.8 and ubuntu is 8.04.

View 3 Replies View Related

Ubuntu Installation :: 10.10 - Cannot Install Alien Arena

Dec 19, 2010

I want to install Alien Arena in my ubuntu 10.10, when insert this into my terminal to install it.
Code:
sudo apt-get build-dep alien-arena
this come out

Code:
adib@maizuddin35:~$ sudo apt-get build-dep alien-arena
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Could not open file /var/lib/apt/lists/ppa.launchpad.net_meerkat_stable_ubuntu_dists_maverick_main_source_Sources - open (2: No such file or directory)

View 9 Replies View Related

Ubuntu :: Converting Rpm With Alien: Deb File Disappears?

Feb 5, 2011

On Ubuntu 10.10 with Alien 8.81 I do a

Code:
sudo alien -dvc ICAClient-11.0-1.i386.rpm
(out below)

[code]....

View 6 Replies View Related

Ubuntu :: No Sound In Alien Arena - 9.10 > 10.04 Upgrade

May 9, 2010

Alien Arena is seriously awesome in the latest incarnation. Unfortunately sound was disabled after the upgrade. Running from terminal provides the following information:

------- sound initialization -------
dlopen() on libopenal.so.1 failed
Sound failed: Unable to start OpenAL.
Game will continue without sound.

That error message is actually quite good - the first line is the technical problem, the second is what it means, and the last is the result of the problem. Errors involving a "lib" usually mean the lib is not installed (or broken). OpenAL is a sophisticated free software audio API. Using this system is A Good Thing. A quick check in synaptic shows that the libraries are not installed.

View 3 Replies View Related

Networking :: Connecting Through Omnia Lite?

Oct 15, 2010

I have a Samsang Omnia Lite B7300. I want to connect to Internet through its wifi. Unfortunately its operation system is Micro$oft Windows phone 6.5.( Don't ask me why, because I didn't have enough money to buy a linux-support one)

anyway How can I do this? I use Grandfather DeBiAn (lenny stable)

View 4 Replies View Related

Fedora :: Installing Alien In The 15?

Jul 25, 2011

I wanted to convert some deb package to rpm for fedora 15 that I couldn't find an rpm for, I was using alien for that task on ubuntu but when moved to fedora I couldn't find it in the repositories or an easy installable package, I don't know anything about building from source as it's the only way in front of me how to install that program 'alien' on fedora

View 3 Replies View Related

Slackware :: Install Kde 4.5 From Alien's?

Aug 16, 2010

I am using current and want to install kde 4.5 from alien's, here is my problem. I don't understand the statement below. Below are the steps you take to install or upgrade to KDE 4.5.0. First, change your current directory to where you found this README. From within this directory, you run the following commands as root.

On Slackware 32-bit:

# upgradepkg --reinstall --install-new x86/deps/*.t?z
# upgradepkg --reinstall --install-new x86/kde/*.t?z

There is 1 dependent needed and it is installed but I can't figure out how to go any further. Do I need to add him to my mirror list or what?

View 14 Replies View Related

Ubuntu Servers :: Running Apache And Etherpad Lite On Port 80?

Sep 1, 2011

I'm running both Apache on my site and Etherpad Lite, both on different domains. However, running them both on port 80 causes a conflict. I tried to use a reverse proxy in Apache (this is the configuration -- I'm not sure if I did it right), but it doesn't seem to do anything.

View 1 Replies View Related

Ubuntu :: Alien Not Poducing Deb File, But Also No Error Message?

Feb 22, 2011

I want to install drivers for a SensAble Phantom OMNI.I got a package from the SensAble homepage, containing a rpm.So I did:

Code:
sudo alien phantomdevicedrivers-4.3-1.i686.rpm
Warning: Skipping conversion of scripts in package phantomdevicedrivers: postinst postrm

[code]....

View 6 Replies View Related

Ubuntu :: Alien Arena Takes Really Long To Load

Apr 3, 2011

I did used the Alien-Arena yesterday as usual and did work fine from start to finish! When I launch it today, it is taking about 4 minutes to load the main screen. I did a reinstall and with no success! Completely removed it with synaptic and reinstall... but the problem still remains! Something went wrong and I can't figure out what

View 1 Replies View Related

Ubuntu Multimedia :: Unable To Use 'convert' In Command Prompt To Convert Image File Format

Jan 19, 2010

I am trying to use 'convert' in command prompt to convert image file format.I get the following error.

convert: UnableToOpenConfigureFile `delegates.xml' @ configure.c/GetConfigureOptions/589.
convert: NoDecodeDelegateForThisImageFormat `airplane.jpg' @ constitute.c/ReadImage/530.
convert: MissingAnImageFilename `airplane.ppm' @ convert.c/ConvertImageCommand/2838.

View 3 Replies View Related

General :: Choosing Lite Distro For T41 Laptop?

Nov 16, 2010

Used ubuntu a little, few days ago tried booting with puppy linux on usb drive.

I was amazed by its speed, since everything runs in ram, its not comparable with w7. That is the key feature im looking for.

I know, that the most common recommendation here, is to "try out different *nix based OS-es and find the one that suits".

I hope i can rely on other people experience, who have comparable system and silmilar hopes.

What i expect?

-working infrared
-speedstep
-hibernation?!
-support for canon camera
-ACPI (crucial, since t41 has "fan always on" issue)
-quick boot
-constant saving (puppy saves data to memory, which is a problem is power-cut happens)

Im sure puppy can fill out most of these requirements, but still im looking word from you guys.

Ive heard a lot good about algo zenwalk, vector, MijnPup, igelle...

Oh, maybe even tinycore will work...

There are simply so many of them, but i would like to sort out one which has periodical updates and has fulfilled my requirements. Also, Gnome interface would be nice.

I state that, i wont be needing bundled software, because i can get what i want later on and i don't want excess trouble uninstalling software.

View 9 Replies View Related

Networking :: Connecting To NAS Using Linpus Lite Distribution

Apr 21, 2010

I'm currently using the Linux Linpus Lite distribution on my Acer Aspire One netbook. Unfortunately, I'm suffering a problem connecting to a network attached storage drive that is wired to my LAN. I have no problem connecting to this particular device through Windows terminals and the device itself works perfectly. The particular drive in question is a Freecom FSG-3. However, as the file manager in Linpus Lite does not appear to support local networking as a native function, I have tried (unsuccessfully) various methods to overcome this issue. In particular, I have created a folder in the root directory called 'NetFolder.' Following this I right-clicked on this folder and picked the 'Open Terminal Here' option.

I then typed the command line:
I. First attempt I tried: sudo mount -t cifs -o username=[MY USERNAME],password=[MY PASSWORD] //10.0.0.3/fsg NetFolder
II. Second attempt I tried: sudo mount -t cifs -o username=[MY USERNAME],password=[MY PASSWORD] //10.0.0.3 NetFolder
III. Third attempt I tried: sudo mount -t cifs -o //10.0.0.3/fsg NetFolder
IV. Fourth attempt I tried: sudo mount -t cifs -o //10.0.0.3 NetFolder

The username and password I have listed are the credentials I use to access this NAS through my Windows explorer (it allows me to view all the files on the drive and does not give access to specific FTP user accounts). In addition, the 'fsg' following the '10.0.0.3' is the network name for this device (the way it appears is you look for the device on a network management utility). After trying them all of the above combinations, the Terminal application has displayed a number of error messages and I cannot see the contents of the NAS (which I should do if the attempt to add this drive is successful). For example, the error message I received after trying statement I. above was "mount error: can not change directory into mount target NetFolder."

View 8 Replies View Related

General :: Get Incredimail For Lite On Acer One Notebook?

May 25, 2010

I tried to install incredimail but it opened about 197 blank tabs .

View 1 Replies View Related

General :: Enabling Java In Linpus Lite?

Jan 8, 2010

have Acer Aspire One netbook with Linux Linpus Lite. I have downloaded Java in order to be able to play Yahoo games, to no avail, each time I try I get the reply "Java is not enabled in your browser" and I cannot get it to work. Is it possible that Yahoo games only work in Windows?

View 1 Replies View Related

Software :: Replacing Default Browser In U-lite?

Jan 27, 2010

I installed U-lite on a 1GHz Dell optiplex GX-150, 512 SDRAM. The system is going to be given to a complete Linux beginner. I would like to replace Kazehakase with a separate web browser and file manager. I'm looking for a user-friendly browser and file manager that will run nicely on the hardware and work well with the distro. The computer runs U-lite and its default applications great.

View 13 Replies View Related

Software :: Want To Install Pidgin On Linpus Lite?

Apr 16, 2009

I just downlaoded a .repo file from the pidgin website, and iot says to move this folder to /etc/yum.repos.d/ but it wont let me paste the file into this folder.

View 1 Replies View Related

Slackware :: Alien's Vlc, -current And SBo's Libva?

Oct 27, 2010

I want to let vlc take use of my Intel HD's H264 hardware decoder. I installed libva with the SlackBuild from SBo. But Alien said libva should match the version vlc built with. So I decided rebuild vlc with new libva.So I changed the LIBVA to 0.31.1-1+sds4 and added --enable-i965-driver to libva's configure. Building was fine but when I opened a flash video(h264) it said that I don't have h264 plugin and refused to continue. After I changed the version number back, vlc can play h264 again.As a compromise, I comment out make_libva in the building phase. All things went well then. It won't consume too much CPU even when play large h264 So what is wrong with new libva? I noticed vlc 1.1.4 was released, but I think Alien is more qualified to bump the version. So I didn't change that.

View 2 Replies View Related

Slackware :: Download KDE 4.5.1 From Alien Ktown?

Sep 8, 2010

We can have now the KDE 4.5.1 in place of 4.5.0 in alien's ktown depositories.I've read the readme file.

Quote:

First, change your current directory to where you found this README.
From within this directory, you run the following commands as root.
On Slackware 32-bit:
# upgradepkg --reinstall --install-new x86/deps/*.t?z
# upgradepkg --reinstall --install-new x86/kde/*.t?z

But I have to download first the 4.5.1 directory from [URL]..

View 9 Replies View Related

Ubuntu Multimedia :: How To Load / Install Alien Arena Maps

Apr 17, 2010

how do i load/install Alien Arena maps??i downloaded the deathbox.zip from this site URL....

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved