OpenSUSE Install :: Would Like To Confirm That Problem Is -- In Fact -- A Bug?

Sep 4, 2010

So here's the deal: I'm "supporting" this older lady who's using an i386-type Compaq (Pentium III -- Coppermine) with 384MB of RAM. She says that the machine is being slow, and I decide that she needs a leaner OS than what she has (which is Ubuntu 09.10). OK, so I do some research and conclude that openSUSE is the best OS for both the machine and for the older lady. I use Bittorrent to download 11.3 and check the md5 checksum. In my own room I install on a machine that is identical to hers 11.3 and everything checks out (I ultimately conclude that GNOME is large for the machine and spend a number of days trying to swap it out with XFCE, but that's another story.). So I figure that everything's great and I use the same (GNOME) live disk to install 11.3 on her machine. As soon as GNOME fully boots up it crashes. I reinstall and it crashes again. I swap out hard drives (remember, these are identical machines that I'm "supporting", here) and as soon as GNOME is fully loaded 11.3 then promptly crashes. Finally, I swap out her entire MACHINE with the identical one that I've been working on in my room. The f---er crashes when GNOME is fully loaded! By now, I'm fully pissed (because by this time my regular machine has ALSO gone down (possibly because of openSUSE, but I cannot say definitively so at this time).

[Code]...

View 9 Replies


ADVERTISEMENT

OpenSUSE Install :: Confirm 32 Vs 64 Bit CD / DVD?

Mar 27, 2010

1. I ordered an Opensuse 11.2 Live CD-Gnome 32-bit and an Install DVD 64-bit from a [URL].

2. My plan is to install Opensuse 11.2 from the Live CD on an old 32-bit Dell Inspiron 7500 laptop (512 mb Ram) and dual boot it w/ Windows XP.

3. And then to install the 64-bit Opensuse 11.2 on a newer 64-bit Acer Ax1200 desktop (4 gig ram).

4. Is there a way to confirm that I have the correct 32-bit Live CD and a 64-bit Install DVD?

5. I tried looking at the "properties" of the Opensuse Install DVD while in XP, w/out seeing any obvious signal identifying 32 vs 64 bit.

6. I have a hunch that if I accidentally try to install the 64-bit version on my old 32-bit laptop, it would be a disaster.

View 1 Replies View Related

General :: Install Grub After The Fact?

Dec 30, 2010

I installed Vector linux on my multi-boot system and didn't install grub because I didn't see a way to not mess with the MBR. I already have grub legacy installed to MBR and just wanted to add to the menu.lst. Now, can I install grub to the root partition where I installed Vector or should I just re-install and let it write to mbr and redo mbr later?

View 4 Replies View Related

Slackware :: Full Install After The Fact?

Nov 14, 2010

I installed Slackware quite awhile ago now, and am starting to wish that I'd done a full install instead of cherry-picking my packages. Is there any way I can do it retroactively... you know, just add all the stuff I didn't install? I'm running -current.

View 15 Replies View Related

OpenSUSE :: Eclipse Confirm Buttons Not Working In 11.2?

Nov 23, 2009

yesterday installed a fresh OpenSuse 11.2. Since then the confirm buttons (OK / YES / ...) are not working, when clicking (mouse). An keyboard ENTER-press does work.

What is the problem? Is it an OpenSuse bug?

View 9 Replies View Related

Server :: Debug Out-of-memory Error After The Fact?

Jun 22, 2010

Last night a RHEL server in our cluster unexpectedly ran out of memory and became unable to perform its purpose. I say unexpectedly, because it had been purring away for ~385 days of uptime without a twitch. It has 16GB of memory, of which on average 2GB are in use. I see no unusual traffic in e.g. HTTPD log files. how to approach tracking down why this might have happened, with a view to preventing a reoccurrence.

View 2 Replies View Related

Ubuntu :: Aligning A Wd20ears Hard Drive After The Fact?

Nov 13, 2010

After getting my components, building my computer, installing ubuntu and beginning to configure things I found out about the issues with aligning Western Digital's wd20ears 2TB hard drive. So I'm wondering what my options are. It's Maverick I've installed and when I go to the 'administration > disk utility' it reports a 1MB partition at the front, then 2TB partition for Ubuntu, then 25GB swap. Can/should I be worrying about this now? Am I too late to do anything except start over (remove old partitions and create new ones beginning in the right sector?) I read in this thread (this thread here) a post that made me hope perhaps I'm worrying about a non-issue but I don't know enough to diagnose things (or fix) myself...

View 9 Replies View Related

Programming :: Implement A Device That Is In Fact A Program That Reads From Other Devices?

Aug 1, 2010

you have to read from many devices separate devices and make it look like a single one. It sounds very much like a device driver to me, perhaps... but getting my hands dirty with kernel code sounds like a daunting task for me that I've never done it...

View 2 Replies View Related

Ubuntu :: How To Confirm 10.10 32 Or 64 Bit Version

May 16, 2011

I'm running 10.10 on a Pentium laptop that also has Win7 64bit installed. I did some googling on this and then ran uname -a in a terminal.
advait@advait-laptop:~$ uname -a
Linux advait-laptop 2.6.35-28-generic #50-Ubuntu SMP Fri Mar 18 19:00:26 UTC 2011 i686 GNU/Linux
Based on what I saw in my google search, it means I'm using Ubuntu 32 bit. I want to make sure I download the correct version of Google Earth.

View 7 Replies View Related

Server :: Backup Confirm Via Tar Possible?

Dec 22, 2010

Ran into an issue where there was a corrupt tar and nothing to do except revert to an even older one. Naturally I am then asked, can you confirm via crc or something that a tar was successful?I wish to tar / gzip some files and folders, will do them seperate, some are small, others can reach 5-7GB, but is there any way to rify aside from listing the contents that upon a tar completion that everything was fine?

View 2 Replies View Related

Ubuntu :: Confirm That Trim Is Working In MM?

Oct 13, 2010

For anyone who is not familiar with it, I am talking about the trim functionality in the 2.6.33 kernel for solid state drives.

View 6 Replies View Related

Programming :: Get Script To Confirm The Directory It Is In?

Mar 22, 2011

I know this does'nt work but how in my script would I get the script to confirm it's directory is in.

if [ $pwd -eq $LOG_DIR ];
then
echo "work"

[code]...

View 4 Replies View Related

General :: How To Confirm Source Was Correctly Installed

Jul 6, 2011

I've installed CFEngine from source (for those of you who aren't familiar with the product, check out the wiki page) on an AIX server. I had some issues setting it up but finally got it to gmake successfully.

