Re: Script for compiling Xorg

2007-08-02 Thread Luca Dionisi
#!/bin/bash -e is the correct beginning. It means, use /bin/bash as interpreter for the script, and exit immediately on any error. --Luca -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: 64bit compilation

2007-03-28 Thread Luca Dionisi
On 3/28/07, Wilco Beekhuizen <[EMAIL PROTECTED]> wrote: > Optimizing builds can improve the speed of binaries a lot Nothing in contrary. But, the original poster was talking about 64 bit systems (CLFS) so I was talking about only the flags at the bottom of the page you pointed to. Where it says:

Re: 64bit compilation

2007-03-28 Thread Luca Dionisi
Moreover, I think that the physical RAM limit is more important than the virtual memory one. At the very moment. Because rarely a single process needs more than 3 GB of memory. Instead, more frequently a PC runs many processes at a time, and so the total amount of used memory could grow up. just m

Re: 64bit compilation

2007-03-28 Thread Luca Dionisi
On 3/27/07, Andrey Voropaev <[EMAIL PROTECTED]> wrote: > Really, physical RAM is not that important. Why not? If my PC has 6 GB of RAM, and the CPU has a 64bit architecture, but the O.S. is 32 bit, then it will never use more than 3-4 GB. Am I wrong? > There's always swap space. > As long as it

Re: 64bit compilation

2007-03-27 Thread Luca Dionisi
On 3/27/07, Luca Dionisi <[EMAIL PROTECTED]> wrote: > On 3/27/07, Andrey Voropaev <[EMAIL PROTECTED]> wrote: > > So, I'd rather put as the benefit only the huge size of the virtual > > memory. The programs in 64-bit mode don't have to fit into 3 GB. > &g

Re: 64bit compilation

2007-03-27 Thread Luca Dionisi
On 3/27/07, Andrey Voropaev <[EMAIL PROTECTED]> wrote: > So, I'd rather put as the benefit only the huge size of the virtual > memory. The programs in 64-bit mode don't have to fit into 3 GB. I think that limit concerns physical RAM, not virtual memory. I could be wrong... -- http://linuxfromscra

Re: 64bit compilation

2007-03-25 Thread Luca Dionisi
On 3/26/07, dim-skou <[EMAIL PROTECTED]> wrote: > > > I know about the project CLFS which describes how to compile a LFS system > where the build and target pc are different. CLFS is the recommended book you have to follow to build a 64 bit system even if you have a 64 bit host and a 64 bit target

Re: link to download NTP-4.2.0a

2006-11-02 Thread Luca Dionisi
On 11/2/06, Arden <[EMAIL PROTECTED]> wrote: Ooops! forget my message. found it. Where? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: New project on distributed computing

2006-07-12 Thread Luca Dionisi
Hi everybody I received many replies on that idea, but they are suggesting me that my first post was a bit misleading. So I'm working to write down a better explanation of the intent of the project and I will post here the link to that page as soon as it's ready. Just to start, our aim is not to

Re: New project on distributed computing

2006-07-07 Thread Luca Dionisi
On 7/7/06, Steven Vancoillie <[EMAIL PROTECTED]> wrote: Luca Dionisi wrote: > _At_the_very_moment_ I've not a project website, or a tracker or similar > things, so any comment should be in reply to these mailing lists. > > Thanks a lot. > > --Luca This is *LFS

New project on distributed computing

2006-07-07 Thread Luca Dionisi
Hi all I'm starting a new project. It is at the very beginning. Its goal is to operate a network of computers and make them to seem a single computer. From the point of view of the user. The targeted audience could be a office, but also a user at home. Well, it's not so rare to have at home a c

Find how many users are there

2006-06-14 Thread Luca Dionisi
In my LFS system there are inconsistencies in various tools reporting the users logged in and what they're doing. To log in and do things, I use virtual terminals (tty1...6), x terminals (gnome-terminal, xterm), sshd, su, screen. To see what's going on in my system I can look at the message before

Re: Hi. automount fixed. worked Well but ....

