Re: moving linux installs

2008-04-24 Thread Thomas Charron
On 4/21/08, Ben Scott [EMAIL PROTECTED] wrote:
  Windows NT (2000/XP/...) work a lot more like GRUB.  The NTLDR file
 is kind of like GRUB's stage2.  I'm not sure how the MBR boot block
 gets around to loading it.

  The MBR block loads based on an offset from the start of the
partition, loading NTLDR.  The NTLDR code is actually part of the file
system itself, it's existence is actually stored in two locations, one
before the actual file system, with a symbolic entry in the file
system itself.  This is why some defragmenting programs can spooge
NTLDR.  It's not JUST a file, it's actually in a fixed location
beforte the actual file allocation tables.

 But NTLDR uses the BIOS for I/O, reads
 BOOT.INI for config, and then loads several dozen different files to
 get NT running.  That includes reading the registry for information on
 which drivers to load.  Gulp.

  Correct, The MBR snippet loads NTLDR, and NTLDR reads a sparse file
table which points to the special $Boot 'file'.  I guess in reality,
NTLDR is actually stage1.5 thinking about it.

  Right, but since Windows is all plug-and-play and everything,
 doesn't that mean all we're really accomplishing is avoiding a bunch
 of yellow-bang icons in Device Manager (for the hardware that suddenly
 disappeared)?  I mean, yah, sure, it makes things cleaner, but it's
 not exactly critical.  No?

  Kinda.  It also serves as a way to say 'when in this profile, ignore
this device'.  A laptop, for instance, may ignore the built in
ethernet NIC when docked into a docking station that also has a NIC.

  AFAIK, Linux (-based distros) doesn't offer such a facility.
  Well, that depends on what you're looking for.  There's no Hardware
 Profiles GUI dialog box thingy (and $DEITY willing, there never will
 be).  But if you attempt to load modules for all the hardware you
 *might* have, the kernel will only keep the ones for hardware it
 actually finds.  So if your NIC might be a 3Com or might be an Intel,

  However, in my case it's much more difficult to boot my Linux
partition natively, and under VMWare without a significant amount of
'meddling'.  For instance, dynamic reconfiguration of X.org, alsa
configurations, NetworkManager, etc..  Profiles specifically address
those issues, to the point where the registry is swapped in and out
depending on which profile you're loading.  Not a 'super' concept,
it's simular to renaming /etc back and forth.  :-D

   I haven't counted, but does Linux support more than a hundred-ish types of
  disk controllers these days?  If not, I'd rather see them all available all
  the time ...

  You can.  Build them all as modules, and have initramfs include all
of them.  Your initial ramdisk would be pretty hefty, but it would
work.  I believe many install disks do something simular.

-- 
-- Thomas
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: moving linux installs

2008-04-24 Thread Ben Scott
On Thu, Apr 24, 2008 at 9:11 AM, Thomas Charron [EMAIL PROTECTED] wrote:
 For instance, dynamic reconfiguration of X.org ...

  X is kinda rough.  I take it the idea of trying to use the
run-without-a-full-config-file/always-probe-the-video-card strategy
never worked?

 ... NetworkManager ...

  NetworkManager is a crock.  It happens to work sometimes, maybe even
a lot of the time, but it's still a crock.  NM either works
automagically, or it mysteriously fails.  When it works, great.  When
it fails, there's nothing you can do about it.  Reminds of of MS
Windows, actually.

-- Ben
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: moving linux installs

2008-04-24 Thread Thomas Charron
On 4/24/08, Ben Scott [EMAIL PROTECTED] wrote:
 On Thu, Apr 24, 2008 at 9:11 AM, Thomas Charron [EMAIL PROTECTED] wrote:
  For instance, dynamic reconfiguration of X.org ...
  X is kinda rough.  I take it the idea of trying to use the
 run-without-a-full-config-file/always-probe-the-video-card strategy
 never worked?

  'Kinda'.  Resolutions would always be a bit screwy, and mouse
cursers would never quite work right.

  ... NetworkManager ...
  NetworkManager is a crock.  It happens to work sometimes, maybe even
 a lot of the time, but it's still a crock.  NM either works
 automagically, or it mysteriously fails.  When it works, great.  When
 it fails, there's nothing you can do about it.  Reminds of of MS
 Windows, actually.

  It's been getting better over time.  I've only really had it royally
screw up once, but an upgrade 2 days later fixed it.  Perhaps the
'learn and remember' concept itself is complex enough that it's prone
to failure.  *shrug*.

-- 
-- Thomas
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: moving linux installs

