Re: Galeon and Debian?

2000-08-30 Thread Per Lundberg
> "RB" == Roland Bauerschmidt <[EMAIL PROTECTED]> writes:

RB> ** CRITICAL **: file
RB> ../../../../../embedding/browser/gtk/src/gtkmozembed.cpp: line
RB> 298 (void gtk_moz_embed_init(GtkMozEmbed *)): assertion
RB> `retval == TRUE' failed.

FWIW, this is exactly the same error that I got.




X and runlevels

2000-09-04 Thread Per Lundberg
(Sorry if this has been discussed earlier, and/or this is the wrong list...)

How come Debian don't have a "non-X" runlevel, like some other
distributions, in the default configuration? I think this would be
pretty convenient.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X and runlevels

2000-09-04 Thread Per Lundberg
> "EB" == Ethan Benson <[EMAIL PROTECTED]> writes:

EB> perhaps because in the default configuration there is no
EB> display manager, and thus no automatic runage of X.

Sure. But whenever you install something that gets you a display
manager, your system will boot up in X. To get it to boot up in
console mode, you have to manually remove the symlinks in your
runlevel's script directory. The next time you update the display
manager, you'll have to do this again. It is not really convenient.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X and runlevels

2000-09-04 Thread Per Lundberg
> "EB" == Ethan Benson <[EMAIL PROTECTED]> writes:

>> Sure. But whenever you install something that gets you a
>> display manager, your system will boot up in X.
EB> is that not what you wanted when you installed *dm ?

Maybe, but having the option to get into console mode too would be
nice. Sometimes, you might not want X to start up when you reboot. (I
don't do this very often, but I know there are people that do)

EB> no there not, the symlinks are only restored if ALL of them
EB> were removed

Are you *absolutely* sure? The reason I ask is because I've been
having this exact problem with gpm lately. I like to start it
occasionally, because it interfers with my X configuration, so I use
to remove the symlinks. Each and every time gpm is updated (two times
the last week), they have been brought back to life. Pretty annoying,
if you ask me.

(This is a woody system)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X and runlevels

2000-09-04 Thread Per Lundberg
> "EB" == Ethan Benson <[EMAIL PROTECTED]> writes:

EB> it leaves the decision where it belongs with me.

Yeah. I think you're right about this. I just got a little confused
with my gpm problems, I guess.

EB> if that is true (and your only removing SOME of the symlinks
EB> not ALL of them)

In fact, now when I think about it, I realise that I used update-rc.d
to get rid of 'em. Sorry, I didn't know about that "feature" of
update-rc.d. In fact, I think it could be argued that the postinst
shouldn't recreate the links if the package was already installed. I
mean, if they have been removed, it must be for a reason, right?

But maybe a postinst script can't detect whether the package was
already installed in a clean way? I don't know...

EB> also you mean that the symlinks are recreated, not just gpm
EB> being restarted right?

I get both; and THIS is really annoying. It shouldn't be restarted if
it wasn't running already.

EB> there was a bit of discussion on fixing this but i don't know
EB> if its being worked on actively or not.

I hope it is. It's definitely a bug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: X and runlevels

2000-09-04 Thread Per Lundberg
> "SH" == Samuel Hocevar <[EMAIL PROTECTED]> writes:

>> The reason I ask is because I've been having this exact problem
>> with gpm lately. I like to start it occasionally, because it
>> interfers with my X configuration
SH>You might be interested in the `-R' option of gpm then.

Yeah, I guess I should have mentioned that I solved that problem (by
doing exactly that) last evening. But thanks anyway. :-)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: IPv4-capable XDMCP server in Debian squeeze?

2010-05-29 Thread Per Lundberg
On Sat, May 29, 2010 at 8:58 PM, Carl Johnson  wrote:

Hi Carl, and thanks for your reply!

(I'll include my full original email, since I extended the audience to
the debian-devel list as well)

> Per Lundberg  writes:
>
>> Isn't there any XDMCP-capable server available in squeeze that can
>> speak ipv4 any more?
>>
>> I read about the "net.ipv6.bindv6only" issue (in a bug report).
>> However, that setting is most assuredly set to 0 when I check with
>> sysctl -a.
>> I also forcibly disabled IPv6 support altogether (since I don't need
>> it), also by using a sysctl interface, but it still doesn't help me.
> It can't be binding to an interface that doesn't exist, so it sounds
> as though you haven't disabled it properly.  You can type
> '/sbin/ifconfig' and look for inet6 entries.  You shouldn't have any
> if IPv6 is disabled.  You can check for anything listening on IPv6
> with 'netstat -l6'.  Have you looked at the Debian wiki page at
> 'http://wiki.debian.org/DebianIPv6'?  If you have followed those
> directions for disabling, did you reboot afterwards?

Yes, the sysctl thing from the Wiki page is exactly the same method
I'm using. I just rebooted, and this is the output from netstat -l6
afterwards:

p...@terah:~$ netstat -l6
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address   Foreign Address State
tcp6   0  0 [::]:ssh[::]:*  LISTEN
tcp6   0  0 [::]:microsoft-ds   [::]:*  LISTEN
tcp6   0  0 [::]:netbios-ssn[::]:*  LISTEN
tcp6   0  0 [::]:57650  [::]:*  LISTEN
udp6   0  0 [::]:xdmcp  [::]:*

The sysctl is definitely in effect, though:

