search for: inappropriate

Displaying 20 results from an estimated 1247 matches for "inappropriate".

2013 Oct 08
3
remote sudo script
...idually, they both work (albeit with some strange output I'd like to suppress): [tdunphy at MIAGRBISSH01V ~]$ ssh -q -t -t -t MIAGRBIORCA00V sudo -S 'cp -v /data/solr-4.3.1/zoe/etc/logback.xml /tmp/logback.xml-${i}-$(date +%Y%m%d).bak' <<EOF > secret_sauce > EOF tcgetattr: Inappropriate ioctl for device `/data/solr-4.3.1/zoe/etc/logback.xml' -> `/tmp/logback.xml--20131007.bak' [tdunphy at MIAGRBISSH01V ~]$ ssh -q -t -t -t MIAGRBIORCA00V sudo -S 'ls -l /home/tdunphy/logback.xml-${i}-$(date +%Y%m%d).bak' <<EOF > secret_sauce > EOF tcgetattr: Inappro...
2002 Jun 17
1
Bind failed: Inappropriate authentication
Every time I try and add a user to samba using 'smbpasswd -a -m meuser' I get the following error messages: Bind failed: Inappropriate authentication Bind failed: Inappropriate authentication Failed to add entry for user meuser. Failed to modify password entry for user meuser These are the steps from the docs that I take to create a user: Step 1. /usr/sbin/useradd -g 100 -d /dev/null -c "meuser" -s /bin/false meuser...
2003 May 12
1
file manipulation error / COM port error
...Creating a file is ok, but when it tries to remove it, the app shows a message box sayng it was not possible to rename the file . Disk access error. (actually, it creates a file and add some text, after rename it and then the file is moved and finally deleted...) at the terminal: file_set_error: Inappropriate ioctl for device fixme:ntdll:RtlNtStatusToDosError no mapping for 0001869f file_set_error: Inappropriate ioctl for device fixme:ntdll:RtlNtStatusToDosError no mapping for 0001869f file_set_error: Inappropriate ioctl for device fixme:ntdll:RtlNtStatusToDosError no mapping for 0001869f file_set_error...
2005 Sep 07
1
hdparm: Inappropriate ioctl for device
...rong here. And how to solve it. I run CentOS-4.1 MSI K8N Neo Platinum Athlon 3000 Seagate Barracuda 7200.7 S-ATA disc [root at amd64 kai]# /sbin/hdparm -tT /dev/sda /dev/sda: Timing cached reads: 2808 MB in 2.00 seconds = 1402.81 MB/sec HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for device Timing buffered disk reads: 166 MB in 3.01 seconds = 55.07 MB/sec HDIO_DRIVE_CMD(null) (wait for flush complete) failed: Inappropriate ioctl for device [root at amd64 kai]# [root at amd64 kai]# /sbin/hdparm -i /dev/sda /dev/sda: HDIO_GET_IDENTITY failed: Inappropriate ioc...
2018 Mar 17
1
Inappropriate parens fix for Logic.Rd
Logic.Rd has been changed again in r74377. After change: ? \item{x, y}{raw or logical or \sQuote{number-like} vectors (i.e., of ? ? types \code{\link{double}} (class \code{\link{numeric}}, ? ? \code{\link{integer}}) and \code{\link{complex}}), or objects for It is still inappropriate. As I said before, integer is not double. Right: numeric includes double and integer Wrong: double includes numeric and integer The text mentions "type" and "class". I believe that, in the text, originally, "type" refers to what is returned by typeof() and "clas...
2010 Jul 19
1
heatmap.2() yielding an inappropriate key?
Esteemed R-users, heatmap.2() is yielding an inappropriate key based on my colors and break-points. In the reproducible example below, the key is inappropriate (to me) because- 1. 'Orange' is simply not represented in the key, despite its prescence in the heatmap. 2. The proportions of the key are clearly out, ie., my largest bin, (0.1 - 0.2)...
2006 Feb 24
5
[Bug 1162] Inappropriate sequence of syslog messages
http://bugzilla.mindrot.org/show_bug.cgi?id=1162 Summary: Inappropriate sequence of syslog messages Product: Portable OpenSSH Version: 4.2p1 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: bitbucket at mindrot.org Report...
2004 Jul 11
2
smbldap-tools, setting password on command line?
...bldap-passwd.pl testuser1 < pass where pass contains on two lines the passwort, but thats a solution I'm not proud of, especially since I get this warning/error: fileserver:~ # /opt/samba3/sbin/smbldap-passwd.pl testuser2 < testpasses Changing password for testuser2 stty: standard input: Inappropriate ioctl for device New password : stty: standard input: Inappropriate ioctl for device stty: standard input: Inappropriate ioctl for device Retype new password : stty: standard input: Inappropriate ioctl for device Is there any straight-forward solution? With kind regards, Malte Mueller -- Powered...
2019 Nov 17
2
Inappropriate class(o)[!inherits(o,"AsIs")] in get_all_vars
...x[isM]?<-?lapply(x[isM],?function(o)?`class<-`(o,?class(o)[class(o)?!=?"AsIs"])) to ????????x[isM]?<-?lapply(x[isM],?function(o)?`class<-`(o,?class(o)[!inherits(o,"AsIs")])) in?function?'get_all_vars'?in?src/library/stats/R/models.R?in?R?devel. The?change?is?inappropriate. class(o)[class(o)?!=?"AsIs"]?removes?"AsIs"?from?class(o),?giving?class(o)?without?"AsIs". On?the?other?hand,?inherits(o,"AsIs")?is?just?a?single?logical?value.?If?"AsIs"?is?in class(o),?inherits(o,"AsIs")?is?TRUE. In that case,?by?recy...
2015 Aug 25
1
Inappropriate Message From Reply to List
This is probably going to sound a bit crazy, but did anyone else receive an e-mail after replying the sed question from someone with inappropriate content from one Julie Anna? I'm just wondering if it was only me. It was in fact quoting the CentOS list with the appropriate subject that I applied to. -- James A. Peltier IT Services - Research Computing Group Simon Fraser University - Burnaby Campus Phone : 604-365-6432 Fax : 77...
2011 Jun 01
1
nnet inappropriate fit for class error
...n I try to use the predict function with type='class', it gives the following error: fit <- nnet(y~., size = 1, data = train.set, rang = 0.5, maxit=200, decay = 0) predict<-predict(fit,test.set,type='class') Error in predict.nnet(fit, test.set, type = "class") : inappropriate fit for class I couldn't figure out the reason for this, are there any specifications to use type='class' that I am missing? Thank you, Duygu Gunaydin
2011 Jun 29
1
tcgetattr: Inappropriate ioctl for device
...ort = /dev/bus/usb/002/006 upstype = 13 desc = "UPS" error: root at alhana:/etc/nut# /etc/rc.d/rc.ups start Network UPS Tools - UPS driver controller 2.6.0 Network UPS Tools - Generic contact-closure UPS driver 1.36 (2.6.0) UPS type: Repoteck RPT-800A, RPT-162A tcgetattr: Inappropriate ioctl for device Driver failed to start (exit status=1) Does this mean that the driver is not supported or am I missing something? Best regards, M. Ivanov
2010 Mar 23
2
Samba / Lucid / Windows 7 problem
Hi list I'm running a Samba PDC on Ubuntu Lucid (3.4.7) and am unable to join Windows 7 machines to the domain. I have applied the registry changes described at http://wiki.samba.org/index.php/Windows7 Windows XP machines can join with no problems. Samba log: stty: standard input: Inappropriate ioctl for device Use of uninitialized value $pass in chomp at /usr/sbin/smbldap-useradd line 324. stty: standard input: Inappropriate ioctl for device stty: standard input: Inappropriate ioctl for device Use of uninitialized value $pass2 in chomp at /usr/sbin/smbldap-useradd line 330. stty: stand...
2011 Jan 12
2
'ioctl:: Inappropriate ioctl for device' when trying to shrink partition
E.g. btrfsctl -r -4000m /dev/sda5 results in: ioctl:: Inappropriate ioctl for device Distribution: Ubuntu 10.10 Kernel: 2.6.35-22-generic According to the Synaptic Package manager, the version of btrfs-tools is 0.19+20100601-3 Other information that can be of interest: - I started Ubuntu on a live CD - before invoking the btrfsctl command I invoked apt-get updat...
2009 Sep 01
2
chan_dahdi.so fails to load : Inappropriate ioctl for device
...le to load module chan_dahdi.so Command 'module load chan_dahdi.so' failed. [Sep 1 10:57:51] WARNING[31696]: pbx.c:4550 ast_register_application2: Already have an application 'DAHDISendKeypadFacility' [Sep 1 10:57:51] ERROR[31696]: chan_dahdi.c:8786 mkintf: Unable to get parameters: Inappropriate ioctl for device [Sep 1 10:57:51] ERROR[31696]: chan_dahdi.c:14170 build_channels: Unable to register channel '1' # dahdi_scan [1] active=yes alarms=OK description=Wildcard AEX410 Board 1 name=WCTDM/0 manufacturer=Digium devicetype=Wildcard AEX410 with VPMADT032 location=PCI Express Bus 11...
2019 Nov 18
2
Inappropriate class(o)[!inherits(o,"AsIs")] in get_all_vars
...ss<-`(o, class(o)[class(o) != "AsIs"])) >> to >> x[isM] <- lapply(x[isM], function(o) `class<-`(o, class(o)[!inherits(o,"AsIs")])) >> in function 'get_all_vars' in src/library/stats/R/models.R in R devel. >> The change is inappropriate. >> class(o)[class(o) != "AsIs"] removes "AsIs" from class(o), giving class(o) without "AsIs". >> On the other hand, inherits(o,"AsIs") is just a single logical value. If "AsIs" is in class(o), inherits(o,"AsIs") is T...
2019 Nov 29
0
Inappropriate class(o)[!inherits(o,"AsIs")] in get_all_vars
...ss<-`(o, class(o)[class(o) != "AsIs"])) ? ? >> to ? ? >> x[isM] <- lapply(x[isM], function(o) `class<-`(o, class(o)[!inherits(o,"AsIs")])) ? ? >> in function 'get_all_vars' in src/library/stats/R/models.R in R devel. ? ? >> The change is inappropriate. ? ? >> class(o)[class(o) != "AsIs"] removes "AsIs" from class(o), giving class(o) without "AsIs". ? ? >> On the other hand, inherits(o,"AsIs") is just a single logical value. If "AsIs" is in class(o), inherits(o,"AsIs") is T...
2006 Sep 25
1
[Bug 1236] SCP inappropriate truncate error when copying to FIFO file
http://bugzilla.mindrot.org/show_bug.cgi?id=1236 Summary: SCP inappropriate truncate error when copying to FIFO file Product: Portable OpenSSH Version: 4.3p2 Platform: ix86 OS/Version: All Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: bitbucke...
2003 Dec 08
3
Strange variable chopping from AGI's
AGI's are resulting in unusual behaviors. Can someone please tell me if this is my inappropriate use of AGI's, inappropriate use of Time::HiRes, or a bug with *: I call this script twice: #!/usr/bin/perl use Time::HiRes qw( gettimeofday ); ($seconds, $microseconds) = gettimeofday; $hirestime = sprintf("%s","$seconds$microseconds"); print "SET VARIABLE HIRESTIMES...
2008 Jun 08
1
R CMD CHECK WARNING inappropriate for S4 method?
...g documentation entries ... WARNING Undocumented S4 methods: generic 'union' and siglist 'graph,graph' I guess union,graph,graph-method is exposed to the user indirectly by its import along with the graph class and export along with the newly-defined union methods. It would seem inappropriate to document union,graph,graph-method in GSEABase. Making GSEABase Depend: graph rather than Import: graph does not help. Any guidance welcome. Thanks, Martin -- Martin Morgan Computational Biology / Fred Hutchinson Cancer Research Center 1100 Fairview Ave. N. PO Box 19024 Seattle, WA 98109 Loc...