Sponsored Content
Operating Systems Linux Slackware /root/pkgsrc-bootstrap/pkgsrc2008Q3.tar.bz2 no such file Post 302700567 by Corona688 on Thursday 13th of September 2012 04:26:31 PM
Old 09-13-2012
You may be able to download the file manually and just put it in the correct place for it.
This User Gave Thanks to Corona688 For This Post:
 

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

extracting from tar.bz2

hi could any body tell me how to extract .tar.bz2 files i tried using tar but in vain. i found bzip2 in googling but i could not find it on machine unix tru64 please suggest. (1 Reply)
Discussion started by: Raom
1 Replies

2. Shell Programming and Scripting

compare two tar.bz2

Hello, I am using a bash script to archive directories of text files located in ${root}: tar cf ${root}.tar ${root}* bzip2 ${root}.tar I'd like to compare the newly produced archive two.tar.bz2 with the second latest one.tar.bz2. cmp one.tar.bz2 two.tar.bz2 returns one.tar.bz2 two.tar.bz2... (2 Replies)
Discussion started by: JCR
2 Replies

3. Shell Programming and Scripting

How to unpack and install .tar.bz2 library ?

Hi, I am trying to unpack and install .tar.bz2 library. I was told to cd / and than tar -jxvf /source-of-library-file?...tar.bz2 to get files unpacked and installed into / Darius $ pwd / $ $ tar -jxvf /tmp/local/root/ncurses-dev-addon.tar.bz2 ncurses-dev-addon/... (3 Replies)
Discussion started by: jack2
3 Replies

4. Shell Programming and Scripting

Put one tar.bz2 file to another tar.bz2

Hi experts, I have two tar.bz2 file,: a.tar.bz2 and b.tar.bz2 I want to put a.tar.bz2 in to b.tar.bz2 eg: b.tar.bz2 only have one file named "b.c" contained I want it contain "b.c and a.tar.bz2" I don't want to decompress the b.tar.bz2 to achieve this, I try with "cat a.tar.bz2 >>... (1 Reply)
Discussion started by: yanglei_fage
1 Replies

5. UNIX and Linux Applications

Download firefox-19.0.2.tar.bz2

Does anyone know a reliable source to download firefox-19.0.2.tar.bz2 from? I would think you be able to download from firefox or mozilla somewhere. I haven't gotten anything useful from my google searches. (2 Replies)
Discussion started by: cokedude
2 Replies

6. Ubuntu

Error messages while extracting tar.bz2 in Ubuntu

while extracting a tar.bz2 file using the command tar xjf git.tar.bz2 I received error messages that shows Cannot hard link to and Cannot create symlink to error messages what will be the reason for those error messages. (4 Replies)
Discussion started by: saravana krishn
4 Replies

7. Programming

Aria2c to download and extract. tar.bz2

I am using aria2c to download a .tar.bz2 and trying to extract it in the same command. I can download the file but not extract it. I can also manually extract the tar.bz2., but not in the same command. Thank you :). aria2c -x8 -l log.txt -c -d /xx/xx/xxx --use-head=true --http-user "<user>" ... (8 Replies)
Discussion started by: cmccabe
8 Replies

8. Shell Programming and Scripting

Bash not removing all .tar.bz2 files after extracting

In the bash below each .tar.bz2 (usually 2) are extracted and then the original .tar.bz2 is removed. However, only one (presumably the first extracted) is being removed, however both are extracted. I am not sure why this is? Thank you :). tar.bz2 folders in /home/cmccabe/Desktop/NGS/API ... (3 Replies)
Discussion started by: cmccabe
3 Replies

9. Shell Programming and Scripting

Speed up extraction od tar.bz2 files using bash

The below bash will untar each tar.bz2 folder in the directory, then remove the tar.bz2. Each of the tar.bz2 folders ranges from 40-75GB and currently takes ~2 hours to extract. Is there a way to speed up the extraction process? I am using a xeon processor with 12 cores. Thank you :). ... (7 Replies)
Discussion started by: cmccabe
7 Replies
FWCTL(8)						    BSD System Manager's Manual 						  FWCTL(8)

