search for: tags

Displaying 20 results from an estimated 17285 matches for "tags".

Did you mean: tabs
2008 Aug 26
0
Processed: The possibility of attack with the help of symlinks in some Debian
Processing commands for control at bugs.debian.org: > tags 496359 security Bug#496359: The possibility of attack with the help of symlinks in some Debian packages There were no tags set. Tags added: security > tags 496360 security Bug#496360: The possibility of attack with the help of symlinks in some Debian packages Tags were: confirmed Tags added: se...
2006 May 07
6
Challenging SQL for you...
Gents, My heads been out of the sql game for too long (or it''s simply too early). I''m trying to extend the acts_as_taggable plugin (note: not gem) so that you can specify a list of tags you''re interested in, and the plugin will return only those items that are tagged with *all* these tags. The plugin uses primarily two tables: tags, to keep all the various tag names and ids, and taggings, which actually associates the tags table with other items in your database....
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
Processing commands for control at bugs.debian.org: > tags 653294 + jessie Bug #653294 [hellanzb] hellanzb: doesn't work with python-twisted 11.1.0-1 (patch included) Added tag(s) jessie. > tags 701439 + jessie Bug #701439 [src:ircd-hybrid] ircd-hybrid: ftbfs with eglibc-2.17 Added tag(s) jessie. > tags 616910 + jessie Bug #616910 [src:musiclibra...
2005 Dec 23
6
Stories with many tags, tags with many stories, has_and_belongs_to_many howto?
Hi, I began experimenting with habtm relationships, and so I created a stories table, a tags table, and a stories_tags table referencing the former 2. When I create a "story", I want to add several tags to it. Then, the model should create those tags and link them to the respective stories, and for the tags that already exists, just link them to the story. I tried something...
2007 Feb 24
3
gsub: replacing a.*a if no occurence of b in .*
I am trying to read a number of XML files using xmlTreeParse(). Unfortunately, some of them are malformed in a way that makes R crash. The problem is that closing tags are sometimes repeated like this: <tag>value1</tag><tag>value2</tag>some garbage</tag></tag><tag>value3</tag> I want to preprocess the contents of the XML file using gsub() before feeding them to xmlTreeParse() to clean them up, but I can't figu...
2011 Feb 28
0
Processed: tag open `ftbfs-gcc-4.5' reports with `sid' and `wheezy'
Processing commands for control at bugs.debian.org: > tag 564974 + sid wheezy Bug #564974 [cyphesis-cpp] cyphesis-cpp: ftbfs with gcc-4.5 Added tag(s) wheezy. > tag 565026 + sid wheezy Bug #565026 [libfreebob] libfreebob: ftbfs with gcc-4.5 Added tag(s) wheezy. > tag 565051 + sid wheezy Bug #565051 [synopsis] synopsis: ftbfs with gcc-4.5 Added tag(s) wheezy. > tag 565068 + sid wheezy
2005 May 23
1
has_and_belongs_to_many dual insert error ?
...contains an has_and_belongs_to_many relationship with another one, the relationships are doubled. My domain is a series of pictures, where each picture can be tagged with one or more words. So, a picture of my dog could be tagged "Jordy, Dog, Dog 2005", for example. In my form, the tags are presented to the user in a single INPUT type="text". The user edits the list, and separates the words using a comma. Then, my controller splits everything back, and asks the Picture domain object to update it''s tags. The implementation is at the bottom, but the end resu...
2008 Aug 26
0
Processed (with 58 errors): The possibility of attack with the help of symlinks in some Debian
Processing commands for control at bugs.debian.org: > tags 496359 secuirity Unknown tag/s: secuirity. Recognized are: patch wontfix moreinfo unreproducible fixed potato woody sid help security upstream pending sarge sarge-ignore experimental d-i confirmed ipv6 lfs fixed-in-experimental fixed-upstream l10n etch etch-ignore lenny lenny-ignore. Bug#496359: T...
2010 Jan 16
0
Processed: tag ipv6 related packages
...on ipv6 only after upgrade Added tag(s) ipv6. > tag 553584 +ipv6 Bug #553584 [snort] CVE-2009-3641: DoS while printing specially-crafted IPv6 packet using the -v option Added tag(s) ipv6. > tag 549476 +ipv6 Bug #549476 [krb5-kdc] kprop and kpropd do not support IPv6 Ignoring request to alter tags of bug #549476 to the same tags previously set > tag 546004 +ipv6 Bug #546004 [logcheck-database] logcheck-database: logcheck kernel "Treason uncloaked" filter doesn't catch ipv6 addresses. Added tag(s) ipv6. > tag 544089 +ipv6 Bug #544089 [tftpd-hpa] tftpd-hpa: Does not start w...
2010 Jan 16
0
Processed: tag ipv6 related packages
...on ipv6 only after upgrade Added tag(s) ipv6. > tag 553584 +ipv6 Bug #553584 [snort] CVE-2009-3641: DoS while printing specially-crafted IPv6 packet using the -v option Added tag(s) ipv6. > tag 549476 +ipv6 Bug #549476 [krb5-kdc] kprop and kpropd do not support IPv6 Ignoring request to alter tags of bug #549476 to the same tags previously set > tag 546004 +ipv6 Bug #546004 [logcheck-database] logcheck-database: logcheck kernel "Treason uncloaked" filter doesn't catch ipv6 addresses. Added tag(s) ipv6. > tag 544089 +ipv6 Bug #544089 [tftpd-hpa] tftpd-hpa: Does not start w...
2007 Jun 07
4
checking associated objects have been deleted
I have the following model: class Book < ActiveRecord::Base has_many :taggings, :dependent => :delete_all has_many :tags, :through => :taggings end is it possible to check that associated taggings are being destroyed using mocks? I don''t want to test that rails is deleting the associations, I want to test that I have specified the association as a dependent one. the only way I can think of is to use fix...
2012 Jul 12
0
Processed: tagging 430778, tagging 430676, tagging 603366, tagging 602378, tagging 675266, tagging 600241 ...
Processing commands for control at bugs.debian.org: > tags 430778 + upstream Bug #430778 [xen-utils-common] xen-utils-common: NAT scripts not generic enough, and made for DHCP ? Added tag(s) upstream. > tags 430676 + upstream Bug #430676 [xen-utils-common] xen-utils-common: network-nat creates insecure nat POSTROUTING MASQUERADE ? Added tag(s) upstream....
2005 Mar 18
3
Asterisk handling of SIP info
We encouter a situation where we need to use SIP info to convey infomation for one end point to another endpoint. I use asterisk to do the test and find asterisk does not forward the SIP info to another endpoint, but act as UAS and returns a 4xx error message. I think asterisk is not right to handle this SIP info message. In RFC 3261 Page 70 "This protocol is designed to be extended.
2013 Aug 20
5
[PATCH-v3 1/4] idr: Percpu ida
...uot;Nicholas A. Bellinger" <nab at linux-iscsi.org> wrote: > From: Kent Overstreet <kmo at daterainc.com> > > Percpu frontend for allocating ids. With percpu allocation (that works), > it's impossible to guarantee it will always be possible to allocate all > nr_tags - typically, some will be stuck on a remote percpu freelist > where the current job can't get to them. > > We do guarantee that it will always be possible to allocate at least > (nr_tags / 2) tags - this is done by keeping track of which and how many > cpus have tags on their pe...
2013 Aug 20
5
[PATCH-v3 1/4] idr: Percpu ida
...uot;Nicholas A. Bellinger" <nab at linux-iscsi.org> wrote: > From: Kent Overstreet <kmo at daterainc.com> > > Percpu frontend for allocating ids. With percpu allocation (that works), > it's impossible to guarantee it will always be possible to allocate all > nr_tags - typically, some will be stuck on a remote percpu freelist > where the current job can't get to them. > > We do guarantee that it will always be possible to allocate at least > (nr_tags / 2) tags - this is done by keeping track of which and how many > cpus have tags on their pe...
2006 Jul 04
0
Processed: setting package to logcheck logcheck-database logtail, tagging 354820, tagging 355085, tagging 356681 ... ... ... ... ... ... ...
Processing commands for control at bugs.debian.org: > # Automatically generated email from bts, devscripts version 2.9.20 > package logcheck logcheck-database logtail Ignoring bugs not assigned to: logcheck-database logtail logcheck > tags 354820 + pending Bug#354820: rules to filter out entries caused by ssh scanners Tags were: patch Tags added: pending > tags 355085 + pending Bug#355085: logcheck-database: Ignore smartd temperature messages within tolerances, please Tags were: patch Tags added: pending > tags 356681 + pendi...
2003 Sep 22
2
G.729A + Cisco AS5300
Hello, I have 5 digium's g.729 codecs and succesfully register with asterisk, I have incomming call from my cisco AS5300 to Asterisk through IP. But Asterisk always use g711 ulaw instead of g.729. When I disable all other codecs other than g.729 in both cisco and asterisk, calls get dropped once connected. The codec list show on my cisco AS5300 for g.729 are: g729r8 g729br8 I suspect that
2006 Jul 04
2
has_many working correctly only on reload!
...se has_many :taggings has_many :events, :through => :taggings has_many :users, :through => :taggings end class User < ActiveRecord::Base # Virtual attribute for the unencrypted password attr_accessor :password has_many :events has_many :posts has_many :taggings has_many :tags, :through => :taggings end class Event < ActiveRecord::Base acts_as_versioned do def self.included(base) base.belongs_to :user base.belongs_to :region end end has_many :taggings has_many :tags, :through => :taggings has_many :posts end >> Tag.find(10)...
2013 Aug 16
0
[PATCH-v3 1/4] idr: Percpu ida
From: Kent Overstreet <kmo at daterainc.com> Percpu frontend for allocating ids. With percpu allocation (that works), it's impossible to guarantee it will always be possible to allocate all nr_tags - typically, some will be stuck on a remote percpu freelist where the current job can't get to them. We do guarantee that it will always be possible to allocate at least (nr_tags / 2) tags - this is done by keeping track of which and how many cpus have tags on their percpu freelists. On alloca...
2013 Aug 16
6
[PATCH-v3 0/4] target/vhost-scsi: Add per-cpu ida tag pre-allocation for v3.12
...per-cpu-ida primatives, so getting this piece merged for v3.12 would make life easier for both of us. ;) The second patch includes target-core setup of se_sess->sess_cmd_map + se_sess->sess_tag_pool resources at session creation time, using fabric independent code in transport_init_session_tags(). The third patch is the initial conversion of vhost-scsi fabric code to use per-cpu ida logic for obtaining a new tcm_vhost_cmd descriptor via vhost_scsi_get_tag() during vhost_work_fn_t->handle_kick() -> vhost_scsi_handle_vq() callback execution. And the forth patch is a vhost-scsi chang...