Displaying 7 results from an estimated 7 matches for "vendor_nam".
Did you mean:
vendor_name
2025 Apr 08
1
samba 4.18 to 4.20 issue
...t;rhel centos fedora"
VERSION_ID="9.5"
PLATFORM_ID="platform:el9"
PRETTY_NAME="Rocky Linux 9.5 (Blue Onyx)"
ANSI_COLOR="0;32"
LOGO="fedora-logo-icon"
CPE_NAME="cpe:/o:rocky:rocky:9::baseos"
HOME_URL="https://rockylinux.org/"
VENDOR_NAME="RESF"
VENDOR_URL="https://resf.org/"
BUG_REPORT_URL="https://bugs.rockylinux.org/"
SUPPORT_END="2032-05-31"
ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9"
ROCKY_SUPPORT_PRODUCT_VERSION="9.5"
REDHAT_SUPPORT_PRODUCT="Rocky Linux"
REDHAT_S...
2025 Apr 08
1
samba 4.18 to 4.20 issue
...ID="9.5"
> PLATFORM_ID="platform:el9"
> PRETTY_NAME="Rocky Linux 9.5 (Blue Onyx)"
> ANSI_COLOR="0;32"
> LOGO="fedora-logo-icon"
> CPE_NAME="cpe:/o:rocky:rocky:9::baseos"
> HOME_URL="https://rockylinux.org/"
> VENDOR_NAME="RESF"
> VENDOR_URL="https://resf.org/"
> BUG_REPORT_URL="https://bugs.rockylinux.org/"
> SUPPORT_END="2032-05-31"
> ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9"
> ROCKY_SUPPORT_PRODUCT_VERSION="9.5"
> REDHAT_SUPPORT_PRODUCT=&q...
2010 Jun 18
2
[PATCH] hdt & gcc -Werror
...izeof(buffer),
" PCI Bus pos. : %02x:%02x.%02x\n", p->pci_bus,
p->pci_dev, p->pci_func);
- more_printf(buffer);
+ more_printf("%s", buffer);
} else {
snprintf(buffer, sizeof(buffer), " Manufacturer : %s \n",
p->pci_device->dev_info->vendor_name);
- more_printf(buffer);
+ more_printf("%s", buffer);
snprintf(buffer, sizeof(buffer), " Product : %s \n",
p->pci_device->dev_info->product_name);
- more_printf(buffer);
+ more_printf("%s", buffer);
}
more_printf(" Addresses : %d....
2006 May 15
2
collection_select and validation problems
...ray.
The error occured while evaluating nil.inject
Extracted source (around line #22):
19: <td>Vendor</td>
20: <td>
21: <!-- vendors -->
22: <%= collection_select("pricing_survey", "vendor_id",
@vendors, :id, :vendor_name, { :prompt => true } ) %></td>
23: </tr>
24: <tr>
25: <td>Retailer</td>
Does anybody have any ideas? I assume that rails is not querying the
DB for the collection for my drop downs when an error occurs.
Thanks,
Phill
2007 Mar 16
2
SYSLINUX 3.40-pre15 -- more library work, Linux-loading demo module
Hello all,
I have done more work on the syslinux shuffle library. This is more
higher-level work, in particular it is specific to loading Linux kernels.
This stuff allows manipulating initramfs on the fly, if desired. As a
demo, I have written up a module which loads a Linux kernel with all the
usual stuff, but optionally adds the DHCP packet from the PXE stack into
a file named
2025 Apr 08
1
samba 4.18 to 4.20 issue
...RM_ID="platform:el9"
> > PRETTY_NAME="Rocky Linux 9.5 (Blue Onyx)"
> > ANSI_COLOR="0;32"
> > LOGO="fedora-logo-icon"
> > CPE_NAME="cpe:/o:rocky:rocky:9::baseos"
> > HOME_URL="https://rockylinux.org/"
> > VENDOR_NAME="RESF"
> > VENDOR_URL="https://resf.org/"
> > BUG_REPORT_URL="https://bugs.rockylinux.org/"
> > SUPPORT_END="2032-05-31"
> > ROCKY_SUPPORT_PRODUCT="Rocky-Linux-9"
> > ROCKY_SUPPORT_PRODUCT_VERSION="9.5"
>...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com>
This series fixes some bugs and switches the elflink branch to be
entirely ELF modules. It applies on top of,
http://syslinux.zytor.com/archives/2011-April/016369.html
The deletions in the diff stat below are mainly from deleting
com32/elflink/modules (finally!). Now there should be no duplicate
code because we don't need COM32 and