Re: apt-get / aptitude [g]libc update not to prompt for restart and not restart

2015-01-29 Thread Pascal Hambourg
Mihamina RAKOTOMANDIMBY a écrit : > > Digging into the apt-get or aptitude documentation, I miss the right > option in order to make it upgrade libc & libc-bin without restarting > the services and without asking what to do. AFAIK, that's the default. I have never seen apt-get restarting or ask

Re: apt-get / aptitude [g]libc update not to prompt for restart and not restart

2015-01-29 Thread Mihamina RAKOTOMANDIMBY
On 01/29/2015 04:14 PM, Renaud (Ron) OLGIATI wrote: On Thu, 29 Jan 2015 15:50:12 +0300 Mihamina RAKOTOMANDIMBY wrote: I'm going to massively upgrade some ghost-vulnerable machines. Digging into the apt-get or aptitude documentation, I miss the right option in order to make it upgrade libc &

Re: apt-get / aptitude [g]libc update not to prompt for restart and not restart

2015-01-29 Thread Lisi Reisz
On Thursday 29 January 2015 13:35:49 Gene Heskett wrote: > To get the fixes into use, you MUST > reboot, no way around it.  To do otherwise WILL leave the machine > vulnerable. No, you do not necessarily have to reboot. As various people have said, you can restart individual services; and you ca

Re: apt-get / aptitude [g]libc update not to prompt for restart and not restart

2015-01-29 Thread Gene Heskett
On Thursday 29 January 2015 07:50:12 Mihamina RAKOTOMANDIMBY did opine And Gene did reply: > Hi all > > I'm going to massively upgrade some ghost-vulnerable machines. > > Digging into the apt-get or aptitude documentation, I miss the right > option in order to make it upgrade libc & libc-bin with

Re: apt-get / aptitude [g]libc update not to prompt for restart and not restart

2015-01-29 Thread Ron
On Thu, 29 Jan 2015 15:50:12 +0300 Mihamina RAKOTOMANDIMBY wrote: > I'm going to massively upgrade some ghost-vulnerable machines. > > Digging into the apt-get or aptitude documentation, I miss the right > option in order to make it upgrade libc & libc-bin without restarting > the services and

apt-get / aptitude [g]libc update not to prompt for restart and not restart

2015-01-29 Thread Mihamina RAKOTOMANDIMBY
Hi all I'm going to massively upgrade some ghost-vulnerable machines. Digging into the apt-get or aptitude documentation, I miss the right option in order to make it upgrade libc & libc-bin without restarting the services and without asking what to do. Would you know the right option? Thank

Re: How can g++ (stable) be incompatible with a fresh stable install?

2015-01-09 Thread The Wanderer
On 01/09/2015 at 03:57 PM, Sven Hartge wrote: > Kynn Jones wrote: > >> On Thu, Jan 8, 2015 at 7:18 PM, Sven Hartge >> wrote: >> >>> Kynn Jones wrote: >>> Your priorities for the different versions seem off. Security >>> should have to same priority as stable, not a higher one. >>> >>> And s

Re: How can g++ (stable) be incompatible with a fresh stable install?

2015-01-09 Thread Sven Hartge
Kynn Jones wrote: > On Thu, Jan 8, 2015 at 7:18 PM, Sven Hartge wrote: >> Kynn Jones wrote: >>> libc6-dev: >>> Installed: (none) >>> Candidate: 2.13-38+deb7u4 >>> Version table: >>> 2.19-13 0 >>> 750 http://debian.csail.mit.edu/debian/ testing/main amd

Re: How can g++ (stable) be incompatible with a fresh stable install?

2015-01-09 Thread Kynn Jones
On Thu, Jan 8, 2015 at 7:18 PM, Sven Hartge wrote: > Kynn Jones wrote: > >> libc6-dev: >> Installed: (none) >> Candidate: 2.13-38+deb7u4 >> Version table: >> 2.19-13 0 >> 750 http://debian.csail.mit.edu/debian/ testing/main amd64 >> Packages >>

Re: How can g++ (stable) be incompatible with a fresh stable install?

2015-01-08 Thread Sven Hartge
Kynn Jones wrote: > libc6-dev: > Installed: (none) > Candidate: 2.13-38+deb7u4 > Version table: > 2.19-13 0 > 750 http://debian.csail.mit.edu/debian/ testing/main amd64 > Packages > 750 http://ftp.us.debian.org/debian/ testing/main amd64 Pac

Re: How can g++ (stable) be incompatible with a fresh stable install?

2015-01-08 Thread Sven Hartge
uch easier than I'd imagined. All I had to do was run > aptitude install libc6=2.13-38+deb7u4 > ...and answer a couple of straightforward questions on how to handle > one dependency. > After downgrading libc6, the installation of g++ went without a hitch. Congratulation, you just made

