Re: sysvinit and inittab to shutdown

2009-07-22 Thread Justin P. Mattock
Bruce Dubbs wrote: Justin P. Mattock wrote: Any ideas on why ctl+alt+del doesn't shutdown my machine? the inittab I copied was from 6.54.3 which has the entry there, but when exiting the xserver and issuing those commands, I have no movement.(also my user name is in shutdown.allow

Re: sysvinit and inittab to shutdown

2009-07-22 Thread Justin P. Mattock
Bruce Dubbs wrote: Justin P. Mattock wrote: Any ideas on why ctl+alt+del doesn't shutdown my machine? the inittab I copied was from 6.54.3 which has the entry there, but when exiting the xserver and issuing those commands, I have no movement.(also my user name is in shutdown.allow

Re: GRUB error

2009-07-21 Thread Justin P. Mattock
none /mnt/ mount --bind /dev /mnt/dev before being able to have a successful build, and setup of grub2. Keep in mind I haven't tried the chroot procedure in the book, nor the regular grub. Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: making LFS

2009-07-19 Thread Justin P. Mattock
be anywhere. Section 5.3, the last note labeled 'Important' says 'a cd into the created directory should be performed.' -- Bruce I never really followed the book word by word, I ended up just making a /dir in my home directory and started to fill it up with what I wanted. Justin P

Re: Strange compile error on file-4.26