Once I run gmake install I get a very short output (based on other source builds) and no errors. I figure something is fishy and I now I need to figure out a good way to find if it was correctly installed. I tried:

find / -name cfeng* 2> /dev/null

Is there something analogous to rpm -qa | grep cfengine?

Here is a copy of my output in case anyone needs: [url]

View 1 Replies View Related

Ubuntu Security :: SSL Without Users Having To Confirm Certification?

Jun 11, 2011

I am looking for the best method to implement SSL for my sites but without users having to accept the CERT and I'm small so I'd want to use the cheapest method like signing my own certs. Is there an automatic way of doing it or best practice?

View 8 Replies View Related

Programming :: Could Someone Confirm My Understanding Of Linux Drivers?

Jun 20, 2011

2 Questions:

1) Is there a dedicated forum on the net for people writing Linux drivers?

2) I've been reading over how Linux drivers are put together and even made my own dummy driver. However, before I begin writing the "real" driver I set out to write, I would like someone with some driver writing experience to verify that my knowledge is correct.

The driver I intend to write is for a PCI card. The very first thing I need is to know is the vendor ID and device ID of the card. After having that information, I can then use the pci_register_driver command to open a connection to the card. At this point, I need to use the pci_*_config_* commands (an example of a pci_*_config_* command is pci_read_config_byte) to figure out where the device is mapped in memory and what I/O ports I need. Now, the pci_* breed of commands take a parameter integer (which is an address) as there second argument. The address(es) which I will use and what they accomplish is device dependent. At this point, after having otained the I/O ports I need, I can then begin writing to them via the inb, outb, etc commands. Writing to X port will have Y result but this is vendor specific.

View 2 Replies View Related

