Re: Problem with mouse in 2.6.15.5

2006-03-06 Thread Brandin Creech
--- Satish Chebrolu <[EMAIL PROTECTED]> wrote: > Because there is no /dev/mouse, KDE is > not starting sometimes. I have to remove "psmouse" modue and reload it > again for the mouse to work fine. On some occasions, it takes some > time before /dev/mouse appears. I do the same when I have trouble

Re: Configuring Xorg-7.0

2006-01-24 Thread Brandin Creech
--- Dan McGhee <[EMAIL PROTECTED]> wrote: > Two questions: > > 1. Is NOT making this directory a new thing for Xorg? > 2. I have located all the stuff in /usr/X11R7 that is in my current > /etc/X11 directory. I think that all I have to do is copy stuff to > /etc/X11. Is that correct? The i

Re: Close an aplication using SIGNAL

2006-01-24 Thread Brandin Creech
--- Iban <[EMAIL PROTECTED]> wrote: > What is the equivalent SIGNAL to "Archive - Quit" of a program > windowed (example: firefox)?? > > I don't want to kill it by brute force. I want a normal exit. SIGTERM is the best signal to quit, I think. Programs can trap the signal, so sometimes they'll c

Xorg 6.9.0 vs. 7.0

2006-01-20 Thread Brandin Creech
Hi, list. I'm currently using X.org 6.8.2 per the BLFS SVN instructions, but I was thinking about upgrading, especially since someone here reported that it had better acceleration. I'm tempted to go with 6.9.0, since I am under the impression that it is identical to 7.0.0 except for the fact that

Saving cookies on Links

2006-01-05 Thread Brandin Creech
Hi I'm using the instructions from LFS-6.1.1 and BLFS-6.1: Currently I don't have X installed and am using Links instead in graphics mode. However, one annoyance I haven't been able to figure out--sites that rely on cookies such as my web email (Yahoo) do not save their cookies between sessions. S

Re: MPlayer fbdev cursor flickering (was: disabling blinking cursor)

2005-12-21 Thread Brandin Creech
--- Alessandro <[EMAIL PROTECTED]> wrote: > Alle 06:09, marted� 20 dicembre 2005, Brandin Creech ha scritto: > > Hello, BLFSers. > > > > I've got > > MPlayer to play movies on the framebuffer, but one thing that is annoying > > me about this--the text

Disabling blinking cursor

2005-12-19 Thread Brandin Creech
Hello, BLFSers. I'm setting up a minimal BLFS system for my laptop without X11--I've got MPlayer to play movies on the framebuffer, but one thing that is annoying me about this--the text-mode cursor is still blinking in the bottom left of the screen. Previously, I remember being able to control th

Re: Bash: $PWD after 'cd //usr//bin'

2005-12-08 Thread Brandin Creech
--- Randy McMurchy <[EMAIL PROTECTED]> wrote: > Brandin Creech wrote these words on 12/08/05 12:09 CST: > > Has anyone noticed this: in Bash, the command > > > > cd //usr//bin > > > > causes PWD to become "//usr/bin" instead of "/usr/bin

Bash: $PWD after 'cd //usr//bin'

2005-12-08 Thread Brandin Creech
Has anyone noticed this: in Bash, the command cd //usr//bin causes PWD to become "//usr/bin" instead of "/usr/bin". Bash's normal behavior is to replace all repeated /'s with a single slash. Right now I'm using Bash 3.00.16, but I've also tried older versions and noticed the same behavior. This

Re: Beginner questions about hdparm

2005-12-06 Thread Brandin Creech
--- David Lockwood <[EMAIL PROTECTED]> wrote: > i.e. dma wasn't turned on at all. > So as a newbie I follow a few leads on hd optimising among the few > options not listed as dangerous in man hdparm and settle on > # hdparm -c 1 -X udma2 > and transfer rate increased to about 2.8MB/s. hdparm -c

Re: Bash history keys (C-r), (C-s)

2005-12-04 Thread Brandin Creech
--- Andrew Benton <[EMAIL PROTECTED]> wrote: > Brandin Creech wrote: > > I'd appreciate any insight on this. If I had the "forward" search as > > described, it'd make my shell a little friendlier for me. Thanks. > > The up and down arrows work fo

Bash history keys (C-r), (C-s)

2005-12-03 Thread Brandin Creech
After using Bash for awhile, one feature I find myself using a lot is the CTRL+R key combination (reverse-search-history). But a lot of times, I will press (C-r) one too many times, and wish that I had a way to go "forward" again to get to the history entry I wanted. Well, the Bash manpage says: r

Re: Problems mounting media

