[gentoo-user] Korganizer Connection problem

2006-07-28 Thread Leigh Stewart
Anyone have any idea why korganizer/konqueror hangs when I try to connect to a webdav folder, suing either http:// or webdav:// even though firefox has no problem connecting? I'm getting 401 and 405 errors in the server logs (but not as a response in the apps), but neither app is asking me for

[gentoo-user] Re: java comm ports issue

2006-05-07 Thread Leigh Stewart
I solved the problem by installing the latest stable binaries directly from rxtx.org. To anyone having trouble with this, I would recommend you do the same. Maybe someone could update the ebuild to the most recent version... On 5/4/06, Leigh Stewart [EMAIL PROTECTED] wrote: Using rxtx, i

Re: [gentoo-user] Re: partition resizing question

2006-05-05 Thread Leigh Stewart
into the new relocated partition? im concerned that some data, configuration etc may depend on or expect to be locate at a certain physical location on disk... On 5/4/06, Peter [EMAIL PROTECTED] wrote: On Thu, 04 May 2006 16:58:13 -0400, Leigh Stewart wrote: I recently decided to resize my reiserfs

Re: [gentoo-user] Re: partition resizing question

2006-05-05 Thread Leigh Stewart
to an existing partition at the end of the disk. i went in with my live cd, created the partition, and then asked ntldr or w/e to install windows there and it worked just fine. thanks for the helpful comments :) On 5/5/06, Leigh Stewart [EMAIL PROTECTED] wrote: Ok so i cant move swap

[gentoo-user] debugging runscript

2006-05-04 Thread Leigh Stewart
can anyone tell me how to trace through init scripts, which are executed by /sbin/runscript? with bash there is a nice little switch which does just that. i need to figure out exactly what those net.ethx scripts are doing because they clobber my wifi interface when i use the LinuxAnt

[gentoo-user] java comm ports issue

2006-05-04 Thread Leigh Stewart
Using rxtx, i cant get past square one on my current system. Ive been trying on and off for the last few months to get some onewire devices working with my system but havent had any luck. So in the process of troubleshooting, I built and ran this fairly simple program:

[gentoo-user] Init Scripts, net, and LinuxAnt DriverLoader

2006-04-30 Thread Leigh Stewart
Hi All, I'm having a bit of trouble trying to get the Gentoo net init scripts to play nice with the linuxant driverloader ndiswrapper. First, yes I have tried (read: struggled) with ndiswrapper a fair bit with no luck...I can only get my card to connect to an unencrypted channel with

[gentoo-user] Re: Init Scripts, net, and LinuxAnt DriverLoader

2006-04-30 Thread Leigh Stewart
would like them to do (execute the commands in /etc/conf.d/wireless) that may be clobbering my driver/card? any idea why the same commands work just fine usinmg iwconfig?? thanks in advance On 4/30/06, Leigh Stewart [EMAIL PROTECTED] wrote: Hi All, I'm having a bit of trouble trying to get

Re: [gentoo-user] gcc question

2006-04-03 Thread Leigh Stewart
yeah no what im really asking is am i going to run into problems if i 'upgrade' to gcc3.4 and do not, as recommended in the notes that are displayed after emerging gcc3.4, recompile all my c++ packages with gcc3.4. is the version of libstdc++.so which is linked to determined by the compiler

Re: [gentoo-user] gcc question

2006-04-03 Thread Leigh Stewart
skype seems to be linked to libstdc++.so.6. (its a binary) would it hurt to switch to gcc3.4 just to compile libstdc++.so.6 so that skype has something to link to, and then switch back? On 4/3/06, Graham Murray [EMAIL PROTECTED] wrote: Richard Fish [EMAIL PROTECTED] writes: The problem is the

Re: [gentoo-user] gcc question

2006-04-03 Thread Leigh Stewart
no, thanks you've been a great help :) --another happy gentoo userOn 4/3/06, Richard Fish [EMAIL PROTECTED] wrote: On 4/3/06, Leigh Stewart [EMAIL PROTECTED] wrote: skype seems to be linked to libstdc++.so.6.(its a binary) would it hurt to switch to gcc3.4 just to compile libstdc++.so.6 so

Re: [gentoo-user] gcc question

2006-04-02 Thread Leigh Stewart
thanks richard. is it safe to have compiled half a system with gcc 3.3 ubt to be compiling new packages with 3.4?On 4/2/06, Richard Fish [EMAIL PROTECTED] wrote:On 4/1/06, Leigh Stewart [EMAIL PROTECTED] wrote: I just tried to install skype, it wont start, and in the logs it tells me it cant

[gentoo-user] portage logging configuration

2006-04-02 Thread Leigh Stewart
could someone tell me where i can configure logging for portage? i.e. i would like emerge.log to be longer, and i would rather portage logging was all placed under a directory in /var/log thanks

[gentoo-user] gcc question

2006-04-01 Thread Leigh Stewart
I just tried to install skype, it wont start, and in the logs it tells me it cant find libstdc++.so.6, which doesnt surprise me because it doesnt exist on my system. im using gcc 3.3.5 and im guessing that libstdc++.so.6 is libstdc++.so compiled with gcc 3.4.5. how can i solve this problem? i