finding out more info on "SHARE" memory

2003-01-25 Thread Maciej Kalisiak
With "top" you are given the amount of memory that a given process shares with
others (the "SHARE" column).  Is there a way to find out what these other
processes are?  Any other info you can find out, like what libraries are being
shared?

-- 
Maciej Kalisiak   mac "at" dgp.toronto.edu   www.dgp.toronto.edu/~mac


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: OT -- gentle makefile assistance?

2003-01-25 Thread Maciej Kalisiak
On Fri, Jan 24, 2003 at 03:41:56AM -0500, will trillich wrote:
> right now i've got (simplified for bandwidth):
> 
>   PG=psql $(DB) -f
>   ALL= \
>   fns.sql \
>   person.sql \
>   dates.sql
> 
>   Makefile: $(ALL)
> 
>   .PRECIOUS: $(ALL)
> 
>   all: $(ALL)
> 
>   fns.sql:
>   touch $@
>   $(PG) $@
> 
>   # if fns.sql changes, re-run person.sql
>   person.sql: fns.sql
>   touch $@
>   $(PG) $@
> 
>   # changes to person.sql? re-run dates.sql
>   dates.sql: person.sql
>   touch $@
>   $(PG) $@
> 
> so if i munge (touch) fns.sql, person.sql is 'made' and so is
> dates.sql -- but fns.sql is beyond reach. what has my grokker not
> assimilated? it's gonna be something obvious, i can tell...

What event do you want to trigger the fns.sql rule?

-- 
Maciej Kalisiak   mac "at" dgp.toronto.edu   www.dgp.toronto.edu/~mac


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Ctrl+Alt+1 not generated in X11, but Ctrl+Alt+[2-9] is

2003-01-22 Thread Maciej Kalisiak
On Wed, Jan 22, 2003 at 06:09:06PM -0500, George Georgalis wrote:
> I had a dell technician come out to a datacenter because a box wouldn't
> come up. the cpu and mainboard were eventually replaced. somehow it was
> discovered that it would boot fine if that $2 keyboard was not plugged
> in! the tech put in his notes, must use factory keyboard. :)

Good try, but no, I don't have any external keyboard plugged into the laptop.

-- 
Maciej Kalisiak   mac "at" dgp.toronto.edu   www.dgp.toronto.edu/~mac


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Ctrl+Alt+1 not generated in X11, but Ctrl+Alt+[2-9] is

2003-01-22 Thread Maciej Kalisiak
I discovered a bizarre problem with my XFree86 (xserver-xfree86 4.2.1-3): the
Ctrl+Alt+1 combo does not seem to be generated.  Under "xev" I see an event for
the Ctrl key down, Alt key down, but not for the 1... pressing 1 at that point
generates no X11 event.  Oddly, the other digits in 1's place work fine.  I've
even tested this by firing up just a plain xterm in .xsession instead of a
window manager, and running xev from there.

Any hints as to what might be wrong and how to proceed in uncovering the
culprit?  Can anyone verify that this combo works fine on their Debian setup?
(preferably on a setup similar to mine: Debian is setup here on a DELL Inspiron
7000 laptop; even a desktop Pentium II or higher might be still a good point of
reference).

-- 
Maciej Kalisiak   mac "at" dgp.toronto.edu   www.dgp.toronto.edu/~mac


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




can anacron run regular user jobs?

2003-01-21 Thread Maciej Kalisiak
Can "anacron" also run jobs for regular users (i.e., not "root"), just like one
can with regular cron?  It appears not to support this feature directly, but
perhaps there's still some relatively clean way of doing it...

-- 
Maciej Kalisiak   mac "at" dgp.toronto.edu   www.dgp.toronto.edu/~mac


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




changing icon set in 'gmc'

2003-01-18 Thread Maciej Kalisiak
I'm a GNOME newbie, and don't really use it.  I occasionally like to use "gmc",
but really dislike the color scheme for the icons used for the folders, arrows,
etc.  Is there some way I can change the icons used?  Are there any alternate
icon sets available, like they are for nautilus?

-- 
Maciej Kalisiak   mac "at" dgp.toronto.edu   www.dgp.toronto.edu/~mac


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




looking inside zip/tar files with nautilus2

2003-01-18 Thread Maciej Kalisiak
I have:

numenor# dpkg -l | grep nautilus
ii  libnautilus2-2 2.0.0-1Shared libraries that part of Nautilus (GNOM
ii  nautilus2  2.0.0-1file manager and graphical shell (GNOME2)
ii  nautilus2-data 2.0.0-1Development files of Nautilus (GNOME2)

What else do I need to install in order to be able to look inside various
archives? (i.e., *.zip, *.tar, *.gz, *.bz, etc)

Currently, when I click on one of the archives, Nautilus complains that it
has no install viewer capable of opening those files.

-- 
Maciej Kalisiak   mac "at" dgp.toronto.edu   www.dgp.toronto.edu/~mac


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: MUAs and timestamps, was Re: how to grep without changing timestamps?

2001-01-22 Thread Maciej Kalisiak
On Fri, Jan 12, 2001 at 12:45:29PM -0500, Erdmut Pfeifer wrote:
[-->8--  a very nice'n'quick script ---]

Perfect!  Thanks to all who replied, all your suggestions were helpful.  I'll
probably use Erdmut's script as it's so "nice, short and clean" and because I
just love Perl. :)

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



