Linux-Misc Digest #428, Volume #21               Mon, 16 Aug 99 21:13:08 EDT

Contents:
  Canon BGC-1000 filter
  Re: What I think of linux. (Brian Langenberger)
  ksymoops ?? (Gene Wilburn)
  crontab questions ([EMAIL PROTECTED])
  Re: SVGAText (Michael Armbrecht)
  OT:  OO OSs (Re: Troll (was: why not C++?)) ("Joshua D. Boyd")
  Re: Kernel compiling (Andy Johnstone)
  Re: VMWare (Windows on Linux)? (John McKown)
  Re: my own cron/crontab (John McKown)
  Re: wvdial - 'modem not detected' - solved ([EMAIL PROTECTED])
  Term Program (Roland Bassett)
  Re: Linux vs. Unix (Tom Payne)

----------------------------------------------------------------------------

From: <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.hardware,comp.os.linux.setup
Subject: Canon BGC-1000 filter
Date: Mon, 16 Aug 1999 20:31:03 GMT

Hello,

My BJC-1000 printer doesn't produce any output. In printtool, I tried
BJ-200 filter and text only filter. Without success.
So, is a ghostscript filter available for the Canon BJC-1000 printer ?
If not, is it possible to use this printer with another filter.

Thanks for your help.



==================  Posted via CNET Linux Help  ==================
                    http://www.searchlinux.com

------------------------------

From: [EMAIL PROTECTED] (Brian Langenberger)
Crossposted-To: alt.linux,alt.linux.sux,alt.os.linux,comp.os.linux.advocacy
Subject: Re: What I think of linux.
Date: 16 Aug 1999 20:26:16 GMT

Adam JBC ([EMAIL PROTECTED]) wrote:

: Anyway, during that holiday, I learn a bit of QBasic.  Then we went home.  A
: couple of years later, my dad brought a lap top home from work.  I found a copy
: of QBasic, and continued programming.  I then 'upgraded' to VB4, and I now have
: VB5, in fact the whole of Visual Studio (which I got off a student licence)
: sitting right next to me.

: My next task is to learn C/++.

Just a bit of free advice..jumping from Basic to C is painful :)
You might want to try learning Java first and then go to C/C++ from there.
Free development kit downloads are at:  http://www.blackdown.org
and plenty of good books on the subject are at:  http://www.oreilly.com

Learn all the languages you can, really, but Java's good for teaching
"object oriented programming" (the latest industry buzzword ;) and gives
nice instant gratification with its built-in graphics libraries :)

But back on topic...I'm a programming nut.  I started with Basic on the
Apple][ and made a habit of looking through other peoples' Basic programs
to find useful tidbits I could add to my own programs :)  But, the things
I wrote never did get fast enough (despite plenty of optimizations on my
part) and I'd run out of memory - often.

Eventually I moved on to college and SunOS boxes (in the pre-Solaris days
:) running X and programming Pascal with vi and friends.  That was quite a
jump!  I had no idea about DOS/Windows (having never used them) and
encountering Macs was seldom.  But I got to know general day-to-day UNIX
very well and thought Pascal was a lot of fun - a lot better than Basic,
at any rate!  All of a sudden I could *compile* programs and have actual
executables!  I was amazed :)

Then, of course, I moved on to C.  That was a bit on the painful side.  C
isn't very forgiving of mistakes, and it wasn't taught to me very well.  A
simple explanation that "all C functions are pass-by-value" would've
helped me quite a bit through the whole pointer/address fiasco.  C++ went
quite a bit better, but I haven't had a use for either in quite some time.
That's just the nature of my current employment, really.

Just for fun, I moved on to Java and got very good at it.  So good, in
fact, I wound up doing a few too many system-level programs in Java simply
because I didn't know anything else well enough to do things fast enough
(I found C/C++ quite a bit too low-level, for example).  I still dabble in
Java where it's best suited, but I leave the day-to-day stuff to languages
better suited to the task ;)

