Debian :: Cannot Find Java Package - Fake Root Does Not Work
Mar 19, 2011
I'm am very new at debian. I have tried to use the apt install to install java-package an fake root after it says cannot find java-package also fake root doesn't work?
View 5 Replies
ADVERTISEMENT
Jun 28, 2011
I created a chroot jail in /SECURITY/Jail. But when I used the command 'sudo chroot /SECURITY/Jail' to enter the fake root, I got an error message likegroups: cannot find name for group ID 105groups: cannot find name for group ID 119.
View 1 Replies
View Related
Mar 31, 2010
how to set up a fake ROOT dns that I would be using inside my virtual test environment with private address range. Basically, I want to create a ROOT server that will only contain information to two separate dns servers that are authoritative for its respective domains/zones.
I can't seem to find anything on the net about this subject. Basically, how is a ROOT server configured and how should the fake hint-file for authoritative dns-servers be configured?
I want basically domain.xx and domain.yy to be able "find eachother" by using response from ROOT server. I know I could set up forwarders to respective domain on each of the virtual DNS server instead, but I want to experiment a bit the way I stated above - with a "real" (fake) ROOT server, if it is possible!
View 1 Replies
View Related
May 18, 2010
This is a bit of revision for the OU course M257
Code: Select all import java.util.*;
public class FindDupes {
public static void main(String[] args) {
Set<String> orig = new HashSet<String>();
Set<String> dupe = new HashSet<String>();
for(String a: args)
if(!orig.add(a))
dupe.add(a);
orig.removeAll(dupe);
System.out.println("words " + orig);
System.out.println("dudes " + dupe);
}
}
for some reason it will compile but not run on debian lenny complains it can't find the main class but it compiles and runs without problem on Fedora 12.
View 6 Replies
View Related
Aug 2, 2010
I ve got a SATA HDD which I use for storage connected to a (now quite old) RAID PCI card (HighPoint Rocket RAID 1520). Ive added another (blank) HDD, same brand and size to the PCI card. Ubuntu (10.04) can see both hard drives and access data. Id like to mirror (raid 1?) these HDDs. Looking around this forum Ive noticed quite a few people mentioning FakeRAID. Turns out that's not quite the same as software RAID. Given how cheap the 1520 was, I suspect it's FakeRAID rather than Hardware. Perhaps someone can confirm? Given Ubuntu can see both HDDs, would this mean it ll have the correct drivers to work with a hardware/fake raid? A common recommendation is to use mdadm to create a software RAID. How does this work for partitions accessed from multiple Operating Systems including Windows XP?
View 3 Replies
View Related
Sep 21, 2010
Debian Squeeze 32bit. I uninstalled Iceweasel. I downloaded Firefox from their website. It is the complete folder and I have it in my /home/mydir/firefox. I have Flash installed just fine. The problem is java. I have sun-java6-jre installed but I am not sure what I need to link to the Firefox plugins folder to get java to work.
View 3 Replies
View Related
Sep 29, 2010
So I've installed using the minimal installation cd, and I can't get the flashplugin or java to work. When using apt-get install flashplugin-nonfree/jre.I get the error message of: no installation candidate, or it's obsolete/only available from another source.So far I have searched google and forum search, and found nothing, might be I'm just not searching to well. I've tried installing from the backports by the instructions of this link: URL...
View 11 Replies
View Related
Sep 23, 2010
My conky weather doesnt show any thing and I already got my Partner ID , License Key and Location ID and I tried to run the command below to install ConkyForecast: sudo apt-get update && sudo apt-get install conkyforecast
But I have got this error : E: Couldn't find package conkyforecast and I dont know what to do , Can you guys tell me what should I do ?
View 2 Replies
View Related
Mar 14, 2016
I just followed [URL] .... and [URL] .... because I need to connect to an iDRAC. I can't get I never see the Java Web Start Plugin as an option. If I do test my Java version, I only get the IceTea plugin.
View 2 Replies
View Related
Jan 8, 2011
I enabled java and flash in Iceweasel 3.5.16 via the related/required packages in the repository so flash-nonfree (or whatever it is) and the related java one. I didn't install either flash or java manually so no plugins that way. Flash and java works in Iceweasel. If I wanted to try Swiftfox, what do I do? I have it installed but both flash and java don't work.
I assume that one has to do the manual installs for both so go to both Flash and Java official sites and install the related Linux package. Will this conflict with my Iceweasel-based java/flash packages? Or do they go in separate directories and files? I don't want a conflict or interference and thus, don't want to break what's working.
View 7 Replies
View Related
Oct 8, 2010
It's been awhile since last dealt with Debian.
I'm setting up mail server on Debian 5.04
So I need exim4-daemon-heavy, I removed exim4-daemon-light and can't find heavy, in fact can't find any exim package.
View 3 Replies
View Related
Apr 11, 2011
Is there any possibility, how to find out, from which repository the package come from?
View 11 Replies
View Related
Apr 5, 2011
I have just installed Debian 6.0 KDE after the install was completed i logged in to my freshly install KDE and started looking for the package manager or Debian software center but it's not there so i went to terminal and had a go at getting it on. Here is my extremley poor terminal work
robert@HP-COMPAQ-DEBIAN:~$ gksu synaptic
bash: gksu: command not found
robert@HP-COMPAQ-DEBIAN:~$ apt-get install synaptic
E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
robert@HP-COMPAQ-DEBIAN:~$ dpkg -l synaptic
[Code].....
View 8 Replies
View Related
Sep 16, 2010
I need to install build-essential which needs for it g++ package which needs for it gcc package 4.3.2-2 and for this I need gcc-4.3 4.3.2-1 and I can't find this package anywhere. I keep finding gcc-4.3 4.3.2-1.1 but after I install it it doesn't help me and gcc 4.3.2-2 still requests gcc-4.3 4.3.2-1.
View 11 Replies
View Related
Sep 18, 2010
Debian 504 64-bit
I have emacs and ess running on this box code...
View 5 Replies
View Related
Feb 15, 2010
I need a particular include file. I know the file name. I don't know which package would install it. apt-cache seems to only search names and descriptions. dpkg -S seems to only search through installed packages. I need to find a package that's not yet installed. I probably just missed the option in the man page... or I don't know which program to man.
View 10 Replies
View Related
Sep 18, 2010
Debian 504 64-bit I have emacs and ess running on this box
[code].....
how to find the full name of "ess" installed? How to find whether there is the latest version available on backports?
View 4 Replies
View Related
Jan 8, 2011
I have a short question. I want to find out which packages are depending on some package. For example, I want to know which packages are depending on evolution.Is there any possibility how to find it out?
View 11 Replies
View Related
May 5, 2011
I'm trying to use Debian Stable with some newer upstream packages. I've got the upstream Firefox tarball unbacked in /home/firefox/. The problem is that it can't find any plugins, flash or anything else. It's the 64 bit binary but still needed some 32 bit libraries to run. Does it need 32 bit plugins?
Iceweasel is uninstalled and and I deleted it's ./mozilla/ directory. I tried creating a /home/.mozilla/plugins/ directory and symlinking plugins into that and pretty much any other conceivable path where it could be looking for them.
I run upstream firefox from /home/ in the past and had no problems.
View 3 Replies
View Related
Dec 12, 2015
I'm installing xfce4-volumed-pulse 0.2.0-4. [URL] .....
Getting the error:
Code: Select allThe required package keybinder was not found on your system.
*** Please install keybinder (atleast version 0.2.2) or adjust
*** the PKG_CONFIG_PATH environment variable if you
*** installed the package in a nonstandard prefix so that
*** pkg-config is able to find it.
I have installed everything available in the jessie repo with "keybinder" in the name. It seems like my path variable is configured correctly:
Code: Select allpkg-config --variable pc_path pkg-config gives me:
Code: Select all/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
and (leaving out doc files and such) locate libkeybinder gives me
Code: Select all/usr/lib/libkeybinder.so.0
/usr/lib/libkeybinder.so.0.1.0
/usr/lib/x86_64-linux-gnu/libkeybinder-3.0.so.0
/usr/lib/x86_64-linux-gnu/libkeybinder-3.0.so.0.0.0
So I can't figure out how to get keybinder recognized.
View 2 Replies
View Related
Mar 12, 2010
i just got debian lenny installed on my machine, i cant get flash to work with iceweasell so i thought id try and install firefox but i cant seem to find it anywhere in the debian package manager, ive tried usign the following guides;[URL]i still havent been able to achive my goal
View 8 Replies
View Related
Jan 18, 2011
I'm trying to get the source package xserver-xorg-video-ati. My sources.list looks like this:
[Code]...
View 8 Replies
View Related
Jul 23, 2011
I have a raid array using mdadm made up of two drives. The drives have two parts, the first for boot information and the 2nd for LVM. Everything but /boot is under LVM management. Originly the two drives were hooked up to a sata controller in a computer with no on-board sata. However I was not able to get the computer to boot to a sata drive off of that controller. So there was an IDE drive with the MBR that loaded grub.
Now the computer in that setup seems to have died. So the drives were moved to another computer with an on-board sata controller and now the bootup works as far as getting to the grub menu. However after the grub menu the error message "Cannot find root device"
I found the boot info script [URL].. note at the time that was run the computer was running with one drive that has a full Debian install with the raid drive in question mounted and chrooted into. The script was ran from the chroot envirment.[URL]..
View 2 Replies
View Related
Mar 22, 2016
The problem I have is so simple yet difficult for me to resolve. My Postfix MTA allow fake mails from me@example.com to me@example.com. How can I block them?
For example, if I do "telnet smtp.mail.yahoo.it 25", as I write the MAIL FROM command I get the alert "Authentication required". How can I achieve that?
View 13 Replies
View Related
Jun 27, 2011
I had debian squeeze on my personal computer at home, 3 days ago i've upgraded it to the debian testing. last day i've installed virtualbox which i've gotten from virtualbox.org . today non of package managers work. an example of installing sumthin new with apt:
root@fairyland:/home/timmy# apt-get install clamav
Reading package lists... Done
Segmentation faulty tree... 50%
root@fairyland:/home/timmy#
also synaptic can't be started. i've run apt-get clean and removed /var/lib/apt/list i also tried apt-get update but these don't work sum useful info:
root@fairyland:/home/timmy# tail -n 40 /var/log/dpkg.log
2011-06-26 11:58:07 status half-installed virtualbox-ose 3.2.12-dfsg-1
2011-06-26 11:58:07 status config-files virtualbox-ose 3.2.12-dfsg-1
[code]....
just don't tell me i've to refresh its base, shit i hate to do this, i'd never done that about debian, this is one of the reasons i luv debian.
View 3 Replies
View Related
Apr 8, 2010
After installation of Debian 5.0.4 when a window is shown to type the root password, after I have typed it and press OK, window is closed and nothing happen. I have verified that root password is correct, also I have reinstall Debian, but nothing is changed. Is there something to enable?
View 14 Replies
View Related
Mar 10, 2011
I can use the accents (tilde, acute, ...) normally when I am the root, but when I log into my user account they re not recognized in most applications (opera, emacs, amsn, python idle,...) although they work in other applications (terminal, vim, iceweasel...). I guess that would have a simple solution. Something is right in the root account and wrong in my user account, but I cant figure it out. My layout is USA International (with dead keys).
View 4 Replies
View Related
Aug 1, 2011
I've got Debian Sid x64 on my machine. Problem is that in my KDE setup several programs don't work, namely System Load Viewer plasmoid, plasmoid with temperature info and update-notifier-kde. System Load Viewer always shows 0% RAM and swap usage, as well as no processors, temperature sensors plasmoid shows no sensors available even after I installed lm-sensors and run sensors-detect, update-notifier-kde doesn't show any notifications even if I run aptitude update manualy. I might be mistaken but it seems to me that these three programs are not working because of some common reason, most likely some policy package either missing or misconfigured, but I can't figure out what is it.
View 4 Replies
View Related
Jun 13, 2011
I try to install the java plugin but the java test pages show not installed. I have tried the openjdk-6-jdk package and the Oracle/Sun 1.6.0_26 version to no avail.
Is there some good instructions page someplace? I have yet to find a set of instructions that provides something clear that works.
View 5 Replies
View Related
Feb 18, 2011
This is my first post and I'm pretty new on Debian. I had used Ubunu for a while now and I've decided to move on Debian Squeeze.But I've one problem: I've a Java programm to install and the installer is GUI Java based. When I run the script, I've the next message:
Preparing to install. Extracting the JRE from the installer archive.Unpacking the JRE.Extracting the installation resources from the installer archive.Configuring the installer for this system's environment.Launching installer Graphical installers are not supported by the VM. The console mode will be used instead. Preparing CONSOLE Mode Installation. But this program is not able to run the installation in console mode.
I've tried to install sun-java6-jre but without success.Has anyone an idea to help me install this programm? My Configuration: Debian Squeeze 6.0 amd64.
View 13 Replies
View Related