Re: How can g++ (stable) be incompatible with a fresh stable install?

2015-01-08 Thread Kynn Jones
ude install libc6=2.13-38+deb7u4 ...and answer a couple of straightforward questions on how to handle one dependency. After downgrading libc6, the installation of g++ went without a hitch. And all was clarity and reason once more... -- To UNSUBSCRIBE, email to debian-user-requ...@lis

Re: How can g++ (stable) be incompatible with a fresh stable install?

2015-01-08 Thread Kynn Jones
On Thu, Jan 8, 2015 at 11:30 AM, Sven Joachim wrote: > On 2015-01-08 15:14 +0100, Kynn Jones wrote: >> 4. The key dependecy chain behind the error shown above goes like this: >> >> g++ depends on >> g++-4.7 (>= 4.7.2-1~) depends on >> libst

Re: How can g++ (stable) be incompatible with a fresh stable install?

2015-01-08 Thread Lisi Reisz
On Thursday 08 January 2015 16:30:49 Sven Joachim wrote: > On 2015-01-08 15:14 +0100, Kynn Jones wrote: > > I just did an install from debian-7.7.0-amd64-netinst.iso on my laptop. > > > > When I attempt to install g++, I get the following > > >

Re: How can g++ (stable) be incompatible with a fresh stable install?

2015-01-08 Thread Sven Joachim
On 2015-01-08 15:14 +0100, Kynn Jones wrote: > I just did an install from debian-7.7.0-amd64-netinst.iso on my laptop. > > When I attempt to install g++, I get the following > > # apt-get -y install g++ > ... > Some packages could not be installed. This m

How can g++ (stable) be incompatible with a fresh stable install?

2015-01-08 Thread Kynn Jones
I've run into a situation I find deeply puzzling, so I'm now in a desperate quest for understanding... I just did an install from debian-7.7.0-amd64-netinst.iso on my laptop. When I attempt to install g++, I get the following # apt-get -y install g++ ... Some packages co

Re: C++ compiler g++-4.9

2014-12-12 Thread berenger . morel
Le 10.12.2014 13:23, Nick Mpallas a écrit : Hi guys, I am building a platform and I need to compile apache mesos from sources. The issue is that the guys the require support for specific c++11 features that in the 4.7 compiler currently supported by debian aren't there. Will the g++ com

RE: C++ compiler g++-4.9

2014-12-12 Thread berenger . morel
debian aren't there. Will the g++ compiler will be updated? The versions in each release don't get updated, that's part of what makes it "stable". That and the fact that Debian tries to use a version of the software that has been out for a while and has proven to

RE: C++ compiler g++-4.9

2014-12-11 Thread Bonno Bloksma
Hi, > On 12/10/2014 01:23 PM, Nick Mpallas wrote: >> I am building a platform and I need to compile apache mesos from >> sources. The issue is that the guys the require support for specific >> c++11 features that in the 4.7 compiler currently supported by debian >&g

Re: C++ compiler g++-4.9

2014-12-10 Thread Maximiliano Curia
On 12/10/2014 01:23 PM, Nick Mpallas wrote: > I am building a platform and I need to compile apache mesos from sources. The > issue is that the guys the require support for specific c++11 features that in > the 4.7 compiler currently supported by debian aren't there. Will the g++ &

Re: C++ compiler g++-4.9

2014-12-10 Thread Kumar Appaiah
ed by debian aren't there. Will >the g++ compiler will be updated?We would like to use debian as the >backbone operating system for our cluster. Your hint would be to check the g++ package. >From what I can tell, the testing g++ package is, indeed, g++-4.9, from https://packages

Re: C++ compiler g++-4.9

2014-12-10 Thread Florent Peterschmitt
Le 2014-12-10 13:23, Nick Mpallas a écrit : > Hi guys, > I am building a platform and I need to compile apache mesos from sources. The > issue is that the guys the require support for specific c++11 features that > in the 4.7 compiler currently supported by debian aren't

C++ compiler g++-4.9

2014-12-10 Thread Nick Mpallas
Hi guys, I am building a platform and I need to compile apache mesos from sources. The issue is that the guys the require support for specific c++11 features that in the 4.7 compiler currently supported by debian aren't there. Will the g++ compiler will be updated?We would like to use debi

Re: Allow user to execute "repquota -g /"

2014-09-25 Thread Ondrej Flidr
You can use sudo, just set /etc/sudoers (editable by command visudo) to allow that user(s) run this command as root. Ondřej Flídr Server Ninja BrandEmbassy Ltd. www.brandembassy.com On 25.9.2014 12:03, Luigi Cirillo wrote: Hello, I need to allow an user to execute "repquota -g /&qu

Allow user to execute "repquota -g /"

