fedpkg says "fedora.client.bodhi has been deprecated."

2017-05-25 Thread Pete Zaitcev
Dear Packagers: I probably missed some kind of announcement, but this started happening unexpectedly: [zaitcev@lembas liberasurecode.master]$ fedpkg srpm /usr/lib/python2.7/site-packages/fedora/client/bodhi.py:48: DeprecationWarning: fedora.client.bodhi has been deprecated. Please use bodhi.clie

Re: F25 builds a library with AVX, causes SIGILL on AMD

2017-05-23 Thread Pete Zaitcev
On Tue, 23 May 2017 09:30:14 +0300 Benson Muite wrote: > Will this mean that repository builds will typically have poor > performance to support portability? Yes. In extreme cases, where the difference in performance is measurable, the library may need to be modified to select a proper implemen

Re: F25 builds a library with AVX, causes SIGILL on AMD

2017-05-22 Thread Pete Zaitcev
On Mon, 22 May 2017 23:00:14 -0600 Pete Zaitcev wrote: > As much as I can tell, there's nothing custom in CFLAGS in Makefile.am, > everything is inherited from RPM somehow. Here's how the actual line > looks like in Koji logs: Hate to reply to myself, but I'm an idiot

F25 builds a library with AVX, causes SIGILL on AMD

2017-05-22 Thread Pete Zaitcev
Hi, All: I'm going to re-state the problem in short, but in case, URL https://bugzilla.redhat.com/show_bug.cgi?id=1454543 - I maintain a library (liberasurecode) - It contains a call to ceill() from -lm - When Koji builds the code, something makes gcc to inline AVX - The result blows up: Program

Re: Packages FTBFS with Python 3.6

2016-12-23 Thread Pete Zaitcev
On Wed, 21 Dec 2016 00:18:47 +0100 Miro HronĨok wrote: > I've attached the list of failed packages (failed.txt). You can search python-ceilometerclient python-keystoneclient python-manilaclient python-swiftclient These are victims of python-oslo-sphinx, needs a new release: https://bugzilla.r

Re: check-buildroot blows up with a Go binary

2016-08-04 Thread Pete Zaitcev
On Thu, 4 Aug 2016 12:53:24 -0600 Jerry James wrote: > That error means that the string > "/q/zaitcev/rpms/BUILDROOT/openstack-swift-2.9.0-1.z5.x86_64" appears > in one of the files listed in %files. Grep for BUILDROOT in your > installed file tree to find the culprit(s). Jerry, thanks a lot, t

check-buildroot blows up with a Go binary

2016-08-04 Thread Pete Zaitcev
Hi, All: I'm trying to package something that's written in Go, and as soon as I have the compiled binary installed, the rpmbuild blows up like this: + /usr/lib/rpm/check-buildroot Binary file /q/zaitcev/rpms/BUILDROOT/openstack-swift-2.9.0-1.z5.x86_64/usr/lib/debug/usr/bin/hummingbird.debug mat

Re: Looking for spec A producing package B

2016-07-20 Thread Pete Zaitcev
On Wed, 20 Jul 2016 18:21:30 +0200 Stanislav Ochotnicky wrote: > First a working example: > http://pkgs.fedoraproject.org/cgit/rpms/python-beanbag.git/tree/python-beanbag.spec > > Basically no %files section without "-n ". That means no > "main rpm" will get created. Thanks a lot, I was able to

Looking for spec A producing package B

2016-07-20 Thread Pete Zaitcev
Greetings: I ended up trying to make a source package foo produce foo-server and python-foo, and it's not working: no matter what I do, some files are left unpackaged. So, does anyone know of a package doing this? The longer story is that we have openstack-swift (although it's moved to RDO now, i

Re: Packages

2015-03-02 Thread Pete Zaitcev
On Thu, 26 Feb 2015 13:07:35 -0800 Adam Williamson wrote: > I don't need it, I'm a proven packager. MUAUAUAUAAHAAHAHAHAHAHAHA Hahaha, good one. I volunteered in pkgdb before I saw this. -- P -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/de

Anyone wants Pound?

2015-03-02 Thread Pete Zaitcev
Hi, guys: I stopped using Pound for myself (replaced with stunnel + HAproxy), so I was looking at shedding its maintainership. Anyone wants to take it over or should I instigate EOL? Cheers, -- Pete -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listi