ALSA with AWE64: help

2001-01-04 Thread Maciej Kalisiak
Hi,

I've had sound and MIDI working great on my box for the longest time with just
the plain, non-alsa sound stuff (the OSS drivers?), and then I installed a
package which also required the alsa-base package.  Since then I haven't been
able to use MIDI, and I suspect the digital audio I get is still using the old
drivers, and ALSA is simply busted on my box.

So are there any docs somewhere on how to properly install a complete ALSA
setup?

BTW, I have a AWE64 value sound card (which, again, worked completely prior to
alsa-base).

I think ALSA is busted here because I get stuff like this on bootup:

  AWE32: not detected
  Soundblaster audio driver Copyright (C) by Hannu Savolainen 1993-1996
  SB 4.16 detected OK (220)

or when I finish running alsaconf:

  Loading driver:
  Starting ALSA sound driver (version none): no driver installed.
  Setting the PCM volume to 100% and the Master output volume to 50%
  The ALSA sound driver was not detected in this system.
  Could not initialize the mixer, the card was probably
  not detected correctly.

I suspect that I might need to install alsadriver (which is one of the
alsa-modules-* debs), but then I can't use the kernel I built myself (which
does have AWE and sound support, as it works without ALSA), or rather I'm
weary of having apt-get mess around with my kernel bits.

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



Re: pdflatex and dvips+ps2pdf

2001-01-03 Thread Maciej Kalisiak
On Tue, Dec 26, 2000 at 10:35:35AM -0500, Vicente wrote:
> 
> I am starting to create an presentation based
> on slides. I want to use PDF format for this work.
> I will write the presentation with LaTeX.
> 
> I have been testing pdflatex and dvips+ps2pdf, and  get 
> that text quality of the presentation is better
> with pdflatex than with dvips+ps2pdf. 
> I want to use pstricks , so I'd rather use dvips+ps2pdf.
> 
> Can I make quality from both methods of generating
> PDFs similar? Is it a problem with uninstalled fonts?

Have a look at:
http://www.adobe.com/support/techdocs/543e.htm

Essentially you're getting bitmap fonts in the PDF, which is what makes it
look so ugly.  The above link discusses solutions.  For more related links
have a look at (at the bottom of the page):
http://www.dgp.toronto.edu/~mac/dgp/tex_to_pdf.html

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



Re: how to grep without changing timestamps?

2001-01-03 Thread Maciej Kalisiak
On Tue, Jan 02, 2001 at 03:14:34AM -0500, will trillich wrote:
> > Is it possible to grep a ton of files without modifying their 
> > date/timestamps?
> > Currently if I use grep, it changes the access time of all files touched,
> > which causes mutt to lose track of the folders which have new mail (I guess 
> > it
> > looks at the timestamp last modified and last accessed to figure this out).
> > Occasionally I do want to include the mail folders in my greps, so bypassing
> > the "mail" directory is not a solution.
> 
> whoa. isn't there a difference between MODIFIED and ACCESSED?
> doing "pager < file" should modify the ACCESSED timestamp,
> but not the MODIFIED timestamp, right? or am i in the wrong
> universe?

They are different.  The way the quick mailcheck works I believe is that,
among other things, you check whether modify time > access time.  This is
because when mail is appended to your spool file, the modify time stamp is
updated, but not the access one.  The access time stamp is then modified when
you actually look at the spool file (with some sort of disk/file "read"
operation).

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



how to grep without changing timestamps?

2000-12-31 Thread Maciej Kalisiak
Hello all,

Is it possible to grep a ton of files without modifying their date/timestamps?
Currently if I use grep, it changes the access time of all files touched,
which causes mutt to lose track of the folders which have new mail (I guess it
looks at the timestamp last modified and last accessed to figure this out).
Occasionally I do want to include the mail folders in my greps, so bypassing
the "mail" directory is not a solution.

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



Re: Load crash from speakers at startup

2000-12-19 Thread Maciej Kalisiak
On Tue, Dec 19, 2000 at 06:55:13AM -0500, David Purton wrote:
> just recently my speakers have started making a load crash sound at
> startup around when the sound card is initialised.
> 
> It's an awe64 pnp isa card setup using sndconfig and isapnp.
> 
> I can't think of anything that could have caused this - I recompiled my
> kernel to include masqerading support, but apart from that not much has
> changed - and this shouldn't have affected sound - as the same comfig file
> was used.
> 
> I have no idea even where to start looking for whats going wrong.
> 
> if I unload the modules and then reload after the system has booted there
> is not load crash.
> 
> there doesn't seem to be anything satrange in any logs.
> 
> any ideas?

I had the very same thing happen to me a while back.  I narrowed it down to be
the SoundBlaster module loading; I guess it does some output test, and bootup
the volume levels are cranked up.  I wasn't able to get rid off it, until I
went to kernel 2.2.17, and the problem just disappeared...

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: Which IMAP server to use

2000-12-18 Thread Maciej Kalisiak
On Mon, Dec 18, 2000 at 12:56:53PM -0500, Martin Würtele wrote:
> you can also try courier-imap, it uses mailbox format and supports ssl if
> openssl is installed.

According to http://www.inter7.com/courierimap/:

> This IMAP server does NOT handle traditional mailbox files (/var/spool/mail,
> and derivatives), it was written for the specific purpose of providing IMAP
> access to Maildirs.

