Displaying 7 results from an estimated 7 matches for "cira".
Did you mean:
cara
2006 May 22
3
ssize_t not defined in sockconn.c (PR#8889)
Problem:
Build of R failed when compiling sockconn.c. The problem seemed to be
that ssize_t was not defined.
The following change in sock.h fixes the problem, though it's probably
not fixed the _right_ way.
/* Following line changed by WTR (Cira) to overcome make problem.
#if defined Win32 && !defined _SSIZE_T_
typedef int ssize_t;
#endif
*/
typedef int ssize_t;
Thanks!
Wade
--please do not edit the information below--
Version:
platform = i686-pc-linux-gnu
arch = i686
os = linux-gnu
system = i686, linux-gnu
status =...
2010 Jan 20
2
Samba shares freezing
...= +Devel
force group = Devel
read only = No
create mask = 0770
directory mask = 02770
inherit acls = Yes
[ce]
comment = Civil Engineering
path = /XKA2/academic/CE
valid users = +CEgroup
force group = CEgroup
read only = No
create mask = 0770
directory mask = 02770
inherit acls = Yes
[cira]
comment = CIRA
path = /XKA2/academic/CIRA
valid users = +cira
force group = cira
read only = No
create mask = 0770
directory mask = 02770
inherit acls = Yes
[atmos]
comment = ATMOS
path = /XKA2/academic/Atmos
valid users = +Atmosfac
force group = Atmosfac
read only = No
create mask...
2010 Feb 17
0
Why Samba is stating files in /net??
...comment = Civil Engineering
path = /XKA1/temp-move/academic/CE
valid users = +CEgroup
force group = CEgroup
read only = No
create mask = 0770
directory mask = 02770
inherit acls = Yes
vfs objects = zfsacl
nfs4:mode = special
[cira]
comment = CIRA
path = /XKA1/temp-move/academic/CIRA
valid users = +cira
force group = cira
read only = No
create mask = 0770
directory mask = 02770
inherit acls = Yes
vfs objects = zfsacl
nfs4:mode = special
[atmos]...
1997 Oct 23
7
Browsing problems
..., the
SAMBA Server don't respond to the broadcasting.
ThanX for sugestions
---------------------------------
Ezio Bove
C.I.R.A. scpa
Italian Aerospace Research Centre
Informatics Dept.
Via Maiorise snc
81043 Capua (CE)
Italy
phone :+39 (0)823 62 3718
fax :+39 (0)823 62 3126
mailto:e.bove@cira.it
http://www.cira.it
---------------------------------
2006 Feb 15
0
[CAVPdiscussion] OT: RFC: Canadian Association o f Voice over IP Users (CAVU)
...erisk-specific freely avaliable
solutions that allow implementors to create installations that conform to
future CRTC regulations and
specific challenges that Canadian VoIP users face.
Ongoing topic, activity, or working group suggestions may include:
-Asterisk ENUM compliance according to the CIRA recommendations
-A working group to define an RPC protocol for an IP enabled 911
PSAP
-Canadian - specific implementation details for Asterisk
connectivity to Canadian telco and cell networks
-Hacking on Asterisk for neat-o applications (hooking Canada411.com,
for example)
-Meets where possible...
2017 Aug 30
4
sshd dies when starting gkrellm
sshd also dies when certain other kinds of traffic is generated, such as
`man pw' using the most pager[1], and many x11 apps such as emacs.
However, it is stable when running simple x11 apps such as xeyes, and
the link its self is stable -- a terminal will stay connected without
issue for days, as long as not much happens in it. Also a sshfs
connection dies immediately.
ssh -Y karren
gkrellm
2006 Apr 04
21
Rails on IIS
I just spent the last two days trying to get Rails on IIS to work with
Windows 2003/IIS 6.0. I think I''ve finally got it working, but it took
more googling than I care to describe. Now I''ve got a few questions:
1) Is there some ''official'' Rails on IIS guide on this site on another
official ruby site that''s known to work well?
2) If not, can someone