2006-05-31 Thread Luca Dionisi
On 5/31/06, pavan savoy <[EMAIL PROTECTED]> wrote: > > I have to " cd ", into the directory to start working . Example .. in the May I suggest this thread of mine? http://linuxfromscratch.org/pipermail/blfs-support/2005-September/056595.html --Luca -- http://linuxfromscratch.org/mailman/listin

Re: A grubby question - the menu.lst statements

2006-05-31 Thread Luca Dionisi
On 5/31/06, Georgina Joyce <[EMAIL PROTECTED]> wrote: # The first entry is for LFS. title LFS 6.1.1 kernel (hd0,0)/boot/lfs/lfs-2.6.15.4 root=/dev/hdb1 ro title debian sarge kernel (hd0,0)/boot/debian/debian-2.6.15.4 root=/dev/hda2 ro If I've got this right, I'm stating that my kernels are on (

Re: A grubby question - the menu.lst statements

2006-05-31 Thread Luca Dionisi
Perhaps you are confused about the root command in grub and the root parameter of the kernel. As I understand, root command in grub is just a shorthand. If you say in menu.lst root (hd0,0) kernel /boot/lfs/lfs-2.6.15.4 it has the same meaning of kernel (hd0,0)/boot/lfs/lfs-2.6.15.4 On the oth

Re: X server for Linux

2006-05-23 Thread Luca Dionisi
On 5/23/06, Angel Tsankov <[EMAIL PROTECTED]> wrote: Well, I do not need an X environment - I think a Window Manager will do. May I use an X server with Window Managers such as Fluxbox or XFce? BLFS has a chapter for XFree86, Xorg, Fluxbox, XFce. I suggest you build Xorg and (Fluxbox or XFce).

Re: Xgl + NVIDIA HOWTO?

2006-04-29 Thread Luca Dionisi
On 4/29/06, Alberto Hernando <[EMAIL PROTECTED]> wrote: I'd also like to make a question. If now the graphic card does most of the work, does it mean that the cpu has less load? I'm more interested in this than in the eye-candy. Alberto I think it depends on the driver, if it supports

Re: Xorg 6.8.2 to Xorg 7?

2006-03-24 Thread Luca Dionisi
On 3/25/06, Dan McGhee <[EMAIL PROTECTED]> wrote: > Luca Dionisi wrote: > > the old things. I'm installing it in /opt/xorg-develop. > > > Again, my memory could be faulty, but I think I remember that the Xorg > documentaton says to uninstall older versions of X

Re: Xorg 6.8.2 to Xorg 7?

2006-03-24 Thread Luca Dionisi
On 3/24/06, Leonardo Lazzaro <[EMAIL PROTECTED]> wrote: > Hi, > > first is that i want to upgrade my Xorg 6.8.9 to Xorg 7 but i have many > questions > (I have a LFS 6.1.1 and some packages from BLFS 6.1 ) > 1)If I install Xorg 7 like the instructions in BLFS SVN but with my Xorg > 6.8.9 already

package users and Perl

2006-02-01 Thread Luca Dionisi
Hi community, I eventually need to install some Perl programs (and modules). I've used, since the beginning and up to now, the package users system. I've got a user (perl) that is the owner of the Perl package. As I understand, to install a module, or even a program written in Perl, the common p

Re: gkd-pixbuf-config ?

2006-01-31 Thread Luca Dionisi
On 1/31/06, Randy McMurchy <[EMAIL PROTECTED]> wrote: > Luca Dionisi wrote these words on 01/31/06 10:38 CST: > > > Anyway, if Randy says it was giving problems... Just to say... I was not complaining! I was saying that I am willing to trust you. Anyway, I haven't yet trie

Re: gkd-pixbuf-config ?

2006-01-31 Thread Luca Dionisi
On 1/31/06, Dan Nicholson <[EMAIL PROTECTED]> wrote: > Looks like it's also in 6.0. > > http://www.linuxfromscratch.org/blfs/view/6.0/general/perl-modules.html Yes, indeed. It doesn't state that gnome-libs 1.4.2, gdk-pixbuf 0.22, libglade 0.17 are required. They eventually are, as it seems to me.

