Search found 14 matches
- Wed Sep 29, 2010 12:58 pm
- Forum: Beginners and Newbies
- Topic: Fedora 12 hangs on startup
- Replies: 10
- Views: 6281
Re: Fedora 12 hangs on startup
described here OMG i've been LMGTFY :D boot into single mode. enable all the services one by one and check if they come up or hang, you should find the guilty one then. Or boot into runlevel 2 (single + network) and do a yum update, this might fix things as well. First i tried this one: > su > init...
- Fri Sep 24, 2010 10:05 am
- Forum: Beginners and Newbies
- Topic: Fedora 12 hangs on startup
- Replies: 10
- Views: 6281
Re: Fedora 12 hangs on startup
And how exactly do I boot in any of those modes?
- Thu Sep 23, 2010 2:33 am
- Forum: Beginners and Newbies
- Topic: Fedora 12 hangs on startup
- Replies: 10
- Views: 6281
Re: Fedora 12 hangs on startup
when I do:
and then reboot, it just stops at the line before:
and visually it hangs on the fedora logo again.
Code: Select all
chkconfig monit off
service monit stopCode: Select all
starting atd- Wed Sep 22, 2010 2:46 pm
- Forum: Beginners and Newbies
- Topic: Fedora 12 hangs on startup
- Replies: 10
- Views: 6281
Re: Fedora 12 hangs on startup
Isn't that what is being show in the first screenshot?
- Tue Sep 21, 2010 3:21 pm
- Forum: Beginners and Newbies
- Topic: Fedora 12 hangs on startup
- Replies: 10
- Views: 6281
Fedora 12 hangs on startup
Hey, After spending some time on the #Fedora and #Amahi (with cpg and bigfoot65) IRC I still haven't been able to fix my current problem. I have a Fedora 12 computer for an Amahi media server (NAS). Recently I updated it, but not quite sure if i've rebooted since then. Anyway I rebooted today and wa...
- Wed Jan 20, 2010 4:11 am
- Forum: Beginners and Newbies
- Topic: Adding HD's from FreeNAS
- Replies: 17
- Views: 10169
Re: Adding HD's from FreeNAS
* BUMP *
- Mon Jan 18, 2010 5:47 am
- Forum: Beginners and Newbies
- Topic: Adding HD's from FreeNAS
- Replies: 17
- Views: 10169
Re: Adding HD's from FreeNAS
You mean like this one:
That one gave me the same problems
Code: Select all
mount -t ufs -o ufstype=ufs2 /dev/sdb2 /mnt/Data2- Mon Jan 18, 2010 3:59 am
- Forum: Beginners and Newbies
- Topic: Adding HD's from FreeNAS
- Replies: 17
- Views: 10169
Re: Adding HD's from FreeNAS
[root@NAS Data1]# umount /dev/sdb2 umount: /dev/sdb2: niet aangekoppeld [root@NAS Data1]# umount /mnt/Data2 umount: /mnt/Data2: niet aangekoppeld where "niet aangekoppeld" means "not mounted" [root@NAS Data1]# mount -t ufs -o ufstype=ufs2,rw /dev/sdb2 /mnt/Data2 mount: onjuiste ...
- Mon Jan 18, 2010 2:48 am
- Forum: Beginners and Newbies
- Topic: Adding HD's from FreeNAS
- Replies: 17
- Views: 10169
Re: Adding HD's from FreeNAS
I tried a couple of things, but these didn't work, so I must be doing something wrong :-) mount -t ufs -o ufstype=ufs2,rw /dev/sdb2 /mnt/Data2 mount -t ufs -o ufstype=ufs2,ro -rw /dev/sdb2 /mnt/Data2 mount -t ufs -o rw ufstype=ufs2,ro /dev/sdb2 /mnt/Data2 mount -t ufs -o ufstype=ufs2,w /dev/sdb2 /mn...
- Mon Jan 18, 2010 1:42 am
- Forum: Beginners and Newbies
- Topic: Adding HD's from FreeNAS
- Replies: 17
- Views: 10169
Re: Adding HD's from FreeNAS
[root@NAS ~]# cd /mnt/Data1; touch test.txttouch: kan tijdsstempels van ‘test.txt’ niet wijzigen: Bestandssysteem is alleen-lezen In english it would be something like: "cannot change timestamps of text.txt: Filesystem is read-only" So apparently the whole thing is read-only, with folders...