Re: Developer question

2002-01-30 Thread Susan Macchia

Rick,

I've done lots of porting sporadically over the years and for the most part,
they should port.  Just be careful not to use any Linux specific features in
your makefile and you should be all set.  And even if your code was X window
specific, X is on available on all *nix* platforms (provided that it's
installed).

BTW, what programming language are you using?  C or C++ ?

Let me know if you need any more help.  Be glad to!

> List
> 
>   I am doing a programming project for a college class. My system and the 
> development system are both Linux. The final build & operation will be on
> BSD, I do not at this time knowe version. My question is, if I create the
> config &Makefile stuff on linux, how much rework to make my stuff work on 
> BSD. My code will be generic not X or gnu specific, but use the standard 
> headers
> & stlport.
> 
> cheers



=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com
___
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: printer in Suse 7.3

2002-01-25 Thread Susan Macchia


What does your printcap look like?  I am running SuSE 7.3.  I don't have a
printer called 'lpr' but that (lpr is the print program).

Can you print to a file and then lpr the file to the right queue?


Keith Antoine wrote:
> I have a problem with my print program in Suse and Konqueror/Kmail.
> when I go to print a mail out it brings up a window to print from, in ther 
> are printer names as strings. The one I need 'lpr' is not there but 3 
> others are
> lp|lp2|y2prn_lp.vpp--auto-lp|y2prn_lp.upp auto
> the others are lp-asci and lp-raw
> 
> None of these print of course, they just bring up an error window. Where can 
> I edit these to lpr or whatever.
> 
> It seems to be in kmail and konqueror only, I think

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Great stuff seeking new owners in Yahoo! Auctions! 
http://auctions.yahoo.com
___
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: ext3 on root partition question

2002-01-22 Thread Susan Macchia

The output from mount is:

/home/susan/Compaq/backup >mount
/dev/hda2 on / type ext3 (rw)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,mode=0620,gid=5)
/dev/hdb5 on /usr type ext3 (rw)
/dev/hdb1 on /usr/src type ext3 (rw)
/dev/hdb6 on /opt type ext3 (rw)
/dev/hdb7 on /home type ext3 (rw)
shmfs on /dev/shm type shm (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)


So it looks like its ext3.  But why would fsck be run on bootup?


Douglass Hunley wrote:

> Susan Macchia babbled on about:
> > Once the system was booted, when I do a 'ps | grep jour'  I see only 4
> > entries and would expect 5 for my 5 partitions:
>
> > So it should be ext3, right?  Can anyone help unravel the mystery?
>
> what does 'mount' say that root is mounted as?
> -- 
> Douglas J Hunley (doug at hunley.homeip.net) - Linux User #174778
> Admin: Linux StepByStep - http://linux.nf

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
___
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: interest in an annual SxS get-together?

2002-01-22 Thread Susan Macchia

> Judging from the recent threads, I'm betting that everyone would be 
> interested in my possibly renting out a park or something and everyone on 
> these lists getting together?
> If ther's an interest, I can start looking into things for a get-together 
> during Summer 2003. What does everyone think?


I would be interested.  July is out though and I probably couldn't travel all
the way to the west coast (sorry llama) since I live on the east :-)



=
_____
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
___
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



ext3 on root partition question

2002-01-22 Thread Susan Macchia

Hi all,

I have converted my all my filesystems to ext3.  I am running SuSE 7.3.  But I
am concerned that my root partition did not get converted.  Last night I had a
power outage and on reboot, fschk was run on my root partition.  The boot
screen showed the following message:

/dev/hda2 not cleanly unmounted, check forced

Now all the other partitions looked like they were using the journal files
because for each partition, I saw a message stating (something to the effect)
that the journal file was being checked.

Once the system was booted, when I do a 'ps | grep jour'  I see only 4 entries
and would expect 5 for my 5 partitions:

root50 1  0 06:44 ?00:00:00 [kjournald]
root51 1  0 06:44 ?00:00:00 [kjournald]
root52 1  0 06:44 ?00:00:00 [kjournald]
root53 1  0 06:44 ?00:00:00 [kjournald]


Below is my fstab:

/dev/hda2   /   ext3defaults 1 1
/dev/hdb5   /usrext3defaults 1 2
/dev/hdb1   /usr/srcext3defaults 1 2
/dev/hdb6   /optext3defaults 1 2
/dev/hdb7   /home   ext3defaults 1 2
/dev/hdb2   swapswappri=42 0 0
/dev/cdrecorder /media/cdrecorder   autoro,noauto,user,exec 0 0
/dev/cdrom  /media/cdromautoro,noauto,user,exec 0 0
/dev/fd0/media/floppy   autonoauto,user,sync 0 0
devpts  /dev/ptsdevpts  defaults 0 0
proc/proc   procdefaults 0 0
usbdevfs/proc/bus/usb   usbdevfsdefaults,noauto 0 0



/dev/hda1 has a test version of SuSE7.3 which I can boot into.  I used this to
convert /dev/hda2 (my production root partion).  I am running with the stock
SuSE 7.3 kernel and haven't yet applied any security updates.
 
When I try and rerun tunejfs on /dev/hda2 I get the following message:

tune2fs 1.24a (02-Sep-2001)
The filesystem already has a journal.


So it should be ext3, right?  Can anyone help unravel the mystery?

TIA!

=
_________
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
___
Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.



Re: Weird Shutdown/halt in SuSE 7.3

2002-01-18 Thread Susan Macchia

Lee,

Can you expand a little on what you mean by "tell it to reboot and power down
duing the bio bootup"?  Who or what do I "tell" ?  The bios?

TIA


--- Susan Macchia <[EMAIL PROTECTED]> wrote:
> What it means in SuSe 7.2 and Mandrake is that the box was shut down
> before the program had finished shutting down. It may be that 7.3 has a
> bug in it that stops program shut down before it has finished and the
> first thing it does at reboot is to check the file sysytem to insure
> that none of the files have been damaged. The same thing happens
> sometimes on my Mandrake/SuSe dual boot. The only way I have of
> preventing it is when the program shuts down is to tell it to reboot and
> power down duing the bio bootup. 
> 
> Lee
> 
> =


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: CD Burn Software

2002-01-14 Thread Susan Macchia

I second the motion on gcombust.  IMHO it works more reliably than any other cd
burn app that I've tried (and I tried XCDroast and the K tool).


--- Net Llamma <[EMAIL PROTECTED]> wrote:
> --- Ken Moffat <[EMAIL PROTECTED]> wrote:
> > On Sat, 12 Jan 2002 15:36:08 -0500
> > Bruce Marshall <[EMAIL PROTECTED]> wrote:
> > > 
> > > There's also gcombust   which I prefer  Probably not in your
> > distro 
> > > though.
> > 
> > The page says beta software, use at your own risk. Works for you, eh?
>
> gcombust has been beta forever, and has never failed me.  rock solid,
> and very user friendly.


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Palm pilots under linux (was: Re: More SxS Steps)

2001-12-29 Thread Susan Macchia

Mike,

There are a bunch of tools written, do a man of "pilot-link".  I use pilot-xfer
to simply sync/backup my pilot w/ no GUI (again, man pilot-xfer).

Go to jpilot.org to see a really sweet GUI.  They have a great user list.  The
GUI also uses the pilot-link tools.

This is much in line with many linux tools, like cdrtools for cdwriters, and so
on.

I love my palm - couldn't live w/o it and have been using it with the
aformentioned tools since September, with no probs.

Mike Andrew wrote:

> On Sat, 29 Dec 2001 05:00, Susan Macchia wrote:
>
> > I second the motion on that.  I use Jpilot with my palm as well, but have
> > yet to figure out how to get address labels from the address book.
>
> Santa Klaus gave me a palm for Xmas, even though I didn't ask for one in the 
> letter I wrote him. So,, I'm hoping someone can provide a quick write up to 
> save me the effort, as I'd like to see what it can do under Linux.


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Palm pilots under linux (was: Re: More SxS Steps)

2001-12-28 Thread Susan Macchia

Mike Andrew wrote:

> On Fri, 28 Dec 2001 06:08, Alan Jackson wrote:
>
> > The innovation this year is that I put the whole address list onto my
> > Palm Pilot, and print the mailing labels from the Jpilot image of the
> > Palm database.
>
> can we have a write up for the SxS on palm pilots?

I second the motion on that.  I use Jpilot with my palm as well, but have yet
to figure out how to get address labels from the address book.  

Any sxs should be fairly easy to write (since jpilot is very easy to use), but
converting the addresses to printable form goes one step beyond.  I would be
very interested in this and any other tid-bits.

=
_____
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: What's the name of that program...

