search for: fof

Displaying 13 results from an estimated 13 matches for "fof".

Did you mean: eof
2006 Dec 16
1
rxfax detection problems with multiple contexts
Hello, I have a rather odd problem with Asterisk detecting faxes. I have two POTS lines coming into the box (TDM400P). Line 1 is for voice, Line 2 is fof fax. When I set them up with channel => 1-2 in zapata.conf, all is fine, but as soon as I have two channel => definitions, Asterisk is unable to detect faxes. The fax line is not supposed to ring local phones, so the most obvious solution was to try and split the contexts. The configu...
2015 Mar 23
3
samba4 check database replication script. samba-check-db-repl.sh
Hai,???? ? I?have created a new?script for checking samba DC database replications. ? I?have tested with 2 DC's , if there people with more than 2 DCs, and want to test for me, would be great. I tested on debian wheezy, but should work on any apt-get capable os.? ( but not?tested ) ? What it does.. - auto detects the?DC in you network. -?detects the DC met FSMO roles and compairs this
2015 Feb 15
2
I'm back
...mpts getting this working before coming to the solution I have now. In the end I pushed 10 commits including: * The separate 'check' (which worked out-of-tree) and 'fullcheck' (which didn't) make target have been merged into a single 'check' target (which works out-fof-tree). * Test tones for the replaygain tests are now generated with portable C code instead of an awk script (that was not portable). * Fix a NULL pointer de-reference found with the AFL fuzzer. I'll be catching up with email in the next couple of days. Cheers, Erik -- ------------------...
2004 Oct 15
0
SJava 0.65 and R 2.0.0 (slightly long)
...it() gives me: JVM (nil) Env (nil) [1] error initializing manager class Cannot find the Omegahat interface manager class. Check you classpath! Error in .JavaInit() : Couldn't start Java Virtual Machine: Cannot find the Omegahat interface manager class. Check you classpath! >From the output fof javaConfig() I was'nt surprised. However I thought that the install would set the paths to the OmegaHat interface manager. So I set the classpath to /home/rajarshi/src/Rlibrary/SJava/org/omegahat/Jars/../Interfaces: \ /home/rajarshi/src/Rlibrary/SJava/org/omegahat/Jars/../R/Java: \ /home/raja...
2015 Mar 24
0
samba4 check database replication script. samba-check-db-repl.sh
Darn.. and i did really my best to put on online without any bugs.. Still learning ... it gets better.. Thanks you fof having a look, i changed the code... And what do you think usable for the public? Greetz, Louis >-----Oorspronkelijk bericht----- >Van: rowlandpenny at googlemail.com >[mailto:samba-bounces at lists.samba.org] Namens Rowland Penny >Verzonden: maandag 23 maart 2015 17:21 >A...
2009 Nov 04
2
which version best to use right now?
hiya folks, I've been trying to figure out which branch of samba is best for us to use. I read the FAQ, and it seems a little out of date. or at best, lacking in info. It says that, "The current stable, production Samba server is the Samba 3.2 branch." If that is the case.. then why are there **THREE** other branches? why is there also a 3.3, *and* a 3.4, *and* a 4.x branch? To
2007 May 25
18
services do not get restarted
Hello List, We are using puppet to manage a growing number of Debian Etch based servers (currently 70). Since upgrading to 0.22.4 we encountered a problem when services do not restarted on puppets request. For example the Nagios remote plugin executor daemon (nrpe). It''s running daemonized and its confiugration is located in /etc/nagios/nrpe.cfg. This file is managed through puppet
1997 Sep 12
0
Dynamic Configuration Values et al.
...MY<9#GZSVC<NZQP5,,/,'PUO,;^HLCQHG]^ MWKNJ<%3##W`<C"_PS-A<IS3U"+C)6ZNZ1-#Y*I3)Y>!<<5$=0[K[TL38.&'_ M6X5?DDFW6KH]RF6J&,]D%5TE2E6D@DRZ4*L)"D+IAJ\*5;%_52A"T>=0,ZP7 M:QU)'@\1Y&Y*8+@K*D?#QDFY9RB'POJHDH%XN&?9'6@/VAW\3@-1URI-FOF! M_]IP:C8%[+9;OXN$[I<WTK`Q\%BE34;[`>JJ)\D"M&+8*.<(!Y&.B_*68W6U MN!"4J\1]!''9Q:2PU=&JK(13DK:<!U9+"P&_2MJ'B2N>)Z6MCE:E)1P\"ZZK M_S@K"#,Z[P^+\QA&UEH?X"]!TF,+;*<@DF`?"5BRK</)+.V\U%(HLLY2>99[ M/;:%YU+I+5L^+!([NQ+#...
2009 Oct 07
8
[Bug 24370] New: nouveau and xorg-server-1.7 does not work without NoAccel
...lt with the latest versions installed, including all the drivers. If I tri to startx, then everything start to loads, except that things does not look like they should. There are no characters what so ever. Windows borders are drawn, the background are drawn. The nouspointer are drawn. Some content fof the windows are particially drawn. Then lockup. No response from keyboard, no response from mouse. The system responds to ssh, and with NoAccel everything works as is should, just a bit more slow. Attaching Xorg.log and "dmesg | grep drm". Will see if I can get out a backtrace also if t...
2019 Apr 13
1
[RFC 3/3] RDMA/virtio-rdma: VirtIO rdma driver
...lags; > +}; > + > +struct rsp_get_dma_mr { > + __u32 mrn; > + __u32 lkey; > + __u32 rkey; > +}; > + > +/* TODO: Move to uapi header file */ > + > +struct virtio_rdma_ib_cq { > + struct ib_cq ibcq; > + u32 cq_handle; > +}; > + > +/* TODO: For the scope fof the RFC i'm utilizing ib*_*_attr structures */ > + > +static int virtio_rdma_exec_cmd(struct virtio_rdma_info *di, int cmd, > + struct scatterlist *in, struct scatterlist *out) > +{ > + struct scatterlist *sgs[4], hdr, status; > + struct control_buf *ctrl; > + unsigned t...
2019 Apr 11
1
[RFC 3/3] RDMA/virtio-rdma: VirtIO rdma driver
...y_pd { + __u32 pdn; +}; + +struct cmd_get_dma_mr { + __u32 pdn; + __u32 access_flags; +}; + +struct rsp_get_dma_mr { + __u32 mrn; + __u32 lkey; + __u32 rkey; +}; + +/* TODO: Move to uapi header file */ + +struct virtio_rdma_ib_cq { + struct ib_cq ibcq; + u32 cq_handle; +}; + +/* TODO: For the scope fof the RFC i'm utilizing ib*_*_attr structures */ + +static int virtio_rdma_exec_cmd(struct virtio_rdma_info *di, int cmd, + struct scatterlist *in, struct scatterlist *out) +{ + struct scatterlist *sgs[4], hdr, status; + struct control_buf *ctrl; + unsigned tmp; + int rc; + + ctrl = kmalloc(si...
2019 Apr 11
9
[RFC 0/3] VirtIO RDMA
Data center backends use more and more RDMA or RoCE devices and more and more software runs in virtualized environment. There is a need for a standard to enable RDMA/RoCE on Virtual Machines. Virtio is the optimal solution since is the de-facto para-virtualizaton technology and also because the Virtio specification allows Hardware Vendors to support Virtio protocol natively in order to achieve
2019 Apr 11
9
[RFC 0/3] VirtIO RDMA
Data center backends use more and more RDMA or RoCE devices and more and more software runs in virtualized environment. There is a need for a standard to enable RDMA/RoCE on Virtual Machines. Virtio is the optimal solution since is the de-facto para-virtualizaton technology and also because the Virtio specification allows Hardware Vendors to support Virtio protocol natively in order to achieve