Did something change?

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



not all packages showing up with "dpkg -l"?

2000-12-18 Thread Maciej Kalisiak
Hello all,

Just a quick question: what exactly does "dpkg -l foo" show?

Let me explain: of recent, I've noticed that for certain (few) packages if I
do "dpkg -l foo" and it produces no matches/output, a subsequent "apt-get
install foo" *WILL* find and install the desired package.  So if this package
exists, why isn't it listed in "dpkg -l foo"???

Help.  :)

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



Re: Who are the shitheads at Debian?

2000-12-10 Thread Maciej Kalisiak
On Sat, Dec 09, 2000 at 01:33:30PM -0500, Maciej Kalisiak wrote:
> I suspect that instead someone has sniffed his password and is having a bit
> of "fun".

It could also turn out that this is just a silly psychological experiment to
gauge how online communities react to abuse, etc...  Just a (wild) thought.
After all, the guy is from a psychology department...

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



Re: Who are the shitheads at Debian?

2000-12-09 Thread Maciej Kalisiak
On Fri, Dec 08, 2000 at 10:10:50PM -0500, Jim Kroger wrote:
> unsubscribe me, stick these 60 emails a day up your ass
> _
> James K. Kroger, Ph.D.
> Center for the Study of Brain, Mind, and Behavior
> Department of Psychology
> 3-N-4D Green Hall
> Princeton University
> Princeton, NJ 08544-1010, USA
> Tel: (609) 258-1291
> Fax: (609) 258-1113
> [EMAIL PROTECTED]
> http://www.princeton.edu/~kroger/home/
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

To the folks flaming (albeit gently) this guy:
Somehow I have a hard time believing that a PhD student, especially from a
decent university, would write such drivel.  I suspect that instead someone
has sniffed his password and is having a bit of "fun".  So I recommend we just
ignore this post.

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



Re: nvidia + GL = X crash

2000-12-07 Thread Maciej Kalisiak
On Wed, Dec 06, 2000 at 03:29:22PM -0500, Bostjan Muller wrote:
> Log is appended.. as it seems it gets sig11 (the program was built and linked

I had this happen on a RH systems when I toyed around with the NVidia stuff.
In my case there was a stray Mesa library that was being picked up by those
apps.  Do "ldd `which tuxracer`", and see if all the OpenGL libraries that are
loaded are from NVidia.

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



Re: Opinia

2000-12-03 Thread Maciej Kalisiak
On Sun, Dec 03, 2000 at 12:45:22PM -0500, Daniel de los Reyes wrote:
> Clear as water, I understood everything you said ;-) (not a single word)
> 
> > Wiecie, co jest za darmo? - to, czego nikt nie chce kupiæ. Bill Gates
> > pewnie nawet nie s³ysza³ o waszym zakichanym systemie. Walcie sie na ryj z
> > t± wasz± strychnin±. I zmieñcie nazwê na 'dewiant" (hue hue hue..)

Unfortunately the original post was a troll, and a very poor one at that;
definitely not worth anyone's time.  I have the misfortune of sharing
nationality with that luser.

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



Re: mpage & PS docs -- 1-up => 2-up fsckups. StarOffice?

2000-11-28 Thread Maciej Kalisiak
On Tue, Nov 28, 2000 at 08:32:49PM -0500, Colin Watson wrote:
> kmself@ix.netcom.com wrote:
> >Specific instance is an Excel spreadsheet, printed to file from
> >StarOffice (that bloated stuck pig of an office suite), then attempting
> >to convert the file with mpage to a two-pages-per-sheet with:
> >
> >mpage -dp -2 < soffice.ps > soffice-2up.ps
> >
> >Viewing (or printing) the results with gv flashes up the rendered
> >content for a moment, then blanks the page.  'gs' has similar results.
> >This appears to be a problem noted by others (Google, Deja turn up some
> >references), but I can't seem to find a fix.

Actually replying to 'kmself': yeah, mpage doesn't always work very well.  I
had the very same problem and it has been recommended to me that I use a
different program, "psnup".  The main difference, other than psnup working
*much* better, is that you cannot convert text to PS using psnup; not a big
loss, you can always do that with mpage then.

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



Re: capt & sig11: reproducible bug

