Linux-Misc Digest #632, Volume #27 Tue, 17 Apr 01 18:13:02 EDT
Contents:
Re: launch remote X session from Linux ? (I R A Darth Aggie)
Re: launch remote X session from Linux ? (I R A Darth Aggie)
Re: ZIP100 not having correct major or minor number (Robert Heller)
Re: capacity of exabyte 8200? (Lupei Zhu)
Re: Am I ****? HP Photosmart C500 and Win 2000 ("Jim Knowles")
Re: Upgrading from glibc 2.1 to glibc 2.2 ("Harlan Grove")
Perl & Tcl/Tk: How important are they? ("Bryant Charleston, MCSE")
Re: Am I ****? HP Photosmart C500 and Win 2000 ("z0ck")
eth0 works but now PPP has quit!! ("James Kimble")
Re: Am I f*****? HP Photosmart C500 and Win 2000 ("Marc Banka")
----------------------------------------------------------------------------
From: [EMAIL PROTECTED] (I R A Darth Aggie)
Crossposted-To: comp.os.linux.x,comp.os.linux.networking
Subject: Re: launch remote X session from Linux ?
Date: 17 Apr 2001 21:09:38 GMT
Reply-To: no-courtesy-copies-please
On Tue, 17 Apr 2001 13:36:01 -0700,
bmeson <[EMAIL PROTECTED]>, in
<9bi9fi$3sr$[EMAIL PROTECTED]> wrote:
+ Does ssh reqiure that ssh was also installed on the remote computer I want
+ to login?
Yes.
James
--
Consulting Minister for Consultants, DNRC
I can please only one person per day. Today is not your day. Tomorrow
isn't looking good, either.
I am BOFH. Resistance is futile. Your network will be assimilated.
------------------------------
From: [EMAIL PROTECTED] (I R A Darth Aggie)
Crossposted-To: comp.os.linux.x,comp.os.linux.networking
Subject: Re: launch remote X session from Linux ?
Date: 17 Apr 2001 21:09:01 GMT
Reply-To: no-courtesy-copies-please
On Tue, 17 Apr 2001 13:11:37 -0700,
bmeson <[EMAIL PROTECTED]>, in
<9bi81q$24p$[EMAIL PROTECTED]> wrote:
+ For example, I want to telnet into another SUN Solaris or DEC UNIX or
+ another Linux computer and do emacs (and I want to see the emacs window on
+ my laptop).
Yeah, what you want is called "ssh". Don't use telnet except as a
diagnostic tool, it's insecure.
laptop> ssh solaris.machine
[password challenge]
solaris.machine> emacs
*poof* an emacs X window. No muss, no fuss.
James
--
Consulting Minister for Consultants, DNRC
I can please only one person per day. Today is not your day. Tomorrow
isn't looking good, either.
I am BOFH. Resistance is futile. Your network will be assimilated.
------------------------------
From: Robert Heller <[EMAIL PROTECTED]>
Subject: Re: ZIP100 not having correct major or minor number
Date: 17 Apr 2001 21:28:37 GMT
Bart Friederichs <[EMAIL PROTECTED]>,
In a message on Tue, 17 Apr 2001 12:29:25 GMT, wrote :
BF> "Peter T. Breuer" wrote:
BF> > And WHERE does it put it? sda? sdb? sdc? sdd?
BF> That is exactly my question. See the first post for a more complete
BF> output of cdrecord. The ZIP is at
BF> scsibus1:
BF> 1,6,0 106) 'IOMEGA ' 'ZIP 100 ' 'D.06' Removable disk
BF>
BF> > Eh? CD-R uses scsi emulation. That would mean that it's occupying the
BF> > first scssi device slot, no, not your zip?
BF> I don't have any *real* scsi devices. It's all emulation and other weird
BF> stuff (I haven't even ever _used_ scsi, so I don't know anything about
BF> it). The ZIP is parallel port and the writer IDE-ATAPI.
The parallel port Zip drive *IS* a *real* scsi device. The Zip drive
contains a *real live* parallel port SCSI adapter inside, attached to a
SCSI Zip drive. If you have no other SCSI hard drives (the IDE-ATAPI
CDR[W] with the scsi emulation shows up as a CDROM type device), then
your Zip drive is /dev/sda. Standard 'PC' Zip carts have a FAT 16 >
30meg file system on partition 4: /dev/sda4. 'PC' Zip *tool* carts
have a FAT 16 file system on partition 1: /dev/sda1. Mac Zip carts
have a no partition table and have a hfs file system on the whole
device: /dev/sda. So these are the mount options:
Standard PC Zip cart:
mount -v -t vfat /dev/sda4 /mnt/zip
Tools PC Zip cart:
mount -v -t vfat /dev/sda1 /mnt/zip
Standard MacOS Zip cart:
mount -v -t hfa /dev/sda /mnt/zip
For the parallel port Zip drive to work, you need to remove the parallel
port driver:
/etc/rc.d/init.d/lpd stop
rmmod lp parport_probe
rmmod parport_pc
rmmod parport
Then you need to load the ppa driver:
modprobe ppa
At this point you should get messages about the Zip drive being detected.
It should be telling you that the Zip drive was bound to sda (/dev/sda).
If there is a cart in the drive it will list its partitions, otherwise
it will complain about not being able to figure out how big the drive is
-- this latter is normal for a drive with removable media with no media
in place.
BF>
BF> Bart
BF>
BF> --
BF> -----------------------------------------------------------------------
BF> The internet is a too slow way of doing things you'd never do without
BF> it.
BF> Bart Friederichs, 1998
BF> -------------------------------------------------------------------------
BF>
--
\/
Robert Heller ||InterNet: [EMAIL PROTECTED]
http://vis-www.cs.umass.edu/~heller || [EMAIL PROTECTED]
http://www.deepsoft.com /\FidoNet: 1:321/153
------------------------------
From: Lupei Zhu <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware
Subject: Re: capacity of exabyte 8200?
Date: Tue, 17 Apr 2001 13:19:16 -0700
Thanks. I tried -a option and managed to put 99% of the 1.7G on the first
tape. big improvement.
I am wondering if it will make a difference using /dev/st0a or /dev/st0l, or
/dev/st0m.
Some one mentioned "mt" command. I couldn't find it on my RH7.0. which
package provides it?
thanks a lot.
Lupei
Marcelo Rodrigues wrote:
> In <[EMAIL PROTECTED]> Lupei Zhu wrote:
> >
> > Hi,
> >
> > I have an Exabyte 8200 tape drive, connected to a PC running Linux
> > RH7.0 and Solaris 2.6. Under solaris, it can hold up to 2.3G. but when I
> > try to dump a 1.7G file system using this:
> > dump -0 -f /dev/st0 /
> > I got a message saying the dump is estimated to be on 40 volumes
> > (tapes) and I was soon prompted to put the second tape. I tried
> > /dev/nst0, /dev/st0a, ..., no luck. Can anyone tell me what I need to
> > do?
> >
> > thanks.
> >
> > Lupei
> >
>
> You have to tell dump the density and length of the tape otherwise
> dump assumes ridiculous values. Look at the man pages to see how
> its done. A quick and dirty alternative solution is to use the 'a'
> switch like :
> dump -0 -a -f /dev/st0 /
>
> >
> >
>
> --
> "NeXTMail" OK at this address only.
------------------------------
From: "Jim Knowles" <[EMAIL PROTECTED]>
Crossposted-To: rec.photo.digital,comp.os.linux.advocacy
Subject: Re: Am I ****? HP Photosmart C500 and Win 2000
Date: Tue, 17 Apr 2001 21:20:42 GMT
Who said anything about kids? It's me - I don't want to read that stuff. As
for kill-filing as a "solution" to gratuitous rudeness and stupidity, it's a
failure: you can't "kill-file" people like ignoramus until the damage is
already done.
What's wrong with expecting people to use polite language? Does polite
language just take too much self-control?
I guess we need rec.photo.digital.foulmouthed.children. I invite ignoramus
and his philosophical kindred to join. Get your revenge, deprive the rest of
us of your wit and wisdom. We'll suffer, but we promise not to whine about
it.
"Dreamspinner3" <[EMAIL PROTECTED]> wrote in message
news:9biah1$97il6$[EMAIL PROTECTED]...
> I think what we're whining about is the fact that it is up to the parents
of
> any children who may read this group to censor them and make sure the
> material their viewing is appropriate....and that others should have to
tow
> the line and censor themselves because said parents won't/don't/can't
> whatever.
>
> "Jim Knowles" <[EMAIL PROTECTED]> wrote in message
> news:P_1D6.598717$[EMAIL PROTECTED]...
> > Oh how I love CAPS.
> >
> > There used to be a guy (Mike someone? - I don't remember exactly) in
this
> > group who regularly offered abuse, insults etc. to reasonable
questions.
> > When his victims had the temerity to "whine" about it, his stock
response
> > was something along the lines of "you can't give insults, you can only
> > receive them. I can't help it if you (victim x) CHOOSE to be offended by
> my
> > answer. I have a right to say what I want.".
> >
> > I take it you would agree with him.
> >
> > Personally, I hope Mike gets a great big kick in the nuts. Then he can
> > decide whether he's RECEIVED one or not. But that will be his choice:
you
> > can't give them, only receive them. Then again, the nut-kicking habit is
> > just someone else's problem. Mike shouldn't give it any thought at all.
> >
> > So let's all agree that when people like ignoramus3489 post their
> pointless,
> > juvenile, offensive language, it's THEIR problem. And, by the same
> > reasoning, you presumably feel that when people like Big Bob offend you
by
> > "whining" about Mr. ignoramus, then it's THEIR problem, not yours. SO
what
> > are YOU complaining about?
> >
> > tsk tsk, you silly-billy.
> >
> >
> > "z0ck" <[EMAIL PROTECTED]> wrote in message
> > news:OpZC6.1313$[EMAIL PROTECTED]...
> > > [posted and mailed]
> > >
> > > Next time, just kill-file the guy and don't complain about it. I
don't
> > want
> > > to hear it. Raising your kids is your problem.
> > >
> > > I swear WAY too much. Its a personality flaw that I try very hard to
> > > correct. You will notice that I don't post profanity. However,
> whenever
> > > someone else does, don't you think that's THEIR problem?
> > >
> > > I don't have kids because I don't want to deal with that stuff. I
> > certainly
> > > don't want to hear you whine about how hard it is.
> > >
> > >
> > > Big Bob <[EMAIL PROTECTED]> wrote in message
> > > news:[EMAIL PROTECTED]...
> > > > Am I tacky would be have been a better question (Hint: answer begins
> > with
> > > a
> > > > 'Y'). That's 2 fresh new entries to the blocked senders list,
> possibly
> > > more
> > > > to come. Nothing like telling your kids they should use polite
> > language,
> > > > then clicking on a newsgroup....digital photography no less...and
> > finding
> > > > people with so little regard for others that they can't even ask a
> three
> > > > word question without displaying their tackiness in the subject
line.
> > And
> > > > then of course the 'guilt by association' of replying with subject
> line
> > > > intact.
> > > >
> > > > Kindly restrict your cross posting to newsgroups that appreciate
your
> > > > tackiness...photographers in general tend to have a bit more class
> than
> > > > that.
> > > >
> > > > Big Bob
> > > > "Andy" <[EMAIL PROTECTED]> wrote in message
> > > > news:[EMAIL PROTECTED]...
> > > > > On 17 Apr 2001 12:31:28 GMT, [EMAIL PROTECTED]
> > > > > (Igor3489) wrote:
> > > > > If it has TWAIN drivers it should scan the image straight into a
> > > > > program like Compupic or Photoshop...
> > > > > Try a demo version and see if they solve the prob
> > > > > >I bought an HP Photosmart C500 digital camera. I have Linux and
> > > Win2000.
> > > > > >
> > > > > >Guess what, the stupid camera does not work with Win2000 because
HP
> > did
> > > > > >not write a driver for it.
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
>
------------------------------
From: "Harlan Grove" <[EMAIL PROTECTED]>
Subject: Re: Upgrading from glibc 2.1 to glibc 2.2
Date: Tue, 17 Apr 2001 21:22:16 GMT
Jesus M. Salvo Jr. <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
...
>However, I wanted to upgrade from kde 2.1 to kde 2.1.1. Since there are
>no RPMs for RedHat6.x of kde 2.1.1, I downloaded the SRPMS and try to
...
Oh ye of little web searching . . . check out
http://ftp.sourceforge.net/pub/mirrors/kde/stable/2.1.1/distribution/rpm/Red
Hat/6.x/i386/
------------------------------
From: "Bryant Charleston, MCSE" <[EMAIL PROTECTED]>
Subject: Perl & Tcl/Tk: How important are they?
Date: Tue, 17 Apr 2001 21:31:29 GMT
Hey, folks!
I'm a RedHat7 newbie, and I'm reading through a couple of books and getting
hands-on experience. The books cover Perl and Tcl/Tk scripting as well.
I wanted to get some feedback on just how import these scripting languages
are in real world. Specifically, my questions are:
1) As a newbie, should I skip the scripting language stuff and focus mainly
on basic CLI commands, or learn scripting along w/the CLI?
2) Which scripting language is most widely used in the *nix field?
Thanks for your input!
--
...................................................
Bryant Charleston
A+ Network + MCSE (NT4)
Linux (RedHat7) Enthusiast
....................................................
------------------------------
From: "z0ck" <[EMAIL PROTECTED]>
Crossposted-To: rec.photo.digital,comp.os.linux.advocacy
Subject: Re: Am I ****? HP Photosmart C500 and Win 2000
Date: Tue, 17 Apr 2001 21:43:42 GMT
You're acting like seeing the dreaded F-word is going to somehow scar you
for life. Somehow I doubt it.
Regardless, you don't see anyone here advocating the use of foul language.
Neither do you see anyone advocating outright abuse. What you DO see is at
least a pair of sensible people who do not wish to be dictated to on the
basis that someone has kids and they don't want their kids to see/hear/do
something. I don't particularly appreciate the foul language either. I
simply answered the poor guys question and promptly ignored it. If you
REALLY have a problem with foul language, don't whine about it...do
something about it. In terms of Usenet, the best thing to do is kill-file
someone. Done. Simple. End of story.
Jim Knowles <[EMAIL PROTECTED]> wrote in message
news:Ks2D6.598733$[EMAIL PROTECTED]...
> Who said anything about kids? It's me - I don't want to read that stuff.
As
> for kill-filing as a "solution" to gratuitous rudeness and stupidity, it's
a
> failure: you can't "kill-file" people like ignoramus until the damage is
> already done.
>
> What's wrong with expecting people to use polite language? Does polite
> language just take too much self-control?
>
> I guess we need rec.photo.digital.foulmouthed.children. I invite ignoramus
> and his philosophical kindred to join. Get your revenge, deprive the rest
of
> us of your wit and wisdom. We'll suffer, but we promise not to whine about
> it.
>
>
<SNIP>
------------------------------
From: "James Kimble" <[EMAIL PROTECTED]>
Subject: eth0 works but now PPP has quit!!
Date: Tue, 17 Apr 2001 17:46:32 -0400
I'm running Suse 7.0 and have had no problems with my network connections
until now. I replaced a 3Com ethernet card with a LinkSys card. The LinkSys
came with drivers and required me to install some kernel modules. No problem
and my local network works fine. However, after I installed the new card my
PPP dialup connection, that had worked fine before, will no longer let me
see
my ISP. I'm not very up on network configuration. Below is what ifconfig
reports and what the last 10 lines of my ppp log shows. Any help here would
be very appreciated. I don't fully understand all of the configuration files
so any
tutorial suggestions or just a few words of advice would be much
appreciated.
Thanks,
James Kimble
[EMAIL PROTECTED]
ifconfig
============================================================================
=======
eth0 Link encap:Ethernet HWaddr 00:03:6D:18:00:F7
inet addr:192.168.0.50 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::203:6dff:fe18:f7/10 Scope:Link
inet6 addr: fe80::3:6d18:f7/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:521 errors:0 dropped:0 overruns:0 frame:0
TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0xd000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:209 errors:0 dropped:0 overruns:0 frame:0
TX packets:209 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
ppp0 Link encap:Point-to-Point Protocol
inet addr:216.23.39.175 P-t-P:207.78.244.2 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1500 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:10
============================================================================
===================
These are the last 10 lines of my ppp log file
============================================================================
===================
Apr 9 23:21:02 linux insmod: Note: /etc/modules.conf is more recent than
/lib/modules/2.2.16/modules.dep
Apr 9 23:21:46 linux insmod: Note: /etc/modules.conf is more recent than
/lib/modules/2.2.16/modules.dep
Apr 9 23:21:46 linux insmod: Note: /etc/modules.conf is more recent than
/lib/modules/2.2.16/modules.dep
Apr 9 23:24:00 linux modprobe: Note: /etc/modules.conf is more recent than
/lib/modules/2.2.16/modules.dep
Apr 9 23:24:00 linux modprobe: Note: /etc/modules.conf is more recent than
/lib/modules/2.2.16/modules.dep
Apr 9 23:25:01 linux insmod: Note: /etc/modules.conf is more recent than
/lib/modules/2.2.16/modules.dep
Apr 9 23:33:39 linux modprobe: Note: /etc/modules.conf is more recent than
/lib/modules/2.2.16/modules.dep
Apr 9 23:33:39 linux modprobe: Note: /etc/modules.conf is more recent than
/lib/modules/2.2.16/modules.dep
Apr 10 20:27:40 linux init: Switching to runlevel: 6
Apr 12 08:31:37 linux in.identd[612]: started
------------------------------
From: "Marc Banka" <[EMAIL PROTECTED]>
Crossposted-To: rec.photo.digital,comp.os.linux.advocacy
Subject: Re: Am I f*****? HP Photosmart C500 and Win 2000
Date: Tue, 17 Apr 2001 18:16:14 -0400
Reply-To: "Marc Banka" <[EMAIL PROTECTED]>
Odd isn't it?
3 technical responses to the question, 2 complaints about the improper and
inapropriate use of language, (I don't think the poster was speaking of
intercourse) and 24? posts concerning the objection. Be it for the "sake of
the children", the vulgarity, the simple mindedness from the poster, or
whatever the objections, it just seems strange that so many would come to
the rescue of the mis-user/ obuser.
My 2 cents
"Roberto Alsina" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> On 17 Apr 2001 14:37:46 GMT, Igor3489 <[EMAIL PROTECTED]>
wrote:
> >I bought an HP Photosmart C500 digital camera. I have Linux and Win2000.
> >
> >Guess what, the stupid camera does not work with Win2000 because HP did
> >not write a driver for it.
> >
> >It appears that the camera supports TWAIN.
> >
> >I have two questions:
> >
> >1) Is there another TWAIN driver/app that would support my camera,
without
> >the need for HP drivers?
>
> TWAIN doesn't make the driver go away, it just puts a layer on top of it.
> So, if I understand it right (I haven't used windows in 5 years or so),
> the answer to that is probably no.
>
> >2) Can I use the camera with linux? That would be preferred as I do use
> >linux much more than win2000.
>
> No. Or at least, it's not listed as supported. However, the C200 C30 and
C20
> are, and maybe the driver will work with the C500 (stranger things happen
;-)
>
> Check out www.gphoto.net
>
> --
> Roberto Alsina
------------------------------
** FOR YOUR REFERENCE **
The service address, to which questions about the list itself and requests
to be added to or deleted from it should be directed, is:
Internet: [EMAIL PROTECTED]
You can send mail to the entire list by posting to comp.os.linux.misc.
Linux may be obtained via one of these FTP sites:
ftp.funet.fi pub/Linux
tsx-11.mit.edu pub/linux
sunsite.unc.edu pub/Linux
End of Linux-Misc Digest
******************************