2005-11-06 Thread Brandin Creech
--- randhir phagura <[EMAIL PROTECTED]> wrote: > 1. While the other data cd's are mounted normally, I cannot mount music > cd's > > [EMAIL PROTECTED]:~# mount /dev/hdc /mnt/cdrom > mount: block device /dev/hdc is write-protected, mounting read-only > mount: /dev/hdc: can't read superblock You c

Re: "[: ==: unexpected operator"

2005-11-01 Thread Brandin Creech
--- Uli Fahrenberg <[EMAIL PROTECTED]> wrote: > Allard Welter, Nov 1, 17:02 +0100: > > >> | > i've above error on boot every time (seems) a device try loading. > >> | > It says also 'report this error to [EMAIL PROTECTED]' > > > I can't recal a colon being part of any > > conditional - perhaps

Re: X/gdm overwrites some environment variables

2005-10-23 Thread Brandin Creech
--- Dan McGhee <[EMAIL PROTECTED]> wrote: > On Wed, Sep 07, 2005 at 06:30:58AM -0700, Dan Nicholson wrote: > > >The config files are in /etc/X11/xdm. Xsession even has scripting to > >source profile and ~./bash_profile. > > Should I play it really safe and put a test in? > > if [ -f /etc/prof

Re: specify gnome default applications

2005-10-20 Thread Brandin Creech
--- Dan Nicholson <[EMAIL PROTECTED]> wrote: > On 10/20/05, Brandin Creech <[EMAIL PROTECTED]> wrote: > > If you change > > the selected application, it becomes the default for that file type. Of > > course, this only affects the current user's profile. &g

Re: specify gnome default applications

2005-10-20 Thread Brandin Creech
--- Dan Nicholson <[EMAIL PROTECTED]> wrote: > I'm hoping someone can help me out with configuration of gnome. The > problem is that when I have multiple applications registering the same > MIME type, I don't know which will become the default action in > Nautilus (or anywhere that's linked in GN

Re: gcc 2.3.5 (correction: gcc-2.95.3)

2005-10-11 Thread Brandin Creech
--- Matthew Burgess <[EMAIL PROTECTED]> wrote: > Andrew Benton wrote: > > > True, but strangely the linux-2.6.14-rc4/README says > > > >> COMPILING the kernel: > >> > >> - Make sure you have gcc 2.95.3 available. > > > > Serves me right for looking. I haven't installed gcc-2.95 for a long time

gcc 2.3.5

2005-10-11 Thread Brandin Creech
will be in the next LFS stable release), I'm wondering--is it necessary (or a good idea, even) to keep a copy of some gcc3 version. What about gcc2--is it necessary to keep that (assuming we're Linux 2.6)? Thanks Brandin Creech

Re: Window Maker Patches (Was Up to Date ? Hint on Installing WindowMaker on LFS)

2005-10-05 Thread Brandin Creech
--- Dan McGhee <[EMAIL PROTECTED]> wrote: > >>I went ahead and installed WindowMaker "naked," and it seems to be > >>running fine. Another learning curve, however. When you speak of the > >>patches "coming with the WindowMaker distribution," do you mean that > >>they're in the un-tarred direc

Re: Window Maker WPrefs Icons (Was Totally Confused About Xft and Xft2)

2005-10-05 Thread Brandin Creech
--- Dan McGhee <[EMAIL PROTECTED]> wrote: > Brandin Creech wrote: > > >I had this problem too. Try running WPrefs from the console and you'll > notice > >some "file not found" errors being spit out by the program. That's why the > >icons are

Re: Totally Confused About Xft and Xft2

2005-10-04 Thread Brandin Creech
--- Dan McGhee <[EMAIL PROTECTED]> wrote: > My overall situation is that I'm installing Window Maker. There's a gui > for configuring it once it's installed. My problem is that the tabs for > selecting the different functions aren't labeled--they're blank. I had this problem too. Try running

Re: Up to Date ? Hint on Installing WindowMaker on LFS

2005-10-03 Thread Brandin Creech
--- Dan McGhee <[EMAIL PROTECTED]> wrote: > Brandin Creech wrote: > > >There are also two important patches that come with the WindowMaker > >distribution, and these are not mentioned by the author of the hint: > > I went ahead and installed WindowMaker "na

Re: Up to Date ? Hint on Installing WindowMaker on LFS

2005-10-03 Thread Brandin Creech
--- Dan McGhee <[EMAIL PROTECTED]> wrote: > The hint is written for WindowMaker-0.91.0. The current version is > 0.92.0. Are the patches still valid? I'm running WindowMaker-0.92.0, but I haven't tried the said patches. In fact, I didn't realize they were there, so I will have to try them and