2014-09-25 Thread Luigi Cirillo
Hello, I need to allow an user to execute "repquota -g /" from a script without superuser permissions on debian Wheezy. The user cannot access to the file //aquota.group so I tried to create a group "quotarep" but the root cannot chown the file: ##

Re: openssl 101-g not in packages.gz

2014-04-08 Thread Sven Joachim
On 2014-04-08 20:49 +0200, Hans wrote: >> It should happen with the next mirror push. For some reason neither >> jessie nor sid have seen updates this afternoon yet, at least not on >> ftp.de.debian.org. >> >> Cheers, >>Sven > Hi Sven. > > This was exactly the server I was looking at. I

Re: openssl 101-g not in packages.gz

2014-04-08 Thread Erwan David
Le 08/04/2014 20:55, Erwan David a écrit : > Le 08/04/2014 20:49, Hans a écrit : >>> It should happen with the next mirror push. For some reason neither >>> jessie nor sid have seen updates this afternoon yet, at least not on >>> ftp.de.debian.org. >>> >>> Cheers, >>>Sven >> Hi Sven. >> >>

Re: openssl 101-g not in packages.gz

2014-04-08 Thread Erwan David
Le 08/04/2014 20:49, Hans a écrit : >> It should happen with the next mirror push. For some reason neither >> jessie nor sid have seen updates this afternoon yet, at least not on >> ftp.de.debian.org. >> >> Cheers, >>Sven > Hi Sven. > > This was exactly the server I was looking at. I just

Re: openssl 101-g not in packages.gz

2014-04-08 Thread Hans
> It should happen with the next mirror push. For some reason neither > jessie nor sid have seen updates this afternoon yet, at least not on > ftp.de.debian.org. > > Cheers, >Sven Hi Sven. This was exactly the server I was looking at. I just wondered, because someone told at heise.de f

Re: openssl 101-g not in packages.gz

2014-04-08 Thread Sven Joachim
On 2014-04-08 20:25 +0200, Hans wrote: > Maybe I am wrong, but it looks like the fixed openssl 101-g is in the repo, > but > not in the packages.gz of debian/jessie. > > So (if I see this correct), debian/jessie will not see and update the newest > version. It should ha

openssl 101-g not in packages.gz

2014-04-08 Thread Hans
Hello, Maybe I am wrong, but it looks like the fixed openssl 101-g is in the repo, but not in the packages.gz of debian/jessie. So (if I see this correct), debian/jessie will not see and update the newest version. But maybe I am wrong and the error is here on my system, who knows. Kind

Re: Help: 'g++ -m32 ...' does not find

2014-01-03 Thread Thomas Vaughan
Thanks! That worked. On Thu, Jan 2, 2014 at 11:35 AM, Sven Joachim wrote: > On 2014-01-02 19:22 +0100, Thomas Vaughan wrote: > > > Using Debian unstable and default g++ (4.8.2), I am recently unable to > > build a project that was building a few weeks ago. > > > &g

Re: Help: 'g++ -m32 ...' does not find

2014-01-02 Thread Sven Joachim
On 2014-01-02 19:22 +0100, Thomas Vaughan wrote: > Using Debian unstable and default g++ (4.8.2), I am recently unable to > build a project that was building a few weeks ago. > > ---BEGIN SNIPPET FROM BUILD LOG--- > libtool: compile: g++ ... -m32 -fmessage-length=0 -O0 -fPIC

Help: 'g++ -m32 ...' does not find

2014-01-02 Thread Thomas Vaughan
Using Debian unstable and default g++ (4.8.2), I am recently unable to build a project that was building a few weeks ago. ---BEGIN SNIPPET FROM BUILD LOG--- libtool: compile: g++ ... -m32 -fmessage-length=0 -O0 -fPIC -ggdb3 -fvar-tracking-assignments -W -Wall -Wconversion -Wshadow -Wcast-align

Re: gksudo -u user2 /usr/bin/links2 -g

2013-10-04 Thread Bob Proulx
Marko Randjelovic wrote: > > > gksudo -u user2 /usr/bin/links2 -g # does not work > > > > Needs a terminal. How can it work without one? It can't. Right at > > this point is where thing went wrong for you. links2 reads stdin and > > writes stdout an

Re: gksudo -u user2 /usr/bin/links2 -g

2013-10-04 Thread Marko Randjelovic
> > gksudo -u user2 /usr/bin/links2 -g # does not work > > Needs a terminal. How can it work without one? It can't. Right at > this point is where thing went wrong for you. links2 reads stdin and > writes stdout and expects TERM to tell it what type of terminal escape &

Re: gksudo -u user2 /usr/bin/links2 -g

2013-10-04 Thread Bob Proulx
Marko Randjelovic wrote: > gksudo -u user2 /usr/bin/epiphany-browser -g # works Epiphany opens its own graphics window. gksudo is designed for applications like epiphany that open its own window. > sudo -u user2 /usr/bin/links2 -g # works Sure. That just runs in the same terminal you s

