Displaying 20 results from an estimated 703 matches for "_is_".
2017 May 15
2
[bug] droplevels() also drop object attributes (comment…)
Hi,
Just reporting a small bug? not really a big deal, but I don?t think that is intended: droplevels()?also drops all object?s attributes.
Example:
> > test <- c("hello", "something", "hi")
> > test <- factor(test)
> > comment(test) <- "this is a test"
> > attr(test, "description") <- "this is another
2017 Jun 06
1
[bug] droplevels() also drop object attributes (comment…)
...levels()?also drops all
>> object?s attributes.
> Yes. The help page for droplevels (or the simple
> definition of 'droplevels.factor') clearly indicate that
> the method for factors is really just a call to factor(x,
> exclude = *)
> and that _is_ quite an important base function whose
> semantic should not be changed lightly. Still, let's
> continue :
> Looking a bit, I see that the current behavior of factor()
> {and hence droplevels} has been unchanged in this respect
> for the whole history of R, w...
2002 May 22
1
error: ioctl(TIOCSCTTY)
...But the real issue (and this might be related to the stuff in the log?) is
the behaviour of the INTR key. ssty -a says that intr has the "usual"
mapping to ^C. But pressing ^C terminates the session
rather than terminating the current command! Ouch. It doesn't matter
whether there _is_ a current command running or the shell is just sitting
at the prompt - pressing ^C terminates the current session - and the only
difference is this: if there _is_ a command running when I press ^C,
that command becomes detached from the controlling terminal and continues
to run.
I've built fr...
2019 Jan 27
2
Centos 7 and backup solution
...upgrade issues with Bareos, but neither with Bacula while I was still using it.
>
>> I could use newer bareos client on older bareos director?
>
> I always do it the other way around, i.e. upgrade the director/file daemon
you mean, director and STORAGE daemon, right? File daemon _IS_ a client...
Valeri
and then the clients as time suits. No problems with that so far.
>
> Do you happen to be at FOSDEM? The Bareos team is going to be there, as usual: <http://www.bareos.org/en/news/bareos-fosdem-19.html>
>
> Cheers,
>
> Peter.
>
>
> _____...
2017 May 16
0
[bug] droplevels() also drop object attributes (comment…)
...lly a big deal, but I don?t think that is intended: droplevels()?also drops all object?s attributes.
Yes. The help page for droplevels (or the simple definition of
'droplevels.factor') clearly indicate that the method for
factors is really just a call to factor(x, exclude = *)
and that _is_ quite an important base function whose semantic
should not be changed lightly. Still, let's continue :
Looking a bit, I see that the current behavior of factor() {and
hence droplevels} has been unchanged in this respect for the
whole history of R, well, at least for more than 17 years (R 1.0....
2012 Sep 13
2
rstudio client on the i-pad
Hi,
The combination of ipad+rstudio (server) would be a fantastic combination-if
it worked. It _is_ possible to run rstudio in the safari browser of the
ipad, but the keyboard doesn't work correctly (blanks are inserted after
each character), making it almost impossible to use. Does anyone know a
solution? Or know when a solution is ready?
-------------------
dr F.H.G. (Frans) Marcelissen
2011 Sep 02
2
NUT 2.6.1+ Windows 2008 R2 - NOTIFYCMD not being called
...OG+EXEC
NOTIFYFLAG COMMOK SYSLOG+EXEC
NOTIFYFLAG COMMBAD SYSLOG+EXEC
NOTIFYFLAG SHUTDOWN SYSLOG+EXEC
NOTIFYFLAG REPLBATT SYSLOG+EXEC
NOTIFYFLAG NOCOMM SYSLOG+EXEC
NOTIFYFLAG NOPARENT SYSLOG+EXEC
When a notify event occurs, such as when I pull the plug on the UPS, the appropriate message _is_ logged in the event logs, but the batch file is _not_ being called.
Do I need to dosomething more to enable this?
Thanks in advance,
Ian Wells
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20110...
2006 Aug 17
4
Help, the dovecot ldap is down !
Hi ! my dovecot server is down, the users don't can make login.
In a sometimes the dovecot log show the message bellow
Aug 17 08:35:46 xxxxx dovecot-auth: nss_ldap: reconnected to LDAP server
ldap://127.0.0.1 after 1 attempt
In other times show
Aug 17 09:40:46 xxxxx dovecot-auth: nss_ldap: reconnected to LDAP server
ldap://127.0.0.1 after 5 attempts
In another times too
Aug 17 10:12:02
2018 Nov 15
2
STRING_IS_SORTED claims as.character(1:100) is sorted
If I have loaded the C code:
SEXP altrep_STRING_IS_SORTED(SEXP x)
{
return ScalarInteger(STRING_IS_SORTED(x));
}
and defined the function:
issort <- function(x) .Call("altrep_STRING_IS_SORTED",x)
I am seeing the following results in R 3.5.1/Linux:
> issort(LETTERS)
[1] NA
> issort(as.character(1:10...
2017 Jun 08
0
[bug] droplevels() also drop object attributes (comment…)
...levels() also drops all
>> object?s attributes.
> Yes. The help page for droplevels (or the simple
> definition of 'droplevels.factor') clearly indicate that
> the method for factors is really just a call to factor(x,
> exclude = *)
> and that _is_ quite an important base function whose
> semantic should not be changed lightly. Still, let's
> continue :
> Looking a bit, I see that the current behavior of factor()
> {and hence droplevels} has been unchanged in this respect
> for the whole history of R, w...
2010 Aug 09
4
Youtube Video
...policy to
redirect folders using Active Directory Tools and Group Policy Management
tools, it works and I've tested it so i decided to include it on my small
youtube Linux collection.
Hope you enjoy it and like; might be it can make it to the wiki video
library.
Thanks for Samba 4, it really _IS_ the thing.
Bless
---
David Gonzalez H.
DGHVoIP - OPEN SOURCE TELEPHONY SOLUTIONS
Phone Bogot?: +(57-1)289-1168
Phone Medellin: +(57-4)247-0985
Mobile: +(57)315-838-8326
MSN: david at planetaradio.net
Skype: davidgonzalezh
WEB: http://www.dghvoip.com/
Proud Linux User #294661
2024 Jun 10
1
changes in R-devel and zero-extent objects in Rcpp
...definitions of zero-length objects that are now causing problems.
>
The ASan output is:
> reference binding to misaligned address 0x000000000001 for type 'const
double', which requires 8 byte alignment
That there is a "reference" to 0x1 means that there really _is_ an attempt to
access memory there. The stack trace provided by ASan tells you exactly where
it happens: line 100 of
RcppEigen/inst/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:
for(Index k2=0; k2<depth; k2+=kc)
{
const Index actual_kc = (std::min)(k2+kc,dept...
2005 Jan 03
2
agent with queues remain unavailable during transferred call
...able during the remains of the call. Using show
agents gives this:
103 (TIC 3) logged in on MGCP/aaln/1@00059002798e-1 talking to
Zap/20-1 (musiconhold is 'default')
As you can see, the Agent is shown with the transferred call, and is
unavailable for new calls. However, the phone _is_ on hook and free.
I am using a 1.0.2. version (bri-stuff rc2b)
Any suggestions are welcome.
Florian
2006 Nov 06
2
FC6 and winbind separator ignored?
...rator is commented so that the default of \ is used).
I have been able to do a kinit username@DOMAIN.COM and then a net ads join
with no errors. klist shows my Kerberos ticket.
If I run a 'finger username' nothing is returned -- but if I run a 'finger
AVWORLD\\username' the entry _is_ returned.
Why isn't winbind making use of my winbind separator?
Oh yes, this is part of Samba 3.0.23c-2 (part of Fedora Core 6).
Thanks in advance!
Ray
2004 Aug 06
2
yp.icecast.org || when does your stream come into the db?
> When I try the URL above my system attempts to down
> load a 50 MB file. It isn't streaming. I have the same
> problem with my own system. What are we doing wrong?
It _is_ streaming, you just aren't accessing it right.
You can't just point your browser to a stream. The browser will always
download the content, and then pass it off to the helper application.
If that content is a stream, it will just download forever.
You need to create some 'pointer'...
2005 Dec 28
3
disk mounting madness
...l the partitions
recognized by their labels.
Checking the hard drives showed the labels existed. I even rewrote the
disk labels.
But the boot procedure couldn't find the drives by their labels.
Nor can a "mount -a" command; it says it can't find the info in fstab
(though it _is_ there).
But long version mount commands work.
And when I redo the fstab file to list the devices rather than labels,
everything mounts as it should.
Any ideas?
Jeff
--
Jeff Lasman, Nobaloney Internet Services
1254 So Waterman Ave., Suite 50, San Bernardino, CA 92408
Our blists address used o...
2019 Apr 10
2
How to best configure DNS for upgrading samba AD DC?
https://wiki.samba.org/index.php/Updating_Samba says we should shut down
all the samba processes before we upgrade. However, if I do that, then I
don't have DNS b/c samba _is_ my DNS on the AD DC. I configured it per
https://wiki.samba.org/index.php/Setting_up_Samba_as_an_Active_Directory_Domain_Controller
Am I missing something? Do I have something misconfigured? Is there a way
to configure a fall-back DNS service so I can still run apt-get when samba
is not running? O...
2009 Oct 09
4
Fatal: chdir( ) failed: Permission denied
...16:43:49 jura dovecot: dovecot: child 14441 (imap) returned error 89 (Fatal failure)
The reason seems to be that user primary group is "devel" and directory /a/home
has ACL which gives execute permission only to the users in "domain users"
group. Now the catch is that the user _is_ member of "domain users" group and
is happily accessing his home directory over CIFS(Samba) for long time. Also,
the user has no problem entering his home directory when using shell access. It
just seems like the user lost membership of a bunch of supplementary groups.
The group membershi...
2012 Mar 26
13
blkback global resources
...))
printk(KERN_WARNING "WARNING: "
"I/O request space (%d reqs) < ring order %ld, "
"consider increasing %s.reqs to >= %ld.",
blkif_reqs, order, KBUILD_MODNAME,
roundup_pow_of_two(BLK_RING_SIZE(order)));
indicating that this _is_ a bottleneck), I''m otoh hesitant to convert
this to per-instance allocations, as the amount of memory taken
away from Dom0 for this may be not insignificant when there are
many devices.
Does anyone have an opinion here, in particular regarding the
original authors'' decision to ma...
2018 Nov 29
2
Unexpected argument-matching when some are missing
...r named argument list, rather than if 'y' were an absent required argument.
> It _looks_ as if the initial call parsing silently ignored the malformed expression "y=" before any argument matching - positional or by name - takes place.
Yes, I think all of that is correct. But y _is_ missing in this sense:
> debug(plot)
> plot(1:10, y=)
debugging in: plot(1:10, y = )
debug: UseMethod("plot")
Browse[2]> missing(y)
[1] TRUE
though this does not explain the behavior since
> plot( , , "l")
debugging in: plot(, , "l")
debug: UseMethod(&qu...