Displaying 11 results from an estimated 11 matches for "ciccio".
Did you mean:
riccio
2002 Jan 06
28
Gre Tunneling Problem
Hello everyone, I have a problem regarding gre tunneling, I have two linux box both of them has a private network and the linux A is connected to the internet via wireless radio and the other linux B is connected to the internet via lease line. Here is the setup of my two linux box
Linux A
eth0 = 203.189.x.1 (internet)
eth1 = 192.168.1.1 (going to hub private network)
Linux B
eth0 = 205.198.x.1
2018 Mar 30
2
dovecot auth error: Illegal seek
...serdb {
? driver = passwd
}
userdb {
? args = username_format=%n /etc/dovecot/users uid=vmail gid=vmail
home=/var/vmail/%d/%n mail=maildir:/var/vmail/%d/%n/Maildir
? driver = static
}
verbose_proctitle = yes
host-prompt# cat /etc/dovecot/users
claudio.panetta:{MD5-CRYPT}$1$abcdefghijklmnopqrst
ciccio.pasticcio:{MD5-CRYPT}$1$abcdefghijklmnopqrst
Regards,
Claudio
2003 Nov 16
3
Diablo 2
Hello,
I have wine version 20031016 and I was so pleased that wine + diablo 2 LOD
1.10 + Battle.net actually worked !!
But now when I want to enter battle.net (or any game that is) with the true
game.exe (i.e. not the cracked one) the game gives me a segfault. I've tried
--debugmsg +all but that didn't give me much to work with :/
Does anyone know what went wrong ?? It plays just
2005 Nov 07
1
Newbie on functions
...- deltamethod( ~(-2)*sqrt(Q)*cos((theta-2*pi)/3)+x1/3,
m, cov) stderr <- c(stderrb,stderrr1,stderrr2)
results <- c(beta,rho1,rho2,stderr)
results2 <- t(results)
results2
}
When I call the function in an IF statement like
if (Q^3>R^2) results2 <- case1() else print('ciccio')
I get
Error in eval(expr, envir, enclos) : Object "theta" not found
I do not understand why, any help?
Thanks
--
========================================================
Angelo Secchi PGP Key ID:EA280337
2003 Mar 21
2
not enough virtual memory
Greetings,
I have been trying to install Cool Edit Pro 1.2. I'm running
Mandrake 8.1, which came with Wine release 20010731. This is a
dual-boot system with MS-DOS 6.22 in addition to Mandrake 8.1.
There NO version of Windoze of any kind is installed. I have 512
MB of RAM; the DOS partition has 941 MB free and 777 permissions.
I mount the CD-ROM drive, cd to it, and execute wine setup.exe
2003 Apr 20
2
TOO MANY ERRORS
...wine...
Using wineX didn't solve any problem.. in fact I think it it even
harder...
Any idea why wine won't work with virtually no game at all???
thanks a lot
--
Alan Bort
Linux Registered User 298277 -Country Manager- [http://counter.li.org]
[ http://www.linuxquestions.org ] Username: Ciccio
[ http://es.tldp.org ]
Ciccio.-
2010 Feb 09
2
Problem in sharing mailboxes across users
Hello everyone,
I'm trying to configure dovecot to allow users to share their imap folders.
I've followed the wiki and i'm near to accomplish my tasks, when i set
ACL properly on folders using imap commands the other user can see the
folder as shared, but i can't subscribe to it or even access its content
using any email client (like thunderbird) couse it looks like the path
to
2003 May 24
2
winamp3 segfaults wine?
hi there, installation of winamp3 ran successfully. but running winamp3.exe
throws sigsegv at me..
(gdb) r winamp3.exe
Starting program: /usr/bin/wine winamp3.exe
[New Thread 16384 (LWP 24073)]
Xlib: extension "XFree86-DRI" missing on display ":0.0".
err:win32:_EnterSysLevel (0x4090c834, level 2): Holding 0x409ae36c, level 3.
Expect deadlock!
fixme:ras:RasEnumConnectionsA
2018 Mar 30
0
dovecot auth error: Illegal seek
...args = username_format=%n /etc/dovecot/users uid=vmail gid=vmail
> home=/var/vmail/%d/%n mail=maildir:/var/vmail/%d/%n/Maildir
> ? driver = static
> }
> verbose_proctitle = yes
>
> host-prompt# cat /etc/dovecot/users
> claudio.panetta:{MD5-CRYPT}$1$abcdefghijklmnopqrst
> ciccio.pasticcio:{MD5-CRYPT}$1$abcdefghijklmnopqrst
>
> Regards,
> Claudio
>
>
Hi! Put the file based passdb before the pam one. Also not sure what you are trying to do with the static userdb. It looks like you wanted to use passwd-file?
Aki
2002 Mar 23
4
Antigen Notification:Antigen found FILE FILTER= *.pif file
Antigen for Exchange found Gizn.pif matching FILE FILTER= *.pif file filter.
The file is currently Purged. The message, "Have a humour Lady Day", was
sent from konkurs and was discovered in IMC Queues\Inbound
located at WRQ/Seattle/ABRA.
2002 Nov 21
22
many ways to do load balancing (or not?)
I''m a little confused about the many ways I''ve read that can be used
for traffic load balancing, that is, two or more interfaces to the
outside world being used transparently and efficiently by the internal
machines.
I heard about:
a) netfilter SNAT to more than one IP. If I''m correct, this is only
a round robin, that is, one connection goes here, the other goes there,