search for: empy

Displaying 20 results from an estimated 24 matches for "empy".

Did you mean: empty
2006 May 20
1
problem to backup some folder - folder empy
hi my script to backup my home folder BDIR=/home/$USER EXCLUDE=exclude.txt OPTS="-a -r -v -p -t --del --exclude-from=$EXCLUDE --progress" BACKUPDIR=/media/dvdrecorder rsync $OPTS $BDIR $BACKUPDIR my exclude file + .kde/ + .kde/share/ + .kde/share/apps/ + .kde/share/apps/kmail/*** + .kde/share/apps/kwallet/*** + .kde/share/apps/konqueror/*** + .kde/share/apps/kabc/*** - .** when i
2005 Aug 03
1
Voicemail Password crashing
...believe there is a problem with MWI being sent to phones and realtime databases (this may have changed since I last used Asterisk). Whenever I try to change the password for the account, the asterisk program gives a Sig fault (signal 11). I do see the voicemail.conf.new file created, but it is a empy file. I am currently utilizing the latest CVS head release(8-3-05). Below is the backtrace from the Coredump. Any help would be greatly appreciated. Reading symbols from /usr/lib/asterisk/modules/app_addon_sql_mysql.so...done. Loaded symbols for /usr/lib/asterisk/modules/app_addon_sql_mysql.so...
2001 Dec 22
2
.plan to avoid unhappy users
Hi, I am on a developpers list for mandrake: cooker@ and the rsync-servers broke which resulted in a lot of very unhappy people cause their rsync directories got empied. My idea is the following. rsync is a mirroring tool. The usual thing that happens in a mirroring tool is that packages do not disappear. You server that archive: like the linux-kernel server. And you got servers that update
2010 Jul 21
1
Redial dtmf tones randomly...asterisk 1.4.21.2
Hi, We are experiencing this issue of redial dtmf tones generated randomly in the Voip calls, we have asterisk 1.4.21.2, dahdi 2.0.2.2 and we have dtmf as rfc 2833, we have a cisco router at the location Cisco 2431, 8FXS (only one FXS is used for Fax and rest are empy) connected to the netgear switch and all the phones are connected to this switch and there are no non sip devices in the path....Also we have forced the dtmf of the fxs port to be rfc2833. In the wireshark capture attached we could see the random dtmf digits have been sent from the server side........
2002 Dec 15
0
Samba too slow with many little file
...system take about 10 minute. - The cpu is a P III 800 with 128Mbyte RAM, 20Gbyte Disk EIDE and RTL8139 NIC - All nic works with 100Mbit half duplex speed. - All ip address of client are into hosts file and no nameserver exist (the ip alias name differ from client name) - The file resolv.conf il empy - There are no other server service - all the file are forced to the same user an same group - every workstation can browse all directory without problem tanks in advance. Gio
2004 Jun 22
0
HTB: Packet header size option.
--- On Wed, 05 May 2004 14:01:28 +0100 "Andy Furniss" Wrote: > I forgot to say - if you use DSL tweaking uprate right upto the limit > with bulk traffic may not be a good idea. There are atm overheads and > thay are greater (as %) for small packets eg. htb counts empy ack as 40 > bytes but it''s 106 on wire. If people start gaming (30 small pps up > each) things may fall apart. > > AFAIK there is no MPU for HTB like there is for CBQ. > > Andy. That is a missing feature, but don''t you mean pktweight. As in the weight of ea...
2009 Oct 19
1
Combobox population by means of JQuery and Ajax.
...">Albano</option> <option value="318">AliceCastello</option> <option value="319">Arborio</option> ...'' into list_opt then the combo municipality_id correctly works, if I use options_from_collection_for_select doesn''t works (empy combobox) but that string is the same of options_from_collection_for_select then why doesn''t work ? :( Thank you, Alessandro -- Posted via http://www.ruby-forum.com/.
2011 Nov 23
1
Losing custom attributes
Hi All, I was adding a new row of data to my data frame using rbind(). I was surprised to see that after adding new row, I lost my data frame level attibute as well as col level attribute. Please help me to insert a new row at frist or middle position so that my custom attribute is not lost. Here is what I did. age<-c(15,20,18) weight<-c(40,42,30) ### creating my data frame
2004 May 04
3
shape outgoing/upload traffic PER-IP.
does anyone know a way to shape outgoing/upload traffic per ip? I have a network and i want to limit the upload with 100kbit per user. Ex: 192.168.1.20 ----> 1024kbit-DOWN / 100kbit-UP 192.168.1.21 ----> 1024kbit-DOWN / 100kbit-UP and so on....... Ive tried CBQ and HTB, but couldnt get is right. the only thing that I did in upload bases was: "tc qdisc add dev ppp0 root tbf rate
2011 Jul 05
3
problem in reading a sequence file
Dear all, I have a file with some sequence (seq.txt). I am writting following code and getting error! Can please help me? seqfile<-read.table(file="seq.txt") Warning message: In read.table(file = "seq.txt") : incomplete final line found by readTableHeader on 'seq.txt' Thanks in advance Albert -------------- next part -------------- NNNNNNNNNNATTAAAGGGC
2019 Apr 26
2
[PATCH net] vhost_net: fix possible infinite loop
...heck again. */ > + vhost_disable_notify(&net->dev, vq); > + if (!vhost_exceeds_weight(pkts, total_len)) > + return true; > + vhost_poll_queue(&vq->poll); > + } > + /* Nothing new? Wait for eventfd to tell us they refilled. */ > + return false; > +} Ring empy is not the only places that needs care. E.g for RX, we need care about overrun and when userspace is consuming the packet in the same time. So there's no need to toggle vq notification in those two. > + > static void handle_tx_copy(struct vhost_net *net, struct socket *sock) >...
2019 Apr 26
2
[PATCH net] vhost_net: fix possible infinite loop
...heck again. */ > + vhost_disable_notify(&net->dev, vq); > + if (!vhost_exceeds_weight(pkts, total_len)) > + return true; > + vhost_poll_queue(&vq->poll); > + } > + /* Nothing new? Wait for eventfd to tell us they refilled. */ > + return false; > +} Ring empy is not the only places that needs care. E.g for RX, we need care about overrun and when userspace is consuming the packet in the same time. So there's no need to toggle vq notification in those two. > + > static void handle_tx_copy(struct vhost_net *net, struct socket *sock) >...
2019 May 12
2
[PATCH net] vhost_net: fix possible infinite loop
...en)) > > > +??????????? return true; > > > +??????? vhost_poll_queue(&vq->poll); > > > +??? } > > > +??? /* Nothing new?? Wait for eventfd to tell us they refilled. */ > > > +??? return false; > > > +} > > > > > > Ring empy is not the only places that needs care. E.g for RX, we need > > care about overrun and when userspace is consuming the packet in the > > same time. So there's no need to toggle vq notification in those two. Well I just factored out code that looked exactly the same. You can add mor...
2019 May 12
2
[PATCH net] vhost_net: fix possible infinite loop
...en)) > > > +??????????? return true; > > > +??????? vhost_poll_queue(&vq->poll); > > > +??? } > > > +??? /* Nothing new?? Wait for eventfd to tell us they refilled. */ > > > +??? return false; > > > +} > > > > > > Ring empy is not the only places that needs care. E.g for RX, we need > > care about overrun and when userspace is consuming the packet in the > > same time. So there's no need to toggle vq notification in those two. Well I just factored out code that looked exactly the same. You can add mor...
2018 Feb 07
0
dovecot-2.22.33.2, segfault on empty emails
Hello! I'm using maildir format with zlib_save=bz2. Here is the way how I generate empty mails and this leads to segfault: create empty message: # echo -n "" | /usr/libexec/dovecot/dovecot-lda -d marcin at mejor.pl this creates empy email in maildir (size 14B): # ls -l 1518011524.M96165P15900.jowisz\,S\=0\,W\=0\:2\, -rwxrw----+ 1 mail mail 14 Feb 7 14:52 '1518011524.M96165P15900.jowisz,S=0,W=0:2,' # file 1518011524.M96165P15900.jowisz\,S\=0\,W\=0\:2\, 1518011524.M96165P15900.jowisz,S=0,W=0:2,: bzip2 compressed data,...
2019 May 05
0
[PATCH net] vhost_net: fix possible infinite loop
...> +??????? if (!vhost_exceeds_weight(pkts, total_len)) >> +??????????? return true; >> +??????? vhost_poll_queue(&vq->poll); >> +??? } >> +??? /* Nothing new?? Wait for eventfd to tell us they refilled. */ >> +??? return false; >> +} > > > Ring empy is not the only places that needs care. E.g for RX, we need > care about overrun and when userspace is consuming the packet in the > same time. So there's no need to toggle vq notification in those two. > > >> + >> ? static void handle_tx_copy(struct vhost_net *net, st...
2019 May 13
0
[PATCH net] vhost_net: fix possible infinite loop
...gt;>>> +??????????? return true; >>>> +??????? vhost_poll_queue(&vq->poll); >>>> +??? } >>>> +??? /* Nothing new?? Wait for eventfd to tell us they refilled. */ >>>> +??? return false; >>>> +} >>> >>> Ring empy is not the only places that needs care. E.g for RX, we need >>> care about overrun and when userspace is consuming the packet in the >>> same time. So there's no need to toggle vq notification in those two. > Well I just factored out code that looked exactly the same. >...
2006 Jan 03
2
samba, cups and cupsaddsmb
...cupsaddsmb the printer driver for the windows clients, nothing happens. No driver is copied to /var/lib/samba/printers/W32X86/3, on the console I get the message, that the driver was addedd successfully, nothing seem to be written to printers.tdb (size doesn't change and tdbbackup gives an empy file) cupsaddsmb -v -U administrator test Password for administrator required to access localhost via SAMBA: Running command: rpcclient localhost -N -U'administrator%xxxxx' -c 'setdriver test test' Succesfully set test to driver test. I tried with version 3.0.14 from sarge, 3.0.2...
2016 Dec 19
11
[Bug 99147] New: xorg hangs at initial startup on linux-4.9.0
...au 1.0.12 or 1.0.13 - libinput 1.5.3, libevdev 1.5.2 - xfce, polkit, consolekit, dbus, etc. So just after all services started and lightdm expected to appear with login screen, instead I can only see console login screen and nothing appears on tty7 also. Xorg.log.0 shows no errors, dmesg is also empy (even with debug level 4). I can't reboot system after that as Xorg has red D symbol and cannot be killed, so SysRq is used. I blacklisted nouveau driver and it helped, so I can boot to the system normally and after that I can load the nouveau module manually and even restart Xorg. Xorg.log.0...
2019 May 14
1
[PATCH net] vhost_net: fix possible infinite loop
...; > > +??????? vhost_poll_queue(&vq->poll); > > > > > +??? } > > > > > +??? /* Nothing new?? Wait for eventfd to tell us they refilled. */ > > > > > +??? return false; > > > > > +} > > > > > > > > Ring empy is not the only places that needs care. E.g for RX, we need > > > > care about overrun and when userspace is consuming the packet in the > > > > same time. So there's no need to toggle vq notification in those two. > > Well I just factored out code that looked exac...