Displaying 20 results from an estimated 1200 matches similar to: "hotuser and hotkernel"
2008 Nov 12
2
hotuser in multicore system
Incase of multi-core systems where multiple threads maybe scheduled
for execution, does the below dscript (from hotuser in DTraceToolkit)
collect information for multiple libraries/functions that would be
getting executed at a given point of time. I have been able to test it
to check if it does or doesn''t. I assume it does.
This was a query I have about profiling in general.
#pragma D
2008 Jan 18
33
LatencyTop
I see Intel has released a new tool. Oh, it requires some patches to
the kernel to record
latency times. Good thing people don''t mind patching their kernels, eh?
So who can write the equivalent latencytop.d the fastest? ;-)
http://www.latencytop.org/
--
cburgess at qnx.com
2007 Apr 18
1
[Bridge] Ip traffic not bridged
Hi, I am trying to set up a bridge that connects 2 user mode linux
(UML) machines. The bridge lets ARP traffic through, but not the IP
traffic.
linux:~ # brctl showmacs br0
port no mac addr is local? ageing timer
2 00:ff:7d:86:06:47 yes 0.00
3 00:ff:bc:de:07:76 yes 0.00
2 fe:fd:c0:a8:00:03 no
2001 Oct 30
6
ext3 patch does not want to gunzip
Hi,
I seem to have a problem with compiling the kernel 2.4.13 on redhat 7.2? It would compile fine but have errors about ext3 support on reboot.
I download ext3-2.4-0.9.13-2413.gz to my linux machine to enable it be useful with ext3 support but when I try to gunzip it
with the instructions
gunzip < ~/ext3-2.4-0.9.13-2413.gz | patch -p1 i get gunzip: stdin: not in gzip format
I get an
2007 Sep 02
8
DTraceTools Update
Is there any work on keeping DTraceTools up to date with the latest snv builds. These scripts are pretty useful and help get a novice dtrace user like me doing useful work quickly.
Specifically the tcp stack tools like tcptop and tcpsnoop don''t work with later OpenSolaris builds.
Thanks,
Gary
--
This message posted from opensolaris.org
2003 Jan 28
2
Can't unzip package
I just upgraded to Solaris 8, and downloaded the the following binary
package from www.samba.org <http://www.samba.org> :
samba-2.2.7-sol8-suncc-64bit.pkg.gz
When trying to gunzip it, here is my output:
/home/ccampbell # gunzip samba-2.2.7-sol8-suncc-64bit.pkg.gz
gunzip: samba-2.2.7-sol8-suncc-64bit.pkg.gz: not in gzip format
/home/ccampbell # file samba-2.2.7-sol8-suncc-64bit.pkg.gz
2004 May 04
3
Unable to gunzip file
Hello all,
I have downloaded samba-2.2.8a-1-sol8-suncc-32bit.pkg.gz and I am trying
to gunzip it but I get
gunzip: samba-2.2.8a-1-sol8-gcc295.pkg.gz: not in gzip format
what could be the problem ?
*********************************************************************************
Ce courriel ainsi que ses pieces jointes sont strictement reserves a
l'usage de la ou du destinataire et peut
2018 May 27
2
List-Archives ...
Hi everybody,
actually I wanted to search the list archive, before asking, but
unfortunately I don't "get" it:
$ gunzip 2018-May.txt.gz
gunzip: 2018-May.txt.gz: not in gzip format
It seems, that in every archive-file there is always one message in
plaintext and then a big binary block.
Any hint?
Thanks a lot,
--
kind regards,
thg
2005 May 12
1
Samba & AIX
Does anyone have any experience installing/configuring the latest Samba on
AIX 5.2?... If so, would you care to share your notes?
Thanks all.
Andy Speagle
"Always remember that you are unique. Just like everybody else."
2006 Feb 08
2
RSYNC via pipe/socket ?
Hello !
I`m trying to find a way to use lzo compression for the data being transferred by rsync.
rsync only supports gzip (or maybe ssh -c, which is also zlib), which gives cpu intensive workload - and
this cannot be exchanged by a commandline param like we have with tar (--use-compress-program=....)
i like to use lzo because it does much faster compression than gzip.
I read the following in
2006 Jan 16
1
problem unpacking R sources (PR#8492)
Full_Name: Steven L. Scott
Version: 2.2.1
OS: Windows-Cygwin
Submission from: (NULL) (128.125.60.50)
I've had problems unpacking the R source coded downloaded from
http://lib.stat.cmu.edu/R/CRAN/src/base/R-2/R-2.2.1.tar.gz
Version info for tar and gunzip provided below (GNU legalese edited out), along
with the error messages I get.
Thanks.
Steve
/notcygwin[506] gunzip --version
gunzip
2005 May 13
1
samba problems on aix
Installed samba 3.0.4.0 and libiconv 1.9.1 (download from bullfreeware) on
AIX 5.2. When I run smbclient, it says error:
exec(): 0509-036 Cannot load program ./smbclient because of the following
errors:
0509-150 Dependent module libreadline.a(libreadline.so) could not be loaded.
0509-022 Cannot load module libreadline.a(libreadline.so).
0509-026 System error: A file or directory in the path name
2001 Oct 30
1
ext3 patch doesn't want to gunzip
Hi,
I seem to have a problem with compiling the kernel 2.4.13 on redhat 7.2? It would compile fine but have errors about ext3 on reboot.
I download ext3-2.4-0.9.13-2413.gz to my linux machine to enable it be useful with ext3 but when I try to gunzip it
with the instructions
gunzip < ~/ext3-2.4-0.9.13-2413.gz | patch -p1 i get gunzip: stdin: not in gzip format
I wonder if you know a way to
2010 Jul 19
22
zfs send to remote any ideas for a faster way than ssh?
I''ve tried ssh blowfish and scp arcfour. both are CPU limited long before the 10g link is.
I''vw also tried mbuffer, but I get broken pipe errors part way through the transfer.
I''m open to ideas for faster ways to to either zfs send directly or through a compressed file of the zfs send output.
For the moment I;
zfs send > pigz
scp arcfour the file gz file to the
2016 Feb 17
2
[PATCH supermin 0/2] Allow an alternate libc to be used for init.
Allow an alternate libc, such as dietlibc, to be used for the init
binary in the supermin appliance.
Rich.
2001 Feb 12
1
Compiled and running on NCR SVR4 UNIX (MP-RAS)
To whomever is interested, I have compiled and am running OpenSSH under
NCR UNIX using the following procedure:
1. Compile and install zlib to the default location.
gunzip zlib*.gz
tar -xvfo zlib*tar
cd zlib-*
./configure
make
make install
2. Compile and install openssl to the default location.
gunzip openssl*.gz
tar -xvfo openssl*tar
cd openssl-*
2001 Nov 03
1
gunzip error message
I downloaded the ext3-2.4-0.9.13-2413.gz file. When I issue the gunzip < ext3-2.4-0.9.13-2413.gz | patch -p1 command, I get an error message that states the file is not in gunzip format. I would appreciate any recommendations on this problem.
Gerald
2025 Jan 10
2
Package compression benchmarks for zstd vs gzip
Many distros and browsers these days use zstd as the preferred
compression method. For example if you unpack a .deb or .rpm file on
Debian or Fedora there is zstd archive inside. It is claimed that zstd
offers improved compression over gzip, but (unlike lzma) it has
comparable decompression speed. Maybe it is interesting to get an
estimate of how much R packages would benefit from zstd.
Testing
2005 Apr 07
2
Zipping Rdata Files
Saving Rdata files in a zip archive form can in some cases save a
considerable amount of disk space. R has the zip.file.extract function to
extract files from zip archives, but appears not to have any corresponding
function to save in zipped form. (At least I have not been able to find
anything in the help files or through searching the mail archives.) The
system function can be used to call gzip
2003 May 08
6
Problems with H323
Does anybody know a place where I can download a working PWLIB and H323?
The files at www3.openh323.org are not in gzip format (according to the
error message I receive)
gunzip: pwlib_1.4.11.tar.gz: not in gzip format
I have also tried using the tar -xzvf command, and that gives the following
error:
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from