search for: recvq

Displaying 14 results from an estimated 14 matches for "recvq".

Did you mean: recv
2006 May 11
1
Re: [PATCH] smbfs: Fix slab corruption in samba error path
...(which is the only place in smbfs where I found > ERESTARTSYS), I found the following: > > if (!timeleft || signal_pending(current)) { > /* > * On timeout or on interrupt we want to try and remove the > * request from the recvq/xmitq. > */ > smb_lock_server(server); > if (!(req->rq_flags & SMB_REQ_RECEIVED)) { > list_del_init(&req->rq_queue); > smb_rput(req); > } >...
2002 Jul 17
1
Possibly problem with case of filenames ?
...User dos filetimes = Yes create mask = 0660 preserve case = yes short preserve case = yes case sensitive =yes hide unreadable = yes [fax] browsable = yes writable = yes comment = Eingangs-Fax-Queue path = /var/spool/fax/recvq public = yes -------snipp------ I would be happy if someone on the list could tell me what's going wrong. greets Harry
2004 Sep 20
1
Samba, CUPS, or ?
...Printers ????????path = /var/spool/samba ????????public = yes ????????guest ok = yes ????????writable = no ????????printable = Yes ????????create mask = 0600 ????????browseable = No ????????printer admin = root, @ntadmins [recd-faxes] ????????comment = received faxes ????????path = /var/spool/fax/recvq ????????create mask = 0600 ????????browseable = Yes ????????read only = Yes [print$] ????????comment = Printer Drivers ????????path = /var/lib/samba/drivers ????????write list = @ntadmin root users guest ????????force group = ntadmin ????????create mask = 0664 ????????directory mask = 0775
2005 Mar 23
0
Samba, Win XP Not printing
.../usr/bin/smbprngenpdf -J '%J' -c %c -s %s -u '%u' -z %z create mask = 0600 [printers] comment = All Printers browseable = no path = /var/spool/samba printable = yes public = no writable = no create mask = 0700 [recd-faxes] comment = received faxes path = /var/spool/fax/recvq create mask = 0600 browseable = Yes read only = Yes [print$] comment = Printer Drivers path = /var/lib/samba/drivers write list = @ntadmin root users guest force group = ntadmin create mask = 0664 directory mask = 0775
2002 May 30
0
update on hung rsyncs
...like some delay/glitch/issue with NFS on the destination might be causing ocassional/random troubles for my rsync processes. It seems this NFS factor is something that people are bringing up more and more lately. Ideas? I'll try 2.5.5 with the generator patch on the destinations. SendQ and RecvQ are 0 on the source sockets. strace shows the parent rsync process on source is stuck in this endless loop: gettimeofday({1022796482, 605543}, NULL) = 0 wait4(8783, 0xbffffc48, WNOHANG, NULL) = 0 gettimeofday({1022796482, 605602}, NULL) = 0 gettimeofday({1022796482, 605626}, NULL) = 0 select(0,...
2009 Mar 16
2
t38 iax trunk
Hi all, I have a question regarding using T38 for fax sending and here is my scenario: fax -> SIP ATA (T38 enabled) -> Asterisk #1 -> IAX TRUNK -> Asterisk #2 -> SIP ATA (T38 enabled) -> fax My question is, how can I know if I'm really using T38? is T38 information coming to the other side (because of SIP to IAX conversion) or just plain g711a data? I'm using Linksys
2002 May 11
1
Why do i see "homes" twice ?
...e.sh %u %M %m %I %a %S & [homes] comment = Heimatverzeichnisse path = /home/%u read only = No create mask = 0700 [fax] browsable = yes create mode = 0644 writable = yes comment = Eingangs-Fax-Queue path = /var/spool/fax/recvq [rootdir] create mode = 0644 writable = yes path = / [data] browsable = yes create mode = 0644 writable = yes comment = Datenverzeichnis path = /data public = yes [homepages] browsable = yes create mode = 06...
2005 Jan 04
0
[2.6 patch] smbfs: make some functions static
...t? The count must never drop to zero * while it is in use. Only rput if it is ok that it is free'd. */ -void smb_rget(struct smb_request *req) +static void smb_rget(struct smb_request *req) { atomic_inc(&req->rq_count); } @@ -379,7 +381,7 @@ * Send a request and place it on the recvq if successfully sent. * Must be called with the server lock held. */ -int smb_request_send_req(struct smb_request *req) +static int smb_request_send_req(struct smb_request *req) { struct smb_sb_info *server = req->rq_server; int result;
2002 Apr 06
6
print command
.../tmp print command = /var/spool/fax/bin/faxclient [share] comment = %m browseable = yes public = yes readonly = no creat mode = 0755 directory = /share [Faxe] comment = Angenommene Faxe browseable = yes public = yes readonly = no creat mode = 0755 directory = /var/spool/fax/recvq/ Thanks a lot! Mario Ohnewald
2003 Nov 27
8
MGCP problem
Hi all, I have VOIP network built with MGCP endpoints.The manufacturer of endpoints is ASKEY. I downloaded latest Asterisk software and found it very useful for me. I configured it and it seems taht everything works OK when I am testing it with one or two endpoints. After that I tried to move Asterisk to working network and replace existing call manager. It starts working and calls are
2005 Feb 24
1
SAMBA + LDAP : Unable to Login on a domain
...========= Share Definitions ============================== [homes] comment = A la maison browseable = no writable = yes valid users = %S create mode = 0777 directory mode = 0777 force directory mode = 0777 [Faxs recus] comment = Fax en reception path = /home/services/fax/recvq read only = yes writable = no users = @users force group = users force create mode = 0664 force directory mode = 0775 [Faxs env] comment = Fax en emission path = /home/services/fax/sendq read only = yes writable = no users = @users force group = users force cr...
2008 Dec 14
5
[PATCH] AF_VMCHANNEL address family for guest<->host communication.
...hannel_desc *skb_vmchannel_desc(struct sk_buff *skb) +{ + return (struct vmchannel_desc *)skb->cb; +} + +static inline void vmchannel_desc_to_sg(struct scatterlist *sg, + struct sk_buff *skb) +{ + sg_init_one(sg, skb_vmchannel_desc(skb), sizeof(struct vmchannel_desc)); +} + +static int try_fill_recvq(void) +{ + struct sk_buff *skb; + struct scatterlist sg[2]; + int err, num = 0; + + sg_init_table(sg, 2); + for (; atomic_read(&vmc_dev.recv_posted) < max_ring_len; + atomic_inc(&vmc_dev.recv_posted)) { + skb = alloc_skb(max_packet_len, GFP_KERNEL); + if (unlikely(!skb)) + break; +...
2008 Dec 14
5
[PATCH] AF_VMCHANNEL address family for guest<->host communication.
...hannel_desc *skb_vmchannel_desc(struct sk_buff *skb) +{ + return (struct vmchannel_desc *)skb->cb; +} + +static inline void vmchannel_desc_to_sg(struct scatterlist *sg, + struct sk_buff *skb) +{ + sg_init_one(sg, skb_vmchannel_desc(skb), sizeof(struct vmchannel_desc)); +} + +static int try_fill_recvq(void) +{ + struct sk_buff *skb; + struct scatterlist sg[2]; + int err, num = 0; + + sg_init_table(sg, 2); + for (; atomic_read(&vmc_dev.recv_posted) < max_ring_len; + atomic_inc(&vmc_dev.recv_posted)) { + skb = alloc_skb(max_packet_len, GFP_KERNEL); + if (unlikely(!skb)) + break; +...
2003 Oct 19
21
Samba PDC
I'm trying to config Samba PDC using: The Unofficial Samba HOWTO but error apeared: The following error occurred attempting to join the domain MYDOMAIN: The specified network password is not correct I tried: Use Window's Group Policy Editor (gpedit.msc) to make the following changes in the Local Computer Policy\ Computer Configuration\ Windows Settings\ Security Settings\ Local