2000-11-19 Thread Maciej Kalisiak
On Sun, Nov 19, 2000 at 10:50:56PM -0500, Maciej Kalisiak wrote:
> I seem to recall someone was talking about how `capt' would randomly die on
> them with signal 11.  I have found a 100% reproducible case.  Whenever I run
> `capt' in an xterm under the `icewm' window manager (perhaps under others
> too), and I either Maximize or Restore the xterm, `capt' dies with:
> 
> khazad-dum:/home/mac# capt
> Exit: "Signal Handler (sig11)"

I forgot to mention: I'm using unstable, and
ii  console-apt    0.7.7.2p1  Text-based user interface for APT

-- 
Maciej Kalisiak [EMAIL PROTECTED]   www.dgp.toronto.edu/~mac



capt & sig11: reproducible bug

2000-11-19 Thread Maciej Kalisiak
I seem to recall someone was talking about how `capt' would randomly die on
them with signal 11.  I have found a 100% reproducible case.  Whenever I run
`capt' in an xterm under the `icewm' window manager (perhaps under others
too), and I either Maximize or Restore the xterm, `capt' dies with:

khazad-dum:/home/mac# capt
Exit: "Signal Handler (sig11)"

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: KDE2 dependence problem

2000-10-29 Thread Maciej Kalisiak
On Fri, Oct 27, 2000 at 07:14:14AM -0400, Peter Fedichev wrote:
> I have seen a couple of "I have installed KDE2" reports here. How have
> you managed, since .debs on ftp.kde.org seem to require libgl1?

Hi,

I've installed the 2.0-final debs of kdyc (see other posts on what apt.sources
line to use).  I've got everything running almost completely stable, other
than a very occasional crash of Konqueror (only happened twice so far), and
klipper dying when you highlight stuff in Netscape (it's a known KDE bug).  I
found that some packages, such as kdenetwork, are obsolete now, and you should
install the packages it was broken down into (knode and kmail, in this case).
The obsolete package has apps that crash, the newer packages work fine.
Probably the best thing to do is to install the virtual package 'task-kde',
which will install a whole slew of packages and give you a proper KDE setup.
You still might have to install some KDE packages you want that it missed, but
in general I've gotten the best results that way.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: dictd cannot access localhost

2000-06-29 Thread Maciej Kalisiak
On Thu, Jun 29, 2000 at 07:04:10AM -0400, Valdemir Melechco Carvalho wrote:
> Even if I restart dictd, it still doesn't work - it dies quickly, really 
> weird. It seens to be a dictd problem, I've already tried slink, potato
> and woody dictd versions but it's all the same...

Check your /var/log/{messages,syslog,...} for any relevant info on why it's
exiting/crashing.  There's bound to be some info.  You also might want to do
"ldd `which dictd`" to see whether all the required libraries are there.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: dictd cannot access localhost

2000-06-27 Thread Maciej Kalisiak
On Wed, Jun 28, 2000 at 11:44:03AM +0200, Valdemir Melechco Carvalho wrote:
> When I look for the process repeatedly, I get something like this:
>   bash-2.01# ps ax | grep dictd
>   bash-2.01# ps ax | grep dictd
> 504  ?  S0:00 grep dictd
>   bash-2.01# ps ax | grep dictd
>   bash-2.01# ps ax | grep dictd
> 508  ?  S0:00 grep dictd
> I tried to reinstall dictd but it did not fix the problem.
> Do you know what else I could try?

Ahhh, 'dictd' appears to have died.  You need to execute "/etc/init.d/dictd
restart".

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: dictd cannot access localhost

2000-06-27 Thread Maciej Kalisiak
On Tue, Jun 27, 2000 at 06:07:47AM -0400, Valdemir Melechco Carvalho wrote:
> I uncommeted the referred line but dict still doesn't work (now
> telnet localhost works...). 
> Would you have another suggestion?

Can you post what you get after running 'ifconfig'?  Also make sure 'dictd' is
running with something like "ps ax | grep dictd" -- who knows, maybe it just
died...

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: dictd cannot access localhost

2000-06-26 Thread Maciej Kalisiak
On Mon, Jun 26, 2000 at 02:24:41AM -0400, Valdemir Melechco Carvalho wrote:
> After a system upgrade, my dictd does not work any more. It can connect
> dict.org but it fail with localhost. The only information I got was:
> >Trying localhost (127.0.0.1) Can't connect to localhost.2628
> I think /etc/dict.conf and dictd.conf are ok.
> Does anybody have some suggestion?
> Thanks in advance.

Do `ifconfig` and check that 'lo', the local loopback is up; I suspect it
isn't.  You probably updated the 'netbase' backage, which has the loopback
device commented out for some reason.  Uncomment the line
iface lo inet loopback
in /etc/network/interfaces and all should be well (you'll have to do 'ifup -a'
after that to get lo to actually come up).

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: acroread

2000-06-23 Thread Maciej Kalisiak
On Fri, Jun 23, 2000 at 05:18:45AM -0400, Goeman Stefan wrote:
> acroread: ../../Source/ATM/Extra/Edge/FileCore.cpp:322:CTBool
>  CTFile::Write(const void *, unsigned char): Assertion 'nWritten == n Count'
> failed
> 
> 
> I tried to remove it and re-install it, but this does not solve the problem.
> 
> Anybody any ideas??

It sounds like the disk writes are failing.  Most likely cause is running out
of hard drive space.  Do "df" and watch for any partitions that are 100% full.
My guess is that the /tmp or /var/tmp directory gets filled up; which
partition they are on depends on your setup.  They are probably on "/" (the
root partition).

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: Strange network behavior after reboot

2000-06-20 Thread Maciej Kalisiak
On Tue, Jun 20, 2000 at 03:19:08PM -0400, Brad wrote:
> There was a problem a while back with netbase in potato/woody creating a
> /etc/network/interfaces file with the localhost line commented out (i
> don't know if that has been fixed yet), you may want to look into that.

I just updated my netbase package today from woody and lo is still commented
out.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: AWE64 making loud noise on bootup

2000-06-20 Thread Maciej Kalisiak
On Tue, Jun 20, 2000 at 09:14:23AM -0700, Rick Younie wrote:
> I use gom to set the volume at boot time. 

I do too, but it comes way after the noise.

> It's been a couple years so I don't remember the details but I think there
> was a problem with the out of the box setup.  

"out of box setup" of gom?  How so?

> gom has to run before you load the soundbank in your awe64 so you might need
> to tweak /etc/init.d/* with update-rc.d

I was trying to do that myself: if I can't get rid off the noise, at least I
can make it quiet.  Then again, I don't think I'm loading the soundbank
(that's the MIDI stuff, right? with 'sfxload'?) Well, I'll trying moving up
gom to somewhere earlier in the sequence.  How much earlier can I move it up?
I suspect it can't be at S00...

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: AWE64 making loud noise on bootup

2000-06-20 Thread Maciej Kalisiak
On Mon, Jun 19, 2000 at 10:53:23PM -0700, Ross Boylan wrote:
> A shot in the dark: sometimes there's autoprobing which goes on.  Could it 
> be tickling the sound hardware in unexpected ways and causing these oddities.

That's what I'm expecting.  But then again, the noise occurs when the Sound
Blaster module is being loaded, long after the awe module itself was loaded
(when it prints that PnP/PCI info stuff about the card).

> >Help!  It's going to give me a heart attach one of these mornings... :)
> 
> If you never turn the machine off you never reboot!

I do want to finally stop turning off the machine but 1) I'm still worried my
box is not as secure as I would like it to be (I have a cablemodem so it's
always hooked up to the net) 2) I don't really run any services that would
warrant 24h uptime; and 3) my wife won't let me :)

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: AWE64 making loud noise on bootup

2000-06-19 Thread Maciej Kalisiak
On Mon, Jun 19, 2000 at 12:51:11PM -0400, brian moore wrote:
> Sure it's not when the midi stuff gets loaded?  As I recall, that's
> where it was for me.  I fixed it by dropping the midi crap (if I want
> midis, I'll use timidity anyway and midis suck anyway).

Maybe, maybe.  What exactly do you mean by "dropping the midi"?  Not loading
MIDI support in the kernel?  

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: AWE64 making loud noise on bootup

2000-06-19 Thread Maciej Kalisiak
On Mon, Jun 19, 2000 at 07:06:57AM -0400, Frank Barknecht wrote:
> Maciej Kalisiak hat gesagt: // Maciej Kalisiak wrote:
> 
> > Has anyone experienced their AWE64 soundcard making a loud
> > clash/crash/explosion noise during bootup?  Is there a fix?
> > 
> > I'm using a mix of potato/woody, with a hand-rolled 2.2.16 kernel.  The
> > problem was also present with previous kernels I think.
> > 
> > Help!  It's going to give me a heart attach one of these mornings... :)
> 
> Just a wild guess: Could it be that you have esd installed an that esd makes
> this noise on start up? I sometimes get an explosion-like sound from my
> AWE, too, but I have normally disabled esd. And normally if I use esd, it
> just beeps, which is bad enough...

No, I don't run esound (although it is installed on my system).  The noise
usually comes as the Sound Blaster module is getting loaded, just before the
joystick module, or somewhere near there.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



Re: AWE64 making loud noise on bootup

2000-06-19 Thread Maciej Kalisiak
On Mon, Jun 19, 2000 at 04:08:51AM -0400, Tom Lancaster wrote:
> IMHO, you're lucky to have that soundcard working at all. If it makes a
> loud noise during bootup, may I suggest cotton balls in the ears? ;-)

:)

It really wasn't too bad.  Come to think of it I didn't encounter any other
problems, I just followed the AWE32/64 FAQ.  Mind you that PnP stuff was not
pretty...

> No, really, congratulations on getting it to work. I gave up and just
> got a $20 ensonic. which works like a charm.

How is it?  It's a wavetable synthesis card too, right?  How's the MIDI on it?

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



AWE64 making loud noise on bootup

2000-06-19 Thread Maciej Kalisiak
Has anyone experienced their AWE64 soundcard making a loud
clash/crash/explosion noise during bootup?  Is there a fix?

I'm using a mix of potato/woody, with a hand-rolled 2.2.16 kernel.  The
problem was also present with previous kernels I think.

Help!  It's going to give me a heart attach one of these mornings... :)

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 



perl-base package of wrong version?

2000-04-15 Thread Maciej Kalisiak
When I do "dpkg -l 'perl*'" I get the following (abbreviated):

Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
pn  perl(no description available)
pn  perl-5.004  (no description available)
pn  perl-5.004-bas  (no description available)
pn  perl-5.004-deb  (no description available)
pn  perl-5.004-doc  (no description available)
pn  perl-5.004-sui  (no description available)
ii  perl-5.005 5.005.03-4 Larry Wall's Practical Extracting and Report
ii  perl-5.005-bas 5.005.03-4 The Pathologically Eclectic Rubbish Lister
pn  perl-5.005-deb  (no description available)
ii  perl-5.005-doc 5.005.03-4 Man pages and pod docs for Perl
ii  perl-5.005-sui 5.005.03-4 Runs setuid Perl scripts.
pn  perl-5.005-thr  (no description available)
ii  perl-base  5.004.05-1 Fake package assuring that one of the -base 

I also just did "apt-get update perl-base" prior to this.  I'm a little
confused why perl-base is "5.004" instead of "5.005".  Initially I thought it
was an obsolete package, replaced by the "perl-5.005.base" one, but if I do a
"dpkg --purge perl-base" it won't let me, saying this package is essential.
Can anyone enlighten me on what's going on?

Thanks.

Confusedly yours,

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: slrn+NNTP help: SOLVED!

2000-04-12 Thread Maciej Kalisiak
I figured out what the problem was: a couple of years ago I did once try slrn,
and used it for a bit.  Apparently in my .bashrc I still had a leftover alias
from way back then:
  alias slrn = 'slrn"" -C --spool'

Dohhhhhhhh!

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: slrn+NNTP help

2000-04-11 Thread Maciej Kalisiak
On Tue, Apr 11, 2000 at 04:13:04PM -0400, John F. Davis wrote:
> I don't know if this will help, but I had to set the read active flag to true.
> Otherwise, I never got any groups from my isp.

Nope, didn't help.  Thanks for the try.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


slrn+NNTP help

2000-04-11 Thread Maciej Kalisiak
Hello all,

I'm having the darn hardest time to get the 'slrn' to use NNTP to access a
news server: it always insists for some reason on reading news from a
non-existent local spool!  It does this despite me giving --nntp flag, -h
SERVER, setting NNTPSERVER in the environment, etc.  I've done pretty much all
I could think off.  Any suggestions?

I am using the newest version of slrn (i.e., apt-getted it today).

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: Web Browser

2000-04-11 Thread Maciej Kalisiak
On Mon, Apr 10, 2000 at 10:27:20PM -0400, Shao Zhang wrote:
> I am very surprised that no one mentioned about w3m on this thread. 
> Personally, I think w3m works far more better than lynx.

Wow, and just an hour ago I thought "links" was the seventh wonder of the
world.  'w3m' is incredible!  I love the funky mouse integration (especially
the drag scrolling!).  Thank you for pointing this wonderful application out
to this poor soul, who's suffered long enough with lynx...

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: CVS question

2000-04-10 Thread Maciej Kalisiak
On Mon, Apr 10, 2000 at 05:17:39PM -0400, Brian Lavender wrote:
> Here is how I backed up. I was on version 1.7, so I deleted the file I had. I 
> then
> did a cvs checkout -r 1.6 which warned me that the current file had been 
> deleted,
> but gave me 1.6.
> 
> I made my changes, but now and can't seem to reintegrate them. Here is a what 
> happens
> when I try to do a cvs commit
> 
> [EMAIL PROTECTED]:~/src/scripts> cvs commit tkcorrespond.pl
> cvs commit: sticky tag `1.6' for file `tkcorrespond.pl' is not a branch
> cvs [commit aborted]: correct above errors first!

