search for: handcrafting

Displaying 20 results from an estimated 46 matches for "handcrafting".

2011 Nov 16
1
Creating a "handcrafted" database object.
Hi, This one is kind of strange. This is concerning sqlite3. I have an application that uses postgresql. I would like to manually create a sqlite3 db object that contains data that I would extract from the "real" postgresql DB. This is not a one time action but it would generate a new sqlite3 db object when some related data changes. Background: I have a set of many applications that
2019 Apr 04
3
anaconda / min_luks_entropy
I'am running into this https://bugzilla.redhat.com/show_bug.cgi?id=1206101 while trying to handcraft a kickstart file for CentOS7. Does anybody knowns a workaround? -- LF
2020 Feb 13
1
NetworkManager on servers
Le 13/02/2020 ? 17:50, Stephen John Smoogen a ?crit?: > In the end, the problem is that NetworkManager, FirewallD, and other > 'automatic' helpers are 'part' of the OS.. and while it was easy to tear > them out in earlier versions.. as time goes on it is not. > > For a car analogy, it was much easier to convert any 1970 car from > automatic back to manual as many
2006 Mar 08
2
self-signed certificates
Hallo, i'm having troubles installing self-signed certificates for dovecot. After installing, dovecot generates a key and cert. But he is using the wrong common name (where does dovecot get this name from?). I tried deleting them and installing a handcrafted cert with this: openssl genrsa -out mail.key 2048 openssl req -new -key mail.key -out mail.csr openssl x509 -req -days 4312 -in
2004 Jul 09
1
Re: SNMP Monitoring (Andrea Fino)
Thanks for this informations. Do you know where I can find the icd-snmp package for a redhat 9 distri? I can't find it. Thanks. Message: 6 Date: Fri, 09 Jul 2004 15:45:57 +0200 From: Andrea Fino <af@faino.org> To: asterisk-users@lists.digium.com Subject: Re: [Asterisk-Users] SNMP Monitoring Reply-To: asterisk-users@lists.digium.com Holger Schurig wrote: >>You could try
2007 Jan 28
1
needs must make MD ignore my PHP
...and incredibly useful tool. And my gut tells me that there has *got* to be a way, even though I've scoured the syntax docs and can't find it. (I did notice a mechanism for doing this via WordPress (<MTMarkdownOptions output='raw'>), but that's WordPress. I'm handcrafting documents in BBEdit.) What can I do to convince Markdown to ignore my php? Thanks in advance! -- Paul Ingraham, Registered Massage Therapist (and Mac enthusiast: iMac G5 iSight 2.1Mhz 1.5GB RAM OS 10.4) http://VancouverMassage.ca Got back pain? http://SaveYourself.ca/lbp Favourite Mac soft...
2003 Dec 15
1
ast-ax-snmpd release 0.3
Hi to all, today I have released the version 0.3 of ast-ax-snmpd. It is some code that adds the snmp subagent functionality to asterisk, using the ucd snmp framework and following the agentX standard. It has tested under debian woody, with specific version of ucd_snmp, so your mileage may vary. I am evaluating to transfer this effort under a more recent net-snmp umbrella, this could permit
2014 Jan 15
2
Windows Server DHCP + UEFI recipe
A small how-to for encapsulating option 210 inside option 43 on Windows DHCP servers would be welcome then :-) And as far as UEFI x86 system go, one would simply have to create another vendor class with the value PXEClient:Arch:00006 On Wed, Jan 15, 2014 at 12:05 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > On Tue, Jan 14, 2014 at 8:52 PM, Alexandre Blanchette > <blanalex at
2012 Nov 08
3
Failed to access console after launching LXC through libvirt
Hi, I'm trying to manage LXC instances through OpenStack, which use libvirt as a virtualization driver layer. After launching LXC instance, I simply could not attach to the console. virsh # list Id Name State ---------------------------------- 14366 instance-00000078 running virsh # console 14366 Connected to domain instance-00000078 Escape character is ^] And it keeps
2007 Feb 01
5
udev fails in guest, which seem to lead to getty hanging.
Hi, I got a centos guest started on fc6 finally by creating the mkinitrd by hand. But the thing is centos seem to hang after the services are started properly and just before the login prompt. I also notice that ''udev'' is failing at the beginning, which could be why mingetty hangs. I am guessing that udev is the service that creates the necessary ttys. So is there something I
2013 Dec 15
0
Nut (git) upsdrvctl fails without "-u root start <upsname>", upsd fails on state file GID
On Dec 14, 2013, at 4:23 PM, David C. Rankin wrote: > Do you know if the problem with upsdrvctl being able to probe/connect to the > usb devices is the result of some default permission change in Linux in general. > It seems to me that since nut used to work right out-of-the-box, then all/most > distros must have had the default permissions on usb nodes set to 0666, where >
2013 Jun 07
2
Samba 4.0.6 Ubuntu Package Available
Hello everyone- Just a quick little blurb to anyone interested: I've spend some time packaging Samba4 for Ubuntu 12.04 and I believe it is finally "ready". A couple of notes about the package: - it is compiled from the 4.0.6 tarball available from Samba - it has packages for amd64 and i386* class machines - it requires various other non-stable class packages - it uses the
2013 Dec 14
2
Nut (git) upsdrvctl fails without "-u root start <upsname>", upsd fails on state file GID
On 12/14/2013 02:06 PM, David C. Rankin wrote: > Charles, > > Setting uid:gid to root:nut on /dev/bus/usb/004/002 seemed to be the issue. > The question now become how to automate this process so that the user isn't > required to manually hunt down the usb dev and change gid to the nut gid? So > far, either manually setting the gid or hand-rolling the udev files to do the
2007 Mar 18
5
Automatically mocking ActiveRecord methods
Seems like I do a fair amount of mocking ActiveRecord''s automatically generated routines when I''m testing controllers. Things like: @portalspace = PortalSpace.new :public_readable => true, :public_writable => true, :name => ''public'' @portalspace.stubs(:id).returns(203) PortalSpace.stubs(:find).with(203).returns(@portalspace)
2012 Dec 17
20
early clean exit from module?
Hi folks, I''ve poked around the language reference, and havent found anything on this so far. I''d like to be able to force a clean early exit from a module. WITHOUT encasing the whole body of the module in an if statement. What I''m looking for: class somemodule { #no this isnt going to be a global variable I''m just using that as an example, if
2013 Dec 15
2
Nut (git) upsdrvctl fails without "-u root start <upsname>", upsd fails on state file GID
On 12/14/2013 09:04 PM, Charles Lepple wrote: >> Is there someway nut can be modified to probe the 0664 permission usb >> devices >>> and then connect as root before dropping permissions back to the "nut" >>> gid? > Given that the udev method should still work (and seems to, for handcrafted > udev rules files), I would like to run that to ground first.
2020 Sep 30
2
ORC JIT - different behaviour of ExecutionSession.lookup?
Hey Lang, > Do you mean that the object file is produced by another process and is being loaded into your JIT process for execution, or that you want your JIT to produce code for several different processes? These are different problems with different solutions. I'll wait until I understand your use case to answer further. In the current state we don’t have a JIT only an handcrafted object
2019 Apr 04
0
anaconda / min_luks_entropy
Leon Fauster via CentOS wrote: > I'am running into this > > https://bugzilla.redhat.com/show_bug.cgi?id=1206101 > > while trying to handcraft a kickstart file for CentOS7. > > Does anybody knowns a workaround? > Are you saying you have an existing partition on the system(s) that you want to run the install against already have an encrypted partition? Can't you
2006 Jul 26
0
Model named Application
I have a database table named applications which (in Rails convention) produces model named Application in file app/models/application.rb. The application.rb file doesn''t seem to be loaded as I get a ''const_missing'' error when trying to access it. If I handcraft the class within script/console, everything works fine. Is there something in the Rails loader that
2004 Jul 08
2
SNMP Monitoring
Hello, Does someone know how to setup snmp monitoring on asterisk. I?ve plan to deploy 50 asterisk, so I need some monitoring tools. I try with nagios as I read in the wiki, there is some project on it, but I can?t reach the end. Can someone help me? Thanks. GIBERT Fr?d?ric Ste VigiNetworks Mobile: +33 6 72 08 35 16 -------------- next part -------------- An HTML attachment was scrubbed...