Displaying 2 results from an estimated 2 matches for "logicalname".
Did you mean:
localname
2008 Aug 27
11
find_by_sql and xml_serializer problems
Hi,
I''m doing a find_by_sql and am getting an odd error when trying to
render the result to xml.
The find is:
children_list = find_by_sql("SELECT components.componentid,
components.logicalname, versions.level, versions.branch,
versions.sequence FROM components, versions where
components.componentid = ''" + component_id + "''" + " AND
versions.componentid = ''" + component_id + "''")
When I do a render :xml I get this:
/v...
2019 Feb 28
3
What files to edit when changing the sdX of hard drives?
Phelps, Matthew wrote:
> On Thu, Feb 28, 2019 at 11:52 AM mark <m.roth at 5-cent.us> wrote:
>> Nicolas Kovacs wrote:
>>> Le 28/02/2019 ? 04:12, Jobst Schmalenbach a ?crit :
>>>> I want to lock in the SDA/SDB/SDC for my drives
>>>
>>> In short : use UUIDs or labels instead of hardcoding /dev/sdX.
>>>
>>>