search for: cilent

Displaying 12 results from an estimated 12 matches for "cilent".

Did you mean: silent
1999 May 24
2
User Mode Problem in 2.0.2
May 24, 1999 In Windows (Win 95 cilent), when I set up the access control as "user mode", and try to "ADD" a list of users to a particular share, I get the message, "You cannot view the list of users at this time. Please try again later." I am using Samba 2.0.2. Is user mode functionality available in this...
2007 Aug 15
2
Interfaces for accessing SSL/TLS certificates
Hi everyone. Does anyone have any preferences or ideas for an interface for SSL certificates, both client-side and server-side? At present, the only interface is EventMachine::Connection#start_tls, which uses a built-in self-signed cert on the server side. On the cilent side, it accepts any well-formed cert (that is, it doesn''t check that the remote cert is signed by a trusted authority). I''m thinking of adding a very simple interface to EventMachine::Connection so you can set up certificate parameters before calling #start_tls. I''ll ma...
2010 Jun 29
2
CA issues...
...generate it with the current key notice: Run of Puppet configuration client already in progress; skipping Now... the one thing I can think of that might contribute to this could be the fact of how I set up my systems. This is going to take some explaining: the hostname (in this case) for the cilent is atlcnag0. It''s DNS entry (for its main interface) is atlcnag0-eth0 and there is a CNAME pointing back to its hostname (later there may well be more than one IP address associated with that name) which I didn''t think should cause problems, but maybe it is. Any thoughts?...
2010 Dec 29
1
filling up holes
I have a data frame with three columns client ID | date | value For each cilent ID I want to determine Min date and Max date and for any dates in between that are missing I want to insert a row Client ID | date| NA Any help would be appreciated.
1999 May 12
1
Printing problem when Samba is an NT Domain Member! HELP!!!
...an't print to the RedHat 5.2 (kernel 2.0.36) Samba 2.0.3 Server, which I am planning to use as a printserver. When the security is share level I succeed to print, but any user is able to cancel the job. I tried both printing = bsd and lprng. The printers are connected to Intel printservers. The cilents are Win95 and WinNT. Although I reported this problem to samba-ntdom list, nobody seemed to be interested. This is my last chance so, PLEASE HELP!!!!! Alpaslan KAPLAN Computer Operation Specialist akaplan@tai.com.tr -------------- next part -------------- HTML attachment scrubbed and removed
2014 Sep 05
2
Asterisk with PJSIP
Hi All, I installed Astreisk 13beta with pjproject 2.3(2.2.1) from source code on CentOS7. -- https://wiki.asterisk.org/wiki/display/AST/Building+and+Installing+pjproject The installation is OK. But the connected SIP cilents (both Linphone on Windows7) cannot communicate. I hope your comment such as the testing for resolving the problem. My status is the following(1 and 2). Why 'Everyone is busy/congested at this time (1:0/0/1)'? (1:0/0/1<---num.nochan is 1.) ---------- 1. endpoint *CLI> pjsip show en...
2012 May 14
6
problem with importing node definitions (2.7.14) [SEC=UNCLASSIFIED]
...ork with a puppet 2.7.14 installation to see what''s new and needs to be changed, however i''m seeing unexpected behavior with my manifests, so my external node directory isn''t being imported. This is on a rhel 5 server with the puppet rpms from yum.puppetlabs.com, but the cilent machines is based on fc17 beta with 2.7.13 rpm (which is with that version for now, and has ruby-libs 1.9.3) First, some appropriate filedumps frome manifests directory: ------- > cat /etc/puppet/manifests/site.pp import gfedevws-templates import ''nodes'' ------- > cat /...
2008 Apr 29
2
new auth connection (for ever)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi everybody, I have a little problem, when i am trying to read an email via imap my thunderbird is trying (for ever) to read it. My dovecot tells me : dovecot: Apr 29 22:47:23 Error: IMAP(ebalaskas): FETCH for mailbox oreilly UID 24 got too little data: 2041 vs 2471 dovecot: Apr 29 22:47:24 Error: IMAP(ebalaskas): FETCH for mailbox oreilly UID 24
1998 Jun 12
0
installing samba server on sco open server release 5
Sir, I went through your site and found helpful to integrate my win-95 cilents on to sco open server enterprise release 5 . I went to "samba .anu.ed.au" and downloaded samba-latest.tar.gz of 1.3MB size .You have mentioned to do gunzip and tar to unpack the archive. I have tried with "tar xvf samba-latest_tar.tar", it is giving message "tar:blocksi...
2006 Dec 29
2
update_attributes fails: ReadOnlyRecord
I''m trying to update a record, but it just stops with "ActiveRecord::ReadOnlyRecord". I don''t understand why, because I never wanted my model to be read only. Relevant code: Controller: def edit @project = find_project if request.post? @project.update_attributes(params[:project]) if @project.save flash[:message] = _(''Project was
2017 Jan 13
2
Firewall rules for TINC server
...v4 Interface = tun0 TunnelServer = yes Forwarding = kernel ListenAddress = * 655 And using iptables I managed to isolate the clients in group 1 from seeing each other using the following rule: sudo iptables -A FORWARD -s 10.100.0.0/17 -d 10.100.0.0/17 -j DROP Group 1 and 2 can see each other but cilents from group 1 cannot. The problem is that I also need to isolate clients from group 1 from reaching the server, but found no way to do that yet. Tried with sudo iptables -D INPUT -s 10.100.0.0/17 -d 10.100.0.1/32 -j DROP but this only works for blocking ping but it doesn't stop curl or anyt...
2004 Apr 13
2
Case-sensitivity problems with smbmount on linux
[This seems like it should be a FAQ, but I searched for quite some time without finding anything.] Mounting a samba share using smbmount under linux leads to problems when dealing with filenames that differ in case only. These problems do not affect WinXP mounting the same share, so it looks like a client issue. The server is running Samba 3.0.1 on linux, kernel 2.4.20. The relevant part of