similar to: Echo

Displaying 20 results from an estimated 4000 matches similar to: "Echo"

2004 Apr 13
2
Possible SPAM (accuracy low): Shorewall accept connection on port 139
Hello, I need some help with this problem that i have. I want to accept connection from 1 ip address to my linux box, but i cannot telnet the port 139. I added the rule in rules: ACCEPT net:xxx.xxx.xxx.xxx fw tcp 139 but still i cannot see this port from outside. >From inside the netowork everything is ok. Can someone tell me what i am doing worng? or what i need to do to be able to
2002 Oct 20
8
kernel 2.4.18-17.7.x from redhat
i compile the $subj, and found the htb qdisc in it, what version is it?? the tc from redhat knows about htb??? C ------------------------------------------------------- Xnet scaneaza automat toate mesajele impotriva virusilor folosind RAV AntiVirus. Xnet automatically scans all messages for viruses using RAV AntiVirus. Nota: RAV AntiVirus poate sa nu detecteze toti virusii noi sau toate
2006 Aug 02
2
PDC problem
Hello, I have a problem with a LDAP backed based Samba PDC. Last week, due an hardware problem, I lost my primary LDAP server and PDC. I reinstalled the LDAP server and populated it with the old data, I also reinstalled Samba. The problem is that I can't log in to samba as root (cn=root,dc=info,dc=uvt,dc=ro). All others user accounts ar working except root. Eg.:
2004 Jul 20
4
Some users cannot read mail: assertion failed
Hi all! I am a recent user of dovecot. First of all, the migration from UW-IMAP was definitely worth it. But now I've run into some troubles. Two of my users complain that they can't read their Inboxes, but other folders work fine. The error message I get in the logs look like: lynx imap(gheorghe.bancos): file buffer.c: line 357 (buffer_set_start_pos): assertion failed: (abs_pos
2004 Apr 10
4
Woodpeckers Revisited
Just when I thought I couldn't be wrong, I was wrong. We have woodpeckers that drill into the arial telephone cables, and water seeps through the holes and partially grounds the tip and/or ring wires causing hum. I thought the hum/buz on my lines was a telco problem. The Qwest HQ noise team assures me that my lines are within spec. Sure enough, when I listen on the test set the lines
2008 Mar 04
1
Difficulty labeling plot axis when "mar" and "oma" are set
Dear all, Though labeling the x and y axis in the plot command seems to be straight forward, I can not get it to work if I do the following: ## Creating example data edata <- c(1,2,1,2) edata <- matrix(edata, 2, 2, byrow = T) colnames(edata) <- c("a", "b") edata <- data.frame(edata) ## plot data par(mfrow<- c(1,2)) plot(edata$a, edata$b, xlab =
2023 Oct 31
1
weights vs. offset (negative binomial regression)
[Please keep r-help in the cc: list] I don't quite know how to interpret the difference between specifying effort as an offset vs. as weights; I would have to spend more time thinking about it/working through it than I have available at the moment. I don't know that specifying effort as weights is *wrong*, but I don't know that it's right or what it is doing: if I were
2008 Dec 23
1
Approximate Entropy?
Dear guRus, is there a package that calculates the Approximate Entropy (ApEn) of a time series? RSiteSearch only gave me a similar question in 2004, which appears not to have been answered: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/28830.html RSeek.org didn't yield any results at all. Happy holidays (where appropriate), Stephan
2004 Jun 02
1
prio0 problem
Hello, Just ran into a weird issue. Debian woody with ernel 2.4.26 from backports. A htb hierarchy with a class for local originated traffic, having a bunch of prio 0 filters. All other filters from other classes use prio 3 to prio 6. Well, it does not work as expected, there is local traffic that does not go to that class. Changing filters to prio 1 and it all works as expected. What am I
2006 Apr 17
4
Best place for generic utility classes?
I have some code that is simply formatting and parsing URLs and I really don''t want to associate it with a view or a controller or a model - I just want it to be available as a utility class. Where should this utility class go? I would have to import it into my controller using "require" correct? Thanks, Wes -- Posted via http://www.ruby-forum.com/.
2003 Jun 12
1
Callerid Modem I4l and outgoing spool
Hi all, i tried to write a call generator script. It generate i file like sample.call in ast src tree. But when i set the callerid and make a call over Modem[i4l] then the caller id is not set for the outgoing call. Is it impossible to set the callerid at this time for ttI devices? Thanks for help, Thomas. ******************************************* beroNet technologies GmbH Dipl.- Ing.
2006 Apr 13
7
Whats the best way to achieve this?
employees HABTM projects, projects HABTM employees. I am doing a permissions page for a selected project. I know that I can get all of the employees in the system (@employee.find(:all)) or get all the employees for the selected project. What i''m trying to do is get a list of all the employees in the system and have a check box that states if they are associated with the current
2006 Mar 18
1
Polycom IP600 - no ring?
Have a strange problem... When a C7960 calls the Polycom ip600, the ip600's first line button blinks, the ip600 display shows the proper callerid, but the phone does not ring at all. If I call the same ip600 from a bt102, the ip600 rings properly. If I call the same ip600 from another C7960, the ip600 rings properly. All phones and asterisk are on the same lan within a few feet. The
2004 Sep 22
1
(euro)ISDN: complete silence / can't hear a word.
Hello, I just got my isdn-card working together with i4l and asterisk. Everything seems to be working fine: I can accept calls coming from the outside and I can dial out. Even setting the msn works like charm but my problem is that I cannot hear a word. There's complete silence in both directions. Any idea what could be the cause? Thanks for your help, Gunther Lspci: 0000:01:07.0 Network
2005 Sep 19
1
i4l ring indication problem, again...
I can't find solution anywhere. I googled and find people with the same problem but there was no answers on how to fix this. I have W6692 based PCI cards that uses hisax driver (card type=36). Card is working fine under asterisk with i4l modem driver for incoming calls. If I want to dial out using some sip phone I don't get ring indication. Phone is ringing and I hear only silence until
2007 Oct 25
2
Kirk IP600/3 Wireless Server SIP config
Hi list! Is anyone using the Kirk IP600/3 with SIP firmware connected to Asterisk? Any experiences / caveats? If anyone would be willing to share the dump of their IP600 config file, i would really appreciate it. Is there anything special i should put in my asterisk config? Thanks !!! Remco
2006 Mar 31
2
How to secure web services created by ActionWebService?
Hi, Does anyone know how I can go about securing web services created from ActionWebService? The manual from rubyonrails.org (http://manuals.rubyonrails.com/read/book/10) doesn''t say anything at all on this ... or do I have to implement my own access control? -- Sau Sheong http://www.saush.com http://read.saush.com http://jaccal.sourceforge.net -------------- next part
2005 Jul 18
9
Polycom IP600 - Worth the extra $$
Hello, I am looking at the Polycom phones. The ip600 has a very nice screen, is that the only real advantage over the ip500 and ip300.. Is it worth the extra dollars? Kind regards Michael Felder IT Medic Australia Pty. Ltd. P: 03 9557 2213 F: 03 9557 2214 M: 0419 568 217 E: Michael@ITMedic.com.au <blocked::mailto:Michael@ITMedic.com.au> http://www.ITMedic.com.au
2006 Mar 27
14
Image manipulation/resizing server-side?
I''d like to implement a system in a Rails app where I allow the user to upload an image file, and then the app takes that image and manipulates it, saving a thumbnail, small, and original size version of the file to the server. How would I go about doing that? Thanks, Jeff -- Posted via http://www.ruby-forum.com/.
2004 Nov 17
3
chan-sccp problem, phone is not registering
Hi list! I'm trying to configure the Kirk IP 600 wireless (DECT) system. The wireless phones are regular DECT phones, the Kirk IP 600 is doing the voip part by registering/gatewaying the phones to a callmanager server. The phones do not work and I think the problem is that they do not register at asterisk but I'm not sure because I don't understand a thing of the sccp/skinny