Re: [maemo-developers] Documentation

2005-10-23 Thread Kai Schindelka
Kaj Grönholm wrote: >>Questions: >>- Is this a resonable way to get started or is there a better way to do >> it? > > This is definitely the way to go, following the documentation and > testing everything until things just work... =) Ok, I see. :) > Noup, error messages in first fresh start ar

[maemo-developers] Cherokee

2005-10-23 Thread Rob Clews
Has anybody tried installing cherokee in Maemo yet? I'd be interested to know if it or an alternative works. Cheers Rob ___ maemo-developers mailing list maemo-developers@maemo.org https://maemo.org/mailman/listinfo/maemo-developers

Re: [maemo-developers] first steps with a bluetooth headset

2005-10-23 Thread Matthew Garrett
On Sun, Oct 23, 2005 at 10:17:05PM +0200, Jochen Eisinger wrote: > http://maemo.org/maemowiki/BluetoothHeadset There's the minor irritation that the Gstreamer codecs appear to write straight to the DSP, and the sound never passes through userspace again. As a result, it doesn't seem possible to

Re: [maemo-developers] Documentation

2005-10-23 Thread Kaj Grönholm
Hi, > Questions: > - Is this a resonable way to get started or is there a better way to do > it? This is definitely the way to go, following the documentation and testing everything until things just work... =) > - What about the errors on the first start, are they known or are they > possi

[maemo-developers] first steps with a bluetooth headset

2005-10-23 Thread Jochen Eisinger
Hi, I tried to compile the neccessary stuff for using a bluetooth headset with the n770. I haven't really tested this yet, mainly because I forgot to compile some application that would use the additional alsa device. Loading the drivers and pairing with the headset works so far. I've created a r

[maemo-developers] Re: n770_defconfig

2005-10-23 Thread Gerd Flaig
Jochen Eisinger <[EMAIL PROTECTED]> writes: > could somebody please publish the n770_defconfig? I'd like to experiment > a little with the omap source tree and would just need this file as a > starting point. you can find it at http://maemo.org/maemowiki/KernelConfig Goodbyte, Gerd. --

Re: [maemo-developers] Documentation

2005-10-23 Thread Kai Schindelka
Pardon me for breaking the threading; I've subscribed only now, but would like to jump in on this: Philip Van Hoof spam at pvanhoof.be wrote: > Also note that the scratchbox related documentation (on Maemo.org) is > a bit outdated. And there's also a tiny issue with the d-bus package > on the late

Re: [maemo-developers] First Impression

2005-10-23 Thread Florian Boor
Hello, Stefan Sels wrote: > As mentioned on this list, the basic PIM apps are not sufficient, I > expected a seamles integration with my 7650. Dialup to my predefiend > network provider ends up with unkown server error. But thats what the > development program is for ;) > Maybe mill planned xmas p

Re: [maemo-developers] vpnc, Was: RFC: install applications that require root privileges at some point

2005-10-23 Thread Jochen Eisinger
hi, vpnc is an restricted user-space ipsec client, i.e. 1. it doesn't support 'real' ipsec, just the insecure xauth stuff 2. it works without kernel modules, see the InstallVPNC wiki page kind regards -- jochen ___ maemo-developers mailing list maemo-

[maemo-developers] vpnc, Was: RFC: install applications that require root privileges at some point

2005-10-23 Thread Joachim Breitner
Hi, Am Sonntag, den 23.10.2005, 01:09 +0200 schrieb Jochen Eisinger: > sudo /usr/sbin/runasroot \ > /var/lib/install/usr/sbin/vpnc-connect \ > /var/lib/install/usr/share/vpnc/vpnc-connect.sig > > where vpnc-connect.sig is a digital signature for vpnc-connect. If the > signature is val

[maemo-developers] collection kernel requirements for the official kernel builds

2005-10-23 Thread Jochen Eisinger
Hi, I've started a Wiki page about kernel requirements: o http://maemo.org/maemowiki/KernelRequirements there are some features that have to be present in the kernel, i.e. cannot be compiled as module. If we plan to provide software that relies on such features (like an IPSec client) to end-user

Re: [maemo-developers] r00t

2005-10-23 Thread Jochen Eisinger
Hi, man 5 passwd tells me that '*' usually means no passwd, and '!' has no meaning at all. the user entry in passwd- is the same as in passwd. furthermore, the n770 doesn't have pam/shadow regards -- jochen ___ maemo-developers mailing list maemo-develo

Re: [maemo-developers] r00t

2005-10-23 Thread Ian Oliver
In article <[EMAIL PROTECTED]>, Toni Willberg wrote: > The user account doesn't have password set at all (see /etc/passwd). I did, but it doesn't have "*" (no password) but "!", which usually means "Real password is somewhere that non-root can't read". And passwd- can't be read ... Regards Ian