Re: gkd-pixbuf-config ?

2006-01-31 Thread Luca Dionisi
Thanks a lot Randy! On 1/31/06, Randy McMurchy <[EMAIL PROTECTED]> wrote: > > http://www.linuxfromscratch.org/blfs/view/stable/gnome/gdkpixbuf.html > gosh... the section about Gnome 1.4 libraries!!! How did I miss it!?! > If the package you're trying to install is Gtk-Perl-0.7009 then yes, it i

Re: Getting Used to Modular Xorg

2006-01-31 Thread Luca Dionisi
On 1/30/06, Kevin Jordan <[EMAIL PROTECTED]> wrote: > I installed directly into /usr and not /usr/X11R7, so I didn't have > any problems like that. Hi Kevin, I've installed xorg 7 in /usr as you did. Do you think it's a good choice? Have you read this? http://www.pathname.com/fhs/pub/fhs-2.3.html

Re: Getting Used to Modular Xorg

2006-01-30 Thread Luca Dionisi
Hi I've installed Xorg 7.0 On 1/29/06, Dan McGhee <[EMAIL PROTECTED]> wrote: > Shure 'nuf there was no /X11/config directory. However, on both > my PC and my laptop, both with Xorg-6.8.2, this directory exists and is > full of templates. I'm going to try to copy this directory into my > current

Re: proftpd?

2006-01-26 Thread Luca Dionisi
On 1/26/06, Tom <[EMAIL PROTECTED]> wrote: > theres nothing in the logs.. Is proftpd running? What if you type: grep proftp /var/log/sys.log or something similar? Luca -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: S

Re: Xorg 6.9?

2006-01-16 Thread Luca Dionisi
On 1/16/06, Simon Geard <[EMAIL PROTECTED]> wrote: > Not sure, but remember that in previous Xorg/Xfree versions, a patched > verson of Mesa was distributed with X, which provided the OpenGL > implementation. I may be wrong, but I think the changes were merged > upstream, and now unpatched Mesa is

Re: Xorg 6.9?

2006-01-15 Thread Luca Dionisi
On 1/15/06, Alan Lord <[EMAIL PROTECTED]> wrote: > Did you build and install Mesa correctly? I noticed that in /usr/lib/xorg/modules/dri there were no files. Just to be sure, I've done the installation of Mesa again, following your directions: bin/installmesa /usr mkdir -p /usr/lib/xorg/modu

Re: Xorg 6.9?

2006-01-15 Thread Luca Dionisi
On 1/13/06, Luca Dionisi <[EMAIL PROTECTED]> wrote: > I did succed. I had to: > - run the script build-from-tarballs once to build > most of proto and lib for xorg. > - install Mesa with the commands you provided above. > - run once again the script build-from-tarball

Re: Xorg 6.9?

2006-01-13 Thread Luca Dionisi
On 1/12/06, Alan Lord <[EMAIL PROTECTED]> wrote: > I am on my own learning path with X11R7.0 and I have found that to build > mesa you need to do something like this: > > Your CFLAGS should probably be set to something like: > > "-O2 -s -march=[your proc type]" if you want any optimisations. > > ma

Re: Xorg 6.9?

2006-01-12 Thread Luca Dionisi
On 12/27/05, Simon Geard <[EMAIL PROTECTED]> wrote: > If you unpack both of them and try to build, it attempts to build the > demos which require freeglut to be installed. And freeglut can't be > installed, because it needs to have Mesa installed first to provide the > GL headers and libraries. So,

Re: Application Menu not working +gnome 2.10

2005-12-28 Thread Luca Dionisi
Ah, > Wht I should do to make applications menu to work (No applcications are > visible) ensure also you have got this file: $XDG_CONFIG_DIRS/menus/applications.menu (something like /etc/gnome/xdg/menus...) It is installed by the package gnome-menus. Luca -- http://linuxfromscratch.org/mailman/l

Re: Application Menu not working +gnome 2.10