Re: Possible Wrong Command for MPlayer

2005-10-01 Thread Brandin Creech
--- Dan McGhee <[EMAIL PROTECTED]> wrote: > tar -jvxf ../essential-20050412.tar.bz2 \ > -C /usr/lib/mplayer/codecs --strip-components=1 > > and tar complained. It even told me to check the "help." How dare it!! > :-) > > So, I checked the help and changed '--strip-components=1' to > '--st

Re: Workspace Managers, Window Managers and Desktop Environments

2005-09-29 Thread Brandin Creech
--- José Carlos Carrión Plaza <[EMAIL PROTECTED]> wrote: > ¿Anyone likes the venerable Motif? > > It's clean, simple, robust, pretty (for me, of course), and at last, > it's free (http:// www.openmotif.org). Are you sure about that URL? I looked and could not find it. Isn't this the same thing:

Re: Workspace Managers, Window Managers and Desktop Environments

2005-09-28 Thread Brandin Creech
--- Randy McMurchy <[EMAIL PROTECTED]> wrote: > Dan McGhee wrote these words on 09/28/05 19:10 CST: > > > I know that I could just go find a file manager to use with fluxbox. > > Would I be heading for the "bloat" that I'm trying to avoid if I tried > > the WindowMaker-GNUstep combination? I a

Re: GConf / *.schemas question

2005-09-27 Thread Brandin Creech
--- randhir phagura <[EMAIL PROTECTED]> wrote: > > >>I tend to automate my install of most 'sub-systems' such as kde etc and > >>have always been doing configure and make as root. Am I doing something > >>wrong? > > >http://www.linuxfromscratch.org/blfs/view/svn/introduction/unpacking.html > > I

Re: xterm setuid root

2005-09-25 Thread Brandin Creech
--- Lennon Cook <[EMAIL PROTECTED]> wrote: > Archaic wrote: > > I fail to see how that link is supposed to help. It is dealing with > > debian's suid manager. > Sorry, wrong link. That'll teach me to check these things... > Here's the *right* one (hopefully :-)): > http://lists.freebsd.org/piperma

Re: bash scripting help needed

2005-09-25 Thread Brandin Creech
--- Archaic <[EMAIL PROTECTED]> wrote: > I'm writing a function that will script the generation of the ifconfig > subdirs. The problem is that I'm trying to expand the value of a > variable where the variable name itself is a variable. The bash (1) manpage calls this indirection; it is described

Re: Xorg Problems

2005-09-21 Thread Brandin Creech
> Declan Moriarty wrote: > > startx > somefile 2>&1 && init 3 > && init 3 didn't recover me - I missed the redirect when I scanned > this mail before.. I'll try the redirect and || momentarily and post > my results (I think || has more chance of recovering than && by the > way: it will execute ini

Re: Window Manager Transparent Move/Re-size

2005-09-20 Thread Brandin Creech
> > But my question is about the non-opaque ("transparent") mode, in which > only > > an outline is shown. The problem I have is that in every WM I've seen > with > > this mode, the WM seems to freeze all other applications during the move > or > > re-size operation. When I let go of the mouse, the

Re: Wrong permissions for user home directories

2005-09-20 Thread Brandin Creech
--- "Peter B. Steiger" <[EMAIL PROTECTED]> wrote: > On Tue, 2005-09-20 at 12:33 -0700, Brandin Creech wrote: > > umask 0077 > > mkdir /home/username && > > useradd -m username > > Every time you add a user? That would get old real fast if yo

Window Manager Transparent Move/Re-size

2005-09-19 Thread Brandin Creech
This is a general question about the move/re-size behaviour of every window manager I've seen under Linux. Most of them support "opaque move/re-size" in which the contents of the window is updated continuously during a move or re-size operation. But my question is about the non-opaque ("transparen

Re: Fontconfig: no fonts found

2005-09-16 Thread Brandin Creech
--- Andrew Benton <[EMAIL PROTECTED]> wrote: > Thomas De Reyck wrote: > > > > I checked it out and my /usr/share/fonts directory seems to be > > missing...how do i get it in place? > > mkdir /usr/share/fonts > > then copy some fonts into it. I install a bundle of fonts like this > > tar xfC f

Re: autofs

2005-09-15 Thread Brandin Creech
--- Torsten Vollmann <[EMAIL PROTECTED]> wrote: > ./configure --prefix=/ --mandir=/usr/share/man > > Why is the prefix set do "/" ? If this is right maybe there should be some > explanation and it must be fixed in the ALFS-svn-profile (cc'ed it to > alfs-dev) because there it says --prefix=/usr

Re: A question about house keeping

2005-09-15 Thread Brandin Creech
--- Stephen Liu <[EMAIL PROTECTED]> wrote: > > > The file .xinitrc is simply a list of shell commands that X will run > > on startup. > > > Is there a way to start X-window without popup Xterm. It has to be > evoked later when necessary? Sure. Just remove the "xterm &" line from your .xinitrc

Re: A question about house keeping

2005-09-14 Thread Brandin Creech
--- Stephen Liu <[EMAIL PROTECTED]> wrote: > > If you want Firefox > > run when X starts up, add firefox into .xinitrc > > xterm -g 80x40+0+0 & > xclock -g 100x100-0+0 & > firefox > twm > - END - > > (without &) > > On running "startx" after login as "root", Xterm won't start. That is > wha

Re: error compiling kdebase-3.4.2

2005-09-14 Thread Brandin Creech
--- Uwe Kramer <[EMAIL PROTECTED]> wrote: > > > /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ > > > -DHAVE_CONFIG_H > > > -I. -I. -I../../.. -I./.. -I../../../khotkeys/shared -I/opt/qt/include > > > -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT > > > -D_FILE_OFFSET_B

Re: A question about house keeping

2005-09-14 Thread Brandin Creech
--- Stephen Liu <[EMAIL PROTECTED]> wrote: > > As you mentioned, another way would be to launch the application > > without an > > xterm. How exactly are you launching the application? An xterm is not > > required to run X programs such as firefox. > > I haven't figured out how to do it. Firefox

Re: error compiling kdebase-3.4.2

2005-09-14 Thread Brandin Creech
--- Uwe Kramer <[EMAIL PROTECTED]> wrote: > /bin/sh ../../../libtool --silent --tag=CXX --mode=compile g++ > -DHAVE_CONFIG_H > -I. -I. -I../../.. -I./.. -I../../../khotkeys/shared -I/opt/qt/include > -I/usr/X11R6/include -DQT_THREAD_SUPPORT -D_REENTRANT > -D_FILE_OFFSET_BITS=64 -Wnon-virtua

Re: A question about house keeping

2005-09-13 Thread Brandin Creech
--- Stephen Liu <[EMAIL PROTECTED]> wrote: > TWM - window manager > I can't close the Xterm window otherwise the corresponding > application will be closed simultaneously. This is not specific to a window manager. But if I start an xterm and then load an application such as firefox, you're righ

Re: NTP bootscript

2005-09-13 Thread Brandin Creech
--- Simon Geard <[EMAIL PROTECTED]> wrote: > On Mon, 2005-09-12 at 12:00 -0700, Brandin Creech wrote: > > Here is a generic method to implement a timeout in BASH. > > Looks good - I use something similar at work to scp a file to a bunch of > other machines from a cron job

Re: NTP bootscript

2005-09-12 Thread Brandin Creech
--- HAUTZ Gilles <[EMAIL PROTECTED]> wrote: > Andrew Benton a écrit : > > > HAUTZ Gilles wrote: > > > >> Hi all, > >> > >> I've discovered a "bug" in the ntp boot script. > >> If there is no network connectivity or a DNS problem. The computer > >> won't boot and stay at NTP starting. > > > > May

Building BLFS using uClibc

2005-09-10 Thread Brandin Creech
I'm curious if anyone has had any success in going "beyond LFS" by using uClibc instead of Glibc. I'm supposing that there will be some changes needed to the steps needed for building some of the applications mentioned in Beyond Linux from Scratch, but my understanding of uClibc is that it aims to

Re: Need Help Building RPM

2005-09-08 Thread Brandin Creech
--- Michael Kipper <[EMAIL PROTECTED]> wrote: > I'm trying to build RPM on my LFS system (v6.1, mostly). I need RPM to be > able to install the OpenOffice.org RPMs, as it seems impossible to build > them for x86_64 right now. I'm not sure how to fix your RPM build troubles, but if all you need to

Re: Suggestion on file-manager package

2005-09-07 Thread Brandin Creech
--- Stephen Liu <[EMAIL PROTECTED]> wrote: > > Although its not in the BLFS book, I like the rox file manager. It > > has a clean, fast interface > > Can I only install ROX-Filer, the file manager, without installing ROX > Desktop. I already have twm running. Yes, you can use the ROX Filer w

Re: Suggestion on file-manager package

2005-09-07 Thread Brandin Creech
--- Stephen Liu <[EMAIL PROTECTED]> wrote: > > You really have to figure out for yourself which one is best for you. > > > > Some people use Midnight Commander (a text-only file manager), some > > use > > Konqueror, some use Nautilus (GNOME file manager) and some don't use > > any > > graphical