2009-07-19 Thread Justin P. Mattock
directory `/sources/file-4.26/magic' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/sources/file-4.26' make: *** [all] Error 2 Cheers. Tom Something to do with the file magic Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: applewm.c:42:34: error: HIServices/Processes.h: No such file or directory

2009-07-19 Thread Justin P. Mattock
of the library's listed in the LFS installation. (who knows though) xserver still compiles, and runs fine without this lib. Justin P. Mattock ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: applewm.c:42:34: error: HIServices/Processes.h: No such file or directory

2009-07-19 Thread Justin P. Mattock
these two packages to fail build with some message if building not for osx. Thanks for the info, I'm guessing libWindowsWM falls into the same category as well. Justin P. Mattock ___ xorg mailing list xorg@lists.freedesktop.org http

Re: status with the latest git xserver

2009-07-19 Thread Justin P. Mattock
Aaron Plattner wrote: On Sat, Jul 18, 2009 at 12:07:17AM -0700, Justin P. Mattock wrote: This is a status from over here: macbook pro ati chipset works perfectly with the latest git xserver, minor issue due to me getting a bit confused but nothing out of the ordinary. As for my other

Re: EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while it should have been (nil).

2009-07-19 Thread Justin P. Mattock
. Justin P. Mattock ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: pass 2 build of gcc-3.4.2 has a problem with libgcc_s.so.1

2009-07-18 Thread Justin P. Mattock
with my problem? pvg Op 16-jul-09, om 21:41 heeft Justin P. Mattock het volgende geschreven: Pol Vangheluwe wrote: But why is it using /lib/libc.so.6 (from the original distribution) instead of /lfs/tools/lib/libc.so.6? pvg Op 16-jul-09, om 16:11 heeft Justin P. Mattock het volgende

Re: pass 2 build of gcc-3.4.2 has a problem with libgcc_s.so.1

2009-07-18 Thread Justin P. Mattock
601…) I didn't use particular CFLAGS for my hardware. I still suspect a problem with mixed-up search paths… pvg Op 18-jul-09, om 21:54 heeft Justin P. Mattock het volgende geschreven: Pol Vangheluwe wrote: I was maybe not clear enough: I am not yet at chapter 6. I am doing section 5.12

Re: pass 2 build of gcc-3.4.2 has a problem with libgcc_s.so.1

2009-07-18 Thread Justin P. Mattock
Bruce Dubbs wrote: Justin P. Mattock wrote: [Lots o fdeleted stuff] 30 hours(sh^t) that's too long.. As for 6.4 I can't even find that one, I ended up following this: http://www.linuxfromscratch.org/lfs/view/development/ there you have libc 2.10, gcc 4.4.*(seems more up-to-date

Re: EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while it should have been (nil).

2009-07-18 Thread Justin P. Mattock
nothing(only that one time), As for any oddities itself, only with mplayer (vary slow when watching tv) probably due to being compiled with older header's and such. (ill look into to that later) Justin P. Mattock ___ xorg mailing list xorg@lists.freedesktop.org

Re: Problem starting X server on debian lenny

2009-07-17 Thread Justin P. Mattock
. Mattock wrote: Julien Cristau wrote: On Mon, Jul 13, 2009 at 11:14:10 -0700, Justin P. Mattock wrote: From looking at this: (II) intel(0): EDID for output VGA (II) intel(0): Output VGA disconnected (EE) intel(0): No valid modes. (II) UnloadModule: intel (II) UnloadModule: vgahw (II

Re: pass 2 build of gcc-3.4.2 has a problem with libgcc_s.so.1

2009-07-16 Thread Justin P. Mattock
/bin/ln (…) pvg Not sure what might be happening, but when looking at the web site it suggests that you build libc in a chroot environment. (my guess is the above error is due to maybe an older/newer version clash). Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support

Re: pass 2 build of gcc-3.4.2 has a problem with libgcc_s.so.1

2009-07-16 Thread Justin P. Mattock
/bin/ln (…) pvg oops, after sending I realized you were not building libc but gcc,(it early morning here). The compiler is looking for glibc-2.2.4 So it can finish with compiling. Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org

Re: pass 2 build of gcc-3.4.2 has a problem with libgcc_s.so.1

2009-07-16 Thread Justin P. Mattock
Pol Vangheluwe wrote: But why is it using /lib/libc.so.6 (from the original distribution) instead of /lfs/tools/lib/libc.so.6? pvg Op 16-jul-09, om 16:11 heeft Justin P. Mattock het volgende geschreven: Pol Vangheluwe wrote: I am trying to install LFS, edition 6.4 on an Apple PowerPC

Re: chroot problems

2009-07-16 Thread Justin P. Mattock
Click here to find out more POP access for Hotmail is here! http://windowslive.ninemsn.com.au/article.aspx?id=802246 you need the coreutils package. Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs

aterm has encountered a problem interacting with X Windows :

2009-07-16 Thread Justin P. Mattock
Any ideas on what I should do with this: command: aterm aterm has encountered a problem interacting with X Windows : Request: 2,Error: 3(BadWindow (invalid Window parameter)) in resource: 0x0 should I upgrade the xserver? Justin P. Mattock

Re: LFS 6.4 - Coreutils-6.12 - problems compiling chcon

2009-07-14 Thread Justin P. Mattock
system you probably have libselinux(and so forth), I recommend to go ahead and building everything with SELiux support, then, at the end of the day if you decide to add a policy you do, if not then you don't. (at least the system has a security infrastructure). Justin P. Mattock -- http

Re: LFS 6.4 - Coreutils-6.12 - problems compiling chcon

2009-07-14 Thread Justin P. Mattock
was f^*~d up along the way. in any case (lazy approach) do an make -i (what are you going to use chcon for anyways!!) or load the updated headers for coreutils to compile properly. Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org

Re: LFS 6.4 - Coreutils-6.12 - problems compiling chcon

2009-07-14 Thread Justin P. Mattock
Mike McCarty wrote: Justin P. Mattock wrote: With your host system you probably have libselinux(and so forth), I recommend to go ahead and building everything with SELiux support, then, at the end of the day if you decide to add a policy you do, if not then you don't. (at least

Re: LFS 6.4 - Coreutils-6.12 - problems compiling chcon

2009-07-14 Thread Justin P. Mattock
to a system have all of the SELinux infrastructure compiled in it. Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: LFS 6.4 - Coreutils-6.12 - problems compiling chcon

2009-07-14 Thread Justin P. Mattock
area http://dating.ninemsn.com.au/search/search.aspx?exec=gotp=qgc=2tr=1lage=18uage=55cl=14sl=0dist=50po=1do=2trackingid=1046138r2s=1_t=773166090_r=WLM_EndText Hey alright!! Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs

Re: Problem starting X server on debian lenny

2009-07-13 Thread Justin P. Mattock
kernel, and xf86-video-intel (you never know 2.6.26 might have some issues, and with 2.6.31 it could be resolved) Justin P. Mattock ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: Problem starting X server on debian lenny

2009-07-13 Thread Justin P. Mattock
Julien Cristau wrote: On Mon, Jul 13, 2009 at 11:14:10 -0700, Justin P. Mattock wrote: From looking at this: (II) intel(0): EDID for output VGA (II) intel(0): Output VGA disconnected (EE) intel(0): No valid modes. (II) UnloadModule: intel (II) UnloadModule: vgahw (II) Unloading

Re: Can not boot from LFS-6.4

2009-07-08 Thread Justin P. Mattock
partition(too lazy to mknod) Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: confused at chapter 5.6

2009-07-05 Thread Justin P. Mattock
gcc(or use the hosts systems gmp/mpfr i.g. apt-get install * if your on debian/ubuntu). Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: SELinux

2009-07-05 Thread Justin P. Mattock
and start locking down your system. Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page

Re: SELinux

2009-07-05 Thread Justin P. Mattock
/ca/internetexplorer/ Althrought this is unleated, I ROFL'D at the above line. I don't think Yahoo knows that this is a Linux mailing list... William I was wondering were/what that was. Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: SELinux

2009-07-05 Thread Justin P. Mattock
sure all other apps/libs that give an SElinux switch are turned on. Then once thats done grab refpolicy and start locking down your system. Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See

Re: confused at chapter 5.6

2009-07-04 Thread Justin P. Mattock
commands. mpfr and gmp need to be built and installed before compiling gcc(or use the hosts systems gmp/mpfr i.g. apt-get install * if your on debian/ubuntu). Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe

Re: confused at chapter 5.6

2009-07-04 Thread Justin P. Mattock
, you probably will need those. (but could be wrong) As for compiling mpfr/gmp, Ive heard about putting those into the gcc source tree, but never did that approach I just compiled separately and then told gcc where they are located. Justin P. Mattock -- http://linuxfromscratch.org/mailman

Re: Chapter 5.6: Linux API Headers won't build

2009-06-29 Thread Justin P. Mattock
else experience this? Any solutions? update your kernel, or add this commit: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d15bd1067b1fcb2b7250d22bc0c7c7fea0b759f7 regards, Justin P. Mattock -- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http

Re: strange keyboard behavior

2009-06-27 Thread Justin P. Mattock
list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg I'm wondering if you should try another version of xserver-input-keyboard module to see If you might have plugged-in a messed up one. Justin P. Mattock ___ xorg mailing

Re: Error During Autoconf

2009-05-30 Thread Justin P. Mattock
Not sure how to compile kdrive, But from looking(not sure thought) You might need the macros package So autogen.sh can work properly. justin P. Mattock On May 30, 2009, at 8:11 PM, Joe Sprankle jspran...@awlship.com wrote: Hi all, Brand new to this. I'm attempting to learn to build kdrive

Re: Error During Autoconf

2009-05-30 Thread Justin P. Mattock
Check for a missing *.m4 for that app to compile (or if it's present then file A Bugreport) justin P. Mattock On May 30, 2009, at 9:37 PM, Dan Nicholson dbn.li...@gmail.com wrote: On Sat, May 30, 2009 at 8:11 PM, Joe Sprankle jspran...@awlship.com wrote: Hi all, Brand new to this. I'm

Re: How to make xorg prefer nvidia over nv driver in a xorg.conf less configuration?

2009-05-14 Thread Justin P. Mattock
want used.(this way xserver has no other options, and there's no xorg.conf) Justin P. Mattock ___ xorg mailing list xorg@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/xorg

Re: [ath9k-devel] ath9k seems to be broken on 2.6.30-rc4 with a macbook pro

2009-05-11 Thread Justin P. Mattock
a hard time connecting to anything until I disconnect the iphone from the router.(my guess is the router is getting old). regards, Justin P. Mattock ___ ath9k-devel mailing list ath9k-devel@lists.ath9k.org https://lists.ath9k.org/mailman/listinfo/ath9k

Re: getting started with Balsa, but with very special constraints

2009-04-29 Thread Justin P. Mattock
) but maybe trick balsa with /usr/lib/pkgconfig/* but then you might need the certain header files involved. Justin P. Mattock ___ balsa-list mailing list balsa-list@gnome.org http://mail.gnome.org/mailman/listinfo/balsa-list

Re: 2.6.29-rc3+git macbook pro1,1 garbled display on resume

2009-01-31 Thread Justin P. Mattock
Soeren Sonnenburg wrote: On Fri, 2009-01-30 at 22:44 -0800, Justin P. Mattock wrote: Soeren Sonnenburg wrote: Hi, the macbook pro suspends just fine, but even though the machine returns to X I see on resume some random garbled output but can still move the mouse cursor (which

Re: 2.6.29-rc3+git macbook pro1,1 garbled display on resume

2009-01-31 Thread Justin P. Mattock
Soeren Sonnenburg wrote: On Sat, 2009-01-31 at 05:24 -0800, Justin P. Mattock wrote: Soeren Sonnenburg wrote: On Fri, 2009-01-30 at 22:44 -0800, Justin P. Mattock wrote: Soeren Sonnenburg wrote: Hi, the macbook pro suspends just fine, but even though

Re: [Bug #12505] 2.6.29-rc1 Firefox crashing on page load

2009-01-21 Thread Justin P. Mattock
be improved! Justin Madru Well I guess the problem has been bisected. regards; Justin P. Mattock -- To unsubscribe from this list: send the line unsubscribe kernel-testers in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: How can I reduce wakeups on my system ?

2009-01-08 Thread Justin P. Mattock
as choosing server(under the preempt section) lowers the wakups around 4 to 5 hundred. (+ -) Then going through and removing modules are not needed. Then if need be, go into the kernel and remove some timers(probably not a good idea though); regards; Justin P. Mattock

Re: [Tux3] Tux3 report: A Golden Copy

2008-12-31 Thread Justin P. Mattock
or is it for something else? regards; Justin P. Mattock ___ Tux3 mailing list Tux3@tux3.org http://mailman.tux3.org/cgi-bin/mailman/listinfo/tux3

Re: [Tux3] Tux3 report: A Golden Copy

2008-12-31 Thread Justin P. Mattock
Martin Steigerwald wrote: Am Mittwoch 31 Dezember 2008 schrieb Justin P. Mattock: Daniel Phillips wrote: On Tuesday 30 December 2008 23:34, sniper wrote: Great, I have mounted tux3 filesystem under UML with stuffs in this mail, but I still can't debug it with gdb. Anyone

Re: [Bug #12038] Suspend regression in stable kernel 2.6.27.4 on Mac mini Core Duo

2008-11-24 Thread Justin P. Mattock
setup here is the latest xserver from intrepid readeon, and s2ram app. echo mem /sys/power/state gives me a black screen, then an instant reboot. s2ram recovers as expected. Although I'm not sure what the setup is with macmini, I've a macbook pro ati chipset. regards; -- Justin P. Mattock [EMAIL

Re: Nvidia the biggest problem.

2008-11-09 Thread Justin P. Mattock
There's radeonhd, this way you Don't have any proprietary modules In you're kernel.(just haven't been Able to get wakeup from suspend Working just yet); justin P. Mattock On Nov 9, 2008, at 4:41 PM, William Lovaton [EMAIL PROTECTED] wrote: El mar, 22-07-2008 a las 12:40 +0200, Sander

<    3   4   5   6   7   8