search for: _another_

Displaying 20 results from an estimated 30 matches for "_another_".

2002 Feb 01
1
Bug in the HOWTO: proxy-arp (?)
...hey change the old behaviour? Ok, a pro for this behaviour is that it does figure out the right (tm) mac address on it''s own so changing the NIC doesn''t result in strange behaviour. But this also worked before with "arp -Ds 192.168.1.2 eth0 pub". - How do I proxy ARP for _another_ MAC address? Imagine a veryvery stupid device in the network that can''t do ARP itself although it has a MAC address and should receive IP packets. I know of at least one device that''s produced today that''s that stupid. So there needs to be someone in the network that answ...
2011 May 18
1
asterisk18 - realtime/mysql - take 3
...d 'realtime update sipusers set SET port = 4343 WHERE name = 00000277611' failed. [May 18 18:47:16] WARNING[16718]: res_config_mysql.c:559 update_mysql: MySQL RealTime: Invalid database specified: 'asterisk' (check res_mysql.conf) kc3054*CLI> ==> here the system talkes about _another_ config file! <== So which file should i configure: A) res_config_mysql.conf B) res_odbc.conf C) res_mysql.conf But even when i put my credentials in all three of them, still no show! DB check: mysql -h localhost -u voipadmin -p Enter password: Server version: 5.0.67 SUSE MySQL RPM mysql> us...
2017 Mar 19
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...an the USB flash drive under test was the optical drive. > > In my last email, I forgot to emphasize the following generic procedure. In the BIOS setup screen(s), one set of options are intended for sorting the boot order according to type of devices (CD-ROM, HDD, floppy...). There is _another_ set of options, usually on the first (or the main) setup screen. The BIOS detects a list of devices currently connected to each PATA/IDE/SATA port. The detection also varies, depending on additional settings such as "legacy/raid/ahci/sata", or even "pio/dma" mode, meaning th...
2016 Nov 25
0
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
...at 09:52:50AM -0800, Linus Torvalds wrote: >> READ/WRITE_ONCE() are atomic *WHEN*THAT*IS*POSSIBLE*. > >> But sometimes it's not going to be atomic. > > That's the problem. It has never really been much of a problem, and quite frankly, the solution would never be to add _another_ crazy new function that will just confuse everybody. If you have code that depends on atomicity of READ_ONCE() and friends, then you should add the appropriate built-time assert to *your* code. Not to some random generic function that others care about and that others do _not_ have problems with....
2016 Nov 25
1
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
On Fri, Nov 25, 2016 at 09:52:50AM -0800, Linus Torvalds wrote: > READ/WRITE_ONCE() are atomic *WHEN*THAT*IS*POSSIBLE*. > But sometimes it's not going to be atomic. That's the problem. Common code may rely on something being atomic when that's only true on a subset of platforms. On others, it's silently "fixed" into something that isn't atomic, and we get no
2016 Nov 25
1
[PATCH 0/3] virtio/vringh: kill off ACCESS_ONCE()
On Fri, Nov 25, 2016 at 09:52:50AM -0800, Linus Torvalds wrote: > READ/WRITE_ONCE() are atomic *WHEN*THAT*IS*POSSIBLE*. > But sometimes it's not going to be atomic. That's the problem. Common code may rely on something being atomic when that's only true on a subset of platforms. On others, it's silently "fixed" into something that isn't atomic, and we get no
2000 Jun 20
1
Bitrate scaling and forward adaptive ?
I read this in the FAQ ( at www.vorbis.com, did everyone make shelters for the slashdot effect ? The Vorbis beta release is not posted yet, but is a matter of <some-time-unit>s :-) > Vorbis has bitrate scaling - a feature that lets you adjust the bitrate > of a Vorbis file or stream without reencoding; just chop the packets up > in the sizes you want them. So one can stream a 128
2011 Jul 06
0
[LLVMdev] git-svn dcommit Question
On 07/06/2011 07:53 AM, David A. Greene wrote: > Tobias Grosser<tobias at grosser.es> writes: > >>> Will git-cherrypick work or is the merging process going to confuse >>> git-svn? >> >> To use git-svn you should always have a history without any git >> merges. Just commit after commit after commit. I do not know what kind >> of history
2012 Oct 30
1
Attaching storage to a virtual machine
I am slightly lost trying to attach some storage to a functioning virtual machine. If this where a real machine, I would simply be trying to mount a LVM volume. I have found a lot of documentation about adding storage pools, but I'm unsure if that is actually what I should be doing. Is that just for storage of the virtual machines themselves? Once I'd added my LVM volume group to virsh I
2006 Oct 04
1
Default argument value for "["
Dear all, After installing R 2.4.0, a definition of "[" for an S4 class has stopped working as the default for drop in the generic, TRUE, appears to override the default in the method The method is defined for demonstration purposes as setMethod("[", signature(x="FLQuant"), function(x, i="missing", j="missing", k="missing",
2012 Sep 24
0
[LLVMdev] Handling of unsafe functions
...ndomly from the source code: char *Buf = static_cast<char *>(Allocate(Directory.size())); memcpy(Buf, Directory.data(), Directory.size()); it's not that clear to me that just adding an extra argument of Directory.size() buys anything. If anything, it seems like it introduces _another_ place to make an error. I went through a couple other random uses of memcpy() in the LLVM tree and none of them seemed like they would benefit. > [...] I’m willing > to plow through all the calls to check the parameters while making the > change to the memcpy_secure version from the prop...
2011 Jul 06
2
[LLVMdev] git-svn dcommit Question
Tobias Grosser <tobias at grosser.es> writes: >> Will git-cherrypick work or is the merging process going to confuse >> git-svn? > > To use git-svn you should always have a history without any git > merges. Just commit after commit after commit. I do not know what kind > of history git-cherrypick produces. To clarify, I just need to create the branch at the point
2003 Mar 19
2
Agent Socket Directory
Dear All, Is it possible to move agent sockets to directories other than /tmp? For ex., move to /var/run/ssh? I don't know if anyone has asked for this before. I'm asking this because according to the current FHS 2.2 (http://www.pathname.com/fhs/), PID files and sockets should always go to /var/run. I understand that it is not possible for an ordinary user to write to /var/run,
2006 May 06
1
depot test-driven development exercise
(I posted this yesterday but within 20 minutes my thread was hijacked so I''m not sure anyone really saw this.) I''ve been working my way through the Agile book and just completed the depot sample application. I learned quite a bit along the way. On page 171 we are led through the creation of a test (that fails) for new code. The new code (a search function) is left as an
2017 Mar 19
4
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/18/2017 04:15 PM, Ady Ady via Syslinux wrote: > >> On 03/18/2017 01:18 AM, Ady Ady via Syslinux wrote: >>> _ With the USB device connected to (one of) the problematic >>> computer(s), power up the system and get into the BIOS setup. In >>> the BIOS setup screen(s), change the boot order in such way that >>> the USB device is recognized as first
2006 Jun 04
4
"can''t convert Magick::GravityType into Integer"
Am having trouble with file_column -- on certain crop operations, it says: A TypeError occurred in [controller]#[action]: can''t convert Magick::GravityType into Integer [RAILS_ROOT]/vendor/plugins/trunk/lib/magick_file_column.rb:90:in `crop'' Any advice? Here''s the backtrace: [RAILS_ROOT]/vendor/plugins/trunk/lib/magick_file_column.rb:90:in `crop''
2007 Mar 26
16
mongrel_service fails to get "service.exe" from ppid?
Konnichiwa Mongrel users, mongrel_service cannot run as a windows service under my environment, with the windows message : "error 1053 : The service did not respond to the start or control request in a timely fashion." >From a part of "ServiceFB.log" at c:/ruby/bin, mongrel_service failed to get the process name of "service.exe".
2012 Mar 01
3
[PATCH v2] x86: Use deep C states for off-lined CPUs
# HG changeset patch # User Boris Ostrovsky <boris.ostrovsky@amd.com> # Date 1330642361 -3600 # Node ID 99df5c6b2964ceaa73651d7bc02fb1ae820f7691 # Parent a7bacdc5449a2f7bb9c35b2a1334b463fe9f29a9 x86: Use deep C states for off-lined CPUs Currently when a core is taken off-line it is placed in C1 state (unless MONITOR/MWAIT is used). This patch allows a core to go to deeper C states
2012 Sep 21
5
[LLVMdev] Handling of unsafe functions
>From the responses it's pretty clear that the preference is to avoid using C string functions altogether. I've attached at list of calls in Clang/LLVM. The EASY/MEDIUM/DIFFICULT tag is an estimate of the effort to replace the call based on the location of the source buffer. If there are no objections I'll prepare a patch that replaces the string manipulation functions an
2008 Apr 10
5
Extending Bluecloth/Redcloth
I''d like to extend bleucloth or redcloth to support custom tags, e.g. I want to use markup like this: [pubmed:18332676] which shall be extended to: <a href="http://www.ncbi.nlm.nih.gov/pubmed/18332676">Behav Pharmacol. 2008 Mar;19(2):121-128.</a> Does anyone know, if this is possible and has some hints how to do this?! I have not decided, wether I want to use