gksudo -u user2 /usr/bin/links2 -g

2013-10-04 Thread Marko Randjelovic
I have a strange problem. The command is not working. If use ordinary sudo or epiphany, then it does work. gksudo -u user2 /usr/bin/links2 -g # does not work gksudo -u user2 /usr/bin/epiphany-browser -g # works sudo -u user2 /usr/bin/links2 -g # works In terminal, when I run those commands

Re: why g++ this not compile

2012-06-19 Thread Zbigniew Komarnicki
On Tuesday 19 of June 2012 18:40:53 you wrote: > There is a work a round (included for completeness). > > //instead of these 2 lines > > > e.C::A::out(); > > e.D::A::out(); > > //use the following (obvious work a round for the previous 2 line, though > it should be unnecessary) > // C c=e; >

Re: why g++ this not compile

2012-06-19 Thread Robert Baron
There is a work a round (included for completeness). On Tue, Jun 19, 2012 at 9:15 AM, Zbigniew Komarnicki wrote: > Hello > > Why this below program do not compile under g++. > What is the reason, that g++ do not compile ? > > //--

Re: why g++ this not compile

2012-06-19 Thread Mateusz Łukasik
On 19/06/12 15:15, Zbigniew Komarnicki wrote: Hello Why this below program do not compile under g++. What is the reason, that g++ do not compile ? //-- // file: problem.cpp #include using namespace std; class A { public: void out() { cout

why g++ this not compile

2012-06-19 Thread Zbigniew Komarnicki
Hello Why this below program do not compile under g++. What is the reason, that g++ do not compile ? //-- // file: problem.cpp #include using namespace std; class A { public: void out() { cout << "A" << endl; } }; clas

Re: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01) without proprietary firmware

2012-02-29 Thread Andrei POPESCU
On Mi, 29 feb 12, 23:57:14, Stayvoid wrote: > > "To make the firmware work properly you need at least 2 more files that > > must be extracted from original Broadcom drivers: b0g0bsinitvals5.fw and > > b0g0initvals5.fw." > Could you provide an installation guide for OpenFWWF? > I want to test it mys

Re: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01) without proprietary firmware

2012-02-29 Thread Stayvoid
> "To make the firmware work properly you need at least 2 more files that > must be extracted from original Broadcom drivers: b0g0bsinitvals5.fw and > b0g0initvals5.fw." Could you provide an installation guide for OpenFWWF? I want to test it myself. Maybe those guys didn't have a chance to test my

Re: Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01) without proprietary firmware

2012-02-22 Thread Andrei POPESCU
On Mi, 22 feb 12, 16:45:28, Stayvoid wrote: > Hi there! > > I'm trying to configure wlan on my laptop. I've found several guides > on the topic, but all of them require to install non-free software. > [1, 2] I'm looking for a way to make it work without proprietary > software. Someone told me that

Broadcom Corporation BCM43224 802.11a/b/g/n (rev 01) without proprietary firmware

2012-02-22 Thread Stayvoid
Hi there! I'm trying to configure wlan on my laptop. I've found several guides on the topic, but all of them require to install non-free software. [1, 2] I'm looking for a way to make it work without proprietary software. Someone told me that it's possible with OpenFWWF. [3] But I have no experien

Re: OT: g++ ignoring try/catch blocks?

2011-12-27 Thread Roger Leigh
On Tue, Dec 27, 2011 at 09:36:10AM -0600, Nate Bargmann wrote: > As a bit of background, the tutorial is written some years ago and I > have found the C++ standard has tightened a few things which has > enhanced my learning! Also, the author uses MS VC++ even though the > book is aimed at the C++

Re: OT: g++ ignoring try/catch blocks?

2011-12-27 Thread Nate Bargmann
Indeed, Roger, an excellent explanation. Thank you very much. As a bit of background, the tutorial is written some years ago and I have found the C++ standard has tightened a few things which has enhanced my learning! Also, the author uses MS VC++ even though the book is aimed at the C++ standar

Re: OT: g++ ignoring try/catch blocks?

2011-12-27 Thread hvw59601
that g++ on Sid is quitting at the divide by zero statement and seemingly ignoring the try/catch blocks. A divide by zero generates a SIGFPE (floating point exception), whose default action is to immediately terminate the process. It's important to note that this is /not/ a C++ exception, i

Re: OT: g++ ignoring try/catch blocks?

2011-12-27 Thread Roger Leigh
On Tue, Dec 27, 2011 at 08:16:00AM -0600, Nate Bargmann wrote: > I am working through a C++ tutorial and have arrived at the chapter on > exception handling. The example program sets up a try{} catch() {} set > of blocks for catching a divide by zero exception. The problem is that >

OT: g++ ignoring try/catch blocks?