2008-04-24 Thread Jerry Feldman
On Thu, 24 Apr 2008 11:19:15 -0400
Ben Scott [EMAIL PROTECTED] wrote:

 NetworkManager is a crock.  It happens to work sometimes, maybe even
 a lot of the time, but it's still a crock.  NM either works
 automagically, or it mysteriously fails.  When it works, great.  When
 it fails, there's nothing you can do about it.  Reminds of of MS
 Windows, actually.

In my case, it is one of the few solutions. At work I use WPA
authentication, and home I use WEP 128, at BLU meetings I use either
MIT or JABR-NET unencrypted. While Network Manager does fail, I have
found the most common cause it WPA-Supplicant. Prior to using NM, I
used SCPM. SCPM has a few advantages over NM. One advantage of SCPM was
that at HP I could configure a proxy server, but no proxy server
elsewhere. I have not seen SCPM used outside of SuSE systems, though.

-- 
--
Jerry Feldman [EMAIL PROTECTED]
Boston Linux and Unix
PGP key id: 537C5846
PGP Key fingerprint: 3D1B 8377 A3C0 A5F2 ECBB  CA3B 4607 4319 537C 5846


signature.asc
Description: PGP signature
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: moving linux installs

2008-04-24 Thread John Abreau

On Thu, April 24, 2008 11:19 am, Ben Scott said:

 ... NetworkManager ...

   NetworkManager is a crock.  It happens to work sometimes, maybe even
 a lot of the time, but it's still a crock.  NM either works
 automagically, or it mysteriously fails.  When it works, great.  When
 it fails, there's nothing you can do about it.  Reminds of of MS
 Windows, actually.


What always drove me nuts about NetworkManager was that when I disabled
it, it wouldn't stay disabled. It would fail to set up the network,
I'd shut it off and configure my network settings by hand, and
everything would work fine for about 2 minutes. Then NetworkManager
would come back to life and change the settings back to the broken state.

The only way I was able to stop it was by uninstalling NetworkManager
and the things that depend on it.



-- 
John Abreau / Executive Director, Boston Linux  Unix
IM: [EMAIL PROTECTED] / [EMAIL PROTECTED] / [EMAIL PROTECTED] / [EMAIL 
PROTECTED]
Email [EMAIL PROTECTED] / WWW http://www.abreau.net / PGP-Key-ID 0xD5C7B5D9
PGP-Key-Fingerprint 72 FB 39 4F 3C 3B D6 5B E0 C8 5A 6E F1 2C BE 99


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Source for DVI/USB KVM switch, cables

2008-04-24 Thread Kent Johnson
Hi,

I need a KVM switch that will, at a minimum, switch one DVI monitor at 
1920x1200 and one USB port between two computers. An extra USB port and 
audio would be a bonus but not required. I will also need the DVI and 
USB cables to go between the switch and the computers.

Can anyone recommend a particular brand or supplier for these? They seem 
to be pretty pricey. For example this unit
http://www.gefen.com/kvm/product.jsp?prod_id=3113

which is $149 from NewEgg, including the required cables.

Thanks,
Kent
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Saving the error output of make

2008-04-24 Thread Labitt, Bruce
Hi Gang,

I managed, with great difficulty, (another rant, for another day) to
install Scientific Linux on my Optiplex 745.  This machine will suffice
until I get a decent computer for what I need to do.  To run some tests,
I'd like to install Octave on it.  (OS version of MATLAB.)

I want to build octave from source so I get the options I'm interested
in.  (I had managed to build octave from source when I had Centos 4.6 on
the computer.)  

The configure phase appeared to go ok.  The make failed.  At some time I
can send to anyone if they are interested - that is if I can capture it.

I tried using:
$ make | tee makeoctave.log

This stored nearly everything, except for the error messages near the
end.

So I got something like this

lots of stuff ...

1] g++ .. blah blah ...
2] ../src/liboctinterp.so: undefined reference to ...
3] ../src/liboctinterp.so: undefined reference to
'std::basic:_istreamchar, 
4] collect2: ld returned 1 exit status
5] make[2]: *** [octave] Error 1
6] make[2]: Leaving directory 
7] make[1]: *** [src] Error 2
8] make[1]: Leaving directory ...
9] make[1]: *** [all] Error 2

In the file makeoctave.log I recorded lines 1,4,5,6,7,8,  9, but not 2
and 3?  How can I fix that?

As for the error it looks like some c++ stuff is missing, maybe some
other files...  Got to hunt this down...  There were some interesting
items in the config.log, maybe they are a clue ;-)

Bruce


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ben Scott
Sent: Thursday, April 24, 2008 11:19 AM
To: Greater NH Linux User Group
Subject: Re: moving linux installs

On Thu, Apr 24, 2008 at 9:11 AM, Thomas Charron [EMAIL PROTECTED]
wrote:
 For instance, dynamic reconfiguration of X.org ...

  X is kinda rough.  I take it the idea of trying to use the
