[Bug 50430] Re: nis client seems to not start at boot

2006-10-20 Thread Chris Yoder
What I am seeing with this is that the /etc/iniit.d/nis script will not
start if the network is not up, saying that it will be handled in if-
up.d

There is nothing to handle nis startup in if-up.d

-- 
nis client seems to not start at boot
https://launchpad.net/bugs/50430

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 50430] Re: nis client seems to not start at boot

2006-10-22 Thread Chris Yoder
Yes, I am positve that I have not modified the init script.

However, in the script I have, I find the following, which looks like it
would do what we are talking about.


#
#   If the network is not up yet, do not start ypbind.
#   We assume that /etc/network/ifup.d will start ypbind.
#   It doesn't matter if it already did.
#
network=`route -n | sed -ne '/^224/d' -e '/^127/d' -e '/^[0-9]/p'`
if [ "$network" = "" ]
then
return 1
fi

return 0
}

do_start ()


It turns out that this was probably not the problem I was hitting ;), but still 
an issue.

The work around should be obvious, but in case it isn't, to disable the
network check, just comment the if then segment of the code.

(The workaround is not for Mark, but for others who might see this
later.

-- 
nis client seems to not start at boot
https://launchpad.net/bugs/50430

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 50430] Re: nis client seems to not start at boot

2006-10-22 Thread Chris Yoder
That's what I get for reading code on a Sunday when kind of tired.

-- 
nis client seems to not start at boot
https://launchpad.net/bugs/50430

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68338] Re: sky2 driver stalls

2006-11-13 Thread Chris Yoder
I have a gateway laptop that this happens to.

I can force it to happen if I try to move a lot of data at once.

Strangely enough, it also takes out the switch that the laptop is
plugged into.

-- 
sky2 driver stalls
https://launchpad.net/bugs/68338

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 68338] Re: sky2 driver stalls

2007-08-29 Thread Chris Yoder
On Wed, Aug 29, 2007 at 05:50:21PM -, Sitsofe Wheeler wrote:
> Chris:
> Is this any better on a Gutsy liveCD?

I haven't tried it on a livecd, and haven't moved lots of data, since the
upgrade to gutsy.

I will do an apropriate test here in a few minutes, and let you know the
results though.

Anything specific you want me to watch?

-- 
sky2 driver stalls
https://bugs.launchpad.net/bugs/68338
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 161986] Re: kpilot crashes trying to sync; undefined symbol: _ZN16PilotAppCategory10pilotCodecE

2008-02-05 Thread Chris Yoder
I can also confirm this bug, in hardy.

However I get slightly diferent results.

When running from the kde utilities menu, it just doesn't function.
Won't sync using usb:  as the device path.

When running from the command line, it will sync, then crashes as above.

-- 
kpilot crashes trying to sync; undefined symbol: 
_ZN16PilotAppCategory10pilotCodecE
https://bugs.launchpad.net/bugs/161986
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdepim in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 68338] Re: sky2 driver stalls

2007-09-23 Thread Chris Yoder
Sitsofe:

I have not been able to force it to happen since I've upgraded to gutsy.

[EMAIL PROTECTED]:~$ uname -a
Linux clam 2.6.22-12-generic #1 SMP Thu Sep 20 18:51:18 GMT 2007 i686 GNU/Linux
[EMAIL PROTECTED]:~$ 

I'll test every so often as gutsy gets closer to release, and see if it
pops back up.

-- 
sky2 driver stalls
https://bugs.launchpad.net/bugs/68338
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68338] Re: sky2 driver stalls

2007-05-06 Thread Chris Yoder
I can still reproduce this at will, but it only happens when the link is
close to saturated.

