Ubuntu Servers ::additional Packages For A System Not On The Internet?
Oct 25, 2010
I have created my first linux server using Ubuntu 10.04 server edition. My only experience with linux has been the desktop edition.
The initial trouble I'm having is that this server is on an isolated network without Internet access. I'd like to use a Gnome desktop like I'm used to in order to get up to speed quickly.
How do I get additional packages for a system that is not on the Internet? The end goal for this machine is a simple file depository for a W98 network using Samba shares. To boot from an IDE drive and share a 5 drive software RAID5 for data storage.
I'm trying to do a net install with the latest release of debian - but my ethernet card is not recognized/the drivers are not available because I have a card that requires a linux kernel version of 2.6.35. This is obviously a problem because I can't download any additional packages, and I can't update the version because I'm not able to connect to the internet. I have installed it, but it's only text (which I assume is because I could not install the graphical interface, correct me if I'm blaringly wrong here). So what can I do to install debian on my laptop and be able to use my Intel Centrino Advanced-N 620 network card?
After I upgraded from 9.10 to 10.4 I could see Ubuntu One in the Places menu. (and subsequently have access to my files etc there).I have now installed 10.4 on a new machine (clean install) and I don't seem to have access from 'Places' now. The only way I can get to it is via a web browser.Is it just hidden away somewhere? Or do I need to install some additional packages?
I've got Ubuntu ReMix 10.04 successfully running off a 4-GB JumpDrive.When I go to installing additional software packages, the package "appears" to have installed itself onto the JumpDrive and into Ubuntu Remix 10.04.But, when I properly shut it down, and come back latter ... those software packages that appeared to have installed earlier, are no longer on the JumpDrive ! Nor, do they any longer show up on the NetBook ReMix menu tree.This has happened with AbiWord / Scribus / QCad / Gwelled and several other software packages.
Could anyone let me which repository I need for Maxima? Also, I installed Octave from a different repository but I can't seem to find any of the additional packages, like the signals package for example.
I've installed Fedora from the Live CD (Fedora 13). The Installation Guide says that if you install from the DVD (or, as I understand it, the five or so CDs) you get the choice of installing lots more software. I've now got a copy of the CD. But how do I use it to install the extra software it contains? The Installation Guide says use the Add/Remove Software tool. But that tries to download stuff from the Internet. Nothing about installing from the DVD.
I have installed nautilus-elementary but didn't like it. So I wanted to go back to regular nautilus but the gui items and icons are missing. Only icons left are Backward and Forward buttons. I have removed elementary repository and reinstalled the nautilus but it didn't restore the default nautilus. How can I restore it? Is there any additional packages to install?
What is the simplest way to combine an original installation CD with several hundred additional packages that I have downloaded since the installation? My goal is not to waste future bandwidth downloading packages I already have downloaded. Bandwidth has costs both in time and money.
Background Recently I started experimenting in earnest with Debian Lenny in VirtualBox. I am new to Debian but not Linux based systems. I have seen enough the past several days with my experiments that I would like to migrate from my current Linux based system to Debian.
I installed the Debian 5.03 KDE CD to a virtual machine. In the past several days I have downloaded and installed several hundred packages since the initial installation. I have encountered no major hiccups along the way.
For future use and safekeeping, I copied all of the downloaded packages from /var/cache/apt/archives to a different directory. To become more comfortable with the Debian installation process, I want to repeat the installation several times using the original 5.03 KDE CD --- and all of the subsequently downloaded packages.
As I am new to Debian I am looking for advice and instructions for the simplest way to perform these reinstallations. I would like to perform them without any internet connection. If I understand correctly, I can copy the additional packages to a DVD and then use apt-cdrom to add the disk to my sources.list. Then I should be able to 1) use the Debian 5.03 KDE CD to perform the initial installation, 2) install the additional packages manually. If I understand correctly, something like dpkg -i * should work with the additional packages? Doable?
The "common sense" way is to somehow merge the original Debian 5.03 KDE CD with my additional packages to create my own personal Debian 5.03 KDE Plus DVD for my personal installation use. All I would want is to merge the downloaded packages into the original CD to create my own installation DVD. Nothing fancy or dramatic. Being new to Debian I don't pretend to understand the Debian Installer mechanism. Yet I can tell from the original CD image that I need to merge my additional packages into the pool directory.
I found the wiki how-to for simple-cdd. I started to run the app but stopped because I was unsure how much bandwidth the app is using. The simple-cdd tool needs internet access, but is simple-cdd downloading all the deb packages again? I don't want any of the installed packages to be re-downloaded when I already have them at hand. I'm not comprehending the how-to very well or the various options. I also want to perform a complete installation without an internet connection.
I've got two files. They both contain package names. Is there any way I can go through the package list on one file, and search to see if each package exists in the other file? What I'd want to do, is if the package name is found in the the main file, then go to the next line. If its not found then print that package name to another file.
I know you can use diff, but it doesn't seem to be that straight forward. As I understand it diff searches line by line, so if line one doesn't match line one in another file, then it prints it out. That's not exactly what I want.
I just really need an easy way to filter out the additional packages that exist on a new server. If I have a list of packages that aren't on the original server, then i can just delete them.
Not sure if I've made any sense but there must be a quicker way to do what i need to. It would take me ages to scan manually through the package names in each list, and highlight the ones i dont need.
im using fedora 14 and i have a slow internet connection. i want 2 install some packages from the fedora 14 dvd instead of downloading from internet using add/remove packages. i tried to edit /etc/yum.repos.d/fedora.repo and /etc/yum.repos.d/fedora-updates.repo but it dint work.
I have a Dell XPS 420 with a 500gb SATA drive on which Windows Vista is installed. I also have an additional hard drive that I wish to install for an Ubuntu installation. Is it possible to create a dual boot system with Windows on the original HD and Ubuntu on the newly installed HD?
Simply put, my computer will have 2 hard drives. The original hard drive has Windows installed. I would like for the second drive to contain the Ubuntu install so that the only thing changed on the original drive is the MBR (I suppose that's how it would work).
Is there a way using dpkg or apt-get to segregate user application packages from system packages? What I envision is an /apps directory structure that can be the install target for selected packages so not to "clutter" the storage areas for the system administration files/packages - maybe even with permissions set so that (a GROUP of) users could install packages on an Ubuntu server w/o SysAdmin guidance. This could also allow 1)system upgrades with or w/o including these packages, and 2)the sharing of /apps (via NFS) among common Ubuntu systems. Is this doable using the dpkg or apt maintenance tools?
This is my first server installation. I am intending to make this a basic web server for educational purposes. I have installed this server in VirtualBox, everything seemed to go fine besides the fact that I accidentally hit the enter button when I was at the opportunity to install the additional software during the initial setup. I figured that it was no big deal as I could just use aptitude to get what I needed later. My first step was to get LAMP setup. Heres where it started to seem to go wrong: I installed Apache2, however, it seems that I am unable to test it (no browser).
Code: oliver@DrDoak:~$http://localhost/ -bash: http://localhost/: No such file or directory oliver@DrDoak:~$
I then proceeded to install php5 again I have ran into trouble when trying to open through GEDIT.
Code: oliver@DrDoak:~$ sudo gedit /var/www/testphp.php sudo: gedit: command not found oliver@DrDoak:~$
Is it possible to run Linux on Macs without any additional configuration such as Boot Camp/etc?
I have a SATA storage device that has presents a GUI to the user in a simple Linux installation, and ideally it should be platform independent, i.e. boot up into the GUI in all platforms. I'm having mostly success on various PCs, however, it's not booting up in a Macbook Pro that I have. AFAIK the MBPs and all modern Mac systems use EFI rather than BIOS, could this be the problem?
I have an Acer Aspire One, Model PAV70 that had Windows 7 Starter on it. I booted Ubuntu 10.10 from a USB HDD and then formatted the Acer drive with Ubuntu. I then started installing Ubuntu on the newly formatted HDD and got an error near the end of the install. It said, "apt configuration problem, an attempt to configure apt to install additional packages from the cd failed." After this happened the system locked up and I had to reboot. Now I get a black screen with a white blinking cursor. I can't get the system to recognize anything. What can I do?
CPU Type: Intel(R) Atom(TM) CPU N450 CPU Speed: 1.66GHz System BIOS Version: V3.05(DDR2) VGA BIOS Version: Intel V2001
I believe server section is the best when speaking of RAID stuff...
I have the following situation:We have a DELL T3400 with embedded fake raid on it. I dont know exactly how the system was setup (I wasnt here at that time), but the RAID was enabled in bios and while booting, the two harddrives would be seen as members of intel raid volume0 (RAID 1 mirror). I am not sure if the software raid was actually properly configured in Linux (Fedora 9) and if the OS was reconstructing the whole raid or it was just the bios part that was mirroring the /boot or just some parts of it. Frankly I find these hydrid raids very confusing.Some bad disk manipulation from my part caused the server to crash, but I was able to recover and boot just with one hard drive after using fsck.
I decided to get rid of the raid as it's not the right solution for the application we need it for and decided to go for a traditional single harddrive system and to use Ghost for Linux to clone to a spare disk when backups are needed.So I installed the latest Fedora 12 distribution onto another harddrive and disabled RAID in bios (changed from RAID ON to autodetect, which is the only other option).
Here is what I have now: /dev/sda has the newly installed fedora 12 /dev/sdb is an empty harddrive that I would use as an intermediate /dev/sdc is the old harddrive member of intel raid volume0
sdb was partitioned into sdb1 sdb2 and sdb3 and I created an ext3 filesystem on sdb2. The hard drive belonging to RAID volume0 (sdc) has a lot of work done on it and I would like to be able to recuperate the files to the new disk (sda). I cannot mount that old harddrive while in fedora 12, as it sees some unknown raid member filesystem on it probably assigned by the intel raid chip.
So I decided to do it from the other side: to boot from raid volume 0, and from there mount a third intermediate harddrive (sdb) onto which I would copy the documents and then mount the same harddrive from the newly installed fedora 12 and copy those documents from that intermediate harddrive.I can mount /dev/sdb2 from fedora 12 fine and copy stuff to and from it, but not when I boot from the RAID volume 0 harddrive (sdc) with fedora 9 on it. It keeps saying that the partition in question (/dev/sdb2) is an invalid block device.I am stuck here, as my knowledge in this sort of things is very limited.If somebody can indicate me how to recuperate files from that old raid harddrive onto the new fedora 12 drive, I would appreciate a lot.
I wanted to know whether there is any possibility of the Deb packages available on Internet(other than official Ubuntu Repositories) containing Virus,just like exe files in windows.Iam currently not using any AV on Ubuntu.In windows,there is this 'scan' feature in right-click menu context menu for scanning the files.Does Ubuntu also provide similar feature if i install AV.Also,can you suggest me some good options for AV Software on Ubuntu?
I have just installed Ubuntu on a computer that doesn't have internet where it is, and I was wondering, what is the best way to get the updates and packages that I want by downloading them somewhere else, putting them on a thumb drive, and then installing them?
I am a new user to linux. I downloaded and installed ubuntu 9.10 on my old desktop to try it out because i have always liked the idea of linux but have never really found the time to use or learn to use it. having had an old dos computer i can vaguely remember the idea of using a command line to change directories etc. so i just decided to wipe out xp on the desktop and install ubuntu lol. Installation went smooth but then i ran into some problems.
Unfortunately i use iphone tethering for access to the internet but ubuntu will only recognize my iphone as a picture storage device. so i did some research and found that i had to download and install some packages to set up tethering on ubuntu. so on my laptop running vista i downloaded libusb-1.0.6, cmake-2.8.0, libiphone-0.9.5, usbmuxd-1.0.0, and some other packages such as ifuse and libgpod. they were all .tar.bz2 files or .tar.gz files. I put these on a jump drive and took the jumpdrive and put it into my desktop. what i was wondering is if there is a way to install these packages from a usb jumpdrive? or is there a simpler way that i may have overlooked to establish an internet connection.
I have a general question: can I install packages in my Ubuntu, just using the live-CD but no network connection?
I broke my Ubuntu(9.10) and now can not log in, so I want to reinstall gnome, unfortunately I could not connect to internet, so I wonder if there is a way to use the live-CD as a source for the new software.
I would be really happy if I don't have to preinstall the whole system.
I forgot that Python is actually essential to Gnome and wanted to update to 3.1, and didn't realize my mistake until some of Gnome had been removed, then I Ctrl+C'd out. Now I can't even connect to the internet to repair my broken packages. I'm out of town for Mother's Day, but in the car it occured to me that I should have tried my Live CD.
As a side issue, is it alright to install more than one version of Python? I'm guessing so, so long as I keep track of which one I'm calling. I used apt-cdrom to update my sources.list appropriately so I could apt-get from the Live CD, but apt complained about locales. Now sources.list has strangely lost the cdrom line, but I'll put it back when I next boot to repair mode.
A few weeks ago I installed Ubuntu 9.10 (32-bit) onto a machine with Internet access, so it was easy for me to run the following commands to install OpenSSH and portmap:
But now I have just installed Ubuntu 9.10 (64-bit) onto a machine without internet access. How do I install openssh-server and portmap onto that machine?
I have a Rogers mobile Internet stick. When I plug it into a Windows laptop, it installs software that manages Internet. Would I be able to get Internet if I plugged it into my server running Ubuntu 10.04 LTS? What do I need to do to download Apache Web server onto my Ubuntu? I searched for Apache in Software Center but no results I'm not connected to the Internet so no packages updates so far.
I have a laptop with internet and ubuntu, and a desktop without internet, and I need to install some pakages on it. I did my research and generated a script to download them from synaptic, but when I double click it, it opens it gedit, when it is supposed to download the packages. What am I doing wrong? I was using this article [URL]
I'm trying to download android sources from the following link ,when I try to connect internet from the terminal using the Curl command it is not able to connect to the internet.
Link : [URL] Command used : curl -a -v --max-time 50 [URL] curl -v --max-time 50 [URL]
Error displayed :
* About to connect() to android.git.kernel.org port 80 (#0) * Trying 130.239.17.12... Timeout * Trying 149.20.20.141... Timeout * Trying 199.6.1.176... Timeout
I cannot get my wireless Internet device to work without kppp, but the Unbuntu 8.10 installation cd-rom does not include kppp. kppp has lots of dependencie so how do I download the everything I need to my laptop (XP Pro) where my AT&T USBConnect881 wireless device works, burn at cd-rom with the Ububtu packages, take it to other PC, and install it?
I'm very new to Linux world however I managed to I installed Debian lenny on my box using a set of CD burned from ISO images. Everything works just fine so far. However, every time I try to update it always asks me to insert the CD and it's somewhat inconvenience. How to make debian just goes straight to the repository site to download the packages that I need
I have installed Debian Lenny from a 5 DVD set I purchased some time ago as well as packages I needed over time but now 'synaptic' refuses to recognize the first dvd as number one although when I try it, it boots normally for an install that I then abort.I'd like to install some packages directly from the Internet, can anyone explain what I need to do or point me to instructions, I do not have much experience with the command line.My current kernel is 2-6-26.21
I do understand that to install software on linux distros that the main way is to have internet connectivity and to download them via RPM or to manually do this in terminal. Can you install software by downloading it from another PC via CD and install it in your Linux PC from the CD? Reason I ask is that I do not have a WLAN setup on my Linux PC yet and would like to install some programs or drivers while I am waiting to get a WLAN adapter that is compatible with Linux. Can you convert drivers or programs to an ISO image that can be installed on Linux? Another reason is that I have read that Wine can be used in the absence of MS Windows to run certain or a few programs in Linux as well as assist Linux to recognize drivers of hardware that is utilized for MS Windows.