Re: icewm-problems after upgrading to gnome 1.0

1999-08-02 Thread Kirk Hogenson
Johann Spies wrote: > > After apt-get upgrade icewm and icewm-gnome I do no longer have 4 > workspaces and I get the following error message when I run startx > (although X11 and gnome is working otherwise): > > Bad option: ShowXButton > Bad option: WindowListFontName > Bad option: AddWorkspace >

Re: best video cards (riva? or maybe matrox?)

1999-07-19 Thread Kirk Hogenson
Samuel R. Scarano wrote: > > I'm going to be buying a new video card soon, so I wanted to see if > anyone had any advice to give me. [...] > Are there better sources of information than the XFree READMEs and the > Linux Hardware Database (lhd.datapower.com)? At http://www.math.sunysb.edu/~comec

Re: Window Maker

1999-06-18 Thread Kirk Hogenson
David Teague wrote: > > On Thu, 17 Jun 1999, Jonathan D. Proulx wrote: > > > Checkout XWindow-User-HOWTO. > > I can't find any XWindow-User-HOWTO on my system. X is > installed and works fine. Where do I look for this HOWTO? > It wouldn't be installed with X, it would be in the doc-linux-html a

Re: repartitioning Windows

1999-06-15 Thread Kirk Hogenson
per_adua32 wrote: > > Partition E: > Recycled > ffastun.ffa > ffastun.ffl > ffastun.ffo > ffastun0.ffx > > Partition F: > Recycled > ffastun.ffa > ffastun.ffl > ffastun.ffo > ffastun0.ffx > > I suppose my question is this: > > How important are these files? > > Can I safely delete them (wh

Re: Can I get the .deb files that I currently have installed.

1999-06-14 Thread Kirk Hogenson
Mark Wright wrote: > > I want to be able to replicate my current Debian installation, by > collecting all of the .deb files that I currently have installed. > 'dselect' deleted all of the .deb's that it installed. I know how to > get the names of the installed packages (dpkg -l | awk '{print

Re: remove files sensibly

1999-06-14 Thread Kirk Hogenson
Arcady Genkin wrote: > > Hi all: > > How would I enter a command (or write a simple script) that would do: > > FOR EACH FILE *.elc IF THERE IS CORRESPONDING *.el, DELETE IT > You could use something like: find . -name '*.elc' -print | sed -e s/\.elc/\.el/ | xargs rm -f ___

Re: Contents file [was Re: BE MORE SIMPLE!!!!]

1999-06-14 Thread Kirk Hogenson
Marc Mongeon wrote: > > But certainly this was intended to be an automated feature, right? > Is it a flag that you give to dpkg, or the compiled default in some > later version (I'm running 1.4.0.34, and have no Contents), or just > the result of a bunch of Debian users deciding it was a Good Idea

Re: BE MORE SIMPLE!!!!

1999-06-11 Thread Kirk Hogenson
Eric Gillespie, Jr. wrote: > For example, someone asked if there was a package > containing the Howtos. Instead of telling him the name of the package, > he should have been told how to grep the Contents file, that way he > can find things on his own instead of asking the list every time. > Reme

Re: missing files: 'no' and library panel

1999-05-14 Thread Kirk Hogenson
Micha Feigin wrote: > > when trying to compile a few programs writen for gtk (to run under > gnome) i got mesages that /bin/sh: couldn't find no ... I think that no is part of the gettext package, which enables internationalization support. Installing that package should fix the problem. Altern

Re: problem searching list archives

1999-05-11 Thread Kirk Hogenson
Pollywog wrote: > > I am having a problem with the list archives. When I search for a > topic, I find lots of listings, but when I click on links, I get a cgi > error. Is it just me? > This was happening to me to for quite a while. Then, just when I mentioned the problem here on debian-user

Re: PPP problems

1999-05-06 Thread Kirk Hogenson
Remco van 't Veer wrote: > > On Thu, May 06, 1999 at 10:37, Kirk Hogenson wrote: > > > I have a friend who is using what I *think* is a USR Sportster Voice, > > and he hasn't got it working yet. So, you *might* have a modem that > > is difficult to ge

Re: PPP problems

1999-05-06 Thread Kirk Hogenson
aco wrote: > > Recently , I installed Debian GNU/Linux , 2.1 release ,on i-386 > architecture but , I notyfied , that configuring my PPP conection > using 'pppconfig' utility was not succesful. When I start 'pon' , my > modem 'USR Sportster Voice' ,doesn't start dialing to my ISP server.I > am

Re: How to check the amount of free disk space?

1999-05-05 Thread Kirk Hogenson
Robert-Jan Kuijvenhoven wrote: > > What command do I need to use to find out how much free disk space I > have left? > You can use: df Kirk

Re: how to keep output of apt-get in a file ?

1999-04-30 Thread Kirk Hogenson
You could use tail -f in a different window: xterm #1> apt-get upgrade >output.txt 2>&1 xterm #2> tail -f output.txt or maybe in the same window by backgrounding the first. Or, you could use tee: apt-get upgrade 2>&1 | tee output.txt | tee Kirk Khalid EZZARAOUI wrote: > > thanks. > > I t

Re: I do a Big permission mistake

1999-04-29 Thread Kirk Hogenson
Khalid EZZARAOUI wrote: > > hello, > > never, never do : > chmod -R o+r .* > anywhere. (I do it in /home). > Yes, never do this. The problem is that the expression .* matches the "." directory (current directory) and ".." and directory (one level up from current). The problem just get

Re: how do I foreward mail

1999-04-26 Thread Kirk Hogenson
Jeff Katcher wrote: > > Hi, I am using the mail trasport agent included with slink. i would > like to foreward some users mail to their personal accounts at their > isp. I cant seem to find any documentation on how to do this, would > someone please tell me how to set up forewarding. Do I use a

Re: Hello From Corel, was(Re: Strategic Alliance Between Corel, KDE and

1999-04-23 Thread Kirk Hogenson
Dave Neil wrote: > Hi Everyone, > > My name is Dave Neil. I'm working on the Corel Linux OS. > I would like to comment on what we at Corel will be doing with > regards to joint development with Debian. > > [...] Sami Dalouche wrote: > > Yes ! It seems to be great but I don't understand why Co

Re: unsubscribing

1999-04-22 Thread Kirk Hogenson
[EMAIL PROTECTED] wrote: > > |> Can someone please tell me how to get removed from this mailing > |> list. NOTE: Before you let the flames fly realize that I have > |> tried all of the suggested ways to get removed, i.e. mail -s > |> unsubscribe [EMAIL PROTECTED] > |> [...] > > I tried to unsubs

Re: debian-user-digest Digest V99 #723

1999-04-22 Thread Kirk Hogenson
David J. Fasching wrote: > > Can someone please tell me how to get removed from this mailing list. > NOTE: Before you let the flames fly realize that I have tried all of > the suggested ways to get removed, i.e. > mail -s unsubscribe [EMAIL PROTECTED] I've also > tried sending unsubscribe comman

Re: MICROSOFT BS FUD

1999-04-14 Thread Kirk Hogenson
Rick Macdonald wrote: > > > Well it finally happened. Microsoft has paid someone off to fix a > > benchmark showing that Windows NT is actually better than linux. > > > > http://www.mindcraft.com/whitepapers/nts4rhlinux.html > > This doesn't look good. Are the results cooked or flawed, or the >

Re: xterm TERM environment

1999-03-23 Thread Kirk Hogenson
scratch wrote: > > Hi, > > I've been asking myself this question: why is it that whenever i use > the Xterm Debian package, the debian-xterm TERM environment is > exported, in stead of "xterm"? > > I use a lot of accounts with no "debian-xterm" termcap entry. How can > I change this behaviour

Re: File date

1999-03-22 Thread Kirk Hogenson
> How to change the date of a file. > For example, due to an error : > > -rw--- 1 sami sami 9641 Mar 24 1999 inbox > > but my system's date is now : > > Mon Mar 22 20:24:58 CET 1999 Try "touch inbox". Under normal circumstances, that will bring an existing file's timestam

Re: Using crontab to update Debian

1999-03-11 Thread Kirk Hogenson
I wrote: >> Here is another, much simpler, and probably better, idea. Stay up >> late one night and start "apt-get dist-upgrade" yourself, and once >> downloading starts, go to sleep. Use cron or at to automatically >> hang up the phone when the expensive rates begin again. (i.e., just >> put

Re: Using crontab to update Debian

1999-03-10 Thread Kirk Hogenson
Paulo Henrique Baptista de Oliveira wrote: > I know that apt-get -d dist-upgrade ask yes, but how do I pipe to > it. I tried apt-get -d dist-upgrade | y and doesnt work: y -> command > not found > Thanks,Paulo Henrique > > > Pipe yes to it. I think by "Pipe yes to it", he meant to

Re: cvs

1999-03-09 Thread Kirk Hogenson
> What are the advantages of using CVS instead of your own complied > versions of software If you just use a stable version of the software: - There is really no advantage to using CVS. If you need to use an unstable (i.e., frequently changing) version of the software: - CVS can save some dow

Re: Vote Linus for Person of the Century

1999-03-08 Thread Kirk Hogenson
Branden Robinson wrote: > > > Nope I don't think I will vote for any person on the basis of > > scientific or technical merit. A more global view is required. > > I was thinking of RMS, too. LOL - Spoken like a true Debian-ite. I'd put RMS #2, right after Mr. T. > "There is no gravity in space

Re: ppp

1999-03-08 Thread Kirk Hogenson
[EMAIL PROTECTED] wrote: > > >[EMAIL PROTECTED] > > > > *- On 5 Mar, Ole J. Tetlie wrote about "ppp" > > > I'm having a little trouble with ppp. Everything seems normal > > > until the line with "Hangup". I don't know why that happens. > > Are you using PAP or CHAP authentication? It looks li

Re: Segmentation Fault with Netscape Communicator 4.5

1999-02-25 Thread Kirk Hogenson
> >after you do the search you can't click on any of the messages that > >were found -- you just get "Not Found" errors. > > Hmmm ... haven't found this problem yet - I wonder why it happens for > you and not me ? Oops, I just tried it again and it worked! Perhaps they've fixed it, or maybe it

Re: Segmentation Fault with Netscape Communicator 4.5

1999-02-24 Thread Kirk Hogenson
> This has been answered over a dozen times in the last two months. > Could I suggest that you check the mail archives on www.debian.org > before asking questions here. Many of the European readers have to > pay big bucks to get mail off this list and a lot of your questions > have been asked befo

Re: 2 modems ?

1999-02-23 Thread Kirk Hogenson
Surjit Bains wrote: > > Is it possible to set up two modems under Linux and use the bandwidth > as one entity... 2 x 56k modems to give 112k speed? > You probably won't get the full 112, but you can use two modems at the same time. You will, of course, need two phone lines... The kernel optio

Re: 2 modems in one computer?

1999-02-19 Thread Kirk Hogenson
Noah L. Meyerhans wrote: > > Shaleh wrote: > > > There is a thing called multi link ppp -- two modems dial at once > > and you get double the speed (in theory). It does work in Windows, > > I am not aware of software support in Linux (or UNIX, or other OS's) > > > > I could be wrong, but isn't

Re: KDEDIR and Debian packages

1999-02-18 Thread Kirk Hogenson
Navindra Umanee wrote: > > > > Does Debian 2.1 come with a Window Maker deb compiled with > > --enable-kde? > > Probably not. Debian is lame. > 2.1, No. That's because the WindowMaker version in 2.1 is 0.20, which didn't yet support KDE. Presumably, the support was added after the 2.1 fre

Re: GUI stuff

1999-02-18 Thread Kirk Hogenson
Havoc Pennington wrote: > What's really needed for that is wxGnome and wxKDE, which don't exist; > there's a reasonably large difference between a vanilla Gtk app and a > full-blown Gnome-o-rific app. I hope the wxGtk guy will expand to > Gnome once Gnome is 1.0, and hopefully Roberto will provide

Re: GUI stuff

1999-02-18 Thread Kirk Hogenson
[EMAIL PROTECTED] wrote: > > *-Kirk Hogenson <[EMAIL PROTECTED]> > | > | Qt is a C++ library. (No wrappers that I know of -- it is much > | harder to "wrap" an OO-library, unless you're wrapping in another > | OO language...) > > There are many wr

Re: GUI stuff

1999-02-16 Thread Kirk Hogenson
David Webster wrote: > > I am wanting to start some GUI development but I am having a hard time > figuring out just what the GUI development is? I see that the GTK > libaraires are the base C++ GUI class libraries, but I also see stuff > like Gnome and qt* and Glib, and other stuff. Gnome is bas

Re: pppd deamon dies unexpectedly

1999-02-10 Thread Kirk Hogenson
eferen1 wrote: > > Okay, I put "Auth" in /etc/ppp/options, but it still quits on connect. > Anything else I can try? > I remember that SLIP used to do the exact same thing if you'd forgotten to compile in SLIP support in the kernel, or hadn't inserted the module. PPP might exhibit the same beh

Re: 3D software

1999-02-09 Thread Kirk Hogenson
> I want a nice (preferably simple) package to created 3D-scenes > (spaceships and the like, so based on geometrical shapes), ideally > with flashy raytracing and the like. Any suggestions? Probably the best ray-tracing software is pov-ray. Home page: http://www.povray.org Debian Packa

Re: Slink, xbase-common and xdm...

1999-02-09 Thread Kirk Hogenson
Hogland, Thomas E. wrote: > > Interesting - if I can ever figure out how to get into the system I'll > do that :-) There's no way to shut down and reboot clean - xdm won't > do anything till you log in ... You could boot into single user mode to modify your settings. When lilo comes up, type "l

Re: Do you still need screensavers these days?

1999-02-08 Thread Kirk Hogenson
With modern power-saving BIOSes, the thing can even turn the monitor off (and power down the computer) if you've been away too long, saving electricity and wear on your system. > yes, it saves electricity, but powering down the computer increases > wear. Someone once told me that

Re: debian-user trailer line: incomprehensible to those who need it

1999-02-01 Thread Kirk Hogenson
Immanuel Yap wrote: > > Jens B. Jorgensen wrote: > > > So, shall we take this opportunity to reopen the discussion about > > the debian-user trailer line? The evidence just keeps indicating > > that the existing one is useless to those who could benefit from it > > and ignored by everyone else.

Re: reading /usr/doc files

1999-01-28 Thread Kirk Hogenson
Richard Hall wrote: > > Is there a tool for reading the oodles of documentation in /usr/doc, > or do I just have to go in there, gunzip, and more? You can use "zmore": zmore whatever.gz There is also zless and zcat. Kirk

Re: kernel 2.2.0

1999-01-27 Thread Kirk Hogenson
Scott J. Geertgens wrote: > > Tam Ma wrote: > > > How come all I hear about is kernel 2.0.36 and kernel 2.2.0, what > > the following version in between, are they not working > > > > linux-2.0.4.tar.gz 08-Jul-1996 00:00 5.7M > > . to >

Re: More Admin Questions

1999-01-25 Thread Kirk Hogenson
n error: X server not responding > : ":0.0" > > I am not sure what to do with this. TIA Someone asked a similar question a few months ago. Here is my response together with a correction/clarification of the problem/solution. I hope this helps, Kirk Forwarded Message:---- T

Re: xdm

1999-01-22 Thread Kirk Hogenson
Brian Morgan wrote: >>> There is no /etc/X11/config file on my machine. Is something >>> wrong? I'm running slink. >> >> Hmm, I don't have my machine handy so I can't check. Could be >> called "Config" or "X11Config" or something else... >> >> You can try to grep for it: >> >> grep start-xdm

Re: xdm

1999-01-22 Thread Kirk Hogenson
Brian Morgan wrote: > > I can't seem to find any file in /etc/X11 that has a line with > "start-xdm" in it. X (and hence, xdm) is starting on boot. Is there > a way to change that? All I've done to make this happen was install > the xdm package. I believe the file is /etc/X11/config ... >

Re: configuring X

1999-01-21 Thread Kirk Hogenson
Brian Morgan wrote: > > Can someone help me find the xf86setup graphical setup for X? I'm > having trouble getting the mouse just right, and would like to use the > graphical setup to make this work. It is called "XF86Setup", and not "xf86setup". You can use "locate XF86Setup" if its not in

Re: Windows95 and Linux Installation

1999-01-21 Thread Kirk Hogenson
Jay wrote: > > Mike Archer wrote: > > > When I get to the step Install Kernel and Modules, I can't find the > > original Win95 harddrive with the Linux files on it to continue. Do > > I need to make a DOS partition on the 814MB harddrive and copy the > > C:\Linux directory to that? or do I nee

Re: [Fwd: Installing debian with Win98]

1999-01-07 Thread Kirk Hogenson
Guys, Apparantly your browser isn't configured to automatically handle .bmp (bitmap) files. If you are using Netscape, you can right-click on the link, then select "Save Link As..." and save the .bmp file somewhere on your disk, and look at it with an image-viewer program. Other browsers should

Re: can't use editor when su... why?

1998-12-22 Thread Kirk Hogenson
The problem is that "you" own the X session, "root" doesn't. The easiest way to get this to work is to type xhost + localhost before you do your su. This means that you'll let anyone from the host "localhost" (ie, your computer) connect to your X. However, I recall there were some security

Re: Communicator Installation

1998-12-21 Thread Kirk Hogenson
Sudhakar Chandrasekharan wrote: >>Hi, I'm trying to install Communicator 4.5 and can't get anywhere. >>I downloaded the file with Lynx from the netscape ftp site. The file >>was saved in/root/communicator-v45-export.x86-unknown-linux2.0.tar.gz > > # cd /root > # tar zxvf communicator-v45-export

Re: Communicator Installation

1998-12-21 Thread Kirk Hogenson
You are using the mv command correctly. (You should also be able to use cp). So that is not the problem. The most likely cause is that you are typing in the filename incorrectly. It is easy to mix up - or . with _. Also, the file name might have a space at the end. Try using "mv /root/comm* /

Re: Where's my mouse?

1997-08-28 Thread Kirk Hogenson
al device on the bus, right? It doesn't sound like a serial device from your description of the plug, it sounds more like a PS/2 mouse. Try using /dev/psaux as your mouse device. HTH, --Kirk Hogenson [EMAIL PROTECTED] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe

Re: PS/2 Mice

1997-07-12 Thread Kirk Hogenson
the port was /dev/mouse after doing "ln /dev/psaux /dev/mouse". Hope this helps, --Kirk Hogenson [EMAIL PROTECTED] -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .