Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 150791
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Michael <darksoul@vice.ii.uj.edu.pl>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 150791 depends on: Show dependency tree
Bug 150791 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-10 12:15 0000
tun interface when using openvpn to set it up has txqueuelen 0 which makes it
unusable while setting by usermode-utilities, txqueuelen 100 (iirc). openvpn
has option to set it --txqueuelen which is not used by baselayout script
tuntap.sh

------- Comment #1 From Roy Marples (RETIRED) 2006-10-10 14:03:26 0000 -------
openvpn defaults to a txqueuelen of 100 - if this is not the case then
something else is creating your tun interface.

------- Comment #2 From Michael 2006-11-07 03:31:35 0000 -------
(In reply to comment #1)
> openvpn defaults to a txqueuelen of 100 - if this is not the case then
> something else is creating your tun interface.
> 

No it's gentoo net scripts, i have only openvpn for creating tun/tap, no
umlutils.

/etc/conf.d/net

tuntap_tap0="tap"
config_tap0=( "null" )

(setting ip does not help)

/etc/init.d/net.tap0 start
ifconfig
tap0      Link encap:Ethernet  HWaddr AA:6D:66:5A:2C:3E 
...
          collisions:0 txqueuelen:0

I've checked briefly openvpn sources and there is txqueuelen 100 as docs says
but this do not work, I've set up manualy what net scripts do:

openvpn --mktun --dev-type "tap" --dev "tap0"

still the same
...           collisions:0 txqueuelen:0

It's look like upstream bug.

------- Comment #3 From Roy Marples (RETIRED) 2006-11-08 06:10:48 0000 -------
Yeah, openvpn bug.

Fixed in 2.0.7-r1 and 2.1_rc1-r1

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug