search for: mmc

Displaying 20 results from an estimated 674 matches for "mmc".

Did you mean: mc
2007 Jun 28
1
pfifo_fast priomap
...Means Linux Priority Band ------------------------------------------------------------ 0x0 0 Normal Service 0 Best Effort 1 0x2 1 Minimize Monetary Cost 1 Filler 2 0x4 2 Maximize Reliability 0 Best Effort 1 0x6 3 mmc+mr 0 Best Effort 1 0x8 4 Maximize Throughput 2 Bulk 2 0xa 5 mmc+mt 2 Bulk 2 0xc 6 mr+mt 2 Bulk 2 0xe 7 mmc+mr+mt 2 Bulk 2 0x10 8 Minimize...
2018 Apr 25
0
[PATCH] fault-injection: reorder config entries
..._INJECTION && KPROBES - config FAILSLAB bool "Fault-injection capability for kmalloc" depends on FAULT_INJECTION @@ -1544,16 +1544,6 @@ config FAIL_IO_TIMEOUT Only works with drivers that use the generic timeout handling, for others it wont do anything. -config FAIL_MMC_REQUEST - bool "Fault-injection capability for MMC IO" - depends on FAULT_INJECTION_DEBUG_FS && MMC - help - Provide fault-injection capability for MMC IO. - This will make the mmc core return data errors. This is - useful to test the error handling in the mmc block device -...
2007 Mar 30
2
ANOVA and confidence intervals plot
Dear *, I would like to obtain for each factor of my anova model the "response variable vs factor" plot with means and 95% Tukey HSD intervals. I would appreciate any information on how to do that. Cheers -------------------------------------------------------------------- Max MANFRIN Tel.: +32 (0)2 650 3168 IRIDIA - CoDE, CP 194/6
2012 Dec 06
1
MMC crashes with rc6
Hello, I am having a problem after performing a classicupgrade with rc6. This did not happen with previous RCs. When adding any of the AD MMC snap-ins from a member computer, MMC crashes with the error below. I have the provision scripted and am using the same ldif, smb.conf and /var/lib/samba, so I'm fairly certain the only difference is rc6. I am testing with a Win 7 VM image that was joined to S3. I restore it each time I provisio...
2013 Oct 04
24
Problems when using latest git tree to boot xen on OMAP5
Hi Julien, Since Ian has merged most my OMAP5 patches, I decide to try to update my working tree to it today. However, it seems it doesn't work as expected. There mainly two kind of problems that I met: 1. It seems that xen no longer maps some of io memory regions described in dts. For example, the memory regions in "ocp" node of omap5.dtsi. 2. commit c88d32f4 seems to be conflict
2006 May 11
12
Verifying Good Setup of RoR + PostgreSQL
...an "article" and "articles" views (one is a remnant, I think, and no longer needed) (the "article" folder is empty, but "articles" contains "edit.rhtml" and others). Does that sound workable so far? I also have a PostgreSQL database set up called MMC, with one table called articles, with columns of id, title, blurb, author. How do I test this configuration? http://MMC works fine. http://MMC/article gives me the error message: Errno::EINVAL in ArticleController#index Invalid argument
2007 Aug 29
1
Alternative section to the HOWTO...
...The four ToS bits (the ''ToS field'') are defined as: Binary Decimal Meaning ----------------------------------------- 1000 8 Minimize delay (md) 0100 4 Maximize throughput (mt) 0010 2 Maximize reliability (mr) 0001 1 Minimize monetary cost (mmc) 0000 0 Normal Service As the MBZ must be zero, the actual value of the ToS field is double the value of the ToS bits. Tcpdump -v -v shows you the value of the entire ToS field, not just the four bits. It is the value you see in the first column of the following table, which shows how th...
2007 Apr 16
1
Difficulties Using glht.mmc to Calculate Tukey Intervals for Means
...10 3 160 4 34 4 80 4 40 4 75 5 136 5 106 5 122 5 115 6 174 6 150 6 120 6 139 7 20 7 82 7 70 7 58 8 25 8 58 8 70 8 45 9 96 9 82 9 104 9 60 treat <- factor(treat) fit <- aov(voltage ~ treat) summary(fit) fit.mmc <- glht.mmc(fit,linfct = mcp(treat = "Tukey")) fit.mmc The problem I am having is that the confidence intervals are different every time I run the glht.mmc routine. Is this behavior the result of something I am doing wrong? Thanks Tom La Bone [[alternativ...
2018 Apr 24
4
[PATCH v3] kvmalloc: always use vmalloc if CONFIG_DEBUG_SG
On Tue 24-04-18 13:28:49, Mikulas Patocka wrote: > > > On Tue, 24 Apr 2018, Michal Hocko wrote: > > > On Tue 24-04-18 13:00:11, Mikulas Patocka wrote: > > > > > > > > > On Tue, 24 Apr 2018, Michal Hocko wrote: > > > > > > > On Tue 24-04-18 11:50:30, Mikulas Patocka wrote: > > > > > > > > > >
2017 Sep 05
2
Samba4 AD / 2008R2 DNS Bug
Hello list, We are facing a bug with Windows DNS MMC on a Windows 2008R2 DC. We have reproduced the bug on samba 4.2.3, 4.5.6 and 4.6.7 on redhat 6.3 If we try to add a record or a Zone on the Windows DNS MMC connected to the 2008R2 DC we have an error "Refused" it seems related to the bug that were reporting on the 22 january 2016 https:/...
2010 Sep 30
0
manage user for samba shares from mmc
Hello, Following a previous question, I want to know if it is possible to get the unix users in a Microsoft mmc share window. My config: Debian lenny or squeeze Samba : Security=user Acls have been enabled in a mounted xfs partition. So far from the mmc : - I can access the shares, - I can put acls on the shares folders and subfolders. But when I want to access the unix accounts through the user sectio...
2015 Mar 13
0
[PATCH] sd, mmc, virtio_blk, string_helpers: fix block size units
..., so this will artificially induce an overflow on very > large devices. Fix this by making the function string_get_size() take > blocks and the block size instead of bytes. This should allow us to > keep working until the current SCSI standard overflows. > > Also fix virtio_blk and mmc (both of which were also artificially > multiplying by the block size to pass a byte side to string_get_size()). > > The mathematics of this is pretty simple: we're taking a product of > size in blocks (S) and block size (B) and trying to re-express this in > exponential form: S...
2015 Mar 13
0
[PATCH] sd, mmc, virtio_blk, string_helpers: fix block size units
..., so this will artificially induce an overflow on very > large devices. Fix this by making the function string_get_size() take > blocks and the block size instead of bytes. This should allow us to > keep working until the current SCSI standard overflows. > > Also fix virtio_blk and mmc (both of which were also artificially > multiplying by the block size to pass a byte side to string_get_size()). > > The mathematics of this is pretty simple: we're taking a product of > size in blocks (S) and block size (B) and trying to re-express this in > exponential form: S...
2007 Jan 09
2
posthoc tests with ANCOVA
dear all, I want to perform a posthoc test for my ANCOVA: a1<-aov(seeds~treatment*length) With summary(glht(a1, linfct = mcp(treatment = "Tukey"))) R tells me: "covariate interactions found -- please choose appropriate contrast" How do I build these contrasts? Ideally, I would like to have the posthoc test for the ANCOVA including a block-effect
2017 Dec 05
2
MMC issue
Hi I have a strange problem with Shared folders in MMC. While I try to connect to linux machine and list Open files or Sessions I got a message "You do not have permission to view the list of sessions from Windows clients". The problem exists only if I try to connect to linux machines (Windows Server is ok), and only for Administrator account...
2017 Dec 05
2
MMC issue
...; > samba at .samba >> >> >> >> >> >> >> >> > &gt; wrote: >> >> >> >> > >> >> >> >> >> Hi >> >> >> >> >> I have a strange problem with Shared folders in MMC. >> >> >> >> >> While I try to connect to linux machine and list Open >> >> >> >> >> files or Sessions I got a message "You do not have >> >> >> >> >> permission to view the list of sessions from Windows...
2005 Dec 30
1
ADS joined, can't manage shares from MMC
I have a samba 3.0.14 server attached to a 2003 ADS server. (verified with: wbinfo -u/-g, getent passwd/group, net ads testjoin) And i can attach to the Samba server using an XP workstation's MMC, but when i attempt to change ACL's (share perms or security tab) i get a warning window popup stating, "Changes cannot be saved. Access is denied" I am logged into the AD/DC as Administrator and have a username map file declared in the smb.conf that equates root to administrator, ad...
2006 Jan 12
1
managing unix services remotely from mmc on windows
...l Windows error or an internal service error. If the problem persists, contact your system administrator, Now I can see on SERVER that the service has correctly been stopped, it's just that the windows server doesn't realise, though oddly enough, I can then do a "restart" via the mmc and that brings the service back up fine. I'm guessing I need to somehow feed a return code of some kind from the start/stop script in my init.d through samba to the windows server and that's the bit I'm missing. Can anyone advise as to the fundamental step I've clearly missed?...
2007 May 20
1
Don't see Users and Groups in Samba Server from MMC WXPPRO
When I connect from MMC (Remote Administration) of a WXPPro client with the server Linux Samba PDC, so that the users and groups of the domain neither the Unix groups/passwd do not see? I have implemented svcctl but she did not solve east problem. Any idea?? Tks
2004 Sep 09
1
"username map" parameter not working after upgrade to SAMBA 3
...guest ok = Yes printable = Yes printer name = PDS_HPPlt_2 [gisinstl] comment = ESRI Install Point path = /gis_install/gisinstl browseable = No write list = @sysadmin [homes] comment = Home Directories read only = No create mask = 0755 browseable = No veto files = /ADMIN.DLL/LOAD.EXE/MMC.EXE/README.EXE/MEP*.TMP.EXE/SIRCAM.SYS [pdsshare] comment = TEDD Production Data path = /pdsshare read only = No create mask = 0775 guest ok = Yes veto files = /.AppleDouble/TheVolumeSettingsFolder/TheFindByContentFolder/Icon\r/ *~?.???/*:*/Network Trash Folder/resource.frk/.AppleDeskto...