search for: suspicous

Displaying 18 results from an estimated 18 matches for "suspicous".

Did you mean: suspicious
2006 Oct 23
6
nested if/else very slow, more efficient ways?
...o, in the data.frame "resultsfuzzy" I would like to replace the characters in the second column ("5a", "5b", ... "5e") with numbers from 1 to 5. The data.frame has 39150 entries. I seems to work on samples that are << nrow(resultsfuzzy) but it takes suspicously long. Do you have any suggestions how to make the character replacing more efficient? Code: for (i in 1:nrow(resultsfuzzy)) { if (resultsfuzzy[i,2] == "5a"){resultsfuzzy[i,2] <- 1} else if (resultsfuzzy[i,2] == "5b"){resultsfuzzy[i,2] <- 2} else if (resu...
2008 Dec 02
1
[LLVMdev] Kaleidoscope tutorial failed at Chapter 4...
...some code in the command line window, the sample program crashed. And the Visual Studio 2005 debugger told me that "Access violation reading location 0x00000008." And then it jumped to the code: " const TargetData *getTargetData() const { return TD; }" Actually, these codes are suspicous: TheExecutionEngine = ExecutionEngine::create(TheModule); // Set up the optimizer pipeline. Start with registering info about how the // target lays out data structures. OurFPM.add(new TargetData(*TheExecutionEngine->getTargetData())); There is nothing to initialize the TD variable, so...
2020 Jan 02
2
macintosh disconnect problem
..., but > I'd need to look better before I state this for sure. The preexec / postexec hooks mentioned at https://unix.stackexchange.com/a/478881/275843 work well for this. I see Mac clients disconnecting when they have problems, but haven't yet correlated that occurrence to anything suspicous in the log.smbd file yet. > However I see smbd crashing on notifications and I'm still investigating > why and whether the two things are related. > Do you also see crashes? I haven't noticed this. What do you look for to find this? > > Also when did this start? > D...
1999 Dec 13
1
Problems with "help(topic,offline=T)"
...inal ('echo $PAGER' gives 'less') works o.k.. When invoking 'help(topic,offline=T)' all the usual procedures seem to start: 'top' reports invocation of latex as well as of dvips. But after finishing there is no file; neither *.ps nor *.dvi files exist. I checked for suspicous environment settings but couldn't find anything. Also my dvips without problems produces files and doesn't send its output to the printer when being invoked from the shell level. I thought of problems there because my machine has no local printing device. I set 'options(printcmd=&quot...
2004 Jan 29
1
Unable to use Samba 3.0.1 as PDC
...ain works as usual. The error message I've got from a Win2000 server (and also from another NT4 workstation) was something like "incorrect user namo or password". I've tryed to figure out what's not working, upping the debug level to 3, and the only thing that I've found suspicous is [2004/01/28 16:43:09, 2] rpc_server/srv_samr_nt.c:access_check_samr_object(93) ~ _samr_open_domain: ACCESS DENIED (requested: 0x00000211) I'm including also my smb.conf file: ~ ----------------BEGIN of SMB.CONF-------------------- [global] ~ netbios name = FS5 ~ idmap uid = 10000-2...
2009 Jan 12
4
fitting curve to data
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have the following data: > y [1] 0.000 0.004 0.008 0.016 0.024 0.032 0.044 0.064 0.072 0.088 0.108 0.140 [13] 0.156 0.180 0.208 0.236 0.264 0.296 0.320 0.360 0.408 0.444 0.472 0.524 [25] 0.576 > x [1] 100 200 300 400 500 600 700 800 900 1000 1100 1200 1300 1400 1500 [16] 1600 1700 1800 1900 2000 2100 2200 2300 2400 2500 I'd
2015 Mar 12
0
samba 4.1.17 on raspberry pi as ad dc - internal dns problems
...ocalhost localhost.my-domain and 192.168.7.254 > adserver, adserver.my-domain.local looks good. The first thing would be to check the configuration. Please post the krb5.conf, smb.conf and maybe nsswitch. Sometimes it happens that some keytabs are not in mode 600 - check the daemon.log for suspicous entries. > obviously kerberos is having trouble. however, I feel like kerberos has > problems because dns has problems. > DNS itself seems not to work at all. Yes, this is what it looks like. But You need to dig for more information. But the first step is to check the configuration....
2005 Jan 30
0
Strange message log from ldapsam_search_one_group()
...all the files owned by id=root and gid="Domain Users" and have permission to 777 for directories and 666 for files (everyone can write everything :). May this be a problem? Do I have to remap the root Unix user to the user Administrator in some way? Besides, sometimes there is another suspicous message like this: [2005/01/28 10:54:41, 0, pid=9760, effective(0, 0), real(0, 0)] passdb/pdb_ldap.c:ldapsam_search_one _group(1982) ldapsam_search_one_group: Problem during the LDAP search: LDAP error: (No such object) [2005/01/28 10:54:41, 0, pid=9760, effective(1109, 513), real(1109, 0)] rpc_s...
2018 Dec 28
1
replication failing for 4.9.4
...lso still a DC03 running 4.7.7.  the only one I've upgraded is DC02.  resolv.conf on DC02 is configured with DC01 as the first remote.  This does not appear to be a DNS issue. As per recommendation, I am first upgrading the non-fsmo servers (DC01 has all the FSMO roles). This log line does look suspicous:   [2018/12/28 15:30:47.371819,  0] ../source4/dsdb/common/util.c:1815(samdb_reference_dn_is_our_ntdsa)   Failed to find object DC=rvx,DC=is for attribute fsmoRoleOwner - Cannot find DN DC=rvx,DC=is to get attribute fsmoRoleOwner for reference dn: No such Base DN: DC=rvx,DC=is None of the conf...
2002 May 20
1
how does one apply Western Electric / AT&T rules to R plots?
I have searched for info on how to apply the Western Electric rules for process control, to data and plots I have in R, but I have not been able to learn how. Any help would be greatly appreciated. Thank you, sjcrauhut at agere.com 05/20/02 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2024 Jan 22
1
[PATCH][next] drm/nouveau/fifo/gk104: remove redundant variable ret
On 1/16/24 13:31, Dan Carpenter wrote: > On Tue, Jan 16, 2024 at 11:16:09AM +0000, Colin Ian King wrote: >> The variable ret is being assigned a value but it isn't being >> read afterwards. The assignment is redundant and so ret can be >> removed. >> >> Cleans up clang scan build warning: >> warning: Although the value stored to 'ret' is used in
2024 Jan 23
1
[PATCH][next] drm/nouveau/fifo/gk104: remove redundant variable ret
..., if "return ret;" and "return 0;" are the same, then "return 0;" is obviously more clear and looks more intentional. When I was looking at the code here, I had to consider the context. Especially when the patch was dealing with the "ret" variable it seemed suspicous. But "return 0;" is unamibuous. I don't have a problem with this patch, it's correct. But I really do think that "return 0;" is clearer than "return ret;" regards, dan carpenter
2015 Mar 12
2
samba 4.1.17 on raspberry pi as ad dc - internal dns problems
Hello List, I have a raspberry pi with raspbian. I am trying to get samba 4.1.17 to work as AD DC and have problems which seem to be dns related... What I did to get here: - I removed the preinstalled samba - installed prerequisites (build-essential libacl1-dev libattr1-dev libblkid-dev libgnutls-dev libreadline-dev python-dev libpam0g-dev python-dnspython gdb pkg-config libpopt-dev
2004 Apr 28
1
Segmentation Fault when using dig, nslookup, host...
I have setup Centos-3.1 on a Dell Optiplex GX1 this week. It has to replace an old Compaq Deskpro I used as a firewall/router running the no longer supported RedHat 7.1. I have the NAT firewall up and running, and it works OK. However, there is one thing bugging me. I cannot use any client software that queries a nameserver. I tried to use "dig", "host" and
2008 Mar 10
7
[Bug 14941] New: ioremap leak in DRM
http://bugs.freedesktop.org/show_bug.cgi?id=14941 Summary: ioremap leak in DRM Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: minor Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2019 Dec 23
3
macintosh disconnect problem
Hi all, We're having trouble with Macintosh clients (at least) being disconnected from Samba. Below is one macintosh console output when this happens, filtered by "smb". (Yeah, maybe some clues are missing...) ATM I don't see anything that stands out in the Samba log file. However one thing I don't see in the samba log file is session disconnects. Does anyone
2013 Mar 16
7
Connection to PGSQL fails?
I have configured a new server and copied the dovecot-sql.conf file that works a different server to the new server... But when Dovecot tries to connect to the database, the following error appears..: Mar 16 22:28:25 smtp dovecot: auth: Debug: Loading modules from directory: /usr/lib64/dovecot/auth Mar 16 22:28:25 smtp dovecot: auth: Debug: Module loaded: /usr/lib64/dovecot/auth/libauthdb_ldap.so
2018 Dec 28
6
replication failing for 4.9.4
Hi there. I'm trying to upgrad from 4.7.7 to 4.9.4. I built from source, running on centos 7.6 on a Raspberry Pi. When testing on a secondary DC, my "samba-tool drs showrepl" errors out with: ERROR(<class 'samba.drs_utils.drsException'>): DRS connection to dc02.rvx.is > failed - drsException: DRS connection to dc02.rvx.is failed: (8, >