2001-12-20 Thread Susan Macchia

I use nedit.  

http://www.nedit.org

Ian <[EMAIL PROTECTED]> wrote: 
> I remember Mike Andrew, and others, referring to a Windows editor
> program, (a Wordpad'ish, pointy-clicky, GUI type) that can be used to
> edit UNIX text files without adding the CR/LF to the lines...but I can't
> remember what it was called.
>
> Anyone out there know of a freeware/shareware program the will fit the
> bill, or remember the one Mike always recommended?

=
_____
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Suse 7.3 and SMTP on ISP

2001-12-13 Thread Susan Macchia

Kurt,

Just got around to trying this and it had no effect.   Any other ideas?  

Kurt Wall wrote:
> Susan Macchia wrote:
> % I recently installed Suse 7.3 and find that I am unable to send mail out
> % through my ISP's smtp.  I haven't changed my kmail or netscape prefs so I
was
> % wondering if anyone has seen this issue?  In netscape mail, the sendmailer
> just
> % hangs trying to send the mail (4.78).  I can receive mail fine, so the
> % connection is ok.  Any ideas?  My isp's smtp is smtp.ne.mediaone.net.
>
> Do you have a smart host defined?  Near the top of sendmail.cf, you
> should see some lines that resemble
>
> # "Smart" relay host (may be null)
> DS
>
> Change the DS line to
>
> DSsmtp.ne.mediaone.net Restart sendmail, and then try again.
>
> Kurt


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Suse 7.3 and SMTP on ISP

2001-12-13 Thread Susan Macchia

Keith,

Even though I am using Netscape mail?  Maybe I'll try running gnome and see if
it happens there?

Keith Antoine wrote:
> On Thursday 06 December 2001 09:21, Susan Macchia enunciated:
> > I recently installed Suse 7.3 and find that I am unable to send mail out
> > through my ISP's smtp.  I haven't changed my kmail or netscape prefs so I
> > was wondering if anyone has seen this issue?  In netscape mail, the
> > sendmailer just hangs trying to send the mail (4.78).  I can receive mail
> > fine, so the connection is ok.  Any ideas?  My isp's smtp is
> > smtp.ne.mediaone.net.
> >
> > TIA
>
> Ok its NOT Suse just a coincidence. I am wrcking what brains I have left as I
> also had this problem and it was Kmail or kde that was at fault, something to
> do with a config. I know at the time I did a reinstall of KDE that fixed it
> but got it again some other time. As kde-2.2.2 is available for Suse try
> installing that, 7.3 has 2.2.1
>
> --
> Keith Antoine aka 'skippy'
> 18 Arkana St, The Gap, Queensland 4061 Australia PH:61733002161
> Retired Geriatric, Sometime Electronics Engineer, Knowall, Brain in storage

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Suse 7.3 and SMTP on ISP

2001-12-05 Thread Susan Macchia

I recently installed Suse 7.3 and find that I am unable to send mail out
through my ISP's smtp.  I haven't changed my kmail or netscape prefs so I was
wondering if anyone has seen this issue?  In netscape mail, the sendmailer just
hangs trying to send the mail (4.78).  I can receive mail fine, so the
connection is ok.  Any ideas?  My isp's smtp is smtp.ne.mediaone.net.

TIA

=
_________
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Send your FREE holiday greetings online!
http://greetings.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: excite@home going down?

2001-11-29 Thread Susan Macchia

Aw crap - I also use ATT broadband (formerly mediaone) up here in
Massachussetts.  I haven't heard this rumour but this is going to be a real
problem for me as I need the modem for work (among other things).  I'm going 
to see what I can find out!

Collins Richey wrote:
> I may have an enforced vacation from email coming up.  excite@home,
> the ISP for my ATT cable connection, is in bankruptcy.  ATT Broadband
> is trying to buy them out to insure continuous coverage, but no news
> yet.  Rumor is going around Denver that we may have a 2 week outage
> before ATT Broadband has an alternative up and going.
>
> Rats!

=
_____
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Opera 6 beta available

2001-11-28 Thread Susan Macchia

Just to clarify a point, any program can create new windows *without* spawning
a new process.  Spawning a process or thread is an implementation detail of an
application that is independent of the user interface.

John Hiemenz wrote:
> On Wednesday 28 November 2001 07:47 am, you stated :
> > Quoting Susan Macchia <[EMAIL PROTECTED]>:
> > > Just tried it and find it has much improved performance over 5.0.  Don't
> > > care
> > > so much about it being larger in size since I have 384mb.  If you want a
> > > fast
> > > reliable browser, Opera is it (once you get past the MDI interface and
> > > tailor
> > > it to your choosing).
> >
> > MDI?  Can you elaborate, for my curiosity's sake.
>
> Multi-Document Interface.
>
> When a program opens new windows as child windows of the parent, but keeps
> them all contained within the parent window. (as opposed to spawning a new
> process with a new window)

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Opera 6 beta available

2001-11-28 Thread Susan Macchia

MDI stands for "Multiple Document Interface".  It is a GUI policy that is used
by an application where it opens up windows within its own larger window.  The
first time I saw it was on Windoze.  Opera uses it, StarOffice uses it.  

IMHO it can be a useful UI technique if used judiciously, but for the most
part, its usually overused and not overridable by users who prefer separate
windows.
Again, thats just my opinion and about 10+ years of UI design/development
experience talking.

Ian Marchak wrote:
> Quoting Susan Macchia <[EMAIL PROTECTED]>:
> >
> > Just tried it and find it has much improved performance over 5.0.  Don't
> > care
> > so much about it being larger in size since I have 384mb.  If you want a
> > fast
> > reliable browser, Opera is it (once you get past the MDI interface and
> > tailor
> > it to your choosing).

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Opera 6 beta available

2001-11-28 Thread Susan Macchia


Just tried it and find it has much improved performance over 5.0.  Don't care
so much about it being larger in size since I have 384mb.  If you want a fast
reliable browser, Opera is it (once you get past the MDI interface and tailor
it to your choosing).

I haven't been running it long enough to know whether its stablility matches
that of Opera 5.0.  Will report back at the end of the day.

=
_____
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Help with Samba Domain Logins

2001-11-23 Thread Susan Macchia

Agreed, unless you have a small internal network like mine and just need to get
it going.  For secure networks, you absolutely want to configure more security
and use encrypted passwords.

> On Thu, 22 Nov 2001 16:01:52 -0800
> David Aikema <[EMAIL PROTECTED]> wrote:
>
> > On Thursday 22 November 2001 07:33 am, Susan Macchia wrote:
> >
> > > Ok, first I got rid of the use of encrypted passwords on my Win2k box. 
To
> > > do this, on your Win2k box run "regedit".  When the window opens pick
> (from
> > > the left panel):
> > >
> > >
> HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet->Services->lanmanworkstation-
> > >>parameters
> > >
> > > In the right panel select: enableplaintextpassword
> > > Press the right mouse button and choose modify, setting the value to 0x1.
> >
> > Wouldn't the more security-wise approach be to turn on encryption in
> smb.conf?
>
> It's also a hell of a lot easier to change one line in your samba box than
> 100+ Windoze registries.
>
> Ciao,
>
> David A. Bandel

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Weird Shutdown/halt in SuSE 7.3

2001-11-23 Thread Susan Macchia

Thanks for all the GREAT info on this.  I will keep it in mind and on my
(getting larger) to-do list.

--- [EMAIL PROTECTED] wrote:
> Send Linux-users mailing list submissions to
>  [EMAIL PROTECTED]
> 
> To subscribe or unsubscribe via the World Wide Web, visit
>  http://linux.nf/mailman/listinfo/linux-users
> or, via email, send a message with subject or body 'help' to
>  [EMAIL PROTECTED]
> 
> You can reach the person managing the list at
>  [EMAIL PROTECTED]
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Linux-users digest..."
> 
> > Today's Topics:
> 
>1. Re: linux kernel patches (Collins Richey)
>2. Re: Weird Shutdown/halt in SuSE 7.3 (Tony Ogden)
>3. Re: Weird Shutdown/halt in SuSE 7.3 (Kurt Wall)
>4. Re: Weird Shutdown/halt in SuSE 7.3 (Tony Ogden)
>5. Re: Weird Shutdown/halt in SuSE 7.3 (Collins Richey)
> 

[big snip for brevity's sake]

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Weird Shutdown/halt in SuSE 7.3

2001-11-22 Thread Susan Macchia

Ok - not to sound like to much of a nucklehead, but how do I find out about
this kind of fs?  Is it easy to transition to?  Are there SxS for them?  I have
seen references to these things in this list, but haven't really paid
attention, so please forgive my ignorance here.

TIA

Collins Richey wrote:
> > Hi all,
> >
> > I recently switched from RH 7.0 to SuSE 7.3.  While happy overall, I
> > have
> > noticed some wierdness when shutting down or halting SuSE (either
> > thru the kdm
> > GUI or using /sbin/shutdown -h).
> >
> > It seems to get to the following in the console and then, most of
> > the time just
> > sits there.
>
> I can't tell you what's wrong, but I would suggest you make plans to
> get to a journaling filesystem "real soon now."  After about the 3rd
> hangup in a row, I lost my ext2 system and had to start over (about 8
> months ago).  I moved everything to reiserfs and have never looked
> back.  Experimenting with ext3 now.
>
> With reiserfs, you won't loose the farm, but you may loose some in
> flight files.
>
> My $.02.


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Help with Samba Domain Logins

2001-11-22 Thread Susan Macchia

Ian,

I have successfully gotten Samba 2.2.1 to work with Win2k and SuSE 7.3.  I am
sure that it is similar to RH.  I used the Samba How-to to get going
(http://www.linux.com/howto/SMB-HOWTO.html#toc7).  I had to transition what I
had on COL2.4/RH 7.0 which had older versions of Samba connected to Win98. 
Initially I just needed to share printers, but decided to also share some
directories publicly and via log-in.

Ok, first I got rid of the use of encrypted passwords on my Win2k box.  To do
this, on your Win2k box run "regedit".  When the window opens pick (from the
left panel):
   
HKEY_LOCAL_MACHINE->SYSTEM->CurrentControlSet->Services->lanmanworkstation->parameters

In the right panel select: enableplaintextpassword
Press the right mouse button and choose modify, setting the value to 0x1.


Now, I had the same user accounts on both machines, but my printers and public
directories allow guests (so my kids don't have accounts on my linux box).  I
created an account for the guest (smbuser).  I didn't touch
/etc/samba/smbpasswd, but did add the following to /etc/samba/smbusers:


root = administrator admin
nobody = guest pcguest smbguest

I also added the following to /etc/samba/lmhosts, after the localhost line (but
I don't know if I needed to):

192.168.1.101   Windows

That is the IP for my Win2k box.


I also created /home/public open to everyone in the "user" group.  Below is my
smb.conf:

###
[global]
  workgroup = MACCHIA
  server string = Samba Server on SuSE 7.3
  os level = 2
  kernel oplocks = No
  security = user
  printing = LPRNG
  printcap name = /etc/printcap
  load printers = Yes
  wins support = No
  guest account = smbuser
  map to guest = Bad Password

[homes]
  comment = Home Directories
  read only = No
  create mask = 0640
  directory mask = 0750
  browseable = no
  write list = @users

[public]
   comment = Public Stuff
   path = /home/public
   read only = No
   public = yes
   writable = yes
   printable = no
   browseable = Yes
   guest ok = true
   write list = @users

[printers]
   comment = All Printers
   path = /var/tmp
   create mask = 0600
   printable = Yes
   browseable = No

###


Notice that only [public] is browsable and has "guest ok = true".  This keeps
my kids out of my home directories.  Anyone can print from the windows box but
not everyone can browse homes.  And public is browseable but only those users
in the "users" group on linux can modify the contents.


I am not 100% sure that I understand everything here because there is some
wierdness in browsing the home shares that I am confused about.  For example,
lets say my Linux machine name is "Susan" and I have a /home/sue on the linux
box with a login/password: sue/foo.  Lets say I also have /home/bob with a
login/password of bob/bar.

On the win2k box I have the same login/password combos.  When I log in to the
win2k box as, say sue, in the explorer
(EntireNetwork->MicrosoftWindowsNetwork->Macchia->Susan->sue) is visible.  When
I select it I get prompted for the login/password and after entering it, I can
browse and write to the directory).  Ok this makes sense.  

Then if I log in as bob, in the explorer I see both 'bob' AND 'sue'.  If I
choose either one and enter any valid linux/win user/pwd combo, I can browse
and write to BOTH of these directories.  Maybe, this make sense in light of the
[homes] section.  I have played with this a little and if I create specific
shares writable by specifc log-ins, then I may see both sue and bob, but cannot
browse/write to both.


Hope this helps.  And if anyone finds this useful, let me know and I'll add to
my existing SxS on printing w/ Samba.



Ian Marchak wrote:

> Server: RH 7.1, with Samba built from a RH 7.2 SRPM Version 2.2.1a:
>
> Client: Win2k
>
> I created user accounts both samba and unix.
>
> I created machine accounts  in /etc/passwd and /etc/samba/smbpasswd.
>
> The machine I am trying this from is in /etc/hosts.
>
> I have successfully logged in from a win9X client. (different machine)
>
> But I cannot seem to get this to work from Win2K.
>
> When I attempt to connect I get a  invalid user name
> or password error.



=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Weird Shutdown/halt in SuSE 7.3

2001-11-21 Thread Susan Macchia

Hi all,

I recently switched from RH 7.0 to SuSE 7.3.  While happy overall, I have
noticed some wierdness when shutting down or halting SuSE (either thru the kdm
GUI or using /sbin/shutdown -h).

It seems to get to the following in the console and then, most of the time just
sits there.  If I press the power button, nada - I have to either pull the plug
or press the reset button.

Every once in a while, it shuts all the way down, but most of the time it
doesn't.  And power never goes off as it did with RH.  On shutdown/halt it gets
to the following state:

The System will be halted immediately

And not past this.  On occasion it gets further:
md: stopping all md devices
Power down

And when I boot up or (reboot), my disk(s) always get fscked (/dev/hda2 has the
SuSE distro root) - message below:

/dev/hda2 not cleanly unmounted, check forced

/dev/hdb7 has my home partition and sometimes this has the same message/check. 


Has anyone experienced this?  Should I be worried? I don't have APM that I know
of as my dell was bought in 1998 with Win98FE.  I went to the knowledge base at
SuSE and there wasn't really much help; all the info was on early SuSE
versions.

Any help would be appreciated here; I am concerned that this may cause problems
with my disks in the future.

TIA


=
_________
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: replacing win98

2001-11-20 Thread Susan Macchia

thanks this is great - I'll give it a try when I get some time.

Jim Connor wrote:
> If you need any help finding/installing it, let me know.  I just did this and
> it's a little tricky.  Ok, here's a quick SxS.
> - Download korelib tarball and kapital rpm for distro.
> - Untar korelib, ./configure, make, make install
> - Edit /etc/ld.so.conf.  Add line: /usr/local/lib.  Run ldconfig as root.
> - rpm -ivh --prefix=/opt/kde2 kapital-demo???.rpm
> Notes:  You can change the --prefix to where ever kde is installed.  The
> initial screens are covered up by the annoying Kapital splash screen.  This
> can be remedied by moving/resizing the screen out of the splash screen's way.
>  This is a very dumbed down demo.  Some features will just send you to the
> Kapital web site when clicked on, but you can get the feel of how it will
> work.
>
> Jim
>
> On Monday, November 19, 2001 2:58, Susan Macchia wrote:
> > Thanks - I'll check it out.
> >
> > > Take a look at Kapital by theKompany.  There should be a demo rpm on
[snip]

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month.
http://geocities.yahoo.com/ps/info1
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: replacing win98

2001-11-19 Thread Susan Macchia

Thanks - I'll check it out.

> Take a look at Kapital by theKompany.  There should be a demo rpm on their
> ftp site to look at.  It's very similar to Quicken.  I currently use
> Moneydance, but will probably be transfering to Kapital soon.  It's cheaper
> than Moneydance, and looks nicer.
>
> Jim
>
> On Monday, November 19, 2001 9:33, Susan Macchia wrote:
> 
> > 
> > Just tried the latest Quicken 2002 and dislike it - so I may shift
> > everything to either GNUcash or Moneydance (+ spreadsheet for budget) since
> > I only do home finances w/ it.  My only issue is finding the time to make
> > the shift. 
> >
> > [snip]


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: replacing win98

2001-11-19 Thread Susan Macchia


I had a dual boot when I first started using Linux (COL2.4) way back.  *HATED*
having to reboot.  To me, one of the most important features is a stable OS
that doesn't have to be rebooted several times a day.  And as a unix developer
from way back, I truly dislike windows and LOVE having the familiar OS and
tools at my fingertips; I can transfer knowledge from 15+ years easily.  I can
always figure out what is going on and can build any kind of product I want. 
Plus the loads of open source goodies out there... well preaching to the quire
:-)

As far as word processing/office stuff is concerned, Star/Open Office is
completely adequate for 99% of my needs.  I only use windows for Quicken,
Daytimer Addressbook, and occasional printing of photos (the tool is nice - can
place photo wherever I want on page *easily*).

So - since I use linux for everything else, I DO NOT want to reboot and have
been using Win4Lin until my switch to SuSE (netraverse doesn't have a 7.3
enabled kernel).  This prompted me to try VMware - hence this discussion.  At
some point over the next year or so, I want to be completely windoze free... 


Just tried the latest Quicken 2002 and dislike it - so I may shift everything
to either GNUcash or Moneydance (+ spreadsheet for budget) since I only do home
finances w/ it.  My only issue is finding the time to make the shift.


[snip]
> > I'd really like to keep win2k because I need to use
> > Word for the
> > occasions when my boss ships me an Office2k .doc file that I need to
> > read or
> > update (like our software project plan).
>
> Just my $.02.  YMMV.  If all you need Windoze for is the occasional
> document or unsupported feature, just keep a dual boot environment
> (as I do) and also get up to speed with OpenOffice 638C (as I do)
> (or the equivalent Beta StarOffice release).  Many Office documents
> can be read and exported by OO now, although there's not always an
> exact equivalence for fonts.  OO/Star is  bit slow to startup, but
> it's getting much better with each release. It's a lot simpler than
> monkying around with Windows emulators.


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: Re: replacing win98

2001-11-19 Thread Susan Macchia

I would go with the express and it's based on 2.0; so I was wondering what was
needed and how to apply it.  TIA

Bruce Marshall wrote:

>On Sunday 18 November 2001 22:22 pm, Susan Macchia wrote:
> > I am still evaluating VMware 3.0, but want to probably go with express.
> > Since I am running 2.4.10 kernel (SuSE 7.3), what kind of "work around"
> > might I have to do?  I'd like to know before I fork up the dough.
>
> No workaround should be needed for any version of VMWare at the 3.x level.
>
> The work around mentioned was for people running 2.0.x versions of VMware
> when they wanted to run  2.4.7 or greater kernels.  A small piece of new
> source was needed and it was readily available.  I still have it but you
> shouldn't need it.   I'm running vanilla  2.4.14  with 3.0 workstation and it
> installs just fine.



=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



RE: Re: replacing win98

2001-11-18 Thread Susan Macchia

I am still evaluating VMware 3.0, but want to probably go with express.  Since
I am running 2.4.10 kernel (SuSE 7.3), what kind of "work around" might I have
to do?  I'd like to know before I fork up the dough.

TIA

[EMAIL PROTECTED] wrote:
> I have given up on wn4lin as a longtime loyal user and have gone with
> VMware Express. Netraverse seemed to have gone after RH and MDK and as
> for SuSE, they always seem to lag behind. They even seem to stay more
> current for TurboLinux. I went with SuSE after COL 2.4, even though I
> looked @ RH7.1, MDK8 and MDK8.1 beta, SuSE seemed easier to transition
> to as a somewhat newbie. I have VMware express running with 96MB on a
> 126 MB laptop and 160 MB on a 256 MB desktop. N problems, although
> you will need to do a work around for any kernel > 2.4.7-4GB, BUT, you
> do not have to recompile your kernel to use it.
>
> Best Regards,
>
> Keith B.


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: replacing win98

2001-11-18 Thread Susan Macchia

Keith Antione wrote:
> On Monday 19 November 2001 02:54, Susan Macchia enunciated:
> > I was running the full version (evaulation copy) and used the wizard to
> > create the vm.  4G disk (which I could change, but left it).
>
> The nice part about it is that although you created a 4gig file its only
> takes on the size of the loaded files, elastic partitioning . Yes I left
> it at 4gig too as I am almost at the stage whereby I seldom use it.
> Know of any good linux rippers (mpeg) and anything to take the place of
> FlaskMpeg ?

Nope - haven't fooled around with mpeg files yet.

>
> > Regarding the com ports, I find that have to uninstall/re-install them
> > after powering them down.  Wierd.  I can live w/ it for a while since I
> > don't use it to sync my palm or download from my camera very often.  At
> > some point I will have to figure out what the issue is and determine if its
> > a bug or what.
>
> Now thats is wierd, as I am on cable it sees out on the net and also ses the
> local files on linux on boot. I used to use it with early version 2.0 with a
> modem, it was fine.

Well, I have a cable modem, but use the serial port to sync my palm and for my
camera.  On windows, only use it for the palm when I need to update the
Daytimer addressbook.  I checked permissions on /dev/ttyS0 and they were ok. 
So at some point I'll have to figure out whats happenin' here.

>
> > Regarding your writer (and mine).  I went to the vmware website and found
> > that they don't support burners, but treat them as readers only.  I can see
> > both my reader (/dev/hdc) and my writer (/dev/ttyS0).  The writer is scsi
> > emulated, but both are really ide.
>
> Well thyey are really Atapi-Scsi to start off with not really ide, however I
> thought that , that would be the case. I can burn on Suse but I do like Nero
> and burning VCD's is in its infancy with linux but doable (all command line)
>
> > I still haven't decided whether to fork up the $ for the full version or to
> > go with the express, since I may not need win2k.  But I do think that I am
> > going to give up on Win4Lin...
>
> Did you miss out on the $89.00 special offer some months ago; yes I agree on
> win4lin, its to messy and no where as professional to vmware. BTW did you
> donload the full manual in pdf format ? quite extensive..

Bummer, I missed it.  I was running RH 7.0 with win4lin so didn't need to try
anything else until my switch to SuSE.  Don't think I'll go back though.  It
would be nice if they had a single user single instance license of 3.0 like the
2.0 express.  I'd really like to keep win2k because I need to use Word for the
occasions when my boss ships me an Office2k .doc file that I need to read or
update (like our software project plan).  


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: replacing win98

2001-11-18 Thread Susan Macchia


> Regarding your writer (and mine).  I went to the vmware website and 
> found that they don't support burners, but treat them as readers only.  
> I can see both my reader (/dev/hdc) and my writer (/dev/ttyS0).  The 
> writer is scsi emulated, but both are really ide.  


OOPS neant that the write is /dev/sr0 not ttyS0.  Sorry for the typo!

=
_________
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: replacing win98

2001-11-18 Thread Susan Macchia

I was running the full version (evaulation copy) and used the wizard to create
the vm.  4G disk (which I could change, but left it).

Regarding the com ports, I find that have to uninstall/re-install them after
powering them down.  Wierd.  I can live w/ it for a while since I don't use it
to sync my palm or download from my camera very often.  At some point I will
have to figure out what the issue is and determine if its a bug or what.

Regarding your writer (and mine).  I went to the vmware website and found that
they don't support burners, but treat them as readers only.  I can see both my
reader (/dev/hdc) and my writer (/dev/ttyS0).  The writer is scsi emulated, but
both are really ide.  

I still haven't decided whether to fork up the $ for the full version or to go
with the express, since I may not need win2k.  But I do think that I am going
to give up on Win4Lin...


Keith Antoine wrote:

> On Sunday 18 November 2001 08:03, Susan Macchia enunciated:
> > Regarding the disk it built, I didn't have to do a thing - it created a 4G
> > disk and formatted it when I created the virtual machine.
> >
> > Just got my com port working so I can sync with my palm and the Daytimer
> > Addressbook.  I usually use Jpilot and pilot-xfer, but need to keep the
> > address book up to date (expecially for those xmas cards!)
> >
> > Bruce Marshall wrote:
> > > On Saturday 17 November 2001 9:21 am, Susan Macchia wrote:
> > >>  Again, even with these limitations, the fact that it runs without
> > >> booting into a specialized kernel is a plus to me.  Not that I have time
> > >> to roll my own, but I want to be able to play without having to worry
> > >> that I can't run my critical window's apps.
> > >
> > > I'm curious as to what type of VMW disk you built and whether you had to
> > > format it.
> > >
> > > I was using 2.0.4 and had one of their special 'plain' disks and I don't
> > > ever recall having to partition or format it.  It was 4GB in size.
> > >
> > > Now, moving to 3.0, I built a new 'virtual' disk of 4.4GB and had to
> > > partition and format it before it was visible to VMW.  Didn't think that
> > > would be necessary.  But I was blown away by being able to run Partition
> > > Magic (virtually) to partition it.  Worked flawlessly by booting the PM
> > > diskettes.
>
> Is Susan, running the full version or ? For yes, I also had to create thefs
> and format. I also in 2.x could only get a vm of 2gig and only in 3.0 have I
> had it bigger 4gig default.


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: replacing win98

2001-11-17 Thread Susan Macchia

Regarding the disk it built, I didn't have to do a thing - it created a 4G disk
and formatted it when I created the virtual machine.  

Just got my com port working so I can sync with my palm and the Daytimer
Addressbook.  I usually use Jpilot and pilot-xfer, but need to keep the address
book up to date (expecially for those xmas cards!)


Bruce Marshall wrote:

> On Saturday 17 November 2001 9:21 am, Susan Macchia wrote:
>>  Again, even with these limitations, the fact that it runs without booting
>>  into a specialized kernel is a plus to me.  Not that I have time to roll my
>>  own, but I want to be able to play without having to worry that I can't run
>>  my critical window's apps.
>
> I'm curious as to what type of VMW disk you built and whether you had to
> format it.
>
> I was using 2.0.4 and had one of their special 'plain' disks and I don't ever
> recall having to partition or format it.  It was 4GB in size.
>
> Now, moving to 3.0, I built a new 'virtual' disk of 4.4GB and had to
> partition and format it before it was visible to VMW.  Didn't think that
> would be necessary.  But I was blown away by being able to run Partition
> Magic (virtually) to partition it.  Worked flawlessly by booting the PM
> diskettes.
 

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: replacing win98

2001-11-17 Thread Susan Macchia

Hi Keith,

I do have a 2nd cd writer which VMware fails to see on initial installation.  I
set it up as a scsi cdrom device and I can read from it, but have yet not tried
to write to it.  Since I use gcombust, etc, it is a lower priority for me and I
haven't searched the website or asked them about support for it.  Also, I get
no sound.  But I really don't need it for those things yet.  I want to set up a
win98 version for my son to use his educational software with, and that will
need sound.  I'll let you know when I get to that point.

I also have problems with /dev/lp0, so for now I am using Samba to print, but I
eventually want to understand why it can't connect to that port.

Again, even with these limitations, the fact that it runs without booting into
a specialized kernel is a plus to me.  Not that I have time to roll my own, but
I want to be able to play without having to worry that I can't run my critical
window's apps.

Hope this helps

Keith Antoine wrote:

>> On Saturday 17 November 2001 03:20, Susan Macchia enunciated:
>> I would highly recommend VMware.  I just installed SuSE 7.3 (really slick
>> by the way - I am real happy w/ it) and am evaluating VMware 3.0.  I have
>> found that it is a really slick product; easy to configure and set up.  Its
>> performance is pretty good (its running on a pentium II 400 mhz with 384MB
>> of RAM).  Installation of the OS and any optional software is kind of slow,
>> but other than that it is like a real small machine on the desktop.
>>
>> I've been recently using it to test my Samba configuration (so I don't have
>> to kick my kids off they're win2k box).  I installed it with win2k.  It
>> runs like a champ and I don't have to boot into a specialized kernel (like
>> with Win4Lin).
>
> Hi Suuzz 
>
> Just want to talk a bit re Vmware and your config. Do you have the second,
> usually writer being seen by vmware ? Have you heard if a burner can operate
> in vmware as I have to burn my vcd's in nero on windows.
>
> I have managed to get quicktime, shockwave and many other plugins working on
> linux using codeweavers crossover. Nice to play the trailers form the apple
> site natively online at last.
>
> So I do not have the use for windows much now since the release of SO6, but I
> do need to use Flaskmpeg and TMPGEnc. As I only got my version 3.0 rego
> numbers today I have not had a chance to try these in vmware but am sure they
> will be very slow converting mpegs.


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: replacing win98

2001-11-16 Thread Susan Macchia

I would highly recommend VMware.  I just installed SuSE 7.3 (really slick by
the way - I am real happy w/ it) and am evaluating VMware 3.0.  I have found
that it is a really slick product; easy to configure and set up.  Its
performance is pretty good (its running on a pentium II 400 mhz with 384MB of
RAM).  Installation of the OS and any optional software is kind of slow, but
other than that it is like a real small machine on the desktop. 

I've been recently using it to test my Samba configuration (so I don't have to
kick my kids off they're win2k box).  I installed it with win2k.  It runs like
a champ and I don't have to boot into a specialized kernel (like with Win4Lin).

It is a bit pricy though ($299 US).  They have an express version (win95/98
only) which is VMware 2.0 for only $49 US which I may decide to go for since I
really don't have to have win2k...

SO, if you don't want to buy and set up another box, but have enough memory and
horsepower in the linux-to-be box, that would be the route I would take.  IMHO 

> My office manager's win98 system is problematic, with frequent crashes, etc. 
> I am looking to replace this system with linux.  This system (k6-400,256mb)
> runs a foxpro database-office management system, and basic office software.
> The office software can easily be handled by linux, but what is the best
> approach in operating the database?  VNC off a win2k box? A new virtual
> machine in vmware run local or remote? Any thoughts? 
>
> Thanks
> Wade


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Fwd: Linux on Amazon

2001-10-31 Thread Susan Macchia

thought you'd all find this interesing...

--- Bob Macchia <[EMAIL PROTECTED]> wrote:
> Date: Wed, 31 Oct 2001 13:48:01 -0500
> From: Bob Macchia <[EMAIL PROTECTED]>
> To: Susan Macchia <[EMAIL PROTECTED]>
> Subject: Linux on Amazon
> 
> 
>  Amazon Says Saving Money with Shift to
>  Linux 
> 
>  By Scott Hillis, Reuters, 10/30/2001
>  SEATTLE (Reuters) - Amazon.com Inc. (AMZN.O) cut its
> technology
>  costs nearly 25 percent last quarter as it reaped the
> benefits of falling
>  telecommunications prices and a shift to the cheaper
> Linux operating
>  system, the online retail giant said in a regulatory
> filing on Tuesday. 
>  Amazon's adoption of Linux mirrors experiences among
> other
>  companies that, eager to cut costs amid the faltering
> economy, are
>  increasingly using the open-source system as an
> alternative to
>  costlier software from companies such as Sun
> Microsystems Inc.
>  (SUNW.O) and Microsoft Corp. (MSFT.O). 
>  Linux is an open-source operating system, meaning its
> code is freely
>  available, in contrast to proprietary products like
> Microsoft's Windows
>  which keep their code under lock and key. 
>  By using Linux, corporations can use numerous computers
> without
>  paying a software license fee for each one, and can also
> customize
>  the system to fit their particular needs. 
>  Linux's greatest success has been on the Internet, where
> it has a 24
>  percent market share on server computers, according to
> market
>  research firm IDC, which projects Linux will remain the
> No. 2 server
>  operating system behind Windows through 2005. 
>  And as far as telecommunication prices go, according to
> Adam
>  Hamilton, an analyst with brokerage McAdams Wright
> Ragen, he
>  figures the company probably has also benefited from
> lower
>  connectivity fees it pays to keep its site up and
> running on the Internet. 
>  In its third quarter, Amazon said it spent $54 million
> on technology,
>  down $17 million or 24 percent from the $71 million it
> spent a year
>  earlier, the company said in a 10-Q filing with the
> Securities and
>  Exchange Commission. 
>  In the first nine months of the year, Amazon spent $189
> million on
>  technology, compared with $200 million in the same
> period last year, it
>  said. 
>  ''The decline in absolute dollars spent ... primarily
> reflect our migration
>  to a Linux-based technology platform that utilizes a
> less-costly
>  technology infrastructure, as well as general price
> reductions for data
>  and telecommunications services due to market
> overcapacity,''
>  Amazon said. 
>  AMAZON TIGHT-LIPPED 
>  An Amazon spokesman declined to give details of exactly
> how the
>  company was using Linux, what software it had replaced
> and how
>  much it was saving from that move alone. 
>  ''We've always been pretty closed-mouthed about
> technology on the
>  back-end stuff, partly because it's pretty steep tuition
> and we don't
>  want other people going to school on our tuition,''
> spokesman Bill
>  Curry said. 
>  Curry did attribute the cost-cutting to a big technology
> deal with
>  computer giant Hewlett-Packard Co. (HWP.N), saying,
> ''They've really
>  helped streamline the infrastructure, move us to Linux
> and build a
>  lasting cost improvement.'' 
>  Amazon also has a deal with Linux vendor Red Hat Inc.
> (RHAT.O) to
>  use its software to process secure electronic commerce
> transactions
>  -- the heart of Amazon's operations. 
>  By embracing Linux, Ama

Re: CD-RW install puzzles

2001-10-28 Thread Susan Macchia

Guys, this is great stuff and I just wanted to say thanks for sharing your
knowledge.  It has been all helpful and englightening.  It also helps me help
others I know that my be struggling with similar issues on their machines.

:-)

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: CD-RW install puzzles

2001-10-25 Thread Susan Macchia

Bingo !  This was the problem!  Doh...when I removed /dev/sr1 and changed the
minor number to 1, it worked fine!

Thanks for everyone's help on this - an interesting learning experience.  But I
am still curious why I have to have both cdrom/rw emulating scsi.  Why wouldn't
my hard drives suffer the same problem?  Please forgive my sys-admin ignorance.

> >
> > IIRC, both of these drives are actually IDE and you're doin'
> > SCSI-emulation, right? And, you did some mknod's on your own, right?
> >  From your previous post:
> >   $ mknod /dev/sr0 b 11 0
> > and
> >   $ mknod /dev/sr1 b 11 0 
>
> I never saw this snippet before, but this is obliviously (sic) an error. 
> Thats a block device, major 11, minor 0 mapped to both /dev/sr0 and /dev/sr1 
> If /dev/sr0 gets mounted, then obviously /dev/sr1 is also mounted, thus
> 'busy' if you try to mount /dev/sr1 somewhere whilst /dev/sr0 is mounted. 
>
> su root
> unmount all cd devices
> rm /dev/sr1
> mknod /dev/sr1 b 11 1


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



CD-RW install puzzles

2001-10-25 Thread Susan Macchia

I put this in another message, but you may have missed it.  So please accept my
apology for posting this info again :-)