Ubuntu :: Apt-get Command Without Needing User To Type Y To Confirm?

Jan 7, 2010

I am writing an installation script that installs several packages using apt-get. Is there a way to run that command with some sort of option that makes it so the user doesn't have to type Y to confirm the installation? The user needs to be run the script as sudo

View 2 Replies View Related

Debian :: Bluetooth Doesn't Pair, No Agent Available For User Confirm?

Jun 15, 2010

I'm using debian lenny (5.0.4) on 3 different laptops, two fresh installs and one was installed with etch and then updated.In the one that has been updated pairing works without any problem, while in both the others it doesn't work. I can see this on syslog when I try pairing from the phone:Jun 15 10:31:02 robertof-lt hcid[17891]: io_capa_response sba=00:22:5F:00:C2:1F, dba=C0:38:F9:D3:29:A3)Jun 15 10:31:02 robertof-lt hcid[17891]: io_capa_request (sba=00:22:5F:00:C2:1F, dba=C0:38:F9:D3:29:A3)Jun 15 10:31:04 robertof-lt hcid[17891]: No agent available for user confirm request

View 1 Replies View Related

General :: Confirm That Two Filesystems Are Identical Ignoring Special Files

Jun 15, 2011

/media/A and /media/B should be identical, but I want to confirm before deleting one.

Duplicate file finders don't work, because they'll find two copies of the same file within B, for instance. I only want to confirm that every file in one is identical to the other.

diff -qr /media/A/ /media/B/ seems to work, but the output is cluttered with garbage like

diff: /media/A//etc/alternatives/ControlPanel: No such file or directory

and

File /media/A//dev/tty8 is a character special file while file /media/B//dev/tty8 is a character special file

I can suppress the former with 2> /dev/null, but I don't know about the latter.

rsync -avn /media/A/ /media/B/ also produces a bunch of clutter, like "skipping non-regular file".

How can I compare the two trees and just make sure that all the real files exist in both and are identical?

View 2 Replies View Related

CentOS 5 :: The "rm" Command Does Not Prompt To Confirm?

May 10, 2009

When logged as a normal user, the "rm" command does not prompt to confirm.

Is this the default behavior?

View 2 Replies View Related

OpenSUSE Install :: Overlapping Partitions With Fresh Opensuse 11.3 Install

Aug 4, 2010

After a fresh install of opensuse 11.3 x86_64, using a NET install CD, I noticed that the boot disk layout has overlapping partitions. I've noticed one other post that mentioned this at the very end. Is this a known problem already? Or is there something I'm missing that makes this okay?

View 9 Replies View Related

OpenSUSE Install :: Re-install OpenSUSE From Hard Disk Using The Terminal?

Sep 29, 2010

I'm running openSUSE 11.3 and screwed some things up so that I can't install anything, including UNetbootin. So I decided to completely reinstall. I'm limited to using my hard drive as there's no CD/DVD or floppy drives installed on the machine and BIOS does not support booting from USB.

I found these instructions - Install any Linux distro directly from hard disk without burning any DVD - Just Another Linux Lover Blog

From the terminal enter these commands

sudo mkdir /distro
sudo chmod `whoami`:`whoami`
cp MYLINUX.iso /distro/distro.iso
Now extract Linux_kernel & Ram_disk to /distro#
Open /boot/grub/menu.lst
#ADD NEW ENTRY#
title Install Linux
root (hdX,X)
kernel /distro/Linux_kernel
initrd /distro/Ram_disk

Reboot and select "Install Linux" from grub. Blog Widget by LinkWithin

Creating the folder "distro" on root was easy and went smoothly. I can't seem to make the second 'whoami' command work, though. I copied-and-pasted "sudo chmod `whoami`:`whoami`" into the terminal. It asks me for the root password, I enter that and then get

chmod: missing operand after `holly:holly'
Try `chmod --help' for more information.

I didn't see anyone reply in the comments of that page saying they had trouble with it, so I think I'm just being an idiot. One person did suggest adding distro at the end on another page and it gets me

chmod: invalid mode: `holly:holly'
Try `chmod --help' for more information.

View 9 Replies View Related

