similar to: Useless log message "POSSIBLE BREAK-IN ATTEMPT"

Displaying 20 results from an estimated 2000 matches similar to: "Useless log message "POSSIBLE BREAK-IN ATTEMPT""

2007 May 03
4
[patch] Mac Universal Binaries
On 5/2/07, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > Well, I don't quite understand why AC_C_BIGENDIAN and the solution > you're proposing is likely to break other big endian machines (the ones > that don't have __BIG_ENDIAN__). Can you send a patch that addresses > that (i.e. still uses AC_C_BIGENDIAN when it works)? It is not that AC_C_BIGENDIAN
2008 Dec 15
8
[PATCH 0/2] MCA support with page offlining
Hi all, I had posted about MCA support for Intel64 before. It had only a function to log the MCA error data received from hypervisor. http://lists.xensource.com/archives/html/xen-devel/2008-09/msg00876.html I attach patches that support not only error logging but also Page Offlining function. The page where an MCA occurs will offline and not reuse. A new flag ''PGC_reserved''
2004 Nov 22
20
Is it possible to Xenify a stock Redhat/Fedora kernel.
I would have sworn that someone on the list had a way to Xenify a stock RH kernel but I was not able to dig it up on the archives. If this does not exist I am sure it would be a nice addition to Xen to be able to patch and build some kernels that are compatable with some of the popular distributions. -- Alvin Starr || voice: (416)585-9971 Interlink Connectivity ||
2016 Sep 16
4
samba to ad transition
I am going to upgrade our domain which is based on samba to AD. I'd like to have a 2 dc controllers. After of this transition my plan is to use existing samba server as a file server with 2 new controllers. How to do correctly that transition? How to setup the second DHCP server? -- View this message in context: http://samba.2283325.n4.nabble.com/samba-to-ad-transition-tp4708209.html Sent
2016 Sep 23
4
samba to ad transition
OK. I followed all of these steps. FInally i got that running, but. When I used RSAT tools to manage users I got message, that "A global catalog cannot be contacted to retrieve the icons..." So I do not able to change anything. The second problem is DNS. Failed DNS update with error code 1 and with error code 110. On Tue, Sep 20, 2016 at 2:36 PM, Samba - General mailing list [via
2016 Sep 20
4
samba to ad transition
On Tue, 20 Sep 2016 08:33:23 -0700 (PDT) kajkoz via samba <samba at lists.samba.org> wrote: > I did it again, mean. I followed the instruction > https://wiki.samba.org/index.php/Migrating_a_Samba_NT4_domain_to_a_Samba_AD_domain_%28classic_upgrade%29 > then I tried to log in from the client computer. ANd again. If that > user already existed on client computer there was not a
2006 Mar 29
6
Pagination ...
Hey, I have a CMS I am building right now and I would like to my articles to split in many pages. Here is what I want to do: Once the article reaches 150 words or so it create a link to Page 2 of the article and, on page 2, it displays the rest of the article... How can I do that ? (note that you explain this to a beginner :) Thank you! -- Posted via http://www.ruby-forum.com/.
2006 May 18
6
NOOB: Second post, please help...
Folks, I am linking from page A to page B, and back again. When I go from A -> B, the B_controller.rb runs fine, and the page renders properly. But, when I go from B -> A, the A_controller.rb doesn''t run again, so the array (@A) is nil (which causes a problem). Should the controller run each time the page is accessed? Any ideas? Marcus Marcus Blankenship Technology Services -
2006 May 22
13
How is this possible?
When run from the console, the following code works, when run through the WEBrick server I get a "You have a nil object where you didn''t expect it!" class Competition < ActiveRecord::Base has_many :comp_dates, :order=>:position def initial_date comp_dates.first end def display_dates i_d = initial_date if i_d.nil? return "unknown"
2006 May 29
3
is Sql Server support built in?
Have installed ruby-one-click installer 1.8.4-16 and rails. Am unable to get an app to talk to by SS2000 database using adapter: sqlserver. Is Sql Server support built-in, or do I need to install something else? -- Best Regards, -Larry "Work, work, work...there is no satisfactory alternative." --- E.Taft Benson -------------- next part -------------- An HTML attachment
2016 Sep 20
2
samba to ad transition
I set the local and domainsid the same as on my existing domain. On Tue, Sep 20, 2016 at 1:45 PM, Samba - General mailing list [via Samba] < ml-node+s2283325n4708407h17 at n4.nabble.com> wrote: > On Tue, 20 Sep 2016 13:35:16 -0500 > Kaz Staleman <[hidden email] > <http:///user/SendEmail.jtp?type=node&node=4708407&i=0>> wrote: > > > I do it on test
2009 Jan 30
2
[LLVMdev] [LLVM][g++] A helping hand
Hi All, I was looking into using LLVM with C++. Currently there is almost no C++ support (C support only). Just wondering who is the person to contact so I could help out with C++ extension for LLVM. With Best Regards KaZ Department of Mathematics and Computing Imperial College London
2013 Nov 27
2
Samba4 - ACL not applied/followed (worked in samba 3.0.11)
Hi. samba 4.1.1.. User has unix rights for writing, but samba denies write access to him. On samba server: amistest at samba:~$ id uid=6603(amistest) gid=20(users-nis) groups=20(users-nis),2108(evis),2109(slp),2112(hernie),2126(poj),2133(hto),20000(users) -> user amistest is in "poj" group amistest at samba:~$ ls -ld ACLTEST drwxrwxr-x+ 2 hrubos vema 4096 Nov 27 11:05 ACLTEST
2009 Jan 30
3
[LLVMdev] [LLVM][g++] A helping hand
--- On Fri, 1/30/09, Török Edwin <edwintorok at gmail.com> wrote: > From: Török Edwin <edwintorok at gmail.com> > Subject: Re: [LLVMdev] [LLVM][g++] A helping hand > To: kasra_n500 at yahoo.com, "LLVM Developers Mailing List" <llvmdev at cs.uiuc..edu> > Date: Friday, January 30, 2009, 8:29 AM > On 2009-01-30 18:19, Kasra wrote: > > Hi All, >
2006 May 09
11
model filter?
Hi All, Is there a way to filter / modify the output of a model class before it''s returned to controller/view that''s calling it? Example: I have a field phone_number which I always want to preformat using the number_to_phone() helper.... Any help is appriciated. Thanks! -- Posted via http://www.ruby-forum.com/.
2009 Jan 30
0
[LLVMdev] [LLVM][g++] A helping hand
On 2009-01-30 18:19, Kasra wrote: > Hi All, > > I was looking into using LLVM with C++. Currently there is almost no C++ support (C support only). > LLVM is written in C++, has a C++ API, and llvm-gcc frontend can compile C++ programs. What exactly is the C++ support you are missing? Best regards, --Edwin
2012 Jun 08
3
error in mlogit
??????????????????????????????????????????... ????: ???? URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120608/37c40cb5/attachment.pl>
2016 Sep 19
2
samba to ad transition
Yes, I did the classic upgrade. I do have a 2 separated network, so... In my test network exists only the AD, and one computer as a client. THe new AD has the same IP address as the old PDC, and the same domain name. -- View this message in context: http://samba.2283325.n4.nabble.com/samba-to-ad-transition-tp4708209p4708342.html Sent from the Samba - General mailing list archive at Nabble.com.
2006 Apr 12
2
DCC transfers don't work, but IRC works
Hi! Already searched for it and asked in IRC channel but all replies talk about ip_conntrack_irc and ip_nat_irc. I have a rule in 'NEW' section of 'shorewall/rules' to irc: ACCEPT fw net tcp 6667 #IRC and 'lsmod|grep irc' shows: ip_nat_irc 3648 0 ip_nat 22572 8 [...] ip_conntrack_irc
2006 May 16
2
Validate Before Delete
I have an Order model with a ''status'' column. What I want to be able to do is validate that the status of the Order is not completed before it is allowed to be deleted. I tried the following method in my Model, but it appears that this only works for an :update or :create on the record. Anyone know how to do this, and if it should be in the model or the controller?