When I have my cd-rom on /dev/sr0 and my cd-rw on /dev/sr1, the
following occurs when I mount: 

$ mount /dev/sr0 /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting
read-only
  
cool..., but now when:
  
$ mount /dev/sr1 /mnt/cdrw
mount: block device /dev/cdrw is write-protected, mounting
read-only
mount: /dev/cdrw already mounted or /mnt/cdrw busy  
 
huh? And, say I dismount /dev/sr0 and:
$ mount /dev/cdrw /mnt/sr1
mount: block device /dev/cdrw is write-protected, mounting
read-only 

> And when I look at /mnt/cdrw, the cd-rom on /dev/sr0 spins, and the data
is what is in that drive!!!  This is just too wierd.  It seems I can't use the
cdrw as a 2nd cdrom...

I haven't tried the same with "-t iso9660" and am not sitting at my machine
now.  I'll try later and report back.

--- Net Llama <[EMAIL PROTECTED]> wrote:
[big snip] 
> > The only ones I am unsure about are the Mv* and Mmerge modules.  I
> > never did
> > anything myself to cause these to load
>
> Well, they're sucking down *alot* of memory, and if you're not using all
> of them, you should get rid of them. 
> 
> So, what about my suggestions for mounting CDs?  You didn't comment on
> that.


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: CD-RW install puzzles

