Re: xhost: cannot connect to X server

2009-03-15 Thread Dirk Vervoort

Florian Kulzer wrote:

On Sat, Mar 14, 2009 at 23:22:32 +0100, Dieder Vervoort wrote:
  

Hi all,

I can' t make xhost to work.
I searched around but couldn' t find a solution.
Any idea ?



[...]

  

die...@koala:~$ xhost +
access control disabled, clients can connect from any host



If your goal is to run X applications via ssh, then I would try this:

http://www.debian.org/doc/manuals/reference/ch-tune.en.html#s-xssh

IIRC, the X client (the ssh server) needs the xauth package if it does
not have its own X installation.

Another possibility is to use the xrsh package.
  

Florian,

Many thanks, because the remote system is light, I do not prefer to use 
SSH ( sorry, the line telenet 192.168.1.8 was missing in the problem 
description))
When I telnet from a Slackware client to the remote host running Lenny + 
JWM-desktop it is working fine !
So the problem is client pc running Lenny + KDE + xhost +  does not 
accept  incoming  TCP + X


So big question: Where is the  is this filter set  ?

Anyone has any idea ?


Thanks,

Dieter




Re: running X without desktop

2009-03-11 Thread Dirk Vervoort

Daniel Lannstrom wrote:

On Wed, Mar 11, 2009 at 12:57:43PM +0100, Dirk Vervoort wrote:
  

Hi All,

How far can I go on a remote pc with only 96 Mb, 

- Can I run X on a remote pc 192.168.1.2 without a desktop and export a  
display like DISPLAY=192.168.1.5  to my client pc were I run xhost +  
192.168.1.2.
- Is there a very small kernel available or  should I compile one myself  
( never did it  )
- Can I run vlc without frontend interface but with only a remote web  
interface ?


At this moment this works fine:   JWM-desktop + VLC and its web  
interface + telnetd


Not secure ?, no problem it is local after a router.

Thanks,



Sending VLC's video output to a remote X11 server will not be fast (even
on a LAN). In this case I think it would be better to use VLC build-in 
streaming capabilities. 
  

The VLC input:streaming internet, Output: audio-card-> audio-system


What I would like to achieve is search on the internet for a stream via 
a browser ( but the DISPLAY is send to my local pc [xhost] )
and play the selected sream on the remote VLC player ( option: while 
opening a stream [ save or play ?]  > play)






running X without desktop

2009-03-11 Thread Dirk Vervoort

Hi All,

How far can I go on a remote pc with only 96 Mb, 

- Can I run X on a remote pc 192.168.1.2 without a desktop and export a 
display like DISPLAY=192.168.1.5  to my client pc were I run xhost + 
192.168.1.2.
- Is there a very small kernel available or  should I compile one 
myself  ( never did it  )
- Can I run vlc without frontend interface but with only a remote web 
interface ?


At this moment this works fine:   JWM-desktop + VLC and its web 
interface + telnetd


Not secure ?, no problem it is local after a router.

Thank,



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: serial port program

2009-03-08 Thread Dirk Vervoort

Martin Kraus wrote:

On Sun, Jan 11, 2009 at 04:47:50PM +0900, J.H.Kim wrote:
  

Hi, everyone

Is there serial program like windows hypertermal in debian other than
minicom?
When I use minicom, it is killed after being received non-ascii characters.
I want to serial program to minitor rs-232 which shows ascii characters
and hex data.



you may use screen like this:

screen /dev/ttyS0 115200

mk

> putty
  



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: unbootable system after fresh 4.0r5 installation

2008-12-05 Thread Dirk Vervoort

Alex Samad wrote:

On Fri, Dec 05, 2008 at 06:15:12PM +, Chris Davies wrote:
  

Jukka Salmi <[EMAIL PROTECTED]> wrote:


I just installed Debian 4.0r5 on a i386 systems (Dell PowerEdge 2950).
  
   Begin: Waiting for root file system... ...

   sd 3:0:0:0: Attached scsi removable disk sdb
  
At this point the system hanged for some minutes, until

   ALERT! /dev/sdb3 does not exist. Dropping to a shell!
