Displaying 20 results from an estimated 10000 matches similar to: "Strange problem"
2016 Jun 21
4
Redirecting port 8080 to port 80 - how to add in /etc/sysconfig/iptables file?
Hello Gordon and others
On Tue, Jun 21, 2016 at 4:13 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 06/21/2016 02:30 AM, Alexander Farber wrote:
>
>> -A PREROUTING -p tcp -m tcp -d 144.76.184.154/32 --dport 80 -j REDIRECT
>> --to-ports 8080
>>
>
>
> I think you have the ports backward, here.
>
here the problem description again:
I have
2007 Apr 18
1
[Bridge] Strange, my transparent squid stoped working
Are you saying that REDIRECT hasn't been or that it has suddenly stopped
working?
My guess would be that it hasn't been working. Here's why:
The REDIRECT target is in the NAT table because it is designed to redirect
the port of packets destined for the interface they arrived on.
If I understand right your situation is like this:
(Users) -----> (eth2) <Bridge (192.168.0.3)>
2017 Dec 29
0
samba NT4 domain trusting samba AD domain: ephimeral
hi all,
thanks to Rowland advice, I checked the net trustdom way to establish
trust between domains.
In my setup I have a samba-4.7.4 NT4 domain named TRUSTING which needs
to have a trusting (outgoing)[1] with samba-4.7.4 AD domain named ATENEOAD.
As far as I know it is very similar to:
https://www.samba.org/samba/docs/man/Samba-HOWTO-Collection/InterdomainTrusts.html#id2620849
I added the
2011 Feb 02
2
unequally spaced factor levels orthogonal polynomial contrasts coefficients trend analysis
Hello [R]-help
I am trying to find
> a package where you can do ANOVA based trend analysis on grouped data
> using orthogonal polynomial contrasts coefficients, for unequally
> spaced factor levels. The closest hit I've had is from this web site:
>(http://webcache.googleusercontent.com/search?q=cache:xN4K_KGuYGcJ:www.datavis.ca/sasmac/orpoly.html+Orthogonal+polynomial
>l
but I
2013 May 06
1
libvirt API reference disappeared from website
Hi,
I think the API Reference for libvirt disappeared from libvirt.org:
browsing to http://libvirt.org/html/libvirt-libvirt.html
delivers no content.
The content is still available via google cache
http://webcache.googleusercontent.com/search?q=cache:libvirt.org/html/libvirt-libvirt.html
So, is this removed on purpose? Or is this some bluff from my browser (but I checked this from different
2006 Apr 09
1
logistic regression model with non-integer weights
When fitting a logistic regression model using weights I get the
following warning
> data.model.w <- glm(ABN ~ TR, family=binomial(logit), weights=WEIGHT)
Warning message:
non-integer #successes in a binomial glm! in: eval(expr, envir, enclos)
Details follow
***
I have a binary dependent variable of abnormality
ABN = T, F, T, T, F, F, F...
and a continous predictor
TR = 1.962752
2023 Mar 25
1
hardware issues and new server advice
Excerpts from Strahil Nikolov's message of 2023-03-24 21:11:28 +0000:
> Gluster excells when you have more servers and clients to consume that data.
you mean multiple smaller servers are better than one large server?
> LVM cache (NVMEs)
we only have a few clients. gluster is for us effectively only a
scalable large file storage for one application. new files are written
once and then
2008 May 22
2
Strange samba error
Hello,
We use samba to backup some (rather large) sql databases.
Lately we ocasionally are getting fail reports, as in the file could not
be written, and windows generating an error 64:
"The specified network name is no longer available"
While going trough the logs, i can see the following error (sorry for
the long output):
-----
[2008/05/19 01:14:46, 0]
2006 Aug 17
1
ATA: abnormal status on domain0
I have a problem with SATA disk.
Once, i start up my system (1 domain0 and 2 domainU on the same
machine), it is good. But, where some of them have high traffic and thus
require high disk usage i get this error in dom0''s dmesg:
ATA: abnormal status 0xD0 on port 0x9F7
ATA: abnormal status 0xD0 on port 0x9F7
ATA: abnormal status 0xD0 on port 0x9F7
ata1: command 0x35 timeout, stat 0xd0
2007 Jul 31
1
Problem with mdadm softRAID in CentOS4.5!
I have a server running some dababases in CentOS4.5 fully updated, but
this morning I read this error in messages log:
Trover st0:Block limits 1- 16777215 bytes
******************************************************************
172.25.8.236: Servinaves
ATA ABNORMAL DTATUS 0X20DF
ATA ABNORMAL DTATUS 0X20DF
ATA ABNORMAL DTATUS 0X20DF
ata comand 0x35 timeout, stat 0xd0 host - stat 0x21
atat1: status
2008 Sep 29
1
How to remove columns of table in R recursively
Hi R-list,
I would like to know how to perform any elimination of attribute (column) in
R.
E.g I have:-
20,21,22,23,24,25,normal
1,2,3,4,5,5,normal
0,1,0,2,3,4,abnormal
...
I intend to do a checking on each column:-
If the column sum of abnormal is 0 but the column sum of normal is nonzero,
i wanted to eliminate this attribute. And so on and so forth observing other
attributes across the
2007 Jun 05
2
Abnormal Windows behaviour with Samba
Hello all,
I am using Samba v3.0.24 on an Ubuntu Server system as a fileserver for 30
pcs. Samba is working nice but I face a problem that I can't tell if it is
because of Samba or Windows. Let me explain:
On the Windows terminals (XP SP2) I have changed the special folders
settings in registry, so as to redirect them to samba shares instead of
local folders. Among the folders I have changed
2012 Dec 14
2
Manipulation of longitudinal data by row
I have a dataset of the form below, consisting of one unique ID per
row, followed by a series of visit dates. At each visit there are
values for 3 dichotomous variables. Of the 8 different possible
combinations of the three variables, 4 are "abnormal" and the
remaining 4 are "normal". Everyone starts out abnormal, and then
either continues to be abnormal at subsequent visits,
2012 Mar 10
1
Generating abnormal returns in R
Hello
This is my first post on this forum and I hope someone can help me out.
I have a datafile (weeklyR) with returns of +- 100 companies.
I acquired this computing the following code:
library("tseries");
tickers = c("GSPC" , "BP" , "TOT" , "ENI.MI" , "VOW.BE" , "CS.PA" ,
"DAI.DE" , "ALV.DE" ,
2007 Jul 09
2
ATA: abnormal status 0x7F on port 0xB887
Hello,
We have recently purchased two Supermicro servers, AS-1021M-T2RB
(http://www.supermicro.com/Aplus/system/1U/1021/AS-1021M-T2RV.cfm), and
have built them both with CentOS 5 operating system. They are identical,
apart from the manufacturer of the disk drives.
Kernel is: Linux version 2.6.18-8.1.6.el5
(mockbuild at builder6.centos.org) (gcc version 4.1.1 20070105 (Red Hat
4.1.1-52)) #1 SMP
2015 Jan 27
0
nfs-server in centos 7 - no error message from chown/chmod commands on clients
Hi,
we are using centos 7 as an nfs-server.
Chown / chmod on all linux clients (RH5,6, Ubuntu 14.04) don't get any errors from unallowed chown/chmod commands. Return-code is 0.
e.g.
ls -al test.txt
-rwxrwxr-x 1 sanderso users 0 26. Jan 15:09 test.txt
chown otheruser test.txt
echo $?
0
ls -al test.txt
-rwxrwxr-x 1 sanderso users 0 26. Jan 15:09 test.txt
last posting here describes the
2010 Sep 28
1
Statistics
HI list,
According to this:
http://webcache.googleusercontent.com/search?q=cache:QMGLz9SVNdwJ:www.dovecot.org/talks/berlin-2009-07-02.ppt+dovecot+heavy+users+stats&cd=1&hl=fr&ct=clnk&client=iceweasel-a
<<
# Use statistics to automatically distribute heavy users to different servers
* v1.2 can export very detailed statistics via plugin
>>
I can't find this
2023 Mar 25
1
hardware issues and new server advice
Based on my observation multiple small systems deal better than one large server.
If you have a caching layer, then LVM cache is an overkill.
Why don't you mount the old system's volume on one of the new gluster servers and 'cp' from the first FUSE mount point to the new FUSE mount point ?
Best Regards,Strahil Nikolov?
On Sat, Mar 25, 2023 at 3:31, Martin
2016 Dec 27
0
Is the "\\x.x.x.x" type tree connect request a client related feature?
Is the samba server a domain controller? Is this a classic domain or an
Active Directory domain.
If you are using a classic domain you probably want a WINS server
configured. I find it works better if the primary domain controller
is also the WINS server. In a classic domain, keep the "smb
ports" as the default ( "smb ports = 445 139.") What is the
2016 Dec 30
0
??????: Is the "\\x.x.x.x" type tree connect request a client related feature?
> the tree connect requests of the abnormal case may follow like this order:
>
> Tree connect request Tree \\172.16.37.96\IPC$
>
> Tree connect request Tree \\172.16.37.96
>
> Tree connect request Tree \\172.16.37.96
After the "badlock" patches, MS applies some checks.
( and this is default as of windows server 2008)
1) make user HOSTNAME and IP are correct in