Re: Airport Extreme - WPA2

2007-02-18 Thread Damien Challet
 On 2/17/07, Zoran Kolic [EMAIL PROTECTED] wrote:
   I just purchased a new Apple Airport Extreme and I have tried several
   times to enter the Pre-shared key, but it seems to be exactly 1
   character longer than I am allowed to enter on the N800...

If you copy-paste, be careful to remove any trailing return character.

___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Problem with SSH

2007-02-18 Thread sebastian maemo

Hi, folks. I'm having a problem with SSH server.

When I type from my 770: ssh -X [EMAIL PROTECTED], connection between them
is perfect, and window application (wine winword, a weird way to read .doc
files) was cleanly displayed on the 770. I could read .doc files located at
the Linux PC server.

But when I try the reverse, that is I type from my Linux PC: ssh -X
[EMAIL PROTECTED], connection with the 770 server is ok. But then I type
for example 'oggplay' and oggplay window is displayed on the 770 server, not
on the Linux PC client.

I think I've correctly configured both ssh and sshd config files ok, in both
servers 770 and linux pc, setting the X11forwarding yes.

May anybody help on this? The question is: why can I run X-window
applications from the PC on the 770, and not X-window applications from the
770 on the PC?
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: Nokia 770 will not power on after standby

2007-02-18 Thread Marius Gedminas
On Sat, Feb 17, 2007 at 06:51:48PM -0500, [EMAIL PROTECTED] wrote:
 On Sun, Feb 18, 2007 at 12:49:15AM +0200, Marius Gedminas wrote:
  My mother sometimes has problems turning on her 770.  I hold the power
  button for a few seconds, release it, and it boots fine.  There appears
  to be a trick to it: if you hold the power button too short, it won't
  come up; if you hold it too long, it won't power on either.  Sometimes
  it seemed that I had to plug in a charger to get it to see the power
  button presses, and I usually attributed that to an empty battery.
 
 I will try this.  When it happens, I have tried various times:  short
 and long, but I will try just right next time  :)

Scientific experiments show that I was talking nonsense about holding
the power button too long.  My 770 boots up fine even if I don't release
the power button.

I remember some occasions when I held the power button, the screen
blinked up with the Nokia logo, and then turned to black again.  No idea
why that happened.  Low battery?

 There are times when the device works fine, but this happens with
 relatie frequency if I am not careful.  Not a problem when I am near a
 power source, but a problem if I am travelling.

Marius Gedminas
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet?


signature.asc
Description: Digital signature
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: Help with thttpd

2007-02-18 Thread Marius Gedminas
On Sun, Feb 18, 2007 at 03:23:30AM +0100, sebastian maemo wrote:
 Hi, folks. I need some help with thttpd.
 
 I've installed and run it to get easy access to my 770 via a Web browser.
 
 The problem I've got is that every time I get an Internet connection (via
 wifi or phone) my IP address changes. So that I've prepared a very simple
 web page at a fixed URL. In that page I've uploaded a simple index.html with
 my new IP, and it redirects the reader to my 770 web server. The problem is
 that I must update that index.html every time I connect my 770 in order to
 have a correct IP address.
 
 Is there any way to automate the process via a script? Could anybody help me
 with the script? Is there a simpler way to achieve what I need?

Dynamic DNS is the solution.  There are many zero-cost providers, e.g.
http://www.dyndns.com/services/dns/dyndns/.  You would need a small
program on your 770 to update the dyndns IP every time you connect.
Debian had a bunch of these packaged, it shouldn't be too difficult to
port one.

Marius Gedminas
-- 
Anyone can do any amount of work provided it isn't the work he is supposed
to be doing at the moment.
-- Robert Benchley


signature.asc
Description: Digital signature
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: Problem with SSH

2007-02-18 Thread Marius Gedminas
On Sun, Feb 18, 2007 at 09:17:09AM +0100, sebastian maemo wrote:
 Hi, folks. I'm having a problem with SSH server.

(Not really)

 But when I try the reverse, that is I type from my Linux PC: ssh -X
 [EMAIL PROTECTED], connection with the 770 server is ok. But then I type
 for example 'oggplay' and oggplay window is displayed on the 770 server, not
 on the Linux PC client.

That's because the .profile in the 770 overrides $DISPLAY, and also
because the 770 does not have xauth, which is needed for the ssh server
to set up X forwarding.