NAME
fwctl -- IEEE1394 control utility SYNOPSIS
fwctl [-prt] [-b pri_req] [-c node] [-d node] [-g gap_count] [-l file] [-M mode] [-m EUI64 | hostname] [-o node] [-R filename] [-S filename] [-s node] [-u bus_num] DESCRIPTION
The fwctl utility is designed to provide a way for users to access and control the NetBSD IEEE1394 subsystem. Without options, fwctl will output a list of devices that are/were connected to the bus. The following options are available: -b pri_req Set the PRIORITY_BUDGET register on all supported nodes. -c node Show the configuration ROM on the node. -d node Hex dump of the configuration ROM. -f node Force specified node to be the root node on the next bus reset by sending a PHY config packet. Valid values are 0 - 63. -g gap_count Broadcast new gap_count by phy_config packet. By default this value is 63 on all nodes. Valid values are 0 - 63. -i pri_req Set the PRIORITY_BUDGET register on all supported nodes. -l file Load hex dump file of the configuration ROM and parse it. -M mode Explicitly specify either dv or mpeg mode for the incoming stream. Only meaningful in case of and must precede the -R option. If not specified, the program will try to guess. In case of ``format 0x20'' error, try to force the mpeg mode. -m EUI64 | hostname Set default fwmem target. Hostname will be converted to EUI64. -o node Send a link-on PHY packet to the node. -p Dump PHY registers. -R filename Receive DV or MPEG TS stream and dump it to a file. Use Ctrl-C to stop receiving. Some DV cameras seem not to send the stream if a bus manager exits. If you cannot get the stream, try the following commands: sysctl hw.ieee1394if.try_bmr=0 fwctl -r The resulting file contains raw DV data excluding isochronous header and CIP header. It can be handled by the pkgsrc/multimedia/libdv package. The resulting MPEG TS stream can be played and sent over a network using the VideoLAN tool (pkgsrc/multimedia/vlc). The stream can be piped directly to vlc, see EXAMPLES. -r Initiate bus reset. -S filename Send a DV file as isochronous stream. -s node Write to the RESET_START register on the node. -t Show the topology map. -u bus_num Specify the IEEE1394 bus number to be operated on. The default is bus 0. FILES
/dev/fw0.0 EXAMPLES
Each DV frame has a fixed size and it is easy to edit the frame order. fwctl -R original.dv Receive a DV stream with DV camera attached. dd if=original.dv of=first.dv bs=120000 count=30 Get first 30 frames (NTSC). dd if=original.dv of=second.dv bs=120000 skip=30 count=30 Get second 30 frames (NTSC). cat second.dv first.dv | fwctl -S /dev/stdin Swap first and second 30 frames and send them to DV recorder. For PAL, replace ``bs=120000'' with ``bs=144000''. fwctl -R file.m2t Receive an MPEG TS stream from a camera producing MPEG transport stream. This has been tested with SONY HDR-FX1E camera that produces HD MPEG-2 stream at 25 Mbps bandwidth. To send the stream from the camera over the network using TCP (which surprisingly works better with vlc), you can use fwctl -R - | nc 192.168.10.11 9000 with pkgsrc/net/netcat and to receive the stream, use nc -l -p 9000 | vlc - To netcast via UDP, you need to use pkgsrc/misc/buffer, since vlc is not fast enough to read UDP packets from buffers and thus it experiences dropouts when run directly. The sending side can use fwctl -R - | nc 192.168.10.11 9000 and to receive the stream, use nc -l -u -p 9000 | buffer -s 10k -b 1000 -m 20m -p 5 | vlc - For more information on how to work with vlc see its documentation. SEE ALSO
mplayer(1), vlc(1), fwip(4), fwohci(4), ieee1394if(4), sbp(4) HISTORY
The fwctl command first appeared in FreeBSD 5.0, as fwcontrol. It was added to NetBSD 4.0 under its present name. AUTHORS
Hidetoshi Shimokawa <simokawa@FreeBSD.org> Petr Holub <hopet@ics.muni.cz> - MPEG TS mode. KIYOHARA Takashi <kiyohara@NetBSD.org> BUGS
This utility is still under development and provided for debugging purposes. Especially MPEG TS reception support is very rudimental and supports only high-bandwidth MPEG-2 streams (fn field in CIP header equals 3). BSD
August 24, 2010 BSD
All times are GMT -4. The time now is 09:43 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy