search for: jibber

Displaying 11 results from an estimated 11 matches for "jibber".

Did you mean: jabber
2003 Jan 21
7
DHCP Question
How do I configure my DHCP client to restart Shorewall when it obtains a new IP address? Blake
2019 Mar 05
5
getent not working after installing firewall
...I made a very thorough check that everything is working. After 4 days I get a call, that 2 clients in the Samba domain cannot contact the mail server, which is in the Windows domain. Also, those 2 clients cannot connect to a specific printer in the Windows domain. Also, the printer seems to be jibbering, transmitting garbage about 10 times/sec. All other clients in the Samba domain can connect to the mail server without any problems. Testing, retesting, checking firewall rules, checking DNS responses, restarting computers, again, again, again. Everything is OK. But still it does not work....
2019 Mar 05
2
getent not working after installing firewall
Am 05.03.19 um 00:22 schrieb Mark Foley via samba: > /etc/resolv.conf: > nameserver 192.168.0.2 > nameserver 209.18.47.62 > > /etc/hosts: > 127.0.0.1 localhost > 192.168.0.60 ccarter > > So, the gateway is the Sonicwall firewall, 192.168.0.1. Nameservers are the DC (192.168.0.2) > and one of the ISP name servers. The IP is static and is set
2016 Jun 28
1
After reboot, permission denied
...Ever since, I cannot access my samba shares :-( This has worked through updates and reboots previously. My Linux servers won't run the mount command that's worked for months, they respond with "mount error(22): Invalid argument" I set the loglevel to 5, and get a whole lot of jibber-jabber, but I do see complaints about NT_STATUS_WRONG_PASSWORD I reset the samba user's password, and reset it to 'test', but always get the same results. My Macs will mount the share just fine, but any attempt to write files fails with permission denied. Nothing shows up in the logs...
2019 Mar 05
0
getent not working after installing firewall
...gh check that > everything is working. After 4 days I get a call, that 2 clients in > the Samba domain cannot contact the mail server, which is in the > Windows domain. Also, those 2 clients cannot connect to a specific > printer in the Windows domain. Also, the printer seems to be > jibbering, transmitting garbage about 10 times/sec. All other clients > in the Samba domain can connect to the mail server without any > problems. Testing, retesting, checking firewall rules, checking DNS > responses, restarting computers, again, again, again. Everything is > OK. But still it...
2019 Mar 05
0
getent not working after installing firewall (SOLVED)
...ugh check that everything > is working. After 4 days I get a call, that 2 clients in the Samba > domain cannot contact the mail server, which is in the Windows domain. > Also, those 2 clients cannot connect to a specific printer in the > Windows domain. Also, the printer seems to be jibbering, transmitting > garbage about 10 times/sec. All other clients in the Samba domain can > connect to the mail server without any problems. Testing, retesting, > checking firewall rules, checking DNS responses, restarting computers, > again, again, again. Everything is OK. But still...
2005 Sep 28
1
script.aculo.us Design Patterns
What makes script.aculo.us and Prototype so darn special? I was using some of the facilities of Prototype, and came around to understanding that it was different somehow, but I couldn''t figure out how exactly. I was using static methods for a while, but when I wrapped my functions into and object the library suddenly started to do some serious lifting.
2019 Mar 05
4
getent not working after installing firewall
...at > everything > is working. After 4 days I get a call, that 2 clients in the Samba > domain cannot contact the mail server, which is in the > Windows domain. > Also, those 2 clients cannot connect to a specific printer in the > Windows domain. Also, the printer seems to be jibbering, transmitting > garbage about 10 times/sec. All other clients in the Samba domain can > connect to the mail server without any problems. Testing, retesting, > checking firewall rules, checking DNS responses, restarting > computers, > again, again, again. Everything is OK. But...
2008 Feb 18
6
inheriting static/class methods with new prototype.js class creation
Hey all. I want something like this to work: var Foo = Class.create(); Foo.myStaticMethod = function(){alert("I''m a static method!")}; Foo.myStaticMethod(); // works var f = new Foo(); f.myStaticMethod(); // doesn''t work, but that''s good--I don''t want it to var Bar = Class.create(Foo); Bar.myStaticMethod(); // doesn''t work, undefined :(
2006 Apr 10
10
Prototype Ajax - How to pass my own params to onComplete ?
Sorry if this has been covered before, i can''t imagine it hasn''t, but i''ve been unable to find any information on it. Can i pass my own parameters to the onComplete function specified by Ajax.Request ? My basic setup is i have an html element triggering an event (the ajax update). I have additional information encoded into the element about how it should handle
2005 Aug 18
8
Extending a js class
It''s been a few days since I posted my last two emails (of which, no one replied to) so I''ve gone ahead and coded a working slider class as well as a ''resizeable'' class that allows a user to drag and resize the element. I also linked these two together as I want to have slider behavior that can resize the resizeable element. The end result is both the