OpenSUSE Install :: Installation From Standard Iso File?
Jun 21, 2010
I have created virtual cd (using damoen tools) for opensuse 11.2 installation from standard iso file and that installed installer for opensuse in my C drive and asked me to restart. After I restarted it gave me two options during boot, vista and opensuse 11.2 installer. I tried installing opensuse 11.2 from boot option and it asked me for language>country>installation. From the installation window which gave three options, I selected installation option and after preparing system for installation it asked me about sda location....I had separate partition which I selected and after that it is asking me for source which I don�t know what it is. I tried few things but no success and then tried to get in to vista but unfortunately it is not booting in vista as well and takes me though the same process explained above.
So both my boot options are trying to install opensuse 11.2 and stops at provide source window. So in a nutshell I am stuck and not able to use my system. For your information I don�t have vista installation cd so I can�t repair vista.
A few upgrades ago, I had also a desktop-kernel installed. I tried starting with the standard and the desktop kernel, but could not see a difference. Why this desktop-kernel and what's the difference with the standard kernel? HP laptop with Intel(R) Core(TM)2 CPU T5600 - OpenSUSE 11.3 -KDE4.4.4
I installed ubuntu 10.10 using wubi installer, on win 7 64 bit system. how can I migrate from wubi install to standard install. I want to get rid of issues like free disk space and suspend/hibernate not supported in wubi ubuntu. Will LVPM help. I saw on the page it says that it does not supports wubi 10.04. Not sure what version I have, just installed the latest from ubuntu's site.
Due to some CD burning/reading problems with the laptop I'm installing to, the only install disk that I have been able to get to work is a MinimalCD disk.Unfortunately this only works if I don't ask it to install any extras at all, so I can install Ubuntu, but it is bare bones, and boots to a shell, no GUI or anything like that.What packages do I need to apt-get to bring this minimal install up to the standard Ubuntu install? Does anyone have a list of packages, or a site that will tell me which packages to install?
Is there some sort of standards file path convention for installing softwares that I could follow through? For example, I just learnt how to build Nginx from source. But the default binary path set by nginx is "/usr/local/nginx/sbin". I have seen a couple of tutorials which they specify the location of the installed binary and it is very different from those usual default paths. Thus, got me thinking whether is there some form of file path convention that I should follow?Is there some kind of list which states where do those packages on Debian.org Repository usually installed to?
Is it possible to do the following in C/C++ in Linux:Without direct linking (my program should NOT depend on Qt or GTK), display a GTK or Qt based file dialog.The behaviour should be something like this when my program runs, when you want to open a file:The program scans whether you have Qt installed. If so, it somehow manages to link itself to Qt (e.g. dynamically loading the .so file) and display its file dialog and get the path from it. If Qt wasn't found, it tries the same with GTK. If that also wasn't found, it displays a less powerful replacement dialog instead (better than nothing).
Or is there any other simple way in Linux to get a standard file dialog somehow (similar to when compiling for Windows you can very easily get its standard file dialog, no matter what version of Windows, in your code, even if your program doesn't use any other Windows GUI at all).
I have a weird problem with one of my servers. When system is booted and right before I should se "INIT 2.86 starting..." message, all the messages disappear. Only kernel messages get logged to console and later login prompt, but nothing in betweek (there are 20+ services starting successfully, just without emitting a single character).I checked /proc/PID/fd of the boot script (in my case called /etc/rc.d/rc.boot but that does not matter).
The only significant difference in hardware to other servers is that this one runs RV350 AP [Radeon 9600] graphic card.Now, my question is: where could those FDs go or why are they not opened?Does anyone have a clue about this, or a hint?
What I want to do is to find keyword in config file and change its value - that must be done using script. I could write script usig awk and etc - but maybe there are already prepared ways/commands to change standard configure file setting?
I downloaded a FLAC album from a band's label.The weird thing is that I cannot see the folder contents using the standard file browser interface.However, VLC can see and play the files without problem.I don't believe the files have any sort of DRM, but they are legal, FWIW.
have recently installed CentOS 5.6 Final on TWO DIFFERENT desktop PC's, and, on EITHER ONE, I can not get any sound output when using KMid to play a "standard .mid file (the file I am using to experiment with is "Canyon.mid", from the Windoze Media directory, a fairly standard midi audio file, I should think?!). I have normal audio output on both of these machines (.mp3 files, system sounds, etc.), so the specific sound cards are NOT the issue, here!I am thinking I must be missing something, as both of these PC's are completely different CPU types, etc. as well. The only significant similiarity in the two machines is the complete lack of MIDI audio output!And, yea, the soundcards are BOTH MPU-401 compatible, and they both have irq's assigned to this port (or, maybe just one has an irq assigned, I will have to double check...).
I am working on telnet session and excuting commands. I am able to redirect or store expect output to log file but now i want to store in excel file like ispreadsheet showing details of commands and its responses
I have on my windows machine several hundred files that are a format of .nc .ncs for a CNC machine. I need to convert them to txt which is something as easy as opening in notepad and then saving as .txt but there are so many that this kind of action would take way too long.
The reason I am writing the linuxquestions is because I would feel more comfortable in loading a live CD and using some sort of terminal command to do this than I would to download one of the many "freeware" type programs I have found for windows (even more so since I have had a root kit before and had to start all the way over to get rid of it).
I need to know:
1. Is this possible to do with the terminal without super advanced knowledge.
2. Can one please point me in the right direction; something to read or an example
I run a molecular biology lab and we like to run the "Molecule" GL screensaver in order to look cool (I know it doesn't actually save screens, and it wastes energy, but you know..). I'm about to install Opensuse 11.3 on all 24 of our laptops and I find that the number of GL screensavers installed as standard is greatly reduced from previous Opensuse releases. Any idea where I can get the "Molecule" and other screensavers?
I am running KDE and have the following relevant packages installed: kdeartwork4-screensaver xscreensaver xscreensaver-data xscreensaver-data-extra gnome-screensaver gnome-screensaver-extra This apparently gives me just 8 GL screensavers - there used to be a great many more?
I need some PHP libs that don't come with the standard install - I assume that means I'll have to build PHP from source. Can I use a package manager to download the source? How? If I do, will it have the code for all the libraries? Are there specific instructions for building and installing on ubuntu?
I need to do some text file manipulation which I think should be done with standard commands in BASH. I'm looking at comma seperated text files (stock market data). It comes in the form of date, stock code, open, high, low, close, volume. What I need to do first is move all data with same stock code sequentially into individual files.
While doing this since the stock code will now be the file name I need to remove the stock code. Next I need to filter out overlapping data from different files with the same date. ie. where two files contain the same date on the one line only one line will be added to the combined file. I think there must be a tutorial out there for basic text manipulation like this, I just haven't found it yet.
Is there already a program that reads multiple pipes or file descriptors and writes to the standard output (not splitting lines).Like cat, but reading all files simultaneously and preserving lines.It is needed to avoid coding of select/epoll loops or using multithreading in simple programs. Like "select loop for bash".
over here on my desktop I have KDE 4.6.4 running, updated from 4.6.0 through all intermediate steps. In the last few days I feel, that it got a bit unstable and I think, I have messed it up again, with doing some stupid things in the repository management. But of course, I don´t remember what I did...
So I am asking myself, if I could reset the system to the state where it came from: KDE 4.6.0, including all the updates from the standard openSUSE repositories.
I would do it as follows:
1. deactivate the additional KDE repositories and X11 from OBS (I needed it for installing xbindkeys)
2. switch packages to the standard repositories, which came with openSUSE, and also switch the packages to Packman
3. run an update, or how it is called, the switch back to 4.6.0
would this work, or would I completly mess the system up?
I then would leave it like it is, with the only additional repo´s: Packman
Just wonder is it possible to install non .deb package through the standard procedure of make config etc in Debian, or better not even attempt it.I need to use several engineering, mathematics packages, Matlab, Maple and Ansys,I have been told to use Fedora, but I would prefer to use Debian, as all my computers run on Debian and its stability etc is well known, not to mention the nice people in the forum, Bugs, Evil etc, well known icons.
When i have a few windows open, a new window will open on the left side instead of the right after the previous windows. I'd to know how to have them open the standard way. I'd also like to know how prevent grouped windows of similar programs.
I am attempting to make an application that requires a variety of libraries associated with OpenGL. So far I have managed to find most of them in the devel packages (Mesa, freeglut) that come with the standard distribution. However, I cannot find libglui, though it appears to be standard in some other distributions.
Every time I try to set to standard.(cautious|medium|advanced) I get Apr 26 17:20:59.960 7f7faff15700 Fatal error: can't load actions file '/etc/privoxy/match-all.action': invalid line (9): { +standard.Cautious } /
or something similar. No additional help is available in the docs. So i try to use http://p.p (i.e. config.privoxy.org), and click on [URL]... expecting to get the three mode buttons. It just returns to p.p.
I already set the three edit vars to allow remote editing etc.So I looked in the top 15 Google hits for "Privoxy standard.Cautious". Apparently, nobody else knows how to do this either even tried launching firefox in root. but I'm getting kind-of frustrated with the writers/maintainers of Privoxy 3.
I am basically very new to linux.. I have rhel 5.2 sever. while the system booting the following error had shown.
touch: can't touch '/var/lib/random-seed ; No such file or directory chmod; can't access'/var/lib/random-seed ; No such file or directory touch; can't touch '/var/log/wtmp ; No such file or directory chgrp; can't access '/var/run/utmp; No such file or directory
For some reason Sun Java 6 isn't in any of the standard repositories. Some sites recommend adding the old Maverick repositories to install it. I just know that adding an old repository is going to break something. Does anyone know when it will be in the standard repositories?
I have two sound devices, an internal audio device on my motherboard and an external USB devices, which came with my headset. After upgrading to 11.4, the microphone on my headset ceased to work with my softphone. As it turned out, the softphone used the standard input device, which was defined in the Phonon tab in the KDE System Settings. Unfortunately, when I put the USB Device on top of the default input stack, it doesn't stay there. When I apply the changes and leave the Phonon tab or even enable "Show advanced devices " the stack always resets to its initial order. I was unable to find any kind of config file where Phonon saves this settings.