I moved on to Perl from there and found it a whole lot easier to get a
whole lot more done than I did with C, or even Java for that matter since
basic things like resizable arrays and hashtables were built right into
the language - instead of instantiating yet another Vector :)

I started hearing about Python and tried learning it from online
tutorials, but the docs I found made better references than learning
materials.  When O'Reilly's Learning Python was finally published, I
snatched it up right away and was hooked.  Finally, all the powerful
language features I liked in Perl with the "practically everything is an
object" philosophy I enjoyed in Java.

At the risk of starting Yet Another Boring Language War, I'll give my
personal experiences on the subject a rest and move on to more Linux-type
matters :)

Eventually I did find my way to DOS and Windows3.11, and it wasn't a
pleasant transition.  I missed having a powerful shell.  I missed xterms.
I even missed xv and pine.  Every single Windows(3.11) program I used felt
cheap compared to their big robust UNIX counterparts.  Doom was the only
thing that convinced me DOS was pretty valuable to have.

Maybe my experience has given me a "tainted" outlook of the typical Wintel
world, but I honestly missed having compilers included in an OS along with
a myriad of "sharp pointy tools" to get day-to-day jobs done.  Strange as
it may seem, for me it's much more satisfying to see a list of my
PalmPilot apps using "pilot-xfer" than with any window-driven utility.  Or
to get a listing of mp3s using "rio" and having them show up in an xterm,
for example.  I don't claim to be a typical user, but there's something
about interfacing with fancy new hardware using raw text that just feels
more "real" to me.

That's why when I finally decided to pick up some hardware for myself,
Linux seemed the obvious choice.  Not because it's "trendy" or has pretty
desktop environments, but because I can use bare-bones window managers to
fill my screen with xterms and emacs'en.  That's the environment I feel at
home in, and it's where I get the most work done.

Enough of my ramblings for now.  But after 25 years, I've found a
programming and working environment that I like.  And I won't budge until
something better comes along :)


------------------------------

From: [EMAIL PROTECTED] (Gene Wilburn)
Subject: ksymoops ??
Date: Mon, 16 Aug 1999 23:33:57 GMT

In the IR-HOWTO there is a reference to a program called ksymoops:

"If anybody gets a kernel Oops, then please feed it to the
../linux/scripts/ksymoops/ksymoops program, so that we can find out where it
went wrong. Just cut out the Oops lines from the syslog, save them to a
file, and then run ksymoops <file>"

I've looked around on my RH6 system and don't have this program. There's
also no standalone program by this name in the RPMS dir on my CD-ROM. Can
anyone enlighten me on this? Is it part of kernel development tools?
(Something I didn't install).

Also cannot find other references to kernel Oops. Again, is this a kernel
developer's symbolic dump or something like that?

I'd love to read up on this if anyone can point me to some relevant docs.
I've searched through all the HOWTO's and have come up empty.

TIA,

Gene

-- 
I've got a bad feeling about this!  -- Han Solo

------------------------------

From: [EMAIL PROTECTED]
Subject: crontab questions
Date: Mon, 16 Aug 1999 23:34:24 GMT

As far as I learned I am able to create my own crontab file
by typing crontab -e (... and to insert some lines..)

Well, if the sysadmin (I am only a user) had to shutdown the system and
to reboot. Does the system know that there is a "private"
crontab file anywhere in the directory structure ?

Does the system start all the private crontab files or do I have to do
that by myself because only the "general" crontab file is referred ?

Is there a startup file where I can/must insert a line to start my
private crontab instruction (which ?) for reboot purposes ?

As far as I know the sixth parameter of each crontab file
represents only and only in "general" crontab files.
In the "private" crontab file there is no user parameter in crontab
files. Is this correct ?

Bye

Marcus


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: Michael Armbrecht <[EMAIL PROTECTED]>
Subject: Re: SVGAText
Date: Mon, 16 Aug 1999 23:52:07 GMT

Sorry, Bill, for not answering a long time, but I did not have the time
and i did not dare yet to risk my working X for an experiment.
I'll try soon enough, but I fear it just won't work, because I reached
th limits of my video card.
I'll try, and let you know.
Michael


--
Who is General Failure and why is he reading my hard disk?


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

------------------------------

From: "Joshua D. Boyd" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.development.system
Subject: OT:  OO OSs (Re: Troll (was: why not C++?))
Date: Tue, 17 Aug 1999 00:32:12 GMT

Timo Tossavainen wrote:

> <take with a grain of salt>
> How about a paradigm shift ? Let's write a Lisp OS, where the Lisp environment
> is the OS and throw away all the old buggy C code. Let's throw in
> multiprocessing, hard realtime GC and scheduling and why not orthogonal
> persistence while we're at it. Come to think of it this should have been done
> ages ago... =)  I'd be a happy user.
> </take with a grain of salt>
>
> The point being: If you want to do that, write a new OS and do it with pure
> OO concepts from the very beginning. I don't see the benefit in trying to
> force OO on a UNIX mindset. It won't work, you're better off with a new OS.
> Maybe you could build some sort of OO system on top of the mach microkernel
> in HURD and skip some of the devious stuff...  I think it's designed for that
> sort of thing. BTW, you could take a look at the academic OS research. There
> are a lot of operating systems that have all sorts of nice OO capabilities.

