Debian :: Nemesis Package On Squeeze?
Feb 18, 2011
I'm trying to find the nemesis package for squeeze. $ uname -a Linux mybox 2.6.32-5-686 #1 SMP Wed Jan 12 04:01:41 UTC 2011 i686 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 6.0 (squeeze)
Release: 6.0
Codename: squeeze
I was able to find it in lenny (http://packages.debian.org/en/lenny/nemesis) but I could not find it in the squeeze repositories. So if I want to install this how do I do it. Are there any other alternate programs that can be used instead of nemesis.
View 4 Replies
ADVERTISEMENT
Aug 22, 2011
I have installed Debian Squeeze 6.0.2.1 amd64 from DVD-1.iso (4.4 GB) and I cannot install Synaptic Package Manager or Wine because they are not in the repos.
[Code]...
View 5 Replies
View Related
Jul 5, 2010
I am currently running Debian Lenny on one of my external HDDs and Debian Squeeze on the other one. I found a package I like in lenny but it seems it has not been added to squeeze (yet). The package is ksirc and i like it because it looks and feels like mIRC that I used in windows. My question is can I install the lenny version on squeeze with out it having an adverse effect? My other question is what do I put into the /etc/apt/sources.list to do this? i now see that ksirc is also available in a sid (unstable) version. Is it safe to install this one to my squeeze distro? and again what do I need to add to my sources.list to do this?
Or could I just download the deb package and install it using dpkg? New to this and just looking for the best way to get a favorite software package.
View 7 Replies
View Related
Aug 29, 2010
I have been using Squeeze for a while and loving it.One handy utility is Unetbootin which I have been using to create bootable usb flash drives . Suddenly , some days ago - I couldn't boot with a newly created usb drive . The post boot screen is displayed and it hangs - tried Tiny Core linux , Debian installer and Freesco . I got my hands on a second flash drive and got the same error . After a lot of attempts I installed Lenny one of my older box and did the following ; Inserted the usb drive to my squeeze box and installed the image with Unetbootin Inserted the usb drive to my lenny box and ran syslinux /dev/sda1 Then the usb drive booted fine , in fact both drives booted fine . If I type syslinux /dev/sda1 on my squeeze box then the usb drive won't boot .From what I can understand there are different versions of syslinux ;
In Lenny 2:3.71+dfsg-5
In Squeeze 2:4.02+dfsg-3
What should I do about this - should I file a bug report ?
View 6 Replies
View Related
Mar 20, 2011
I need libnet0 on a squeeze installation, so I can compile nemesis, which unfortunately has not been an active project. It depends on libnet0, which is not in the squeeze repository.I can compile nemesis, but will it ok to do this the same way with the libnet0 library? Or should I manipulate the /etc/sources.list to be able to install it from the lenny repositories? (this doesn't sound right...Better get the sources? And what happens when I compile it? Can I safely have libnet0 and libnet1 on the same installation?
View 2 Replies
View Related
Feb 9, 2011
I just setup a new squeeze debian 6 server, it will work as proxy server with squid. But I have an issue when i want to install sarg (sarg-report), i cannot find the package thru aptitude/apt-get, however it was present in lenny distribution. Is it a miss in squeeze, is it discontinued or should I add a specific entry in /etc/apt/sources.list? (currently squeeze main, squeeze/updates main)
View 3 Replies
View Related
Apr 3, 2011
I was using Lenny until now, and I liked it very much. Now I've seen that squeeze is finally released, so I decided to make a fresh install of squeeze, as I made some mistakes while installing lenny, like downloading kde meta-package (full of useless programs), small root partition etc...Now, I want to install Squeeze with KDE, but not the meta-package, just the required programs in order to run the GUI, and then I want to select which programs to install by myself... How can I do that?
View 2 Replies
View Related
Feb 7, 2010
After going from Debian Lenny to squeeze, everything was going OK, apart from 8 broken packages of which I was easily able to fix 7 of the packages. The last one is x-org core, which comes up with the error message /var/cache/apt/archives/udev_150-2_i386.deb returned an error. From all my research it indicates that an update from kernel 2.6.26-2-686 to a later version is required due to 150 udev requiring the support of the CONFIG_SYSFS_DEPRECATED. My next question is where to start, do I need to add a linux-image repository in sources.list and then use the command-line or am I headed in the wrong direction.
View 3 Replies
View Related
Mar 19, 2011
I got Squeeze installed and choosed all the options at the installation ste like (web server, mysql server, DNS server) and then I am trying to get VHCS installed on the machine. apt-get install vhcs , is not working for me. I gues I have to add a source address to my sources.list file. All the manuals I've found so far for debian and vhcs is for debian etch or earlier and those sources they given arent working for me. I still get the message where it says "unable to locate package vhcs. What is the source address I can download VHCS?
[Code]....
View 5 Replies
View Related
Jun 21, 2011
I need the command line application "starttls". It used to have its own package in Lenny [url], but I can't find it in Squeeze, even when searching other packages by means of "apt-cache search".
View 2 Replies
View Related
Jan 20, 2010
I want to inject a packet with specified TCP options: Maximum Segment Size, Window Scale Option, Timestamp Option... The man page mention very little about that:Quote:-o TCP-options-fileThis will cause nemesis-dns to use the specified TCP-options-file as the options when building the TCP header for the injected packet. TCP options can be up to 40 bytes in length. The TCP options file must be created manually based upon the desired options. TCP options can also be read from stdin by specifying '-o -' instead of a TCP-options-file.I don't understand what TCP options file structure is? ASCII, hex or raw? One way to try: in Wireshark, select the Follow TCP stream option of a packet, save as with some types: ASCII, hex... and use it for input:
Code:
sudo nemesis tcp -v -fS -D localhost -o /path/to/<TCP_options_file>
the output displays:
[code]....
View 3 Replies
View Related
Sep 17, 2010
I have been trying to install nemesis for the last 6 hours. Every time I run the ./configure it indicates that it can not locate the libnet libraries. I have libnet installed along with libnet1-dev. The findings are below:
Code:
justin@justin-desktop:~$ sudo -s -H
[sudo] password for justin:
root@justin-desktop:/home/justin# cd Downloads/nemesis-1.4
root@justin-desktop:/home/justin/Downloads/nemesis-1.4# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc .....
View 2 Replies
View Related
Apr 10, 2011
I am still running the linux-image-2.6.32-5-686 kernel a computer with squeeze. I installed squeeze on it when it was unstable. I would like to bring up to the new stable state.Should I do apt-get install linux-image-2.6.32-5-686or should Iapt-get dist-upgrade
View 1 Replies
View Related
Nov 4, 2010
when I try to install a package, I've the message The following packages have unmet dependencies:package-xy: Depends:lib-something (>= version_number) which is a virtual package.
View 14 Replies
View Related
Feb 19, 2011
how to install Dropbox for Debian Squeeze from source.Please read everything before you begin. I prepared it as I installed Dropbox for my own system. Please Note: I use sudo, you may have to use root or 'su' from the command line. If you don't know the difference between sudo and su, then you shouldn't try this until you know. At the time I did this, the lastest dropbox version was 0.6.7.
View 7 Replies
View Related
Aug 18, 2011
Below is the recipe I've used to compile dwm from source on Squeeze
su
apt-get install devscripts debian-keyring
apt-get build-dep dwm
exit
It all seems to work, however debuild gave an error about secret keys. Is this a sensible procedure? What happens in the (probably unlikely) event there is another source patch?I've gone to a tiling window manager as the result of the purchase of a wide screen LCD monitor. I like to have some stuff down the right hand side when running Firefox and OpenOffice in the main panes. Any configuration tricks welcome. Modern screens are the wrong shape!
View 6 Replies
View Related
May 26, 2010
I've just install debian squeeze version, or the testing one, but I am not really happy with it. Is not listening me all the time. If I install the debian stable I don't have internet connection. Is it possible to update the kernel somehow using the testing version?
View 12 Replies
View Related
Feb 8, 2011
I installed Debian Squeeze with Gnome today. I'm unable to change from the default icon theme. I can change themes, but the icon theme remains default.Things I've tried:
- I've made a new user account.
- .gtkrc-2.0 in my home is auto-generated, .gtkrc.mine does not exist.
# -- THEME AUTO-WRITTEN DO NOT EDIT include "/usr/share/themes/Darklooks/gtk-2.0/gtkrc" include "/home/haunted/.gtkrc.mine"
# -- THEME AUTO-WRITTEN DO NOT EDIT
- I've tried installing a theme into my /home/.themes.
- I've reinstalled gnome-settings-daemon.
- Tried changing themes then doing a full reboot.
- Cursed it periodically.
View 2 Replies
View Related
Sep 18, 2010
I want to install Debian 5.06 64 bit on squeeze repo. Where can I find its netinstall ISO?
View 6 Replies
View Related
May 29, 2011
I have been trying to install a command line Debian Squeeze system on n Eee PC 701., but have run into a number of problems:
1) All install info I can find assumes that the person wants to install a GUI system of some sort.
2) The Eee PC has a unique 2 MB. partition that needs to be preserved, so no guided install.
3) The Eee PC has an SSD instead of an HD. Most postings I have seen recommend an install without a swap partition, but the install (both live and text) seems to choke and despite a fresh formatting of the existing partition, claims to be overwriting existing files.
4) I can understand from the wiki that the Eee PC wireless driver (Atheros) should be included in Squeeze, but when the wireless connection and password is added, the installer claims that the password is not correct, despite me having checked it a number of times.
I hope someone can help me out. I just want to use the Eee PC for low resource stuff done on the cli like using a text based web browser to access the net through a wireless router and to hook it up to an external USB HD and to my stereo, to play my music collection.
View 14 Replies
View Related
Apr 5, 2011
I installed Firestarter firewall on debian Squeeze.Now i note there is a gui available in System->Administration which apparently does not need to be running all the time - its not set up to start on boot.When I boot I notice the boot message has a line saying "Starting Firestarter firewall .... failed"When I am logged in and type "/etc/init.d/firestarter status" as the Firestarter FAQs say, I get"Firestarter is running... ... (warning)"I can run the gui manually and still same message.
View 2 Replies
View Related
May 11, 2011
I just a newbie.i want to try customize my desktop.i found a website shown linux desktop very greatfull, like this :but i don't know how to start it.any expert guys please let me know the guiding for me to start this.
View 1 Replies
View Related
Jun 14, 2011
Found this 'Startup Disk Creator' in Ubuntu,it is useful,how we get it install in Debian Squeeze? There's a Unetbootin for Debian,but it pull in lots of qt stuff,I don't like it.
View 2 Replies
View Related
Feb 23, 2011
Fresh install of Debian 6.0 (squeeze) and the memory shows 3.8 GB. I have 6 sticks of 2 gb on the board.
Pertinent dmesg lines: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
3083MB HIGHMEM available.
883MB LOWMEM available.
Bios tests 12 gb of ram fine.
View 4 Replies
View Related
Sep 18, 2009
After dist-upgrade a few days ago, X refuses to kick in.
Xorg.0.log reads
Code:
Fatal server error:
no screens found
Please consult the The X.Org Foundation support at http://wiki.x.org
Please also check the log file at "/var/log/Xorg.0.log" for additional information. lshw reads that Xpress 200M is claimed by radeonfb driver.
At this moment, no fglrx packages are installed.
System is Toshiba laptop.
I do not think ATI dropped support, however, even without fglrx, nothing works.
View 7 Replies
View Related
Nov 9, 2010
I installed Debian Squeeze with no issues. I went to install latest Nvidia driver as done previously with Lenny. Used instructions that worked on lenny from "the trooper" [url]
Downloaded th latest driver for my GeForce 7300 GS vidio card, driver package NVIDIA-Linux-x86-260.19.12.run
Used "method # 2 as described in HOW TO,as it worked perfectly in the past on Lenny. Only syntax I changed was instead of gdm I typed gdm3 as it appears that is the new name for gnome in Squeeze.
Did as folows:
Now the trouble showed up, Unfortunatly I can only go off my memory. A question was asked stating that something did not match, it needed a 3 and the driver had a 4 version or somethng of this sort. then it asked if I new what I was doing (and I lied) and selected yes. And whammo, it didn't work. (This question was asked when i did in Lenny and it is working perfectly still on that system). I now can not boot to GUI, I notice when system boots it starts in "S" mode although I select normal boot from grub2.
Not too bad if I got to reinstall as little is on the system. I just want to know what I am missing on the instalation deal or should I be going about this difrently with Squeeze.
View 14 Replies
View Related
May 22, 2010
This topic began in the Debian Development forum here I have successfully completed both the install and the after installation configuration. I have a fully functional system on this little baby, inspite of the fact that wireless (Broadcom bcm4312), ethernet (Realtek) and sound were initially broken.
There is a lot of assistance out there on the web. In the previous thread, I was having trouble installing any debian on a usb stick. The issues that needed resolving were 1. Bad stick
2. Incompatible kernels between boot.img and .iso
3. The method of copying .iso to the stick that finally worked was wget My first successful usb install was Lenny. Even though I upgraded the stock system with lenny-backports, I could not get wireless, ethernet or sound working the only connection I could get to the internet was through my 3g stick and that was not performing up to it's capability. I manually configured wvdial to get that working.
I attempted an upgrade to squeeze several times and each time the upgrade trashed the system. I finally found squeeze boot.img and .iso files from an eee pc blog. This allowed a fresh install of Squeeze and I was making progress. The little atom processor would not handle the b43-fwcutter driver, so I compiled one from the Broadcom site written especially for the atom processor. Now I had cable broadband supplied wireless. I got my ethernet working with help from the Gnome site technical specs on Network Manager. Simply changing ifupdown=false to ifupdown=true in the network manager config file.
Sound was activated by help from a blog entitled "Debian on the Dell Mini 9" My head is spinning now or I would be more specific and instructive on all I did to get this baby up and running. If anyone asks, I may do a how-to.
PS: Posted from that Dell Mini 9 running Debian Squeeze.
EDITED: Correction of typing errors.
View 6 Replies
View Related
Feb 10, 2011
Debian Lenny worked just great. That was my first experience of Debian. The installer recognised all my hardware and the system was soon up and running brilliantly with a few tweaks. Confident of Debian's reliability, I decided to move to Debian 6 and did a fresh install, with downloads of the new operating system rather than a distribution upgrade. The installation routines have not worked for the same computer system. I don't know if its hardware not being recognised by Debian 6 that were recognised without a problem by Debian 5??
At first, the boot-up flipped at "Waiting for /dev to be fully populated," there was a kernal panic then Debian disappeared. No signal was sent to the monitor and I had to switch off the computer manually
I was able to look into the Debian 6 OS from Arch Linux, installed on different partitions of the same hard-drive. I am able to overwrite the Debian files as root from Arch.
My i686 machine has PATA IDE drives.
Why are 2) dbus and the 3) avahi-demon failing? I need to get them started first so that I can get an internet connection and try and correct the problem with X and the wrong Nvidia driver. Is there some configuration I can do either from Arch, where I am now, or the bash prompt on Debian? Thanks in advance.
View 14 Replies
View Related
May 22, 2010
I want to install VGA driver on debian squeeze. my VGA is "Intel Corporation 82G33/G31 Express Integrated Graphics Controller".I do not know which driver I must install for this VGA.Does Linux recognize related driver ?
View 3 Replies
View Related
Sep 24, 2010
Once in kde, after an undefined time (can be minutes or hours), mouse cursor start to have a fixed shape (if i am in iceweasel on a link, the mouse can get locked with the hand shape). In this state, the mouse cursor can still be moved, but no program can be launched or closed (X) in kde. I still can launch a new console now (ctrl+atl+F2), "ps" don't show any process consuming cpu (all processes are near 0). "sensors" shows 55*C. Other commands as "kill" going to lock, they don't work and at the same time they don't return the cursor to the shell.
View 14 Replies
View Related