02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8038 PCI-E Fast 
Ethernet Controller (rev 14)
Subsystem: Gateway 2000 Unknown device 0366
Flags: bus master, fast devsel, latency 0, IRQ 17
Memory at d400 (64-bit, non-prefetchable) [size=16K]
I/O ports at 2000 [size=256]
Capabilities: [48] Power Management version 2
Capabilities: [50] Vital Product Data
Capabilities: [5c] Message Signalled Interrupts: Mask- 64bit+ Queue=0/1 
Enable-
Capabilities: [e0] Express Legacy Endpoint IRQ 0

Linux clam 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
GNU/Linux

-- 
sky2 driver stalls
https://bugs.launchpad.net/bugs/68338
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68338] Re: sky2 driver stalls

2007-05-07 Thread Chris Yoder
Using rsync, move lots of data from a Solaris box, to the local system.
If I use bwlimit to limit rsync, it doesn't happen, but if I just let
rsync rip, it will happen.

I don't know how much data needs to be moved to trigger it, as it
doesn't seem consistent.

-- 
sky2 driver stalls
https://bugs.launchpad.net/bugs/68338
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68338] Re: sky2 driver stalls

2007-05-07 Thread Chris Yoder
OK, here are some more details.  If you want me to do anything specific
while the interface is hung, please let me know.

I'm pretty comfortable with debuggers and such, given what I do IRL, I
kinda wish someone would port mdb to linux though.

rsync in one window, netstat -i in another, every 60 seconds or so.

Starting netstat:

[EMAIL PROTECTED]:~$ netstat -i
Kernel Interface table
Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP TX-OVR Flg
eth0   1500 0 44812  0  0  0 7414  0  0  0 BMRU
eth1   1500 0 0  0   2446  00  0  0  0 BMU
eth1:  1500 0   - no statistics available -BMU
lo16436 030  0  0  0   30  0  0  0 LRU
[EMAIL PROTECTED]:~$ while true
> do
> sleep 60
> netstat -i
> done


Final netstat:

Kernel Interface table
Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP TX-OVR Flg
eth0   1500 0   2057052  0  0  0  1044967  0  0  0 BMRU
eth1   1500 0 0  0   2509  00  0  0  0 BMU
eth1:  1500 0   - no statistics available -BMU
lo16436 032  0  0  0   32  0  0  0 LRU
Kernel Interface table
Iface   MTU Met   RX-OK RX-ERR RX-DRP RX-OVRTX-OK TX-ERR TX-DRP TX-OVR Flg
eth0   1500 0   2057052  0  0  0  1044967  0  0  0 BMRU
eth1   1500 0 0  0   2525  00  0  0  0 BMU
eth1:  1500 0   - no statistics available -BMU
lo16436 040  0  0  0   40  0  0  0 LRU

eth1 is a Intel 3945 unconfigured.

Final rsync output and recovery:

Lynyrd_Skynyrd/Christmas_Time_Again/02_Rudolph_the_Red-Nosed_Reindeer.mp3
 2425000 100%2.36MB/s0:00:00 (xfer#659, to-check=10334/15967)
Lynyrd_Skynyrd/Christmas_Time_Again/03_Christmas_Time_Again.mp3
 4386064 100%2.21MB/s0:00:01 (xfer#660, to-check=10333/15967)
Lynyrd_Skynyrd/Christmas_Time_Again/04_Greensleeves.mp3
rsync error: unexplained error (code 130) at rsync.c(271) [generator=2.6.9]
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(271) 
[receiver=2.6.9]

real10m20.775s
user1m34.122s
sys 0m18.405s
[EMAIL PROTECTED]:/media/WD Passport$ ping mage

[EMAIL PROTECTED]:/media/WD Passport$ sudo rmmod sky2Password:
[EMAIL PROTECTED]:/media/WD Passport$ sudo modprobe sky2
[EMAIL PROTECTED]:/media/WD Passport$ ping mage
ping: unknown host mage
[EMAIL PROTECTED]:/media/WD Passport$ ping mage
PING mage(129..x) 56(84) bytes of data.
64 bytes from mage (129.x): icmp_seq=1 ttl=255 time=5.35 ms
64 bytes from mage (129..x): icmp_seq=2 ttl=255 time=0.345 ms

--- mage ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1004ms
rtt min/avg/max/mdev = 0.345/2.849/5.353/2.504 ms

-- 
sky2 driver stalls
https://bugs.launchpad.net/bugs/68338
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 68338] Re: sky2 driver stalls

2006-12-14 Thread Chris Yoder
This fix should be available in binary format for 6.10.  Not everyone
using 6.10 is capable of the download and compile fix mentioned above.

This network chipset seems to becoming far more common than it used to,
which makes getting the binary in edgy the "right thing to do" ;)

