search for: mmmh

Displaying 20 results from an estimated 42 matches for "mmmh".

Did you mean: mmm
2004 Nov 28
0
3.0.9 - net groupmap
...Account Operators (S-1-5-32-548) -> root Backup Operators (S-1-5-32-551) -> backup Users (S-1-5-32-545) -> users I want to list foreign group members as the help stated: net groupmap listmem List foreign group members test2 # net groupmap listmem Usage: net groupmap listmem alias-sid Mmmh. Okay, which alias-sid? Trying Domain Admins (S-1-5-21-2855702239-1966722574-490332740-512) -> root test2 # net groupmap listmem S-1-5-21-2855702239-1966722574-490332740-512 Could not list members for sid S-1-5-21-2855702239-1966722574-490332740-512: NT code 0x0819c418 test2 # net groupmap li...
2013 Apr 23
1
is.vector(as.vector(x, m), m) not always TRUE
...omic vector there should be no attributes, not even names. ? ?is.vector(as.vector(x, m), m)? should be true for any mode ?m?, including the default ?"any"?. But: > is.vector(as.vector("a", "name"), "name") [1] FALSE Mmmh, the default method itself doesn't seem to follow its own conventions :-/ Cheers, H. > sessionInfo() R version 3.0.0 (2013-04-03) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 [5...
2016 May 10
2
Some questions about phase ordering in OPT and LLC
...t; 2. mymodulepass0 > > 3. mymodulepass0 > > (I assume your 3 was intended to be mymodulepass1 right?) (yes) > So AFAIK no, you should get the order you specified on the command line, i.e. > > 1. mymodulepass0 > 2. myfunctionpass on each function > 3. mymodulepass1 MMMh, from opt.cpp, there's a first call to: if (OptLevelO1 || OptLevelO2 || OptLevelOs || OptLevelOz || OptLevelO3) { FPasses->doInitialization(); for (Function &F : *M) FPasses->run(F); FPasses->doFinalization(); } then a few lines later, a call to: Passes...
2005 May 03
3
RMySQL installation: libz missing
Hi I run suse linux 9.1 and I installed MySQL server, client, devel, bench. DBI is installed, when I try to install RMySQL I get an error saying, that libz is missing. (paths to libs were set:export PKG_CPPFLAGS="-I/usr/include/mysql/" export PKG_LIBS="-L/usr/lib/mysql/ -lmysqlclient") so my question: where do I get the libz files (are these mysql files? if yes, why were
2020 May 14
2
R 4.0.0
On Thursday, 14 May 2020 21.30.13 WEST I?aki Ucar wrote: > Mmmh... but then you have to change that in the packages' SPEC and > rebuild them anyway when you update R. So... what's the advantage of > this? We already have other examples of how to do this with less steps. :-) Create macros like %{r_sitearch} %{r_sitelib} that expand with the R v...
2020 May 14
2
R 4.0.0
On Monday, 11 May 2020 16.47.55 WEST I?aki Ucar wrote: > AFAIK, there's this commitment only for patch versions. In fact, the > path for the personal library is: > > ~/R/x86_64-redhat-linux-gnu-library/<major>.<minor>/ > > so, when you install a new minor version, you don't have any package > in your personal library. Most of the time, for many packages,
2019 Jul 24
3
[RFC] A new multidimensional array indexing intrinsic
Am Di., 23. Juli 2019 um 17:16 Uhr schrieb Kaylor, Andrew <andrew.kaylor at intel.com>: > Do we really have code that uses the suffix of an intrinsic for semantic information? That seems like a bad idea. My understanding was that the suffix was just there to provide a unique name and the function signature took care of everything else. I agree that this is also not my preferred option,
2019 Jul 24
6
[RFC] A new multidimensional array indexing intrinsic
Hi all, On Wed, 24 Jul 2019 at 16:14, Michael Kruse via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Mmmh, looks like Tim Northover is actively working on typeless/opaque > pointers, e.g. https://reviews.llvm.org/D64203 Yep, I'm spending as much time as I can on the project. I think there's not really much chance that it'll be required in this cycle (i.e. when we fork in ~Jan pointers w...
2007 Mar 12
5
index.rb:384 [BUG]
...sh=>true, :or_default=>false, :dir=>#<Ferret::Store::FSDirectory:0x2b686dc76748>, :key=>:id, :handle_parse_errors=>true}, @mon_waiting_queue=[]> (it''s ok, seems to run ok! :) >> query = "ruby" => "ruby" >> options ="" (mmmh, just enough! Now.... ) >> index.search_each(query, options) do |doc, score| ?> puts index[doc][:title] >> end And the next and horrible message! /usr/local/lib/site_ruby/1.8/ferret/index.rb:384: [BUG] Segmentation fault ruby 1.8.4 (2005-12-24) [x86_64-linux] Woops! Someone has t...
2015 Jun 03
6
Samba 4.2 AD, DC and winbindd
Hi, I am using samba 4.2.1 and want to clarify that do i need to start the winbindd service in AD and DC? Read form the doc https://wiki.samba.org/index.php/RFC2307_backend, it said that: Users having a ?server services? line in their DC smb.conf, need to replace the ?winbind? entry by ?winbindd?: [global] server services = ....., winbind, winbindd Users not having a
2015 Mar 30
1
sssd-ad cannot be installed with sernet samba
On 30/03/15 21:19, buhorojo wrote: > On 30/03/15 21:55, Luca Olivetti wrote: >> El 30/03/15 a les 17:33, Luca Olivetti ha escrit: >> >>>> If you are having problems with installing sssd with the sernet >>>> packages, I would suggest that you ask for help on the sssd mailing >>>> list. >>> Maybe. >> Or maybe not: >> >>
2020 May 14
0
R 4.0.0
...r}|%{__datadir}/R<major>.<minor> > > Is this due to inertia or are there other reasons. That would naturally solve > the need to rebuild for each minor release. The major point here is that would > apply not only to our packages but also for others installed using R itself. Mmmh... but then you have to change that in the packages' SPEC and rebuild them anyway when you update R. So... what's the advantage of this? -- I?aki ?car
2020 May 14
0
R 4.0.0
On Fri, 15 May 2020 at 00:23, Jos? Ab?lio Matos <jamatos at fc.up.pt> wrote: > > On Thursday, 14 May 2020 21.30.13 WEST I?aki Ucar wrote: > > Mmmh... but then you have to change that in the packages' SPEC and > > rebuild them anyway when you update R. So... what's the advantage of > > this? > > We already have other examples of how to do this with less steps. :-) > > Create macros like > > %{r_sitearch} &...
2003 Nov 27
0
stl and NA
...ic or has less than two periods" The following works fine: > plot(stl(co2, s.window = 12)) I had then a short look in the code of stl. Is it true that the argument na.action must be a generic function, one of ?na.fail? The help of stl: "na.action action on missing values." (Mmmh, not really helpful) The other functions na.omit and na.pass do not what I was expecting?! > plot(stl(co2.na, s.window = 12, na.action = na.omit)) Error in na.omit.ts(as.ts(x)) : time series contains internal NAs Is this feature correctly implemented? I do not found a bug report http://r-bug...
2008 Mar 19
2
I got a strange "connection refused"
Hi everybody, I got a strange error message when I used the openssh. When I run it with debug mode, like this: # /usr/local/sbin/sshd -d I can open the session via ssh command. However, when I run with daemon mode, the ssh client was closed down and threw out the following message: debug1: dispatch_run:dispatch done debug1: Authentication succeeded (keyboard-interactive). debug1: channel 0:
2003 Nov 10
1
Jitter Buffer on chan_sip
Hi, I would like to test chan_sip with a bigger jitter buffer. Does anybody know where in the code this is defined? I looked through it but could not find where. If anybody else can find it please let me know. Regards, Andres
2005 Feb 17
2
Accountcode and SIP Peers Part 2
Hi, notice that i have Grandstream phones and i have the problem if i activate the Send Anonymous function on them. If i do not activate that option the ACCOUNTCODE is correctly populated. SO i think it may be a bug of asterisk. I'm using Asterisk CVS-HEAD-10/07/04-18:07:25 . Thanks, Bye, Marcello
2020 Mar 06
4
Support for Intel Graphics 605 UHD
This is my /proc/cmdline BOOT_IMAGE=(hd0,gpt2)/boot/vmlinuz-4.18.0-147.5.1.el8_1.x86_64 root=UUID=c1bef884-0180-4955-a669-c99a8c64f75a ro crashkernel=auto resume=UUID=0fe1a972-9912-4803-b5ec-265a13a888c1 biosdevname=0 net.ifnames=0 rhgb quiet rd.driver. blacklist=nouveau nomodeset nouveau.modeset=0 acpi_backlight=vendor "acpi_osi=!Windows 2013" "acpi_osi=!Windows 2012" Jerry
2007 Apr 13
2
Centos5 NFS install from loop-back mounted DVD image fails
NFS install from a loop-back mounted DVD image fails for me when it actually tries to start the RPM install process. I come to the point where anaconda checks the package dependencies, then it tells that the install process will be started in some minutes and the last thing I see is a message similar to: Preparing transaction from install media. Then this message box disappears and the install
2007 Feb 18
4
3.0.24 smbclient and printer listing
I'm using 3.0.24 with patches from http://us4.samba.org/samba/patches/. On my XP client the print services for Unix are installed, I shared the local printer named 'jet' on the XP client to all users and the connecting user is an existing user on linux (system and samba user) and XP. I cannot execute the dir command in smbclient for this printer: deveis # smbclient -Utb%password