Re: OfflineIMAP not working

2010-12-19 Thread Christoph Höger
I cannot connect to that server via 143 too. Try imaps instead. -- Christoph Höger Technische Universität Berlin Fakultät IV - Elektrotechnik und Informatik Übersetzerbau und Programmiersprachen Sekr. TEL12-2, Ernst-Reuter-Platz 7, 10587 Berlin Tel.: +49 (30) 314-24890 E-Mail: christoph.hoe

Re: OfflineIMAP not working

2010-12-18 Thread Christoph Höger
ructure from IMAP to Maildir > Establishing connection to imap.googlemail.com:143. > WARNING: Error occured attempting to sync account Test: 110 > * Finished processing account Test > > Thanks for any thoughts on this. This _might_ be a connection timeout - did you check y

Re: OfflineIMAP not working

2010-12-17 Thread Christoph Höger
Hi, this must be some problem with your configuration. Since offlineimap works for me, I cannot investigate the issue. What kind of server is it? There was such an issue on the offlineimap mailing list lately. best, Christoph -- Christoph Höger Technische Universität Berlin Fakultät IV

fedora 14 and arrandale power management

2010-11-09 Thread Christoph Höger
Christoph - -- Christoph Höger Technische Universität Berlin Fakultät IV - Elektrotechnik und Informatik Übersetzerbau und Programmiersprachen Sekr. TEL12-2, Ernst-Reuter-Platz 7, 10587 Berlin Tel.: +49 (30) 314-24890 E-Mail: christoph.hoe...@tu-berlin.de -BEGIN PGP SIGNATURE- Vers

Re: virtualbox and 64bit guests

2010-09-19 Thread Christoph Höger
> If you cannot enable it in the BIOS, then you simply can't enable it, > period. Sometimes it is not very obvious. Well, it _is_ enabled. So in fact, I cannot disable it in the bios. KVM works with 32 and 64 bit guests. The oracle provided rpm runs a 64bit guest just fine. Seems to be a strange b

Re: virtualbox and 64bit guests

2010-09-15 Thread Christoph Höger
Forgot to mention: I have no option for VT-x in the BIOS, but virtualbox and kvm both tell me, it would be enabled. Am Mittwoch, den 15.09.2010, 17:19 +0100 schrieb Athmane Madjoudj: > On 09/15/2010 05:16 PM, Christoph Höger wrote: > > > Hi all, > > > > does anyone know

virtualbox and 64bit guests

2010-09-15 Thread Christoph Höger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, does anyone know if and how I could run a 64bit guest with the virtualbox-OSE package provided by rpmfusion? Currently I can only run 32 bit guests, 64bit fails silently. - -- Christoph Höger Technische Universität Berlin Fakultät IV

PolicyKit && virt-manager non Root

2010-09-14 Thread Christoph Höger
policykit conf file? thanks, Christoph - -- Christoph Höger Technische Universität Berlin Fakultät IV - Elektrotechnik und Informatik Übersetzerbau und Programmiersprachen Sekr. TEL12-2, Ernst-Reuter-Platz 7, 10587 Berlin Tel.: +49 (30) 314-24890 E-Mail: christoph.hoe...@tu-berlin.de -BEGIN PGP

Re: [OT] general C++ question

2010-09-02 Thread Christoph Höger
Am Donnerstag, den 02.09.2010, 12:54 +0200 schrieb Michael Schwendt: > On Thu, 02 Sep 2010 12:15:27 +0200, Christoph wrote: > > > Hi all, > > > > I just learned about closures in the Boost library and wanted to write > > some shorter code. To test, I used the following snippet: > > > > #include

[OT] general C++ question

2010-09-02 Thread Christoph Höger
Hi all, I just learned about closures in the Boost library and wanted to write some shorter code. To test, I used the following snippet: #include #include #include #include class FakeVisitor { public: virtual void visit(int e) {} virtual void visit(std::string e) = 0; }; template clas

Using Lightning with kerberos?

2010-08-25 Thread Christoph Höger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, is there any way to use Thunderbird Lightning (thunderbird-lightning-1.0-0.27.b2pre.fc13.x86_64) with kerberos? Thunderbird itself works fine, but Lightning always asks for a passwd when accessing webdav. thanks, Christoph -BEGIN PGP SIG

Re: SSSD and Kerberos tickets

2010-08-17 Thread Christoph Höger
> If you had access to the school's LDAP setup (and I suspect they'd tell > you if you asked) SSSD does what you're looking for internally. Neither do I have access to that LDAP (though it might be technically possible to connect to it, this is just not a supported use case) nor do I want to rely

Re: SSSD and Kerberos tickets

2010-08-17 Thread Christoph Höger
> > Ok, since my university does not give me any infos about that LDAP (and > > I do not want to rely on their IT for logging in locally), is there no > > other solution to simply run kstart from pam and querying for the ticket > > password at startup with sssd? > > SSSD isn't going to help you i

Re: SSSD and Kerberos tickets

2010-08-17 Thread Christoph Höger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 17.08.2010 15:45, schrieb Stephen Gallagher: > On 08/17/2010 04:51 AM, Christoph Höger wrote: >> Hi all, > >> I'd like to get a kerberos ticket everytime I login to my f13 box, and >> run aklog afterwards automagi