run-without-a-full-config-file/always-probe-the-video-card strategy
never worked?

 ... NetworkManager ...

  NetworkManager is a crock.  It happens to work sometimes, maybe even
a lot of the time, but it's still a crock.  NM either works
automagically, or it mysteriously fails.  When it works, great.  When
it fails, there's nothing you can do about it.  Reminds of of MS
Windows, actually.

-- Ben
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: moving linux installs

2008-04-24 Thread Jerry Feldman
On Thu, 24 Apr 2008 14:43:42 -0400 (EDT)
John Abreau [EMAIL PROTECTED] wrote:

 What always drove me nuts about NetworkManager was that when I disabled
 it, it wouldn't stay disabled. It would fail to set up the network,
 I'd shut it off and configure my network settings by hand, and
 everything would work fine for about 2 minutes. Then NetworkManager
 would come back to life and change the settings back to the broken state.
 
 The only way I was able to stop it was by uninstalling NetworkManager
 and the things that depend on it.

I have not had the same problem. One problem I do have is at MIT. When
I am connected to the MIT network, somehow it gets confused with your
wireless. 

-- 
--
Jerry Feldman [EMAIL PROTECTED]
Boston Linux and Unix
PGP key id: 537C5846
PGP Key fingerprint: 3D1B 8377 A3C0 A5F2 ECBB  CA3B 4607 4319 537C 5846


signature.asc
Description: PGP signature
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: Saving the error output of make

2008-04-24 Thread Paul Lussier
Labitt, Bruce [EMAIL PROTECTED] writes:

 Hi Gang,

 I managed, with great difficulty, (another rant, for another day) to
 install Scientific Linux on my Optiplex 745.  This machine will suffice
 until I get a decent computer for what I need to do.  To run some tests,
 I'd like to install Octave on it.  (OS version of MATLAB.)

 I want to build octave from source so I get the options I'm interested
 in.  (I had managed to build octave from source when I had Centos 4.6 on
 the computer.)  

 The configure phase appeared to go ok.  The make failed.  At some time I
 can send to anyone if they are interested - that is if I can capture it.

 I tried using:
 $ make | tee makeoctave.log

 This stored nearly everything, except for the error messages near the
 end.

make 21 | tee makeoctave.log

-- 
Seeya,
Paul
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: Source for DVI/USB KVM switch, cables

2008-04-24 Thread Ben Scott
On Thu, Apr 24, 2008 at 5:55 PM, Kent Johnson [EMAIL PROTECTED] wrote:
 They seem to be pretty pricey. ... $149 from NewEgg ...

  I'm sorry to report that $149 is cheap.  The good units cost several
hundred, or even thousands of dollars.

-- Ben
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: Source for DVI/USB KVM switch, cables

2008-04-24 Thread Chip Marshall
On April 24, 2008, Kent Johnson sent me the following:
 I need a KVM switch that will, at a minimum, switch one DVI monitor at 
 1920x1200 and one USB port between two computers. An extra USB port and 
 audio would be a bonus but not required. I will also need the DVI and 
 USB cables to go between the switch and the computers.

I've had a IOGEAR 2-port KVM with integrated cables for a few years and
have never had a problem with it. They have an updated model that does
DVI, USB, and audio, the GCS932U. It's also $149 from Newegg.

http://www.iogear.com/product/GCS932U/
http://www.newegg.com/Product/Product.aspx?Item=N82E16817399020

-- 
Chip Marshall [EMAIL PROTECTED]
http://weblog.2bithacker.net/PGP key ID 43C4819E
v4sw5PUhw4/5ln5pr5FOPck4ma4u6FLOw5Xm5l5Ui2e4t4/5ARWb7HKOen6a2Xs5IMr2g6CM


signature.asc
Description: Digital signature
___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/


Re: Source for DVI/USB KVM switch, cables

2008-04-24 Thread Bill McGonigle
On Apr 24, 2008, at 22:37, Chip Marshall wrote:

 It's also $149 from Newegg.

I've got the VGA version of this one and it's had the best picture of  
any cheap switch I've used:
   http://drbott.com/prod/db.lasso?code=0130-MTDV

$149... I'm starting to see a trend here.  Switching lots of pins  
seems to be expensive.

-Bill

-
Bill McGonigle, Owner   Work: 603.448.4440
BFC Computing, LLC  Home: 603.448.1668
[EMAIL PROTECTED]   Cell: 603.252.2606
http://www.bfccomputing.com/Page: 603.442.1833
Blog: http://blog.bfccomputing.com/
VCard: http://bfccomputing.com/vcard/bill.vcf

___
gnhlug-discuss mailing list
gnhlug-discuss@mail.gnhlug.org
http://mail.gnhlug.org/mailman/listinfo/gnhlug-discuss/