2011-12-27 Thread Nate Bargmann
I am working through a C++ tutorial and have arrived at the chapter on exception handling. The example program sets up a try{} catch() {} set of blocks for catching a divide by zero exception. The problem is that g++ on Sid is quitting at the divide by zero statement and seemingly ignoring the

Re: Debian 6.0.3 i386 - g++ hello.cpp - error: iostream.h: No such file or directory

2011-12-22 Thread David Christensen
On 12/21/2011 07:34 PM, Ashton Fagg wrote: I've used "Big C++" by Cay Horstmann and Timothy Budd. It's great if you're just starting off but it also includes a fair bit of more advanced stuff also. It was a prescribed text book for one of my university subjects and I must confess it's very nice -

Re: Debian 6.0.3 i386 - g++ hello.cpp - error: iostream.h: No such file or directory

2011-12-21 Thread Ashton Fagg
so. It was a prescribed text book for one of my university subjects and I must confess it's very nice - I'm definitely keeping my copy! Any book that centres on g++ should be fine though. Hope that helps. Ashton -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org wi

Re: Debian 6.0.3 i386 - g++ hello.cpp - error: iostream.h: No such file or directory

2011-12-21 Thread David Christensen
On 12/21/2011 06:26 PM, Bob Proulx wrote: The problem is that C++ has changed significantly over the years. You are operating from obsolete documentation. The new names for the header files no longer contain a .h on the end. Try compiling this program instead. #include int main () { std::cou

Re: Debian 6.0.3 i386 - g++ hello.cpp - error: iostream.h: No such file or directory

2011-12-21 Thread Bob Proulx
David Christensen wrote: > I'm attempting to compile C++ "hello, world!" on Debian 6.0.3 i386 > and seem to be missing iostream.h (?). libstdc++6 seems to be > installed (?). Do I need one of these packages? No. The problem is that C++ has changed significantly over the years. You are operatin

Debian 6.0.3 i386 - g++ hello.cpp - error: iostream.h: No such file or directory

2011-12-21 Thread David Christensen
=path&suite=stable&arch=i386 Please see console session, below. Any suggestions? TIA, David 2011-12-21 17:30:10 dpchrist@p43400e ~/sandbox/cpp $ g++ hello.cpp hello.cpp:1:22: error: iostream.h: No such file or directory hello.cpp:3: error: '::main' must return 'int&#

Re: [OT] errors with g++-4.5 not with g++-4.4

2011-03-13 Thread Hugo Vanwoerkom
Axel Freyn wrote: Hi Hugo, Thanks Axel. It is stranger yet: 1. mutrec is defined in aa.cpp 2. It is used as extern in mc.cpp, grafrs.cpp and setfile.cpp 3. But g++-4.5 only finds undefined referenes in mc.cpp and grafrs.cpp, *not* in setfile.cpp 4. Yet the extern for mutrec is defined in

Re: [OT] errors with g++-4.5 not with g++-4.4

2011-03-13 Thread Axel Freyn
Hi Hugo, > > > > Thanks Axel. It is stranger yet: > > 1. mutrec is defined in aa.cpp > > 2. It is used as extern in mc.cpp, grafrs.cpp and setfile.cpp > > 3. But g++-4.5 only finds undefined referenes in mc.cpp and grafrs.cpp, > > *not* in setfile.cpp

Re: [OT] errors with g++-4.5 not with g++-4.4

