General :: Insertion Of Vbr And VBR End Delay More
Apr 22, 2011
I am using Ubuntu marvic amd64 10.10. I installed ns-allinone 2.34. then I inserted vbr traffic according to one of forum from this linux " Insertion steps of VBR into NS2.34" I made the following changes
Makefile, line 36 : CC = gcc-4.3
Makefile, line 37 : CPP = g++-4.3
vbr_traffic.cc in ns2.34/tools then Makefile : tools/vbr_traffic.o of 183
then I use the command cd ns-allinone-2.34/ns-2.34/ && mv ns ns234 && make after that I delete the ns. with the new command I run the script with every time puase time 0 and simulation time 200, 10 250, 20 300, 40 400..... with DSR after completion of simulation, when i was try to plot graph between throughputs of receiving bits vs Maximul end to end delay, every time I got the delay more than 90, 100, etc so how can I reduce that problem. I thought problem was in insertion of vbr.
View 1 Replies
ADVERTISEMENT
May 11, 2011
After GRUB 2 comes up (I'm running Ubuntu 10.10) and I choose the OS to boot, there is about a 5 second delay where nothing appears to happen after I make the selection -- no disk activity. It happens consistently every time I boot. Again, this is after I choose the OS to boot, so it shouldn't have anything to do with the standard delay to allow me to choose the appropriate OS.Is there a good way to troubleshoot this and determine what is causing the delay?
View 4 Replies
View Related
Sep 10, 2009
I am trying to figure out how to make Fedora run a certain command when I insert a USB device. Any ideas. I'd also like it to do different things based on which usb device I plug in.
I can write the script I just do not know the trigger sequence.
View 10 Replies
View Related
Sep 20, 2010
I'm trying to run clamAV antivirus on USB insertion. I read about "udev" but it seems to be very complicated. I thought about running the script when the /media folder changes. I couldn't do that either.
I'm running MS "XP" on virtualbox and I'm sharing the /media folder from the host to the guest that's why I need an ON-DEMAND antivirus that scans the usb disk on insertion. (Light scan[neglecting archives and large files] is preferred to not overload the processor).
The script will contain the clamAV command line. The problem is how to set the execution time of the script...
View 3 Replies
View Related
Dec 19, 2010
I'm running Ubuntu 10.10, 64-bit on an HP 8740w. Sometimes (I don't have the frequency yet, but it has happened a half-dozen times in the past couple of weeks) when I insert a USB storage device the system hangs, requiring a power-cycle. I have been careful to either eject or "safely remove" every USB device, but it still happens. I believe it only happens when I remove a device and later re-insert it, but I don't have enough data points to be sure.
Most of the time, I'm running VirtualBox, but I haven't captured the USB device in a VM.
First question - how can I go about figuring out what might be going wrong? Once it happens, my options are extremely limited (power switch). When this happened one time I left the system for 30+ minutes, and it did not recover.
Of course, when I wanted to see it, I did 10 insertions/removals without a hang.
View 9 Replies
View Related
Mar 22, 2011
is there a way to have my volume level change to a specified level when i insert my headphones to avoid having my ears blasted with music because i forget to turn the sound down when shutting off my computer last time? perhaps a alsa patch or a script?
View 5 Replies
View Related
Oct 15, 2010
How can I understand if a USB inserted or removed.
Someone said I need to study HAL. Is it true? If so I need some links, source code etc. do you know any?
View 1 Replies
View Related
Jun 21, 2015
I have Debian Jessie installed. When I insert a non-encrypted DVD movie DVD into the drive, a pop-up menu appears asking me what I want to do (e.g. "Open with vlc media player, etc.).
When I insert an encrypted DVD movie DVD into the drive, no pop-up menu appears.
I am able to play the encrypted movie DVD in vlc, and libdvdcss2 is installed. So my question is not about playing the DVD but rather about the failure to automatically detect it.
This behaviour happens in Gnome, Mate, and XFCE. (KDE has a Plasma Device Notifier Widget that is able to detect the encrypted DVD).
My other computer with Debian Wheezy is able to automatically recognize the encrypted DVD.
Here are the relevant lines from /var/log/syslog after the insertion of the encrypted DVD:
Code: Select allJun 21 14:52:04 debian-think-pad kernel: [ 2012.208964] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Jun 21 14:52:04 debian-think-pad kernel: [ 2012.208972] sr 1:0:0:0: [sr0]
Jun 21 14:52:04 debian-think-pad kernel: [ 2012.208977] Sense Key : Illegal Request [current]
Jun 21 14:52:04 debian-think-pad kernel: [ 2012.208986] Info fld=0x400
[Code] ....
Here are the relevant lines from /var/log/syslog after the insertion of the non-encrypted DVD:
Code: Select allJun 21 14:55:39 debian-think-pad kernel: [ 2226.518955] UDF-fs: INFO Mounting volume 'Check Please', timestamp 2009/06/02 17:43 (1e5c)
Jun 21 14:55:39 debian-think-pad udisksd[1161]: Mounted /dev/sr0 at /media/daniel/Check Please on behalf of uid 1000
Jun 21 14:55:39 debian-think-pad org.gtk.Private.UDisks2VolumeMonitor[1081]: index_parse.c:191: indx_parse(): error opening /media/daniel/Check Please/BDMV/index.bdmv
Jun 21 14:55:39 debian-think-pad org.gtk.Private.UDisks2VolumeMonitor[1081]: index_parse.c:191: indx_parse(): error opening /media/daniel/Check Please/BDMV/BACKUP/index.bdmv
Whan I run the mount command after inserting the non-encrypted DVD the following line appears in the output:
Code: Select all/dev/sr0 on /media/daniel/Check Please type udf (ro,nosuid,nodev,relatime,uid=1000,gid=1000,umask=77,iocharset=utf8,uhelper=udisks2)
Granted, this issue is not a major problem as I can start vlc and play the DVD. However, it might be useful to some new users to Linux to have the pop-up menu appear. Additionally, it would be interesting to learn why it works in Debian Wheezy and not in Debian Jessie.
View 0 Replies
View Related
Jan 24, 2010
I have just bought a DVB-T usb dongle to watch some TV. The software I'm using is vdr, which has to be started through the /etc/init.d/vdr service. I have created a udev script that executes the service on device insertion. It works nicely, however now when I boot up the computer it takes ages to get to desktop. I believe it is because of the WAIT_FOR part. But without this part, the service starts too soon because the usb dongle has been inserted but the firmware has not finished loading. Can someone point out an alternative way to do it? The script is here [URL].
View 4 Replies
View Related
Jan 18, 2011
ubuntu could delay kernel module installation until device is inserted?Take my usb ath9271 wifi adapter as an example: when kernel boot up, no ath modules are installed until usb wifi apdapter is inserted, ath related modules are insmod.Could anybody how to achieve this? udev or something else?
View 5 Replies
View Related
Jul 28, 2011
My only glitch with Ubuntu, which runs flawlessly on this beast, otherwise.I have spent more than 50 hours on this problem. In my case, inserting headphone jack doesn't mute internal speakers. There is sound in the headphone though.alsamixer ot gnome-alsamixer doesn't even show the headphone option. So I cannot change their values.I have tried model= various options, with no avail.I have uploaded my information to alsa projct and the link is: http://www.alsa-project.org/db/?f=18...788fc1458ff422
View 1 Replies
View Related
May 27, 2011
I've got a computer hooked up to my TV and it seems that all video files have audio that is a fraction too early. The files are fine on my laptop. I wonder if there is a way to delay all sound on the computer to help with this problem.
View 2 Replies
View Related
Aug 3, 2010
I am using Ubuntu 9.04. Years ago, I did UNIX and DOS line commands, but I am 66 and dim, though my doctor says he still thinks I have my marble.Anyway, my Linux shuts down automatically faster than I want it to.How does one control this?
View 3 Replies
View Related
Aug 9, 2010
I want each packet (that match iptables rule) to be delayed by some fixed time interval. How to to this?
Preudocode: iptables -A INPUT -p udp <more conditions> -j DELAY --delay 50000 # delay UDP packets for 50 milliseconds
Update: @related http://superuser.com/questions/147156/simulating-a-low-bandwidth-high-latency-network-connection-on-linux
View 1 Replies
View Related
Oct 11, 2010
I would like to watch a baseball game on TV, but listen to the radio broadcast. The TV is about 10 seconds behind the radio, though.Does anyone know a way to delay the input from my radio by 10 seconds and output it again to the speakers? I can do this on Mac OS X or Linux (or even Windows). I have Audio Hijack Pro, but there is no such effect.
View 2 Replies
View Related
Mar 11, 2011
Whenever I login to a certain server using SSH I get a very long delay before a prompt appears. Everything I looked up on this issue says that it's a DNS issue and that I should disable reverse DNS lookups on the server.
But, the remote server is a shared webhosting server. I e-mailed the sysadmins but they say they have no DNS issue and that they won't change the server configuration. So, how can I fix this issue from my side (client side)? I have a static IP address and a hostname that points to it.
View 2 Replies
View Related
Mar 29, 2010
i'm running ubuntu (32bit) on a quad core compaq presario with 3.9gb of ram and a 500gb HDD.sometimes when i have few windows open (nautilus, firefox) and i'm watching a movie the hard drive will spin up for no reason and everything on screen will hang for a few seconds.i did a hard drive check and everything seems to be ok there. i have a geforce 8600 gt with the recommended 185 driver installed.i'm wondering what the problem is? could it be hardware?
i've noticed this is happening from time to time, no matter what i'm doing. First the computer beeps then the hard drive speeds up and everything lags.
View 9 Replies
View Related
Apr 1, 2011
Does setxkbmap configure keyboard repeat speed and delay time? If not, how do I configure it? Unfortunaly Google
View 2 Replies
View Related
Mar 2, 2011
Switching to and from insert mode in Vim is no longer instantaneous since I use tmux. After pressing Esc in insert mode, it takes a noticeable amount of time to actually get out of insert mode. After pressing Esc and any other key afterwards the switch is immediate, and the command for the key pressed after Esc is executed. Any idea what might cause this?The Vim configuration is not the problem as the delay does not occur when I run Vim outside tmux, so this is probably related to tmux somehow. I use gnome-terminal btw.
Also worth noting, it seems I can not define key bindings in tmux for Esc, my plan was to bind Esc to:bind Escape send-keys.Alas, it seems binding anything to Esc for tmux does not work. The same problem occurs in screen as well.
View 2 Replies
View Related
Mar 4, 2011
I want to configure squid delay pool for the following scenario:
Internet Connection Speed: 7Mbps
3 Types of clients
Type 1: unlimited access to bandwidth
Type 2: 1.5 Mbps
Type 3: 512 Kbps
Unlimited access ip address 192.168.4.1,2,5,10
1.5 mbps ip addresses 192.168.4.3,4,6-9,11
512 mbps ip addresses 192.168.4.12-14
How to create acl for these ip's and delay pools for above speed.
View 5 Replies
View Related
Apr 13, 2010
I have a security cam watched by a computer with Motion. on that computer i use hdparm -S 240 /dev/hdb to stop the harddrive where the pictures go from running when not used (witch is usually 2 days in a row). Now when motion is detected, the first 3 or 4 pictures are saved, and then there is a pauze for about 5 sec. before the next picture. This has to do with the hard-disk spinning up (I tried without), but I don't understand why not more pictures are held in memory until the disk is ready. how to solve this without having the disk running all days?, or what i should start reading
motion (version 3.2.9)
Debian lenny
Kernel 2.6.26-2-686
hdparm v8.9
PII with 384mb ram
[code]...
View 6 Replies
View Related
May 30, 2010
I am brand new to Ubuntu and I am trying to find out if its possible. When the laptop starts it gives me 30secs to choose windows or ubuntu? Is there anyway to change the order or the timer?
View 3 Replies
View Related
May 15, 2011
I need to restrict users if their download file size exceeds xxx amount, set later download speed to "256kbps".
OS: Centos 5.5
Squid 3.1.8
View 4 Replies
View Related
Feb 23, 2010
My first post here. I've been using Ubuntu Server edition (Hardy) happily for some time now. I use sudo regularly during configuration of new services. It always works/authorises within seconds, however, it recently became very slow, to the point of being nearly unusable. It turns out that ANY authentication request stalls in this way - in in a plain shell, X or Gnome, via VNC (and even FTP seems affected). In /var/log/auth.log I noticed a regular working pattern like this:
[Code].....
Unfortunately now, these records look the same, but the timestamps are much wider apart (minutes). The problem occured after running synaptic and dpkg-reconfigure obm-conf. I was trying to remove 'OBM' [URL] completely as I'd messed up (just OBM) while trying to fix a minor-looking misconfiguration.
I've carefully analysed which files were altered (modified) during my changes (as the problem survives a reboot), but there are no likely-looking candidates in the list (I deleted some blank lock files). I also did a wireshark capture during an authentication session and noticed that it doesn't appear to be looking off the server for information (I had likewise-open installed, but the problem exists whether that is running or not). Research in the forums hinted that this might just be as simple as a bad /etc/hosts file - but /etc/hosts has not been modified. I may have a flawed DNS, but I get fast enough responses to nslookup and can access Internet etc.
View 1 Replies
View Related
Dec 5, 2010
When sending data over the socket, the sending socket includes 0x00 after each sent byte. I wonder how this can be avoided -- I just want to transfer the data in the tx_buffer as it is.
# ./serv &
[1] 6895
# ./EUG 127.0.0.1
EUG: Data to be transmitted: 0x35 0x32 0x30 0xff 0x03 0x31
EUG: Data - #Bytes transmitted: 6
./serv: Here is the message: '5'
[Code]...
View 3 Replies
View Related
May 19, 2011
highlight text, go to where I want to paste it, click middle mouse button. The text then appears after a delay of at least a second, sometimes several. In SW13.1 and previous, the pasting was almost instantaneous. How do I get rid of this delay?
View 2 Replies
View Related
Mar 5, 2010
I'm having a problem with GDM very similar to the one described in the thread below, though they did not find a solution.
[URL]
Basically when I boot the machine I first see the terminal login, then after a moment I get what looks like some graphical corruption followed by GDM appearing.
I've already attempted reinstalling GNOME and X, then manually reinstalling GDM, but none have solved the problem. I'm currently in the process of enabling boot logging as described in the thread, so I'll post that soon.
View 11 Replies
View Related
Mar 19, 2010
Last Saturday, I ran an update on my laptop using F12 and received a new kernel. As of this morning, the new kernel hasn't shown up on my desktop, using f 11. (Yes, I check every day.) Currently, my uptime is 34 days, so you can see how long it's been since the last kernel update for F11. Does anybody know why there'd be an update for one version and not for another? In case anybody's wondering:
[joe@khorlia ~]$ uname -r
2.6.30.10-105.2.23.fc11.i586
View 2 Replies
View Related
Aug 26, 2010
Not sure if this is hardware or software so I am raising the question here. I have an Ithaca 280 printer that worked great on fedora 8 with cups 1.3.3. When I upgraded my server and installed Fedora 12 with cups 1.4.2 i noticed a 5 second delay between sending a print job to the printer and it actually printing. This issue doesnt happen with laser printers, just the ithaca thermal printer. I have tested this with 10 other ithaca 280 printers and all of them have the same result. I am using a raw driver, and it is an IP based printer setup for Jetdirect in cups. The setup is identical on a Fedora 8 server as it is on this Fedora 12 server. I have even taken the steps to upgrade to cups 1.4.4 just to see if it was corrected in a newer version, but the issue is still there. I have a utility that writes the raw text directly to the printer which i used to test that it wasnt an issue with the printer or its internal print server. That utility allows the document to print immediately.
what is causing this delay and how to correct it? If not, does anyone know how to print directly to the printer using cups instead of letting it go to the queue first like cups normally does for print jobs?
View 2 Replies
View Related
Aug 22, 2011
I just installed Fedora on my desktop (previously Ubuntu)
The root and boot partitions are on a OCZ RevoDrive, which is seen as 2 separate drives and used software raid0 for speed.
Here is a link to my bootchart, which shows a 17sec delay before anything starts.
[url]
md0 and md1 are on the RevoDrive, the boot is a raid1 partition (as i was unable to boot from a raid0 partition) and the root partition is a raid 0 partition
Code:
Any one know away to get rid of the delay at the start of the boot chart?
View 3 Replies
View Related