I think you'll have to get rid of the sticky bit first.  I am attaching a
blurb (which I think I found originally on DejaNews) on how to do it
"correctly"; it worked for me, YMMV.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 
--- Begin Message ---
CVS Questions

  

[*] Help! How do I undo a cvs commit?

Oh no! You did cvs commit without specifying a filename, or maybe you messed
up cvs commit -m and forgot to put a comment. Either way, the system is
merrily checking in all your edited files in your favourite library before
you were ready to do so. There is a way to undo this, but be warned, it is
tedious if numerous files are involved; the idea is to merge the differences
between two revisions of a file into a working copy in your directory.

The remedy - please note that you need to be ABSOLUTELY sure you type the
commands correctly or you will merely compound the problem:

   * cvs update -j 1.5 -j 1.4 filename.C
   * cvs commit -m ``Undid previous commit'' filename.C

This removes all changes made between revision 1.4 and 1.5

NOTE:

  1. The order of the revisions!!! Highest number comes first.

  2. If you forget to specify a filename you will be in a worse mess than
 before - the revision numbers will probably be very different between
 the various files making up a module and if you don't tell it which
 file to work on, cvs will do the merge on EVERY file. Not pretty.
 Probably best to play it safe and do the files one by one (I warned you
 it was tedious).

  3. Remember to cvs commit your changes afterwards - carefully, this time!

  

 [Back]  Comments or errors, please let me know at

 [EMAIL PROTECTED]

  

