Displaying 8 results from an estimated 8 matches for "emmi".
Did you mean:
emma
2008 Mar 19
0
Dovecot 1.0.13 ignores auth_krb5_keytab settings
...login. Also mutt was not able to login, i had a
imap/mail2.physik-pool.tu-berlin.de principal in my credentials cache
after an try. I can work around with a "ln -s /etc/mail.krb5.keytab
/etc/krb5.keytab" to this.
MfG
Christop
Logoutput while try to login with mutt:
[
Mar 19 22:31:01 emmi dovecot: auth(default): new auth connection: pid=228
Mar 19 22:31:01 emmi dovecot: auth(default): client in: AUTH 1
GSSAPI service=IMAP secured lip=130.149.58.162
rip=130.149.58.145 resp=bla
Mar 19 22:31:01 emmi dovecot: auth(default): gssapi(?,130.149.58.145):
Obtaining credentials for...
2008 May 22
9
Retrieving Mutliple Records using find_by_*
I was hoping that AR''s find_by_* magic methods would help me retrieve
multiple items somewhat like the following:
names_to_find = [''Larry'', ''Moe'', ''Curly'']
found_people = Person.find_by_name(names_to_find)
Is there a way to accomplish this using find_by_* (or even find(:all)
using some sort of conditions) or must I resort to SQL
2011 Sep 08
2
Zanzarah game
I've decided to try Zanzarah in both wine 1.2.2 and in latest release 1.3.27
None works... :(
Here is the terminal output in 1.3.27:
...
DFMT_R8G8_SNORM_L8X8_UNORM to floating point.
err:d3d_surface:surface_convert_color_to_float Unhandled conversion from WINED3DFMT_R8G8_SNORM_L8X8_UNORM to floating point.
err:d3d_surface:surface_convert_color_to_float Unhandled conversion from
2014 Dec 12
2
Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
...de.
-------- Weitergeleitete Nachricht --------
Betreff: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
Datum: Wed, 10 Dec 2014 05:12:16 +0100
Von: Markus <universe at truemetal.org>
An: universe at truemetal.org
+ Haehnchenfleisch fuer Markus, kleine
Kartoffeln/Pellkartoffeln/Ofenkartoffeln, +
http://emmi-gerber.ch/index.php?id=1430
-------- Weitergeleitete Nachricht --------
Betreff: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
Datum: Wed, 10 Dec 2014 04:13:52 +0100
Von: Markus <universe at truemetal.org>
An: universe at truemetal.org
Tanne + Schmuck
-------- Weitergeleitete Nachricht --------
Betref...
2011 Sep 07
2
Problems with this Harry Potter PC game in wine 1.2.2
Hi guys.
I am using Lubuntu 11.04 and so far I've been able to run via wine a few games, among which: Star Wars KOTOR1, TOCA race driver 3, Neverwinter Nights 1...
Now I tried installing and running Harry Poter 1 (Sorcerer Stone). Installs ok, but game crashes when starting with a critical error "General Protection Fault".
Here is what the terminal shows:
...
emy at
2009 Dec 14
1
deliver panics when handling mails bigger than some kByte
...deliver should put mails are mounted via NFS. As it works with
small attachments perhaps this is related to the message size.
However i don't get the "stale NFS file handle" error any more which i did
under 1.2.4 (See thread that begins with:
Message-ID: <20091016122519.GC6309 at emmi.physik-pool.tu-berlin.de> )
Greetings,
Leon
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <http://dovecot.org/pipermail/dovecot/attachments/20091214/0268bd4d/attachme...
2014 Dec 12
0
Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
...ht --------
> Betreff: Fwd: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
> Datum: Wed, 10 Dec 2014 05:12:16 +0100
> Von: Markus <universe at truemetal.org>
> An: universe at truemetal.org
>
> + Haehnchenfleisch fuer Markus, kleine
> Kartoffeln/Pellkartoffeln/Ofenkartoffeln, +
> http://emmi-gerber.ch/index.php?id=1430
>
>
>
>
> -------- Weitergeleitete Nachricht --------
> Betreff: Fwd: Fwd: Fwd: Fwd: Fwd: 26.
> Datum: Wed, 10 Dec 2014 04:13:52 +0100
> Von: Markus <universe at truemetal.org>
> An: universe at truemetal.org
>
> Tanne + Schmuck
>...
2008 Nov 05
2
Simple rep() question duplicating times and dates.
I want to create a data.frame of time and date for a year. I started with the idea of simply producing two vectors (time and date)
The first part ( time) is easy.
rep(1:24, 365)
But how do I get a series of 24 dates for O1 January 2005 and repeat this to 31 December 2005.
It should be easy but I don't see it.
Thanks