Try porting and installing xauth on the 770, and then setting
DISPLAY=localhost:10 after logging in and before running oggplay.

Please tell us if this works.

Marius Gedminas
-- 
Linux. Where do you want to go tomorrow?


signature.asc
Description: Digital signature
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: Help with thttpd

2007-02-18 Thread Zoran Kolic
 I've installed and run it to get easy access to my 770 via a Web browser.
 The problem I've got is that every time I get an Internet connection (via
 wifi or phone) my IP address changes.

Incoming connection is rather not the cause of the change.You didn't mention
how do you get addresses. If you make it via dhcp from wireless router, then
the leasing time should be considerably long enough. Time is measured in se-
conds, so get it high.

 So that I've prepared a very simple
 web page at a fixed URL. In that page I've uploaded a simple index.html with
 my new IP, and it redirects the reader to my 770 web server. The problem is
 that I must update that index.html every time I connect my 770 in order to
 have a correct IP address.

You have ip problem. And looks you have two web pages, one on desktop, one
on 770. One of them is overfluous. Take this scenario:
you have router that gives ip address to the box that asks for it. 770 asks
and gets new address for every 43200 seconds or similar. You should know
address range of that router. Fire up nmap and get the result from it.
  nmap -p 80 192.168.1.0/24 | pipe
The pipe means you have to use grep or whatever you like to see the line
with positive match. That line gives you ip address of your 770. Little
cut command and you could get rid off un-necessary particules. All in pipes.
Then use ajax to dinamicaly change the page or put it in command line, like
  lynx $ADDRESS
Cron could do it a regular interval. Or your 770 has no power or memory and
reboots and gets new address whenever it happens.

 Is there any way to automate the process via a script? Could anybody help me
 with the script? Is there a simpler way to achieve what I need?

You could change the way your router sees boxen. But dhcp is fine for home
usage.

  Zoran


___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: N800 as a Business Productivity Tool

2007-02-18 Thread Laurent GUERBY
On Fri, 2007-02-16 at 17:09 -0500, Acadia Secure Networks wrote:
 If I had had some of the standard network tools installed on the N800
 (e.g. ping, and perhaps even nmap) I could have performed further
 diagnostic testing of the broadband router EVDO network connection
 (e.g. to confirm that the firewall was enabled and working correctly).

This is filed here:
https://maemo.org/bugzilla/show_bug.cgi?id=989

 The bluetooth Icon should remain in the system tray (or
 whatever it is called) even when Bluetooth is turned off. Or
 at lest the option to configure it to do so should be made a
 configuration option for the tablet-top. This would make it
 faster to toggle the bluetooth receive on and off if there is
 a difficult pairing situation with another balky bluetooth
 device.

This is filed here:
https://maemo.org/bugzilla/show_bug.cgi?id=971

nmap is available from here:
http://www.mulliner.org/nokia770/

Note that I use openvpn + vncviewer on my N800 to control my desktop from
anywhere, it is useful if you need to do complex things (eg: for complex sites 
the N800 
does not display, or to access my evolution mail client).

Hope this helps,

Laurent
http://guerby.org/blog/

___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


n800 availability in Hungary

2007-02-18 Thread Csaba Paradi

Dear All/Nokia,

Is there any way to buy N800 in Hungary with an invoice for my
Hungarian company and possibly with a Hungarian guarantee ?

I am a happy user ( unfortunately not developer because of the lack of
time ) of a Nokia 770.

I'd like to buy N800, but it is still not available in Hungary.
My 770 was bought through a friend of mine in Europe therefore I
couldn't get either the Hungarian guarantee or VAT reinbursment.
Buying a toy this way ( without an invoice ) is expensive, and
provides no motivation to create applications for the Hungarian
market.

Officially Nokia Hungary has been promising the 770 availability since
April 2006, and is still not fulfilled, and they do promise the n800
too for this coming April but I have serious doubts.

I didn't find any webshop to sell this device for customers with
Hungarian credit card and shipment destination.

Maybe Ferenc can answer my question :-)

Thanks in advance,

--
Csaba ParĂ¡di
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


community-enhancement bugzillas?

2007-02-18 Thread Laurent GUERBY
On Fri, 2007-02-16 at 14:00 +0200, Marius Vollmer wrote:
 This is not forced per se, we just don't want to think about providing
 a UI for it.  If someone contributes one... :-)

