Pages

Search

How to configure multi boot with IDE and SATA drive? - Forums Linux

How to configure multi boot with IDE and SATA drive? - Forums Linux


How to configure multi boot with IDE and SATA drive?

Posted: 14 Dec 2006 02:13 AM PST

imotgm wrote:

 
 

Your advice solved my problem. Many thanks! /Bengt T

Ubuntu: mdadm cannot create md* device

Posted: 13 Dec 2006 10:39 AM PST

com wrote: 

I think you need to base your install on the server or alternate CD.
See http://users.piuha.net/martti/comp/ubuntu/raid.html I did it with
6.06 though.

Tim

no mouse pointer

Posted: 11 Dec 2006 11:49 AM PST

Tom Goldring wrote:
 

We need more information, is the mouse there but you just don't see
it? I mean if you move the mouse around you see windows or icons
highlight as if they're under the mouse? If so then you need to

go to directory /etc/X11 and
edit the file xorg.conf to add to the section called "Device"
an entry for "HWcursor" set to "false"

Section "Device"

Option "HWcursor" "false"
EndSection

If you don't have a mouse at all, then it's something else.

Mark

external disk for booting linux: which technology

Posted: 11 Dec 2006 03:24 AM PST

In comp.os.linux.misc unix_fan <de> wrote:
: - SCSI (is dead, right?

Old parallel SCSI,probably, but serial scsi may have some life yet.
One of the fundamental problems with SCSI has been the
plethora of "standards" as the technology evolved. All
pretty much incompatible of course.

SATS and SAS are pretty clearly they way to go at this time.

Stan
--
Stan Bischof ("stan" at the below domain)
www.worldbadminton.com

How do I start plain il' telnet

Posted: 10 Dec 2006 02:41 PM PST

ben yates wrote: 

I am not so negative..BUT I have noticed a tendency on returning to
Linux after about 5 years..to find that it has got fatter, and in its
attempts to attract windows users, more like windows.

That is, in general installation is easy, seamless and requires no user
input, but when it goes wrong its harder to fix, because half the config
files are now generated by something else..

There ought to be a sort of Unix Interop so that everyone could
standardize on ways of doing things.

 

I haven't found any of those issues.

In fact the stability of my non-X server has been as good as anything I
have ever used.
 

Ah. I'm using debian, and its pretty good now I understand how it
works..the bad time was starting from a very old CD - a place it didn't
understand..
 

Unix was always like that. Which is why one learnt shell and Vi..at
least they were common across all platforms.

 

QTParted problem, among other (trying to dual boot)..

Posted: 10 Dec 2006 09:55 AM PST

com writes:
 
....

Try the gparted livecd. I had similar problems when I tried to use
the various parted versions on Linux livecds, but not with the gparted
livecd. I can't explain why that should make a difference, and my
attempting to do so would just be speculation (e.g. could be different
versions of parted (such as gparted v. qtparted v. parted) or that the
distros version was from a different date or that the supporting
libraries were different or etc.)

However, as I said, I found that the gparted livecd was the "most
reliable" on my system. Your mileage may vary....

Fedora 6 NIC issues

Posted: 09 Dec 2006 08:18 PM PST

com did eloquently scribble: 

First tell us if the driver module's loaded.
use the command lsmod
you're looking for 8139too, I think.
--
__________________________________________________ ____________________________
| co.uk | "Are you pondering what I'm pondering Pinky?" |
|Andrew Halliwell BSc(hons)| |
| in | "I think so brain, but this time, you control |
| Computer Science | the Encounter suit, and I'll do the voice..." |
------------------------------------------------------------------------------

DFQ - ethernet (not TCP) setup

Posted: 09 Dec 2006 12:02 PM PST

On Sat, 9 Dec 2006 21:17:39 UTC, John-Paul Stewart
<ca> wrote:
 
<snip> 

OK, I ran:

modprobe ne irq=10 io=0x300

The card was then recognised, so I followed your advice and added the
commands to a file 'local' in
/etc/modprobe.d

However although the card is recognised after I've run modprobe, it is
not found on the next boot.

I've pasted the output of ifconfig before and after running modprobe
below. Also included are the contents of the 'local' file and the
/etc/network/interfaces file

One clue to the problem might be that the other card is a D-Link DE528
PCI ne2000 clone. I've read that having two cards using the same
driver can be tricky to set up. However I've tried removing the pci
card and all that does is produce more error messages. eth0 (pci) is
not found and neither is eth1 (isa)

I'm running Debian Sarge (stable) installed from an FTP server in mid
October (internet install) on an IBM GL300. No kernel mods (I don't
know how to do that yet!)

TIA for any advice.

Jim

output of various commands follows:

ran command: ifconfig -a >ether.txt

eth0 Link encap:Ethernet HWaddr 00:80:C8:F2:E7:E9
inet addr:192.168.143.2 Bcast:192.168.143.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1860 (1.8 KiB) TX bytes:1064 (1.0 KiB)
Interrupt:15 Base address:0x5000

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)

