Ubuntu for SPARC: Linux freezes (ALOT!)


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Ubuntu for SPARC: Linux freezes (ALOT!)
# 1  
Old 09-04-2008
Data Ubuntu for SPARC: Linux freezes (ALOT!)

Hi, I am wanting to get some input on an issue that I have encountered with Ubuntu 7.10 Gutsy. When installing Linux & booting Linux it freezes almost all the time, I don't know if it is the shell or whatever, but after SILO, it goes wild of freezes, then rebooting all the time. (The display changes to black and fonts are different) However, I don't have this problem in Solaris 10, and Solaris 10 is stable as a rock. Any help would be greatly appreciated.


My machine: Sun Blade 100, 1 GB RAM, 15GB HDD.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Linux

Oracle Linux on SPARC

Hi Oracle Linux users, You can probably guess from the title what the question is: Does anyone know if Oracle Linux (the Unbreakable variety I think that is) comes in a SPARC release or, if not, will there be one some time soon ? Many thanks, P;):D:b: (2 Replies)
Discussion started by: patcom
2 Replies

2. Ubuntu

'Starting up partitioner' freezes during Ubuntu Server install

Here's my hardware: GA-880GA-UD3H(rev. 2.2) Had Ubuntu 11.04 server running with 6 Seagate 1TB ST31000524AS drives. Was NOT using the 2 white gigabyte sata ports, only blue. (8 sata ports total on MB) 1x IDE DVD-ROM (For Ubuntu Server Install disk) I was trying to upgrade to use all SATA... (0 Replies)
Discussion started by: lorewap3
0 Replies

3. Ubuntu

Sudo issues with Ubuntu 7.10 Running on a Ultra SPARC Machine

I have a Sun Blade 1000 machine that I installed Ubuntu 7.10 SPARC onto. The only user configured (configure during install) cannot use sudo. When I try to issue a command using sudo (ex. sudo apt-get install) it asks me for my password and returns the error "user not found in sudoers file". I need... (4 Replies)
Discussion started by: swilso
4 Replies

4. Ubuntu

XP and Linux (Ubuntu) on same disk, Can I install Ubuntu on not-yet partitioned portion of disk?

My PC (Esprimo, 3 yeas old) has one hard drive having 2 partitions C: (80 GB NTFS, XP) and D: (120 GB NTFS, empty) and and a 200 MB area that yet is not-partitioned. I would like to try Ubuntu and to install Ubuntu on the not-partitioned area . The idea is to have the possibility to run... (7 Replies)
Discussion started by: C.Weidemann
7 Replies

5. UNIX Desktop Questions & Answers

Use Sparc HD in Linux PC?

My Sparc 10 is not working and I would like to get some data file from it. Can I use Sparc HD as an external HD to a linux PC? If I do, dies linux PC will recognize this HD and not ask to format it? Thanks a lot. :confused: (5 Replies)
Discussion started by: cc878
5 Replies

6. Ubuntu

Ubuntu 8 SPARC edition problem jumbled text at install

hello guys i bought a SPARC neutra system a couple of months ago and after failing to install solaris onto it (and leaving it as a door stop for a couple of months) decided to stick ubuntu onto it for starters i dont own a sun keyboard i have a cheap pcline usb keyboard (it works... (3 Replies)
Discussion started by: garethmob
3 Replies

7. UNIX for Dummies Questions & Answers

I Need alot of help!!! please

Ok heres whats up I reacently got a old sun server with a dvd drive it currently has a database of car parts on it i want to know how to change it into and ftp that i could access from a windows computer to store files, website, pictures, 3d animations and anything else that i need to move... (7 Replies)
Discussion started by: alt+f4
7 Replies
Login or Register to Ask a Question
FSFREEZE(8)						       System Administration						       FSFREEZE(8)

NAME
fsfreeze - suspend access to a filesystem (Linux Ext3/4, ReiserFS, JFS, XFS) SYNOPSIS
fsfreeze -f mountpoint fsfreeze -u mountpoint DESCRIPTION
fsfreeze suspends and resumes access to an filesystem fsfreeze halts new access to the filesystem and creates a stable image on disk. fsfreeze is intended to be used with hardware RAID devices that support the creation of snapshots. fsfreeze is unnecessary for device-mapper devices. The device-mapper (and LVM) automatically freezes filesystem on the device when a snap- shot creation is requested. For more details see the dmsetup(8) man page. The mount-point argument is the pathname of the directory where the filesystem is mounted. The filesystem must be mounted to be frozen (see mount(8)). OPTIONS
-h, --help Print help and exit. -f, --freeze This option requests the specified a filesystem to be frozen from new modifications. When this is selected, all ongoing transac- tions in the filesystem are allowed to complete, new write system calls are halted, other calls which modify the filesystem are halted, and all dirty data, metadata, and log information are written to disk. Any process attempting to write to the frozen filesystem will block waiting for the filesystem to be unfrozen. Note that even after freezing, the on-disk filesystem can contain information on files that are still in the process of unlinking. These files will not be unlinked until the filesystem is unfrozen or a clean mount of the snapshot is complete. -u, --unfreeze This option is used to un-freeze the filesystem and allow operations to continue. Any filesystem modifications that were blocked by the freeze are unblocked and allowed to complete. AUTHOR
Written by Hajime Taira. NOTES
This man page based on xfs_freeze. One of -f or -u must be supplied to fsfreeze. SEE ALSO
mount(8) AVAILABILITY
The fsfreeze command is part of the util-linux package and is available from ftp://ftp.kernel.org/pub/linux/utils/util-linux/. util-linux May 2010 FSFREEZE(8)