SSSD and Kerberos tickets

2010-08-17 Thread Christoph Höger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I'd like to get a kerberos ticket everytime I login to my f13 box, and run aklog afterwards automagically. The second part can be handled with kstart, but how do I get the first part with the new authconfig/sssd tools done? To make things a li

Re: SSH tunnel for ssh traffic

2010-04-15 Thread Christoph Höger
Am Donnerstag, den 15.04.2010, 18:04 -0400 schrieb Kevin J. Cummings: > RTFM Yeah, there was this -p switch because ssh uses : in a different way. I should have known this, its been a pretty long day. No time for reading man pages anymore ;) signature.asc Description: Dies ist ein digital signie

Re: SSH tunnel for ssh traffic

2010-04-15 Thread Christoph Höger
Am Donnerstag, den 15.04.2010, 07:48 -0700 schrieb Konstantin Svist: > On 04/15/2010 07:12 AM, Christoph Höger wrote: > > Hi, > > > > I need to ssh to some remote VM that sit in a private LAN. For any other > > service (e.g. RDP) I'd use ssh tunneling just norm

Re: SSH tunnel for ssh traffic

2010-04-15 Thread Christoph Höger
> (are you really worried about someone hijacking localhost?) :-) Yeah, that would work. Although ... you never know where *they* are looking after us... ;) signature.asc Description: Dies ist ein digital signierter Nachrichtenteil -- users mailing list users@lists.fedoraproject.org To unsubsc

Re: SSH tunnel for ssh traffic

2010-04-15 Thread Christoph Höger
> > Host remote > HostKeyAlias myAliasForRemote > HostName remote.com > LocalForward veryremotehost:22 > > Host veryremote > HostKeyAlias myAliasForVeryRemote > HostName localhost > port This comes very close to my needs. Only one thing left: Is there an

SSH tunnel for ssh traffic

2010-04-15 Thread Christoph Höger
Hi, I need to ssh to some remote VM that sit in a private LAN. For any other service (e.g. RDP) I'd use ssh tunneling just normal. But what do I do for ssh traffic? Since ssh is not host agnostic, it will always complain about localhost having a different RSA key. I just do not want to edit the kn

Re: ssh tunneling client settings

2010-02-24 Thread Christoph Höger
Am Mittwoch, den 24.02.2010, 19:23 +0100 schrieb Christoph Höger: > Am Mittwoch, den 24.02.2010, 15:57 + schrieb Andrew Haley: > > On 02/24/2010 02:41 PM, Christoph Höger wrote: > > > Hi guys, > > > > > > are there any special client settings one n

Re: ssh tunneling client settings

2010-02-24 Thread Christoph Höger
Am Mittwoch, den 24.02.2010, 15:57 + schrieb Andrew Haley: > On 02/24/2010 02:41 PM, Christoph Höger wrote: > > Hi guys, > > > > are there any special client settings one needs to have for ssh > > tunneling? > > > > I have the classical setup: mac

ssh tunneling client settings

2010-02-24 Thread Christoph Höger
Hi guys, are there any special client settings one needs to have for ssh tunneling? I have the classical setup: machines A1 and A2 (both fedora 12) should access C which is only accessible from B1 (kerberos) or B2 (private key) So on A1 I used to ssh -L 10080:C:80 B1 or ssh -L 10080:C:80 B2

Re: Firefox using google proxy WTF?

2010-02-13 Thread Christoph Höger
Am Samstag, den 13.02.2010, 22:05 +0100 schrieb Christoph Höger: > Am Samstag, den 13.02.2010, 21:55 +0100 schrieb Roberto Ragusa: > > Christoph Höger wrote: > > > Am Samstag, den 13.02.2010, 19:43 +0100 schrieb Roberto Ragusa: > > > > >> I don't kno

Re: Firefox using google proxy WTF?

2010-02-13 Thread Christoph Höger
Am Samstag, den 13.02.2010, 21:55 +0100 schrieb Roberto Ragusa: > Christoph Höger wrote: > > Am Samstag, den 13.02.2010, 19:43 +0100 schrieb Roberto Ragusa: > > >> I don't know how it happened. Does it go away if you restart Firefox? > >> Does your ISP do some

Re: Firefox using google proxy WTF?

2010-02-13 Thread Christoph Höger
Am Samstag, den 13.02.2010, 19:43 +0100 schrieb Roberto Ragusa: > Christoph Höger wrote: > > I am using an of the shelf firefox rpm. Today the strangest thing > > happened to me: I got an google branded 404 when searching wikipedia. > > The site is definitely up and running an

Re: Firefox using google proxy WTF?

2010-02-13 Thread Christoph Höger
Am Samstag, den 13.02.2010, 13:54 -0500 schrieb Sam Varshavchik: > Christoph Höger writes: > > > Hi, > > > > I am using an of the shelf firefox rpm. Today the strangest thing > > happened to me: I got an google branded 404 when searching wikipedia. > > The s

Firefox using google proxy WTF?

2010-02-13 Thread Christoph Höger
Hi, I am using an of the shelf firefox rpm. Today the strangest thing happened to me: I got an google branded 404 when searching wikipedia. The site is definitely up and running and my network settings must be fine, since Konqueror and wget get the site (see attached screenshot). Obviously I only