I've frequently wondered why other OSs don't become more popular.  I'm use linux

almost exclusivly at home (I also have BeOS installed, which I do use, and Windows,

which is only used to play games, but I usually don't since the effort of rebooting

just to game is too much), and I've frequently wished for more modern OSs.  I know

they are out there, but when ever I read about one, I usually also find that it is too

early in development.  For profit I do database programming, and for fun, I write

heavy duty media programs (or at least attempt to).  What I do for fun is really 
pushing

the edges of linux, let alone stuff like Plan9 or GNU/Hurd, and since I don't have the

skill or desire to do systems programming, I'm stuck using more established stuff.

I was quite excited when finally a version of BeOS came that would run on my hardware,

but I was quickly quite disappointed by the network services.  It probably is a picky

point to complain about their primitive web browser, but I found myself needing to

reboot to linux anytime I needed to get something from the web, which isn't good if you

hate rebooting like I do.  Also, I had trouble with networked file access (i'm told

that is fixed in the latest version which I haven't yet installed), which made getting

files to work from the server a real pain.  Finally, I was disappointed by the fact

that it wasn't really a multiuser system.

On linux, for some tasks, I wish I had a pervasively object oriented system like BeOS

or NeXTStep, or many other less developed systems, but for various reasons, I was never

able to use them, or was unsatisfied.  Don't get me wrong, I love linux, but I am

frequently left wondering if it couldn't be much more powerfull is wasn't lugging

all of the unix legacy behind.  Stuff like BeOSs file system look really cool, not to

mention the NeXTStep display system (if only it could operate remotely like X11 does),

or the way ActiveX and OLE provides services (I think the implementations is awefull,

but I've never seen stuff like corba do the things that I do with ActiveX).  Hopefully

someday soon peope will take something like Hurd, or Linux, or other free OS and turn

it into a more modern OS that is just as flexible as Linux, Irix, or Solaris is (I

don't consider *BSD, Windows NT, NeXTStep/OpenStep/MacOSX, or BeOS to be as flexible.

Each of those either lacks in the workstation arena or the server arena).

--
Joshua D. Boyd
http://catpro.dragonfire.net/joshua




------------------------------

From: Andy Johnstone <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.networking,comp.os.linux.setup
Subject: Re: Kernel compiling
Date: Mon, 16 Aug 1999 20:45:26 -0400

Well don't know about the first problem, never booted linux just from a floppy,
but you're 2nd problem imight be able to help with.

first, do this

$  echo $PATH

You're looking for /usr/bin in the path.  If its not there problem solved!
Type this command

$  export PATH=/usr/bin:$PATH (if bash is your shell)
$  setenv PATH /usr/bin:$PATH  (if csh is your shell)

Try make again.  If it works, you may want to edit /etc/profile and add
/usr/bin to your search path.  If not, you'll have to install gcc.  I'm not
sure what package that is in.
andy

Frederik Likaj wrote:

> I have just figured out ( i believed) how to get my RealTek8019 working.I
>
> went throw /usr/src/linux 1-make dep,make clean,make bzImage,make modules
>
> and make modules_install.Before that i had my ppp running and i could
>
> connect to internet on my RedHat 6.0.After i run make bzImage I just copy
>
> it to my floppy disc wich i use to boot into linux.It seems that eth0 work
>
> and i can ping around but i have lost my ppp conection.When i try to
>
> connect the modem don't react and it hangs on the yellow light.I believe
>
> that i have not done 100% right with the kernel compiling.What should i do?
>
> I use a floppy disc to boot linux.
>
> 2-Another problem is that i have another P.C. running linux RedHat 6.0 with
>
> the same netcard RealTek8019 but when i tried to compile the kernel i got
>
> the message
>
> make[1]:gcc:command not found
>
> make[1]:***[tkparse]Error 127
>
> make!***[xconfig]Error 2
>
> is any rpm i am missing there?
>
> Any help is welkomed.
>
> ------------------  Posted via CNET Linux Help  ------------------
>                     http://www.searchlinux.com




------------------------------

From: [EMAIL PROTECTED] (John McKown)
Subject: Re: VMWare (Windows on Linux)?
Date: 17 Aug 1999 00:51:31 GMT

On Tue, 3 Aug 1999 09:45:52 -0500, Boisy G. Pitre <[EMAIL PROTECTED]> wrote:
>A friend sent me a link to VMWare's home page.  They have a seemingly nice
        [big snip]

I just got VMWare myself. It is really nice. A bit slow on my AMD K6-3 400,
but usable. I've run into a couple of "gotchas", but I think that I
understand. The first is that when I invoke VMWare, any error messages
are always directed to my tty1 (not the xterm that started VMWare). Since
this VT is normally my "root" login, this looks weird. I just use a different
VT now. Second, since I want to read floppies, VMWare "takes over" the A:
drive. I can't mount it to Linux while VMWare is running. The same is
true of the /dev/modem. So, VMWare does not share these resources 
dynamically. Since I rarely use the floppy in Linux, this doesn't really
matter to me. The modem is a bit of a problem, however. I use Linux
for my Internet access. I would like to use Windows98 for my dial in to
work since the terminal program that I use (BlueZone) is a lot easier
to use than minicom.

I've only been using this product for about a week. Oh, you do have your
Windows98 CD handy, don't you? If you use the "virtual disk" capability,
you must do a full Windows installation from the CD. From what I've
read, you can use the "raw disk" functions to directly read your current
Windows drives, but it is STRONGLY discouraged. And apparently very slow.

I'm now trying to figure out Samba so that I can use Samba to access
the Windows drives which are "mounted" to Linux. Also there is a news
server for VMWare (news.vmware.com) which anybody can access. There is
a lot of good information available in the forums on that news server.

John

------------------------------

From: [EMAIL PROTECTED] (John McKown)
Subject: Re: my own cron/crontab
Date: 17 Aug 1999 00:51:30 GMT

On Mon, 16 Aug 1999 07:59:21 GMT, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>Suppose I am not the sys admin of a linux system
>and I do not have access to the "main" crontab file.
>Is it possible to start my own cron demon with my own crontab file ?
>May be
>
>/usr/bin/cron /usr/students/people/mycrontab
>
>Is there any other possibility to perform tasks (perl scripts)
>at certain times ?
>
>What's the difference to "at" ?
>
>Bye
>
>Marcus

I've been able to do that with a non-root userid. The command looks like
the one you entered. However, the sysadmin can stop this by using either
the /etc/cron.deny and/or /etc/cron.allow files. Those control who may
and may not use cron. You *might* be able to "cat" those files. Or maybe
not. 

The difference between "cron" and "at" is that "at" sets up a one-shot.
You say something like:

at 1700 tomorrow

And type in the commands. They will run at 5pm tomorrow. And that's it.
cron is used for repeative functions. I use it as a type of alarm clock.
It tells me to get up, go to church, take my medicines, when my fav TV
programs are on. A real nag! <grin>

John

------------------------------

From: [EMAIL PROTECTED]
Subject: Re: wvdial - 'modem not detected' - solved
Date: Mon, 16 Aug 1999 17:38:51 -0400

Never you mind! It turned out the default ATZ wake-up call to my modem is
a bad idea; I changed it to AT and wvdial is happy to talk with the modem.

Thanks for even considering a reply!

F.

In <37b881e5$8$qnivfs$[EMAIL PROTECTED]>, on 08/16/99 
   at 05:25 PM, [EMAIL PROTECTED] said:

>Hoping wvdial would help me with my ppp logon problems, I installed it
>today only to have it cough up a 'modem not detected' message. It runs
>through setting up the script and the values in wvdial.conf look ok but
>no go.

>I can run minicom easily. I've even tried plugging in its init strings
>into wvdial - no go. I've done a cold reboot and then a reinitializing of
>wvdial - no go. 

>The modem is a Zoom K56. 

>I'm jinxed.

>F.

>-----------------------------------------------------------
>      Felmon John Davis                
>     [EMAIL PROTECTED]  |  [EMAIL PROTECTED]     
>     Union College /  Schenectady, NY
>     - insert standard doxastic disclaimers -
>     OS/2 - ma kauft koi katz em sack 
>-----------------------------------------------------------



===========================================================
      Felmon John Davis         
     [EMAIL PROTECTED]   |  [EMAIL PROTECTED]     
     Union College /  Schenectady, NY
     - insert standard doxastic disclaimers -
     OS/2 - ma kauft koi katz em sack 
===========================================================


------------------------------

From: [EMAIL PROTECTED] (Roland Bassett)
Subject: Term Program
Date: 16 Aug 1999 17:32:00 -0400


This is going to seem like a silly question, but does anyone know if
the program term is being kept up any more, and if so, which versions of
the Linux libraries it works with?

(Yes, I am a dinosaur and am still using term.)

------------------------------

From: Tom Payne <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.setup
Subject: Re: Linux vs. Unix
Date: 16 Aug 1999 23:41:34 GMT

In comp.os.linux.misc Floyd Davidson <[EMAIL PROTECTED]> wrote:

: Danny  <[EMAIL PROTECTED]> wrote:

:>From a user's point of view there aren't any substantial differences
:>between Linux and Unix, i.e., the command lines, the applications,
:>concepts like environment variables, etc are pretty much the same.
:>The main difference however, is that Linux can be installed on Intel-based
:>architectures, whereas Unix systems usually require dedicated (and 
:>expensive) hardware architectures.
:>
:>Danny Kalev

: That is a very strange view of UNIX. 

: UNIX was ported to Intel-based architectures well before Linux
: appeared, and today there are several variations of UNIX
: (including Linux) which run on the PC.  

As I understand things, UNIX isn't really an operating system any
more.  Rather, it's a brand, owned by The Open Group, that gets
confered on operating systems that successfully jump through certain
hoops.  It's my understanding that Linux has not yet jumped those
hoops, but could easily be made to via a few additions such as a
streams package.  I also understand that Microsoft has contracted out
the project of getting Windows NT through those hoops.  ;-)

Tom Payne

------------------------------


** 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 (and comp.os.linux.misc) via:

    Internet: [EMAIL PROTECTED]

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
******************************

Reply via email to