Displaying 11 results from an estimated 11 matches for "activat".
Did you mean:
activate
2017 Jul 01
1
Activation of org.freedesktop.machine1 timed out
...ce Sat 2017-07-01 11:08:50 EDT; 2min 54s ago
Docs: man:libvirtd(8)
http://libvirt.org
Main PID: 5233 (libvirtd)
CGroup: /system.slice/libvirtd.service
└─5233 /usr/sbin/libvirtd
Jul 01 11:10:51 localhost.localdomain libvirtd[5233]: error from service:
GetMachineByPID: Activation of org.
Jul 01 11:11:16 localhost.localdomain libvirtd[5233]: error from service:
GetMachineByPID: Activation of org.
Jul 01 11:11:16 localhost.localdomain libvirtd[5233]: error from service:
GetMachineByPID: Activation of org.
Jul 01 11:11:16 localhost.localdomain libvirtd[5233]: error from ser...
2011 Jun 11
1
Having a problem adding a foreign key
...>
<p><%= f.submit "Add book"%>
BOOK MODEL
class Book < ActiveRecord::Base
belongs_to :user
end
USER MODEL
class User < ActiveRecord::Base
has_many :books
# Include default devise modules. Others available are:
# :token_authenticatable, :lockable, :timeoutable and :activatable
devise :database_authenticatable, :registerable,
:recoverable, :rememberable, :trackable, :validatable
# Setup accessible (or protected) attributes for your model
attr_accessible :email, :password, :password_confirmation,:firstname,:lastname,:school,:major,:sex,:zipcode
end
RO...
2009 Dec 21
2
[LLVMdev] [PATCH] Implement dbgs()
...================
--- include/llvm/Support/Debug.h (revision 91748)
+++ include/llvm/Support/Debug.h (working copy)
@@ -28,6 +28,8 @@
namespace llvm {
+class raw_ostream;
+
/// DEBUG_TYPE macro - Files can specify a DEBUG_TYPE as a string, which
causes
/// all of their DEBUG statements to be activatable with
-debug-only=thatstring.
#ifndef DEBUG_TYPE
@@ -72,15 +74,20 @@
#define DEBUG_WITH_TYPE(TYPE, X) do { } while (0)
#endif
+/// dbgs() - This returns a reference to a raw_ostream for debugging
+/// messages. If debugging is disabled it returns errs(). Use it
+/// like: dbgs() <<...
2007 Nov 01
1
[Bug 13045] New: Gallery application at www.weekend.ee not working
...uld present a gallery with multiple rows of image
thumbnails and left and right buttons for next/prev page, when clicking on an
image then showing it in full size with a list of a few of the previous and
next images above it and a slideshow functionality accessible from the top
right corner (though activatable only to logged in users).
Some information from IRC:
<Company> hrm
<Company> it doesn't load the config xml
<Company> looks like a moz problem
<leio_> so if I'd download the swf media it might work?
<Company> probablz not, because it won't find the ur...
2009 Dec 19
0
[LLVMdev] [PATCH] Implement dbgs()
On Dec 18, 2009, at 6:36 PM, David Greene wrote:
>>> +// Signal handlers - dump debug output on termination.
>>> +static void debug_user_sig_handler(void *Cookie)
>>> +{
>>> + llvm::circular_raw_ostream *logout =
>>> + dynamic_cast<llvm::circular_raw_ostream *>(&llvm::dbgs());
>>
>> Please do not use dynamic_cast, we're
2020 Oct 07
0
dbus issue on centos 7 as a lxc container
...Ss Oct06 0:00
/usr/lib/systemd/systemd-udevd
root 34 0.0 0.0 85920 5252 ? Ss Oct06 0:00
/usr/lib/systemd/systemd-logind
dbus 35 0.0 0.0 54108 2312 ? Ss Oct06 0:00
/usr/bin/dbus-daemon --system --address=systemd: --nofork --nopidfile
--systemd-activat
ion --syslog-only
root 37 0.0 0.0 368376 7076 ? Ssl Oct06 0:03
/usr/sbin/NetworkManager --no-daemon
root 42 0.0 0.0 78536 4124 ? Ss Oct06 0:00
/usr/sbin/sshd -D
-oCiphers=aes256-gcm at openssh.com,chacha20-poly1305 at openssh.com,aes256
-ctr,aes256-cbc,...
2009 Dec 21
0
[LLVMdev] [PATCH] Implement dbgs()
On 2009-12-21 18:06, David Greene wrote:
> On Saturday 19 December 2009 00:16, Chris Lattner wrote:
>
>
>>> Or I think I can just assume (Yikes!) that if the signal handler is
>>> invoked it will really be a circular_raw_ostream since the handler
>>> should (!) only be set up in debug mode.
>>>
>>> That scares me a bit, though.
>>>
2009 Dec 21
2
[LLVMdev] [PATCH] Implement dbgs()
...================
--- include/llvm/Support/Debug.h (revision 91825)
+++ include/llvm/Support/Debug.h (working copy)
@@ -28,6 +28,8 @@
namespace llvm {
+class raw_ostream;
+
/// DEBUG_TYPE macro - Files can specify a DEBUG_TYPE as a string, which
causes
/// all of their DEBUG statements to be activatable with
-debug-only=thatstring.
#ifndef DEBUG_TYPE
@@ -58,7 +60,7 @@
/// this is a debug build, then the code specified as the option to the macro
/// will be executed. Otherwise it will not be. Example:
///
-/// DEBUG_WITH_TYPE("bitset", errs() << "Bitset contains: &qu...
2009 Dec 19
3
[LLVMdev] [PATCH] Implement dbgs()
On Friday 18 December 2009 19:56, Chris Lattner wrote:
> > +// -debug-buffer-size - This is a command line op0tion to set the
> > size
> > +// of the debug stream circular buffer. The value is the number of
> > +// characters to save.
> > +static cl::opt<unsigned>
> > +DebugBufferSize("debug-buffer-size",
> > +
2009 Dec 18
2
[LLVMdev] [PATCH] Implement dbgs()
...================
--- include/llvm/Support/Debug.h (revision 91557)
+++ include/llvm/Support/Debug.h (working copy)
@@ -28,6 +28,8 @@
namespace llvm {
+class raw_ostream;
+
/// DEBUG_TYPE macro - Files can specify a DEBUG_TYPE as a string, which
causes
/// all of their DEBUG statements to be activatable with
-debug-only=thatstring.
#ifndef DEBUG_TYPE
@@ -72,15 +74,20 @@
#define DEBUG_WITH_TYPE(TYPE, X) do { } while (0)
#endif
+/// dbgs() - This returns a reference to a raw_ostream for debugging
+/// messages. If debugging is disabled it returns errs(). Use it
+/// like: dbgs() <<...
2005 Aug 06
0
printer loss [susepro9.1]-mostly solved-samba the problem?
...2 [ ACC ] STREAM LISTENING 12540
7967/gconfd-2 /tmp/orbit-scn/linc-1f1f-0-3d3cc82d224e2
unix 2 [ ACC ] STREAM LISTENING 12548
7964/evolution-alar /tmp/orbit-scn/linc-1f1c-0-3c53c3d03316e
unix 2 [ ACC ] STREAM LISTENING 12660
7973/bonobo-activat /tmp/orbit-scn/linc-1f25-0-6e87ebc6109d0
unix 2 [ ACC ] STREAM LISTENING 12560
7965/nautilus /tmp/orbit-scn/linc-1f1d-0-2e62075b372ed
I tried the other suggestion but I couldn?t locate the function and the
install/remove software search yields: no results.
west:/home/scn...