search for: smasher

Displaying 19 results from an estimated 19 matches for "smasher".

Did you mean: smashes
2009 Dec 20
2
ogg "chapters"?
...e, a listener can skip to or past any song. can i do that with OGG? listening to "dark side of the moon" or a DJ set broken up into one file per song can be really annoying when the player pauses between files! thanks... -- ...atom ________________________ http://atom.smasher.org/ 762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808 ------------------------------------------------- "You do realize that in a year's time I will have contradicted everything I've said." -- John Lydon
2013 Jun 28
2
pxelinux 5.x, 6.x memtest problem
...emtest2 >> LABEL memtest KERNEL images/memtest/memtest.original APPEND console=ttyS0,9600n8 >> LABEL memtest2 KERNEL images/memtest/memtest86 APPEND console=ttyS0,9600n8 >> PROMPT 1TIMEOUT 100 >> Any ide how to solve this? > > This is the infamous PXE-stack-smasher-bug. It's a regression in the > 5.xx series (which means it's also in the 6.xx series). This has been > one of those difficult to reproduce bugs, because it's very much > dependent on the BIOS memory map. > > Is anyone that is hitting this issue willing/able to build PXEL...
2007 Mar 18
1
rsync {options} -- {arguments}
...om the man page: rsync uses the GNU long options package. rsync seems to ignore the [gnu] special "--" option, used to delimit options from arguments. i'd like to have this functionality... any suggestions? thanks... -- ...atom ________________________ http://atom.smasher.org/ 762A 3B98 A3C3 96C9 C6B7 582A B88D 52E4 D9F5 7808 ------------------------------------------------- "Never has our ability to shield our affairs from prying eyes been at such a low ebb. The availability and use of secure encryption may offer an opportunity to reclaim some...
2013 Jun 28
0
pxelinux 5.x, 6.x memtest problem
...mtest KERNEL images/memtest/memtest.original APPEND console=ttyS0,9600n8 > >> LABEL memtest2 KERNEL images/memtest/memtest86 APPEND console=ttyS0,9600n8 > >> PROMPT 1TIMEOUT 100 > >> Any ide how to solve this? > > > > This is the infamous PXE-stack-smasher-bug. It's a regression in the > > 5.xx series (which means it's also in the 6.xx series). This has been > > one of those difficult to reproduce bugs, because it's very much > > dependent on the BIOS memory map. > > > > Is anyone that is hitting this issue w...
2016 Aug 17
5
AutoFDO sample profiles v. SelectInst,
...at is being profiled, so > there is no profile data > This seems like a fundamental problem for PGO. Maybe it is also responsible for this bug: https://llvm.org/bugs/show_bug.cgi?id=27359 ? Should we limit select optimizations in IR for a PGO-training build? Or should there be a 'select smasher' pass later in the pipeline that turns selects into branches for a PGO-training build? (I don't have a good understanding of PGO, so I'm just throwing out ideas...maybe a better question is: how do other compilers handle this?) -------------- next part -------------- An HTML attachment...
2013 Jun 28
3
pxelinux 5.x, 6.x memtest problem
Hi guys! I tried to boot memtest86+ v4.2 (renamed memtest.bin to memtest), and i have issues to boot it with pxelinux 5.x and greater.Pxelinux 4.06 works fine both memtest 4.1 and 4.2. With version 6.00 no error message caught, only writes out dots. Any keypress does a reboot.With version 5.01 the error message is the follow:Loading images/memtest/memtest86... okBooting kernel failed: Bad file
2013 Jun 28
1
pxelinux 5.x, 6.x memtest problem
On 06/28/2013 04:25 AM, Ady wrote: > > @Wim and @All, > FWIW, in 2013-February there still were other additional issues with > some kernels, including memory testers, so having a problem to boot > memtest(86|86+|other) might or might not be related to the > "PXE-stack-smasher" bug. > > For example, in v.4.06, the cfg entry could be: > LINUX memtest > > and it would work OK, but if the entry was: > COM32 linux.c32 > APPEND memtest > > it could / would fail, even using SYSLINUX (or PXELINUX). This > behavior with linux.c32 seemed...
2003 Sep 05
1
rsync // su
Hi, Please send questions to the list, not to me. On 4 Sep 2003 Atom 'Smasher' <atom@suspicious.org> wrote: > i've been trying to find a good answer for this, but pretty much all > i've found is disagreement on what level of insecurity is > acceptable.... > > the problem arises when trying to use rsync as root. > > obviously, allowin...
2013 Jun 29
3
Plop Boot Manager quit working with 5.10
> On 06/28/2013 05:32 PM, Patrick Verner wrote: > > I have updated syslinux in Parted Magic's test version to the 5.10 release. > > With 4.06 I booted plop like this: > > > > LINUX /boot/plpbt/plpbt.bin > > > > Now it says /boot/plpbt/plpbt.bin... ok > > Booting kernel failed: Invalid argument > > > > Other "extras" like
2013 Jun 28
0
pxelinux 5.x, 6.x memtest problem
...file contents:DEFAULT memtest2 > LABEL memtest KERNEL images/memtest/memtest.original APPEND console=ttyS0,9600n8 > LABEL memtest2 KERNEL images/memtest/memtest86 APPEND console=ttyS0,9600n8 > PROMPT 1TIMEOUT 100 > Any ide how to solve this? This is the infamous PXE-stack-smasher-bug. It's a regression in the 5.xx series (which means it's also in the 6.xx series). This has been one of those difficult to reproduce bugs, because it's very much dependent on the BIOS memory map. Is anyone that is hitting this issue willing/able to build PXELINUX from a git branch t...
2013 Jun 30
0
Plop Boot Manager quit working with 5.10
...sponds to the memory map passed to it by the BIOS(INT 15h E820h). Let's say the kernel must be loaded to 0x100000 but the core sees that the memory at that address is reserved (and not by itself). At this point, the core/linux.c32 refuses to execute it for safety reasons. My guess at the PXE-smasher is that the BIOS doesn't properly report the memory that the PXE stack uses and the core/linux.c32 loads on top of this used memory, corrupting the environment. Ady, hope this helps. -- -Gene
2013 Jun 28
2
FW: pxelinux 5.x, 6.x memtest problem
...2 > > LABEL memtest KERNEL images/memtest/memtest.original APPEND console=ttyS0,9600n8 > > LABEL memtest2 KERNEL images/memtest/memtest86 APPEND console=ttyS0,9600n8 > > PROMPT 1TIMEOUT 100 > > Any ide how to solve this? > > This is the infamous PXE-stack-smasher-bug. It's a regression in the > 5.xx series (which means it's also in the 6.xx series). This has been > one of those difficult to reproduce bugs, because it's very much > dependent on the BIOS memory map. > > Is anyone that is hitting this issue willing/able to build PXE...
2017 Feb 07
2
[Bug 12570] New: Problems with --checksum --existing
...blems with --checksum --existing Product: rsync Version: 3.1.1 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: atom at smasher.org QA Contact: rsync-qa at samba.org Problem: I've got an sd-card with some movies, a few of which are corrupted files. I want to copy only the files that don't match the good files. command: rsync --checksum --existing -vhriP /movies/ /media/128-SD/Movies/ The problem here i...
2013 Jun 30
1
Plop Boot Manager quit working with 5.10
...it by the BIOS(INT > 15h E820h). > > Let's say the kernel must be loaded to 0x100000 but the core sees that > the memory at that address is reserved (and not by itself). At this > point, the core/linux.c32 refuses to execute it for safety reasons. > > My guess at the PXE-smasher is that the BIOS doesn't properly report > the memory that the PXE stack uses and the core/linux.c32 loads on top > of this used memory, corrupting the environment. > > Ady, hope this helps. > > -- > -Gene > _______________________________________________ I understand...
2012 Jul 03
0
Wine release 1.5.8
...d Company 2: needs msvcp80.dll.??0?$basic_istringstream at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@QAE (purist) 25252 Need For Speed Hot Pursuit (2010) crashes on startup (needs Win32_NetworkAdapter WMI class) 25336 nimbuzz disconnects user after a few seconds 26025 Atom Zombie Smasher demo needs locale_ctor_cstr 26375 Medal of honor 2010 needs msvcp80.dll.??5?$basic_istream at DU?$char_traits at D@std@@@std@@QAEAAV01 at AAI@Z 26594 Civilization V crashes/freezes when loading or starting a game. 26696 Dragon Age 2 Demo wants msvcp90.dll.??0?$basic_iostream at _WU?$char_t...
2016 Aug 12
3
AutoFDO sample profiles v. SelectInst,
I am looking for advice on a problem observed with -fprofile-sample-use for samples built with the AutoFDO tool I took the "hmmer" benchmark out of SPEC2006 It is initially compiled clnag++ -o hmmer -O3 -std=gnu89 -DSPEC_CPU -DNDEBUG -fno-strict-aliasing -w -g *.c This baseline binary runs in about 164.2 seconds as reported by "perf stat" We build a sample file from this
2015 Jan 09
0
Wine release 1.7.34
...4330 Wine64 does not work on FreeBSD 34864 Call of Duty: Ghosts needs psapi/kernel32 K32EnumProcessModulesEx 35076 Multiple applications/installers fails due to SWbemLocator::ConnectServer being a stub (PSPad 4.5.7, Nitro PDF Professional 6.2.x, eTax 2008, GOG.com games) 35167 Atom Zombie Smasher, Warhammer 40K: Dawn of War GOTY (Winter Assault) on Steam doesn't start with Wine Mono 4.5.2 35173 Loud audio distortion using wine 1.7.6 and up. 35230 Macromedia Freehand 9 demo: invalid path for file association default icon causes stack overflow in winemenubuilder 35253 BOINC 5.8.1...
2011 Apr 01
0
Wine release 1.3.17
...iMesh: Fails to install 26494 Office 2007 installer terminates on start 26497 Lost Saga downloader fails because IsValidURL doesn't like first parameter 26501 IDAfree needs uxtheme.OpenThemeDataEx 26505 file associations built by winemenubuilder lack wineprefix 26508 Atom Zombie Smasher demo window is not fullscreen 26514 Matlab 2009a: Fails to start 26535 Escaped spaces in desktop entries 26577 eBay Turbo Lister 7 fails to install 26596 FTBFS: RTLD_NOW, MessageBoxA, and MB_OK undefined in JACK_DriverProc() -------------------------------------------------------------...
2006 May 26
25
migration to rails
Hi, I''m a PHP developer and I''m think about migration to rails... my big problem is about printing web Reports, well I could not found a good thing to help me with this... Does Ror or some other ruby project have some thing to help about make/print database reports? tks