search for: chianed

Displaying 9 results from an estimated 9 matches for "chianed".

Did you mean: chained
2006 Feb 25
9
trace("") prints hex dump table
I''m running SunOS unknown 5.11 snv_33 i86pc i386 i86pc and to print a blank line in the output of my script I tried adding: trace(""); which printed 0 1 2 3 4 5 6 7 8 9 a b c d e f 0123456789abcdef 0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ 10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
2006 Mar 31
2
Missing probes in libc.so.1
Hi, I did "dtrace -l" on libc.so.1 with "_c??????" matching pattern and yield only two probes but there are 6 of them matches that pattern when invoke "nm" on libc. Why? See below for details: %dtrace -w -qn ''BEGIN {system("dtrace -l -mlibc.so.1 > libc_dtrace");} pid$target:libc:_c??????:entry{}'' -c ''sleep 1'' %
2019 Dec 13
2
Using syslinux.efi while doing UEFI HTTP boot iso PXE boot
Hi, We are currently testing PXE booting with syslinux.efi in UEFI mode. This is working fine. However the loading of syslinux.efi and the config files is still using TFTP protocol, the rest kernel and initrd is loaded using HTTP protocol. We would like to use only HTTP protocol. In UEFI it is possible to use HTTP boot instead off PXE boot. Questions: 1. If we load syslinux.efi with HTTP will
2019 Dec 14
1
Using syslinux.efi while doing UEFI HTTP boot iso PXE boot
On 2019-12-13 08:36, Gregory Lee Bartholomew via Syslinux wrote: > On Fri, 2019-12-13 at 08:47 +0100, jps--- via Syslinux wrote: >> Hi, >> >> We are currently testing PXE booting with syslinux.efi in UEFI mode. >> This is working fine. >> However the loading of syslinux.efi and the config files is still using >> TFTP protocol, the rest kernel and initrd is
2019 Dec 13
0
Using syslinux.efi while doing UEFI HTTP boot iso PXE boot
On Fri, 2019-12-13 at 08:47 +0100, jps--- via Syslinux wrote: > Hi, > > We are currently testing PXE booting with syslinux.efi in UEFI mode. > This is working fine. > However the loading of syslinux.efi and the config files is still using > TFTP protocol, the rest kernel and initrd is loaded using HTTP protocol. > We would like to use only HTTP protocol. > In UEFI it is
2007 Dec 10
1
Create a live stream and problem in the webplayer
...type. I try with vlc , oggfwd and others but my problems it's that i see the stream in vlc or other system player it's all ok , if i use cortado and itheora there is the problem of changing files. Now I have two choise : -one it's to find some patch for cortado and itheora for play chianed stream and i think that my problem finish -one it's to think another stream system that isn't files-->ezstream-->ffmpeg2theora--->Icecast , but other program -one it's to fond the way to create a file that will play by cortado or itheora that it's only a temp file like a...
2007 Dec 09
1
Create a live stream and problem in the webplayer
...type. I try with vlc , oggfwd and others but my problems it's that i see the stream in vlc or other system player it's all ok , if i use cortado and itheora there is the problem of changing files. Now I have two choise : -one it's to find some patch for cortado and itheora for play chianed stream and i think that my problem finish -one it's to think another stream system that isn't files-->ezstream-->ffmpeg2theora--->Icecast , but other program -one it's to fond the way to create a file that will play by cortado or itheora that it's only a temp file like a...
2004 Apr 01
1
wireless sta MAC NAT
Hi all, not sure this should be post here.... but i hope some one could help me. :> I''m newbie in the ebtables MAC address NAT and filtering stuff... i want to bridge a wireless client to a wired network, problem is AP would not accept frame not initiate from associated STA... so i guess i could solve it by natting mac with ebtables stuff.. question goes below.... 1.
2005 Nov 14
0
How to exclude multiple probe patterns ?
Hi, Suppose we have thousands of functions in a module but only want to exclude a few patterns. In this case, it becomes impractical trying to list all probe patterns except those few you want to exclude. One way to deal with this is to use [! to exclude certain characters. For example, if we construct the clause below, we can exclude function patterns with leading "xyz":