search for: devinfo

Displaying 20 results from an estimated 51 matches for "devinfo".

Did you mean: dev_info
2006 Oct 31
0
6310627 mdb devinfo dcmd should know about DN_GLDV3_DRIVER flag
Author: cth Repository: /hg/zfs-crypto/gate Revision: 2fb20c1b1ed012576c35a158da4d3f7481234b7f Log message: 6310627 mdb devinfo dcmd should know about DN_GLDV3_DRIVER flag Files: update: usr/src/cmd/mdb/common/modules/genunix/devinfo.c
2006 Oct 31
0
6324793 pci_autoconfig: duplicate devinfo nodes appear for CardBus bridge in Tecra M3 (fix lint)
Author: myers Repository: /hg/zfs-crypto/gate Revision: 868b2dedf16bd7d22452469e5ec4ef496fae2c3f Log message: 6324793 pci_autoconfig: duplicate devinfo nodes appear for CardBus bridge in Tecra M3 (fix lint) 6326272 power button doesn''t shut down acpi systems (fix lint) Files: update: usr/src/uts/common/io/power.c update: usr/src/uts/i86pc/io/pci/pci_boot.c update: usr/src/uts/i86pc/power/Makefile
2006 Oct 31
0
4994268 device configuration failure can corrupt parent''s devinfo reference count
Author: cth Repository: /hg/zfs-crypto/gate Revision: aa8a0144b9e633c0b75e73f05f38c116e2cb69b9 Log message: 4994268 device configuration failure can corrupt parent''s devinfo reference count Files: update: usr/src/uts/common/os/modctl.c
2009 Jun 22
2
Samba mounted home shares will break many applications
...------- CIFS Version 1.55 Active VFS Requests: 0 Servers: 1) Name: 192.168.1.4 Domain: BISLINK Uses: 3 OS: Unix NOS: Samba 3.3.2-0.33.fc11 Capability: 0x80f3fd SMB session status: 1 TCP status: 1 Local Users To Server: 1 SecMode: 0x3 Req On Wire: 0 Shares: 1) \\san01\work Mounts: 1 Type: NTFS DevInfo: 0x0 Attributes: 0x1002f PathComponentMax: 255 Status: 0x1 type: 0 2) \\san01\business Mounts: 1 Type: NTFS DevInfo: 0x0 Attributes: 0x1002f PathComponentMax: 255 Status: 0x1 type: 0 3) \\san01\finances Mounts: 1 Type: NTFS DevInfo: 0x0 Attributes: 0x1002f PathComponentMax: 255 Status: 0x1 ty...
1997 Apr 24
1
/dev/random and MAKEDEV-C-1.6
....1, which has just been uploaded to Sunsite and should appear in /pub/Linux/system/admin. It can also be gotten from ftp://ftp.hcs.harvard.edu/pub/linux/makedev. Alternatively apply the following patch. You do not need to recompile the makedev binary itself, but you do need to update the installed devinfo and makedev.cfg files. If you don''t have pgp and don''t know how to fix a patch that pgp has signed, you can get the patch from the hcs ftp site, although I did not upload it to sunsite. If you have questions or concerns, feel free to mail me. David A. Holland dholland@hcs...
2006 Sep 11
7
installing a pseudo driver in a Solaris DOM U and DOM U reboot
...218, 0 Sep 11 11:20 devices/pseudo/ffmod@0:c tl Sep 11 11:20:59 l6-z-2-z1 pseudo: pseudo-device: ffmod0 Sep 11 11:20:59 l6-z-2-z1 genunix: ffmod0 is /pseudo/ffmod@0 # #reboot Sep 11 11:22:25 l6-z-2-z1 reboot: initiated by root on /dev/console Sep 11 11:22:25 l6-z-2-z1 pseudo: pseudo-device: devinfo0 Sep 11 11:22:25 l6-z-2-z1 genunix: devinfo0 is /pseudo/devinfo@0 updating /platform/i86pc/boot_archive...this may take a minute Sep 11 11:22:45 l6-z-2-z1 pseudo: pseudo-device: lofi0 Sep 11 11:22:45 l6-z-2-z1 genunix: lofi0 is /pseudo/lofi@0 mount: No such file or directory bootadm: mount of /dev/...
2014 Dec 09
2
[PATCH] check for default subvolid and act accordingly on install
...+++ 1 file changed, 3 insertions(+) diff --git a/extlinux/main.c b/extlinux/main.c index 09740bd..c3d9612 100644 --- a/extlinux/main.c +++ b/extlinux/main.c @@ -1261,6 +1261,9 @@ static const char *find_device_btrfs(const char *path) if (!validate_device_btrfs(pfd, dfd)) rv = (const char *)devinfo.path; /* It's good! */ + /* check for default subvolume and act accordingly */ + get_default_subvol("/", subvol); + err: if (pfd >= 0) close(pfd); -- 2.1.3 -Beaver
2019 Mar 01
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
...Requests: 0 Servers: Number of credits: 50 1) Name: 130.149.125.119 Domain: FAK2 Uses: 1 OS: Windows 6.1 NOS: Samba 4.5.16-Debian Capability: 0x8080f3fd SMB session status: 1 TCP status: 1 Local Users To Server: 1 SecMode: 0x3 Req On Wire: 0 Shares: 1) \\sambaserver\share Mounts: 1 Type: NTFS DevInfo: 0x20 Attributes: 0x1006f PathComponentMax: 255 Status: 1 type: DISK MIDs: clienthost:~# getcifsacl /media/testmount/einstieg.txt REVISION:0x1 CONTROL:0x9004 OWNER:S-1-5-21-3646497173-276132624-1362955480-290786 GROUP:S-1-22-2-100 ACL:S-1-5-21-3646497173-276132624-1362955480-290786:ALL...
2014 Feb 02
1
PATCH: Fix typo in conditional
...ad of (!*s1 || !*s2). Attached patch fixes this. Note that the typo did not affect the result of the function as the loop is exited before changing s1 or s2 anyway. The problem was found by cppcheck which is run automatically on the Debian sources. Results here: http://cppcheck.sourceforge.net/devinfo/daca2-cppcheck1.63/daca2.html Best regards, Robert -------------- next part -------------- A non-text attachment was scrubbed... Name: flac-1.3.0-charset.patch Type: text/x-patch Size: 390 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140202/112ba3be/attach...
2013 Feb 14
0
missing directories
...nego xattr acl Active VFS Requests: 0 Servers: 1) Name: 192.168.1.5 Domain: MAISON Uses: 6 OS: Unix NOS: Samba 3.6.6 Capability: 0x80f3fd SMB session status: 1 TCP status: 1 Local Users To Server: 1 SecMode: 0x3 Req On Wire: 0 Shares: 1) \\ds212\test2 Mounts: 1 Type: NTFS DevInfo: 0x20 Attributes: 0x50027 PathComponentMax: 255 Status: 0x1 type: DISK 2) \\ds212\test1 Mounts: 1 Type: NTFS DevInfo: 0x20 Attributes: 0x50027 PathComponentMax: 255 Status: 0x1 type: DISK ... Server : NAS Synology DS212+ uname -a Linux ds212 2.6.32.12 #2668 Tue Dec 11 12:36:30 CST 2012 armv...
2019 Mar 01
0
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
...Domain: FAK2 Uses: 1 OS: Windows 6.1 > NOS: Samba 4.5.16-Debian Capability: 0x8080f3fd > SMB session status: 1 TCP status: 1 > Local Users To Server: 1 SecMode: 0x3 Req On Wire: 0 > Shares: > 1) \\sambaserver\share Mounts: 1 Type: NTFS DevInfo: 0x20 Attributes: 0x1006f > PathComponentMax: 255 Status: 1 type: DISK > > MIDs: > > clienthost:~# getcifsacl /media/testmount/einstieg.txt > REVISION:0x1 > CONTROL:0x9004 > OWNER:S-1-5-21-3646497173-276132624-1362955480-290786 > GROUP:S-1-22-2-100 > AC...
2009 Feb 24
4
7.1-R to RELENG_7 upgrade breaks re nic
Hi, I upgraded my 7.1-RELEASE system to RELENG_7 yesterday and after booting, re0 works for only a short time, then gives "re0: PHY read failed" over and over. Does anyone have a suggestion on how to debug? Thanks, Steve
2008 Nov 26
1
Pygrub problem
Hello, I would like to use the kernel in the domU, so that a user can install it's own kernel. While starting the domU with pygrub I get the following error: "Error: Boot loader didn't return any data!" This is the configfile of the domU: -------------- # # Configuration file for the Xen instance lenny.vandervlis.nl, created # by xen-tools 3.9 on Sun Oct 19 15:46:03 2008. # #
2001 Nov 06
1
WinXP can't mount share from Samba 2.2.2 on RH linux
...his error: The mapped network drive could not be created because of the following error: The account is not authorized to login from this station. I looked through various archives and applied the registry patch for requiresignorseal=0 in this message: http://www.mail-archive.com/devinfo@lists.e-smith.org/msg05739.html Here's the samba log file (at debug level 3) from client.log: [2001/11/06 17:32:55, 3] smbd/process.c:process_smb(860) Transaction 1 of length 137 [2001/11/06 17:32:55, 3] smbd/process.c:switch_message(667) switch message SMBnegprot (pid 2506) [2001/11/06 1...
2010 Sep 08
2
[PATCH 1/1] staging: hv: Convert vmbus driver interface function pointer table to constant
.../ diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h index 4275be3..7f3d7dc 100644 --- a/drivers/staging/hv/vmbus_api.h +++ b/drivers/staging/hv/vmbus_api.h @@ -129,6 +129,9 @@ struct vmbus_channel_interface { void (*GetInfo)(struct hv_device *dev, struct hv_device_info *devinfo); }; +extern const struct vmbus_channel_interface vmbus_ops; + + /* Base driver object */ struct hv_driver { const char *name; @@ -183,7 +186,6 @@ struct vmbus_driver { void (*OnEventDpc)(struct hv_driver *driver); void (*GetChannelOffers)(void); - void (*GetChannelInterface)(struct vm...
2010 Sep 08
2
[PATCH 1/1] staging: hv: Convert vmbus driver interface function pointer table to constant
.../ diff --git a/drivers/staging/hv/vmbus_api.h b/drivers/staging/hv/vmbus_api.h index 4275be3..7f3d7dc 100644 --- a/drivers/staging/hv/vmbus_api.h +++ b/drivers/staging/hv/vmbus_api.h @@ -129,6 +129,9 @@ struct vmbus_channel_interface { void (*GetInfo)(struct hv_device *dev, struct hv_device_info *devinfo); }; +extern const struct vmbus_channel_interface vmbus_ops; + + /* Base driver object */ struct hv_driver { const char *name; @@ -183,7 +186,6 @@ struct vmbus_driver { void (*OnEventDpc)(struct hv_driver *driver); void (*GetChannelOffers)(void); - void (*GetChannelInterface)(struct vm...
2012 Jul 03
3
bge problems in RELENG_9, bge0: watchdog timeout -- resetting
...: bge0: watchdog timeout -- resetting bge0: watchdog timeout -- resetting Then everything hangs. Can not log in using ssh. I'm running: FreeBSD-9.0-RELENG_9-20120701-JPSNAP-amd64 Info about the NIC: # devinfo -rv | grep phy brgphy0 pnpinfo oui=0x1be9 model=0x22 rev=0x0 at phyno=1 brgphy1 pnpinfo oui=0x1be9 model=0x22 rev=0x0 at phyno=2 brgphy2 pnpinfo oui=0x1be9 model=0x22 rev=0x0 at phyno=3...
2019 Feb 14
3
32 seconds vs 72 minutes -- expected performance difference?
...fscache lanman posix spnego xattr acl Active VFS Requests: 0 Servers: Number of credits: 510 1) Name: [REDACTED] Uses: 1 Capability: 0x300047 Session Status: 1 TCP status: 1 Local Users To Server: 1 SecMode: 0x1 Req On Wire: 0 Shares: 0) IPC: \\[REDACTED]\IPC$ Mounts: 1 DevInfo: 0x0 Attributes: 0x0 PathComponentMax: 0 Status: 1 type: 0 Share Capabilities: None Share Flags: 0x8000 1) \\[REDACTED]\uploaded_files Mounts: 1 DevInfo: 0x20 Attributes: 0x1006f PathComponentMax: 255 Status: 1 type: DISK Share Capabilities: None Alig...
2008 Nov 27
6
Bug#507020: xen-utils-3.2-1: Pygrub says "Error: Boot loader didn't return any data!"
...fo['devices'][x][1]['bootable']] if not disks: msg = "Had a bootloader specified, but no disks are bootable" log.error(msg) raise VmError(msg) devinfo = self.info['devices'][disks[0]] It goes to the trouble of making a list of bootable devices but then ignores it and goes back to self.info['devices']. I'd guess that the last line here should be: devinfo = disks[0] Although I don't know how you make bootable be true. You...
2008 Jun 17
1
AGP bridge detected as pcib
Skipped content of type multipart/mixed-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 187 bytes Desc: This is a digitally signed message part. Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20080617/73afe727/attachment.pgp