Linux-Development-Sys Digest #370, Volume #6      Wed, 3 Feb 99 08:13:58 EST

Contents:
  Re: Rewriting IDLEProcess - Not!  Need Comments on Analysis of proposed Algorithm 
part TWO (Carl Spalletta)
  VESA VGA graphics Console at 1280X1024 (Donal O'Sullivan)
  Re: Ignorant Socalists (was disheartened gnome developer) (jedi)
  Re: Linux apps in win2000 port news! ("Iain Bennett")
  Using message queues from kernel land, and other stuff... (Todd Stockert)
  Re: Notif-0.1 (Joseph H Allen)
  Palm Pilot III C Compiler (Mark Prout)
  Re: Making reliable profilings under linux !!!! ("Pedro Ribeiro")
  Re: Unix/Advanced Computing People (Matthias Buelow)
  Re: HOWTO probe for SCSI card identity? (Steven James)
  Re: Why I'm dumping Linux, going back to Windblows (Gordon Scott)
  Re: New free widget library: Notif-0.1 (Joseph H Allen)
  Re: Linux apps in win2000 port news! (Bill Crosby)
  Re: use theramin as input device (Bill Unruh)
  Re: Why I'm dumping Linux, going back to Windblows ([EMAIL PROTECTED])
  Re: use theramin as input device (Bill Unruh)
  Re: Ignorant Socalists (was disheartened gnome developer) ("Jim Williams")
  Re: Linux Phase 2: A Consumer Operating System (steve mcadams)
  Re: Linux apps in win2000 port news! (M Sweger)

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

From: [EMAIL PROTECTED] (Carl Spalletta)
Subject: Re: Rewriting IDLEProcess - Not!  Need Comments on Analysis of proposed 
Algorithm part TWO
Date: Tue, 02 Feb 1999 21:40:53 GMT

On Tue, 02 Feb 1999 21:11:08 GMT, [EMAIL PROTECTED] (Carl Spalletta)
wrote:

>  The logical conclusion of the prior discussion on "shredding" files
>would seem to be, that the infeasibility of doing it in any absolute
>sense justifies _only_ either simply using the "secure delete" file
>attribute already existing in ext2 or _at most_ adding an option to
>the rm command to allow the user to preserve the zeroed out file, if
>he wishes, for final disposition.
>
>Eg "rm -s" change attribute to "s" (secure) before deleting
>Eg "rm -p" preserve a copy in ~/.shredder (implies "-s")
>

  I wish to add the following clarification to what I meant by
"preserve a copy" above.

  It should be a simple matter to modify the logic of the "secure
delete" option prexisting in the ext2 filesys,  as follows:

   pseudo logic:
   if (file has one link only and is of attribute "secure delete") {
      overwrite file with zeros
      /*
      modify as follows:
      if directory ~/.shredder exists then make a new link
      */
      unlink original file
   }

  Of course a disk-to-disk "copy" would be worse than useless.

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

From: Donal O'Sullivan <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.development.apps
Subject: VESA VGA graphics Console at 1280X1024
Date: Wed, 03 Feb 1999 10:22:00 +0000

I have just set up the VESA VGA graphics Console. It works fine
except at a resolution of 1280x1024. At this resolution, my monitor
shuts down every few minutes for about two seconds. It then recovers
and everything is fine for a while. This also happen under X.
Has anyone else seen this problem?

I am currently running Kernel 2.1.1 although the problem also occured
when using kernel 2.1.122.
My motherboard is an Asus TX97-E with a Cyrix 6x86Mx 233MHz processor
My graphics card is a Raven 3D (Voodoo Banshee).

-- 
Thanks,
        Donal

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

From: [EMAIL PROTECTED] (jedi)
Crossposted-To: comp.os.linux.advocacy
Subject: Re: Ignorant Socalists (was disheartened gnome developer)
Date: Tue, 2 Feb 1999 20:55:04 -0800

On 2 Feb 1999 23:27:42 -0500, Alexander Viro <[EMAIL PROTECTED]> wrote:
>In article <[EMAIL PROTECTED]>,
>jedi <[EMAIL PROTECTED]> wrote:
>>      Polite my ass. You're developers? Then develop yourself a newsreader
>>      on par with rn from 10 years ago. Either that or go off and have a
>>      coronary and don't bother us.
>
>You mean ^k^mGO/jedi/f:j^[ ? Sure.
>*PLONK*, asshole. The sad thing being that imbecils like you keep crossposting
>their shit again and again and have a nasty habit to change Subject:, so
>killfiles are getting waay too big. *Now* FOAD, luser.

        Then filter by Newsgroups, moron. This isn't exactly rocket science.
        Either that or whine in a fashion more likely to encourage compliance.

-- 
                Herding Humans ~ Herding Cats
  
Neither will do a thing unless they really want to, or         |||
is coerced to the point where it will scratch your eyes out   / | \
as soon as your grip slips.

        In search of sane PPP docs? Try http://penguin.lvcm.com

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

From: "Iain Bennett" <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.development.apps,comp.os.linux.hardware,comp.os.linux.misc,comp.os.linux.advocacy
Subject: Re: Linux apps in win2000 port news!
Date: Tue, 2 Feb 1999 17:03:40 -0500


Bill Crosby <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
>Ya, Hummingbird Communications has been doing this for awhile. Its fair,
but no where compares to the Linux OS. Linux X11 emulating a MS environment
is more
>stable than MS Windows emulating a X11 Linux environment. NT crashes (BSOD)
too much when pushed by heavy apps.
> http://www.hummingbird.com/products/nc/exceed/index.html

Exceed is simply an X windowing evironment for Windows, it is hardly an
emulator for UNIX.





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

From: Todd Stockert <[EMAIL PROTECTED]>
Subject: Using message queues from kernel land, and other stuff...
Date: Wed, 03 Feb 1999 00:00:17 -0500

I am currently working on a module which utilizes kernel space fs
operations and user space management operations.   I would like to do
something like using IPC message queues between the kernel and user
operations.  Unfortunately, it appears I can only call msgget
(sys_msgget), etc. from a user space context.  Can I get around this?
In depth info & example code heavily appreciated.  Also, for the same
project I was considering using procfs instead for the passing, is there
a good example of doing this within an application.  Basically, what is
the most standard way to implement kernal-call-different user type of
operations?

 I know there are a lot of different ones, and the largest part of my
troubles have been utilizing methods no longer current with the changing
linux kernel (developing for linux 2.2.0).

Thanks in advance for the help,
Todd Stockert
[EMAIL PROTECTED]
(please cc as I don't read the list as often as I should)


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

Crossposted-To: comp.os.linux.advocacy,comp.os.linux.development.apps,comp.os.linux.x
From: [EMAIL PROTECTED] (Joseph H Allen)
Subject: Re: Notif-0.1
Date: Tue, 2 Feb 1999 22:20:09 GMT

In article <796lj0$j8i$[EMAIL PROTECTED]>,
Tim Smith <[EMAIL PROTECTED]> wrote:
>Frank Hale  <[EMAIL PROTECTED]> wrote:
>>I tried it again and it still doesn't work for me, It will resolve to
>>the IP but it never connects, I guess it times out. Do you have any
>>mirror sites? I would like to take a look at the toolkit.
>
>Don't use Netscape.

Ah so that's the problem (I wonder why?).  Anyway, it's also on a backup
server:

ftp://ftp.worcester.com/pub/joe/notif-0.1.tar.Z

This site is slow, so use virek if you can:

ftp://virek.vwis.com/pub/jhallen/notif-0.1.tar.Z

-- 
/*  [EMAIL PROTECTED] (192.74.137.5) */               /* Joseph H. Allen */
int a[1817];main(z,p,q,r){for(p=80;q+p-80;p-=2*a[p])for(z=9;z--;)q=3&(r=time(0)
+r*57)/7,q=q?q-1?q-2?1-p%79?-1:0:p%79-77?1:0:p<1659?79:0:p>158?-79:0,q?!a[p+q*2
]?a[p+=a[p+=q]=q]=q:0:0;for(;q++-1817;)printf(q%79?"%c":"%c\n"," #"[!a[q-1]]);}

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

From: Mark Prout <[EMAIL PROTECTED]>
Subject: Palm Pilot III C Compiler
Date: Wed, 03 Feb 1999 10:55:24 +0000

This is a multi-part message in MIME format.
==============082A29E72BB5CFD63F324711
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Does anyone know if there exists a C compiler for the 3Com Palm Pilot
III either as a standalone product or as an attachment to the gcc
compiler?

==============082A29E72BB5CFD63F324711
Content-Type: text/x-vcard; charset=us-ascii;
 name="mprout.vcf"
Content-Transfer-Encoding: 7bit
Content-Description: Card for Mark Prout
Content-Disposition: attachment;
 filename="mprout.vcf"

begin:vcard 
n:Prout;Mark
tel;fax:+44 01803 662923
tel;work:+44 01803 667436
x-mozilla-html:TRUE
url:www.nortelnetworks.com
org:Nortel Networks;4861
adr:;;Long Road;Paignton;Devon;TQ4 7BE;England
version:2.1
email;internet:[EMAIL PROTECTED]
title:Software Engineer
fn:Mark Prout
end:vcard

==============082A29E72BB5CFD63F324711==


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

From: "Pedro Ribeiro" <[EMAIL PROTECTED]>
Subject: Re: Making reliable profilings under linux !!!!
Date: Tue, 2 Feb 1999 22:23:04 -0000

Does anyone have some way doing decent profilings using gprof or some
similar tool ??

PS: Thanks to all that answered my previous question about this subject, it
helped but isn't enough.

TIA.

--

[]---------------------------------------------------------------[]
  Pedro Ribeiro
  Online: http://www.isel.pt/~pribeiro/
  IRC(PTnet) Nick: PAntMaR
  e-Mail: Personal:  [EMAIL PROTECTED]
          Admin:     [EMAIL PROTECTED]
[]---------------------------------------------------------------[]



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

Crossposted-To: 
comp.unix.programmer,comp.unix.advocacy,comp.unix.misc,comp.os.linux.misc,comp.os.linux.development.apps
Subject: Re: Unix/Advanced Computing People
From: [EMAIL PROTECTED] (Matthias Buelow)
Date: 3 Feb 99 11:29:41 GMT

In article <[EMAIL PROTECTED]>,
Lakshmi Natarajan  <[EMAIL PROTECTED]> wrote:

>I live in lower Westchester county, New York. I have got Linux on my PC
>and
>have been studying Richard Stevens' APUE as well as Bach's The Unix
>Operating System. I am interested in Unix system programming,
>administration, OS kernels, network programming, parallel processing
>(don't
>know much about it), Perl, Tcl/Tk, C, C++, Java, ... the whole bit!

The books you have mentioned are very good, especially the Steven's
(his network programming volumes are excellent aswell).  The Bach
book is good too, although a little outdated (it describes System V
how it was in the 80'ies).

Other excellent books (listed off the top of my head) are
McKusick et. al., "The Design and Implementation of the 4.4BSD
operating system" (also worth reading if you're not interested
in the BSD system in particular since the architecture description
holds true for most Unix systems), Uresh Vahalia, "Unix Internals -
The New Frontiers", which discusses system level similarities and
differences between the various flavours of Unix used today and most
books of the O'Reilly series (most bookshops with computer literature
have them) which are good introductory books to various aspects of
using, administrating and programming Unix.


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

From: Steven James <[EMAIL PROTECTED]>
Subject: Re: HOWTO probe for SCSI card identity?
Date: Mon, 01 Feb 1999 15:04:27 -0500

Dick Repasky wrote:
> 
> I'm writing an install script that probes for the presence and identity
> of a scsi card in an ix86 system and then loads the appropriate module.
> My first attempt (detailed below) failed.  My questions are: is there
> software to do this, and what should I read to figure out
> how to do this?  I've been through the standard HOWTO's and
> /usr/src/linux/Documentation/scsi.txt without success.

Unfortunatly, some cards look a lot alike to a probing driver.

I would parse /proc/pci first, followed by parsing the output from
pnpdump. For legacy ISA cards, I have no idea.

G'day,
sjames

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

From: [EMAIL PROTECTED] (Gordon Scott)
Crossposted-To: alt.os.linux,comp.os.linux.development.apps,comp.os.linux.setup
Subject: Re: Why I'm dumping Linux, going back to Windblows
Date: 3 Feb 1999 09:02:06 GMT
Reply-To: Gordon Scott <[EMAIL PROTECTED]>

Bulent Murtezaoglu ([EMAIL PROTECTED]) wrote:

: serial scanner.  Presently all my paperwork passes thru a visioneer
: paperport.  I would consider buying a new scanner if I can get the
: equivalent functionality (clickless/automatic scanning and very
: compact scanner).  I checked the SANE pages, but there does not appear
: to be anything for Visioneer or the HP serial scanners of equal

I think Sane is primarily (only?) supporting SCSI scanners at present,
though there are quite a few choices available. Why not join the
mailing list and ask for suggestions? There's a link on the homepages
(http://www.mostang.com/sane/).

G.
--
Gordon Scott             Opinions expressed are my own.
[EMAIL PROTECTED]   (official)     [EMAIL PROTECTED]  (backdoor)
[EMAIL PROTECTED]  (home)         http://www.apis.demon.co.uk
Linux  ...............   Because I like to _get_ there today.

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

Crossposted-To: 
comp.windows.x,comp.os.linux.advocacy,comp.os.linux.development.apps,comp.os.linux.x
From: [EMAIL PROTECTED] (Joseph H Allen)
Subject: Re: New free widget library: Notif-0.1
Date: Tue, 2 Feb 1999 22:18:20 GMT

Several people have reported problems with virek, so I've placed Notif on
another server:

ftp://ftp.worcester.com/pub/joe/notif-0.1.tar.Z

This server is slow... it uses a 28.8K connection, so use virek (which is on
a T1) if you can:

ftp://virek.vwis.com/pub/jhallen/notif-0.1.tar.Z

-- 
/*  [EMAIL PROTECTED] (192.74.137.5) */               /* Joseph H. Allen */
int a[1817];main(z,p,q,r){for(p=80;q+p-80;p-=2*a[p])for(z=9;z--;)q=3&(r=time(0)
+r*57)/7,q=q?q-1?q-2?1-p%79?-1:0:p%79-77?1:0:p<1659?79:0:p>158?-79:0,q?!a[p+q*2
]?a[p+=a[p+=q]=q]=q:0:0;for(;q++-1817;)printf(q%79?"%c":"%c\n"," #"[!a[q-1]]);}

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

From: Bill Crosby <[EMAIL PROTECTED]>
Crossposted-To: 
comp.os.linux.development.apps,comp.os.linux.hardware,comp.os.linux.misc,comp.os.linux.advocacy
Subject: Re: Linux apps in win2000 port news!
Date: Tue, 02 Feb 1999 14:49:56 -0800

What is the difference between the two? We run the FEA app EMRC/NISA Display 3
v8.0 with Exceed 6.01 which is a Unix app. Just curious about the differences
between the term "environment" and "emulator". We also have programmers doing
some development using Exceed.

Iain Bennett wrote:

> Bill Crosby <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]...
> >Ya, Hummingbird Communications has been doing this for awhile. Its fair,
> but no where compares to the Linux OS. Linux X11 emulating a MS environment
> is more
> >stable than MS Windows emulating a X11 Linux environment. NT crashes (BSOD)
> too much when pushed by heavy apps.
> > http://www.hummingbird.com/products/nc/exceed/index.html
>
> Exceed is simply an X windowing evironment for Windows, it is hardly an
> emulator for UNIX.


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

From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.misc
Subject: Re: use theramin as input device
Date: 2 Feb 1999 23:42:38 GMT

In <[EMAIL PROTECTED]> Allen Crider <[EMAIL PROTECTED]> writes:
>steve mcadams wrote:
>> 
>> Does anyone know of any work that has been done with the idea of using
>> a theramin for an input/pointing device?  -steve
>> --------------------------------------------------------
>> so what?  -  http://www.codetools.com/showcase

>Do you mean that '50s sci-fi sound machine? Where do you get one of those?
20's or 30's I thought. It is a cpacitive pickup which alters the
frequency depending on the capacitance between your hand and the
theramin (or whatever other feature you want altered.)

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

From: [EMAIL PROTECTED]
Crossposted-To: alt.os.linux,comp.os.linux.development.apps,comp.os.linux.setup
Subject: Re: Why I'm dumping Linux, going back to Windblows
Date: 2 Feb 1999 23:11:08 -0800

In article <AZPt2.5964$[EMAIL PROTECTED]>, [EMAIL PROTECTED]
says...
 
>-- 
>How do I type "for i in *.dvi do xdvi i done" in a GUI?

You can't :)

(but the above has synatx error. the "do xdvi i" should be "do xdvi $i" )

Nasser

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

From: [EMAIL PROTECTED] (Bill Unruh)
Crossposted-To: comp.os.linux.development.apps,comp.os.linux.misc
Subject: Re: use theramin as input device
Date: 2 Feb 1999 23:44:33 GMT

In <[EMAIL PROTECTED]> Eric Miller <[EMAIL PROTECTED]> writes:
>Wouldn't that be making the easy, difficult? Most theramins I've seen
>are bigger than a mouse and keyboard, and would require two hands to use
>(unlike a mouse). A novel idea, but just plain silly.

Most computers I've seen are bigger than a living room. Where in the
world would a home owner put one. A novel idea but home computing is just silly.

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

From: "Jim Williams" <[EMAIL PROTECTED]>
Crossposted-To: comp.os.linux.advocacy,comp.os.linux.development.apps,comp.os.linux.x
Subject: Re: Ignorant Socalists (was disheartened gnome developer)
Date: Tue, 2 Feb 1999 15:08:58 -0600

Hm.. Perhaps, after examining Microsoft's financial status, and the U.S.
gov't's, I might just favor MS becoming the state. I can't picture MS giving
billions of dollars to various peoples whose primary goal is the destruction
of MS... at least not willingly.

But it's not an either/or proposition. You will have a certain amount of
socialism, you will have a certain amount of capitalism; that's the nature
of the beast. If socialism were purely contra-survival, pack and tribal
animals would have ceased to exist long ago. If capitalism were
contra-survival, all life would have become extinct even longer ago.

My personal favorite variation goes something like "from each what he is
willing to give in his best interest, and to each the fruits of his own
labor"

Johan Kullstam wrote in message ...
>[EMAIL PROTECTED] (Marco Anglesio) writes:
>
>> [Microsoft] don't dominate the PC market because the state made it
>> easy for them or assigned a concession. They dominate the PC market
>> because they're very good at playing the game of capitalism, without
>> (or even despite) the presence of the state. MS would be just fine
>> without the state, even without a state. They'd probably be pretty
>> happy to be free of the restrictions.
>
>MS wants to *be* the state.
>
>--
>Johan Kullstam [[EMAIL PROTECTED]] Don't Fear the Penguin!



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

From: [EMAIL PROTECTED] (steve mcadams)
Crossposted-To: alt.os.linux,comp.os.linux.development.apps,comp.os.linux.setup
Subject: Re: Linux Phase 2: A Consumer Operating System
Date: Tue, 02 Feb 1999 21:15:09 GMT

[Snipped for brevity, quoted material marked with ">"]
On Tue, 02 Feb 1999 01:23:49 GMT, [EMAIL PROTECTED] (Christopher
Browne) wrote:

>If it takes more than "bolting it on," then the OS starts to suffer. 

There's no reason why it should.  I'm currently (off and on) working
on a GUI component that will run on both Win32 and Linux with
identical application source code.  If it's possible for GUI
components to bridge that gap, I'm sure it would be easy enough to
make the jump to the belowmentioned forks.

>- Some of the features of Hurd involve breaking off things that Linux
>does.  It adds the ability to mount $PATH as /bin, which makes the
>various binary paths go away.  Similarly, /usr goes away. 
>
>- Xos involves throwing away virtually the whole kernel, and
>reimplementing kernel functionality as sharable libraries.  Applications
>may still be usable, supposing a reasonably compatible API, but the base
>kernel goes away *entirely.*
>
>- FluxOS lies somewhere in between.  It pushes a lot of kernel
>functionality out to libraries, and exposes additional pieces of system
>management.  Again, while portably written applications may not notice a
>change, the kernel gets changed quite completely. 

I guess these guys had reasons for their forks.  I don't see why a
single GUI layer couldn't ride on top of all of them who wanted to use
it.  -steve
========================================================
so what?  -  http://www.codetools.com/showcase

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

From: [EMAIL PROTECTED] (M Sweger)
Crossposted-To: 
comp.os.linux.development.apps,comp.os.linux.hardware,comp.os.linux.misc,comp.os.linux.advocacy
Subject: Re: Linux apps in win2000 port news!
Date: 3 Feb 1999 12:58:04 GMT
Reply-To: [EMAIL PROTECTED]

Adam P. Jenkins ([EMAIL PROTECTED]) wrote:
: Exceed is just an X server.  This means that while it can allow X apps
: to display on a Windows machine, the apps have to actually be running
: on a Unix machine, or actually be ported to Windows with a Windows
: version of Xlib.  I've used it and I never had NT crash because of it.
: It's a useful thing to have on a network with both Unix and NT
: workstations, but it's not a replacement for Unix.  It can't run Unix
: binaries on NT.


Although X-Windows is specific to Unix, Exceed is just a port of the
Unix X-WIndows server to the NT Os and runs natively (in other
words was compiled with Msoft tools and API's) vs. interix which would
run a shell within NT so that Unix apps could run within it. Of course
the Unix apps would have to be recompiled if they are static vs. dynamic
with respect to the libraries. The reason is, is that their stuff can
be considered a dynamic library that maps Unix OS API calls to NT OS
API calls, thus making the OS transparent to the Unix app.
So I guess in summary their stuff acts like a Uni emulator within Windows
by either or both providing a dynamic library/API mapping s/w package
and a shell that traps or allows Unix to run within its own environment.


--
        Mike,
        [EMAIL PROTECTED]


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


** 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.development.system) 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-Development-System Digest
******************************

Reply via email to