Re: GUI applications writing garbage to stdout/stderr

2015-01-19 Thread Pete Zaitcev
On Wed, 14 Jan 2015 11:22:57 +0100 Marcel Oliver wrote: > Are these considered bugs that I should file against the package? Is > there a policy that applies? I think you should file. I had in the past made maintainers of gvim (vim-X11) and evince take action to fix this. -- Pete -- devel mail

Re: F22 System Wide Change: Default Local DNS Resolver

2015-01-19 Thread Pete Zaitcev
On Wed, 14 Jan 2015 06:26:49 +1030 William B wrote: > Right now, enabled unbound and dnssec-trigger on a laptop is an > extremely difficult experience. Can you tell why you're trying that. Everyone I talk to always go unbound, unbound, unbound... WHY? Unbound is plain broken and does not work, e

Re: Dash as default shell

2014-10-10 Thread Pete Zaitcev
On Thu, 2 Oct 2014 14:12:12 +0100 "Daniel P. Berrange" wrote: > I'd be curious of the results if someone wants to take a stock Fedora 21 > install and switch /bin/sh to point to dash and report if they can still > boot & login to GNOME. I did a smaller run on a server without GNOME. Had to chage

Mongo client in Rawhide

2014-08-26 Thread Pete Zaitcev
Guys, does anyone know what's up with this (in mock_output.log): ... Start: build setup for iwhd-1.6-12.fc22.src.rpm ERROR: Exception(/var/tmp/koji/tasks/6322/7456322/local/work/cli-build/1409089719.76847.osWulSbq/iwhd-1.6-12.fc22.src.rpm) Config(f22-build-2326357-414230) 0 minutes 1

Re: unsigned char vs. signed char

2014-07-18 Thread Pete Zaitcev
On Tue, 15 Jul 2014 10:40:10 -0600 Orion Poplawski wrote: > Did you know that "char" defaults to "signed char" on x86 but "unsigned char" > on ppc and arm? I didn't. Children these days... This variety existed since the 80s. PDP-11 was signed, IBM 370 - unsigned. -- Pete -- devel mailing lis

Re: Editing rsyslog.conf from %post