2001-10-25 Thread Susan Macchia

[snip]
> > ---
> > lsmod shows:
> >
> > Module  Size  Used by
> > parport_probe   3428   0 (autoclean)
> > parport_pc  7464   1 (autoclean)
> > lp  5416   0 (autoclean)
> > parport 7312   1 (autoclean) [parport_probe parport_pc
> > lp]
> > vfat9404   0 (autoclean) (unused)
> > fat30688   0 (autoclean) [vfat]
> > Mvnetd  9168   1
> > Mvnet  52520   0 [Mvnetd]
> > Mvnetint   11252   0 [Mvnet]
> > Mvw 4344   0
> > Mvmouse  604   0
> > Mvkbd752   0
> > Mvgic   3332   0 (unused)
> > Mvdsp804   0
> > Mserial 6412   0
> > Mmpip   7040   0
> > Mmerge128952   0 [Mvnetd Mvnet Mvnetint Mvw Mvmouse
> > Mvkbd Mvgic
> > Mvdsp Mserial Mmpip]
> > autofs  9124   1 (autoclean)
> > lockd  31176   1 (autoclean)
> > sunrpc 52964   1 (autoclean) [lockd]
> > agpgart18600   0 (unused)
> > ide-scsi7336   0
> > sg 15704   0
> > snd-card-ymfpci 4080   0
> > snd-ymfpci 34172   0 [snd-card-ymfpci]
> > snd-pcm29464   0 [snd-ymfpci]
> > snd-ac97-codec 23616   0 [snd-ymfpci]
> > snd-mixer  23356   0 [snd-ymfpci snd-ac97-codec]
> > snd-opl34264   0 [snd-card-ymfpci]
> > snd-timer   8096   0 [snd-pcm snd-opl3]
> > snd-hwdep   2956   0 [snd-opl3]
> > snd-mpu401-uart 2296   0 [snd-card-ymfpci]
> > snd-rawmidi 9432   0 [snd-mpu401-uart]
> > snd-seq-device  3652   0 [snd-rawmidi]
> > snd35820   1 [snd-card-ymfpci snd-ymfpci snd-pcm
> > snd-ac97-codec snd-mixer snd-opl3 snd-timer snd-hwdep snd-mpu401-uart
> > snd-rawmidi snd-seq-device]
> > soundcore   2596   0 [snd]
> > usb-uhci   19052   0 (unused)
> > usbcore42088   1 [usb-uhci]
> > 3c90x  22200   1 