ran command: cat /etc/modprobe.d/local >>ether.txt
alias eth1 ne
options ne irq=10 io=0x300

ran command: modprobe ne irq=10 io=0x300
ran command ifconfig -a >>ether.txt

eth0 Link encap:Ethernet HWaddr 00:80:C8:F2:E7:E9
inet addr:192.168.143.2 Bcast:192.168.143.255
Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1860 (1.8 KiB) TX bytes:1064 (1.0 KiB)
Interrupt:15 Base address:0x5000

eth1 Link encap:Ethernet HWaddr 00:40:05:53:20:D2
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10 Base address:0x300

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)

ran command: cat /etc/network/interfaces >>ether.txt

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface

auto lo
iface lo inet loopback

# The primary network interface

auto eth0
iface eth0 inet dhcp


# Secondary network interface added JHB 2006-12-11

auto eth1
iface eth1 inet dhcp

--
Jim Backus running OS/2 Warp 3 & 4, Debian Linux and Win98SE
bona fide replies to j <dot> backus <the circle thingy> jita <dot>
demon <dot> co <dot> uk

Linux problems #3 - SAMBA not working

Posted: 08 Dec 2006 11:54 PM PST

> Have you created the appropriate users with adduser and smbpasswd ?

Using smbpasswd did it! Thanks.


Linux problems #2 - DNS not working

Posted: 08 Dec 2006 11:44 PM PST

Leslie Rhorer wrote: 

That's a new one on me,..what router was that?
It makes some sort of sense..you would normally out your print servers
on static for example..and wouldn't expect them to need global access..

Linux problems #1 - Can't compile Kernel

Posted: 08 Dec 2006 11:43 PM PST


<co.uk> wrote in message
news:ntlworld.com... 

Depmod also returns the following unsurprising result:

depmod: *** Unresolved symbols in
/lib/modules/2.4.27-2-386/kernel/drivers/net/velocityget.o


ypcat: can't get local yp domain: Local domain name not set

Posted: 08 Dec 2006 08:42 AM PST

com <com> wrote: 

Did you start ypbind on the client? It has to run on every client.

What is the output of "domainname". It should print the local NIS
Domainname. If the command prints "(none)" you could set it manually using
the domainname command. Setting it permanently depends on the distribution
you are using. For Fedora/RedHat you would create a file:

/etc/sysconfig/ypbind

with a single Line:

NISDOMAIN=...

of course specifying your correct local domainname. Or you could use
system-config-authentication to do the same.

Thomas Scheunemann

Install Debian

Posted: 05 Dec 2006 11:00 AM PST

kaari wrote: 

Yes. I suggest that you post your question to the debian-user mailing
list. Go to www.debian.org to subscribe.
--
John Hasler
gt.org
Dancing Horse Hill
Elmwood, WI USA