was output and the BusyBox shell was executed.
  
But indeed there is no /dev/sdb; there's only one (logical) disk

present, /dev/sda.
  

I've also come across this, and it seems only to affect DELL 2950s. I've
not logged a bug because I couldn't work out /where/ (i.e. which package)
I should log it against.

You need to boot a Rescue CD [*] and change all occurrences of sdb to
sda in the files /boot/grub/menu.lst and /etc/fstab. (At least, that's
what my memory suggests as I don't have my notes to hand.)



maybe the best thing to do is change to using labels or UUID's ?



  

Chris

[*] Try http://www.sysresccd.org/ if you need a good Resuce CD


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






  

Hi All,

I have got a similar problem while installing Debian on a USB stick. 
While installing, it was seen as sdb. But when I boot from the USB stick 
it was seen as sda.

5 or just the opposite.


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




Re: advice on cloning system

2008-11-27 Thread Dirk Vervoort

tom arnall wrote:
At the bottom of this post is a description of my last attempt 
at 'cloning' my old system to my new machine. I put 'cloning' in 
quotes because it's not really that, otherwise I could just 
use 'dd'. The procedure left me with a system that seemed fine 
until I tried to run kdm. The system did this without complaint 
but gave only a blank screen on Terminal 7.


Here is my setup:

	toshiba satellite 1135 with: 
		30GB disk
		debian etch 
		lots of applications 


toshiba satellite a305-s6857 with:
		320GB disk 
		vista


My goal is to install etch alongside vista (dual boot) and to copy 
as many of my applications as I can from my old disk to the new, 
as opposed to re-installing them from the debian repository.


Any suggestions highly appreciated. My research on this turns up 
only examples where people are doing a true cloning via 'dd,' 
which is clearly not applicable to my situation because I want to 
retain vista and because of hardware differences. 


tom arnall
arcata





LAST ATTEMPT, WHICH FAILED TO SET UP KDM PROPERLY

I want to put linux on a new computer, without having to rebuild 
all my applications. Following are the steps I plan to take:


Install a base system with the same network installer disk
which I used for the source machine and without getting
anything from the network.

Copy to the new machine from old with:

su
mount /dev/sda3 /sD
   cp -dRvpu  / /sD  (actually, I copied directories
individually, skipping /dev and of course /sD)

The drive on the new machine is bigger and of a
different brand. For the copy, the new drive is
attached to the old machine as a usb drive.




  
I guess there is a problem with xorg.cfg Try to boot the new pc with a 
Debian live CD ( or any other which is capable to get the right native 
screen resolution)

to compare xorg.cfg.
or run xorg setup program. But you have to know your video adapter.


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




Re: iwl3945 doesn't associate to AP with 2.6.26 Linux but does with 2.6.24

2008-11-22 Thread Dirk Vervoort

Jordi,

Do you see the accesspoint with
iwlist scan

if yes,

does this work:

iwconfig ESSID "essid_name"   without ""
iwconfig key "key"
iwconfig AP xx:xx:xx:xx:xx:xx

where  xx:xx:xx:xx:xx:xx is the macaddress of the access point.
after this you should see that you are connected.

- Original Message - 
From: "Jordi GutiƩrrez Hermoso" <[EMAIL PROTECTED]>

To: "debian-users" 
Sent: Saturday, November 22, 2008 5:49 PM
Subject: iwl3945 doesn't associate to AP with 2.6.26 Linux but does with 
2.6.24




The subject pretty much summarises my problem. I have an Intel 3945
wireless card thingie, and it works fine and dandy with Linux 2.6.24
but not with 2.6.26.

I can see the network list with 2.6.26, I can even use aircrack-ng to
crack WEP keys with 2.6.26 (but not with 2.6.24, which is the only
reason I want to boot 2.6.26), but I cannot get the card to associate
with any AP, encrypted or not. dmesg just says the association times
out; there's no error anywhere else. I am using the latest non-free
firmware-iwlwifi, and I don't know why a different Linux would make a
difference all other things held constant.

Any wisdoms will be much appreciated.

- Jordi G. H.


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






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