p...@terah:/etc/sysctl.d$ /sbin/sysctl -a | grep ipv6 | grep disable
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.ipv6.conf.eth1.disable_ipv6 = 1
net.ipv6.conf.eth2.disable_ipv6 = 1
net.ipv6.conf.eth0.disable_ipv6 = 1

...and ifconfig doesn't show any ipv6 addresses.

> I just looked at mine (kdm) and it only seems to be listening to IPv6,
> but I am pretty sure it will also connect to IPv4.  I just checked
> google and there are some similar problems listed and some suggestions
> on how to solve them.  One suggests using module aliases to prevent
> loading the IPv6 module
> (http://www.linux.com/community/blogs/disable-ipv6-on-debian-lenny-quick-howto.html).

Yeah, I read the idea about module aliases as well, but it seems
pointless since IPv6 isn't a module on my system (using the
2.6.32-3-amd64 kernel from squeeze).

It's interesting however that you say that you expect it to work with
IPv4 even though it has only bound the ipv6 socket. I guess you could
be right (depending on how the actual ipv4-to-ipv6 stuff works...). In
my case however, I can't get a working XMDCP login screen so I'm
suspecting this is the problem.

(Please, Cc any replies to my email address since I don't subscribe to
the mailing lists. Thanks)
-- 
Best regards,
Per Lundberg


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktikbzdjjfe0joda0hqxd4qfcfvibw_yhcfciw...@mail.gmail.com



Re: IPv4-capable XDMCP server in Debian squeeze?

2010-05-29 Thread Per Lundberg
On Sat, May 29, 2010 at 10:54 PM, Julien Cristau  wrote:

Hi Julien,

> I'm fairly sure xdmcp over ipv4 works just fine with both xdm and gdm in
> squeeze, because I tested them (and made them work with the bindv6only=1
> setting) a month or two ago.

OK, that's interesting... Just for the sake of it, I even tried
enabling the bindv6only (net.ipv6.bindv6only=1) setting, to see if it
would make any difference. Negative; it still only binds to the udp6
socket.

p...@terah:/etc/sysctl.d$ sudo netstat -l -n -p | grep 177
udp6   0  0 :::177  :::*
 1632/xdm

Do you have any active XDM setup where you could try this yourself? As
I hinted in my previous email, I'm not 100% sure of this, but doesn't
the above udp6 line mean that it will *only* work from an ipv6-capable
client...?
-- 
Best regards,
Per Lundberg


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktik_mqieqcabeulryw9r7josiyjxovib3ff28...@mail.gmail.com



Re: IPv4-capable XDMCP server in Debian squeeze?

2010-05-29 Thread Per Lundberg
On Sat, May 29, 2010 at 11:22 PM, Julien Cristau  wrote:
> On Sat, May 29, 2010 at 23:16:06 +0300, Per Lundberg wrote:
>> p...@terah:/etc/sysctl.d$ sudo netstat -l -n -p | grep 177
>> udp6       0      0 :::177                  :::*
>>          1632/xdm
>>
> That's fine, bind() on in6addr_any lets you receive ipv4 packets when
> IPV6_V6ONLY is turned off (which xdm does even if the system default is
> backwards).

You were right - thanks! It turned out that I needed to modify the
/etc/X11/xdm/Xaccess file to be able to give the client the right to
use the login daemon... Now, it worked better. :-)
-- 
Best regards,
Per Lundberg


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/aanlktimdsjlzwew4a8bry8flw2ezxyemadshlta0a...@mail.gmail.com



Re: Netscape under unstable...

1999-05-21 Thread Per Lundberg
Tom Lear <[EMAIL PROTECTED]> writes:

> Is it just me or is netscape crashing more recently?  Every machine that I
> have following unstable is having problems with netscape crashing, but the
> machines following stable work fine.

I can only speak for myself, but I've been running Netscape (4.08, 4.5 and 4.6)
on two unstable boxes without any problems at all. But maybe that's just me. :)

-- 
 .,---.-..-.-.---.-.-.-.--+-.-.---.-.---.----.-.-,.
;   Per Lundberg |<[EMAIL PROTECTED]> :
:   "Down, not across"   :http://www.plundis.cx;
 `^--.-+---+--.+-+-+---+-+-+-+--+-+-+-+-+-+-+--++^'



Re: netscape crashes on potato

1999-05-23 Thread Per Lundberg
Greg Stark <[EMAIL PROTECTED]> writes:

> So the people who don't see crashes, which version of Netscape are you using?

I've tried 4.08, 4.5 and 4.6 (all glibc, "standalone").


> Do you use java successfully in Netscape?

Yes.


> Do you have plugger installed?

No.


> Do you have any other plugins installed?

No.


> Which versions of libc are you using?

glibc 2.1.1 on both the computers I've tried this on.


> # dpkg -l \*netscape\* | grep ^hi
> hi  netscape-base-4 5  Popular World-Wide-Web browser software 
> (bas
> hi  netscape-base-4 4.5-1  Popular World-Wide-Web browser software 
> (bas
> hi  netscape-java-4 4.5-1  Popular World-Wide-Web browser software 
> (jav

Oh, BTW, I used the "netscape4" package for installation.

HTH.

-- 
 .,---.-..-.-.---.-.-.-.--+-.-.---.-.---..-.-,+--.-,.
;  Per Lundberg)  [EMAIL PROTECTED]  )
(  "Down, not across"  (  http://www.chaos-development.cx/   ;
 `^--.-+---+--.+-+-+---++-+-+--+-+-+-+-+-+-+--+-+.+.+++^'