2014-05-27 Thread Pete Zaitcev
On Tue, 27 May 2014 08:27:24 -0400 Matthew Miller wrote: > You could drop something into /etc/rsyslog.d/, not relying on just local0 > but also the program name. See > (http://wiki.rsyslog.com/index.php/Filtering_by_program_name) Thanks a lot, that's exactly the hint that I needed. > Is the app

Editing rsyslog.conf from %post

2014-05-23 Thread Pete Zaitcev
Greetings, All: I have a bug 1083039 where basically an application logs everything to syslog making a mess out of /var/log/messages. The logging facility is configurable and the default is local0. I'm toying with an idea of doing something like this in %post sed -e "s/cron.none[ \t]*\/var\/log

Re: default local DNS caching name server

2014-04-25 Thread Pete Zaitcev
On Thu, 10 Apr 2014 10:41:54 -0400 Chuck Anderson wrote: > [...] We need an independent, > system-wide DNS cache, and always point resolv.conf to 127.0.0.1 to > solve this fundamental design problem with how name resolution works > on a Linux system. Windows has had a default system-wide DNS ca

Re: Maybe it's time to get rid of tcpwrappers/tcpd?

2014-03-28 Thread Pete Zaitcev
On Thu, 20 Mar 2014 18:34:22 +0100 Lennart Poettering wrote: > I doubt there are many people even using them anymore, firewalls are > more comprehensive and a lot more powerful, and while every admin knows > firewalls, I figure only very few know tcpd/tcpwrap, and even fewer ever > actively make

Re: Maybe it's time to get rid of tcpwrappers/tcpd?

2014-03-28 Thread Pete Zaitcev
On Thu, 20 Mar 2014 20:05:21 +0100 Lennart Poettering wrote: > Well, all mails servers as well as sshd have much better ways to do > such filtering. sshd has "Match", The sshd's Match does not have any historic criteria (e.g. sshd does not keep a database of previous login attempts). It is not p

Re: Desktop racing problem in F20

2014-03-28 Thread Pete Zaitcev
On Fri, 28 Mar 2014 10:53:23 -0600 Stephen John Smoogen wrote: > Well I have seen all of these in the last 2 weeks on Fedora 19 so I am not > sure what exactly is going on. Thanks for sharing. Perhaps some bad updates went in? If we only see the 3 areas, it may be 3 unrelated bugs. I just asked

Desktop racing problem in F20

2014-03-28 Thread Pete Zaitcev
Dear Fedorians: Recently, I was hitting a number of odd behaviours that look like races. Filed a couple of bugs: https://bugzilla.redhat.com/show_bug.cgi?id=1082092 https://bugzilla.redhat.com/show_bug.cgi?id=1082095 But this feels unsatisfactory, because reproducibility is extremely low for a

Protection from merge commits

2013-09-11 Thread Pete Zaitcev
Dear All: I found that I pushed a merge node into Fedora git (fortunately it was only on f19 branch, not in Rawhide): commit 51eec48c20ba57054f17ba29f23e6a0aa36df9a4 Merge: ac36771 f9213a5 Author: Pete Zaitcev Date: Wed Aug 7 12:14:15 2013 -0600 Merge branch 'f19&#x

Re: Why is AHCI built-in?

2013-08-27 Thread Pete Zaitcev
On Mon, 19 Aug 2013 13:16:03 -0500 Ian Pilcher wrote: > (I want to rebuild it with LED triggers for the disk LEDs on my NAS.) Frankly this sounds like madness. You need to build a kernel, it's trivial -- just edit one of configs and rpmbuild -ba, and then you have very clear delineation of what

Re: Question about "what to do if mantainer is absent"

2013-05-15 Thread Pete Zaitcev
On Tue, 14 May 2013 20:03:41 -0500 Michael Catanzaro wrote: > Well the open model has already been tried and proven in openSUSE, and > they're still using it because it actually works really well. There > aren't usually any issues regarding overlap of work, though admittedly > that community is

Re: Do you think this is a security risk and if not is it a bad UI decision?

2013-05-08 Thread Pete Zaitcev
On Wed, 08 May 2013 10:09:13 +0200 Pierre-Yves Chibon wrote: > On Wed, 2013-05-08 at 10:10 +0200, Olav Vitters wrote: > > On Fri, May 03, 2013 at 09:03:02PM -0700, Dan Mashal wrote: > > > Let's be realistic here. The precedence they have recently set is they > > > make decisions and if you don't

Re: Do you think this is a security risk and if not is it a bad UI decision?

2013-05-03 Thread Pete Zaitcev
On Sat, 4 May 2013 05:32:18 +0100 Matthew Garrett wrote: > > I strongly disagree. The policy implication of this violation of > > tradition and expectation goes beyond Anaconda. > > If you want to change a decision, it helps if you're discussing it in a > forum that's read by the people who mad

Re: NetworkManager: do not tend missing hardware

2013-04-25 Thread Pete Zaitcev
On Thu, 25 Apr 2013 10:28:56 -0700 John Reiser wrote: > $ dmesg > Apr 25 05:56:36 localhost NetworkManager[614]: modem-manager is now > available Yeah, modem manager is irksome, although in my case it only wastes 2.3 MB. Did you try to file something like "make NM load helpers only as needed"?

Keystone on Rawhide tracebacks around sqlalchemy

2013-02-18 Thread Pete Zaitcev
Greetings: When I try to run Keystone, it blows up with this: File "/usr/lib/python2.7/site-packages/migrate/versioning/schema.py", line 10, in from sqlalchemy import exceptions as sa_exceptions ImportError: cannot import name exceptions python-sqlalchemy-0.8.0-0.1.b1.fc19.x86_64 opensta

Re: Proposed F19 Feature: Ryu - Network Operating System

2013-01-24 Thread Pete Zaitcev
On Thu, 24 Jan 2013 12:20:01 +0900 Isaku Yamahata wrote: > I suppose you're talking about the difference from plain Open vSwitch plugin. > Plain OVS plugin doesn't use OpenFlow controller. So it's rather static and > utilizes small subset of OVS. For example, it doesn't react to network usage >

Re: Proposed F19 Feature: Ryu - Network Operating System

2013-01-23 Thread Pete Zaitcev
On Wed, 23 Jan 2013 15:25:53 + Jaroslav Reznik wrote: > Currently, Ryu manages network devices by using OpenFlow. You > can say that Ryu is an OpenFlow Controller. I'm just curious about something. Not saying if we need or do not need Ryu in Fedora, I notice that Ryu attempts to insert itse

Re: Update mongodb to 2.2.0 (latest release)

2012-10-09 Thread Pete Zaitcev
On Tue, 09 Oct 2012 09:52:04 -0500 Troy Dawson wrote: > I'm pretty sure at the very least we need to update the various mongo > drivers (rubygem-mongo, pymongo, etc..) Well, I suppose can rebuild iwhd in F17 and bump Requires: mongo >= 2.2. Not ideal in a stable release, but it you think it's ok

Re: Package with no upstream (ftp)

2012-07-18 Thread Pete Zaitcev
On Wed, 18 Jul 2012 10:55:55 -0400 David Cantrell wrote: > Or forget the netkit source. I'd like to see ftp(1) replaced with the > NetBSD ftp client: > > ftp://ftp.netbsd.org/pub/NetBSD/misc/tnftp/ But we already have a yet nicer FTP client, lftp. Really not point in tinkering with the plain F

Re: [ACTION REQUIRED] Retiring packages for Fedora 18

2012-07-06 Thread Pete Zaitcev
On Fri, 6 Jul 2012 16:55:19 -0400 Bill Nottingham wrote: > Package Pound (orphan) I'm taking Pound in the interests of Swift, while we're figuring out what the standard reverse proxy in Fedora is. -- P -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/

Re: GitHub is a terrible upstream

2012-06-13 Thread Pete Zaitcev
On Mon, 23 Apr 2012 14:08:05 -0600 Orion Poplawski wrote: > %global commit bd245c9 > > Source0: > https://github.com/jukka/pcfi/tarball/%{commit}/jukka-pcfi-%{commit}.tar.gz > > %setup -q -n jukka-pcfi-%{commit} I do not understand how this is supposed to work in the face of "yum update". Su

python-webob 1.1 vs 1.2

2012-05-09 Thread Pete Zaitcev
Guys, I noticed that we started building Webob 1.1 in F17. However, I had some issues with 1.1, namely they deprecated a bunch of attributes by throwing warnings. This causes unit tests to fail and ironically the way 1.2 completely disables them with None is much easier to detect, so that code sup

Re: ARM as a primary architecture

2012-03-23 Thread Pete Zaitcev
On Fri, 23 Mar 2012 22:05:39 + Peter Robinson wrote: > Trimslice has options of SSD or HDD as well so it would be no less of > a real machine like a netwinder. > > http://trimslice.com/web/models So I see, thanks. DJ's original suggestion was too forceful in insisting on iSCSI. I also recei

Re: ARM as a primary architecture

2012-03-23 Thread Pete Zaitcev
On Fri, 23 Mar 2012 22:02:37 + "Richard W.M. Jones" wrote: > > It unfortunately shed no light on the ARM topic, because, well, > > there's ARM SoCs in all those form factors. > > Except the x86-64 high performance single threaded class :-) Rich, check this out - http://summit.openstack.org

Re: ARM as a primary architecture

2012-03-23 Thread Pete Zaitcev
On Thu, 22 Mar 2012 14:01:27 -0400 DJ Delorie wrote: > Buy a trimslice and run it with iSCSI. This is not good enough for me to become involved with Fedora on ARM. Glad it works for you, but I need a real system, like a Netwinder. -- Pete -- devel mailing list devel@lists.fedoraproject.org htt

Re: ARM as a primary architecture

2012-03-23 Thread Pete Zaitcev
On Fri, 23 Mar 2012 04:46:23 +0100 Kevin Kofler wrote: > My desktop is actually older and slower than my notebook. Yet I use the > desktop whenever I'm at home. The form factor is just more convenient. That's just what you personally prefer. I quit using desktops back in 2001, because laptop fo

Re: ARM as a primary architecture

2012-03-22 Thread Pete Zaitcev
On Tue, 20 Mar 2012 11:52:29 -0400 Peter Jones wrote: > 6) supported platforms must be fully integrated into building and > installation. Apropos that, what are the supported platforms right now? From what I know about the Fedora on ARM, they use a rather scary looking pile of development b

