search for: smc

Displaying 20 results from an estimated 235 matches for "smc".

Did you mean: sec
2013 May 31
1
'Administrator' account (UID 0) on Samba member of a Samba4 AD DC
Hi all, I have a samba server as member of an AD DC. In said AD DC there is the 'administrator' user which has the default UID of 0 (the same as root) from the ADDC: # id administrator uid=0(root) gid=513(SMC\Domain Users) groups=0(root),513(SMC\Domain Users),3000005(SMC\Group Policy Creator Owners),3000009(SMC\Enterprise Admins),512(SMC\Domain Admins),3000007(SMC\Schema Admins) from the member server: # id administrator id: administrator: no such user It also does not appear in wbinfo -u or getent...
2005 Aug 19
3
using paste and "\" to create a valid filename
...using double "\" since its an escape character, but I get either 2 or none, I can't get just one "\" where I need it. See example code below. I am using R 2.1.0, but plan to upgrade soon. Thanks in advance to anyone who can help. Roger rankPath <- "R:\New Ranks\SMC\SMC" rankDate <- "20050819" rankFile <- paste(rankPath,rankDate,".xls", sep="") rankFile [1] "R:New RanksSMCSMC20050819.xls" rankPath <- "R:\\New Ranks\\SMC\\SMC" rankDate <- "20050819" rankFile <- pas...
2013 Oct 09
2
GPO Permissions _AGAIN_
Hi all, I'm afraid I'm back to my old issue of GPO permissions. I have two ADDCs providing an AD Domain (internal.stmaryscollege.co.uk (short-name 'SMC')). Servers are called 'ad-01' and 'tainan'. ad-01 is 'Version 4.0.10' and tainan is 'Version 4.1.0rc4' (the latest version in the package repos of the respective OSs (arch and gentoo)) I have set up a script that synchronises the two sysvol shares (using rsyn...
2002 Mar 27
2
Problem with ssh-keygen
Dear Developer, I'm having problem running ssh_keygen on my solaris 7 box. Can you please tell me as to why I'm getting this error as described below? I don't have that problem with solaris 8 that runs SMCossh 3.0.2p1 Thanks in advance. Louie # /usr/local/bin/ssh-keygen ld.so.1: /usr/local/bin/ssh-keygen: fatal: libcrypto.so.0.9.6: open failed: No such file or directory Killed # pkginfo |grep -i smc application SMCegd egd application SMCossh openssh application SMCprl561 perl...
2005 Jun 19
1
cannot kickstart after buying new SMC switch
For some reason I cannot kickstart via pxe after installing a new SMC 48Port GigE switch. I swapped out an old hub to test and kickstarting still works with the old hub. Does anyone have any suggestions, --
2007 Jun 05
2
[LLVMdev] Secure Virtual Machine
...e to do so with sufficient flexibility might be "sized types", which express algorithmic runtime and space complexity in types. I'm doubtful that this approach is feasible with low-level LLVM code, but I'd love to be wrong! Another attack specific to a JIT is self-modifying code (SMC); if a piece of SMC can repeatedly get the VM to re-JIT code, the VM had better make sure that the JITting is done under the SMC's schedule, and using memory booked to the SMC. Otherwise, this is another DoS vulnerability possible due to improper resource accounting. I was going to ask about S...
2007 Sep 17
3
change uid/god below 100
Hi. Only indirectly related to zfs. I need to test diskusage/performance on zfs shared via nfs. I have installed nevada b64a. Historically uid/gid for user www has been 16/16 but when I try to add uid/gid www via smc with the value 16 I''m not allowed to do so. I''m coming from a FreeBSD backgroup. Here I alter uid using vipw and edit /etc/group afterwards. -- regards Claus When lenity and cruelty play for a kingdom, the gentlest gamester is the soonest winner. Shakespeare
2012 Oct 21
2
DNS Domain Name vs Samba4 Domain Name vs NT4 Domain Name
...ainan My samba server's FQDN is: tainan.internal.stmaryscollege.co.uk My "DNS domain" is: internal.stmaryscollege.co.uk Samba4 Domain is: ??? internal.stmaryscollege.co.uk ??? My NT4 Domain is: ??? internal ??? I currently have a s3 domain set up called "SMC" (I am _NOT_ going to attempt migrate it to a samba4 domain). Does my NT4 domain have to be the first part of my Samba4 domain? Can I make the NT4 domain name "SMC" also? Thanks, Alex
2009 May 23
0
SMC Error
An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20090522/b97cb2dc/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: smc2.png Type: image/png Size: 68389 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20090522/b97cb2dc/attachment.png>
2013 May 09
0
Weird issue when accessing a samba4 domain member by IP vs hostname
...: mapped user is: [XEN-ARCH-S3-01]\[qoole]@[R2-02] log.smbd: check_sam_security: Couldn't find user 'qoole' in passdb. log.smbd: check_ntlm_password: sam authentication for user [qoole] FAILED with error NT_STATUS_NO_SUCH_USER \\192.168.0.111 = log.smbd: Got user=[qoole] domain=[SMC] workstation=[R2-02] len1=24 len2=24 log.smbd: check_ntlm_password: Checking password for unmapped user [SMC]\[qoole]@[R2-02] with the new password interface log.smbd: check_ntlm_password: mapped user is: [SMC]\[qoole]@[R2-02] log.smbd: check_ntlm_password: winbind authentication for user [qo...
2010 Jan 18
2
column selection for aggregate()
...quot; with many rows and the column names are: > names(ssfa) [1] "SPECSHOR" "BONE" "TO_POS" "MEASUREM" "FACETTE" "SHEARFAC" [7] "ENA_BA" "SEL_FACET" "SEL_MEAS" "Asfc" "Smc" "epLsar" [13] "HAsfc4" "HAsfc9" "HAsfc16" "HAsfc25" "HAsfc36" "HAsfc49" [19] "HAsfc64" "HAsfc81" "HAsfc100" "HAsfc121" "Tfv" "Ftfv&quot...
2013 Mar 21
27
[PATCH 0/4] xen/arm: guest SMP support
Hi all, this small patch series implement guest SMP support for ARM, using the ARM PSCI interface for secondary cpu bringup. Stefano Stabellini (4): xen/arm: basic PSCI support, implement cpu_on xen/arm: support for guest SGI xen/arm: support vcpu_op hypercalls xen: move VCPUOP_register_vcpu_info to common code xen/arch/arm/domain.c | 66 ++++++++++++++++++++++++
2007 Jun 07
0
[LLVMdev] Secure Virtual Machine
...on may be feed to the optimizer (can we allocate 100*sizeof(int) contiguous memory at a time? ) or the security protector ( Is this line of code allocating more than expected? ). Correct me if I am wrong. :-) Best Regards, Nai > > Another attack specific to a JIT is self-modifying code (SMC); if a > piece of SMC can repeatedly get the VM to re-JIT code, the VM had > better make sure that the JITting is done under the SMC's schedule, > and using memory booked to the SMC. Otherwise, this is another DoS > vulnerability possible due to improper resource accounting. > &g...
2008 May 29
17
SMC Webconsole 3.1 and ZFS Administration 1.0 - stacktraces in snv_b89
...) and the right frame is plain empty. Any suggestions? I tried substituting different SUNWzfsgr and SUNWzfsgu packages from older Solarises (x86/sparc, snv_77/84/89, sol10u3/u4), and directly substituting the zfs.jar file, but these actions resulted in either the same error or crash-and-restart of SMC Webserver. I didn''t yet try installing an older SUNWmco* packages (a 10u4 system with SMC 3.0.2 works ok), I''m not sure it''s a good idea ;) The system has JDK 1.6.0_06 per default, maybe that''s the culprit? I tried setting it to JDL 1.5.0_15 and web-module zfs...
2007 Jun 05
0
[LLVMdev] Secure Virtual Machine
Sandro Magi wrote: > SVA looks very promising. It would be great to be able to run > unmodified C safely! > > However, it does not seem to address my original question: how can I > ensure that code cannot DoS either the memory subsystem, or the CPU? > To be honest, while I understand your questions, I do not understand the context in which you are asking them. Are you asking
2007 Jun 03
2
[LLVMdev] Secure Virtual Machine
SVA looks very promising. It would be great to be able to run unmodified C safely! However, it does not seem to address my original question: how can I ensure that code cannot DoS either the memory subsystem, or the CPU? In my proposal, I could execute said code in a concurrent process with a memory quota. How would SVA address that problem? Sandro On 6/2/07, Vikram S. Adve <vadve at
2004 May 27
1
What a Difference a NIC makes
Just to throw this out there for the group. I had a box of OEM SMC NICs and have been using them in all systems I build including * boxes. They seem to work great in Windows machines and even plain old Linux workstations but apparently not all that well when realtime is required. I would get random and usually sparse disconnects and lose registrations with phone...
2004 Oct 22
6
Bluetooth, palm, ppp and shorewall
...0 -j MASQUERADE iptables -A FORWARD -i ppp0 -j ACCEPT iptables -A FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT Now, what happens is when you connect from the Palm to the linux box, a ppp0 DUN session is started, and then the routing happens to eth0, which is behind a hardware firewall (SMC barricade). Here is my dun file. /etc/ppp/peers/dun # debug 57600 noipdefault proxyarp # IP address of PC : IP address to be assigned to Palm 192.168.0.1:192.168.0.2 # My DNS server ms-dns 127.0.0.1 ktune noauth local nodefaultroute noipx How would those iptables commands be represented in Shore...
2002 Mar 09
1
Problem with smbfs on 2.4.18 kernel
...1024 22 (autoclean) ipt_MASQUERADE 1216 2 (autoclean) ipt_MARK 736 13 (autoclean) ipt_LOG 3168 92 (autoclean) ipt_state 608 169 (autoclean) ip_nat_ftp 2944 0 (unused) ip_conntrack_ftp 3200 0 (unused) smc-ultra 5024 1 (autoclean) ne 6432 1 (autoclean) 8390 5856 0 (autoclean) [smc-ultra ne] isa-pnp 27816 0 (autoclean) [serial smc-ultra ne] rtl8139 12672 1 (autoclean) mii 1040 0 (a...
2004 Dec 16
3
Cannot share MSAccess DB after upgrade 3.0.5 to 3.0.8
...k at smbstatus output reveals that no oplocks are placed on the MDB or the LDB files. However, the "Access" column of the smbstatus output shows 0x2019f for all files except the MDB files, which show 0x3. Does anyone know what this means? 32748 DENY_NONE 0x3 RDWR NONE /samba/common/smc.mdb 32748 DENY_NONE 0x2019f RDWR NONE /samba/common/smc.ldb Help! Lane Beneke __________________________________ Do you Yahoo!? Yahoo! Mail - Easier than ever with enhanced search. Learn more. http://info.mail.yahoo.com/mail_250