Val Snell
--- End Message ---


what happened to smpeg?

2000-04-09 Thread Maciej Kalisiak
It appears when I search for it on the Debian webpages, but when I go to
download it, it cannot be found...

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


pthreads man pages?

2000-02-03 Thread Maciej Kalisiak
Are these available in any Debian package?

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


dhcp-client trying to configure `lo'(loopback)

2000-01-25 Thread Maciej Kalisiak
I've just recently switched from 'dhcpcd' to 'dhcp-client' (better
configuration, lots of docs).  I just installed the package, and edited
'/etc/dhclient.conf' to add a single option (I have to send a "host-name" to
the server).  I startup the client, and it configures 'eth0' properly.  But I
look at my syslog and it appears that the dhcp-client is also trying to
configure my loopback interface! 

Jan 25 12:35:28 khazad-dum dhclient-2.2.x: DHCPDISCOVER on lo to 
255.255.255.255 port 67 interval 8
Jan 25 12:35:36 khazad-dum dhclient-2.2.x: DHCPDISCOVER on lo to 
255.255.255.255 port 67 interval 8
Jan 25 12:35:44 khazad-dum dhclient-2.2.x: DHCPDISCOVER on lo to 
255.255.255.255 port 67 interval 13
Jan 25 12:35:57 khazad-dum dhclient-2.2.x: DHCPDISCOVER on lo to 
255.255.255.255 port 67 interval 18
Jan 25 12:36:15 khazad-dum dhclient-2.2.x: DHCPDISCOVER on lo to 
255.255.255.255 port 67 interval 7
Jan 25 12:36:22 khazad-dum dhclient-2.2.x: No DHCPOFFERS received.
Jan 25 12:36:22 khazad-dum dhclient-2.2.x: No working leases in persistent 
database - sleeping. 

[...keeps on going forever...]

Why is it doing such a brain-dead thing like that?  I had to edit
/etc/init.d/dhcp-client to add "eth0" to the invokation, but this is probably
not the best solution.

Also noticed that, unlike 'dhcpcd', "/etc/init.d/dhcp-client stop" does
absolutely nothing ('dhcpcd' killed the daemon and brought the interface
down).  Is this intentional?  I just did "apt-get install dhcp-client" this
morning, so this is the most recent version of the package.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: dumb question, sorry in advance

2000-01-25 Thread Maciej Kalisiak
On Tue, Jan 25, 2000 at 12:20:51AM -0500, dkphoto wrote:
> /user/games/nameYourGame

You just answered your own question.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


"menu" entries always sorted

2000-01-25 Thread Maciej Kalisiak
I've just discovered the "menu" package.  Neato.  Don't have to do my own
additions all the time anymore.  One question though: is it possible to
specify the positioning of certain menu entries?  I'd like to add an entry to
the top level menu where I would have my most often used programs, scripts,
etc, and I would like this to be the at the very top.  Likewise, I would
like to reposition the WindowManagers entry to be the very last one (it's
annoying having to dig through the menus to get to the "Exit" entry).  Is this
doable?  I'm using version 2.1.5-3 of "menu", and WindowMaker.

One other thing.  Is the menu optimization code sufficiently stable?  It runs
fine for me as superuser, but when run as a normal user it dumps all the Game
menu entries into the top-level menu (which then has about 100 entries).

Anyhow, kudos to the people responsible for "menu"!

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: Batch rename files

2000-01-24 Thread Maciej Kalisiak
On Sun, Jan 23, 2000 at 10:54:42PM -0500, Arcady Genkin wrote:
> What would be the easiest way to rename a bunch of files
> 
> foo-[0-9]-bar-[0-9][0-9].txt
> 
> into
> 
> blah-[0-9]-[0-9][0-9].txt

Try the attached Perl script (just put it in a directory that's in your path
and make it executable).  To do what you want you just give the following
command in your shell:

$ rename 's{foo-(.)-bar-(..)\.txt}{blah-\1-\2.txt}' *.txt

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 
#!/usr/bin/perl

# Usage: rename perlexpr [files]

($op = shift) || die "Usage: rename perlexpr [filenames]\n";
if ([EMAIL PROTECTED]) {
@ARGV = ;
chop(@ARGV);
}
for (@ARGV) {
$was = $_;
eval $op;
die $@ if $@;
rename($was,$_) unless $was eq $_;
}


Debian equivalent of RH's rc.local?

2000-01-22 Thread Maciej Kalisiak
How does one add commands to be executed after the machine boot is complete?
When my box starts up, the sound levels are maxed out, and I'd like to be able
to have the boot up process invoke a utility to bring them down to more
reasonable levels.  In RedHat I remember I placed stuff like this in
/etc/rc.d/rc.local, or something similar.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: Postfix causing ICMP errors (according to 'ippl')

2000-01-22 Thread Maciej Kalisiak
On Sat, Jan 22, 2000 at 12:43:31AM -0500, George Bonser wrote:
> Just a gues but the mailer might be trying to do an ident connection and
> you might not be running an ident deamon. Is an identd running?

I believe so.  My inetd.conf contains:

ident   stream  tcp waitidentd  /usr/sbin/identdidentd

and

khazad-dum:/etc# dpkg -l '?identd'
Desired=Unknown/Install/Remove/Purge
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
pn  midentd (no description available)
pn  oidentd (no description available)
ii  pidentd3.0.4-2TCP/IP IDENT protocol server.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Postfix causing ICMP errors (according to 'ippl')

2000-01-22 Thread Maciej Kalisiak
Hello all,

Ever since I installed 'ippl', which is about a couple of weeks ago, I get the
following stuff in my syslog almost every time 'fetchmail' connects to port 25:

Jan 21 23:06:55 khazad-dum ippl: smtp connection attempt from khazad-dum 
[127.0.0.1]
Jan 21 23:06:56 khazad-dum ippl: ICMP message type destination unreachable - 
bad port from khazad-dum [127.0.0.1]
Jan 21 23:06:57 khazad-dum ippl: ICMP message type destination unreachable - 
bad port from khazad-dum [127.0.0.1]

Sometimes there is only a single ICMP message, sometimes even none.  Mail *is*
begin delivered properly though.

Here's some relavent version information:

||/ Name   VersionDescription
+++-==-==-
ii  postfix0.0.19990906pl A mail transport agent
ii  fetchmail  5.1.2-1POP2/3, APOP, IMAP mail gatherer/forwarder
ii  ippl   1.4.8-1IP protocols logger

Can anyone recommend a strategy for tracking down the source of the problem?

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: mutt: mailbox is read only

2000-01-22 Thread Maciej Kalisiak
On Wed, Jan 19, 2000 at 10:00:47PM -0500, Carl Fink wrote:
> For no discernable reason, mutt now tells me that "Mailbox is read
> only" whenever I try to modify it.  It's a standard mail file sitting
> in /var/spool/mail, and its permissions are rw -- I can use it
> normally from elm.

I had this happen to me a while back, but it might not be the same problem as
yours. The problem was that file locking wasn't working properly.  But if this
was the case on your system I think elm would complain also.  See if pine
complains.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: mutt not y2k compliant???

2000-01-22 Thread Maciej Kalisiak
On Tue, Jan 18, 2000 at 04:19:20PM -0500, Brian May wrote:
> Desired=Unknown/Install/Remove/Purge
> | Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
> |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: 
> uppercase=bad)
> ||/ NameVersionDescription
> +++-===-==-
> ii  mutt0.95.3-0.2 Text-based mailreader supporting MIME, GPG,
> 
> A mail I received has the following headers:
> 
> Date: Mon, 10 Jan 00 12:59:30 +1100
> From: Ger Vloothuis <[EMAIL PROTECTED]>
> Subject: Y2K roll call
> To: Brian May <[EMAIL PROTECTED]>
> 
> (note: this is fidonet, I am not sure if two digit years are supported
> or not).
> 
> Most programs recognise "00" as the year 2000 (eg Gnus). Not mutt
> though - it displays the same entry as:

Yes, that version was buggy.  You should upgrade to version 1.0, which fixes
this bug.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: AWE-soundcard problem (potato)

1999-11-13 Thread Maciej Kalisiak
On Sat, Nov 13, 1999 at 11:19:35AM -0500, Cliff Rice wrote:
> I think there is a sound HOWTO on www.linux.org that I used which worked
> real well.

I've also found the AWE32/64 HOWTO to be very helpful:
http://www.linuxdoc.org/HOWTO/mini/Soundblaster-AWE.html

> #define AWE_DEFAULT_BASE_ADDR   0x620   /* base port address */
> #define AWE_DEFAULT_MEM_SIZE512 /* kbytes */
> in /usr/src/kernel-source-2.2.12/drivers/sound/lowlevel/awe-config.h

Another way (more tweakable perhaps) is to put the settings in
/etc/modules.conf.  (actually, in Debian that file is actually generated from
/etc/modutils/*, so you put this in a file, say
/etc/modutils/stuff_added_by_me) I use the following options:

options sb io=0x220 irq=5 dma=1 dma16=5 mpu_io=0x330

Check documentation on what else you can configure there.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: Who is using up my root partition?

1999-10-26 Thread Maciej Kalisiak
On Tue, Oct 26, 1999 at 12:35:46PM -0400, Pedro Sanchez wrote:
> This machine is not loaded and there are no users at this time. I just
> rebooted and loaded "linux single" and I get exactly the same, / is full
> but du only reports 8MB being used.

This is a wild shot, and I don't really think so myself, but perhaps
this is because of the x% of the disk space that gets reserved, to be
used by root only?  This is usually 5 or 10% (can't remember) and I
thought this was done on a per-partition basis, but perhaps for some
reason it calculates 5% of all the linux partitions and reserves that
space on the / partition. I doubt it, but...

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: Configuring X

1999-10-24 Thread Maciej Kalisiak
On Sat, Oct 23, 1999 at 10:24:09PM -0400, Bryan K. Walton wrote:
>   (A little background): My video card is a NeoMagic 256AV with
> 2.5meg of memory.  My screen is capable of 1024 X 768 resolution at
> 60kHz.
^^^

kHz: WOW, that is one mean laptop; even my desktop monitor can't go
that fast... :)  (you meant 60Hz I take it)

>   When I try to start X Windows, I get a fatal server error: "No
> valid modes found".  Can anyone give me some advice regarding what to do
> next?

You probably have to specify what the laptop display is capable in
terms of horizontal and vertical scanning speeds.  I suspect they are
by default set quite low; too low to be able to support 1024x768 at
60Hz.  You should look at the "HorizSync" and "VertRefresh" lines in
XF86Setup.  You should be able to find the appropriate values that go
here in any spec sheet for your laptops display, usually in the
manuals.  Look for a page entitled monitor/display specifications.

Hope this helps.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y? 


Re: Parallel port problem - No printing possible

1999-10-23 Thread Maciej Kalisiak
On Sat, Oct 23, 1999 at 07:08:15PM -0400, Christian Dysthe wrote:
> I am running potato with kernel 2.2.9. I have tried to recompile the
> kernel also without auto detect of the parallel port, but no go. When
> compiling with auto detect I can see the printer detected, but on
> parport0 (or something like that) instead of lp0. I am not able to
> print either way though.

I think I've ran across this myself before: the problem was that
unlike kernel 2.0.x, in 2.2.x the first parallel port, parport0, is
mapped to lp1.  Try updating your printcap, and see if that helps.

-- 
Maciej Kalisiak | <[EMAIL PROTECTED]> | http://www.dgp.toronto.edu/~mac [McQ]
PGP->finger|www; (0x39AC36F5) 9F BB 9E 11 F0 1E 5D 20  0B 31 3D 37 47 D0 67 C7
GE/CS d- s++:+ a- C++(+++) ULAI++ P+++ L+++ E+++ W++ N- o? K? !w--- O- M- V--
PS PE+ Y+ PGP+ t+ 5 !X-- R+ tv-- b+> DI+ G+ e>+++>(*) h--- r+++ y?