Displaying 20 results from an estimated 164 matches for "giulio".
2008 Mar 27
6
Installing Postfix/Dovecot
...l server.
I have diligently followed the instructions on the Wiki - How To on the
CentOS website (http://wiki.centos.org/HowTos/postfix). However I cannot
send internal email (I haven't yet tried externally).
Do you have any suggestions on what to check? To test it I used two
normail user: giulio and federica. I logged in as federica and sent an
email to giulio with the mail programme. Is this correct (i.e. using the
mail programme)?
There is one thing that I don't quite understand from the instructions.
In section 3.1 it's suggested to set
mynetworks = 192.168.0.0/24, 127.0.0....
2006 Jun 22
9
Again on Apache 2
...s:
...
NameVirtualHost *
#
# VirtualHost example:
# Almost any Apache directive may go into a VirtualHost container.
# The first VirtualHost section is used for all requests that do not
# match a ServerName or ServerAlias in any <VirtualHost> block.
#
<VirtualHost *:*>
ServerAdmin giulio@troccoli.it
DocumentRoot /home/webmaster/troccoli.it
ServerName www.troccoli.it
ErrorLog logs/troccoli.it-error_log
CustomLog logs/troccoli.it-access_log common
</VirtualHost>
<VirtualHost *:*>
ServerAdmin giulio@troccoli.it
DocumentRoot /home/webmaster/troccoli...
2006 Jul 03
5
I can''t see my app
...scaffold :mode
end
But, if I go to spagnolo.troccoli.it/mode/new I don''t get what I
expected but a 404 "The page cannot be found" error.
Apache serves my website too, so my virtual hostes are defined as
follows:
NameVirtualHost *
<VirtualHost *:*>
ServerAdmin giulio@troccoli.it
DocumentRoot /home/webmaster/troccoli.it/www
ServerName www.troccoli.it
ErrorLog logs/troccoli.it-error_log
CustomLog logs/troccoli.it-access_log common
</VirtualHost>
<VirtualHost *:*>
ServerAdmin giulio@troccoli.it
DocumentRoot /home/webmaster/trocc...
2000 Mar 29
0
Please inform samba@samba.org Giulio Orsero <giulioo@pobox.com> Mike Quin <m.r.quin@stir.ac.uk> Matthew Halliday <matthewh@fesa.co.uk> Carsten =3D?iso-8859-1?Q?Nordstr=3DF8m?=3D Jensen <north@get2net.= "Carlos Vinueza M." <carlos@ecuadorexplorer.com> Eric
samba@samba.org
Giulio Orsero <giulioo@pobox.com>
Mike Quin <m.r.quin@stir.ac.uk>
Matthew Halliday <matthewh@fesa.co.uk>
Carsten =3D?iso-8859-1?Q?Nordstr=3DF8m?=3D Jensen <north@get2net.=
"Carlos Vinueza M." <carlos@ecuadorexplorer.com>
Eric Dahnke <edahnke@istreetlabs.co...
2011 Jul 11
0
compressed folder bug
.....), etc.)
- if your client automatically subscribe to newly created folders, unsubscribe
from it
- On your server "gzip newfolder"
- On your client subscribe "newfolder.gz"
- Try to access you newfolder
This is what I get in logfiles:
Jul 11 14:08:08 myhostname dovecot: imap(giulio): Error: Next message
unexpectedly lost from mbox file /home/giulio/Mail/testfolder.gz at 9082 (cached)
Jul 11 14:08:08 myhostname dovecot: imap(giulio): Error:
read(/home/giulio/Mail/testfolder.gz) failed: Invalid argument (uid=1)
Jul 11 14:08:08 myhostname dovecot: imap(giulio): Disconnected: I...
2011 Nov 18
2
A-law and mu-law
...-law and mu-law files in the database
and I see from here
http://flac.sourceforge.net/documentation_tools_flac.html
that they are not supported by the reference flac encoder/decoder.
Is there a reason for this?
Would it be possible to add support for these files in the reference
encoder?
Bests,
Giulio.
2017 Sep 28
2
Wiki editing permission request
hi,
having worked into the Storage SIG group to add/maintain ceph-ansible in
the jewel repo and create the new repo for the ceph luminous release, I
would like to update the wiki pages at [1] and [2] with some links and
better instructions
Username: GiulioFidente
1. https://wiki.centos.org/SpecialInterestGroup/Storage
2. https://wiki.centos.org/SpecialInterestGroup/Storage/Ceph
--
Giulio Fidente
GPG KEY: 08D733BA
2017 Oct 02
1
Wiki editing permission request
On 09/28/2017 06:01 PM, Akemi Yagi wrote:
> On Thu, Sep 28, 2017 at 7:17 AM, Giulio Fidente
> <gfidente at fedoraproject.org <mailto:gfidente at fedoraproject.org>> wrote:
>
> hi,
>
> having worked into the Storage SIG group to add/maintain ceph-ansible in
> the jewel repo and create the new repo for the ceph luminous release, I
>...
2009 Nov 13
6
replace a whole word with sub()
...obviously get "0A", "0G" etc.
I didn't expect to do it in this way and I tried with metacharacters and regexps in order to grep and substitute the whole word (\b \>, $). I don't post here my tryings, because they were obviously wrong.
Please can you help me?
Giulio
_________________________________________________________________
Carica e scarica in un clic. Fino a 25 GB su SkyDrive
[[alternative HTML version deleted]]
2011 Nov 20
6
A-law and mu-law
...p track of the original format outside the file, which
is something that I would prefer to avoid. I would prefer to avoid
having multiple file format around (I mean containers format here) if
possible. Do you know of any container that supports both flac and *-law
streams?
Thank you again.
Bests,
Giulio.
Il 18/11/2011 19:13, Martijn van Beurden ha scritto:
> Because u-law and a-law are non-linear algorithms and the mathematics of
> FLAC (and AFAIK all lossless encoders) are build for linear PCM. Adding
> these formats would change the FLAC format altogether, decoders are not
> made...
2010 Jun 28
2
Identify and extract a whole word of variable length using regular expressions
...ir presence using grep, and "\\<Rv*\\>" expression, I tried with some string functions from Hmisc, or in the other way, by substituting with empty strings everything except the Rv word, but I didn't achieve that much...
Could you please give me some suggestions?
Thanks a lot,
Giulio
_________________________________________________________________
[[alternative HTML version deleted]]
2010 Nov 08
2
Sample size calculation for differences between two very small proportions (Fisher's exact test or others)?
...tunately I cannot find any software applying their method.
-Does anyone know how to estimate sample size on Fisher's exact test by using R?
-Even better, does anybody know other, maybe optimal, methods for such a situation (small p1 and p2) and the corresponding R software?
Thanks in advance,
Giulio
[[alternative HTML version deleted]]
2009 Jun 30
5
[Bug 1616] New: root owned empty subdirs are deletable by chroot users
https://bugzilla.mindrot.org/show_bug.cgi?id=1616
Summary: root owned empty subdirs are deletable by chroot users
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sftp-server
AssignedTo: unassigned-bugs at mindrot.org
2000 Apr 04
0
Please inform samba@samba.org Jeremy Allison <jeremy@valinux.com> Jeremy Allison <jeremy@valinux.com> "Deborah Barba" <dbarba@yahoo-inc.com> Jeremy Allison <jeremy@valinux.com> "Michael Martin" <michael@violetstar.com> Michael Gerdts <gerdts@cae.wisc.edu>
...valinux.com>
"Michael Martin" <michael@violetstar.com>
Michael Gerdts <gerdts@cae.wisc.edu>
Sachin Patil (C&A_Projects) <cna-sp@asc.ltindia.com>
Luke Kenneth Casson Leighton <lkcl@samba.org>
"Sander Striker" <s.striker@striker.nl>
Giulio Orsero <giulioo@pobox.com>
Giulio Orsero <giulioo@pobox.com>
Giulio Orsero <giulioo@pobox.com>
"Matt G. Ellis" <mge@internetsyndicate.com>
Carsten =3D?iso-8859-1?Q?Nordstr=3DF8m?=3D Jensen <north@get2net.=
"MANEL Rodero (LCFIB Systems Analyst)&quo...
2001 May 10
1
TclTk problems
...ystem
Error in eval.with.vis(expr, envir, enclos) :
tcltk support is absent
> "
I've installed all the TK/Tcl stuff from Yast2 (the suse installer)
butno way to run these demo. Is it a wrong path the problem ? Could you
suggets how to configure or solving htis ?
Thanks for help
Giulio
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat....
2007 Jun 21
1
[R-pkgs] RGtk2 2.10.x series available
...ll':
LoadLibrary failure: impossible to find the specified procedure
Error: package/namespace load failed for 'RGtk2'
>
I checked in the directory
C:/Programmi/R/R-2.5.0/library/RGtk2/libs/
and the RGtk2.dll module does exist.
Any indication about how to solve this problem?
Giulio Barcaroli
1999 Oct 28
0
AW: SAMBA digest 2286
...scorp.com.au>
> 6) Path of print job data through Samba?
> by "Steve Snyder" <swsnyder@home.com>
> 7) Problems with passwords (PR#20895) !!!!
> by Tomek Jarosinski <tomek@is.fh-hamburg.de>
> 8) Re: Path of print job data through Samba?
> by Giulio Orsero <giulioo@tiscalinet.it>
> 9) Re: Problems with passwords (PR#20895) !!!!
> by Giulio Orsero <giulioo@tiscalinet.it>
> 10) Re: Varying user when submitting print job
> by Giulio Orsero <giulioo@tiscalinet.it>
> 11) Re: Samba running but stops workin...
2011 Nov 21
1
A-law and mu-law
Thank you all for your answers. They were all useful.
Il 21/11/2011 07:37, Erik de Castro Lopo ha scritto:
> Giulio Paci wrote:
>
>> thank you for your answer. So the problem would be suboptimal
>> compression due to suboptimal assumption about the input signal, right?
>> What I do not understand is how the format of a FLAC format would be
>> affected by supporting A-law and mu-law f...
2005 Oct 10
3
Internet Explorer and wine 20050930
I've managed to install Internet Explorer 6 using wine-sidenet-config, since
it won't work just by type "wine ie6setup.exe". I had to copy the fonts to
c:\windows\fonts from a working windows installation, otherwise you won't
see the characters.
The problem now is that ie can't reach sites like www.google.com. I've read
that you should install dcom98 before that,
2017 Sep 29
0
Delivery Status Notification (Delay)
...VAHYD4A=
=3D
M4SVAJDFQBQCCKKLAEEFAM2BAYANQAUQAWAA53RAMYAEYAFMEEQAAIA=3D3D at opayq.com
Want to shop safely and privately online? Go Premium: https://dnt.abine.com=
=3D
/?pk_campaign=3D3DmaskHeader#premium
-------------------------by Abine-------------------------
On Thu, Sep 28, 2017 at 7:17 AM, Giulio Fidente <gfidente at fedoraproject.org=
=3D
>
wrote:
> hi,
>
> having worked into the Storage SIG group to add/maintain ceph-ansible in
> the jewel repo and create the new repo for the ceph luminous release, I
> would like to update the wiki pages at [1] and [2] with some link...