May be it would be useful to open offical bugzilla enhancement
requests for developments that the Nokia team would gladly integrate in
its next release if someone in the community did the work. Probably do
so first for small improvements or bits with design or way to do which
is easy to describe without too much ambiguity in a short text.

As long as the bugzilla is unassigned, it is a clear indication
that no one at Nokia is working on it so no risk of duplicate work. Mark
all such bugzillas with a community-enhancement keyword for easy
filtering. Openly assign them to a Nokia engineer when work really
starts on it on Nokia side.

Sincerely,

Laurent


___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: N800 as a Business Productivity Tool

2007-02-18 Thread sebastian maemo

Have you ever tried ssh -X ?


2007/2/18, Laurent GUERBY [EMAIL PROTECTED]:


Note that I use openvpn + vncviewer on my N800 to control my desktop from
anywhere, it is useful if you need to do complex things (eg: for complex
sites the N800
does not display, or to access my evolution mail client).
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: Help with thttpd

2007-02-18 Thread sebastian maemo

Thank you, Zoran. I'll try to implement your ideas. As Marius said, dynamic
dns is a good solution. I've just opened an account at dyndns site. I've
installed ddclient for my desktop pc.

Now comes the big problem. I must implement Zoran's idea to get my 770
automatically sending its IP to dyndns server.

770 gets its IP from a phone connection. This means that my phone company
changes its IP every time I connect the device to the net. I've got no
experience with scripts, but I'll do my best, and maybe it'll be the first
of a long list :)

It would be easier if there was a fine package of ddclient. But I suppose
that binaries available at dyndns are not useful for 770, am I right?


2007/2/18, Zoran Kolic [EMAIL PROTECTED]:


 I've installed and run it to get easy access to my 770 via a Web
browser.
 The problem I've got is that every time I get an Internet connection
(via
 wifi or phone) my IP address changes.

Incoming connection is rather not the cause of the change.You didn't
mention
how do you get addresses. If you make it via dhcp from wireless router,
then
the leasing time should be considerably long enough. Time is measured in
se-
conds, so get it high.

 So that I've prepared a very simple
 web page at a fixed URL. In that page I've uploaded a simple index.htmlwith
 my new IP, and it redirects the reader to my 770 web server. The problem
is
 that I must update that index.html every time I connect my 770 in order
to
 have a correct IP address.

You have ip problem. And looks you have two web pages, one on desktop, one
on 770. One of them is overfluous. Take this scenario:
you have router that gives ip address to the box that asks for it. 770
asks
and gets new address for every 43200 seconds or similar. You should know
address range of that router. Fire up nmap and get the result from it.
nmap -p 80 192.168.1.0/24 | pipe
The pipe means you have to use grep or whatever you like to see the line
with positive match. That line gives you ip address of your 770. Little
cut command and you could get rid off un-necessary particules. All in
pipes.
Then use ajax to dinamicaly change the page or put it in command line,
like
lynx $ADDRESS
Cron could do it a regular interval. Or your 770 has no power or memory
and
reboots and gets new address whenever it happens.

 Is there any way to automate the process via a script? Could anybody
help me
 with the script? Is there a simpler way to achieve what I need?

You could change the way your router sees boxen. But dhcp is fine for home
usage.

 Zoran


___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users

___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: N800 as a Business Productivity Tool

2007-02-18 Thread sebastian maemo

That's great. I thought vncviewer was slower than sshX. I'll try it as well.

What do you use as vnc server? X11vnc? Isn't that a security problem?


2007/2/19, Laurent GUERBY [EMAIL PROTECTED]:


On Mon, 2007-02-19 at 00:23 +0100, sebastian maemo wrote:

 Have you ever tried ssh -X ?

It works (when low latency) but applications are not usable
because they do not handle well (read: not at all)
the input methods of the N800. If you launch
xterm you won't be able to type anything in for example.

The vncviewer port does a great job on input (and has
no problem with latencies).

Laurent



___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users


Re: Problem with SSH

2007-02-18 Thread sebastian maemo

How do I port that? :)

I'm an advanced user, but not a linux programmer.
Maybe it's time to take a step forward :)


2007/2/18, Marius Gedminas [EMAIL PROTECTED]:


Try porting and installing xauth on the 770... Please tell us if this
works.

Marius Gedminas
___
maemo-users mailing list
maemo-users@maemo.org
https://maemo.org/mailman/listinfo/maemo-users