2005-12-28 Thread Luca Dionisi
Hi > "No directories in upate-desktop-database search path could be processed > and updated " This command should read the files it finds in the directory $XDG_DATA_DIRS/applications/ and create a file called mimeinfo.cache in that dir. So, what is the content of $XDG_DATA_DIRS? Probably "/usr/sh

Re: Abt Artwork

2005-12-20 Thread Luca Dionisi
On 12/20/05, Chandan M. C. <[EMAIL PROTECTED]> wrote: > > Hai , > We want our own splash image ,desktop image ,icons and other images to be > displayed in our new OS ... Now Iam doing BLFS.. How and Whr can I place > my images and icons ... > If you are going to use KDE and/or GNOME I suggest you

Re: Gnome 2.10, Yelp and characterset problems (I presume)

2005-12-16 Thread Luca Dionisi
On 12/16/05, S. Anthony Sequeira <[EMAIL PROTECTED]> wrote: > On Fri, 2005-12-16 at 20:23 +, Andrew Benton wrote: > > > About This Book > > > Chapter� 1 Using GConf > > > Section� 1.1 Introducion to GConf > > > Section� 1.2 GConf Repository > > > Section� 1.3 GConf

Re: GNOME using package-users problem

2005-12-12 Thread Luca Dionisi
On 12/5/05, Luca Dionisi <[EMAIL PROTECTED]> wrote: > If I get closer to the solution I'll write down a note on this thread. > Hi all I finally completed the installation of core GNOME 2.12.2 This time I've got Nautilus to use all the icons it has. I can see a computer

Re: GNOME using package-users problem

2005-12-05 Thread Luca Dionisi
Of Couurse It's a typo. :) I'm installing 2.12.2 Thanks. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: GNOME using package-users problem

2005-12-05 Thread Luca Dionisi
On 12/5/05, Lennon Cook <[EMAIL PROTECTED]> wrote: > I wrote: > > I will re-download and > > install Nautilus, to see if I can do a better job of tracking down the > > problem. > Ok, I got around to doing this today. I'm sad to say that it is still > giving me the problem, and I can't get even the

Re: GNOME using package-users problem

2005-12-01 Thread Luca Dionisi
Hi Lennon On 11/23/05, Lennon Cook <[EMAIL PROTECTED]> wrote: > Luca Dionisi wrote: > > If I got it, you mean that any pkg installation that > > wants to add things to that database will use this program. Right? > Yes. It works in a similar way to gconf - package provide

Re: GNOME using package-users problem

2005-12-01 Thread Luca Dionisi
On 12/1/05, S. Anthony Sequeira <[EMAIL PROTECTED]> wrote: > On Thu, 2005-12-01 at 09:52 +0100, Luca Dionisi wrote: > > That is: I've got a setuid-root bash script. It prints out the > > effective > > and real uid. > > But when I run it, I won't ha

Re: GNOME using package-users problem

2005-12-01 Thread Luca Dionisi
On 11/24/05, Lennon Cook <[EMAIL PROTECTED]> wrote: > And now I think of it, you can limit scrollkeeper-update to being used > by install users by adjusting it's permissions so: > chgrp install $(which scrollkeeper-update) && chmod o-rx $(which > scrollkeeper-update) Hi Lennon I'm trying to do som

Re: GNOME using package-users problem

2005-11-24 Thread Luca Dionisi
On 11/24/05, Lennon Cook <[EMAIL PROTECTED]> wrote: > On 11/24/05, Luca Dionisi <[EMAIL PROTECTED]> wrote: > > Concerning scrollkeeper, I'm not happy with having _another_ executable > > setuid root. If this became a common scenario, someone could try and >

Re: GNOME using package-users problem

2005-11-24 Thread Luca Dionisi
Hi Lennon First of all, thank you again for the reply. I appreciate, but I still have some doubt. Concerning scrollkeeper, I'm not happy with having _another_ executable setuid root. If this became a common scenario, someone could try and find a bug in it to exploit. This thing is not the _importa

Re: GNOME using package-users problem