2011-03-13 Thread Axel Freyn
>>> >>> I have a C++ project ( http://gpc-qt.sourceforge.net/ ) that consists >>> of more than 103 C++ sourcefiles (1000's of lines of code) that get >>> copiled into a single executable. >>> >>> Suddenly using the g++-4.5 compiler it produces

Re: [OT] errors with g++-4.5 not with g++-4.4

2011-03-12 Thread Hugo Vanwoerkom
ingle executable. Suddenly using the g++-4.5 compiler it produces an error in the link phase: ... grafrs.cpp:(.text+0x355d): undefined reference to `mutrec' ... But when I use the g++-4.4 compiler everything compiles and links without error, like it has for years with previous C++ compilers. I

Re: [OT] errors with g++-4.5 not with g++-4.4

2011-03-12 Thread Hugo Vanwoerkom
t get copiled into a single executable. Suddenly using the g++-4.5 compiler it produces an error in the link phase: ... grafrs.cpp:(.text+0x355d): undefined reference to `mutrec' ... But when I use the g++-4.4 compiler everything compiles and links without error, like it has for years wit

Re: [OT] errors with g++-4.5 not with g++-4.4

2011-03-12 Thread Sven Joachim
a single executable. > > Suddenly using the g++-4.5 compiler it produces an error in the link phase: > > ... > grafrs.cpp:(.text+0x355d): undefined reference to `mutrec' > ... > > But when I use the g++-4.4 compiler everything compiles and links > without error, like it has

Re: [OT] errors with g++-4.5 not with g++-4.4

2011-03-12 Thread Axel Freyn
code) that get copiled > into a single executable. > > Suddenly using the g++-4.5 compiler it produces an error in the link phase: > > ... > grafrs.cpp:(.text+0x355d): undefined reference to `mutrec' > ... > > But when I use the g++-4.4 compiler everything compiles

[OT] errors with g++-4.5 not with g++-4.4

2011-03-12 Thread Hugo Vanwoerkom
Hi, I am looking for your opinion as to whose bug this is. I have a C++ project ( http://gpc-qt.sourceforge.net/ ) that consists of more than 103 C++ sourcefiles (1000's of lines of code) that get copiled into a single executable. Suddenly using the g++-4.5 compiler it produces an err

How to build a kernel with the -g C flag?

2011-01-03 Thread Csanyi Pal
Hi, I order to use crash utility, I must to build a kernel with the -g C flag. How can I do that? -- Regards, Paul <http://sourceforge.net/projects/lptinterface/> <http://savannah.nongnu.org/projects/lpt-interface/> <http://csanyi-pal.info> -- To UNSUBSCRIBE, email t

Re: OT: wireless b/g/n usb adaptor

2010-03-08 Thread Jordan Metzmeier
For a/b/g the Alfa AWUS036H has good support and the (last I checked) the top performing usb card out there. It uses the rtl8187 driver and should work out-of-the-box with the stock Debian kernel. If you want the N version of the same card, it will require the rtl8187se. This will take a bit more

OT: wireless b/g/n usb adaptor

2010-03-08 Thread I Rattan
Any recommendations for one that works under Linux? -ishwar -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/pine.gso.4.64.1003081225150.27...@cps155.cps.cmich.edu

Re: Suggestions for VoIP Phone with G.722

2010-02-12 Thread Henning Follmann
On Sat, Feb 13, 2010 at 06:59:02AM +1100, Alex Samad wrote: [different topic] > if I can tack on another question, any one got a ip phone (voip, not > skype) that has g722 codec available ?? > > Alex > Grandstream GXV3140 > -- > Be sociable. Speak to the person next to you in the unemployment

Re: Recommendations for Mini PCIe 802.11b/g card?

2009-05-23 Thread Andrei Popescu
at works better with Debian Lenny. Can anyone recommend a really > rock-solid 802.11b/g Mini PCI Express card that has an equally solid > driver in Lenny? How can you tell another card would do better? > (I've read the compatibility lists, but there's nothing like first-hand &

Recommendations for Mini PCIe 802.11b/g card?

2009-05-21 Thread Mark Shroyer
k-solid 802.11b/g Mini PCI Express card that has an equally solid driver in Lenny? (I've read the compatibility lists, but there's nothing like first-hand experience to say what works and what doesn't. E.g., on paper my 3945BG should have been fine, but in practice it turned out to b

Re: Dell Wireless 1397 (802.11 b/g) miniCard & Intel Media Accelerator X4500HD

2009-01-16 Thread Amit Uttamchandani
Wireless 1397 (802.11 b/g) miniCard check the following link http://linux-wless.passys.nl/index.php > 2). Intel Media Accelerator X4500HD > Should be supported. Intel graphics card are generally well supported. > If these are not supported directly, is there any other way to w

Dell Wireless 1397 (802.11 b/g) miniCard & Intel Media Accelerator X4500HD

2009-01-14 Thread tanushyam bhattacharjee
Kindly let me know if the latest Debian 4.0r6 supports the following:- 1). Dell Wireless 1397 (802.11 b/g) miniCard 2). Intel Media Accelerator X4500HD If these are not supported directly, is there any other way to work around them? Share files, take polls, and make new friends - all

Re: squirrelmail plus g/pgp plugin == ?

2008-11-30 Thread Eric d'Alibut
On Sun, Nov 30, 2008 at 5:08 PM, Tzafrir Cohen <[EMAIL PROTECTED]> wrote: >> 1) Is anyone running squirrelmail *and* the g/pgp plugin successfully? >> 2) On debian stable? >> 3) With apache 1.3? > Anyone expects to get some help without providing some actual input?

Re: squirrelmail plus g/pgp plugin == ?

2008-11-30 Thread Tzafrir Cohen
On Sun, Nov 30, 2008 at 01:06:53PM -0500, Eric d'Alibut wrote: > Is anyone running squirrelmail *and* the g/pgp plugin successfully? > > On debian stable? > > With apache 1.3? > > The thing can't encrypt, and it has stopped signing now. I know that > soun

Re: squirrelmail plus g/pgp plugin == ?