OpenSUSE Install :: Stable - Install Nvidia - Driver 260.xx.xx In Opensuse 11.3?

Jan 19, 2011

i know if u search a solution in forums u get so much confused information. i hope this little manual will help all with the nvidia driver problem! u dont need to edit or create a xorg.conf or something to run the driver correct and u need no blacklistedit too! if u did the standard opensuse 11.3 install its only about 2 kernel packages and the disabling of the x11noveau driver.

1. after standard installing opensuse 11.3 update and install the opensuse softwareupdates

2. install with the yast software re/installer:

(from Desktop or from the terminal. the terminal text command is: yast2)

[Code]...

u dont need to change the menu.lst after all, only u get many problems. run the midnight commander and delete the nomodeset word and the noveau driver would be normally still active after reboot.

View 6 Replies View Related

OpenSUSE Install :: Can`t Install Suse 11.3 - Every Time System Shut Down In Install Process

Jan 30, 2011

I tried to install suse 11.3 but every time the system shut down in the install process it never finish

I think that the FAN does not work

I have an Acer Aspire 5720z

View 3 Replies View Related

OpenSUSE Install :: Install Gnome After The Minimal Server ( Console Based ) Install?

Feb 2, 2011

Tried to install Gnome after the minimal server (console based) install.I would like to install a graphical GUI now What to do? wich packages? tried zypper gnome-desktop (or something similar) but it wasn't enough.

View 3 Replies View Related

OpenSUSE Install :: Convert Factory Install Into Point Release Install Later

Jun 14, 2010

If I install the factory release now, can I easily convert my system to a normal 11.3 point release later, after 11.3 is out? If so, how would I do it? (11.2 has an issue that affects me. It's fixed in 11.3 already, so I have to use 11.3 if I'm going to use openSUSE.)

View 4 Replies View Related

OpenSUSE Install :: Did Install Vsftpd, But Removed It And Install Pure-ftpd Instead?

Jul 18, 2010

In /var/log/warn I can see :Code:Jul 18 19:29:41 Linux1 SuSEfirewall2: Warning: config 'vsftpd' not available I did install vsftpd, but I removed it and install pure-ftpd instead.

View 6 Replies View Related

OpenSUSE Install :: How To Install / Setup / Configure Rsh On Opensuse 11.1

May 8, 2009

I tried to search the internet to find out the documentation for setting up rsh on my opensuse 11.1 but was unable to find one. So i 'm posting this to help others. I know it is preferrable to use ssh instead of rsh but oracle requires use of rsh. So please dont get back to me saying "use ssh".Note to moderator: I tried to add this to "how to" section but in vain due to "no permissions error".

View 5 Replies View Related

OpenSUSE Install :: Connect To The Network To Install OpenSuse ?

Jan 8, 2010

How can I install the WMP300N driver into the network install disk so that I can connect to the network to install Open Suse ?

View 3 Replies View Related

OpenSUSE Install :: How To Partition My HDD To Install OpenSUSE + Windows 7

Jun 3, 2011

I am almost newbie at Linux OS, but I want to install openSUSE. Unfortunately I have some programs which probably will not work on Linux, so I want to have a Windows 7, just in case. I will partition my 250 GB HDD as follows:

1. openSUSE partition/s (... GB)
2. Windows 7 system partition (100 MB)
3. Windows 7 partition (30 GB)
4. My files' partition (the rest unallocated space) - I wish both OS's to read this partition, that's why it will be NTFS.

I would like to know how many and how big the openSUSE partition/s should be. Could it be installed on one partition, or it requires separate swap, root, etc. ones?Does those NTFS partitions slow down openSUSE?

View 4 Replies View Related

OpenSUSE Install :: Install Suse Alongside An Existing Install?

Apr 18, 2010

i have a backtrack install that i would like to keep while installing suse for an everyday OS; i start the install process but when it gets to partitioning the hard drive, it doesnt seem to recognize anything already being on there; it just gives me the setup for suse, ie:
sda1 ext3 = OS sda2 or sda5 = swap. do i have to configure a partition scheme? i installed ubuntu on a desktop alongside windows very easily due to grub graphical install/partition; is there not a similar function for suse?

View 6 Replies View Related







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