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
>
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
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
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
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
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
___
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
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
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
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
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
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
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
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
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
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
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
[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
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
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
>
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
> 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
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
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
> 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
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
[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
> >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
> 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
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
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
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
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
[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
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
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
> 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
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
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
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.
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
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
>
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
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
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 ...
>
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
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
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
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
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
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* /
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
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] .
53 matches
Mail list logo