> Holy cow!  That's a lot of modules.  You're using all of them, right? 
[snip]

The only ones I am unsure about are the Mv* and Mmerge modules.  I never did
anything myself to cause these to load

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: CD-RW install puzzles

2001-10-25 Thread Susan Macchia

I wish I could upgrade my kernel (don't have the time to roll my own kernel -
wish I did).  I can't because the pptp tunneling into my place of work only
works on RH 7.0, not 7.1... And I work from home regularly 1-2x per week.  And
at night, and on weekends when necessary.  I don't want to have to continually
reboot from one os to another each time I need to work, so...


In February, my group is being transferred to Intel, at which point I can start
to use another distro, since the telecommuting connectivity is a dial-up.  I
plan on using SUSE 7.3 (I have an order pending).


In any event, when I have my cd-rom on /dev/sr0 and my cd-rw on /dev/sr1, the
following occurs when I mount:

$ mount /dev/cdrom /mnt/cdrom
mount: block device /dev/cdrom is write-protected, mounting
read-only
   
cool..., but now when:
   
$ mount /dev/cdrw /mnt/cdrw
mount: block device /dev/cdrw is write-protected, mounting
read-only
mount: /dev/cdrw already mounted or /mnt/cdrw busy   
  
huh?

And, say I dismount /dev/cdrom and:
$ mount /dev/cdrw /mnt/cdrw
mount: block device /dev/cdrw is write-protected, mounting
read-only

