search for: 0x0311

Displaying 20 results from an estimated 27 matches for "0x0311".

2017 May 23
3
Windows 10 spawning thousands of child processes on Samba 4.3.11 server
On Tue, 23 May 2017 16:34:29 +0200 Asbjorn Taugbol via samba <samba at lists.samba.org> wrote: > Yes, the users exist as both Linux and Samba users. My question was > if the Windows client user "Admin" also needs to be Linux and Samba > user. > There is no windows user called 'Admin', there is one called 'Administrator', if it is the later, then it
2018 Feb 13
0
Windows 10 spawning thousands of child processes on Samba 4.3.11 server
On Samba 4.3.11 Server (Ubuntu 14.04 and 16.04) : find this issues on negoziation on windows 10 clients: 26283 nobody nogroup 192.168.2.170 (ipv4:192.168.2.170:50114) Unknown (0x0311) 26283 nobody nogroup 192.168.2.170 (ipv4:192.168.2.170:50114) Unknown (0x0311) 26283 nobody nogroup 192.168.2.170 (ipv4:192.168.2.170:50114) Unknown (0x0311) 26283 nobody nogroup 192.168.2.170 (ipv4:192.168.2.170:50114) Unknown (0x0311) 26283...
2018 Apr 03
2
smbstatus crazy multiple same listings
...t want PAGES of it!) $ smbstatus Samba version 4.3.11-Ubuntu PID Username Group Machine Protocol Version ------------------------------------------------------------------------------ 25788 nobody nogroup 10.10.0.10 (ipv4:10.10.0.10:57187) Unknown (0x0311) 25788 nobody nogroup 10.10.0.10 (ipv4:10.10.0.10:57187) Unknown (0x0311) 26105 nobody nogroup 10.10.0.12 (ipv4:10.10.0.12:54640) Unknown (0x0311) 25788 nobody nogroup 10.10.0.10 (ipv4:10.10.0.10:57187) Unknown (0x0311) 25788 nobody...
2017 May 25
0
Windows 10 spawning thousands of child processes on Samba 4.3.11 server
...root at ubuntuTest:/srv# smbstatus Samba version 4.3.11-Ubuntu PID Username Group Machine Protocol Version ------------------------------------------------------------ ------------------ 2981 nobody nogroup 10.10.1.70 (ipv4:10.10.1.70:50058) Unknown (0x0311) 2981 nobody nogroup 10.10.1.70 (ipv4:10.10.1.70:50058) Unknown (0x0311) 2981 nobody nogroup 10.10.1.70 (ipv4:10.10.1.70:50058) Unknown (0x0311) 2981 nobody nogroup 10.10.1.70 (ipv4:10.10.1.70:50058) Unknown (0x0311) 2981 nobody...
2011 Feb 02
2
syslinux 4.02 hangs at "boot:"
...problem. The problem is that the machine hangs entirely after printing "boot:" on the tty. The stanza being booted in /boot/extlinux.conf is: label xe # XenServer kernel mboot.c32 append /boot/xen.gz dom0_mem=752M lowmem_emergency_pool=1M crashkernel=64M at 32M console= vga=mode-0x0311 --- /boot/vmlinuz-2.6-xen root=LABEL=root-ldndebvr ro xencons=hvc console=hvc0 console=tty0 quiet vga=785 splash --- /boot/initrd-2.6-xen.img and all the files in /boot definitely exist because the installation was done exactly the same way as on the machines that worked. The machine itself has t...
2017 May 22
2
Windows 10 spawning thousands of child processes on Samba 4.3.11 server
...|wc -l 42831 root# smbstatus |head Samba version 4.3.11-Ubuntu PID Username Group Machine Protocol Version ------------------------------------------------------------------------------ 2810 nobody nogroup 10.10.1.73 (ipv4:10.10.1.73:49915) Unknown (0x0311) 2810 nobody nogroup 10.10.1.73 (ipv4:10.10.1.73:49915) Unknown (0x0311) 2810 nobody nogroup 10.10.1.73 (ipv4:10.10.1.73:49915) Unknown (0x0311) 2810 nobody nogroup 10.10.1.73 (ipv4:10.10.1.73:49915) Unknown (0x0311) 2810 nobody...
2019 Jan 14
1
Connecting with Windows 10???
Samba Guru's, As a point of clarification in our Samba setup... We are currently running Samba 4.3.11 on Ubuntu Server 16.04. When running smbstatus it shows the following... Windows 7 machines connect showing SMB2_10. Windows 10 machines connect showing Unknown (0x0311). Supposedly Windows 10 machines should show SMB3_11. Curious if they are connecting correctly and/or if changes should be made??? Enjoy the day!!! Tom Thomas Rieff GreenCare 1717 3rd Avenue Mankato, MN 56001
2010 Nov 19
1
[PATCH] i915resolution: add id for GM45 chipset
...ts Mode 0x0317: 1024x768 (+2048), 16 bits Mode 0x0318: 1024x768 (+4096), 24 bits Mode 0x0312: 640x480 (+2560), 24 bits Mode 0x0314: 1280x800 (+2560), 16 bits Mode 0x0315: 1280x800 (+5120), 24 bits Mode 0x0301: 640x480 (+640), 8 bits Mode 0x0303: 1280x800 (+1280), 8 bits Mode 0x0311: 640x480 (+1280), 16 bits Config Status: cfg=new, avail=yes, need=no, active=unknown Signed-off-by: Lucas De Marchi <lucas.demarchi at profusion.mobi> --- com32/lib/sys/vesa/i915resolution.c | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/com32/lib/sys/v...
2013 Oct 27
3
[PATCH] drm/nouveau/agp: add a quirk list to limit agp modes
...ostbridge_vendor; + u16 hostbridge_device; + u16 chip_vendor; + u16 chip_device; + int mode; +}; + +static struct nouveau_agpmode_quirk nouveau_agpmode_quirk_list[] = { + /* VIA Apollo PRO133x / GeForce FX 5600 Ultra, max agpmode 2, fdo #20341 */ + { PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_NVIDIA, 0x0311, 2 }, + + {}, +}; + static unsigned long -get_agp_mode(struct nouveau_drm *drm, unsigned long mode) +get_agp_mode(struct nouveau_drm *drm, const struct drm_agp_info *info) { struct nouveau_device *device = nv_device(drm->device); + struct nouveau_agpmode_quirk *quirk = nouveau_agpmode_quirk_...
2015 Sep 30
2
[PATCH] [resend] nouveau: Disable AGP for SiS 761
...ers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c @@ -35,6 +35,8 @@ static const struct nvkm_device_agp_quirk nvkm_device_agp_quirks[] = { /* VIA Apollo PRO133x / GeForce FX 5600 Ultra - fdo#20341 */ { PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_NVIDIA, 0x0311, 2 }, + /* SiS 761 does not support AGP cards, use PCI mode */ + { PCI_VENDOR_ID_SI, 0x0761, PCI_ANY_ID, PCI_ANY_ID, 0 }, {}, }; @@ -137,8 +139,10 @@ nvkm_agp_ctor(struct nvkm_pci *pci) while (quirk->hostbridge_vendor) { if (info.device->vendor == quirk->hostbridge_vendor &&a...
2015 Sep 13
1
AGP cards in PCI mode (fake slots like AGPro, AGP Express, AGI, AGX, XGP)
...ers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c +++ b/drivers/gpu/drm/nouveau/nvkm/subdev/pci/agp.c @@ -35,6 +35,8 @@ static const struct nvkm_device_agp_quirk nvkm_device_agp_quirks[] = { /* VIA Apollo PRO133x / GeForce FX 5600 Ultra - fdo#20341 */ { PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_NVIDIA, 0x0311, 2 }, + /* SiS 761 does not support AGP cards, use PCI mode */ + { PCI_VENDOR_ID_SI, 0x0761, PCI_ANY_ID, PCI_ANY_ID, 0 }, {}, }; @@ -137,8 +139,10 @@ nvkm_agp_ctor(struct nvkm_pci *pci) while (quirk->hostbridge_vendor) { if (info.device->vendor == quirk->hostbridge_vendor &&a...
2013 Jun 25
6
Heterogeneous XCP 1.6 pool
Hi, I''ve been trying to use E5520 and X5650 together in an heterogeneous pool without success. I know the combination is not on the official XenServer supported list (http://hcl.xensource.com/CPUPoolsList.aspx), but I thought it would be possible to set the mask anyway and see for myself if the combination works… My problem is that the mask doesn''t "stick" after a
2009 May 29
2
ASTRO (logy) under wine - understanding the debug output?
...ea6) 4 0x1557:0x330a (0x11f7:0x6f44) 5 0x1557:0xac58 (0x11f7:0x6fac) 6 0x1557:0xe202 (0x11f7:0x6fc8) 7 0x1557:0x054e (0x11f7:0x6fe4) 8 0x1557:0x0000 (0x11f7:0x7000) 9 0x1557:0xffff (0x11f7:0x7014) 10 0x1557:0x82f1 (0x11f7:0x701e) 11 0x1447:0x0030 (0x11f7:0x704c) 12 0x1447:0x0311 (0x11f7:0x70a0) 13 0x13d7:0x0e51 (0x11f7:0x70cc) 14 0x13d7:0x0edb (0x11f7:0x70e4) 15 0x1487:0x17a0 (0x11f7:0x70f2) 16 0x1487:0x0d42 (0x11f7:0x713e) 17 0x13cf:0x00a8 (0x11f7:0x719e) 18 0x1487:0x055c (0x11f7:0x71c8) 19 0x1487:0x031c (0x11f7:0x71f4) 20 0x101f:0x0468 in kernel32...
2007 Mar 19
3
"Horn Loudspeaker Response Analysis Program" mit Wine, geht das doch?
...0x6d82) 62 0x1307:0x1113 (0x11f7:0x6dd8) 63 0x13bf:0x055c (0x11f7:0x6e02) 64 0x13bf:0x03a1 (0x11f7:0x6e18) 65 0x147f:0x0119 (0x11f7:0x6e3c) 66 0x1387:0x4b8a (0x11f7:0x6f42) 67 0x1387:0x0000 (0x11f7:0x6f5e) 68 0x1387:0x82f1 (0x11f7:0x6f68) 69 0x137f:0x0030 (0x11f7:0x6f96) 70 0x137f:0x0311 (0x11f7:0x6fea) 71 0x12e7:0x04f2 (0x11f7:0x702e) 72 0x12e7:0x0204 (0x11f7:0x7040) 73 0x143f:0x0455 (0x11f7:0x7066) 74 0x143f:0x0408 (0x11f7:0x7076) 75 0x147f:0x0041 (0x11f7:0x709a) 76 0x1387:0x4b8a (0x11f7:0x70c8) 77 0x1387:0x0000 (0x11f7:0x70e4) 78 0x1387:0xffff (0x11f7:0x70f8) 7...
2019 Feb 14
3
smbclient error talking to Netapp with SMB 3.11 / Samba 4.7.11
....10 to the (bad) 3.11 response: @@ -124,8 +124,8 @@ Security mode: 0x01, Signing enabled .... ...1 = Signing enabled: True .... ..0. = Signing required: False - Dialect: 0x0300 - NegotiateContextCount: 0 + Dialect: 0x0311 + NegotiateContextCount: 2 Server Guid: 11111111-2222-3333-4444-555555555555 Capabilities: 0x00000057, DFS, LEASING, LARGE MTU, PERSISTENT HANDLES, ENCRYPTION .... .... .... .... .... .... .... ...1 = DFS: This host supports DFS @@ -153,4 +1...
2013 Oct 28
0
[PATCH] drm/nouveau/agp: add a quirk list to limit agp modes
...e; > + u16 chip_vendor; > + u16 chip_device; > + int mode; > +}; > + > +static struct nouveau_agpmode_quirk nouveau_agpmode_quirk_list[] = { > + /* VIA Apollo PRO133x / GeForce FX 5600 Ultra, max agpmode 2, fdo #20341 */ > + { PCI_VENDOR_ID_VIA, 0x0691, PCI_VENDOR_ID_NVIDIA, 0x0311, 2 }, > + > + {}, > +}; > + > static unsigned long > -get_agp_mode(struct nouveau_drm *drm, unsigned long mode) > +get_agp_mode(struct nouveau_drm *drm, const struct drm_agp_info *info) > { > struct nouveau_device *device = nv_device(drm->device); > + struct...
2018 Dec 19
3
Windows 10 & Samba
Are there any special quirks with Windows 10 and Samba... Using Visual Foxpro 9 on Windows 7 with the data and program files on a Samba file server. Will need to move to Windows 10 in a year so doing some testing. Everything works on one machine with 10 while on another it will not call the main.prg file on the Samba server. Trying to figure out if it is VFP9 issue or a quirk with Samba.
2019 Feb 13
2
smbclient error talking to Netapp with SMB 3.11 / Samba 4.7.11
Hi Louis, thanks for your reply. -<| Quoting L.P.H. van Belle via samba <belle at bazuin.nl>, on Wednesday, 2019-02-13 04:59:55 PM |>- > > DOM.AIN\foobar's password: > ^^^^^^^^ > > No dot is allowed in the NTDOM > Fix that first, then try again. That’s the output when logon succeeds though nor does the value seem to matter anywhere else. This is just Samba
2001 Nov 21
1
X11DRV problem? (Backtrace)
..., far call assumed) 37 0x0587:0x4b8a (bp=6d9c, far call assumed) 38 0x0587:0x147a (bp=6dc4) 39 0x0587:0x01c0 (bp=6dec) 40 0x0587:0x0012 (bp=6e0c) 41 0x0587:0x0000 (bp=6e2c) 42 0x0587:0xffff (bp=6e40) 43 0x0587:0x82f1 (bp=6e4a) 44 0x057f:0x0030 (bp=6e78, far call assumed) 45 0x057f:0x0311 (bp=6ecc) 46 0x0dcf:0x416a (bp=6ee6, far call assumed) 47 0x0dcf:0x3809 (bp=6f1c) 48 0x05bf:0x055c (bp=6f46, far call assumed) 49 0x05bf:0x031c (bp=6f72) 50 0x05bf:0x17d6 (bp=6f84) 51 0x05bf:0x0d42 (bp=6fd0) 52 0x0dcf:0x4350 (bp=700a, far call assumed) 53 0x05bf:0x055c (bp=7034, far...
2020 Mar 19
2
Computer in Samba 4.3.11 domain - logon server unavailable
...sanitized_username : * sanitized_username : '' torture : NULL credentials : NULL connection_dialect : 0x0311 (785) signing_required : 0x00 (0) encryption_required : 0x00 (0) num_channels : 0x00000001 (1) channels: ARRAY(1) channels: struct smbXsrv_channel_global0...