search for: 8181

Displaying 20 results from an estimated 59 matches for "8181".

Did you mean: 181
2011 Jun 26
2
iptables port forwarding
Dear all, I would like to forward a port to an internet server, but failed. can you help me? Server: eth0: 192.168.1.250, Port: 8080 TCP, CentOS 5.6 Remote server: IP: a.b.c.d Port: 8181 Forward path: client1(192.168.1.10) -> 192.168.1.250:8080 (forward) -> a.b.c.d Port: 8181 ----------------------------------------- In Fedora, I successfully to config the firewall using system-config-firewall and iptables command: 1. Run system-config-firewall 1.1 open local port 8080...
2015 May 09
2
firewalld trouble opening a port
...problem is you added the rule in runtime and when you reloaded it >removed the rule that you added; therefore you need to use --permanent >or >do not reload. Thanks! That worked. [root at appd:~] #firewall-cmd --zone=home --list-ports [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp --permanent success [root at appd:~] #firewall-cmd --reload success [root at appd:~] #firewall-cmd --zone=home --list-ports 8181/tcp #telnet appd.mydomain.com 8181 Trying xx.xx.xx.xx... Connected to appd.mydomain.com. Escape character is '^]'. On Sat, May 9, 2015 at 3:14 PM, Earl A Ra...
2015 May 09
2
firewalld trouble opening a port
Hey all, I'm having a little trouble opening up a port on a C7 machine. Here's the default zone: [root at appd:~] #firewall-cmd --get-default-zone home So I try to add the port: [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp success Then I reload firewalld: [root at appd:~] #firewall-cmd --reload success Simple! That should do it. Right? Well not quite. Cuz when I telnet to that host on that port, it's not connecting: #telnet appd.mydomain.com 8181 Trying xx.xx.xx.xx... <---obscuring the real IP telnet:...
2012 Aug 06
1
SSL Library Error: -8181 Certificate has expired
Hi List Just had one of my servers fail serving web pages and apache produced a log file of nearly 1,000,000 lines and 130Mb in about 18 hours with the following: "SSL Library Error: -8181 Certificate has expired Unable to verify certificate 'Server-Cert'. Add "NSSEnforceValidCerts off" to nss.conf so the server can start until the problem can be resolved." repeated any where from 4 to 20 times per second until I stopped the server. Anyone know why this kin...
2011 Jul 21
0
[xen-4.0-testing test] 8181: tolerable FAIL - PUSHED
flight 8181 xen-4.0-testing real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/8181/ Failures :-/ but no regressions. Tests which did not succeed, but are not blocking, including regressions (tests previously passed) regarded as allowable: test-amd64-amd64-xl-pcipt-intel 8 debian-fixup...
2015 May 09
0
firewalld trouble opening a port
...t; Hey all, > > I'm having a little trouble opening up a port on a C7 machine. > > Here's the default zone: > > [root at appd:~] #firewall-cmd --get-default-zone > home > > So I try to add the port: > > [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp > success > > Then I reload firewalld: > > [root at appd:~] #firewall-cmd --reload > success > > Simple! That should do it. Right? Well not quite. > > Cuz when I telnet to that host on that port, it's not connecting: > > #telnet appd.mydomain.com 8181 &gt...
2007 Apr 11
1
Re: [Xapian-commits] 8181: trunk/xapian-bindings/ trunk/xapian-bindings/python/
On Wed, Apr 11, 2007 at 10:31:39AM +0100, richard wrote: > python/smoketest.py: Replace cut-and-pasted test checking code > with functions, to simplify tests. It might be simpler, but mostly because functionality has gone - you've thrown away all my carefully written failure messages! Now if a test fails, the message is very generic and you have to read the code to find out what's
2005 Nov 11
3
passive FTP trafic control
Hi All How to classify packets belonging to a FTP session? Port 21 session is easy. but what about data transfers? Their port numbers (both) are above 1024. I was thinking about ip_conntrack_ftp. Something like: iptables -A FORWARD -p tcp --sport 1024: --dport 1024: \ -m state --state ESTABLISHED,RELATED -j CLASSIFY --set-class X:Y But what if I also have ip_conntrack_irc, for instance.
2005 Oct 05
0
Ad: Re: Ad: Re: R crashes for large formulas in lm() (PR#8181)
On Wed, 5 Oct 2005 Hallgeir.Grinde at elkem.no wrote: > Yes. > so (x1*x2*x3*x4*x5*x6*x7*x8)^2 = (x1+x2+x3+x4+x5+x6+x7+x8)^8 ? Yes in the sense that the simplified formula given by terms() is the same. > and there is a difference in > (x1*x2*x3*x4*x5*x6*x7*x8)^2 > and > (x1*x2*x3*x4*x5*x6*x7*x8) > althoug the resulting formulas are the same, or? The first is reduced to the
2015 May 11
0
firewalld trouble opening a port
...e in runtime and when you reloaded it >> removed the rule that you added; therefore you need to use --permanent >or >> do not reload. > Thanks! That worked. > > [root at appd:~] #firewall-cmd --zone=home --list-ports > [root at appd:~] #firewall-cmd --zone=home --add-port=8181/tcp --permanent > success > [root at appd:~] #firewall-cmd --reload > success > [root at appd:~] #firewall-cmd --zone=home --list-ports > 8181/tcp Just remember that the permanent command doesn't add the rule immediately, so it doesn't take effect *until* you reload. you c...
2016 Jul 28
1
ext4 error when testing virtio-scsi & vhost-scsi
...: Checking group summary information Free blocks count wrong for group #1 (32703, counted=8127). Fix<y>? yes Free blocks count wrong for group #2 (32768, counted=31744). Fix<y>? yes Free blocks count wrong (249509, counted=223909). Fix<y>? yes Free inodes count wrong for group #0 (8181, counted=8180). Fix<y>? yes Free inodes count wrong (65525, counted=65524). Fix<y>? yes /dev/sda: ***** FILE SYSTEM WAS MODIFIED ***** /dev/sda: 12/65536 files (8.3% non-contiguous), 38235/262144 blocks root@(none)$ 2. root@(none)$ rm /mnt/test [ 71.021484] EXT4-fs error (device s...
2016 Jul 28
1
ext4 error when testing virtio-scsi & vhost-scsi
...: Checking group summary information Free blocks count wrong for group #1 (32703, counted=8127). Fix<y>? yes Free blocks count wrong for group #2 (32768, counted=31744). Fix<y>? yes Free blocks count wrong (249509, counted=223909). Fix<y>? yes Free inodes count wrong for group #0 (8181, counted=8180). Fix<y>? yes Free inodes count wrong (65525, counted=65524). Fix<y>? yes /dev/sda: ***** FILE SYSTEM WAS MODIFIED ***** /dev/sda: 12/65536 files (8.3% non-contiguous), 38235/262144 blocks root@(none)$ 2. root@(none)$ rm /mnt/test [ 71.021484] EXT4-fs error (device s...
2004 Nov 15
0
FW: Song Metadata from 3rd party source?
...aptor" in the following SpacialAudio knowledgebase article: http://www.spacialaudio.com/knowledge/question.php?qstId=110 I've tried this and it works! Steps: * Enable HTTP Event Adaptor in the "Config->Event Adaptors" dialog. * Restart SimpleCast to enable the server on port 8181. * Make sure one of you encoders has "Enable title streaming" enabled in the "Server Details" tab. * Start streaming. * Start listening to your own stream (to see if the info changes). * Use Internet Explorer to set the title/artists as follows (with Firefox it doesn't work...
2006 Feb 24
2
Help with the configuration of apache and fcgi
...ctual location. I applied the rails book recommended way to do it so far no luck. I also tried the steps recomended on these websites for different things (lighttpd, fcgi, etc.. etc..) http://scottstuff.net/blog/articles/2005/07/20/apache-tuning-for-rails-and-fastcgi http://www.kevinworthington.com:8181/?p=102 http://www.zedshaw.com/projects/scgi_rails/lighttpd.html http://wiki.rubyonrails.org/rails/pages/HowToDeployWithLighttpdOnWindows and bunch of other places. I am utterly confused and do not know what I am doing. Basically what I am asking is first and foremost On a given windows xp (later to...
2006 Feb 25
10
Performance issue.. after a while
...al/railsData/public/dispatch.fcgi avirtual 8179 2.0 14.2 177640 145588 ? S 13:35 2:22 /usr/bin/ruby1.8 /home/avirtual/railsData/public/dispatch.fcgi avirtual 8180 2.1 13.6 172560 140140 ? S 13:35 2:31 /usr/bin/ruby1.8 /home/avirtual/railsData/public/dispatch.fcgi avirtual 8181 1.4 0.1 178156 1512 ? S 13:35 1:43 /usr/bin/ruby1.8 /home/avirtual/railsData/public/dispatch.fcgi avirtual 8182 2.2 9.1 131236 93564 ? R 13:35 2:34 /usr/bin/ruby1.8 /home/avirtual/railsData/public/dispatch.fcgi avirtual 8184 2.0 14.1 177920 145164 ? S 13:35...
2011 Oct 10
2
Channel life span
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Basic context for my questions: Client (ssh) and server side (sshd) where the client use -L option for a direct-tcpip channel and forward all requests. (All Linux and openssh version 5.9p1). $ ssh -L8080:<some-ip>:8181 ... I noticed that when a third client send data to the local port (8080) used for forwarding, a channel is created: ... debug1: channel 1: new [direct-tcpip] debug1: server_input_channel_open: confirm direct-tcpip debug3: channel 1: waiting for connection ... the request then pass through the t...
2005 Sep 05
9
Samba Printing Extremely Slow from Windows XP
Hi, I have setup samba server on my linux box (Fedora Core 4 with latest samba, just updated via RHN) and has configured file sharing via samba for this server and connecting to it from my windows xp box. So far, everything works fine and it is very fast. Then, I configured a printer, and shared it via samba. And, I can see+connect to it from Windows XP and can even print. But, everything
2018 Dec 06
0
// RESEND // 7.6: Software RAID1 fails the only meaningful test
...big; see > http://chico.benjamindsmith.com/rdsosreport.txt > > [??? 0.000000] localhost kernel: Command line: > BOOT_IMAGE=/boot/vmlinuz-0-rescue-4456807582104f8ab12eb6411a80b31a > root=UUID=1b0d6168-50f1-4ceb-b6ac-85e55206e2d4 ro crashkernel=auto > rd.md.uuid=ea5fede7:dc339c3b:81817fc4:aba0bd89 > rd.md.uuid=7a90faed:4e5a2b50:9baa8249:21a6c3da rhgb quiet > /dev/sda1: UUID="6f900f10-d951-2ae7-712c-a5710d8d7316" > UUID_SUB="541c8849-58bd-8309-96fd-b45faf0d40bb" LABEL="localhost:home" > TYPE="linux_raid_member" > /dev/sda...
2006 Jan 12
1
Lightty on windows?
hi all can anybody tell me how to get lighttpd on windows? thanks rohit mehra --------------------------------- Yahoo! Photos Ring in the New Year with Photo Calendars. Add photos, events, holidays, whatever. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060112/2410542a/attachment.html
2005 Dec 14
2
still stuck on windows lighttpd config
Hello, I have my app in C:\Program Files\lighttpd\htdocs\receipts I do not know what to change in the lighttpd.conf to run this. What paths do I need and what fastcgi setting to find this? Thanks Frank _______________________________________________ Rails mailing list Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails