Displaying 20 results from an estimated 23769 matches for "descriptively".
Did you mean:
descriptive
2018 Aug 06
2
Back to Xfce
On 08/06/2018 11:51 AM, Tony Schreiner wrote:
> On Mon, Aug 6, 2018 at 11:33 AM Robert Moskowitz <rgm at htt-consult.com>
> wrote:
>
>>
>> On 08/06/2018 11:11 AM, Tony Schreiner wrote:
>>> On Mon, Aug 6, 2018 at 10:55 AM Robert Moskowitz <rgm at htt-consult.com>
>>> wrote:
>>>
>>>> Nicolas,
>>>>
>>>>
2018 Aug 06
0
making my own group repo - Re: Back to Xfce
I tried making my own repo with just the groups in them and I got an
error....
I used:
#createrepo -g /root/mygroups.xml /root/myrepo
Saving Primary metadata
Saving file lists metadata
Saving other metadata
Generating sqlite DBs
Sqlite DBs complete
Where /root/mygroup.xml is attached below.
Then I made:
cat > /etc/yum.repos.d/myrepo.repo << EOF
[myrepo]
name=My repo for armhfp
2017 May 05
1
[PATCH v10 4/6] mm: function to offer a page block on the free list
Hi Wei,
[auto build test WARNING on linus/master]
[also build test WARNING on v4.11 next-20170504]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Wei-Wang/Extend-virtio-balloon-for-fast-de-inflating-fast-live-migration/20170505-052958
reproduce: make htmldocs
All warnings (new ones prefixed by
2017 May 05
1
[PATCH v10 4/6] mm: function to offer a page block on the free list
Hi Wei,
[auto build test WARNING on linus/master]
[also build test WARNING on v4.11 next-20170504]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Wei-Wang/Extend-virtio-balloon-for-fast-de-inflating-fast-live-migration/20170505-052958
reproduce: make htmldocs
All warnings (new ones prefixed by
2016 May 10
2
Ubuntu server 14.04 classic upgrade segmentation fault
Hi , I'm trying to migrate an old server with ubuntu 9.10 ,samba3 +ldap
to a new server ubunut 14.04. I could follow the steps of
https://wiki.samba.org/index.php/Migrating_a_Samba_NT4_domain_to_a_Samba_AD_domain_%28classic_upgrade%29
but when running
samba-domain tool classicupgrade --dbdir = / util / tdb --use-xattrs =
yes --realm = gruporesasco.local --dns-backend = BIND9_DLZ
2009 Oct 06
8
How do I access a child table/model from the parent in sql s
I am trying to use the fourth normal form for my applications so that i
can get the information in the appropriate language.
I have a table called manufacturers. I have another called descriptions.
The descriptions are in two languages and each description belongs to a
particular language. So two records in the Descriptions table one in
English and One in French for each manufacturer. The
2003 May 09
0
Pingtel softphones, SIP proxies: experiences/summary
In the past two days, I've been experimenting with the Pingtel SIP softphones and Asterisk, which one of my customers has been using. A few notes:
1) The "insecure=1" setting in SIP peers now works, from my limited experiments. Mark put this in for SIP servers that don't send requests in with a return port of 5060. This flag essentially takes any request inbound _to_ port
2006 Jul 24
2
Newbie error message!
hello you all,
I''m new with Ruby on Rails. I''m developing an application. I got the
follwoign erro, can anybody give a hand?
ArgumentError in AdminController#import_strings
wrong number of arguments (0 for 1)
RAILS_ROOT: ./script/../config/..
Request
Parameters: {"commit"=>"Import",
2014 Jul 04
1
DESCRIPTION.in file causes R CMD check to fail?
hi. i'm building a package using autotools. to propagate the package
version number from configure.ac to DESCRIPTION, i'm using a
DESCRIPTION.in file. both of these files are "shar"'d below.
i need to distribute the DESCRIPTION.in file, as ./configure will need
it. but, "R CMD check" wants to look at DESCRIPTION, so i've let that
also come into the package
2006 Jan 18
2
categories/recipes & books/descriptions - has_many vs has_one => id question
People,
In the cookbook eg, categories has_many recipes but in a book eg, book
has_one description - doesn''t that mean that the id of the description
should be the same as the id of the book (instead of having it''s own
"description_id" in the book table?
Thanks,
Phil.
--
Philip Rhoades
Pricom Pty Limited (ACN 003 252 275 ABN 91 003 252 275)
GPO Box 3411
Sydney
2013 Jan 31
1
Installing RHEL On Laptop.....
Not sure if this is the right place to come to, but I don't have "RHN"
support.....I'm hoping someone can help me out here.
I have downloaded the RHEL .ios file and burned it to DVD/CD, my laptop
is primed to Boot From CD/ROM Drive, I start the installation using the
semi-graphical interface, and the first few options are a breeze, then
it gets to identifying the CD drive
2002 May 22
1
R CMD check fails if Depends field includes a package with a `.' in it (PR#1591)
R CMD check fails when the Depends field in the DESCRIPTION file includes a
single package with `.' in the name.
* checking for file 'financials/DESCRIPTION' ... OK
* checking package directory ... OK
* checking DESCRIPTION Package field ... OK
* checking DESCRIPTION Version field ... OK
* checking DESCRIPTION License field ... OK
* checking DESCRIPTION Description field ... OK
*
2013 Mar 28
0
Dude, where's my full description? (bug report & suggested fix in rspec-core 2.13.1)
Greetings,
I''m writing to report an issue I stumbled upon while trying to adjust to
the new (for me) world of implicit-subject expectation writing.
Consider this rather silly test case:
describe "something" do
context "in context" do
subject { "an object" }
it { should == "an object" }
end
end
When I run rspec with `--format
2002 Mar 07
3
ldap problems
Hello,
I am doing a samba pdc with ldap. When I try to login to the domain, or
access some shares I get this in my ldap logs:
Mar 7 16:46:16 localhost slapd[3588]: conn=25 op=4 SRCH
base="ou=People,dc=test,dc=org" scope=1
filter="(&(objectClass=posixAccount)(uid=DOMAIN\5CTD))"
Mar 7 16:46:16 localhost slapd[3588]: conn=25 op=4 SEARCH RESULT
tag=101 err=0 text=
My
2006 Jan 25
9
AJAX Search w/database results
Hey,
I have a main page that lists a table of Devices, along with a Search
box. I''d like to have the Search field pull up any related Devices,
and then re-populate the table.
I can do this without AJAX, just calling my List action over again,
passing the params to search on, but with AJAX I get the error,
"Cannot convert nil to string" on this line:
@device_pages, @devices =
2009 Nov 17
2
make.packages.html
In "R version 2.10.0 Patched (2009-11-15 r50445)" on Windows Vista
upon issuing help.start() and clicking on Packages I get this.
Packages in C:\Users\Gabor\Documents\R\win-library\2.10
C:\Users\Gabor\Documents/R/win-library/2.10/AER/DESCRIPTION -- Title
is missing --
C:\Users\Gabor\Documents/R/win-library/2.10/akima/DESCRIPTION -- Title
is missing --
2017 Nov 10
2
Cyberpower PR2200ELCDRT2U
Dear Charles,
thanks for your quick answer and your information! I didn't know there is a difference in the PR-series between old and new. So thanks for this valuable information!
usbconfig dump_device_desc shows:
ugen0.2: <CyberPower Systems product 0x0601> at usbus0, cfg=0 md=HOST spd=LOW (1.5Mbps) pwr=ON (50mA)
2019 Nov 20
1
Re: Descriptions of mdev types?
Erik Skultety <eskultet@redhat.com> writes:
> On Tue, Nov 19, 2019 at 05:38:54PM +0100, Milan Zamazal wrote:
>> Hi, when retrieving an mdev device info using `virsh nodedev-dumpxml' or
>> the libvirt API, something like the following is returned:
>
>>
>> <capability type='mdev_types'>
>> <type id='nvidia-210'>
2011 Apr 13
1
strategy for writing out file with lines header initiated with comment sign
Dear all,
I have data.frame object in R. I want to export it in tab-delimited
file with several lines of header initiated with comment sign (#). I
do not know how to do that in R. Could you please give helps on this
problem?
Thanks in advance.
Best,
Jian-Feng,
##################################################################
The lines I want to write in the header lines look like, with words
2023 Nov 22
1
APC Modbus support is finally here!
Great! Thanks for the info, and hope the driver author can address the nits
(forwarding now...)
Jim
On Wed, Nov 22, 2023, 15:05 d tbsky <tbskyd at gmail.com> wrote:
> Jim Klimov via Nut-upsuser <nut-upsuser at alioth-lists.debian.net>
> >
> > Got an update for APC Modbus users: a new PR is waiting for real-life
> testing for settable variables and instant commands