> And when I look at /mnt/cdrw, the cd-rom on /dev/sr0 spins, and the data
is what is in that drive!!!  This is just too wierd.  It seems I can't use the
cdrw as a 2nd cdrom...


> That could very well be the problem.  Build your own kernel, and then at
> least, you know what you're working with.  Plus, you are using RH-7.0,
> which is an abomination in of itself.  At least upgrade to 7.1 so that
> everything you compile isn't fundamentally broken. 

> --- Susan Macchia <[EMAIL PROTECTED]> wrote:
> > Well, maybe the difference is kernel versions.  As stated previously,
> > I am
> > runing RH 7.0 (kernel version  2.2.16-22).  It looks like all or
> > nothing for me
> > 


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: CD-RW install puzzles

2001-10-24 Thread Susan Macchia

Well, maybe the difference is kernel versions.  As stated previously, I am
runing RH 7.0 (kernel version  2.2.16-22).  It looks like all or nothing for me


But I am puzzled as to why I can only mount and view the data for one device at
a time?

--- Net Llama <[EMAIL PROTECTED]> wrote:
>
> Tell that to my box with the CDRW in it.  It has both an IDE CDROM & IDE
> CDRW.  Linux sees & mounts the CDROM as /dev/hdc, and sees & mounts the
> CDRW as /dev/sr0.  This is with a 2.4.x kernel, FWIW. 
>
> CDRW as /dev/sr0.  This is with a 2.4.x kernel, FWIW. 
>
> --- Collins Richey <[EMAIL PROTECTED]> wrote:
> > I don't know the truth, but I was told earlier by someone on the list
> > that it's all or nothing.  Once you are using scsi support for the
> > CD-RW, you get it for the regular CD as well.  That's the way I'm
> > running - /dev/sr0 for the writer and /dev/sr1 for the noraml cd.  And
> > I have to have the parameter in lilo
> > append="hda=ide-scsi hdb=ide-scsi"
> > since my scsi support is built into the kernel.



=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Re: CD-RW install puzzles

2001-10-24 Thread Susan Macchia

First, thanks for your reply.

> I think you're greatly overcomplicating this process.  First, there
> should be no need to create new block devices or symlinks to block
> devices.  Remove all of that cruft, as its only confusing the
> configuration further. 

I had to create the block device for SCSI because there was none; no /dev/sr0,
/dev/sr1, etc.

