[gentoo-user] Firewire and USB Device Detection
Well I'm going to take another stab at this and see if I can find a solution to my problem. I'm running the 2.6.0 test9 mm-sources kernel. I have 2 external storage devices, a Maxtor 80GB Firewire Drive and a 32MB USB Pen Drive. I want to assign these to a specific scsi hosts sdc and sdd(sda and sdb belong to my DVD Drive and CDRW Drive thru scsi emulation). I've tried using this in my grub.conf: scsihosts=ide-scsi,ide-scsi,usb-storage,sbp2 Usb-storage is my pen drive and sbp2 is my Firewire drive. I've varied the order of the hosts with no luck. Is there another way I can assign hosts? I've tried compiling firewire and usb storage into my kernel and as modules, no change. When I used the 2.4 kernel and it modprobed the firewire modules at boot up it assigned the firewire drive a scsi host even when I didn't have it connected to the computer making it predictable for Me to assign specific scsi hosts, the 2.6 kernel doesn't do this. Is there a way I can assign scsi hosts other than the scsihosts=host1,host2,... command or am I going to have to do manually? The fact that Windows can do this so easy really irks Me. Thanks, Kent -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] moving to new partition
On Sunday 16 November 2003 15:42, Paul Fraser wrote: > Does cp -a also preserve permissions? If not, you'll want to use -p as > well. I can't try it since I'm not at a Linux box at the moment. In my previous mail: -a, --archive Preserve as much as possible of the structure and attributes of the original files in the copy (but do not preserve directory structure). Equivalent to -dpR. -a is just shorthand for -dpR = copy symlinks as is, including permissions, recursively Jason -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] moving to new partition
Paul Fraser wrote: Does cp -a also preserve permissions? If not, you'll want to use -p as well. I can't try it since I'm not at a Linux box at the moment. From man cp: -a, --archive same as -dpR Chad Martin -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] moving to new partition
Does cp -a also preserve permissions? If not, you'll want to use -p as well. I can't try it since I'm not at a Linux box at the moment. Cheers, Paul J. Fraser [EMAIL PROTECTED] -Original Message- From: Oliver Lange [mailto:[EMAIL PROTECTED] Sent: Sunday, 16 November 2003 4:31 PM To: [EMAIL PROTECTED] Subject: Re: [gentoo-user] moving to new partition Jason Stubbs wrote: > I did a test and it works fine. The command you'll want is: > cp -a /mnt/gentoo/var/* /mnt/gentoo/newvar > > Be aware, however, that this will probably not copy .* files in the top-level > directory, in this case /mnt/gentoo/var. > That's it. Becomes a habit to thank you. :) -- [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] moving to new partition
Jason Stubbs wrote: I did a test and it works fine. The command you'll want is: cp -a /mnt/gentoo/var/* /mnt/gentoo/newvar Be aware, however, that this will probably not copy .* files in the top-level directory, in this case /mnt/gentoo/var. That's it. Becomes a habit to thank you. :) -- [EMAIL PROTECTED] mailing list
[gentoo-user] scripts is where
I have a man page for scripts but nowhere on my system is script. A which script shows up nothing nor does an slocate. Emerge -s gives me no script. Is it part of another package? Thanks. -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: Texpower emerge halts
Hi Paolo, Thanks for reporting this. It was due to the latex-package eclass being a bit too agressive with which .tex files it tried to remake for documentation. This has been fixed now in CVS, so please emerge sync and then emerge texpower again. Regards, Mike (Obz). -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] nvidia drivevers and 2.6
On Sunday 16 November 2003 13:24, Makurin Roman wrote: > Does any one have working nvidia drivers with nptl USE flag ??? I have had it working before without any trouble. There are numerous reports of it working on the forums as well. My guess is that message the ebuild gives is no longer valid. Jason -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Uh oh... not locked outwith xscreensaver..
On Sat, Nov 15, 2003 at 07:38:40PM -0800, Mark Knecht wrote: > On Sat, 2003-11-15 at 13:39, Ric Messier wrote: > > Bit of a red herring, actually. If I can walk up to your system, it won't > > matter whether I can hit Ctrl-Alt-Bksp to get into your account or not. If I > > have physical access to your box, I own it. Period. > > > > Ric > > OK, I'll bite. How? > > My work box is locked in a closet. The monitor, keyboard and mouse are > available. The screensaver is locked. I've turned on DontZap and > DontVtSwitch. I hand you the keyboard and mouse. What can you do? > > - Mark That certainly makes it harder. You didn't mention that physical access was limited in this way before, right? Do you have MAGIC_SYSRQ compiled into your kernel? If so, it is possible to reboot the machine, and then if whatever you have installed in the MBR doesn't prevent it somehow, it would be possible to boot up with init=/bin/sh, thereby providing root access without the need for a password. Does the closet door have one of those standard inside latches that can be easily forced open with a credit card? - richard -- Richard Kilgore [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
[gentoo-user] nvidia drivevers and 2.6
Does any one have working nvidia drivers with nptl USE flag ??? -- Makurin Roman <[EMAIL PROTECTED]> lostFPRL -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: Runnig an X Application without using the X-Server ?
Jason Stubbs <[EMAIL PROTECTED]> wrote: > On Sunday 16 November 2003 07:11, Eamon Caddigan wrote: >> I always thought this feature would be worked into Gnome or >> KDE... > > Doesn't gdm and gnome2 provide this functionality? :) Does it? A quick search didn't turn up anything. Looks like Xandros does too. Too bad we'll probably never see the code for it. -Eamon -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] moving to new partition
On Sunday 16 November 2003 12:32, Oliver Lange wrote: > I'd like to change the /home & /var location > to newly added harddisk partitions, so i need > the correct cp command phrase which regards > all and every link & permission issue, like: > > cp -??? /mnt/gentoo/var /mnt/gentoo/newvar From the cp man page: -a, --archive Preserve as much as possible of the structure and attributes of the original files in the copy (but do not preserve directory structure). Equivalent to -dpR. I did a test and it works fine. The command you'll want is: cp -a /mnt/gentoo/var/* /mnt/gentoo/newvar Be aware, however, that this will probably not copy .* files in the top-level directory, in this case /mnt/gentoo/var. Instead of booting of a CD, you can also pass the "single" option to the kernel, which will boot up and drop you to a root shell before switching to the "default" runlevel. That way permissions listed with ls will be the proper users rather than numbers. Jason -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge: unwanted packages
Jason Stubbs wrote: ... So to fix your problem, you can just remove the reference to app-editors/emacs from virtuals. ... Wow, that's what i call an answer. Thank you very much. -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] Uh oh... not locked outwith xscreensaver..
On Sat, 2003-11-15 at 13:39, Ric Messier wrote: > Bit of a red herring, actually. If I can walk up to your system, it won't > matter whether I can hit Ctrl-Alt-Bksp to get into your account or not. If I > have physical access to your box, I own it. Period. > > Ric OK, I'll bite. How? My work box is locked in a closet. The monitor, keyboard and mouse are available. The screensaver is locked. I've turned on DontZap and DontVtSwitch. I hand you the keyboard and mouse. What can you do? - Mark -- [EMAIL PROTECTED] mailing list
[gentoo-user] moving to new partition
Hello everybody, I'd like to change the /home & /var location to newly added harddisk partitions, so i need the correct cp command phrase which regards all and every link & permission issue, like: cp -??? /mnt/gentoo/var /mnt/gentoo/newvar (booted from gentoo-basic without chroot) Sorry if this thread isn't very gentoo-specific. -- [EMAIL PROTECTED] mailing list
[gentoo-user] ? Recommended 802.11b pcmcia or usb ?
I've tried two pcmcia cards after doing some research and have problems with both. First was d-link 650 which used to be prism2 and supposed to work but newer ones are no longer prism & require proprietary drivers. Took that back and picked up netgear but the newer netgear pcmcia 802.11b is also no longer prism2 but realtek. I tried downloading and building the realtek driver but it didn't work. I _really_ want to avoid proprietary object code that close to the kernel so plan on taking it back tomorrow. The store I got the other two at also has the Microsoft USB 802.11b standalone gizmo. I'm allergic to MSoft but if that's the way to go, so be it. I could also drive an hour and go to a bigger computer store in Atlanta for some other brand/model. So, what works well with gentoo (802.11b wise)? Or please point me to a forum/web page that's up to date. Thanks, Heitzso -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
On Sunday 16 November 2003 11:07, Kathy Wills wrote: > Jason Stubbs wrote: > >Don't know if it will compile or not. Might still get stuck on kmidi. I > >haven't tested it as I'm running kde3.2 and aren't using alsa anyway due > > to terrible sound quality. Let us how it goes if you decide to use it. > > > >Jason > > I decided to wait until KDE 3.2 is considered stable and just go ahead > with 3.1.4 until then. Thanks anyway. Hmmm... Just checked out kdemultimedia-3.2.0-beta1.ebuild. The commented depend on alsa-lib has been completely removed, yet the alsa use flag is checked and the configure parameters updated accordingly. i.e. if this is the first emerged package to use alsa, it will die. I have the alsa use flag set and already had alsa-lib installed, however, and the build went fine and is showing ALSA in the control panel so I guess all is well. The ebuild bug should be fixed before it is unmasked. Jason -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: Runnig an X Application without using the X-Server ?
David A. Bandel <[EMAIL PROTECTED]> wrote: > On Sat, 15 Nov 2003 22:59:09 + (UTC) > Eamon Caddigan <[EMAIL PROTECTED]> wrote: > >> > Proper fast user switch would be such a killer cool app, I hope you >> > do it. >> >> I'd probably never do it alone. Instead: anyone else interested in >> this, please drop me an e-mail. If there's enough people willing to >> work on this, I'm sure we could have some code written soon. Mostly, I >> need help recognizing all of the potential "got'chas" that currently >> arise from running multiple Xsessions that we'll need to address. >> >> Work on the cool rotating rectangular-solid, textured with each >> desktop, can come later. ;) > > You know, you _can_ run multiple xdm (wdm/gdm/kdm, whatever-dm) sessions > similar to what I mentioned. You just need to add some lines for it in > /etc/X11/?dm/Xservers. You can even run logins from remote systems > (assuming you've turned on that feature, I believe now it's off by > default). I'm not sure multiple *dm sessions would count as "fast user switching". Ideally, the user would still have a choice of running a display manager, and a single instance would handle the multiple displays. > So the only "problem" you need to overcome is how to avoid the clunky >++ sequence, and that should be simple enough to code up. > It's just a key sequence passed to the VT manager that isn't first > intercepted by X or another program that has focus. Well, another problem I already mentioned is handling sound. I'm sure you can imagine what happens when you try running xmms when another user is running it on a different display. Ideally, the fast-user-switching stuff would take care of that, and other similar problems. Linux has always been a multi-user OS... on the console. Now it's time to extend this philosophy to X. > Necessity is the mother of all hacks (and kludges, too). I just don't > feel the necessity. In fact, I'd rather not my kids were changing VTs/X > sessions all over :-). I'll admit, I thought "fast-user-switching" was a neat feature in WinXP, but I wasn't *really* convinced until I saw it in action on Panther. Both implementations have several limitations, the flexibility of Linux could really let it shine. -Eamon -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
Jason Stubbs wrote: Don't know if it will compile or not. Might still get stuck on kmidi. I haven't tested it as I'm running kde3.2 and aren't using alsa anyway due to terrible sound quality. Let us how it goes if you decide to use it. Jason I decided to wait until KDE 3.2 is considered stable and just go ahead with 3.1.4 until then. Thanks anyway. -- Kathy Wills + + Genealogy Web Site: http://www.kathywillsfamily.com + + + + Summit Group Web Site: http://www.tsginfo.com/index.php?rc=VW4374 + + -- [EMAIL PROTECTED] mailing list
[gentoo-user] kopete & msn connectivity issues
apparently msn screwed with their protocol again and the kopete team has had to play catch-up. they have, however developed a patch and it's available in cvs. from http://kopete.kde.org/ : As of today (Friday November 14th 2003), MSN made some changes to their servers that prevent Kopete from connecting. The Kopete team went into action and fixed the problem in CVS within hours. To get the fix now, read the instructions on obtaining and building CVS. A solution for people who are unable to build Kopete from source will be available shortly. so my question is, do i have to wait for an ebuild? if so, how could i help the ebuild along? thanks for any helpful info... -- men fear thought as they fear nothing else on earth --more than ruin --more even than death. thought is subversive and revolutionary, destructive and terrible, thought is merciless to privilege, established institutions, and comfortable habit. thought looks into the pit of hell and is not afraid. thought is great and swift and free, the light of the world, and the chief glory of man. - bertrand russell -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Uh oh... not locked outwith xscreensaver..
On Sat, Nov 15, 2003 at 04:39:56PM -0500, Ric Messier wrote: > Bit of a red herring, actually. If I can walk up to your system, it won't > matter whether I can hit Ctrl-Alt-Bksp to get into your account or not. If I > have physical access to your box, I own it. Period. > > Ric > > > -Original Message- > > From: Mark Knecht [mailto:[EMAIL PROTECTED] > > Sent: Friday, November 14, 2003 11:51 PM > > To: Gentoo-User > > > > On Fri, 2003-11-14 at 20:24, Andrew Gaffney wrote: > > > Mark Knecht wrote: > > > > Hi, > > > > Found this issue and tried it twice tonight on two > > > > different machines. > > > > > > > > With xscreensaver locked and waiting for your password, > > > > I walk up and hit Alt-Ctrl-Backspace. It kills X and > > > > drops me into the console as you. > > > > > > > > At this point I have your account. So you are having people run xinit on their own then? If you run xdm/gdm/kdm instead, the user will normally not login at the console, so killing X won't yield access. > > > > I guess this is an XFree issue? Is there a way to > > > > configure XFree to not do this? Or is this an > > > > xscreensaver issue. Should it trap the key sequence and > > > > do nothing? > > > > > > > > Is this a known bug? It seems quite dangerous to me. > > > > > > From 'man XF86Config': > > > > > > Option "DontZap" "boolean" > > > This disallows the use of the Ctrl+Alt+Backspace sequence. > > > That sequence is normally used to terminate the X server. > > > When this option is enabled, that key sequence has no > > > special meaning and is passed to clients. Default: off. You might also want to use DontVTSwitch. From the same man page: Option "DontVTSwitch" "boolean" This disallows the use of the Ctrl+Alt+Fn sequence (where Fn refers to one of the numbered function keys). That sequence is normally used to switch to another virtual terminal on operating systems that have this feature. When this option is enabled, that key sequence has no special meaning and is passed to clients. Default: off. - richard -- Richard Kilgore [EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
On Sunday 16 November 2003 06:08, Kathy Wills wrote: > Yes, I noticed that the bug reports were old. But, still alsa gets > disabled in the ebuild for kdemultimedia-3.1.4r1. Since I'm so new to > gentoo, I'm not sure just how to change the ebuild to see if it will > build alsa support into kdemultimedia. What I did try, resulted in a > message that there were no unmasked versions of kdemultimedia to build > or something to that affect. I didn't write the error message down. I > just changed it back to the default ebuild and it built just fine with > alsa support disabled. Here's a patch to kdemultimedia-3.1.4-r1.ebuild that enables alsa support. Don't know if it will compile or not. Might still get stuck on kmidi. I haven't tested it as I'm running kde3.2 and aren't using alsa anyway due to terrible sound quality. Let us how it goes if you decide to use it. # patch < kdemm-alsa.diff can't find file to patch at input line 1 Perhaps you should have used the -p or --strip option? File to patch: Jason 22c22,23 < >=media-libs/xine-lib-1_beta10" --- > >=media-libs/xine-lib-1_beta10 > alsa? ( >=media-libs/alsa-lib )" 24d24 < # alsa? ( >=media-libs/alsa-lib-0.5.9 )" 46c46 < #use alsa && myconf="$myconf --with-alsa --with-arts-alsa" && myaudio="$myaudio,alsa" || myconf="$myconf --without-alsa --disable-alsa" --- > use alsa && myconf="$myconf --with-alsa --with-arts-alsa" && myaudio="$myaudio,alsa" || myconf="$myconf --without-alsa --disable-alsa" 72,79d71 < < pkg_postinst() { < if [ -n "`use alsa`" ]; then < einfo "WARNING: alsa support has been removed becuase of a bug in kdemm sources. < For further information see bug #2324 on bugs.gentoo.org and bug #39574 on bugs.kde.org. < Meanwhile, you can use the alsa oss emulation." < fi < } -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Re: Runnig an X Application without using the X-Server ?
On Sunday 16 November 2003 07:11, Eamon Caddigan wrote: > I've long toyed with the idea of created a set of scripts that made it a > little cleaner, or possibly integrating such features into xdm (we're > not using any display manager atm), but like most of my projects, it > would probably go unfinished. Is anyone else interested in something > like this? I always thought this feature would be worked into Gnome or > KDE, or put together by a "user friendly" distro like Mandrake, before > it trickled down to Linux at large. It might be a real feather in > Gentoo's cap if "we" did it first. Doesn't gdm and gnome2 provide this functionality? Jason -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge: unwanted packages
On Sunday 16 November 2003 09:26, Oliver Lange wrote: > Jason Stubbs wrote: > > Emacs is probably still listed in /var/cache/edb/virtuals. > > Yes, it is. What exactly is that file for ? There's > not a single line of comment in the 'virtuals' file; > what happens if i manually modify the file (add/remove > something), and what happens with the file after an > emerge sync ? Things like vcron require a text editor - any old text editor will do but it needs an editor. Therefor in the vcron ebuild you'll find DEPEND="virtual/editor" and in the nano, emacs, vi and many other ebuilds you'll find PROVIDE="virtual/editor". All the other virtuals list the same way. The file is apparently meant to list installed packages that provide certain behaviour. The format of virtuals' file contents is: [ ...] e.g virtual/editor app-editors/nano app-editors/emacs I don't believe the file is touched during an rsync. emerge uses it when calculating the dependency tree. Any package that is listed against a virtual that is not installed will be marked as required. If an installed package depends on a virtual that is not listed in virtuals, then a default will be taken from /etc/make.profile/virtuals. When unmerging a package, if all slotted versions are removed I believe the package should be removed from the virtuals file but it seems that in most (every?) cases it is being left behind. So to fix your problem, you can just remove the reference to app-editors/emacs from virtuals. If it is the only package providing virtual/editor, then replace app-editors/emacs with the editor of your choice. Jason -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] spamass-milter
--- Tux the turtle <[EMAIL PROTECTED]> wrote: > Hi out there; > trying to emerge spamass-milter I get a conflict between ssmtp and sendmail > [blocks] net-mail/ssmtp ("virtual/mta" from pkg net-mail/sendmail-8.12.10) > So how can I emerge spamass-milter? emerge -C ssmtp? > Thanks in andvance > tuthtu Yes. --DB __ Post your free ad now! http://personals.yahoo.ca -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Moving /usr/portage
Alle 18:09, venerdì 14 novembre 2003, Jeffrey Smelser ha scritto: > I am a big believer in not adding more partitions than necessary.. It just > becomes a big headache.. I have two 40 gig drives here that are one big > partitions, (except for extra swap partition) and I just mount to > directories as I need.. This way, if my mp3s become a problem, I can move > them and clear space on my other directories.. My movies seem to move a lot > as those things take up a drive in no time. I am sometimes facing similar problems with some partition getting full while others still have plenty of space. Can you please show me (an example of) your layout? -- Danilo Piazzalunga <[EMAIL PROTECTED]> | Linux User #245762 | | ICQ #105550412 | Public key: search.keyserver.net ++ Fingerprint: D018 815E 8C7F 2AE2 5565 0C36 B5F6 DB20 B800 CB9F | -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Uh oh... not locked outwith xscreensaver..
On Sunday 16 November 2003 06:39, Ric Messier wrote: > Bit of a red herring, actually. If I can walk up to your system, it won't > matter whether I can hit Ctrl-Alt-Bksp to get into your account or not. If > I have physical access to your box, I own it. Period. True but there's a difference in the amount of time it would require. Jason -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Uh oh... not locked outwith xscreensaver..
On Sat, 15 Nov 2003 16:39:56 -0500 "Ric Messier" <[EMAIL PROTECTED]> wrote: > Bit of a red herring, actually. If I can walk up to your system, it > won't matter whether I can hit Ctrl-Alt-Bksp to get into your account > or not. If I have physical access to your box, I own it. Period. Why server rooms are locked restricted areas (or should be). However, you can take a number of precautions to at least force a console attacker to have to open your box to reset the bios (remove battery for 20+ minutes, jumper the bios reset pins if equiped). The correct answer, though, is not to leave a logged in system. Then you don't have to worry about it. Ciao, David A. Bandel -- Focus on the dream, not the competition. Nemesis Racing Team motto GPG key autoresponder: mailto:[EMAIL PROTECTED] pgp0.pgp Description: PGP signature
Re: [gentoo-user] emerge: unwanted packages
Jason Stubbs wrote: Emacs is probably still listed in /var/cache/edb/virtuals. Yes, it is. What exactly is that file for ? There's not a single line of comment in the 'virtuals' file; what happens if i manually modify the file (add/remove something), and what happens with the file after an emerge sync ? -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Re: Runnig an X Application without using the X-Server ?
On Sat, 15 Nov 2003 22:59:09 + (UTC) Eamon Caddigan <[EMAIL PROTECTED]> wrote: [snip] > > > > Proper fast user switch would be such a killer cool app, I hope you > > do it. > > I'd probably never do it alone. Instead: anyone else interested in > this, please drop me an e-mail. If there's enough people willing to > work on this, I'm sure we could have some code written soon. Mostly, I > need help recognizing all of the potential "got'chas" that currently > arise from running multiple Xsessions that we'll need to address. > > Work on the cool rotating rectangular-solid, textured with each > desktop, can come later. ;) You know, you _can_ run multiple xdm (wdm/gdm/kdm, whatever-dm) sessions similar to what I mentioned. You just need to add some lines for it in /etc/X11/?dm/Xservers. You can even run logins from remote systems (assuming you've turned on that feature, I believe now it's off by default). So the only "problem" you need to overcome is how to avoid the clunky ++ sequence, and that should be simple enough to code up. It's just a key sequence passed to the VT manager that isn't first intercepted by X or another program that has focus. Necessity is the mother of all hacks (and kludges, too). I just don't feel the necessity. In fact, I'd rather not my kids were changing VTs/X sessions all over :-). Ciao, David A. Bandel -- Focus on the dream, not the competition. Nemesis Racing Team motto GPG key autoresponder: mailto:[EMAIL PROTECTED] pgp0.pgp Description: PGP signature
[gentoo-user] Nvidia module won't load during boot
When my system boots one of the modules I have listed to autoload is nvidia. However, it tells me it fails. But I can do a modprobe after I login and the module loads fine. Is this because nvidia is a "tainted" module? If so how do I fix it. Thanks. -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: microsofts lit ebook format
http://www.convertlit.com/ -- Rick Kitty5 NewMedia http://Kitty5.com POV-Ray News & Resources http://Povray.co.uk TEL : +44 (01270) 501101 - ICQ : 15776037 PGP Public Key http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA "Marcin Daczkowski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: IE on Linux
SN wrote: > Damn, why would you want IE?? > > I have banned IE even on windows. Same here, but as a web developer I cannot afford not to test in what my clients will be using, or what the majority of their customers will be using. Does that mean I take it out onto the net, hell no! -- Rick Kitty5 NewMedia http://Kitty5.com POV-Ray News & Resources http://Povray.co.uk TEL : +44 (01270) 501101 - ICQ : 15776037 PGP Public Key http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: Runnig an X Application without using the X-Server ?
Mike Williams <[EMAIL PROTECTED]> wrote: > On Saturday 15 November 2003 22:11, Eamon Caddigan wrote: > >> I've been using this method to allow my wife and I to share our >> computer when booted into Linux, but it's no match for the "fast user >> switching" features in Max OSX 10.3 and WinXP. Off the top of my >> head, better security (see above) and handling of ALSA, as well as a >> way to switch without using awkward key-combos[1] would be necessary >> before this stopped feeling like a hack. > > You could try qingy. A replacement for getty which can punt you > straight into whatever WM you wish (or a text console) from which ever > vc you happen to be at. I can login on vc1, lock my desktop, then > someone else with access can switch to vc2 and login to their own > xsession. Very cool Hmm, that does look neat. I haven't done anything with DirectFB before, but this might be worth playing with. Thanks for the pointer. >> I've long toyed with the idea of created a set of scripts that made >> it a little cleaner, or possibly integrating such features into xdm >> (we're not using any display manager atm), but like most of my >> projects, it would probably go unfinished. Is anyone else interested >> in something like this? I always thought this feature would be worked >> into Gnome or KDE, or put together by a "user friendly" distro like >> Mandrake, before it trickled down to Linux at large. It might be a >> real feather in Gentoo's cap if "we" did it first. > > Proper fast user switch would be such a killer cool app, I hope you do > it. I'd probably never do it alone. Instead: anyone else interested in this, please drop me an e-mail. If there's enough people willing to work on this, I'm sure we could have some code written soon. Mostly, I need help recognizing all of the potential "got'chas" that currently arise from running multiple Xsessions that we'll need to address. Work on the cool rotating rectangular-solid, textured with each desktop, can come later. ;) -Eamon -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
Yes, it's merged without alsa. What I'm saying it that at least on KDE 2.2.x I could tell it to autodetect or use oss. Since alsa has an oss emulation maybe that will let things work. Maybe not though. Check the control panel and see what you can set up for the sound server. On Saturday 15 November 2003 17:22, you wrote: > Brett I. Holcomb wrote: > >Why not merge the multimedia and see what happens. In the system I have > > that has KDE 2.2.x it allows you to let it autodetect the sound service > > or you can select oss and something else. > > It has been merged that is how I found out that it disables alsa via a > post-install message. Doing further research the bug #39574 it mentions is > not a bug number with bugs.gentoo.org but is a bug number with > bugs.kde.org. It seems the problem is with kmidi and kmidi has been removed > from the 3.2 version of kde so maybe when 3.2 becomes considered stable > this will be resolved. -- [EMAIL PROTECTED] mailing list
[gentoo-user] spamass-milter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi out there; trying to emerge spamass-milter I get a conflict between ssmtp and sendmail [blocks] net-mail/ssmtp ("virtual/mta" from pkg net-mail/sendmail-8.12.10) So how can I emerge spamass-milter? emerge -C ssmtp? Thanks in andvance tuthtu - -- visit tux online: http//www.tuthtu.net -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/tq0VbTe9XMUf00QRAoCeAKDSXJJg0xKm3w/CuFnT2jtFoshDuwCfYJOJ lqO20rTobRIoN1JiMszU43I= =Cdve -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
On Saturday 15 November 2003 23:22, Kathy Wills wrote: > It has been merged that is how I found out that it disables alsa via a > post-install message. Doing further research the bug #39574 it mentions is > not a bug number with bugs.gentoo.org but is a bug number with > bugs.kde.org. It seems the problem is with kmidi and kmidi has been removed > from the 3.2 version of kde so maybe when 3.2 becomes considered stable > this will be resolved. I found both bugs with 'RESOLVED' status, so maybe the ebuild can be modified to re-enable alsa (only 2-3 # to remove), but I got a small prob with kde compiles ATM, so i can't test it. Azhdeen -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] removing color
Erik S. Johansen wrote: On Friday 14 November 2003 16:38, Andrew Gaffney wrote: I'm really looking for something more generic. I just used emerge as an example. I want to be able to strip color out of *any* output. otoh, sed -r "s:[^[][[][0-9]{1,2}[;]{0,1}[0-9]{0,2}[m]::g" should filter out ANSI. The first ^[ is inserted with CTRL+V ESC This is the kind of thing that I was originally looking for, but I believe 'tee' may be a better solution. -- Andrew Gaffney -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
Brett I. Holcomb wrote: Why not merge the multimedia and see what happens. In the system I have that has KDE 2.2.x it allows you to let it autodetect the sound service or you can select oss and something else. It has been merged that is how I found out that it disables alsa via a post-install message. Doing further research the bug #39574 it mentions is not a bug number with bugs.gentoo.org but is a bug number with bugs.kde.org. It seems the problem is with kmidi and kmidi has been removed from the 3.2 version of kde so maybe when 3.2 becomes considered stable this will be resolved. -- Kathy Wills + + Genealogy Web Site: http://www.kathywillsfamily.com + + + + Summit Group Web Site: http://www.tsginfo.com/index.php?rc=VW4374 + + -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Re: Runnig an X Application without using the X-Server ?
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 November 2003 22:11, Eamon Caddigan wrote: > > Go to a console screen (++ for example), login and type: > > startx -- :1 > > note that you _must_ use two dashes. This tells X to start on a > > different screen. You can also tell it which vt to use if you want so > > you know where it is (man X). > > I've been using this method to allow my wife and I to share our computer > when booted into Linux, but it's no match for the "fast user switching" > features in Max OSX 10.3 and WinXP. Off the top of my head, better > security (see above) and handling of ALSA, as well as a way to switch > without using awkward key-combos[1] would be necessary before this > stopped feeling like a hack. You could try qingy. A replacement for getty which can punt you straight into whatever WM you wish (or a text console) from which ever vc you happen to be at. I can login on vc1, lock my desktop, then someone else with access can switch to vc2 and login to their own xsession. Very cool > I've long toyed with the idea of created a set of scripts that made it a > little cleaner, or possibly integrating such features into xdm (we're > not using any display manager atm), but like most of my projects, it > would probably go unfinished. Is anyone else interested in something > like this? I always thought this feature would be worked into Gnome or > KDE, or put together by a "user friendly" distro like Mandrake, before > it trickled down to Linux at large. It might be a real feather in > Gentoo's cap if "we" did it first. Proper fast user switch would be such a killer cool app, I hope you do it. - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/tqa+InuLMrk7bIwRAk2mAJ4rGX4C/1bth/W2ks/MJC5pQpJERQCgr0cm 7KmsZ+UYzG9N0WQMfciYCXQ= =Q5Fh -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
Why not merge the multimedia and see what happens. In the system I have that has KDE 2.2.x it allows you to let it autodetect the sound service or you can select oss and something else. On Saturday 15 November 2003 16:47, you wrote: > Brett I. Holcomb wrote: > >I'm not a KDE user anymore but looking at the ebuild there is a line below > >alsa not supported that is commented out (the # sign). Basically this > > does not allow alsa support to be built in no matter what your use flags. > > However, the comment at the end indicates you can use oss emulation. Did > > you merge alsa-oss? If so and if all your modules load then you can use > > the oss part of alsa. The ebuild sets myaudio to enable oss at the > > start. From what I see it's a KDE problem. Maybe you can bug them as to > > why it's not fixed - or maybe it is in the betas? > > I followed the gentoo alsa guide when I set up alsa. I have emerged > everything alsa related except for the alsamixergui and alsa player. > Alsa itself is working. -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: Runnig an X Application without using the X-Server ?
David A. Bandel <[EMAIL PROTECTED]> wrote: > --=.CT)Vc9(kosSjud > Content-Type: text/plain; charset=US-ASCII > Content-Disposition: inline > Content-Transfer-Encoding: 7bit > > On Sat, 15 Nov 2003 12:59:45 +0100 > humbaba <[EMAIL PROTECTED]> wrote: > >> Hi >> I was wondering if it is possible to start an X program for instance >> xMule and then logout to let somebody else login and let him do his >> work, while xMule is still running. > > Yes. > > Go to a console screen (++ for example), login and type: > startx -- :1 > note that you _must_ use two dashes. This tells X to start on a > different screen. You can also tell it which vt to use if you want so > you know where it is (man X). I've been using this method to allow my wife and I to share our computer when booted into Linux, but it's no match for the "fast user switching" features in Max OSX 10.3 and WinXP. Off the top of my head, better security (see above) and handling of ALSA, as well as a way to switch without using awkward key-combos[1] would be necessary before this stopped feeling like a hack. I've long toyed with the idea of created a set of scripts that made it a little cleaner, or possibly integrating such features into xdm (we're not using any display manager atm), but like most of my projects, it would probably go unfinished. Is anyone else interested in something like this? I always thought this feature would be worked into Gnome or KDE, or put together by a "user friendly" distro like Mandrake, before it trickled down to Linux at large. It might be a real feather in Gentoo's cap if "we" did it first. -Eamon [1] I know it's silly, but I always feel like I'm going to break my monitor when I switch between X sessions or virtual terminals using []++. -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: [gentoo-user] OpenLDAP or mySQL : how to choose ?
i using both ldap and mysql. ldap as interface and mysql as backend. all setting totally stored in mysql db (need build ldap with mysql support). prefer using mysql 4.1. work very stable (alpha version!) for me and support utf8. many software direct using mysql (exim, courier-imap, maildrop etc). other using ldap. more than 2000 users. mail, webmail, ftp, maillists, ssh login, etc. servers on freebsd, macosx, and now linux (gentoo). -- Miroslav Ris -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
Mike Williams wrote: IIRC the problem is with kmidi, and the fact it's not being maintained. http://bugs.kde.org/show_bug.cgi?id=39574 Perhaps slackware uses the old, depreciated alsa 0.5. -- Mike Williams I was using alsa-0.9.8 with slackware. So no it wasn't the deprecated version. -- Kathy Wills + + Genealogy Web Site: http://www.kathywillsfamily.com + + + + Summit Group Web Site: http://www.tsginfo.com/index.php?rc=VW4374 + + -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
Brett I. Holcomb wrote: I'm not a KDE user anymore but looking at the ebuild there is a line below alsa not supported that is commented out (the # sign). Basically this does not allow alsa support to be built in no matter what your use flags. However, the comment at the end indicates you can use oss emulation. Did you merge alsa-oss? If so and if all your modules load then you can use the oss part of alsa. The ebuild sets myaudio to enable oss at the start. From what I see it's a KDE problem. Maybe you can bug them as to why it's not fixed - or maybe it is in the betas? I followed the gentoo alsa guide when I set up alsa. I have emerged everything alsa related except for the alsamixergui and alsa player. Alsa itself is working. -- Kathy Wills + + Genealogy Web Site: http://www.kathywillsfamily.com + + + + Summit Group Web Site: http://www.tsginfo.com/index.php?rc=VW4374 + + -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 November 2003 21:43, Brett I. Holcomb wrote: > I'm not a KDE user anymore but looking at the ebuild there is a line below > alsa not supported that is commented out (the # sign). Basically this does > not allow alsa support to be built in no matter what your use flags. > However, the comment at the end indicates you can use oss emulation. Did > you merge alsa-oss? If so and if all your modules load then you can use > the oss part of alsa. The ebuild sets myaudio to enable oss at the start. > From what I see it's a KDE problem. Maybe you can bug them as to why it's > not fixed - or maybe it is in the betas? Aye, the comment in the ebuild when the alsa configure flags are commented out says: # alsa 0.9 not supported IIRC the problem is with kmidi, and the fact it's not being maintained. http://bugs.kde.org/show_bug.cgi?id=39574 Perhaps slackware uses the old, depreciated alsa 0.5. - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/tp7wInuLMrk7bIwRAnAQAJ9yQNUUhk3iz/ucPtpzrGsQ22O4LACgqF84 jsObnJf0gG4SUKMMR3iWwCQ= =TbOs -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] Uh oh... not locked outwith xscreensaver..
Bit of a red herring, actually. If I can walk up to your system, it won't matter whether I can hit Ctrl-Alt-Bksp to get into your account or not. If I have physical access to your box, I own it. Period. Ric > -Original Message- > From: Mark Knecht [mailto:[EMAIL PROTECTED] > Sent: Friday, November 14, 2003 11:51 PM > To: Gentoo-User > > On Fri, 2003-11-14 at 20:24, Andrew Gaffney wrote: > > Mark Knecht wrote: > > > Hi, > > >Found this issue and tried it twice tonight on two different > > > machines. > > > > > >With xscreensaver locked and waiting for your password, I walk up > and > > > hit Alt-Ctrl-Backspace. It kills X and drops me into the console as > you. > > > At this point I have your account. > > > > > >I guess this is an XFree issue? Is there a way to configure XFree > to > > > not do this? Or is this an xscreensaver issue. Should it trap the key > > > sequence and do nothing? > > > > > >Is this a known bug? It seems quite dangerous to me. > > > > From 'man XF86Config': > > > > Option "DontZap" "boolean" > >This disallows the use of the Ctrl+Alt+Backspace sequence. That > sequence is normally > >used to terminate the X server. When this option is enabled, that > key sequence has no > >special meaning and is passed to clients. Default: off. > > OK, so that seems to work. Thanks. > > Personally I think that this option should be on by default, but at > least now I know. > > Thanks, > Mark > > > -- > [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
I'm not a KDE user anymore but looking at the ebuild there is a line below alsa not supported that is commented out (the # sign). Basically this does not allow alsa support to be built in no matter what your use flags. However, the comment at the end indicates you can use oss emulation. Did you merge alsa-oss? If so and if all your modules load then you can use the oss part of alsa. The ebuild sets myaudio to enable oss at the start. From what I see it's a KDE problem. Maybe you can bug them as to why it's not fixed - or maybe it is in the betas? On Saturday 15 November 2003 16:08, you wrote: > >>Gentoo? I have a soundblaster live card and everything works just fine. > > Yes, I noticed that the bug reports were old. But, still alsa gets > disabled in the ebuild for kdemultimedia-3.1.4r1. Since I'm so new to > gentoo, I'm not sure just how to change the ebuild to see if it will > build alsa support into kdemultimedia. What I did try, resulted in a > message that there were no unmasked versions of kdemultimedia to build > or something to that affect. I didn't write the error message down. I > just changed it back to the default ebuild and it built just fine with > alsa support disabled. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] iwconfig on boot?
On Sat, 2003-11-15 at 20:15, Joel Konkle-Parker wrote: > Can someone tell me how to configure my settings so that iwconfig will be > configured correctly on boot? I've heard that people are putting their seetings > into /etc/conf.d/net, but I don't know the syntax... > > Thanks in advance. # /etc/conf.d/net: # Global config file for net.* rc-scripts iface_eth0="192.168.0.223 broadcast 192.168.0.255 netmask 255.255.255.0" iface_eth1="dhcp" dhcpcd_eth1="-t 20" gateway="eth0/192.168.0.1" this is how mine looks like, I have eth0 which is an ethernet and eth1 is wifi Cisco 350 Hope this works for you, oviously do rc-update add pcmcia default else it won't work by -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
I'm not a KDE user anymore so I've exhausted all my resources. On Saturday 15 November 2003 16:08, you wrote: > Brett I. Holcomb wrote: > >Is it an issue with Gentoo or KDE. Reading the bug it appears KDE didn't > >want to include support in their builds. That was last year so maybe it > >works now? > > > >On Saturday 15 November 2003 15:44, you wrote: > >>I just switched to gentoo a couple of weeks ago after using Slackware > >>for several months. The explanation for not including alsa support in > >>kdemultimedia with gentoo is bug reports #2324 and #39574. Bug report > >>#39574 does not even exist. Alsa was working just fine for me with kde > >>and Slackware. My question is why can they Slackware developers get it > >>working when there are all sorts of problems getting it working with > >>Gentoo? I have a soundblaster live card and everything works just fine. > > Yes, I noticed that the bug reports were old. But, still alsa gets > disabled in the ebuild for kdemultimedia-3.1.4r1. Since I'm so new to > gentoo, I'm not sure just how to change the ebuild to see if it will > build alsa support into kdemultimedia. What I did try, resulted in a > message that there were no unmasked versions of kdemultimedia to build > or something to that affect. I didn't write the error message down. I > just changed it back to the default ebuild and it built just fine with > alsa support disabled. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
Dave Naylor wrote: http://www.gentoo.org/doc/en/alsa-guide.xml > This was the guide that I used to set alsa up. So I knew about this guide and have it printed out. -- Kathy Wills + + Genealogy Web Site: http://www.kathywillsfamily.com + + + + Summit Group Web Site: http://www.tsginfo.com/index.php?rc=VW4374 + + -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
Hi On Saturday 15 November 2003 9:08 pm, Kathy Wills wrote: > Yes, I noticed that the bug reports were old. But, still alsa gets > disabled in the ebuild for kdemultimedia-3.1.4r1. Since I'm so new to > gentoo, I'm not sure just how to change the ebuild to see if it will > build alsa support into kdemultimedia. What I did try, resulted in a > message that there were no unmasked versions of kdemultimedia to build > or something to that affect. I didn't write the error message down. I > just changed it back to the default ebuild and it built just fine with > alsa support disabled. http://www.gentoo.org/doc/en/alsa-guide.xml > -- 0 Dave Naylor <|> Linux User #182470 [---] http://caramboo.com -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
Brett I. Holcomb wrote: Is it an issue with Gentoo or KDE. Reading the bug it appears KDE didn't want to include support in their builds. That was last year so maybe it works now? On Saturday 15 November 2003 15:44, you wrote: I just switched to gentoo a couple of weeks ago after using Slackware for several months. The explanation for not including alsa support in kdemultimedia with gentoo is bug reports #2324 and #39574. Bug report #39574 does not even exist. Alsa was working just fine for me with kde and Slackware. My question is why can they Slackware developers get it working when there are all sorts of problems getting it working with Gentoo? I have a soundblaster live card and everything works just fine. Yes, I noticed that the bug reports were old. But, still alsa gets disabled in the ebuild for kdemultimedia-3.1.4r1. Since I'm so new to gentoo, I'm not sure just how to change the ebuild to see if it will build alsa support into kdemultimedia. What I did try, resulted in a message that there were no unmasked versions of kdemultimedia to build or something to that affect. I didn't write the error message down. I just changed it back to the default ebuild and it built just fine with alsa support disabled. -- Kathy Wills + + Genealogy Web Site: http://www.kathywillsfamily.com + + + + Summit Group Web Site: http://www.tsginfo.com/index.php?rc=VW4374 + + -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Alsa & Kdemultimedia
Is it an issue with Gentoo or KDE. Reading the bug it appears KDE didn't want to include support in their builds. That was last year so maybe it works now? On Saturday 15 November 2003 15:44, you wrote: > I just switched to gentoo a couple of weeks ago after using Slackware > for several months. The explanation for not including alsa support in > kdemultimedia with gentoo is bug reports #2324 and #39574. Bug report > #39574 does not even exist. Alsa was working just fine for me with kde > and Slackware. My question is why can they Slackware developers get it > working when there are all sorts of problems getting it working with > Gentoo? I have a soundblaster live card and everything works just fine. -- [EMAIL PROTECTED] mailing list
[gentoo-user] Alsa & Kdemultimedia
I just switched to gentoo a couple of weeks ago after using Slackware for several months. The explanation for not including alsa support in kdemultimedia with gentoo is bug reports #2324 and #39574. Bug report #39574 does not even exist. Alsa was working just fine for me with kde and Slackware. My question is why can they Slackware developers get it working when there are all sorts of problems getting it working with Gentoo? I have a soundblaster live card and everything works just fine. -- Kathy Wills + + Genealogy Web Site: http://www.kathywillsfamily.com + + + + Summit Group Web Site: http://www.tsginfo.com/index.php?rc=VW4374 + + -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user]Multiple screens for 1 box
On Thursday 13 November 2003 10:23 pm, Chris I wrote: > On 2003.11.13 22:40, Bryce wrote: > > Hi All. I've been curious about this for a while, and was wondering > > if > > its > > possible. Is there a way to have 1 machine fascilitate 2 or more > > monitors, > > keyboards, & mouse. Each Monitor having its own Xsession, using its > > own > > keyboard,etc. > > > > Kind of like a dummy terminal, just have the extra montiros directly > > connect > > to the host computer. And have the mice and keyboards go through USB. > > > > Is this possible??? > > More or less what X (protocol) was designed to do, essentially, wasnt > it? > > Anyway, the only thing that might be tricky would be keyboards. I'm not > sure how you could set those up (you'd basically be required to use usb > keyboards). Keyboards can probably be represented via the event > interface, but im not sure if xfree86 can do anything with that yet. > > As for mouse, monitor, and video card, no problem. I'm not sure of the > details on how it can be done (hehe, i'd gladly research it for you if > you send me the hardware :). Where would you find the information to research this?? This is merely a hypothetical idea. But an idea one day i may want to use. So i'm looking into it now. bryce -- [EMAIL PROTECTED] mailing list
[gentoo-user] GLIBC_2.0 problem
I get this error: sc3u: relocation error: sc3u: symbol _dl_global_scope, version GLIBC_2.0 not defined in file ld-linux.so.2 with link time reference How do I correct? -- Venlig hilsen / Greetings from Claus L. Wilson, Linux gentoo1.4 Sdr. Boulevard 226, st.tv 5000 Odense C tlf. 66191050 / mob. 61665543 -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] kernel 2.6.0: Xserver crashes
On Sat, 2003-11-15 at 10:48, Christian Fischer wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > hi there. > > i've tried kernel 2.6.0-beta9-gentoo because of having an i875 chipset. i use > a nvidia geforce 2 mx 400 card. > i've tried out 2 ways of getting the correct nvidia-driver, as first > downloading NVIDIA-Linux-x86-1.0-4496-pkg2.tar.gz from nvidia.com > and patching with NVIDIA_kernel-1.0-4496-2.6.diff from minion.de, as second > emerging nvidia-kernel and nvidia-glx. > > it's the same result: the nv-driver works and the nvidia-driver crashes my > Xserver. if i try to attach any vt or if i try to shutdown the Xserver. my > mashine freezes with 3 horizontal stripes on my monitor. i can't get local > access, remote access is mostly possible. i've 99% cpu-load (events/0) and > only reboot -f helps. > > any hints? You might want to test whether this also occurs on vanilla 2.6, and vanilla 2.4. I don't know much about i875 chipsets, so I'm not sure about needing to use 2.6. By the way, since you used the driver from nvidia.com you overwrote your GL libraries. Whenever you use the nv driver, it may be partially broken due to this. That's the reason we have opengl-update. signature.asc Description: This is a digitally signed message part
Re: [gentoo-user] wireless keyboard and mouse systemI
I bought it when they were Caldera . Gee, maybe they'll want me to pay a license fee! The Caldera box was set up to be my working box back before we knew Caldera was going to stiff it's users. It is being replaced by a Gentoo box but unfortunately I'm not ready to make the switch yet. The biggest thing is to make sure my RAID problems on the new box are gone before I do the switch. On Saturday 15 November 2003 12:49, you wrote: > On Sunday 16 November 2003 02:40, Brett I. Holcomb wrote: > > I'm using a MS wireless mouse with Gentoo and Caldera. > > Hehhe, OT but... I wouldn't want to mention Caldera around here. Didn't you > know Caldera is a subsidiary of SCO? ;-) > > Jason -- [EMAIL PROTECTED] mailing list
[gentoo-user] iwconfig on boot?
Can someone tell me how to configure my settings so that iwconfig will be configured correctly on boot? I've heard that people are putting their seetings into /etc/conf.d/net, but I don't know the syntax... Thanks in advance. -- Joel Konkle-Parker Webmaster [Ballsome.com] Phone [662-518-1636] E-mail[EMAIL PROTECTED] -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] eth0 coming up
Yes, obviously that would fix it, but that is not an option. On Fri, Nov 14, 2003 at 05:48:19PM -0500, Prabhat Gupta wrote: > I think u are using DHCP for eht1. If you give it a static IP address > you wouldn't see that problem. > > Prabhat > > Kurt Bechstein wrote: > > >I have an hp laptop with a National Semiconductor ethernet controller in > >it which works perfectly. I'm also running the latest version of > >mm-sources. Sometimes when I boot up and do not actually have the > >laptop plugged into the network it gets to the point of bringing up the > >network interface and just goes right through it and moves on. Then > >other times it sits there like it is trying to bring the interface up. > >So I guess I'm not sure why it has different behavior between boots. > >Anyone have any ideas? Thanks. > > > > > >-- > >[EMAIL PROTECTED] mailing list > > > > > > > > > > > -- > [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] IE on Linux
i thought about that too, but if he want, let him, use crossover office On Sat, 2003-11-15 at 19:24, SN wrote: > Damn, why would you want IE?? > > I have banned IE even on windows. > > > - Original Message - > From: "Matthias F. Brandstetter" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Cc: "keanu" <[EMAIL PROTECTED]> > Sent: Saturday, November 15, 2003 4:00 PM > Subject: Re: [gentoo-user] IE on Linux > > > > -- quoting keanu -- > > > On Wednesday 29 October 2003 21:16, Ian Truelsen wrote: > > > > Has anyone managed to get Internet Exploder to install under Linux? I > > > > want to be able to test web pages without booting into Windows. > > > > > > http://frankscorner.org/modules.php?op=modload&name=Sections&file=index&; > > >req=viewarticle&artid=49&page=1 > > > > I followed those instructions step by step, with exactly the same wine > > version. Everything worked as told in the instructions, but when I then > > want to run "wine IEXPLORER.EXE", I get a bunch of error msgs (from > > debugger), containing this line: > > > > "Unhandled exception: unimplemented function shdocvw.dll.IEWinMain called > > in 32-bit code (0x40aa5058)." > > > > (all output is attached in txt file) > > > > Has anybody an idea what is wrong here and how I could fix it? > > Greetings and TIA, Matthias > > > > -- > > I know you're mad at me right now, and I'm kinda mad too ... I mean, we > > could sit here and try to figure out who forgot to pick up who till the > > cows come home. But let's just say we're both wrong and that'll be that. > > > > -- Homer Simpson > >Brother from the Same Planet > > > > > > > > > > -- > > [EMAIL PROTECTED] mailing list > > > -- > [EMAIL PROTECTED] mailing list -- Regards, Redeeman () ascii ribbon campaign - against html e-mail /\- against microsoft attachments -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] wireless keyboard and mouse system
On Sat, 15 Nov 2003 17:35:35 + Mike Williams <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Saturday 15 November 2003 17:25, Marcin Daczkowski wrote: > > hello > > > > my mouse i dieing. i've counted money and thought it would be quite > > good idea to but wireless mouse (and keyboard). I was thinking about > > creative one (i do not remeber full name, but afair creative has one > > line of keyboards and this model has no. 6000). I have no such a lot > > of money to afford logitech's cordless desktop mx, which afair is > > linux compatible [mostly :P]. > > > > Have anyone any experiences with this creative's one? Or maybe with > > any other cordless-desktop-system not so expensive as logitech's? > > Wireless keyboard and mice are no different to the computer than the > wired kind. They talk to a box which plugs into standard USB/PS2 > ports. is that i had thought before i found of kind of ,,linux compatible stuff" webpage that there are problems with this creative's... mouse ;) quite queer to me and that's why i ask here for suggestions. btw. some of keyboards i've saw has several special keys. i found out that for. example this logitech's cordless desktop mx keyboard generates scrolling up and down as pushing and releasing of one key (i mean scancode). Is there a way to modmap it to use that as normal cursors. i mean for example binding push of this key as cursor up, and relase as cursor arrow down? -- my PGP public key available via $finger [EMAIL PROTECTED] or via my website http://daczkowski.civ.pl/daczkowski.pgp pgp0.pgp Description: PGP signature
Re: [gentoo-user] IE on Linux
Damn, why would you want IE?? I have banned IE even on windows. - Original Message - From: "Matthias F. Brandstetter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "keanu" <[EMAIL PROTECTED]> Sent: Saturday, November 15, 2003 4:00 PM Subject: Re: [gentoo-user] IE on Linux > -- quoting keanu -- > > On Wednesday 29 October 2003 21:16, Ian Truelsen wrote: > > > Has anyone managed to get Internet Exploder to install under Linux? I > > > want to be able to test web pages without booting into Windows. > > > > http://frankscorner.org/modules.php?op=modload&name=Sections&file=index&; > >req=viewarticle&artid=49&page=1 > > I followed those instructions step by step, with exactly the same wine > version. Everything worked as told in the instructions, but when I then > want to run "wine IEXPLORER.EXE", I get a bunch of error msgs (from > debugger), containing this line: > > "Unhandled exception: unimplemented function shdocvw.dll.IEWinMain called > in 32-bit code (0x40aa5058)." > > (all output is attached in txt file) > > Has anybody an idea what is wrong here and how I could fix it? > Greetings and TIA, Matthias > > -- > I know you're mad at me right now, and I'm kinda mad too ... I mean, we > could sit here and try to figure out who forgot to pick up who till the > cows come home. But let's just say we're both wrong and that'll be that. > > -- Homer Simpson >Brother from the Same Planet > > -- > [EMAIL PROTECTED] mailing list -- [EMAIL PROTECTED] mailing list
[gentoo-user] Re: kernel2.6, tigon3, sata via - crypto frust
Freitag, 14. November 2003 09:46 > successfully booting the livecd 2.6.0-gss, Nov 5, > - experimental/x86/livecd/livecd-2.6_11-05-2003.iso - > I've seen working all the 3 most important items I wanted to have: > > - tigon3 network card support > - sata via support > - strong cryptography > > then I've installed sources-2.6.0-test9-mm2. > Unfortunately, the kernel is anyway not able to load the driver for the > network card; tigon3 is not in /proc/modules > > anyone here knows the difference between the 2 mentioned kernels? > > The next problem is crypto... but first I'd like to solve the ethernet > problem; > > thanks yeah - gentoo is in the US, in Oregon... cdimage root # modprobe cryptoloop cdimage root # modprobe aes cdimage root # modprobe blowfish cdimage root # losetup -e aes /dev/loop0 /mnt/b7/cryptfile The cipher does not exist, or a cipher module needs to be loaded into the kernel ioctl: LOOP_SET_STATUS: Invalid argument cdimage root # lsmod Module Size Used by blowfish9728 0 aes32192 0 cryptoloop 3712 0 loop 16136 1 cryptoloop 8139too22016 0 8139cp 18944 0 mii 4992 2 8139too,8139cp ohci1394 32008 0 ieee1394 74540 1 ohci1394 floppy 57428 0 parport_pc 38188 0 parport39656 1 parport_pc usb_storage59584 0 hid23168 0 ohci_hcd 16896 0 uhci_hcd 28560 0 ehci_hcd 22020 0 usbcore98908 7 usb_storage,hid,ohci_hcd,uhci_hcd,ehci_hcd RH rsp. Fedora is more fair; the man page for losetup simply says that nothing beyond XOR is supported! That would have saved me a lot of time; fairness is not apparently everybody's business... Well - it's time for selling the 'bleeding edge hardware', look on the openbsd site what hardware is supported, and post a link for this wonderful experience after struggling for some days on the openbsd mailing list... Goodbye linuz -- . ___ | | Irmund Thum | | -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] phprojekt emerge problem
On Sat, 15 Nov 2003 14:13:40 +0100 Redeeman <[EMAIL PROTECTED]> wrote: > edit ebuild and change it to app-arch/bzip2 Your instructions are a little brief. You mean I shall edit the file /usr/portage/app-office/phprojekt/phprojekt-4.0-r1.ebuild and change what to app-arch/bzip2? I don't see any instance of bzip2 in this file. > > On Sat, 2003-11-15 at 07:24, Klaus Neumann wrote: > > Hi, > > trying to emerge phprojekt, I got this: > > bash-2.05b# emerge -pv phprojekt > > > > These are the packages that I would merge, in order: > > > > Calculating dependencies \ > > emerge: there are no masked or unmasked ebuilds to satisfy "sys-apps/bzip2". > > > > !!! Error calculating dependencies. Please correct. > > > > > > How can I fix this? -- Best regards, Klaus -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] phprojekt emerge problem
On Sat, 15 Nov 2003 00:41:11 -0600 Andrew Gaffney <[EMAIL PROTECTED]> wrote: > Klaus Neumann wrote: > > Hi, > > trying to emerge phprojekt, I got this: > > bash-2.05b# emerge -pv phprojekt > > > > These are the packages that I would merge, in order: > > > > Calculating dependencies \ > > emerge: there are no masked or unmasked ebuilds to satisfy "sys-apps/bzip2". > > > > !!! Error calculating dependencies. Please correct. > > > > > > How can I fix this? > > File a bug at bugs.gentoo.org about this. bzip2, along with a number of other > ebuilds, was > moved to the app-arch category yesterday. The phprojekt ebuild has not been updated > to > reflect the change. Done. Thanks! -- Best regards, Klaus -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] wireless keyboard and mouse system
On Sunday 16 November 2003 02:40, Brett I. Holcomb wrote: > I'm using a MS wireless mouse with Gentoo and Caldera. Hehhe, OT but... I wouldn't want to mention Caldera around here. Didn't you know Caldera is a subsidiary of SCO? ;-) Jason -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] blocked packages
On Saturday 15 November 2003 10:07 am, Sigurd Stordal wrote: > > [blocks B ] > x11-libs/qt-3.2.2-r1) > > [ebuild U ] x11-libs/qt-3.2.2-r1 [3.1.2-r4] > > If I read this correctly, I need to unmerge kdelibs-3.1.4 before > > I can update qt to 3.2.2-r1 > > Is this correct? > > No, unfortunately this is a weird thing, anf it's brought forward > by the line ! submitted a bug on it. > I tried emerge -C kdelibs, emerge -C qt and it still wanted both. > som I don't know exactly how the line should be, but it will work > to remove the "<" sign. Just so I'm sure, I see a line in the x11-libs/qt-3.2.2-r1.ebuild !
Re: [gentoo-user] wireless keyboard and mouse system
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 15 November 2003 17:25, Marcin Daczkowski wrote: > hello > > my mouse i dieing. i've counted money and thought it would be quite good > idea to but wireless mouse (and keyboard). I was thinking about creative > one (i do not remeber full name, but afair creative has one line of > keyboards and this model has no. 6000). I have no such a lot of money > to afford logitech's cordless desktop mx, which afair is linux > compatible [mostly :P]. > > Have anyone any experiences with this creative's one? Or maybe with any > other cordless-desktop-system not so expensive as logitech's? Wireless keyboard and mice are no different to the computer than the wired kind. They talk to a box which plugs into standard USB/PS2 ports. - -- Mike Williams -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/tmPnInuLMrk7bIwRAkP9AKCZrlr2Iwc5fu4vF2lxQSJSnkudiQCfbcXt W/NdTjRFX5XdOFGRe3jpvSY= =9OI/ -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] wireless keyboard and mouse system
I'm using a MS wireless mouse with Gentoo and Caldera. It works but the only issue I have with it is that sometimes when I click on something it doesn't see the click. I have to click harder or several more times. The receiver is within three feet of the mouse so I'm not sure what's going on. I may go back to a regular mouse if this keeps up. On Saturday 15 November 2003 12:25, you wrote: > hello > > my mouse i dieing. i've counted money and thought it would be quite good > idea to but wireless mouse (and keyboard). I was thinking about creative > one (i do not remeber full name, but afair creative has one line of > keyboards and this model has no. 6000). I have no such a lot of money > to afford logitech's cordless desktop mx, which afair is linux > compatible [mostly :P]. > > Have anyone any experiences with this creative's one? Or maybe with any > other cordless-desktop-system not so expensive as logitech's? > > Thanks in advance, > Greets, > Marcin `babun` Daczkowski -- [EMAIL PROTECTED] mailing list
[gentoo-user] microsofts lit ebook format
is there any way to view/convert to e.g pdf lit-files? i haven't managed to install msreader under wine unfortunatelly. If there are no such stuff for linux, maybe someone knew the way to *convert* it under ms windows :). thanks for help. greets, Marcin `babun` Daczkowski -- my PGP public key available via $finger [EMAIL PROTECTED] or via my website http://daczkowski.civ.pl/daczkowski.pgp pgp0.pgp Description: PGP signature
[gentoo-user] wireless keyboard and mouse system
hello my mouse i dieing. i've counted money and thought it would be quite good idea to but wireless mouse (and keyboard). I was thinking about creative one (i do not remeber full name, but afair creative has one line of keyboards and this model has no. 6000). I have no such a lot of money to afford logitech's cordless desktop mx, which afair is linux compatible [mostly :P]. Have anyone any experiences with this creative's one? Or maybe with any other cordless-desktop-system not so expensive as logitech's? Thanks in advance, Greets, Marcin `babun` Daczkowski -- my PGP public key available via $finger [EMAIL PROTECTED] or via my website http://daczkowski.civ.pl/daczkowski.pgp pgp0.pgp Description: PGP signature
Re: [gentoo-user] gdm failing to find liblinc.so.1
I re-emerged gdm and it's now working. Thanks. Spider wrote: begin quote On Sat, 15 Nov 2003 08:33:52 -0500 Heitzso <[EMAIL PROTECTED]> wrote: Could someone let me know how to get gdm to run? I just installed gentoo on a laptop a few days ago and gdm fails to start. It's reporting the error that it cannot find liblinc.so.1. I ran 'emerge sync' followed by 'emerge -u world' hoping to straighten it out but that didn't work. I'm not familiar enough with gentoo and I don't know the command to run that will tell me what package owns 'liblinc.so.1'. That would be helpful to, then I can emerge the missing package and be on my way. You have done emerge depclean or other such thing. linc is a deprecated package that has been folded into ORBit2 , but should have remained on your system in order to prevent breakage like this (therefore its not conflicted but silently left alone) Fixing this can either be done by reinstalling "linc" and letting the problems subside, or running revdep-rebuild (linker checker and rebuilder) or by checking what application links to liblinc, and rebuilding that against current system, then it won't link to linc anymore. //Spider -- [EMAIL PROTECTED] mailing list
[gentoo-user] kernel 2.6.0: Xserver crashes
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi there. i've tried kernel 2.6.0-beta9-gentoo because of having an i875 chipset. i use a nvidia geforce 2 mx 400 card. i've tried out 2 ways of getting the correct nvidia-driver, as first downloading NVIDIA-Linux-x86-1.0-4496-pkg2.tar.gz from nvidia.com and patching with NVIDIA_kernel-1.0-4496-2.6.diff from minion.de, as second emerging nvidia-kernel and nvidia-glx. it's the same result: the nv-driver works and the nvidia-driver crashes my Xserver. if i try to attach any vt or if i try to shutdown the Xserver. my mashine freezes with 3 horizontal stripes on my monitor. i can't get local access, remote access is mostly possible. i've 99% cpu-load (events/0) and only reboot -f helps. any hints? christian - -- -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/tkrTszmQKstIgt4RAiReAJ9BYdyiKzdb5LkTYGRccu75ErG/0gCgu0XF uAIN3kJMM68NJ91ig8/g7MU= =4+HY -END PGP SIGNATURE- -- [EMAIL PROTECTED] mailing list
[gentoo-user] XFCE-4.0.1 & Why I Love Gentoo
Hi all, I've been running Gentoo for about 6 months now, and am fabulously impressed by it. Case in point: I emerged the XFCE-4.0.1 bugfix release and restarted X. There was a long pause and XFCE informed me (something like) 'Your window manager doesn't support window hints. Some XFCE functions may not work'. Sure enough I had no window decorations, and could not move or resize windows. In my usual panic I re-emerged XFCE4.0, and all was well again. This is why LOVE Gentoo. I know that something like this would have bbq'd my system back in my rpm distro days. Anyhow, did anyone else have this issue? Do I need to upgrade X (I have 4.3.0-r2)? If so, why didn't that get built as a dependency? Or maybe something else is funky... please FAQ me. TIA, Bill If your mother knew what you're doing, she'd probably hang her head and cry. -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] blocked packages
> [blocks B ] x11-libs/qt-3.2.2-r1) > [ebuild U ] x11-libs/qt-3.2.2-r1 [3.1.2-r4] > If I read this correctly, I need to unmerge kdelibs-3.1.4 before I can > update qt to 3.2.2-r1 > Is this correct? No, unfortunately this is a weird thing, anf it's brought forward by the line !
Re: [gentoo-user] depgraph creation failed
Paulo Jorge de Oliveira Cantante de Matos wrote: Hi all, I've just emerged sync and then I did: euler root # emerge -up --deep world These are the packages that I would merge, in order: Calculating world dependencies \ emerge: there are no masked or unmasked ebuilds to satisfy "sys-apps/bzip2". !!! Problem with ebuild dev-php/mod_php-4.3.4 !!! Possibly a DEPEND/*DEPEND problem. !!! Depgraph creation failed. What's happening? Best regards, http://bugs.gentoo.org/show_bug.cgi?id=33556 The application sys-apps/bzip2 has had its location moved and so portage can't find it but mod_php wants it as a dep. -- [EMAIL PROTECTED] mailing list
[gentoo-user] blocked packages
Could someone please confirm what I think I'm seeing? Along with perhaps 20 other packages when I did: # emerge -UDp world I see this: [blocks B ]
Re: [gentoo-user] gdm failing to find liblinc.so.1
begin quote On Sat, 15 Nov 2003 08:33:52 -0500 Heitzso <[EMAIL PROTECTED]> wrote: > Could someone let me know how to get gdm to run? > I just installed gentoo on a laptop a few days ago and > gdm fails to start. It's reporting the error that it cannot > find liblinc.so.1. > > I ran 'emerge sync' followed by 'emerge -u world' > hoping to straighten it out but that didn't work. > > I'm not familiar enough with gentoo and I don't > know the command to run that will tell me what > package owns 'liblinc.so.1'. That would be helpful > to, then I can emerge the missing package and be > on my way. You have done emerge depclean or other such thing. linc is a deprecated package that has been folded into ORBit2 , but should have remained on your system in order to prevent breakage like this (therefore its not conflicted but silently left alone) Fixing this can either be done by reinstalling "linc" and letting the problems subside, or running revdep-rebuild (linker checker and rebuilder) or by checking what application links to liblinc, and rebuilding that against current system, then it won't link to linc anymore. //Spider -- begin .signature This is a .signature virus! Please copy me into your .signature! See Microsoft KB Article Q265230 for more information. end pgp0.pgp Description: PGP signature
Re: [gentoo-user] IE on Linux
-- quoting keanu -- > On Wednesday 29 October 2003 21:16, Ian Truelsen wrote: > > Has anyone managed to get Internet Exploder to install under Linux? I > > want to be able to test web pages without booting into Windows. > > http://frankscorner.org/modules.php?op=modload&name=Sections&file=index&; >req=viewarticle&artid=49&page=1 I followed those instructions step by step, with exactly the same wine version. Everything worked as told in the instructions, but when I then want to run "wine IEXPLORER.EXE", I get a bunch of error msgs (from debugger), containing this line: "Unhandled exception: unimplemented function shdocvw.dll.IEWinMain called in 32-bit code (0x40aa5058)." (all output is attached in txt file) Has anybody an idea what is wrong here and how I could fix it? Greetings and TIA, Matthias -- I know you're mad at me right now, and I'm kinda mad too ... I mean, we could sit here and try to figure out who forgot to pick up who till the cows come home. But let's just say we're both wrong and that'll be that. -- Homer Simpson Brother from the Same Planet wine: Unhandled exception (thread 000d), starting debugger... WineDbg starting on pid c No debug information in ELF 'wine' ((nil)) Breakpoint 1 at 0x4000acc0 No debug information in ELF '/usr/lib/wine/lib/libwine.so.1' (0x40015000) Loaded debug information from ELF '/lib/libc.so.6' (0x4003e000) No debug information in ELF '/lib/libdl.so.2' (0x40168000) Loaded debug information from ELF '/lib/libm.so.6' (0x4016b000) Loaded debug information from ELF '/lib/ld-linux.so.2' (0x4000) Loaded debug information from ELF '/usr/lib/wine/lib/wine/ntdll.dll.so' (0x4018d000) No debug information in ELF '/usr/lib/wine/lib/libwine_unicode.so.1' (0x401f6000) No debug information in ELF '/lib/libnss_compat.so.2' (0x402eb000) No debug information in ELF '/lib/libnsl.so.1' (0x402f7000) Loaded debug information from ELF '/usr/lib/wine/lib/wine/kernel32.dll.so' (0x4042) Loaded debug information from ELF '/usr/lib/wine/lib/wine/msvcrt.dll.so' (0x40753000) Loaded debug information from ELF '/usr/lib/wine/lib/wine/user32.dll.so' (0x40793000) Loaded debug information from ELF '/usr/lib/wine/lib/wine/gdi32.dll.so' (0x408d) Loaded debug information from ELF '/usr/lib/wine/lib/wine/advapi32.dll.so' (0x4094c000) Loaded debug information from ELF '/usr/lib/wine/lib/wine/shlwapi.dll.so' (0x4097b000) Loaded debug information from ELF '/usr/lib/wine/lib/wine/ole32.dll.so' (0x409cb000) Loaded debug information from ELF '/usr/lib/wine/lib/wine/rpcrt4.dll.so' (0x40a41000) Loaded debug information from ELF '/usr/lib/wine/lib/wine/shdocvw.dll.so' (0x40a8a000) No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40ab2000) No debug information in ELF '/usr/lib/libz.so.1' (0x40532000) Loaded debug information from ELF '/usr/lib/wine/lib/wine/x11drv.dll.so' (0x40b08000) No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40b6b000) No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40b74000) No debug information in ELF '/usr/X11R6/lib/libXxf86dga.so.1' (0x40b8b000) No debug information in ELF '/usr/X11R6/lib/libXxf86vm.so.1' (0x4052b000) No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x40b91000) No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40b96000) No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40ba4000) No debug information in ELF '/usr/lib/libGL.so.1' (0x40c81000) No debug information in ELF '/usr/lib/libGLcore.so.1' (0x40ce8000) No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x41235000) No debug information in ELF '/usr/X11R6/lib/X11/locale/common/xlcDef.so.2' (0x4002d000) No debug information in ELF '/usr/X11R6/lib/X11/locale/common/ximcp.so.2' (0x4123c000) No debug information in 32bit DLL 'C:\Programme\Internet Explorer\IEXPLORE.EXE' (0x40) No debug information in 32bit DLL 'NTDLL.DLL' (0x401b) No debug information in 32bit DLL 'KERNEL32.DLL' (0x4045) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x4077) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x4096) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x408f) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x407b) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40a6) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x409f) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x4099) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHDOCVW.DLL' (0x40aa) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40b2) Unhandled exception: unimplemented function shdocvw.dll.IEWinMain called in 32-bit code (0x40aa5058). In 32-bit mode. Register dump: CS:0023 SS:002b DS:002b ES:002b FS:008f GS:14d7 EIP:40aa5058 ESP:40752d54 EBP:40752dac EFLAGS:0206( - 00 I - -P1 ) EAX:00401ecd EBX:40ab1a2c ECX:40
[gentoo-user] after genkernel do I manually re-emerge module packages?
I ran 'emerge sync' and picked up a new kernel source package automatically. I noticed that it was upacked in /usr/src but not compiled. I'm running genkernel now to build the kernel image and modules. My question is ... all of the add on module packages ... are they auto-detected and built by the genkernel process or do I need to know which packages build modules and re-emerge all of them by hand? Thanks, Heitzso -- [EMAIL PROTECTED] mailing list
[gentoo-user] gdm failing to find liblinc.so.1
Could someone let me know how to get gdm to run? I just installed gentoo on a laptop a few days ago and gdm fails to start. It's reporting the error that it cannot find liblinc.so.1. I ran 'emerge sync' followed by 'emerge -u world' hoping to straighten it out but that didn't work. I'm not familiar enough with gentoo and I don't know the command to run that will tell me what package owns 'liblinc.so.1'. That would be helpful to, then I can emerge the missing package and be on my way. BTW, is there a package browser/selection mechanism akin to dselect? Thanks, Heitzso -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Uh oh... not locked out with xscreensaver..
On Saturday 15 November 2003 06.12, Mark Knecht wrote: > Anyway, the DontZap option seems to work fine, so it's my learning bug > and not a real problem I guess... But, afaik, it will still be possible to ctrl+alt+f1 (or another f-key if you're logged into another vc) and ctrl+c or ctrl+z your startx and get access to your account. A way to solve this is with: startx & vlock /Michael -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] phprojekt emerge problem
edit ebuild and change it to app-arch/bzip2 On Sat, 2003-11-15 at 07:24, Klaus Neumann wrote: > Hi, > trying to emerge phprojekt, I got this: > bash-2.05b# emerge -pv phprojekt > > These are the packages that I would merge, in order: > > Calculating dependencies \ > emerge: there are no masked or unmasked ebuilds to satisfy "sys-apps/bzip2". > > !!! Error calculating dependencies. Please correct. > > > How can I fix this? -- Regards, Redeeman () ascii ribbon campaign - against html e-mail /\- against microsoft attachments -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Gaim/MSN problem
I had this problem a few days back, tried everything to fix it and came up with nothing, but the problem mysteriously went away the next day. amsn never failed to work, sorry I can't help, but you're not going mad, good luck, Joel. On Thu, 2003-11-13 at 10:26, Jose Gonzalez Gomez wrote: > I've been unable to connect to MSN using gaim (v0.71 and 0.72) > during the past two days. Has anybody experienced this? I've been able > to connect using amsn, so I guess this is a gaim problem. > > Regards > Jose > > > -- > [EMAIL PROTECTED] mailing list > -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Runnig an X Application without using the X-Server ?
Run it in a vnc session. Multiple logins at the same time, remote or local, or via tunnel (ssh or zebedee), even over a modem. I run long term GUI jobs in a vnc session, then can log in from where ever and check on them. Screen works well for consoles, but vnc can be a lot more flexible. BillK On Sat, 2003-11-15 at 19:59, humbaba wrote: > Hi > I was wondering if it is possible to start an X program for instance > xMule and then logout to let somebody else login and let him do his > work, while xMule is still running. > > Thanx > > > -- > [EMAIL PROTECTED] mailing list -- William Kenworthy <[EMAIL PROTECTED]> -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Runnig an X Application without using the X-Server ?
On Sat, 15 Nov 2003 12:59:45 +0100 humbaba <[EMAIL PROTECTED]> wrote: > Hi > I was wondering if it is possible to start an X program for instance > xMule and then logout to let somebody else login and let him do his > work, while xMule is still running. Yes. Go to a console screen (++ for example), login and type: startx -- :1 note that you _must_ use two dashes. This tells X to start on a different screen. You can also tell it which vt to use if you want so you know where it is (man X). Once your xmule program is running, you can hit ++ to return to the X login screen (or ++ to get back to a console prompt. Note: anyone at the keyboard can use the same method to get to your login. Ciao, David- -- Focus on the dream, not the competition. Nemesis Racing Team motto GPG key autoresponder: mailto:[EMAIL PROTECTED] pgp0.pgp Description: PGP signature
[gentoo-user] Texpower emerge halts
Hi all, I've tried to emerge texpower but after: euler root # emerge texpower Calculating dependencies ...done! >>> emerge (1 of 1) dev-tex/texpower-0.0.9d to / >>> md5 src_uri ;-) texpower-0.0.9d.tar.gz >>> md5 src_uri ;-) texpower-doc-pdf-0.0.9d.tar.gz >>> Unpacking source... >>> Unpacking texpower-0.0.9d.tar.gz to /var/tmp/portage/texpower-0.0.9d/work >>> Unpacking texpower-doc-pdf-0.0.9d.tar.gz to /var/tmp/portage/texpower-0.0.9d/work >>> Source unpacked. >>> Install texpower-0.0.9d into /var/tmp/portage/texpower-0.0.9d/image/ category dev-tex * Making documentation: ./fancystep.tex * Making documentation: ./__TPpbla.tex * Making documentation: ./__TPpblb.tex it halts! It just goes no further. Is there any way to solve this? Best regards, -- Paulo J. Matos : [EMAIL PROTECTED] Instituto Superior Tecnico - Lisbon Computer and Software Eng. - A.I. - > http://mega.ist.utl.pt/~pocm --- -> God had a deadline... So, he wrote it all in Lisp! -- [EMAIL PROTECTED] mailing list
[gentoo-user] Urgent: Problem with ls and SELinux policy...
Hi, I've already posted earlier (and in other lists with no answer) with a problem using the ls program... $ cd / $ ls -la * Segmentation fault And sometimes it even blocks... So I investigated a little bit and I removed the initrd.gz from lilo, meaning removed the policy (from SELinux) from boot... And I tried ls with no policy and guess what? It works ! So the problem lies somewhere in the "policy" or using the "policy", right? But where? How do I know? Now I cannot work with no policy because the files have the context placed by "make relabel"... What do I do? Please help... Thanks in advance, Tiago Lima -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] depgraph creation failed
Paulo, This is caused when emerge needs a certain package to create the dependency graph for all packages in your world and that package is masked for whatever reason. The package may be masked for the version you need to build mod_php_4.3.4 (check /usr/portage/sys-apps/bzip2) or the version or package may be masked globally (/etc/profiles/package.mask??) Hope this helps Jose Paulo Jorge de Oliveira Cantante de Matos wrote: Hi all, I've just emerged sync and then I did: euler root # emerge -up --deep world These are the packages that I would merge, in order: Calculating world dependencies \ emerge: there are no masked or unmasked ebuilds to satisfy "sys-apps/bzip2". !!! Problem with ebuild dev-php/mod_php-4.3.4 !!! Possibly a DEPEND/*DEPEND problem. !!! Depgraph creation failed. What's happening? Best regards, -- [EMAIL PROTECTED] mailing list
[gentoo-user] Runnig an X Application without using the X-Server ?
Hi I was wondering if it is possible to start an X program for instance xMule and then logout to let somebody else login and let him do his work, while xMule is still running. Thanx -- [EMAIL PROTECTED] mailing list
[gentoo-user] Portage Master Problems
Hi all, I've tried to run portage master but I had an exception: euler root # portagemaster Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 100 at logic.Helper.getCategories(Unknown Source) at fsl.FileFilter.(Unknown Source) at fsl.FileSystemModel.(Unknown Source) at gui.frames.PortageMaster.initComponents(Unknown Source) at gui.frames.PortageMaster.(Unknown Source) at Loader.main(Unknown Source) euler root # emerge -s portagemaster Searching... [ Results for search key : portagemaster ] [ Applications found : 1 ] * app-portage/portagemaster Latest version available: 0.2.0 Latest version installed: 0.2.0 Size of downloaded files: 32 kB Homepage:http://portagemaster.sourceforge.net/ Description: A java portage browser and installer Has anyone had a similar problem? Best regards, -- Paulo J. Matos : [EMAIL PROTECTED] Instituto Superior Tecnico - Lisbon Computer and Software Eng. - A.I. - > http://mega.ist.utl.pt/~pocm --- -> God had a deadline... So, he wrote it all in Lisp! -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] LVM and mirroring
The upgrade is something we used to do on solaris boxes, it's about applying patches, or installing software. When we did that, we disconnected one side of the mirror, then did the upgrade/patch/install. If it went fine, we resynced the mirrors as normal, but on failure, we resynced from the disconnected (original) mirror. Both disksuite and veritas VM have this functionality. On Fri, 2003-11-14 at 17:40, Mike Williams wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Friday 14 November 2003 11:15, Guy Van Sanden wrote: > > Hi > > > > I'm wondering if Logical Volume Manager can handle a setup I am > > considering. > > I have a system with two 40 GB IDE drives. > > hda > > / > > /boot > > > > /tmp > > /data (includes home) > > /usr > > > > The second disk (hdb) should contain the same partitions, but mirrored. > > > > The ultimate goal would be that if either hda or hdb failed, the system > > would keep running until I could replace a disk. > > > > Is any of this possible with LVM? Is it stable? > > Could the system still boot if one disk failed (e.g. hdb)? > > As Peter mentioned, it's not likely to. > But what you really want is RAID. It will handle the reconstruction of the > mirror if one failed. > > > Can I disable the mirrors temporary when performing an upgrade? (to get > > the chance to turn it back). > > I've seen this stuff done with Veritas, and I'd be cool to have it on a > > Free Linux box. > > What do you mean by 'upgrade', swapping out a disk for a bigger one? > I suppose just removing the old disk would disable it, and putting a new one > in would restart it. Have no idea how it would handle any change in size > though. > > - -- > Mike Williams > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.2.3 (GNU/Linux) > > iD8DBQE/tQWXInuLMrk7bIwRAjMUAJ4rmyELqy2qPkoFjHGXR7HRGDI8ygCdEnxC > jr0Z2cbdgNmvdWg3LMR7Vt4= > =MS6u > -END PGP SIGNATURE- > > -- > [EMAIL PROTECTED] mailing list -- __ Guy Van Sanden http://unixmafia.port5.com Registered Linux user #249404 - September 1997 __ -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Uh oh... not locked out with xscreensaver..
On Saturday 15 November 2003 05:21, Mark Knecht wrote: >Is this a known bug? It seems quite dangerous to me. it only happens if you start X manually from this console, otherwise, when you kill X, you'll only end up seeing the console login prompt. -- [EMAIL PROTECTED] mailing list
[gentoo-user] depgraph creation failed
Hi all, I've just emerged sync and then I did: euler root # emerge -up --deep world These are the packages that I would merge, in order: Calculating world dependencies \ emerge: there are no masked or unmasked ebuilds to satisfy "sys-apps/bzip2". !!! Problem with ebuild dev-php/mod_php-4.3.4 !!! Possibly a DEPEND/*DEPEND problem. !!! Depgraph creation failed. What's happening? Best regards, -- Paulo J. Matos : [EMAIL PROTECTED] Instituto Superior Tecnico - Lisbon Computer and Software Eng. - A.I. - > http://mega.ist.utl.pt/~pocm --- -> God had a deadline... So, he wrote it all in Lisp! -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] emerge: unwanted packages
On Saturday 15 November 2003 17:34, Oliver Lange wrote: > Now when i enter 'emerge -p -u system', both are > listed as new download (N), while 'qpkg -I -q emacs' > returns absolutely nothing. 'make depclean' already > executed. (I also removed them from /var/cache/edb/world, > but updating the system would also merge them). > > So, how can i tell emerge that emacs(+openmotif) shall > no longer be merged at system update, until the future > brings a new emacs dep. ? Emacs is probably still listed in /var/cache/edb/virtuals. Jason -- [EMAIL PROTECTED] mailing list
[gentoo-user] emerge: unwanted packages
Hello everyone, I decided not to use emacs, so i unmerged both emacs and openmotif from my box. Now when i enter 'emerge -p -u system', both are listed as new download (N), while 'qpkg -I -q emacs' returns absolutely nothing. 'make depclean' already executed. (I also removed them from /var/cache/edb/world, but updating the system would also merge them). So, how can i tell emerge that emacs(+openmotif) shall no longer be merged at system update, until the future brings a new emacs dep. ? -- [EMAIL PROTECTED] mailing list
Re: [gentoo-user] Kernel panic mounting root fs
On Sunday 16 November 2003 16:36, KamaolaKid wrote: > > Secondly, it sounds like the kernel cannot find your scsi device > > (assuming you do have scsi) so you probably don't have the correct driver > > compiled into the kernel. > > The hard drive is a western digital SATA raptor with a VIA SATA chipset. > This is enabled in the kernel. I'm also using the same config that the > livecd used (which detected my drives no problem). Does the kernel output say anything about drives being detected or anything else that may help? Jason -- [EMAIL PROTECTED] mailing list
RE: [gentoo-user] Kernel panic mounting root fs
> Firstly, you should put root= and not root=. Valid point, however, in my case they are one in the same. > Secondly, it sounds like the kernel cannot find your scsi device (assuming you > do have scsi) so you probably don't have the correct driver > compiled into the kernel. The hard drive is a western digital SATA raptor with a VIA SATA chipset. This is enabled in the kernel. I'm also using the same config that the livecd used (which detected my drives no problem). > Thirdly, if XFS was a problem the kernel would tell you that. I hadn't thought about that. I guess I thought it might have something to do with it just because this is my first time trying out XFS and I ran into problems. I'm usually a reiserfs guy :) You are correct though. It didn't say anything about XFS so I shouldn't have jumped to conclusions. Thanks! -- Kyle S. -- [EMAIL PROTECTED] mailing list