2008-11-30 Thread Martin Smith
Eric d'Alibut wrote: Is anyone running squirrelmail *and* the g/pgp plugin successfully? On debian stable? With apache 1.3? The thing can't encrypt, and it has stopped signing now. I know that sounds weird and New Agey magical, but that's what happened! Any feedback would

squirrelmail plus g/pgp plugin == ?

2008-11-30 Thread Eric d'Alibut
Is anyone running squirrelmail *and* the g/pgp plugin successfully? On debian stable? With apache 1.3? The thing can't encrypt, and it has stopped signing now. I know that sounds weird and New Agey magical, but that's what happened! Any feedback would be appreciated. Best regard

Bradcom 4231AG 802.11 a/b/g/draft-n wireless card?

2008-05-01 Thread ISHWAR RATTAN
It is being by a HP-6700z notebeook in Vista-Home. I was trying to locate the .sys and .inf files (per ndiswarpper web page). I was able to find .sys file BCMWL6.SYS but no eauivalent .nf exits! So, is this card supprted by Linux as is or in compatibility mode? -ishwar -- To UNSUBSCRIBE, emai

Re: g++ missing

2008-01-31 Thread Marc Auslander
Marc Auslander <[EMAIL PROTECTED]> writes: > A while ago I upgraded to etch from sarge. I now discover the g++ is > missing. aptitude doesn't show the package. my sources.list points > at ... My dumb mistake. aptitude search appears to be reg exp, so searching for g++ d

Re: g++ missing

2008-01-31 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/31/08 16:43, Marc Auslander wrote: > A while ago I upgraded to etch from sarge. I now discover the g++ is > missing. aptitude doesn't show the package. my sources.list points > at > > deb http://ftp.us.debian.org/debia

g++ missing

2008-01-31 Thread Marc Auslander
A while ago I upgraded to etch from sarge. I now discover the g++ is missing. aptitude doesn't show the package. my sources.list points at deb http://ftp.us.debian.org/debian/ etch main deb-src http://ftp.us.debian.org/debian/ etch main deb http://security.debian.org/ etch/updates

T a l l e r d e P l a n e a m i e n t o E s t r a t e g i c o y B a l a n c e d S c o r e c a r d

2008-01-07 Thread Con Software Metodologico
      AVISO DIFUNDIDO ELECTRÓNICAMENTE POR: -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Hi where can I get g++ package

2007-09-02 Thread Kamaraju S Kusumanchi
gt; reading your messages I downloaded [b]g++-4.1_4.1.1-21_i386.deb[/b], tried > to installed with GDebi package installer."Error: Dependency is not > satisfiable: [b]libstdc++c-4.1-dev[/b]". > Please stop using html formatted emails. Just use plain text. If all you need is a

Re: Hi where can I get g++ package

2007-09-01 Thread Ron Johnson
and installed > [b]gcc-4.1_4.1.1-21_i386.deb[/b]. Then I got your heading message. After > reading your messages I downloaded [b]g++-4.1_4.1.1-21_i386.deb[/b], > tried to installed with GDebi package installer."Error: Dependency is > not satisfiable: [b]libstdc++c-4.1-dev[/b]". >

Re: Hi where can I get g++ package

2007-09-01 Thread Jeff D
ding your messages I downloaded [b]g++-4.1_4.1.1-21_i386.deb[/b], tried to installed with GDebi package installer."Error: Dependency is not satisfiable: [b]libstdc++c-4.1-dev[/b]". So I downloaded [b]libstdc++c-4.1-dev_4.1.1_21_i386.deb[/b],tried to install "Error:Dependency

Re: Hi where can I get g++ package

2007-09-01 Thread Kumar Appaiah
s line: deb ftp://10.65.0.42/debian stable main contrib non-free 2. apt-get update 3. apt-get install g++ That's all! APT does all dependency resolution for you. HTH. Kumar -- Kumar Appaiah, 458, Jamuna Hostel, Indian Institute of Technology Madras, Chennai - 600 036 -- To UNSUBSCRIB

Hi where can I get g++ package

2007-09-01 Thread isarayunyong
I have the same problem. "Configure error: C compiler cannot create executables" First of all I did not have "gcc" at all. I downloaded and installed [b]gcc-4.1_4.1.1-21_i386.deb[/b]. Then I got your heading message. After reading your messages I downloaded [b]g++-4.1_

Re: apt-get install g++-3.4 problem

2007-07-19 Thread Florian Kulzer
have reinstalled these with the supercollider package and > libc6-dev and libstdc++6-dev had to be removed from the system. I think so, too. You can check the /var/log/dpkg.log* files; they might still contain the information about what happened exactly. > so i suppose i can change these pa

Re: apt-get install g++-3.4 problem

2007-07-18 Thread Florian Kulzer
On Wed, Jul 18, 2007 at 20:36:09 +0200, tomas DOT itsx AT centrum DOT cz wrote: > > Hi all :) > > I have this problem: > i try to install g++ but apt-get print this: > > # apt-get -f install g++-3.4 [...] > The following packages have unmet dependencies: > g