Re: Notice: IPv6 breaking issues tentatively considered blocker for F17

2012-03-12 Thread Pete Zaitcev
On Mon, 12 Mar 2012 13:08:24 -0500 Dan Williams wrote: > > Comcast require DHCPv6 (otherwise they can't delegate /64 automatically). > > Do they send RAs at all? If so, which (if either) of the "other" and > "managed" flags are set? If they don't, do they just expect DHCPv6 to > be magically r

Re: Notice: IPv6 breaking issues tentatively considered blocker for F17

2012-03-12 Thread Pete Zaitcev
On Sat, 10 Mar 2012 07:46:56 -0600 Chris Adams wrote: > DHCPv6 is not the only way to configure dynamic IPv6; my home network is > using SLAAC. IMHO that will probably be more common in home and other > small networks. This may be the case for the network that you or I run, but not for provider

Re: Automating the NonResponsiveMaintainers policy

2012-03-05 Thread Pete Zaitcev
On Fri, 02 Mar 2012 12:09:21 +0100 Reindl Harald wrote: > if you are working the whole month on a different component > and give no single feedback to a new reported bug you are > ending in frustrated submitters - if they get a "assigned" > they do not feel ignored This is going to end in counte

Re: Some fedora projects are still not using transifex (properly)

2012-02-21 Thread Pete Zaitcev
On Tue, 21 Feb 2012 10:20:32 +0100 Alan Pevec wrote: > Semi-related question: what's the procedure to get new language team > approved on transifex? BTW, Aeolus Image Warehouse had to dump Transifex. It was impossible to build anything without having an account there, and that was unacceptable,

Re: serious conflicts between python pks installed via yum vs pip

2012-02-10 Thread Pete Zaitcev
On Fri, 10 Feb 2012 11:32:31 -0500 Neal Becker wrote: > I've seen this repeatedly, with often very serious consequences (complete > failure of update from f15->f16 for example). Yeah... My answer to this was: \o/ PACKAGE ALL THE THNGS !!! O// So I got git-review included into Fedora, wh

Re: F17 heads up: gnome-shell for everyone!

2011-11-06 Thread Pete Zaitcev
On Fri, 04 Nov 2011 18:23:02 +0100 Kevin Kofler wrote: > > If I filed every bug in the distro in upstream I'd have a dozen > > different bugzilla accounts by now. > > So what? Maintainers are not messengers, they have other work to do than > forwarding the bugs you're too lazy to file directly

Re: Anaconda memory requirements

2011-08-20 Thread Pete Zaitcev
On Sat, 20 Aug 2011 11:31:55 -0700 John Reiser wrote: > > How much memory will anaconda require to install Fedora 16? > > Anaconda requires 768MB, and more (>=1GB) if there is no swap partition. It is not just Anaconda. F15 GA kernel would not even uncompress initramfs on anything below 1GB.

Re: F15's /usr/include/rpc has disappeared; uncompilable

2011-05-30 Thread Pete Zaitcev
On Sat, 7 May 2011 16:00:36 +0100 "Richard W.M. Jones" wrote: > > > * The RPC implementation in libc is obsoleted. Old programs keep working > > > but new programs cannot be linked with the routines in libc anymore. > > > Programs in need of RPC functionality must be linked against TI-RPC. >

Re: F15's /usr/include/rpc has disappeared; uncompilable

2011-05-05 Thread Pete Zaitcev
On Thu, 05 May 2011 15:39:21 +0200 Jim Meyering wrote: > Reported as http://bugzilla.redhat.com/702366 > and http://bugzilla.redhat.com/702354 Well, here's NEWS: > * The RPC implementation in libc is obsoleted. Old programs keep working > but new programs cannot be linked with the routines i

Re: tomboy orphaned

2011-04-30 Thread Pete Zaitcev
On Thu, 28 Apr 2011 14:08:05 +0800 Steven Yong wrote: > On Apr 27, 2011 11:30 PM, "Ray Strode" wrote: > I use it everyday and I am a C/C++ programmer. What is the requirement for > the role? Just use Gnote. It being in C++ you can even maintain it for Fedora. -- Pete -- devel mailing list dev

Re: Firefox 4 for f14?

2011-03-23 Thread Pete Zaitcev
On Wed, 23 Mar 2011 20:36:33 -0400 Genes MailLists wrote: > On 03/23/2011 07:58 PM, Kevin Kofler wrote: > > Jochen Schmitt wrote: > >> If you want to get firefox4 on Fedora 14 now, the only way is to use > >> the private firefox4 repository on >Or you can simply download it direct from mozil

Re: debugfs query

2011-01-31 Thread Pete Zaitcev
On Fri, 28 Jan 2011 11:19:22 -0500 Kyle McMartin wrote: > On Fri, Jan 28, 2011 at 10:36:20AM +, Steven Whitehouse wrote: > > Currently Fedora doesn't automatically mount debugfs at boot time. So I > > thought that it might be worth asking whether this should be the case? > > systemd seems to

Re: Shrinking terminals in rawhide

2011-01-17 Thread Pete Zaitcev
Apropos terminals, did you have a chance to stop them spewing an error message on every keypress/release? Or am I a freak of nature to even read ~/.xsession-errors in the first place? -- Pete -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/deve

Re: How to filter posts on planet.fedoraproject.org?

2011-01-16 Thread Pete Zaitcev
On Sun, 16 Jan 2011 16:10:59 +0300 "Pavel Alexeev (aka Pahan-Hubbitus)" wrote: > But I'm wondering how I can filter records which I read via RSS by > language!? Planet was insufferable like this for years now. I gave up some time in 2006 and simply subscribed in Liferea to feeds themselves. You

Re: Local system security

2011-01-05 Thread Pete Zaitcev
On Wed, 05 Jan 2011 16:13:25 -0500 Adam Jackson wrote: > But prevention of DoS on the part of local actors is just not a game you > can win. If nothing else, remember that the way Linux implements > malloc() assumes you have infinite memory, which means you overcommit > resources, which means fa

Re: Introducing wicked

2010-11-26 Thread Pete Zaitcev
On Fri, 26 Nov 2010 10:24:34 +0100 Olaf Kirch wrote: > 3. Why not NetworkManager? > > On the other hand, there's NetworkManager (and I'm getting to this point > because Pete Zaitcev brought this up). Right now, NetworkManager doesn't > handle bridges, bonds, infin

