search for: dodgy

Displaying 20 results from an estimated 309 matches for "dodgy".

2004 Jun 16
4
Digium X100P vs Dodgy Ebay X100P
...X100P card from Ebay. He's had no end of problems with line noise, dropped called etc so I thought I would compare the two cards. Plus mine was delivered within two days his to three weeks. I mention a main chip I'm not an electrical engineer but I assume its some kind of DSP chip..... Dodgy Ebay X100P - Smaller form factor with shorter than "normal" PCI Pins (by "normal" I'm comparing it to the Adaptec SCSI card I have in the machine and an Intel Pro 100 network card). No heat sink on main (DSP??) chip. Chip details removed from silicon chip covers. Claims to...
2009 Nov 13
1
[LLVMdev] dodgy use of c_str()
...bugInfo::EmitGlobalVariable(GlobalVariable *GV, tree decl) { // Gather location information. expanded_location Loc = expand_location(DECL_SOURCE_LOCATION(decl)); DIType TyD = getOrCreateType(TREE_TYPE(decl)); const char *DispName = GV->getNameStr().c_str(); Isn't this use of c_str() dodgy, because the temporary string returned by Gv->getNameStr() will be destroyed at the end of the expression, so it's no longer valid to use the memory pointed to by DispName? Thanks, Jay.
2014 Dec 24
1
[PATCH net-next V2] virtio-net: don't do header check for dodgy gso packets
There's no need to do header check for virtio-net since: - Host sets dodgy for all gso packets from guest and check the header. - Host should be prepared for all kinds of evil packets from guest, since malicious guest can send any kinds of packet. So this patch sets NETIF_F_GSO_ROBUST for virtio-net to skip the check. Cc: Rusty Russell <rusty at rustcorp.com.au>...
2014 Dec 24
1
[PATCH net-next V2] virtio-net: don't do header check for dodgy gso packets
There's no need to do header check for virtio-net since: - Host sets dodgy for all gso packets from guest and check the header. - Host should be prepared for all kinds of evil packets from guest, since malicious guest can send any kinds of packet. So this patch sets NETIF_F_GSO_ROBUST for virtio-net to skip the check. Cc: Rusty Russell <rusty at rustcorp.com.au>...
2014 Dec 03
1
[PATCH net-next] virtio-net: don't do header check for dodgy gso packets
There's no need to do header check for virito-net since: - Host set dodgy for all gso packets from guest and check the header. - Host should prepare for all kinds of evil packets from guest, since malicious guest can send any kinds of packet. So this patch sets NETIF_F_GSO_ROBUST for virtio-net to skip the check. Cc: Rusty Russell <rusty at rustcorp.com.au> Cc:...
2014 Dec 03
1
[PATCH net-next] virtio-net: don't do header check for dodgy gso packets
There's no need to do header check for virito-net since: - Host set dodgy for all gso packets from guest and check the header. - Host should prepare for all kinds of evil packets from guest, since malicious guest can send any kinds of packet. So this patch sets NETIF_F_GSO_ROBUST for virtio-net to skip the check. Cc: Rusty Russell <rusty at rustcorp.com.au> Cc:...
2009 Aug 12
4
Ctrl Select Dodgy
Hi, does anyone have experience of ctrl + mouse click to select (files in the open file dialogue) being dodgy? I use wine to run version 2.5 of the official flickr uploader and use ctrl + mouse click to select multiple files. Pretty often the ctrl doesn't work so that all the other files are deselected. Which is pretty annoying. I upgraded from the standard jaunty version to the latest wine repositry...
2010 Aug 19
1
IMAP connection timeout value?
So we're having some ISP issues lately, meaning we have to reboot our cable modem like 2-3 times a day. An unfortunate side-effect I've found is, once the users max out their connection limit (which I've set to 10, and many people do), if we reboot the cable modem, they can't log in cause their connections get 'stuck' until I `doveadm kick` them, or wait for the connections
1999 Oct 26
1
dodgy list operation (PR#298)
I can generate a segmentation fault as follows, where I would expect a syntax error: fred <- as.list(1:10) lapply(fred, "[[") platform sparc-sun-solaris2.5.1 arch sparc os solaris2.5.1 system sparc, solaris2.5.1 status status.rev 0 major 0 minor 64.1
2007 Jul 03
2
[PATCH 1/2] lguest: handle dodgy/non-existent TSC. Host code.
Lguest currently requires a TSC, which breaks older machines and Matt Mackall who boots the host with "notsc". In addition, there is no good solution to changing TSC speeds (informing all the guests about the TSC impending change before it happens would be a great deal of code and have issues with disobedient guests). This patch makes the host determine if the TSC is both constant and
2007 Jul 03
2
[PATCH 1/2] lguest: handle dodgy/non-existent TSC. Host code.
Lguest currently requires a TSC, which breaks older machines and Matt Mackall who boots the host with "notsc". In addition, there is no good solution to changing TSC speeds (informing all the guests about the TSC impending change before it happens would be a great deal of code and have issues with disobedient guests). This patch makes the host determine if the TSC is both constant and
2016 Oct 06
4
Adding asan poison to Recycler and ArrayRecycler
...Recycler since I spent a few hours tracking down a bug in the AMDGPU backend that turned out to be a use-after-free that would have been detected by asan if it weren't for the Recycler. See https://reviews.llvm.org/D25313. Naturally, such a change exposes a bunch of bugs or things that are dodgy and happen not to be problematic today, but might easily break in the future, across all backends. I have prepared patches to fix all the issues in the CodeGen/AMDGPU lit tests; all the non-AMDGPU fixes are rolled into the patch above (although it probably makes sense to commit them first as a...
2006 Jul 02
10
Use Rails or PHP?
I''m new to RoR and have used PHP. I want to develop a personal organizer that allows me to add lists (tables) and search them. The ActiveRecord concept seems to allow me to set up something that works with an existing table, but I want the ability to add tables without programming. I know how to do this in PHP and I can put the SQL into queries in RoR, but does ActiveRecord let
2006 Jun 09
9
Opinions on catch-all routing?
I remember reading somewhere a tip on improving your search engine ranking, by forming URLs that included relevant text, e.g. www.domain.com/article/man_eats_hat. In the rails app that I''m writing, I''ve noticed I can set this up very easily by appending the post title (after downcase.split.join(''_'')) to the post link. So, blog.com/posts/4 can easily also be
2004 Nov 10
1
logtail ignoring information in rotated logs
Hi gang, While writing a script that uses logtail, I noticed that logtail assumes nothing interesting happened between its last invocation and the rotation, which means that exciting bits of data could be lost. This seems a bit dodgy (correct me if I'm wrong about how it works!) so I made a dodgy patch to logtail that checks for the existence of $logfile.0, which on Debian seems to always be created for the interesting stuff in /var/log. If it exists and its inode matches that in the state file, dump out any changes and th...
2015 Feb 12
3
Why the command 'service ntpd stop' cause the time reversed?
I've seen situations where people have put ntpdate in a cronjob to get around issues with big time jumps at boot or dodgy clocks under virtualization. There are much better solutions to this problem, so let us know if this is the case for you. K
2007 Jan 13
1
fam inconsistent in noticing changes
...he problem on the same boxes. I can go to a directory (under WinXP), create a file/dir, then (under Unix) move that directory out - and it disappears within seconds under WinXP. What should I be looking for to diagnose the problem further? Are there some condition under which FAM/etc becomes a bit dodgy? (e.g. does that lack of a TTY in cron trigger something?) Thanks! -- Cheers Jason Haar Information Security Manager, Trimble Navigation Ltd. Phone: +64 3 9635 377 Fax: +64 3 9635 417 PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1
2013 Feb 20
2
SYSLINUX stuck on boot about 0.1% of the time
...tuck. [1] A simple reboot fixes it straight away, but that's not really acceptable for our customers, especially since there is usually no monitor connected and they can't actually diagnose the error, so they simply mark the device as bad. Is this from a race condition or memory leak? Or dodgy hardware? Would a newer version of syslinux help? (We're running 4.02 from debian squeeze.) Thanks, Jayen [1] https://trello-attachments.s3.amazonaws.com/4ffa2f972baf1b1c1b316dac/5120ec93788c2d8d1100486a/c8f4c69ec4ffe5883e408277b3fab562/no_boot_msg.jpg -- Marathon Targets Pty Ltd Marathon,...
2017 Jun 25
5
Samba freezes
...echo if they feel the server is un-responsive.   Is the DHCP renewal at the normal point (compare with previous renewal), or could this be both related to an underlying issue: lack of two-way link at the network layer? Could Samba be listening only, but the client not getting the responses due to dodgy networking, and then it finally breaking down causing NetworkManager to re-try the whole stack? Can you rule out a dodgy network switch? Thanks, Andrew Bartlett -- Andrew Bartlett http://samba.org/~abartlet/ Authentication Developer, Samba Team http://samba.org Samba Dev...
2008 Oct 31
3
Asterisk/Machine Hang after calling in/out ISDN
...serious problem. SIP calls are fine but if I dialed to outside (Dial(Zap/g1)) a few times or someone called in a few times, Asterisk just froze (cannot enter anything on the CLI console) and then even the machine had to be rebooted. I suspect there is a problem with zaptel. Is zaptel 1.4.10.1 a dodgy verions? Any suggestion on how to debug this problem?