search for: 2755

Displaying 20 results from an estimated 103 matches for "2755".

Did you mean: 255
2008 Jun 25
0
domUs doesn''t boot after upgrade to xen 3.2
Hi all, after upgrading from xen 3.0 to xen 3.2 I cannot start my domUs: I get: VmError: Boot loader didn''t return any data! Suggestions? This is the log [2008-06-25 11:24:53 2755] DEBUG (XendDomainInfo:84) XendDomainInfo.create([''vm'', [''name'', ''engtest3.infolan''], [''memory'', ''2048''], [''on_reboot'', ''restart''], [''on_crash'', ''...
2017 Aug 07
15
[Bug 2755] New: [PATCH] sshd_config: allow directories in AuthorizedKeysFile=
https://bugzilla.mindrot.org/show_bug.cgi?id=2755 Bug ID: 2755 Summary: [PATCH] sshd_config: allow directories in AuthorizedKeysFile= Product: Portable OpenSSH Version: 7.5p1 Hardware: All OS: Linux Status: NEW Severity: enhancement...
2018 Sep 28
0
CEBA-2018:2755 CentOS 7 tomcat BugFix Update
CentOS Errata and Bugfix Advisory 2018:2755 Upstream details at : https://access.redhat.com/errata/RHBA-2018:2755 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 4d3807c58d58d30562f42b516384012be18b7b3fda8b25e3c0b912966d61e326 tomcat-7.0.76-7.el7_5.noarch.rpm 1154...
2008 Oct 22
1
samba performance degrade
...; printable = no ; write list = +staff [design] comment = "home folder for design department" path = /data/design vfs object = recycle recycle:repository = /data/design/Trash recycle:keeptrace = Yes writeable = yes create mask = 644 directory mask = 2755 [home] comment = "home folder for bwedit" path = /data/edit/home vfs object = recycle recycle:repository = /data/edit/home/Trash recycle:keeptrace = Yes writeable = yes create mask = 644 directory mask = 2755 [user] comment = " home directory to t...
2005 Nov 26
1
list.files(recursive=T) does not return directory names
...ctories > z <- system(paste("find", file.path(R.home(),"library"), "-name R"), intern=T) > length(z) [1] 665 > file.info(z[1:3])[,1:3] size isdir mode /dept/devel/sw/R/R.linux/R/library/aCGH/R 4096 TRUE 2755 /dept/devel/sw/R/R.linux/R/library/RBGL/R 4096 TRUE 2755 /dept/devel/sw/R/R.linux/R/library/XML/R 4096 TRUE 2755 The help file is silent on this behavior. I am writing an emulation of these for functions for Splus and was wondering about 3 things. a) Is this behavior intended? b) Is ther...
2014 Oct 29
3
Samba4 provision, change private dir?
When you first provision an AD DC, is there a way to control where samba-tool puts all of the AD data files? -- Greg J. Zartman Board Member Koozali Foundation, Inc. 2755 19th Street SE Salem, Oregon 97302 Cell: 541-5218449 SME Server user and community member since 2000
2012 Dec 03
1
Weird mode issues with /var/lib/puppet/lib
...the production one as the authoritative CA, and I have one test agent machine which I''m switching back and forth with the "server" option in /etc/puppet/puppet.conf. When I point the agent at the production server and do puppet agent -t, it sets /var/lib/puppet/lib to be mode 2755. When I have the production server (which is its own master) do puppet agent -t, it sets /var/lib/puppet/lib to be mode 2755. When I point the agent at the development server and do puppet agent -t, it sets /var/lib/puppet/lib to be mode 0755. When I have the development server (which is its own...
2009 Aug 19
2
replacing permissions on uploaded windows files
...I've got a CentOS box and users are putting Windows long files on it, files with " " and " - " in their filenames. I'm trying to adjust the permissions as well as user and group membership and i'd like the changes to be sticky. On the tld i've set permissions of 2755 and am trying to batch convert the files and subfolders in it. I've done this: find tld -type f |xargs chmod 644 {} \; find tld -type d |xargs chmod 755 {} \; Both of these are failing due to the spaces and dashes. I've tried enclosing those {} in quotes, no good. Has anyone done this wi...
2017 Feb 01
2
Fuzzing bitcode reader
...t; clang and clang-format. However, the actual bot [2] only tests the >> fuzzer itself over a well-known set of bugs in standard software (eg. >> Heartbleed [3] seems to be among them). > > Isn’t it this stage? http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fuzzer/builds/2755/steps/stage2%2Fasan%2Bassertions%20check-fuzzer/logs/stdio To me it looks like just the compilation and the unit+regression tests ("ninja check-fuzzer", not even depending on clang). It also completes in only 10 minutes, which is not a lot for fuzzing. Michael
2018 Aug 07
2
setting up a RODC
...wbinfo -u >> wbinfo -g >> >> But as soon as I try to test the replication I got this message: >> ----------- >> root at rodc-01:/var/lib/samba/private# samba-tool drs showrepl >> offsite\RODC-01 >> DSA Options: 0x00000025 >> DSA object GUID: ab4da5a2-2755-45b4-9d83-1dec1f869477 >> DSA invocationId: 92ae0aeb-beea-4944-b65b-61ad4564a87b >> >> ==== INBOUND NEIGHBORS ==== >> >> ERROR(runtime): DsReplicaGetInfo of type 0 failed - (8453, >> 'WERR_DS_DRA_ACCESS_DENIED') >> ----------- >> >> If I...
2009 Mar 24
4
PRI dropping
...aultzone=dk span=2,1,0,ccs,hdb3,crc4 bchan=32-46 dchan=47 bchan=48-62 @@@ @@@ /etc/asterisk/zapata.conf [channels] switchtype=euroisdn usecallerid=yes group=2 signalling=pri_cpe context=incoming channel => 32-46 channel => 48-62 @@@ With PRI debug turned out I get this output: @@@ q931.c:2755 q931_restart: call 32768 on channel 1 enters state 62 (Restart) > Protocol Discriminator: Q.931 (8) len=13 > Call Ref: len= 2 (reference 0/0x0) (Originator) > Message type: RESTART (70) > [18 03 a9 83 81] > Channel ID (len= 5) [ Ext: 1 IntID: Implicit PRI Spare: 0 Exclusive Dch...
2017 Feb 01
3
Fuzzing bitcode reader
Hi all, The blog entry [1] suggest that one of the buildbots constantly fuzzes clang and clang-format. However, the actual bot [2] only tests the fuzzer itself over a well-known set of bugs in standard software (eg. Heartbleed [3] seems to be among them). Has there actually ever been a buildbot that fuzzes clang/LLVM itself? Another (obvious?) fuzzing candidate would be the LLVM's bitcode
2009 Mar 26
2
PRI dropping #2
...ynchronous Balanced Mode Extended q921.c:150 q921_send_sabme: q921_state now is Q921_AWAITING_ESTABLISH -- Got UA from network peer Link up. q921.c:709 q921_reset: q921_state now is Q921_LINK_CONNECTION_RELEASED q921.c:664 q921_dchannel_up: q921_state now is Q921_LINK_CONNECTION_ESTABLISHED q931.c:2755 q931_restart: call 32768 on channel 1 enters state 62 (Restart) > Protocol Discriminator: Q.931 (8) len=13 > Call Ref: len= 2 (reference 0/0x0) (Originator) > Message type: RESTART (70) > [18 03 a9 83 81] > Channel ID (len= 5) [ Ext: 1 IntID: Implicit PRI Spare: 0 Exclusive Dch...
2016 Nov 21
2
point n print driver deployment for canon ip7250
...NTDOM\Administrator NTDOM\administrator Administrator administrator And according to the wiki. (https://wiki.samba.org/index.php/Configuring_Point%27n%27Print_automatic_printer_driver_deployment) For POSIX ACLs: # chgrp -R "SAMDOM\Domain Admins" /srv/samba/Printer_drivers/ # chmod -R 2755 /srv/samba/Printer_drivers/ Is wrong in my opinion. # chmod -R 2775 /srv/samba/Printer_drivers/ Looks better to me. How else are "members of domain admins" allowed to write in the /srv/samba/Printer_drivers/ folder? Rowland, can you confirm this? But i use the https://wiki.samba.o...
2003 Oct 20
1
Auto-dial from webpage
...ant to call and the phone I want to connect it to but I see no way to define the phone number I want to dial in the /usr/src/asterisk/sample.call file I see mentioned in other posts. Is it possible to do what I want? Am I even looking in the right direction? elrod -- Mark Elrod Vindicia, Inc. 2755 Campus Drive, Suite 240 San Mateo, California 94403 Email: elrod@vindicia.com Cell: 650-483-5763 Main: 650-292-2409 Fax: 650-345-1165 Web: http://www.vindicia.com
2014 Nov 12
1
Query AD from commandline
...if there is something like samba-tool for query user from the AD other than just the username? I see that I can use and LDAP perl module to query the LDAP side of the AD, but wanted to see if Samba has a utility for doing this. Thanks! -- Greg J. Zartman Board Member Koozali Foundation, Inc. 2755 19th Street SE Salem, Oregon 97302 Cell: 541-5218449 SME Server user and community member since 2000
2014 Aug 14
1
virt-manager/ GTK & py issue
...Error refreshing hardware page: Must be string, not TreeModelRow Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/details.py", line 1197, in hw_selected self.refresh_graphics_page() File "/usr/share/virt-manager/virtManager/details.py", line 2755, in refresh_graphics_page title = self.gfxdetails.set_dev(gfx) File "/usr/share/virt-manager/virtManager/gfxdetails.py", line 197, in set_dev uiutil.set_combo_entry(self.widget("graphics-type"), gtype, 0) File "/usr/share/virt-manager/virtManager/uiutil.py"...
2018 Aug 07
2
setting up a RODC
...ch --url=/var/lib/samba/private/sam.ldb and all users and groups with: wbinfo -u wbinfo -g But as soon as I try to test the replication I got this message: ----------- root at rodc-01:/var/lib/samba/private# samba-tool drs showrepl offsite\RODC-01 DSA Options: 0x00000025 DSA object GUID: ab4da5a2-2755-45b4-9d83-1dec1f869477 DSA invocationId: 92ae0aeb-beea-4944-b65b-61ad4564a87b ==== INBOUND NEIGHBORS ==== ERROR(runtime): DsReplicaGetInfo of type 0 failed - (8453, 'WERR_DS_DRA_ACCESS_DENIED') ----------- If I try to do a replication I see the following messages: ----------- root at rod...
2018 Aug 07
0
setting up a RODC
...stion: When I do a "host -t srv _ldap._tcp.example.net" I only see my writeable DCs but not my RODC. So I tested with: ------ ldbsearch -H /var/lib/samba/private/sam.ldb '(invocationid=*)' --cross-ncs objectguid ------ Found a objectguid for my RODC ------- host -t CNAME ab4da5a2-2755-45b4-9d83-1dec1f869477._msdcs.example.net ------- The CNAME is there Then I did a: -------- samba_dnsupdate --verbose --all-names -------- Still no entry for any of the srv-records on my rodc. Adding Users for password-caching works. Next Question :-) Is there any way to see which users loaded wi...
2017 Sep 07
1
SOLVED: BUILTIN\Administrators - failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
...le and print server based on CentOS 7 with Samba 4.4.4. As wiki said (https://wiki.samba.org/index.php/Setting_up_Automatic_Printer_Driver_Downloads_for_Windows_Clients) we have to set permissions on [print$] share: # chgrp -R "SAMDOM\Domain Admins" /srv/samba/printer_drivers/ # chmod -R 2755 /srv/samba/printer_drivers/But I can't do that, beacause I removed GID of Domain Admins, so winbind can't enumerate this group. So how to do that?Do I have to change idmap backend to from AD to RID? smb.conf: [global] netbios name = itserver workgroup = COMPANY security = ADS realm = S...