search for: sfx

Displaying 20 results from an estimated 45 matches for "sfx".

Did you mean: efx
2002 Oct 11
0
Problems using smbclient with a Win2k server
...s can. I am using samba 2.2.5. Here's an example from smbclient: [mark@protagonist ~]$ smbclient //medusa/share added interface ip=192.168.0.38 bcast=192.168.0.255 nmask=255.255.255.0 Password: Domain=[STAFF] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager] smb: \> cd "\Ryan Audio\SFX\noisemakers\ Underwater ambienced\" smb: \Ryan Audio\SFX\noisemakers\ Underwater ambienced\> get uwCrickets_owls-01.wav NT_STATUS_OBJECT_NAME_NOT_FOUND opening remote file \Ryan Audio\SFX\noisemakers\ Underwater ambienced\uwCrickets_owls-01.wav smb: \Ryan Audio\SFX\noisemakers\ Underwater...
2020 Jun 30
0
[PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y
...dentifier: GPL-2.0 */ +/* + * Copyright (C) 2020 Google LLC. + */ +#ifndef __ASM_RWONCE_H +#define __ASM_RWONCE_H + +#ifdef CONFIG_CLANG_LTO + +#include <linux/compiler_types.h> +#include <asm/alternative-macros.h> + +#ifndef BUILD_VDSO + +#ifdef CONFIG_AS_HAS_LDAPR +#define __LOAD_RCPC(sfx, regs...) \ + ALTERNATIVE( \ + "ldar" #sfx "\t" #regs, \ + ".arch_extension rcpc\n" \ + "ldapr" #sfx "\t" #regs, \ + ARM64_HAS_LDAPR) +#else +#define __LOAD_RCPC(sfx, regs...) "ldar" #sfx "\t" #regs +#endif...
2020 Jul 10
0
[PATCH v3 19/19] arm64: lto: Strengthen READ_ONCE() to acquire when CONFIG_LTO=y
...ense-Identifier: GPL-2.0 */ +/* + * Copyright (C) 2020 Google LLC. + */ +#ifndef __ASM_RWONCE_H +#define __ASM_RWONCE_H + +#ifdef CONFIG_LTO + +#include <linux/compiler_types.h> +#include <asm/alternative-macros.h> + +#ifndef BUILD_VDSO + +#ifdef CONFIG_AS_HAS_LDAPR +#define __LOAD_RCPC(sfx, regs...) \ + ALTERNATIVE( \ + "ldar" #sfx "\t" #regs, \ + ".arch_extension rcpc\n" \ + "ldapr" #sfx "\t" #regs, \ + ARM64_HAS_LDAPR) +#else +#define __LOAD_RCPC(sfx, regs...) "ldar" #sfx "\t" #regs +#endif...
2015 Oct 26
3
[PATCH] v2v: virtio-win: include *.dll too
...ll, used for testing only diff --git a/v2v/test-v2v-in-place.sh b/v2v/test-v2v-in-place.sh index f685ddb..1e9972d 100755 --- a/v2v/test-v2v-in-place.sh +++ b/v2v/test-v2v-in-place.sh @@ -108,6 +108,7 @@ for drv in netkvm qxl vioscsi viostor; do mktest "is-file \"$virtio_dir/$drv.$sfx\"" true done done +mktest "is-file \"$virtio_dir/qxldd.dll\"" true guestfish --ro -a "$img" -i < "$script" > "$response" diff -u "$expected" "$response" diff --git a/v2v/test-v2v-virtio-win-iso.sh b/v2v/...
2003 Sep 14
0
ov_clear(&vorbis) segfaults? (Backtrace and test case)
...ou are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"... (gdb) run sfx.ogg --clear Starting program: /home/alex/prog/evilminigames/audio_crash_test/audio_test.linux sfx.ogg --clear Loaded Sound: "sfx.ogg", Channels: 2, Sample Rate: 22050 Trying to clear vorbis struct. (Crash time.) Program received signal SIGSEGV, Segmentation fault. 0x400b0f89 in free ()...
2020 Jul 06
0
[PATCH 18/18] arm64: lto: Strengthen READ_ONCE() to acquire when CLANG_LTO=y
..._ASM_RWONCE_H > > + > > +#ifdef CONFIG_CLANG_LTO > > + > > +#include <linux/compiler_types.h> > > +#include <asm/alternative-macros.h> > > + > > +#ifndef BUILD_VDSO > > + > > +#ifdef CONFIG_AS_HAS_LDAPR > > +#define __LOAD_RCPC(sfx, regs...) \ > > + ALTERNATIVE( \ > > + "ldar" #sfx "\t" #regs, \ > > ^ Should this be here? It seems that READ_ONCE() will actually read > twice... even if that doesn't actually conflict with the required > semantics of READ_ONCE(), it...
2005 Jun 10
1
Running wine from php pages
In a Readhat 9 system, I have a simple php file "test.php" with the following content to generate Setup.exe: <?php echo exec("pwd"); exec('/usr/bin/wine rar a -a -c- -cfg- -k -m4 -zc:\\\\zipper\\\\Setup.cmt -sfx Setup.exe @c:\\\\zipper\\\\Setup.lst '); ?> When I run it as a CGI script via command line as "php test.php" . The .exe is successfully generated. However, if I load test.php from the browser, the result of "pwd" is shown on the browser but the Setup.exe is not genera...
2007 Jul 22
1
error for milter
...and uncompress it edited the site.config.m4 file n folled intructions in the INSTALL file but when i run sh Build it gives me errors here below a part of the errors tmp/software/dkim-milter-1.2.0/libdkim Configuration: pfx=, os=Linux, rel=2.6.18-8.el5xen, rbase=2, rroot=2.6.18-8, arch=i686, sfx=, variant=optimized Making in /tmp/software/dkim-milter-1.2.0/obj.Linux.2.6.18-8.el5xen.i686/libdkim make[1]: Entering directory `/tmp/software/dkim-milter-1.2.0/obj.Linux.2.6.18-8.el5xen.i686/libdkim' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/software/d...
2015 Mar 11
3
7-Zip for CentOS X86-64
Hey Y'all, I'm looking at ZCad: http://sourceforge.net/projects/zcad/?source=directory It looks like the kind of 3D CAD package that I've been looking for. It says that it works on Linux but it's zipped with 7-Zip which doesn't seem to be available for CentOS. Does anyone know if ZCAD or 7-Zip is packaged for CentOS X86-64 somewhere out there? -- _ ?v? /(_)\ ^
2014 Nov 10
4
Boot fails in a VMware player VM - syslinux 6.03
...# Mount the image there mount $SLINT/isolinux/efiboot.img $MOUNTPOINT # Put in the image what's needed mkdir -p $MOUNTPOINT/EFI/BOOT cp -a $SLINT/EFI/BOOT/* $MOUNTPOINT/EFI/BOOT umount $MOUNTPOINT rmdir $MOUNTPOINT # Sixth step: build the ISO file # ============================== # Version=14.1 SFX=64 Suffix="_syslinux.6.03" ( cd $SLINT mkisofs -o /tmp/slint${SFX}-${VERSION}${Suffix}.iso \ -rational-rock -J -A 'Slint hybrid installer ISO' \ -hide-rr-moved \ -v -d -N \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -b isolinux/isolinux.bin \ -c isolinux/isolinux.boot \ -e...
2016 Aug 14
2
man page
...software is preferred in this context (perhaps because it generates even more contrast in the story), I would better go to regions poorly covered by the open source community and refer to, for example, AutoCAD or Adobe After Effects. Maybe this would motivate somebody to start an open-source CAD or SFX software project. On Wed, Jul 27, 2016 at 9:31 PM, Kevin Korb <kmk at sanitarium.net> wrote: > I would agree. > > Plus he said this was something he did to help his wife. It is entirely > possible that he runs a Samba server to assists a non-technical wife > just like a corpo...
2013 Nov 25
6
[PATCH/RFC OSSTEST] Debian PV netboot guest test
...ymap/template/layout select British + +popularity-contest popularity-contest/participate boolean false + +d-i mirror/http/hostname string $c{DebianMirrorHost} +d-i mirror/http/directory string /$c{DebianMirrorSubpath} +END + return $preseed; +} + +sub preseed_create_guest ($$;@) { + my ($ho, $sfx, %xopts) = @_; + + my $suite= $xopts{Suite} || $c{DebianSuite}; + + my $preseed_file= preseed_base($suite); + $preseed_file.= (<<END); +d-i partman-auto/method string regular +d-i partman-auto/choose_recipe \\ + select All files in one partition (re...
2015 Oct 08
1
[PATCH v2 5/5] v2v: add test for v2v with virtio-win drivers on iso
...test "is-file \"$firstboot_dir/firstboot.bat\"" true +mktest "is-dir \"$firstboot_dir/scripts\"" true +virtio_dir="/Windows/Drivers/VirtIO" +mktest "is-dir \"$virtio_dir\"" true +for drv in netkvm qxl vioscsi viostor; do + for sfx in cat inf sys; do + mktest "is-file \"$virtio_dir/$drv.$sfx\"" true + done +done + +guestfish --ro -a "$d/windows-sda" -i < "$script" > "$response" +diff -u "$expected" "$response" + +rm -r $d -- 2.4.3
2015 Oct 05
0
[PATCH 6/6] add test for v2v with virtio-win drivers on iso
...$d/windows.xml +test -f $d/windows-sda + +# Test that the drivers have been copied over into the guest +virtio_dir="/Windows/Drivers/VirtIO" +{ + echo "trace 1" + echo "is-dir \"$virtio_dir\"" + for drv in netkvm qxl vioscsi viostor; do + for sfx in cat inf sys; do + echo "is-file \"$virtio_dir/$drv.$sfx\"" + done + done + echo "trace 0" +} | guestfish --ro -a $d/windows-sda -i | { + ret=0 + while read r; do + [ "$r" = "true" ] || ret=1 + done + exi...
2001 Oct 04
8
OT: Licence + hi-res logotype
Hello! I just got _very_ scared. I was certain the Ogg libraries could be used in commercial products (I know they are used in Star Trek: Away Team and Operation Flashpoint). I've also been told several times that it's OK, even if they're not GPL, but now I can't find any info on the sites that tells me so. Could you please tell me what the deal is (I've used it in a project
2018 Mar 12
4
Linux boot hangs after/during read of initrd.img
Precis: I?m trying to debug a problem with CentOS7 failing to install from an ISO written to a USB pendrive ? anyone got suggestions? What works ? installing on a modern, ?standard PC?; the pendrive image boots and installs as I expect What does not work ? same pendrive booting in an ATCA blade. What I?ve tried is? 1. Boot the standard CentOS7 minimal image. This seems to start but then
2015 Oct 05
0
[PATCH 4/6] tests: use fake virtio-win drivers
...uot;is-dir \"$firstboot_dir\"" + echo "is-file \"$firstboot_dir/firstboot.bat\"" + echo "is-dir \"$firstboot_dir/scripts\"" + echo "is-dir \"$virtio_dir\"" + for drv in netkvm qxl vioscsi viostor; do + for sfx in cat inf sys; do + echo "is-file \"$virtio_dir/$drv.$sfx\"" + done + done + echo "trace 0" +} | guestfish --ro -a $d/windows-sda -i | { ret=0 while read r; do [ "$r" = "true" ] || ret=1 done exi...
2018 Mar 12
0
Linux boot hangs after/during read of initrd.img
...n hybrid ISO than post-hybriding the ISO using isohybrid. I am CCing Thomas Schmitt, xorriso mantainer who could shed more light. Here is an example: # ISO is the path to the root of the ISO tree # PATHTOISO is the path to the hybrid ISO being written, including its name. ( cd $ISO if [ "$SFX" = "64" ]; then EFIOPTIONS="-eltorito-alt-boot -e isolinux/efiboot.img -isohybrid-gpt-basdat -no-emul-boot" fi xorriso -as mkisofs \ -isohybrid-mbr /usr/share/syslinux/isohdpfx.bin \ -hide-rr-moved \ -U \ -V "MyCENTOS" \ -J \ -joliet-long...
2011 Feb 23
0
Over-constrained? gamma mixtures using R: mix{mixdist}
...the code I used: PP2Pars<-data.frame(c(0.23,0.77), c(9.174,29.54), c(9.983,12.369)); names(PP2Pars)<-c("pi", "mu", "sigma") mixk2<-mix(NotLinkedPP3, PP2Pars, dist="gamma",constr=list(conpi="NONE",conmu = "MFX", consigma = "SFX", fixpi = NULL, fixmu = c(TRUE,TRUE), fixsigma = c(TRUE,TRUE), cov = NULL, size = NULL)) If I allow any one of the 4 constrained parameters to become unconstrained then the model runs and gives sensible results but if I constrain all four parameters then I get the following error. &quot...
2003 Feb 27
0
Sound stutter problem
Is there any way to control this? I get severe stuttering accompanied by repeated messages eg >fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=57312 < primary_done=64624) when running a game program (Broken Sword II). I have an SBLive soundcard. Music and SFX are OK, but speech is not. I have the usual (default) [WinMM] configuration, and [dsound] is also at default. Is this a game problem or a wine problem? Thanks for any suggestions. ................................................................ Setup: Wine 20030219; Linux Slackware 8.1; gcc 3.2;...