-- 
sky2 driver stalls
https://launchpad.net/bugs/68338

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 178038] Re: npviewer.bin crashed with SIGSEGV

2010-02-21 Thread Chris Yoder
I was just able to unsubscribe to this bug via launchpad.

Please try again, using the proper procedure.

On Sun, Feb 21, 2010 at 21:37, enaner  wrote:

> unsubscribe.
>
> On Sun, Feb 21, 2010 at 10:38 PM, Julian Menzie
> wrote:
>
> > me too. I would also like to unsubscribe and it won't let me. PLEASE,
> MAKE
> > IT STOP!
> >
> > On Sun, Feb 21, 2010 at 10:20 PM, Uncle Spellbinder
> > wrote:
> >
> > > This is getting old. I'd like to unsubscribe but it's not letting me.
> If
> > > an admin is reading, PLEASE unsubscribe me.
> > >
> > > Thanks.
> > >
> > > --
> > > npviewer.bin crashed with SIGSEGV
> > > https://bugs.launchpad.net/bugs/178038
> > > You received this bug notification because you are a direct subscriber
> > > of a duplicate bug.
> > >
> > > Status in “nspluginwrapper” package in Ubuntu: Confirmed
> > >
> > > Bug description:
> > > Binary package hint: nspluginwrapper
> > >
> > > nspluginwrapper crashed when loading firefox 3.0 with a bunch of tabs
> > open
> > > from last time.  Many of the tabs contained arstechnica pages with
> > embedded
> > > flash; one of these (or possibly trying to load all of them at once) is
> > > probably a good candidate culprit.
> > >
> > > This seems to happen reliably when there are multiple flash objects,
> > either
> > > on a single page or in multiple tabs.  It doesn't seem to happen with
> > just a
> > > single flash object.
> > >
> > > ProblemType: Crash
> > > Architecture: amd64
> > > Date: apr  2009
> > > DistroRelease: Ubuntu 9.04
> > > ExecutablePath: /usr/lib/nspluginwrapper/i386/linux/npviewer.bin
> > > NonfreeKernelModules: nvidia
> > > Package: nspluginwrapper 0.9.91.5-1ubuntu1
> > > PackageArchitecture: amd64
> > > ProcCmdline: /usr/lib/nspluginwrapper/i386/linux/npviewer.bin --plugin
> > > /usr/lib/flashplugin-nonfree/libflashplayer.so --connection
> > > /org/wrapper/NSPlugins/libflashplayer.so/13238-1
> > > ProcCwd: /home/raof
> > > ProcEnviron:
> > >
> > >
> >
>  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
> > >  LANG=en_AU.UTF-8
> > >  SHELL=/bin/zsh
> > > Signal: 11
> > > SourcePackage: nspluginwrapper
> > > StacktraceTop:
> > >  g_object_newv () from /usr/lib32/libgobject-2.0.so.0
> > >  g_object_new_valist () from /usr/lib32/libgobject-2.0.so.0
> > >  g_object_new () from /usr/lib32/libgobject-2.0.so.0
> > >  gdk_pixbuf_new_from_data ()
> > >  gdk_pixbuf_new () from /usr/lib32/libgdk_pixbuf-2.0.so.0
> > > Title: npviewer.bin crashed with SIGSEGV in g_object_newv()
> > > Uname: Linux CowboyLaputopu 2.6.24-2-generic #1 SMP Thu Dec 20 17:58:55
> > GMT
> > > 2007 x86_64 GNU/Linux
> > > UserGroups: adm admin audio cdrom dialout dip fax floppy fuse kvm
> lpadmin
> > > netdev plugdev powerdev pulse-rt sambashare scanner tape video
> > > SegvAnalysis:
> > >  Segfault happened at: 0xf7b088ac :  movl
> > $0x0,(%edi)
> > >  PC (0xf7b088ac) ok
> > >  source "$0x0" ok
> > >  destination "(%edi)" (0xffec) not located in a known VMA region
> > > (needed writable region)!
> > > SegvReason: writing unknown VMA
> > >
> > > To unsubscribe from this bug, go to:
> > >
> > >
> >
> https://bugs.launchpad.net/ubuntu/+source/nspluginwrapper/+bug/178038/+subscribe
> > >
> >
> > --
> > npviewer.bin crashed with SIGSEGV
> > https://bugs.launchpad.net/bugs/178038
> > You received this bug notification because you are a direct subscriber
> > of a duplicate bug.
> >
> > Status in “nspluginwrapper” package in Ubuntu: Confirmed
> >
> > Bug description:
> > Binary package hint: nspluginwrapper
> >
> > nspluginwrapper crashed when loading firefox 3.0 with a bunch of tabs
> open
> > from last time.  Many of the tabs contained arstechnica pages with
> embedded
> > flash; one of these (or possibly trying to load all of them at once) is
> > probably a good candidate culprit.
> >
> > This seems to happen reliably when there are multiple flash objects,
> either
> > on a single page or in multiple tabs.  It doesn't seem to happen with
> just a
> > single flash object.
> >
> > ProblemType: Crash
> > Architecture: amd64
> > Date: apr  2009
> > DistroRelease: Ubuntu 9.04
> > ExecutablePath: /usr/lib/nspluginwrapper/i386/linux/npviewer.bin
> > NonfreeKernelModules: nvidia
> > Package: nspluginwrapper 0.9.91.5-1ubuntu1
> > PackageArchitecture: amd64
> > ProcCmdline: /usr/lib/nspluginwrapper/i386/linux/npviewer.bin --plugin
> > /usr/lib/flashplugin-nonfree/libflashplayer.so --connection
> > /org/wrapper/NSPlugins/libflashplayer.so/13238-1
> > ProcCwd: /home/raof
> > ProcEnviron:
> >
> >
>  PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
> >  LANG=en_AU.UTF-8
> >  SHELL=/bin/zsh
> > Signal: 11
> > SourcePackage: nspluginwrapper
> > StacktraceTop:
> >  g_object_newv () from /usr/lib32/libgobject-2.0.so.0
> >  g_object_new_valist () from /usr/lib32/libgobject-2.0.so.0
> >  g_object_new () from /usr/lib32/libgobject-2.0.so.0
> >  gdk_pixbuf_new_from_data ()
> >  gdk_pixbuf_new () from /usr/lib32/libgdk_pixbuf-2.0.so.0
> > Titl

Re: [Bug 414560] Re: ath9k disassociates/reassociates a lot

2009-10-15 Thread Chris Yoder
If you "service stop network-manager" with this chipset, the connection will
last longer.  It still fades eventually, but less often.

On Thu, Oct 15, 2009 at 4:PM, Tyrael  wrote:

> The same of dhd but with a minipciexpress card integrated on Zotac ION
> Motherboard.
> Network controller: Atheros Communications Inc. AR928X Wireless Network
> Adapter (PCI-Express) (rev 01)
>
> --
> ath9k disassociates/reassociates a lot
> https://bugs.launchpad.net/bugs/414560
> You received this bug notification because you are a direct subscriber
> of the bug.
>
>

-- 
ath9k disassociates/reassociates a lot
https://bugs.launchpad.net/bugs/414560
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs