On Monday 13 August 2007 15:54, Cubo Aula Info wrote:
> the only problem is that it still gives me that error and the there is
> no filelist in /var/state/git/package
You mean that error with "+0.9"? If so, try appliyng the following sed
to git script:
sed -i 's/^ sort +0/_POSIX2_VERSION=199209&
On Sunday 12 August 2007 19:54, Cubo Aula Info wrote:
> I have looked paco, I was curious to know if this
>
> % (from man paco)
> % Due to LD_PRELOAD limitations, paco can't follow the trace of suid pro-
> % grams.
> % For the same reason, paco does not work with programs that
> st
On Sunday 12 August 2007 17:04, john q public wrote:
> Ive tried 2 versions of PAM and get similar errors on trying to build
>
>tst-pam_limits1.c:130: error: `RLIMIT_NICE' undeclared
>
> I think its due to trying this on an old LFS system but I'm not sure.
You're right :)
This #define appea
On Saturday 11 August 2007 23:49, Cubo Aula Info wrote:
> What I'd like to know is how does it work (i mean internal, not the
> user-end commands) ?
Let's look through the process of installing a program. The example is
taken from README file found in git-2.17.tar.gz.
> 1. Call: git prog-2.0.7
T
On Friday 13 July 2007 00:32, Dan Nicholson wrote:
> comm does something like that. This sorta works, where 1 and 2 are files.
>
> $ comm 1 2 | sed 's/^\t*//'
> 111
> AAA
> BBB
> DUPLICATE
> 222
> 333
> CCC
Unfortunatelly, not so easy.
man comm says:
comm - compare two sorted files line by line
On Friday 06 July 2007 20:44, Peter B. Steiger wrote:
> I'm building my fourth LFS system and started on xorg 7.2 yesterday.
> Once I untangled some dependency issues (which I really should have
> documented to save others the hassle), everything went smoothly until
> the server itself. It gets as
Just the first thought.
Didn't you enable "DontVTSwitch" option? Make sure you don't have the
following in your xorg.xonf:
Option "DontVTSwitch"
If you have the line like this it should be commented as follows
#Option "DontVTSwitch"
--
Nothing but perfection
pv
--
http://linuxfromscr
Just the first thought.
Didn't you enable "DontVTSwitch" option? Make sure you don't have the
following in your xorg.xonf:
Option "DontVTSwitch"
If you have the line like this it should be commented as follows
#Option "DontVTSwitch"
--
Nothing but perfection
pv
--
http://linuxfromscr
On Wednesday 20 September 2006 22:08, Dan Nicholson wrote:
> On 9/20/06, Vladimir A. Pavlov <[EMAIL PROTECTED]> wrote:
> > >
> > > /dev/sda1 /mnt/flash vfat noauto,users,umask=000 0 0
> > >
> > > I'm using LFS-6.2, maybe a permissions or group
On Wednesday 20 September 2006 05:25, Jay Mazzetta wrote:
> I'm afraid that I'm missing something obvious, but I
> cannot mount sda1 as a user.
> my fstab is the same as my Gentoo box (which works)
>
> /dev/sda1 /mnt/flash vfat noauto,users,umask=000 0 0
>
> I'm using LFS-6.2, maybe a permission
On Friday 08 September 2006 17:09, Mark Priestley wrote:
> On Thu, Sep 07, 2006 at 08:57:02PM +0100, Richard Melville wrote:
> > Please can somebody help. I've reached the stage of desperation.
> > I've compiled the via drivers and alsa into the kernel and
> > installed the alsa library, plug-ins
On Thursday 17 August 2006 02:00, [EMAIL PROTECTED] wrote:
> I wondered if I should have anything like a dmesg or other log to
> record the boot-up messages? I've had problems with booting but
> can't find a log containing the early boot messages. Is there a
> script or something I haven't instal
On, Saturday 22 July 2006 22:11 DJ Lucas wrote:
> [EMAIL PROTECTED] ~]# echo $XORG_PREFIX
> /opt/X11
> [EMAIL PROTECTED] ~]# echo $XORG_CONFIG
> --prefix=/opt/X11 --sysconfdir=/etc --localstatedir=/var
> --datadir=/opt/X11/lib
> [EMAIL PROTECTED] ~]# ls -d /opt/X11/lib/*/
> /opt/X11/lib/aclocal/ /
Hi!
While building Xorg 7.1 it's recommended in the book to append the
--datadir=$XORG_PREFIX/lib option to the list of ./configure's ones.
Shouldn't it be --datadir=$XORG_PREFIX/share (which is the default value
for --datadir so it can be even skipped)?
I asked because I've just seen the foll
On, Thursday 06 July 2006 23:19 Vladimir A. Pavlov wrote:
> > However, it would be great if you could submit it to lfs-patches.
> I'm sorry but can you tell me please HOW I can do it? Should I just
> send a e-mail to lfs-patches with the bug description and the patch
> attache
On, Thursday 06 July 2006 01:04 Dan Nicholson wrote:
> I checked, and I get the same problem. I do put LOGIN_RETRIES in
> /etc/login.defs. If I input the successful password on the last
> attempt, it still bombs just as you say.
Thanks for the check.
> Does this imply that pam_tally doesn't work a
On, Tuesday 04 July 2006 22:09 Randy McMurchy wrote:
> Then you didn't look very hard. :-(
Oops... You're right. I reread the PAM documentation and understood that
pam_tally was what I needed.
BUT!
The error in login.c remains. You're probably too busy to check the
suggested way to reproduce th
On, Monday 03 July 2006 23:15 Randy McMurchy wrote:
> You should not be using login.defs to handle
> login retries. It should be configured through PAM. Specifically,
> it should be configured via the pam_tally module.
I looked through pam_tally (and other PAM modules) documentation and
found not
Hi all!
I tried to send the following directly to shadow mailing list but their
server told me "Your server has been used for a lot of spam email. As
such, it has been blacklisted" so I send this to you.
I use shadow-4.0.15 and I seem to detect a bug.
HOW TO REPRODUCE:
1. Compile with PAM, ins
First, thanks for the hint, I'll give it a try. But I have a few
questions.
On, Wednesday 28 June 2006 10:19 Stef Bon wrote:
> You'll have to install libdrm and Mesa, and install the nvidia driver
> from source over it.
1. Can you tell me please what libdrm is needed for? It seems I
shouldn't b
On, Wednesday 28 June 2006 00:42 Dan Nicholson wrote:
> Let me know how it goes.
Ok, but unfortunatelly I haven't a opportunity to try right now and
therefore the results will come in 2-3 weeks :(
--
Nothing but perfection
pv
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: htt
On, Tuesday 27 June 2006 22:54 Dan Nicholson wrote:
> However, you should still build Mesa or you will have no
> OpenGL implementation without the closed-source binary drivers/libGL
> from NVIDIA.
But what if I'm going to use NVIDIA binary driver from nvidia.com? Do I
still need Mesalib for somet
Hi everybody!
I've been building Xorg-7.1 and I have the following question.
In the section concerning mesalib libdrm is said to be a _required_
dependency. In the libdrm section it's said that it provides a "direct
interface with video hardware using the Linux kernel's Direct Rendering
Module
Wow! I didn't think replies can be so quick!
Dan, Archaic, thanks for the replies!
--
Nothing but perfection
pv
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
Hi!
Several weeks ago I finished building LFS. The build contained ncurses
compiled without GPM support. Then I installed bash (the only shell on
my system) and some other packages that use ncurses shared libs. After
that I installed GPM.
Now I wish to rebuild ncurses with the same options pas
25 matches
Mail list logo