Re: Introducing wicked

2010-11-25 Thread Pete Zaitcev
On Thu, 25 Nov 2010 20:29:30 + "Richard W.M. Jones" wrote: > On Thu, Nov 25, 2010 at 05:24:37PM +0100, Olaf Kirch wrote: > > You may ask, don't we have enough of those already? Don't we have > > NetworkManager, connman, netcf, and a few more? > > Indeed ... You don't explain how it's better

Re: fedora mission (was Re: systemd and changes)

2010-08-27 Thread Pete Zaitcev
On Fri, 27 Aug 2010 17:54:37 -0400 Matthias Clasen wrote: > Your attack is misguided, Jon. It is very much our responsibility to > inform users that the software they install or use is no longer actively > supported. Inform, sure. But Kevin proposed an installer that would "just refuse to instal

Re: usb_modeswitch by default

2010-03-08 Thread Pete Zaitcev
On Fri, 05 Mar 2010 22:27:48 -0800 Dan Williams wrote: > > > I have taken over the maintainership from Robert, and the new > > > usb_modeswitch rpms are in rawhide now. > > > > And F-13? > > I'm pushing for F13 and F12 at least :) I usually end up getting the > bugs when modems don't switch, I

Re: usb_modeswitch by default

2010-03-04 Thread Pete Zaitcev
On Thu, 4 Mar 2010 12:46:35 -0800 Matthew Dharm wrote: > > > The problem is that there are a ton more devices that need modeswitching > > > than just Huawei, and upstream USB developers are refusing to take > > > patches that add more devices to the kernel modeswitching code because > > > they as

Re: usb_modeswitch by default

2010-03-04 Thread Pete Zaitcev
On Thu, 04 Mar 2010 09:00:12 -0800 Dan Williams wrote: > The problem is that there are a ton more devices that need modeswitching > than just Huawei, and upstream USB developers are refusing to take > patches that add more devices to the kernel modeswitching code because > they assert it should b

Re: usb_modeswitch by default

2010-03-04 Thread Pete Zaitcev
On Thu, 04 Mar 2010 01:50:21 +0530 Rahul Sundaram wrote: (adding linux-usb to cc:, see below) > Increasingly a number of broadband connections require usb_modeswitch to > connect online > > http://who-t.blogspot.com/2010/03/vodafone-australia-mobile-broadband-and.html > > Any opposition to add