And I already had /dev/cdrom linked to /dev/hdd.  Seemed reasonable to point
/dev/cdrw to the device that the cdrw was on.  They're only soft links after
all...  But you are right, I don't really need them.

>
> Second, you should be able to access the vanilla CDROM drive as an IDE
> drive, and the IDE CD burner as a SCSI drive. 

This is what I wanted and tried to do initially and couldn't access either
drive.  Which is why I ended up pointing both to /dev/sr0 and /dev/sr1.

Maybe I should start over?

> 
> Third, what does dmesg think you have for drive assigments (hda, hdb,
> hdc & hdd)?  What does the output from "cdrecord --scanbus" see?  What
> does 'lsmod' show? 

---
dmesg output:


hda: Maxtor 91296D6, ATA DISK drive
hdb: Maxtor 53073U6, ATA DISK drive
hdc: NEC CD-ROM DRIVE:28D, ATAPI CDROM drive
hdd: YAMAHA CRW2100E, ATAPI CDROM drive


Ok there
---
cdrecord --scanbus says:

Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jörg Schilling
Linux sg driver version: 2.1.38
Using libscg version 'schily-0.5'
scsibus0:
cdrecord: Warning: controller returns wrong size for CD capabilities page.
0,0,0 0) 'NEC ' 'CD-ROM DRIVE:28D' '3.03' Removable CD-ROM
0,1,0 1) 'YAMAHA  ' 'CRW2100E' '1.0N' Removable CD-ROM
0,2,0 2) *
0,3,0 3) *
0,4,0 4) *
0,5,0 5) *
0,6,0 6) *
0,7,0 7) *

---
lsmod shows:

Module  Size  Used by
parport_probe   3428   0 (autoclean)
parport_pc  7464   1 (autoclean)
lp  5416   0 (autoclean)
parport 7312   1 (autoclean) [parport_probe parport_pc lp]
vfat9404   0 (autoclean) (unused)
fat30688   0 (autoclean) [vfat]
Mvnetd  9168   1
Mvnet  52520   0 [Mvnetd]
Mvnetint   11252   0 [Mvnet]
Mvw 4344   0
Mvmouse  604   0
Mvkbd752   0
Mvgic   3332   0 (unused)
Mvdsp804   0
Mserial 6412   0
Mmpip   7040   0
Mmerge128952   0 [Mvnetd Mvnet Mvnetint Mvw Mvmouse Mvkbd Mvgic
Mvdsp Mserial Mmpip]
autofs  9124   1 (autoclean)
lockd  31176   1 (autoclean)
sunrpc 52964   1 (autoclean) [lockd]
agpgart18600   0 (unused)
ide-scsi7336   0
sg 15704   0
snd-card-ymfpci 4080   0
snd-ymfpci 34172   0 [snd-card-ymfpci]
snd-pcm29464   0 [snd-ymfpci]
snd-ac97-codec 23616   0 [snd-ymfpci]
snd-mixer  23356   0 [snd-ymfpci snd-ac97-codec]
snd-opl34264   0 [snd-card-ymfpci]
snd-timer   8096   0 [snd-pcm snd-opl3]
snd-hwdep   2956   0 [snd-opl3]
snd-mpu401-uart 2296   0 [snd-card-ymfpci]
snd-rawmidi 9432   0 [snd-mpu401-uart]
snd-seq-device  3652   0 [snd-rawmidi]
snd35820   1 [snd-card-ymfpci snd-ymfpci snd-pcm
snd-ac97-codec snd-mixer snd-opl3 snd-timer snd-hwdep snd-mpu401-uart
snd-rawmidi snd-seq-device]
soundcore   2596   0 [snd]
usb-uhci   19052   0 (unused)
usbcore42088   1 [usb-uhci]
3c90x  22200   1

--

OK so I backed up per your suggestion and did the following:
/dev/cdrom -> /dev/hdc
/dev/cdrw -> /dev/sr0

Then rebooted.

Now when I try and mount the cdrom:
$ mount /dev/cdrom /mnt/cdrom
/dev/cdrom: Input/output error
mount: you must specify the filesystem type

So I tried:
$ mount -t iso9660 /dev/cdrom /mnt/cdrom
mount: wrong fs type, bad option, bad superblock on /dev/cdrom,
or too many mounted file systems

When I try and mount the cd-writer:

$ mount /dev/cdrw /mnt/cdrw
  mount: block device /dev/cdrw is write-protected, mounting read-only

But it mounts the first cdrom on /dev/hdc !!!  This is what confuses me...


TIA (very much)

>
> --- Susan Macchia <[EMAIL PROTECTED]> wrote:
> > I am running RH 7.0 and have added a Yamaha 2100EZ CD writer (IDE).  I
> > used the
> > SxS for replacing a cdrom with a cdburner as the blueprint for adding
> > the
> > writer.
> >
> > I have no SCSI controllers.  Before I added the writer I had the
&

CD-RW install puzzles

2001-10-24 Thread Susan Macchia

I am running RH 7.0 and have added a Yamaha 2100EZ CD writer (IDE).  I used the
SxS for replacing a cdrom with a cdburner as the blueprint for adding the
writer.

I have no SCSI controllers.  Before I added the writer I had the following
drives:

/dev/hdaboot partitions for RH and LTP
/dev/hdbpartitions for COL2.4 boot and home directories
/dev/hdcCD-ROM


I added the following line to my lilo.conf, then ran lilo:
append="hdd=ide-scsi"

I wanted /dev/hdd to be used for the CD-RW.  I performed the following to try
and make this happen (as root of course):

$ mknod /dev/sr0 b 11 0
$ mkdir /mnt/cdrw
$ ln -s /dev/sr0 /dev/cdrw

Added the following line to /etc/fstab
/dev/cdrw  /mnt/cdrw iso9660 noauto,owner,ro 0 0

Created /etc/rc.modules as follows (there wasn't one initially):
#!/bin/sh
/sbin/modprobe sg
/sbin/modprobe ide-scsi

At this point (after rebooting), when I tried mounting the CD-RW I got the
following:
$ mount /dev/cdrw /mnt/cdrw
mount: the kernel does not recognize /dev/cdrw as a block device
then I tried:
$ mount /dev/sr0 /mnt/cdrw
mount: the kernel does not recognize /dev/csr0 as a block device

And I could no longer access my CD-ROM.  The CD-ROM should not be using the
SCSI emulation as /dev/cdrom->/dev/hdc.  This is very puzzling to me.

So, I put both CD-ROM and the CD-RW pointing to the SCSI devices by dong the
follwing:
$ mknod /dev/sr1 b 11 0
$ rm /dev/cdrw;  ln -s /dev/sr1 /dev/cdrw
$ rm /dev/cdrom; ln -s /dev/sr0 /dev/cdrom

Now I have the following configuration:
/dev/hdaboot partitions for RH and LTP
/dev/hdbpartitions for COL2.4 boot and home directories
/dev/sr0CD-ROM
/dev/sr1CD-RW

With this configuration, it appears that when I mount sr0, then mount sr1, I
can only see the content of sr1 (and visa versa, depending on mount order).  
Also, I cannot read from the CD-RW from a CD player program or anything else. 
I *can* read from the CD-ROM using a CD player program, however.

Is the ide-scsi emulator code not able to handle more than 1 device (I don't
think this is the case)? 

I can also use xcdroast and xgcombust to burn CDs and read from the CD-ROM.  So
I can still function.  But this state puzzles me and I really want to
understand what is happening.

Any help would be appreciated.

TIA







=
_________
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com
___
Linux-users mailing list
Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users



Suse filing Chap. 11?

2001-10-03 Thread Susan Macchia

I heard from a co-worker that Suse filed chapter 11.  Does anyone know if this
is simply a rumour?

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: New monitor

2001-10-02 Thread Susan Macchia

Did another search on google and found a url that described the tools nicely:

http://www.tacpa.org/notes/linux/x.html

Anyway, I told my friend to use Xconfigurator and it worked great!

Please accept my apology for not doing more research before posting the
question.  But at least I have a URL (above) that may help others.

:-)