apt-get install g++-3.4 problem

2007-07-18 Thread tomas.itsx
Hi all :) I have this problem: i try to install g++ but apt-get print this: # apt-get -f install g++-3.4 Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the

is the -g option there

2007-07-16 Thread hildebrand_us
Internally i think it would be using gdb. Does your compilation (gcc or g++) option have -g to generate the debug information? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

(g)mplayer stops

2007-06-22 Thread Barry Samuels
I have two machines both running uptodate Debian Testing. They both have Mplayer and mozilla-mplayer installed. One of them will play video from the web using Iceweasel and the other won't. On the one that won't I see a message saying 'buffering' then a short while later 'stopped'. Restarti

Ethan G. has added you as a friend on Meetro...

2007-06-13 Thread Ethan
Meetro, or you can connect to your AIM, MSN, and Yahoo accounts. Click here to join Meetro. http://www.meetro.com/register/?invite=3b525f59ab1a928dacc647c135fb2a3d Your friend, Ethan G., sent you this note because they thought you’d like to join them on Meetro. If you wish to remove yourself

Re: Problems with Atheros® 802.11b/g wireless-LAN in Debian Etch

2007-06-05 Thread Fernando C. Estrada
I solved with the module-assistant instructions in http://madwifi.org/wiki/UserDocs/Distro/Debian/MadWifi Thanks for Your help! > Have a look at the NewbieDOC wiki [1]. The package you need is > "madwifi-source". > > [1] > http://newbiedoc.berlios.de/wiki/How_to_set_up_a_wireless_network_card_u

Re: Problems with Atheros® 802.11b/g wire less-LAN in Debian Etch

2007-06-05 Thread Chris Lale
Fernando C. Estrada wrote: > Hi! > > I'm new in Debian O.S., I used Ubuntu Feisty first in my Toshiba > Satellite M100 SP1022 Laptop, and Ubuntu detect automatically my > wireless, but in Debian Etch this not function. I used the madwifi > directions and the situation is the same. Can anyone give

Re: Problems with Atheros ® 802.11b/g wireless-LAN in Debian Etch

2007-06-04 Thread Gerard Robin
On Mon, Jun 04, 2007 at 06:27:30PM -0500, Fernando C. Estrada wrote: From: "Fernando C. Estrada" <[EMAIL PROTECTED]> To: debian-user@lists.debian.org Subject: Problems with Atheros® 802.11b/g wireless-LAN in Debian Etch X-Spam-Checker-Version: SpamAssassin 3.1.4

Re: Problems wi th Atheros® 802 .11b/g wireless -LAN in Debian Etch

2007-06-04 Thread Hugh Lawson
"Fernando C. Estrada" <[EMAIL PROTECTED]> writes: > Hi! > > I'm new in Debian O.S., I used Ubuntu Feisty first in my Toshiba > Satellite M100 SP1022 Laptop, and Ubuntu detect automatically my > wireless, but in Debian Etch this not function. I used the madwifi > directions and the situation is th

Problems with Atheros® 802.11b/g wireless-LAN in Debian Etch

2007-06-04 Thread Fernando C. Estrada
Hi! I'm new in Debian O.S., I used Ubuntu Feisty first in my Toshiba Satellite M100 SP1022 Laptop, and Ubuntu detect automatically my wireless, but in Debian Etch this not function. I used the madwifi directions and the situation is the same. Can anyone give me a tip to solve that? At the bottom,

Re: Netgear WPN311 Wireless G problems

2007-04-14 Thread Grok Mogger
I just felt like "closing" this thread. I had a Netgear WPN311 Wireless G PCI Card. (It actually said "WPN311NA" in one place on the box, but whatever) The chipset was identified via lspci as an Atheros 5212. I tried using the Madwifi drivers (0.9.3 stable release) whic

Re: Netgear WPN311 Wireless G problems

2007-04-11 Thread Grok Mogger
Florian Kulzer wrote: On Tue, Apr 10, 2007 at 19:41:22 -0400, Grok Mogger wrote: Florian Kulzer wrote: [ short summary: The card is recognized as ath0 with wireless extensions, but it does not associate with any access point, lists "Signal level: 0/94". This is on Ubuntu Edgy. ] [...]

Re: Netgear WPN311 Wireless G problems

2007-04-11 Thread Florian Kulzer
On Tue, Apr 10, 2007 at 19:41:22 -0400, Grok Mogger wrote: > Florian Kulzer wrote: [ short summary: The card is recognized as ath0 with wireless extensions, but it does not associate with any access point, lists "Signal level: 0/94". This is on Ubuntu Edgy. ] [...] > When I try to scan, I

<    1   2   3   4   5   6   >