2005-11-23 Thread Luca Dionisi
Thanks. On 11/22/05, Lennon Cook <[EMAIL PROTECTED]> wrote: > I had the same problem, and ended up working around it by replacing > Nautilus with ROX-Filer (but, I dislike Nautilus anyway). The thing of I don't dislike Nautilus, and I want to give it a try. > The Scrollkeeper database won't cau

Re: GNOME using package-users problem

2005-11-22 Thread Luca Dionisi
On 11/22/05, S. Anthony Sequeira <[EMAIL PROTECTED]> wrote: > > > Then, launching gnome-session, all the icons in nautilus windows > > (and in the desktop) are the same default sheet. :( > > I'm not sure what you mean here, could you explain: > > 1) Exactly what you are seeing (default sheet?) > 2)

GNOME using package-users problem

2005-11-22 Thread Luca Dionisi
Hi folks Has anyone succeded in installing Gnome using package-users ? I've just finished the installation of Gnome Core packages by following the BLFS 6.1 and using the package users hint. Once I arrived to the chapter of configuration (that is last section of chapter 30) I gave the command upda

Re: Nautilus icons are all equals

2005-11-21 Thread Luca Dionisi
On 11/21/05, Dan Nicholson <[EMAIL PROTECTED]> wrote: > > I've never done it, but using package-users with gnome will be pretty > tough using the book as is. A lot of packages pur their hands on the > MIME database, menu database, and scrollkeeper database. > Are these databases meant to be updat

Nautilus icons are all equals

2005-11-21 Thread Luca Dionisi
Hi folks I've just finished the installation of Gnome Core packages by following the BLFS 6.1 and using the package users hint. Once I arrived to the chapter of configuration (that is last section of chapter 30) I gave the command update-desktop-database. The system replied with a lot of messages.

Re: Building gnome-vfs-2.10.1 with samba 3.0.20

2005-11-08 Thread Luca Dionisi
On 9/7/05, D.Dreschers <[EMAIL PROTECTED]> wrote: > I made the following patch > to build gnome-vfs without this error. > Remember: I'm speaking of samba version 3.0.20 (blfs-svn is at > version 3.0.14a). > > > Hope this helps > Yes, it helped me. Thanks Any confirmation from someone else that th

Re: Gnome upgrade issues

2005-11-07 Thread Luca Dionisi
On 11/7/05, Lennon Cook <[EMAIL PROTECTED]> wrote: > Luca Dionisi wrote: > > Just a question. Are you using the package user hint? > > It helps alot in finding files installed with a certain package. > In fairness, so do all of the other package management schemes - this &g

Re: Gnome upgrade issues

2005-11-07 Thread Luca Dionisi
Just a question. Are you using the package user hint? It helps alot in finding files installed with a certain package. I have not installed GNOME yet, I'm going to. But for the other packages I found that hint very useful. Luca -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http

Re: openssh closes connection after username is sent

2005-10-26 Thread Luca Dionisi
maybe a problem with your putty configuration. verify that in Connection->SSH->Auth you have selected the check box keyboard-interactive. let me know! Luca -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above in

Re: Question about libc5 libc6 incompatibility

2005-10-25 Thread Luca Dionisi
On 10/25/05, Rainer Peter Feller <[EMAIL PROTECTED]> wrote: > On Tue, 2005-10-25 at 11:39 +0100, Ken Moffat wrote: > > Probably because *nobody* here knows anything about libc5. > or nobody wants to admit that s/he is that old that s/he knows anything > about libc5 Grazie Luca -- http://linuxfro

Re: Question about libc5 libc6 incompatibility

2005-10-25 Thread Luca Dionisi
I was just wondering: have I said something wrong in my previous post in this thread? Why no answers from anyone in ten days? Luca -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Package Management using Package Users problem

2005-10-21 Thread Luca Dionisi
Hi everyone I've got a problem with list_package of the Package Users Management. I'm using LFS 6.1 Stable. At the beginning it was doing fine. From a certain point towards, - I can't recall the exact point, but I think I was already in the BLFS side - the list of files it produces in the second

Question about libc5 libc6 incompatibility

2005-10-17 Thread Luca Dionisi
Hi everybody Somewhere, recently, I read about the incompatibility issue between libc5 and libc6, and the resulting impossibility to compile a new version of a library that uses libc5, under certain circumstances. I have a question. Suppose that in my system I have include files and stubs for the

Re: Postfix and package users hint

2005-10-05 Thread Luca Dionisi
On 10/5/05, S. Anthony Sequeira <[EMAIL PROTECTED]> wrote: > If postfix really needs to be installed as root, what MTA is in use > among the users of the hint? I'm not really keen on installing exim, Hi Tony. I don't know about installing postfix as non root. Anyway, I use package user hint and I

Re: Problem: Sending a mail

2005-10-04 Thread Luca Dionisi
On 10/4/05, Ainsley Pereira <[EMAIL PROTECTED]> wrote: > I use nbsmtp for this. > I gave a look. It sounds like a good work. I'll try it very soon. Thanks a lot, Ainsley Luca -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscri

Problem: Sending a mail

2005-10-04 Thread Luca Dionisi
Hi I need to send a mail from within a shell script. I've seen "nail" in the BLFS Book and I thought it was the right program. The book says that a MTA is optional, but if nail doesn't fine "sendmail" it doesnt work. I tried to install exim and also sendmail. In both cases it is a lot complicated

Re: thoughts about a hint.

2005-09-28 Thread Luca Dionisi
> > Doesn't matter. If a malicious package can already install to > directories in $PATH, it can replace or override an existing program > already being run by the scripts you're trying to secure. > > For instance, one of the first things /etc/rc.d/init.d/rc does is run > 'stty sane'. Replace the

Re: thoughts about a hint.

2005-09-28 Thread Luca Dionisi
Well, your POV is not wrong. On 9/28/05, Tushar Teredesai <[EMAIL PROTECTED]> wrote: > Yep, what is the security benefit when the malicious package can > already install executables to the standard PATH? The security benefit is on the fact that when you run the executable as a normal user (since

Re: thoughts about a hint.

2005-09-27 Thread Luca Dionisi
It's me again. Just a thing... I'm not sure that I said the right thing in english. On 9/27/05, Luca Dionisi <[EMAIL PROTECTED]> wrote: > Well, on the other hand, you may not allow any package > user to install files on /etc/rc.d I mean, on the other hand, you may all

Re: thoughts about a hint.

2005-09-27 Thread Luca Dionisi
On 9/27/05, Tushar Teredesai <[EMAIL PROTECTED]> wrote: > > Seems a very trivial extension of the current pkg-user hint. > Yep, indeed it's not a great deal! :) > Also, I fail to understand what the benefit is with this extension. > You are already giving the pkg user privilege to install files

Re: autofs: is it acting fine?

2005-09-26 Thread Luca Dionisi
It seems like I am another one who needs to pay more attention to the address field when doing a reply :) I did a reply to Nick instead of BLFS-support. Just for completeness, and for what it's worth, I post the lacking mails of this thread. On 9/24/05, Luca Dionisi <[EMAIL PROTECTED

autofs: is it acting fine?

2005-09-23 Thread Luca Dionisi
Hi folks I've just finished the installation of autofs, following the instructions of BLFS in chapter 3. I was curious to see if it was useful. It is working... I think. But I have a few questions: 1. when I look in the mount point I can't see anything. For example, I do a "ls /mnt" and there

Re: Use of ADSL modem

2005-09-17 Thread Luca Dionisi
Hi Archaic Thanks a lot for your hint. Now everything works fine. I installed dhcpcd and then the blfs-bootscripts concerning it. I removed from /etc/sysconfig/network-devices/ifconfig.eth0 the file which caused the adsl-start to be called on boot. I also booted from a kernel without ppp support.

Use of ADSL modem

2005-09-17 Thread Luca Dionisi
Hi to everybody. I've got a question about the use of a ADSL modem connected via ethernet with the pc. I'm a new LFS user. I've completed the installation of a system following the instructions of book 6.1 At the end of the book, the author(s) suggests to continue with the chroot environment with