--- Susan Macchia <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> I have a friend who got a new monitor for her Redhat 7.0 system.  Right now
> when she boots, she gets no usable X display.  The new monitor has a Compaq
> trinitron p700.  She has modified /etc/X11/XF86config for the refresh rate,
> etc.  But still not go.
> 
> I searched the SxS for info on this but did not really find anything.  Does
> anyone have any ideas what she might need to do (short of reinstalling the OS
> -
> we don't want to have to do that).
> 
> TIA
> 
> =
> _
> Susan Macchia
> mailto:[EMAIL PROTECTED]
> _
> 
> - Running Linux - because life is too short for reboots...
> 
> __
> Do You Yahoo!?
> Listen to your Yahoo! Mail messages from any phone.
> http://phone.yahoo.com
> 


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



New monitor

2001-10-02 Thread Susan Macchia

Hi all,

I have a friend who got a new monitor for her Redhat 7.0 system.  Right now
when she boots, she gets no usable X display.  The new monitor has a Compaq
trinitron p700.  She has modified /etc/X11/XF86config for the refresh rate,
etc.  But still not go.

I searched the SxS for info on this but did not really find anything.  Does
anyone have any ideas what she might need to do (short of reinstalling the OS -
we don't want to have to do that).

TIA

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: Linux and Wireless Cable/DSL router/switch?

2001-10-01 Thread Susan Macchia

Thanks for the infor guys - it gives me a place to start! 

:-)

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Listen to your Yahoo! Mail messages from any phone.
http://phone.yahoo.com
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: Best Linux CD burners?

2001-09-08 Thread Susan Macchia



Thanks for ALL the great advice.  Now I have a place to start :-)

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Best Linux CD burners?

2001-09-07 Thread Susan Macchia

Hi all,

I am in the market for a RW CD for my pc and was wondering what burners
are most compatible with Linux.  My current distro (most often used) is
RH 7.0.  But within the next few months I plan to add the latest Suse
or RH on another partition.

Any advice is greatly appreciated.

TIA

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: HP to buy Compaq?!?

2001-09-04 Thread Susan Macchia

> As you've all no doubt heard by now, HP is gobbling up Compaq for
$25billion
> (US) making them #2  in the market... 
>
> What does this bode for Dell? What will this mean for future Linux
support? HP
> is fairly Linux-friendly...in my experience at least. 
> 
> Thoughts? 


Ok guys, I am a Compaq (aka Digital) employee and have been affected
both by the Compaq-Intel deal and the newly announced HP deal.  It is a
merger of companies (but swallowed up is a good term too).  It is not
clear at this point what Unix will survive.  As far as Linux is
concerned, Compaq has been Linux friendly too since it had a Redhat and
Suse distro for its alpha platform.  

And Intel is also going for linux too (believe it or not - I can say no
more at this time).

It was clearly a shock for us folks at the Spitbrook Road facility in
Nashua, NH.  But when you think about it, in light of the Intel
agreement, not all that suprising.

Being a general purpose developer sort myself, I am lucky in that I
don't have to stick with an OS and can move as I desire.  So I am going
to stick it out and will probably end up working for Intel next year.

But one can never tell, so quickly can things change!  :-)

=
_____
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Get email alerts & NEW webcam video instant messaging with Yahoo! Messenger
http://im.yahoo.com
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: I have returned

2001-07-31 Thread Susan Macchia

Welcome back Keith - and "I" didn't think the worst (ya, right).

;-)

> They were on my feet not exemplifying my 'magic wand'.. 
>
> > Kurt Wall wrote: 
> > > On Tue, Jul 31, 2001 at 03:43:20PM +1000, Keith Antoine wrote:
> > > Sorry but I am back <|;-00.Did 4630 km wothout
leaving
> > > my home state, and now feel like a stunned mullet after a final
drive of
> > > 1150 yesterday and today. Had a magnificent time and now need to
d/l the
> > > photos and work on them and get them up online. Got as high as I
could,
> > > north with a conventional car, before turning back.
> > >
> > > Shorts, thongs and a singlet were the order of the day.
> >
> > Welcome back. The thought of seeing you in a thong makes me shudder
> > and sends a chill down my spine, though. ;-)
> >
> > Kurt

=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



X display problem (was Re: Stupid newbie network question)

2001-07-12 Thread Susan Macchia

Kurt Wall wrote:

> Susan Macchia offered this little gem:
> 
> % I suspect if you look at fatbrain and do a search (probably an
o'reilly
> % book out there), you'll find a decent one.  I learned C-shell so
long
> % ago on SunOS 2.something that didn't use any other reference but
man.
> % It was the first shell I learned and so, of course out of habit, it
is
> % the shell I use.  But I have to say that I think that kshell is
better
> % for writing scripts.  I like C-shell for UI...IMHO 
> 
> [nods] I use ksh/sh/bash/zsh out of habit, but I keep hearing
> that csh is good for programming. I'd like to see for myself.
> csh will have a tough go of it though, now that Korn has released
> ksh as open source...  
> 
> Thanks for the input.  
> 
> Say, did you ever solve your X programming dilemma (how to identify
> the client GUI system)? 

No, I could find no way to identify the "windowing system" to which an
app is displayed.  I have customers who use Exceed or ReflectionX and
the default fonts/window sizes chosen for, say Tru64, don't look right
under Exceed/ReflectionX, which is why I would like to dectect this. 
Our application does allow the user to customize said sizes/fonts, but
not until after running it with the default fonts/sizes for Tru64.  Ho,
hum...

Thanks for asking anyway :-)


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



(no subject)

2001-07-11 Thread Susan Macchia

Very good question.  Do you have a setup to try it?  I don't see why,
if you've been able to log in using a secure shell, why this wouldn't
work.  The name/ip that you use to log in would be the one used to set
the DISPLAY environment variable.  Incidently, you don't need the ".0",
since this is the default.

I would be interested to hear your results.

Andrew Matthiews wrote:

> Ian Marchak wrote:
> 
> > Assuming hostnames or  and 
> >
> > 1. On  type:
> > # xhost downstairs
> >
> > 2. Telnet to 'downstairs'
> >
> > 3. On 'downstairs' type
> > # export DISPLAY=upstairs:0.0
> >
> > 4. Run your app at the command line as usual, the DISPLAY will be
output
> > over the network to your machine upstairs.
> > --
> > Ian Marchak [mailto:[EMAIL PROTECTED]]
> > StepByStep [http://members.home.net/linuxsteps/] 
> 
> Okay, now for the next level... Picture thisMachine A is
> masqueraded behind Machine B. Machine D is also behind Machine C.
> Or:
> A--B-public internet-C--D
> |___| 
> Now A & D are both class A ip addresses, 10.10.108.0 and
10.144.120.0.
> Using ssh how can you export a display from A to D or vice versa?
> export DISPLAY=65.121.54.118:65.121.54.119:10.144.120.51:0.0??
> 1st public ip__|| ||| || |||
> 2nd public ip|| ||| || ||| 
> 2nd  local ip__|| ||| ||| ||
> Since machine B & C are public they work easily. Or A to B, B to C or
C
> to D, and even A to C. But how can you specify an export three
machines
> back from one network to another? Is it so simple I've overlooked
it?


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: Stupid newbie network question

2001-07-11 Thread Susan Macchia

I suspect if you look at fatbrain and do a search (probably an o'reilly
book out there), you'll find a decent one.  I learned C-shell so long
ago on SunOS 2.something that didn't use any other reference but man. 
It was the first shell I learned and so, of course out of habit, it is
the shell I use.  But I have to say that I think that kshell is better
for writing scripts.  I like C-shell for UI...IMHO

> Susan Macchia wrote: 
>
> % in C-shell:
> % $ setenv DISPLAY :0 
> 
> Speaking o' C shell, can you recommend a good tutorial reference
> for C shell? I've been a ksh kind of guy since I got started with
> Unix, so it's time I branched out. 
> 
> Thanks, 
> 
> Kurt


=
_
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users



Re: Stupid newbie network question

2001-07-10 Thread Susan Macchia


You can run you KDE apps from your downstairs PC fairly easily w/o
having to use a GUI login.  If you are networked, simply telnet to your
downstairs PC in an xterm.  Once logged in, set your display to your
upstairs PC:

in C-shell:
$ setenv DISPLAY :0

Now you can run any app from that term and display it on your upstairs
machine.

Hope this helps.

> Can I get a GUI login from my upstairs PC running Mandrake 8.0 to my
> downstairs PC running Caldera eD2.4? I'd like to be able to login to
my
> desktop and run my KDE apps if my wife happens to be downstairs on
the
> main PC (and vice versa). I would think that this should be fairly
> straght-forward, linux being built for networking and all. Is this
what
> VNC is for? I thought VNC was intended to be used when connecting to
a
> linux server from some other O/S (Win, Mac, etc).
> Care to hit me with a clue stick?
> Regards,
> Tim


=
_____
Susan Macchia
mailto:[EMAIL PROTECTED]
_

- Running Linux - because life is too short for reboots...

__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/
___
http://linux.nf -- [EMAIL PROTECTED]
Archives, Subscribe, Unsubscribe, Digest, Etc 
->http://linux.nf/mailman/listinfo/linux-users