debian net install CD cashing squid.

2013-08-12 Thread Muhammad Yousuf Khan
can i cache all installations/files that net-install CD download from
debian repo during installation.
I am  using SQUID as a proxy server.
please advice. it is taking hell of a time to install one single server.
almost taking a day. very frustrating

Thanks,
Myk


Re: Winfast TV 2000XP Expert with Squeeze

2013-08-12 Thread Selim T. Erdogan
Gábor Hársfalvi, 11.08.2013:
> Dear Users,
> 
> I wish to use my TV/Radio-Tuner but when I run Gnomeradio and found
> stations I can't hear any sounds from it.
> 
> I've set all the available options without any success. :(
> 
> Please Help using Tuner

Around nine or ten years ago I used a TV card and I remember that it 
showed the picture without sound, until I used a small cable to connect 
the audio output of the TV card to the input of the sound card.


-- 
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/20130813064922.ga4...@cs.utexas.edu



Déja Dup bug error

2013-08-12 Thread Gábor Hársfalvi
Hi,

I recently used Déja Dup for everyday backup automatically without
problems. Si when I logged in the system it started automatically and did
my backup well.

Until now... When Iog in to my system I get this error message from Déja
Dup:

"Traceback (most recent call last):
  File "/usr/bin/duplicity", line 1251, in 
with_tempdir(main)
  File "/usr/bin/duplicity", line 1244, in with_tempdir
fn()
  File "/usr/bin/duplicity", line 1145, in main
sync_archive()
  File "/usr/bin/duplicity", line 922, in sync_archive
remlist = globals.backend.list()
  File "/usr/lib/python2.6/dist-packages/duplicity/backends/giobackend.py",
line 127, in list
gio.FILE_QUERY_INFO_NOFOLLOW_SYMLINKS)
Error: No such file or directory"

And it stop working.

But I need backup, and it was a nice application.


How to use the debian installation iso for installing packages using aptitude

2013-08-12 Thread Anubhav Yadav
Greetings all.

This is what I am trying to do.

I have the three dvd iso of debian. I installed debian without
internet connection using the first iso image. Now I want to use these
iso files to download and installing any packages that can be done
through aptitude without using interent. I have internet but I want it
to be second preference.

This is what I managed to do until now:

1) I created a folder name dvd1-mountpoint in my /home folder

2) Next I mounted the iso using the command
mount path/to/iso dvd1-mountpoint/ -o loop

3) Next I created a symbolic link to the mounted folder in the /media folder
ln -s dvd1-mountpoint/ /media/apt1

4) Then i ran the following command
apt-cdrom -d=/media/apt1/ add

I got the following output

root@Innovator:/home/neo1691# apt-cdrom -d=/media/apt1 add

Using CD-ROM mount point /media/cdrom/
Identifying.. [d4c7effe2075e9ba0b4db99a257fba65-2]
Scanning disc for index files..
Found 0 package indexes, 0 source indexes, 0 translation indexes and 0
signatures
W: Failed to mount '/dev/sr0' to '/media/cdrom/'
E: Unable to locate any package files, perhaps this is not a Debian
Disc or the wrong architecture?

Any help? I want to say some bandwidth as it is not cheap here, and is very slow

Thanks!

-- 
Regards,
Anubhav Yadav


-- 
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/ca+jf9af++xnhi-mwt21uowwdck64l8yn35z4fslts2avgyg...@mail.gmail.com



Re: Installing mysqldump

2013-08-12 Thread Bob Proulx
Ethan,

I see that you are using Thunderbird.  A lot of people do.  But why
are your messages always broken?  You never reply to the message you
are quoting and seem to be replying to but the message before it.
Strange.  And your quoting is really painful.  I am sure it is not a
problem with Thunderbird since other people use it successfully.

Ethan Rosenberg, PhD wrote:
> env COLUMNS=80 dpkg -l | grep mysql-server

I had asked for the 'env COLUMNS=80 dpkg -l' so that the columns would
not go out too far and would not be hard to read.

> iU  mysql-server  5.5.31+dfsg-0+wheezy1 all  
> MySQL database server (metapackage depending on the latest version)
> rc  mysql-server-5.1  5.1.66-0+squeeze1 i386 
> MySQL database server binaries and system database setup
> iF  mysql-server-5.5  5.5.31+dfsg-0+wheezy1 i386 
> MySQL database server binaries and system database setup
> ii  mysql-server-core-5.5 5.5.31+dfsg-0+wheezy1 i386 
> MySQL database server binaries

But yours go out to column 144 so of course I know you didn't use the
command I asked you to use.  Sigh.

And the above clearly shows the problem.  I will chop it down.

  Desired=Unknown/Install/Remove/Purge/Hold
  | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  ||/ Name   VersionDescription
  +++-==-==-
  iU  mysql-server5.5.31+dfsg-0+wheezy1
  rc  mysql-server-5.15.1.66-0+squeeze1
  iF  mysql-server-5.55.5.31+dfsg-0+wheezy1
  ii  mysql-server-core-5.5   5.5.31+dfsg-0+wheezy1

mysql-server is Unpacked but not configured.  mysql-server-5.5 install
is marked as Failed.  That is clearly bad.  You can't ignore these
errors.

I would try this first.  Needs root.

  apt-get install -f

That should rerun the configuration of the failed packages.  Since it
produced errors before it will probably produce errors again.  Post
those errors.  They need to be fixed.

After you get the new mysql server installed correctly then, and only
then, purge the previous server.  Doing so will have the side effect
of shutting down the server so it needs to be started again.  But
don't do it until you have the new server installed correctly.

  dpkg --purge mysql-server-5.1
  service mysql start

Bob


signature.asc
Description: Digital signature


Re: Installing mysqldump

2013-08-12 Thread Ethan Rosenberg, PhD

Ethan Rosenberg, PhD wrote:

When I try to to run mysqldump, I receive the following message:

ERROR 2002 can't connect to local mysql server thru socket
'/var/run/mysqld/mysqld.sock' (2)


That tells me that you do not have mysql running.


I am a newbie and do not lhow to interpert the log.

What now?


What is the output of these commands?

  env COLUMNS=80 dpkg -l | grep mysql-server

Should say:

  ii  mysql-server   5.5.31+dfsg- all  MySQL database server 
(metapackag
  ii  mysql-server-5 5.5.31+dfsg- amd64MySQL database server 
binaries an

  ii  mysql-server-c 5.5.31+dfsg- amd64MySQL database server binaries

This one needs root:

  service mysql restart

Should say:

  Stopping MySQL database server: mysqld.
  Starting MySQL database server: mysqld ..
  Checking for tables which need an upgrade, are corrupt or were   not 
closed cleanly..


Bob
=

Bob -

Thanks.

env COLUMNS=80 dpkg -l | grep mysql-server

iU  mysql-server  5.5.31+dfsg-0+wheezy1 
 all  MySQL database server (metapackage depending on the 
latest version)
rc  mysql-server-5.1  5.1.66-0+squeeze1 
 i386 MySQL database server binaries and system database setup
iF  mysql-server-5.5  5.5.31+dfsg-0+wheezy1 
 i386 MySQL database server binaries and system database setup
ii  mysql-server-core-5.5 5.5.31+dfsg-0+wheezy1 
 i386 MySQL database server binaries

+

service mysql restart



Stopping MySQL database server: mysqld.
Starting MySQL database server: mysqld . . . . . . . . . . . . . . failed!
+++

TIA

Ethan


signature.asc
Description: PGP signature


Re: RFE: moving networking out of the kernel and into to user land ...

2013-08-12 Thread Chris Bannister
On Mon, Aug 12, 2013 at 10:48:01AM -0700, David Guntner wrote:
> I don't think that the Debian *USER* mailing list is necessarily the
> best place to discuss/debate the above stuff. :-)
> 
> Since I expect that anything that affects the kernel itself is going to
> be handled by the Linux kernel developers, you might want to post the
> above questions on the linux-kernel mailing list.

And be prepared to be cursed at. :)

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X


-- 
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/20130813035223.GB2861@tal



Re: bind9, openswan crashes wheezy VPS

2013-08-12 Thread Bob Proulx
Gregory Nowak wrote:
> On the other hand, if it's something in the network stack, why am I
> for example able to query my VPS provider's servers for the same
> domains without crashes? If it's in the network stack, then I think
> it's reasonable to conclude I'd be seeing crashes regardless of what
> name servers I queried for those domains. Right?

I don't know but for example DNS will start off with a UDP query.  But
if the response is too large for a single UDP packet then it will
change to a TCP connection for the larger data exchange.  So let's say
that UDP always works okay and it is only something about TCP that is
problematic.  Then you could definitely find issues with some domain
names and not others if those problematic ones used TCP due to a
larger amount of data.  Such as if some have many more records than
others.

You might compare the sizes of the returned data in a dns query and
see if there is a correlation.  'dig' should give you that
information.  But I am not saying that is the problem.  Just saying
that there will be differences in how the lookups are handled.

BTW...  What do you have in /etc/nsswitch.conf?  Hope it just says
"files dns" there.

  $ grep hosts /etc/nsswitch.conf
  hosts:  files dns

Bob


signature.asc
Description: Digital signature


Re: REDUX: Re: Migrating 32 -> 64

2013-08-12 Thread Bob Proulx
Gregory Seidman wrote:
> It looks like it will be worth my while to copy partitions over to the new
> disk, if only so I can increase the size of my root partition (which I
> foolishly made too small).

Did you use LVM?  If so then you can simply expand it with some free
space from elsewhere.  Assuming lvm and some free space and ext3 or ext4.

lvextend -L+5G /dev/vg1/vg1-root
resize2fs /dev/vg1/vg1-root

Bob


signature.asc
Description: Digital signature


REDUX: Re: Migrating 32 -> 64

2013-08-12 Thread Gregory Seidman
Thanks to everyone for the helpful input. It looks like there is no
advantage to converting to 64-bit, which is just fine with me. The new
machine has 4GB of RAM, so I am not hitting address space issues. I don't
do anything more CPU-intensive than spam filtering. I do occasionally do
some I/O-intensive stuff (particularly backups onto its external RAID),
plus I have a GigE switch, so a GigE port does matter to me.

It looks like it will be worth my while to copy partitions over to the new
disk, if only so I can increase the size of my root partition (which I
foolishly made too small). Beyond that, it looks like the transition will
be very easy. Thank you all for the guidance. Now it's time to burn a live
CD and get copying.

--Greg

On Mon, Aug 12, 2013 at 02:08:40PM -0600, Bob Proulx wrote:
> Stan Hoeppner wrote:
> > Moral of the story?  The OP may need to spend ~$30 USD for an Intel
> > PCI NIC to guarantee it'll work on the first go.  He probably gave not
> > much more than this for entire used machines.  Factor in that you can
> > get a brand new mobo/cpu/RAM combo with GbE and GPU today for ~$100
> > USD, and spending any money for just the GbE NIC for the old machine
> > seems not a prudent investment.
> 
> David Christensen wrote:
> > I agree that it's very hard to justify spending money on obsolete
> > hardware.  I must have subconsciously assumed the OP had a spare
> > Gigabit NIC (I have a couple in my spare parts inventory).
> 
> I agree with all of the above sentiment.  Sometimes you just have to
> let go of the old hardware.  But I was responding to a thread talking
> about adding a network card.  Maybe I should have said _if_ you are
> going to put another network card in the box _then_ stop there.
> 
> Note that it wouldn't need to be a GigE card.  It seems to me that any
> old 10/100 card should be enough for this machine.  I prefer the old
> tulip based cards like the Linksys etherfast ones.  If you ask around
> to your friends or a local user group you can probably find one of
> those laying around unused that they would give you for free.  And
> that removes the cost part from the equation.
> 
> > Without a free NIC, I'd probably: back up the old box (burn to
> > optical, use external drive, whatever), build the new box, move the
> > old HDD into the new box, and proceed from there.
> 
> Moving the old hard drive to the new machine for a local disk to disk
> copy to the new drive should be easy.  I guess that depends upon the
> vintage of old disk though!  But if I had an old 20G disk and had just
> bought a new 1T disk then I would certainly simply image the old drive
> onto the new one and set the old drive on the shelf as a backup for a
> while.
> 
> In other thoughts... I agree that there isn't a reason to upgrade a
> particular system from 32-bit to 64-bit.  If you have a 32-bit machine
> then I can't see any reason to upgrade to a 64-bit machine.  I still
> have many 32-bit machines.
> 
> However if you are building a new 64-bit machine with today's
> inexpensive ram and are putting 8G or more ram into it then I would
> definitely recommend using 64-bits for the *new* system given that it
> has much more ram in it.  The PAE kernels are fine.  But nothing is as
> simple as a large flat address space.  Firefox is quite the pig.  I
> have routinely killed it on my machine when I have seen that it is up
> around 2G in memory size.  I think it is only a matter of time before
> Firefox will routinely bump against the 3G limit.  Especially now that
> almost every web site is more Javascript and image intense than
> before.  Past history being the imperfect predictor of the future.
> This will eventually be a 32-bit issue for FF to lean out.  But of
> course a 64-bit system won't have that limitation.  I still would not
> recommend (yet) to migrate an existing system from 32-bit to 64-bit.
> Maybe for Jessie it will come together however.  I think that is
> actually very likely for Jessie.
> 
> Bob



-- 
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/20130812234517.ga7...@anthropohedron.net



Re: bind9, openswan crashes wheezy VPS

2013-08-12 Thread Gregory Nowak
On Mon, Aug 12, 2013 at 02:44:35PM -0600, Bob Proulx wrote:
> I don't know anything about why you are having system crashes.  But no
> one else responded and so I decided to jump in.

Thank you for doing so. I actually went ahead and opened bugs against
openswan and bind9 after getting no responses here in almost 24
hours. I was somewhat reluctant to do that, but if nobody here seems
to have ideas on how to farther troubleshoot this, I figured the people
who build those packages and are probably more familiar with how said
package works than general
users, would have ideas on how to proceed.

> 
> I run a handful of VMs full time and let me assure you that they are
> stable and reliable and don't crash.  Your crashes are not
> intrinsically part of the Linux kernel, Debian, or anything else.
> They are something unique to your environment.  And they should not be
> happening.

Yes, but I figured that if at least one of these programs works fine
on fedora 16 in the same type of environment, then there must be
something with how wheezy interacts with that environment which is
causing this. So, while it is fair to say the problem is unique to my
environment, I also think it's fair, and more precise to say that it's
something having to do with how wheezy specifically interacts with
that environment.

> 
> Very bizarre!  I can't guess as to any reason why.  But I can't
> believe the problem is related to bind code itself.  It is simply a
> user space program the same as any other.  The problem is in the
> kernel.

Yes, that occurred to me as well. However, given that only two packages
are doing this so far out of a bunch of them, I thought it would be
better and more obvious to focus on those first, until I can actually
trace the problem to the kernel itself.

> I would contact your VPS provider support.  If you are paying for the
> service and it isn't working then you should get help to get it going.

Yes, I plan to do that, once I've verified as much as possible the
problem isn't exclusively on my end of things. Perhaps I've reached
that point already.

> Since all of your crashes appear to be network related I imagine the
> problem is in the kernel network driver stack somewhere.

I've thought of that as well, especially since research indicates that
the virtio_net module has had problems in the past. In fact, the most
recent batch of these seems to have been fixed earlier this month in
linux 3.4.56 (more on that below). On the other hand, if it's
something in the network stack, why am I for example able to query my
VPS provider's servers for the same domains without crashes? If it's
in the network stack, then I think it's reasonable to conclude I'd be
seeing crashes regardless of what name servers I queried for those
domains. Right?

> To me it "feels" like an interaction between your very new Linux
> kernel version 3.9 and your quite old qemu version 0.9.1.  I would try
> the *oldest* stock Debian kernel you can find that still supports your
> libc and other libs and see if that fixes things.  (At some point your
> old kernel won't support the newer userland.  I don't know where the
> compatibility lines are drawn though.)

I actually did do something along the same lines. I tried linux 3.10
from unstable, and then my own build of linux 3.10.5. Same results as
with 3.9 from wheezy-backports. I then tried my own builds of 3.4.56,
3.0.89, and 2.6.32 from squeeze. My builds were done using the sources
from kernel.org. I was really hoping that 3.4.56 would be the magic
fix, because of the virtio_net fixes I mentioned above that went into
it. Everything from 3.4.56 down behaved the same way as 3.2.0 in
wheezy (I.E. crashes during boot when starting bind9, and crashes on
resolving the domains that make it crash). The exception was 2.6.32
from squeeze which crashed the machine when I attempted to query my
local bind for even the domains that work on higher kernels. So, I
didn't go lower than that.

There is one thing that's been bothering me on and off through all
this, which I forgot to mention in my original post. The fedora
machine with the same VPS provider. I noticed there is no
virtio_ring.ko module, it simply doesn't exist on that machine. All
the kernels I tried have virtio_ring built as module, and I couldn't
find a .config option to disable it anywhere when I was doing my build
of 3.10.5. I did a bit of research, but couldn't find a clear answer
on what exactly virtio_ring does. I keep wondering on and off what would happen 
if I
could find a way to black list it in the initrd image. Would all this
suddenly go away, or would I end up with an unbootable system, because
virtio_blk couldn't load with virtio_ring black listed. I would prefer not to 
risk the second
alternative, so it would be best if I can simply find a debian kernel,
or build my own without virtio_ring altogether.

> 
> I would get your VPS support involved.  If there are no other ideas
> then I would have them move you to a host with a n

Re: How to get logwatch to ignore something

2013-08-12 Thread Bob Proulx
David Guntner wrote:
> Bob Proulx grabbed a keyboard and wrote:
> > It describes the new scheme and describes a /etc/logwatch/conf
> > directory for local customizations.
> 
> Which, as I noted, I was originally using and yet was being ignored for
> some reason.  Maybe the file will have more on why it was ignoring me.

Oh.  Sorry.  I mis-read your original note.  Sorry about that.  I see
now that you did say that.

> Either way, I've modified the
> /usr/share/logwatch/default.conf/ignore.conf file to see if that helps.
>  I guess I'll find out tomorrow. :-)

If the documented procedure isn't working then please file a bug
against it.

Bob


signature.asc
Description: Digital signature


Re: Installing mysqldump

2013-08-12 Thread Bob Proulx
Ethan Rosenberg, PhD wrote:
> When I try to to run mysqldump, I receive the following message:
>
> ERROR 2002 can't connect to local mysql server thru socket
> '/var/run/mysqld/mysqld.sock' (2)

That tells me that you do not have mysql running.

> I am a newbie and do not lhow to interpert the log.
> 
> What now?

What is the output of these commands?

  env COLUMNS=80 dpkg -l | grep mysql-server

Should say:

  ii  mysql-server   5.5.31+dfsg- all  MySQL database server (metapackag
  ii  mysql-server-5 5.5.31+dfsg- amd64MySQL database server binaries an
  ii  mysql-server-c 5.5.31+dfsg- amd64MySQL database server binaries

This one needs root:

  service mysql restart

Should say:

  Stopping MySQL database server: mysqld.
  Starting MySQL database server: mysqld ..
  Checking for tables which need an upgrade, are corrupt or were 
  not closed cleanly..

Bob


signature.asc
Description: Digital signature


Re: Installing mysqldump

2013-08-12 Thread Ethan Rosenberg, PhD



if the database is in the same PC, then you still have problems as the
local mysql service is not running.
check logs (syslog , mysql log) to see why its not running and attend to 
that.




Here is part of syslog.  The rest is just a repeat of the first line..

Aug 12 14:38:45 meow avahi-daemon[2689]: Received response from host 
192.168.1.1 with invalid source port 32768 on interface 'eth0.0'
Aug 12 14:39:01 meow /USR/SBIN/CRON[7351]: (root) CMD (  [ -x 
/usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find 
/var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f 
-ignore_readdir_race -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir 
fuser -s {} 2>/dev/null \; -delete)
Aug 12 14:39:15 meow avahi-daemon[2689]: Received response from host 
192.168.1.1 with invalid source port 32768 on interface 'eth0.0' 12


I am a newbie and do not lhow to interpert the log.

What now?

TIA

Ethan




--
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/52095a1b.9000...@hygeiabiomedical.com



Re: How to get logwatch to ignore something

2013-08-12 Thread David Guntner
Bob Proulx grabbed a keyboard and wrote:
> David Guntner wrote:
>> Ok, upon further searching around, I think I found the problem.  It
>> looks like the config file location for the program moved somewhere
>> along the way.  It's no longer using /etc/logwatch (I *thought* that
>> directory seemed kinda empty other than my lone ignore.conf file which
>> had been there; it probably didn't get removed because it knew I had
>> modified the file), but is now in /usr/share/logwatch/default.config.
>> Which strikes me as a rather strange place to put config files  I'll
>> put my entries in the ignore.conf file there and see if that takes care
>> of it.
> 
> What does the NEWS file say about the migration?  I expect that it
> uses the /usr/share as default values and uses /etc/logwatch as a
> place to provide customizations.
> 
> Note that I don't know anything about logwatch.  For Debian I am using
> logcheck with logcheck-data plus many local customizations.
> 
> Okay I looked.  Please read the file:
> 
>   /usr/share/doc/logwatch/HOWTO-Customize-LogWatch.gz

Ok, I'll look at it.  Thanks.

> It describes the new scheme and describes a /etc/logwatch/conf
> directory for local customizations.

Which, as I noted, I was originally using and yet was being ignored for
some reason.  Maybe the file will have more on why it was ignoring me.

Either way, I've modified the
/usr/share/logwatch/default.conf/ignore.conf file to see if that helps.
 I guess I'll find out tomorrow. :-)

   --Dave





smime.p7s
Description: S/MIME Cryptographic Signature


Re: Winfast TV 2000XP Expert with Squeeze

2013-08-12 Thread Gábor Hársfalvi
I'm using Alsa without Pulseaudio.

But thanks for the answer.


2013/8/12 Bob Proulx 

> Gábor Hársfalvi wrote:
> > I wish to use my TV/Radio-Tuner but when I run Gnomeradio and found
> > stations I can't hear any sounds from it.
> >
> > I've set all the available options without any success. :(
>
> > Please Help using Tuner
>
> The problem report of not having any sound output is unfortunately a
> common one.  By default audio is almost always muted.  I have also
> encountered your problem and it can be frustrating.  I do not have a
> simple solution.
>
> Open your audio mixer and look for muted entries.  Try unmuting all
> audio output devices.
>
> Many people have found that "pulse audio" is problematic and find that
> removing it enables them to play audio.  Remove all pulse audio
> packages and then open your audio mixer again.  New controls should be
> available.  Again, look and unmute all of them.
>
> Bob
>


Re: your thoughts: special post for Debian birthday

2013-08-12 Thread Brian
On Mon 12 Aug 2013 at 21:16:03 +0100, Tony van der Hoff wrote:

> Sorry, sent to Brian off-list in error...

The second error was to omit one of the lists cc'ed. The third was to
not recognise the purpose of the mail and to misinterpret its wording
as asking for personal enlightenment.

However, its objective has been met and Ana's interests championed, so
all is well.


-- 
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/20130812205615.ga10...@copernicus.demon.co.uk



Re: Winfast TV 2000XP Expert with Squeeze

2013-08-12 Thread Bob Proulx
Gábor Hársfalvi wrote:
> I wish to use my TV/Radio-Tuner but when I run Gnomeradio and found
> stations I can't hear any sounds from it.
> 
> I've set all the available options without any success. :(

> Please Help using Tuner

The problem report of not having any sound output is unfortunately a
common one.  By default audio is almost always muted.  I have also
encountered your problem and it can be frustrating.  I do not have a
simple solution.

Open your audio mixer and look for muted entries.  Try unmuting all
audio output devices.

Many people have found that "pulse audio" is problematic and find that
removing it enables them to play audio.  Remove all pulse audio
packages and then open your audio mixer again.  New controls should be
available.  Again, look and unmute all of them.

Bob


signature.asc
Description: Digital signature


Re: bind9, openswan crashes wheezy VPS

2013-08-12 Thread Bob Proulx
Gregory Nowak wrote:
> I have a VPS running a fresh install of wheezy, installed by me from
> scratch (including kernel). Everything seems to be running fine,
> except for bind9 and openswan which literally crash the vps as
> explained below.

I don't know anything about why you are having system crashes.  But no
one else responded and so I decided to jump in.

I run a handful of VMs full time and let me assure you that they are
stable and reliable and don't crash.  Your crashes are not
intrinsically part of the Linux kernel, Debian, or anything else.
They are something unique to your environment.  And they should not be
happening.

> I'll start with bind9, since I have more info there. It's setup as a
> name server authoritative for two zones. Querying both zones works fine
> from localhost and the internet over ipv4, and ipv6. The problem comes
> up when I try to use bind9 to resolve other domains from
> localhost. When resolving certain domains, the vps literally
> crashes. I have to send it a boot request, and it boots up again

Very bizarre!  I can't guess as to any reason why.  But I can't
believe the problem is related to bind code itself.  It is simply a
user space program the same as any other.  The problem is in the
kernel.

> When using the stock wheezy kernel, the machine would sometimes crash
> during boot right after printing "starting bind9," before the ok that
> comes after. This was true especially if starting named without the -4
> flag to disable ipv6. There were also random crashes every couple of
> days or so when I wasn't logged into the machine watching for
> them. All this seems to have gone away after I upgraded to
> linux 3.9 from wheezy-backports, and just the query crashes remain.

I have no idea.  However if the kernel is crashing then the problem is
in the kernel or kernel+kernel-drivers which are also part of the
kernel.  All else are just symptoms of the disease.

> I know someone who is with the same VPS provider and runs fedora 16 in
> his VPS. I have a shell account on his system, and have been able to
> verify for myself by using dig that it's possible to query all the
> domains I listed above using his local bind9 on his machine with no
> crashes. As far as I can tell (lspci, /proc/cpuinfo), his vps is
> configured exactly like mine as far as hardware, except for RAM and HD
> capacity. That's all the info I have on the bind9 problem.

I would contact your VPS provider support.  If you are paying for the
service and it isn't working then you should get help to get it going.

> As far as openswan, it's setup with one connection, configured as
> ...
> The machine crashes when I try to initiate a connection from a win7
> client. Nothing gets written to the logs here, so the output below is

Again, very bizarre.  But openswan won't be the problem either.  This
is just another symptom of the kernel problem.

> That's all the info I have on the openswan issue. This vps is of
> course running lots more than just bind9 and openswan. Apache,
> proftpd, postfix, spamassassin, clamav, opendkim, just to name a
> few. All of those appear to be running without problems.

Since all of your crashes appear to be network related I imagine the
problem is in the kernel network driver stack somewhere.

> As far as the vps itself, it is based on KVM/QEMU with one cpu, and
> one gig of RAM. The network card uses the virtio_net module, and the
> HD shows up as /dev/vda (I assume using the virtio_blk module, which
> is also automatically loaded).

Seems reasonable to me.  I have several that are similar.  All run fine.

> Based on the login banner I get when using out of band access, the
> host seems to be running openbsd. I'm not sure if the machine
> providing the out of band account and the host my vps is running on
> are actually one and the same though. According to /proc/cpu, the
> KVM/QEMU version seems to be 0.9.1.

That seems to be quite an old version of qemu.

  Squeeze 6 - 0.12.5
  Wheezy 7 - 1.1.2
  Unstable - 1.5.0
  Experimental - 1.6.0~rc0

Part of me says that if it worked reliably way back when 0.9.1 was
current then it should still be working reliably today.  But another
part worries that the Linux 3.9 that you are running is tickling some
bug in the qemu 0.9.1 and that upgrading to something more recent will
probably fix it.  Because your problem seems pretty severe and so it
would almost certainly be a bug that would have already been fixed.

> Any help in at least figuring out what is causing this, if not
> actually having a fully functional bind9 and openswan is much
> appreciated. If more info is necessary, I'll see what I can do.

To me it "feels" like an interaction between your very new Linux
kernel version 3.9 and your quite old qemu version 0.9.1.  I would try
the *oldest* stock Debian kernel you can find that still supports your
libc and other libs and see if that fixes things.  (At some point your
old kernel won't support the newer userland.  I don't know where the

Re: How to get logwatch to ignore something

2013-08-12 Thread Bob Proulx
David Guntner wrote:
> Ok, upon further searching around, I think I found the problem.  It
> looks like the config file location for the program moved somewhere
> along the way.  It's no longer using /etc/logwatch (I *thought* that
> directory seemed kinda empty other than my lone ignore.conf file which
> had been there; it probably didn't get removed because it knew I had
> modified the file), but is now in /usr/share/logwatch/default.config.
> Which strikes me as a rather strange place to put config files  I'll
> put my entries in the ignore.conf file there and see if that takes care
> of it.

What does the NEWS file say about the migration?  I expect that it
uses the /usr/share as default values and uses /etc/logwatch as a
place to provide customizations.

Note that I don't know anything about logwatch.  For Debian I am using
logcheck with logcheck-data plus many local customizations.

Okay I looked.  Please read the file:

  /usr/share/doc/logwatch/HOWTO-Customize-LogWatch.gz

It describes the new scheme and describes a /etc/logwatch/conf
directory for local customizations.

Bob


signature.asc
Description: Digital signature


Re: your thoughts: special post for Debian birthday

2013-08-12 Thread Tony van der Hoff
Sorry, sent to Brian off-list in error...

On 12/08/13 20:09, Brian Potkin wrote:
> On Mon 12 Aug 2013 at 11:57:42 +0200, Ana Guerrero Lopez wrote:
> 
>> Dear users and contributors,
>>
>> We would like publishing a special post in bits.d.o for the anniversary of
>> Debian.  The idea is publishing anonymous quotes from Debian users and 
>> developers about what Debian means for you. Please send your quotes ASAP 
>> at ana...@debian.org, Francesca and I will get all the emails send there.
> 
> Ana, please would you say what the date of the anniversary is. Also,
> would you outline in what way it is may be special. Is it twenty years
> since the inception of Debian? Doesn't time pass when you are enjoying
> yourself?
> 
> 

Well, I'm sure Ana has better things to do, and you can find out for
yourself at
http://www.debian.org/doc/manuals/project-history/ch-intro.en.html

The date is Aug 16, 1993, so it is indeed 20 years, Yay, Debian!

-- 
Tony van der Hoff  | mailto:t...@vanderhoff.org
Buckinghamshire, England



-- 
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/52094283.9090...@vanderhoff.org



Re: Migrating 32 -> 64

2013-08-12 Thread Bob Proulx
Stan Hoeppner wrote:
> Moral of the story?  The OP may need to spend ~$30 USD for an Intel
> PCI NIC to guarantee it'll work on the first go.  He probably gave not
> much more than this for entire used machines.  Factor in that you can
> get a brand new mobo/cpu/RAM combo with GbE and GPU today for ~$100
> USD, and spending any money for just the GbE NIC for the old machine
> seems not a prudent investment.

David Christensen wrote:
> I agree that it's very hard to justify spending money on obsolete
> hardware.  I must have subconsciously assumed the OP had a spare
> Gigabit NIC (I have a couple in my spare parts inventory).

I agree with all of the above sentiment.  Sometimes you just have to
let go of the old hardware.  But I was responding to a thread talking
about adding a network card.  Maybe I should have said _if_ you are
going to put another network card in the box _then_ stop there.

Note that it wouldn't need to be a GigE card.  It seems to me that any
old 10/100 card should be enough for this machine.  I prefer the old
tulip based cards like the Linksys etherfast ones.  If you ask around
to your friends or a local user group you can probably find one of
those laying around unused that they would give you for free.  And
that removes the cost part from the equation.

> Without a free NIC, I'd probably: back up the old box (burn to
> optical, use external drive, whatever), build the new box, move the
> old HDD into the new box, and proceed from there.

Moving the old hard drive to the new machine for a local disk to disk
copy to the new drive should be easy.  I guess that depends upon the
vintage of old disk though!  But if I had an old 20G disk and had just
bought a new 1T disk then I would certainly simply image the old drive
onto the new one and set the old drive on the shelf as a backup for a
while.

In other thoughts... I agree that there isn't a reason to upgrade a
particular system from 32-bit to 64-bit.  If you have a 32-bit machine
then I can't see any reason to upgrade to a 64-bit machine.  I still
have many 32-bit machines.

However if you are building a new 64-bit machine with today's
inexpensive ram and are putting 8G or more ram into it then I would
definitely recommend using 64-bits for the *new* system given that it
has much more ram in it.  The PAE kernels are fine.  But nothing is as
simple as a large flat address space.  Firefox is quite the pig.  I
have routinely killed it on my machine when I have seen that it is up
around 2G in memory size.  I think it is only a matter of time before
Firefox will routinely bump against the 3G limit.  Especially now that
almost every web site is more Javascript and image intense than
before.  Past history being the imperfect predictor of the future.
This will eventually be a 32-bit issue for FF to lean out.  But of
course a 64-bit system won't have that limitation.  I still would not
recommend (yet) to migrate an existing system from 32-bit to 64-bit.
Maybe for Jessie it will come together however.  I think that is
actually very likely for Jessie.

Bob


signature.asc
Description: Digital signature


Re: your thoughts: special post for Debian birthday

2013-08-12 Thread Brian Potkin
On Mon 12 Aug 2013 at 11:57:42 +0200, Ana Guerrero Lopez wrote:

> Dear users and contributors,
> 
> We would like publishing a special post in bits.d.o for the anniversary of
> Debian.  The idea is publishing anonymous quotes from Debian users and 
> developers about what Debian means for you. Please send your quotes ASAP 
> at ana...@debian.org, Francesca and I will get all the emails send there.

Ana, please would you say what the date of the anniversary is. Also,
would you outline in what way it is may be special. Is it twenty years
since the inception of Debian? Doesn't time pass when you are enjoying
yourself?


-- 
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/12082013195816.18aad0911...@desktop.copernicus.demon.co.uk



Re: How to apply patch?

2013-08-12 Thread Ralf Mardorf
On Mon, 2013-08-12 at 19:10 +0200, Gábor Hársfalvi wrote:
> gnomeradio_1.8-2.debian.tar.gz

Does this version fit to the patches? If so, the first step is to
extract the archive.

http://www.rebol.com/docs/unpack-tar-gz.html



-- 
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/1376331524.2533.3.camel@archlinux



Re: RFE: moving networking out of the kernel and into to user land ...

2013-08-12 Thread David Guntner
Albretch Mueller grabbed a keyboard and wrote:
> ~
>  I think, for security reasons and now that we live in a post
> 1984-era, Linux should move networking out of the kernel and into to
> user land.
> ~
>  Well, I know this will entail more than moving some code and
> references and defining a default "networked" user.
> ~
>  Do you know of any such version or knock off of Linux?
> ~
>  lbrtchx

I don't think that the Debian *USER* mailing list is necessarily the
best place to discuss/debate the above stuff. :-)

Since I expect that anything that affects the kernel itself is going to
be handled by the Linux kernel developers, you might want to post the
above questions on the linux-kernel mailing list.

http://www.tux.org/lkml/ should help point you in the right direction.

 --Dave




smime.p7s
Description: S/MIME Cryptographic Signature


RFE: moving networking out of the kernel and into to user land ...

2013-08-12 Thread Albretch Mueller
~
 I think, for security reasons and now that we live in a post
1984-era, Linux should move networking out of the kernel and into to
user land.
~
 Well, I know this will entail more than moving some code and
references and defining a default "networked" user.
~
 Do you know of any such version or knock off of Linux?
~
 lbrtchx


-- 
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/CAFakBwitW6u4etkV_rY6igr6S=6cowrk+vkrsfzpe17lrcq...@mail.gmail.com



Re: How to apply patch?

2013-08-12 Thread Gábor Hársfalvi
I have these files:

gnomeradio_1.8-2.debian.tar.gz gnomeradio-device.patch


2013/8/11 Gábor Hársfalvi 

> Hi,
>
> I've found it ->
> http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/raring/gnomeradio/raring/view/head:/debian/patches/gnomeradio-device.patch
>
> And I wish to apply on my system.
>
> Thanks
>


Re: How to apply patch?

2013-08-12 Thread Ralf Mardorf
On Mon, 2013-08-12 at 19:02 +0200, Ralf Mardorf wrote:
> ls -h /path/to/sourcecode
> ls -h /path/to/patches

*lol* is should be

ls -lA /path/to/*



-- 
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/1376327162.1670.8.camel@archlinux



Re: How to apply patch?

2013-08-12 Thread Ralf Mardorf
On Mon, 2013-08-12 at 18:38 +0200, Gábor Hársfalvi wrote:
> "And what do you exactly want to know?" ->
> 
> 
> "and then run the patch command in the source tree, after that you
> need to compile it." -> I'd like to get it step by step help

Please reply to the list only and don't top post.

Have you already downloaded the source code and patches?

ls -h /path/to/sourcecode
ls -h /path/to/patches

Do you know how to compile a source code?
Have you already read about patches?
http://www.google.de/#bav=on.2,or.r_qf.&fp=c670782d426fa3&q=linux+how+to+use+patch+command


> 2013/8/12 Ralf Mardorf 
> 
> 
> On Sun, 2013-08-11 at 15:48 +0200, Gábor Hársfalvi wrote:
> > I've found it
> > ->
> 
> http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/raring/gnomeradio/raring/view/head:/debian/patches/gnomeradio-device.patch
> >
> >
> > And I wish to apply on my system.
> 
> 
> And what do you exactly want to know?
> 
> You need to download the source code of gnomeradio-1.8 and the
> patches and then run the patch command in the source tree,
> after that you need to compile it. When compiling is done, you
> can install it with or without building a package.



-- 
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/1376326921.1670.6.camel@archlinux



Re: How to get logwatch to ignore something

2013-08-12 Thread David Guntner
[Following up to myself]

David Guntner grabbed a keyboard and wrote:
> Since upgrading to Wheezy, I've had the following entries showing up in
> my morning logwatch E-Mail:
> 
>> - Dovecot Begin  
>>
>>  Dovecot disconnects:
>> Inactivity: 27 Time(s)
>> Inactivity (tried to use disallowed plaintext auth): 2 Time(s)
>> Logged out in=1115 out=13676: 1 Time(s)
>> Logged out in=12173 out=351935: 1 Time(s)
>> Logged out in=1272 out=27883: 1 Time(s)
>> Logged out in=1303 out=25234: 1 Time(s)
>> Logged out in=1337 out=25064: 1 Time(s)
>> Logged out in=1419 out=30466: 1 Time(s)
>> Logged out in=1527 out=13360: 1 Time(s)
>> [...]
> 
> Now, the way those entries are showing up in the syslog looks like this:
> 
>> Aug 11 09:12:48 janet dovecot: imap({username}): Disconnected: Logged out 
>> in=1714 out=32525
>> Aug 11 09:56:55 janet dovecot: imap({username}): Disconnected: Logged out 
>> in=2348 out=48815
>> Aug 11 13:06:15 janet dovecot: imap({username}): Disconnected: Logged out 
>> in=2566 out=44455
>> [...]
> 
> "{username}" is just me blanking out the username that appeared there.  :-)
> 
> Now, for the topper, here's what's in /etc/logwatch/conf/ignore.conf:
> 
>> dovecot: .*Connection closed in=
>> dovecot: .*Logged out in=
>> dovecot: .*Disconnected for inactivity in=
> 
> So, the $64,000 question is:  Why are those entries showing up in the
> report??  What am I missing here? :-)
> 
> (It's all the "logged out" messages I'm trying to ignore.)

Ok, upon further searching around, I think I found the problem.  It
looks like the config file location for the program moved somewhere
along the way.  It's no longer using /etc/logwatch (I *thought* that
directory seemed kinda empty other than my lone ignore.conf file which
had been there; it probably didn't get removed because it knew I had
modified the file), but is now in /usr/share/logwatch/default.config.
Which strikes me as a rather strange place to put config files  I'll
put my entries in the ignore.conf file there and see if that takes care
of it.

   --Dave




smime.p7s
Description: S/MIME Cryptographic Signature


How to get logwatch to ignore something

2013-08-12 Thread David Guntner
Since upgrading to Wheezy, I've had the following entries showing up in
my morning logwatch E-Mail:

> - Dovecot Begin  
> 
>  Dovecot disconnects:
> Inactivity: 27 Time(s)
> Inactivity (tried to use disallowed plaintext auth): 2 Time(s)
> Logged out in=1115 out=13676: 1 Time(s)
> Logged out in=12173 out=351935: 1 Time(s)
> Logged out in=1272 out=27883: 1 Time(s)
> Logged out in=1303 out=25234: 1 Time(s)
> Logged out in=1337 out=25064: 1 Time(s)
> Logged out in=1419 out=30466: 1 Time(s)
> Logged out in=1527 out=13360: 1 Time(s)
> [...]

Now, the way those entries are showing up in the syslog looks like this:

> Aug 11 09:12:48 janet dovecot: imap({username}): Disconnected: Logged out 
> in=1714 out=32525
> Aug 11 09:56:55 janet dovecot: imap({username}): Disconnected: Logged out 
> in=2348 out=48815
> Aug 11 13:06:15 janet dovecot: imap({username}): Disconnected: Logged out 
> in=2566 out=44455
> [...]

"{username}" is just me blanking out the username that appeared there.  :-)

Now, for the topper, here's what's in /etc/logwatch/conf/ignore.conf:

> dovecot: .*Connection closed in=
> dovecot: .*Logged out in=
> dovecot: .*Disconnected for inactivity in=

So, the $64,000 question is:  Why are those entries showing up in the
report??  What am I missing here? :-)

(It's all the "logged out" messages I'm trying to ignore.)

  --Dave



smime.p7s
Description: S/MIME Cryptographic Signature


Re: Problems installing wheezy

2013-08-12 Thread Anubhav Yadav
On Mon, Aug 12, 2013 at 10:07 AM, Kailash  wrote:

> Default desktop is Gnome 3. Try watching a video tour of Gnome on youtube.
>
> Kailash
> --
>
-- 

I am well versed with gnome (using ubuntu for the past 3 years)
I got a solution to my problem of desktop here
http://www.debianuserforums.org/viewtopic.php?f=55&t=1515#p14651


Regards,
Anubhav Yadav


Re: icedove configuration problem [SOLVED]

2013-08-12 Thread François Patte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Le 11/08/2013 11:22, François Patte a écrit :
> Bonjour,
> 
> As thunderbird is banned from debian, I try to setup my email
> account using icedove.
> 
> It fails! For 2 reasons:
> 
> 1- I presume that icedove check if my email address is a "valid"
> address (and it is, I use it since almost 20 years at Paris
> Descartes University) in some data bases. As it seems to fail to find
> it, It reject it (even using "manual" configuration).
> 
> 2- I use to use an ssh tunnel to link some port (>1048) of my machine
> to the smtp port of the mail server at the university. Icedove allows
> to only use ports 25, 587 and 465
> 

To fool this behaviour: press button "manual config" (something like
this) *while it is searching in data bases* don't wait till the end of
the query...

This extremely logical! I need and want more like this!


- -- 
François Patte
UFR de mathématiques et informatique
Laboratoire MAP5 --- UMR CNRS 8145
Université Paris Descartes
45, rue des Saints Pères
F-75270 Paris Cedex 06
Tél. +33 (0)1 8394 5849
http://www.math-info.univ-paris5.fr/~patte
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/

iEYEARECAAYFAlIIvrUACgkQdE6C2dhV2JXSnACgo/cdORmROtvVxDJqV8wXX9oC
4RkAniDmKzHyaqCf9NGgbgrT7PsGT0Gu
=iImK
-END PGP SIGNATURE-


-- 
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/5208beb5.9010...@mi.parisdescartes.fr



your thoughts: special post for Debian birthday

2013-08-12 Thread Ana Guerrero Lopez
Dear users and contributors,

We would like publishing a special post in bits.d.o for the anniversary of
Debian.  The idea is publishing anonymous quotes from Debian users and 
developers about what Debian means for you. Please send your quotes ASAP 
at ana...@debian.org, Francesca and I will get all the emails send there.

Thank you,
Ana


-- 
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/20130812095742.ga27...@pryan.ekaia.org



Re: Problems installing wheezy

2013-08-12 Thread Anubhav Yadav
On Aug 11, 2013 11:43 PM, "Robert Holtzman"  wrote:

>
> Don't top post.

I keep on forgetting. Won't happen again
>
> Don't overquote.
>
> --
> Bob Holtzman
> Our company's mission is to enable data-stream
> synergies with confluent bullshit mining,


Re: HDMI output

2013-08-12 Thread Rahul M
have you tried plugging in the cable before the comp starts?

On 11/08/2013, The_Ace  wrote:
> Have you looked at refresh rates and screen resolutions ? TVs can be
> very picky when it comes to these.
>
> On Sun, Aug 11, 2013 at 5:27 AM, Seth Bauer  wrote:
>> Andrei POPESCU  gmail.com> writes:
>>
>>>
>>> On Jo, 31 ian 13, 11:29:17, Tony van der Hoff wrote:
>>> > Hi,
>>> >
>>> > I have a HP dv6 laptop, running squeeze/KDE4.
>>> >
>>> > I'm trying to view the video output on my TV using the HDMI
>>> > connection.
>>> > Evidently from the OSD, the TV recognises that there's something
>>> > connected, and krandr on the laptop also indicates an HDMI connection.
>>> > However, there is no video.
>>> > Presumably this is because Xorg is not correctly set up to drive the
>>> > HDMI output.
>>>
>>> Since you mention krandr I'm assuming you're using free drivers
>>> (probably radeon).
>>>
>>> > Has anyone please got any suggestions on where to look/how to
>>> > configure
>>> > this?
>>>
>>> Please attach your /var/log/Xorg.0.log.
>>>
>>> Kind regards,
>>> Andrei
>>
>> Dear Andrei,
>>
>>Hi... I'm also having a similar problem.  I'm using wheezy/kde 4 also
>> on
>> a HP dv6 laptop.  When plugged into my TV via HDMI, the computer
>> recognizes
>> it as a monitor but there is no video on the TV.  Where should I send my
>> /var/log/Xorg.0.log file?  It's way to long to post.
>>
>> Thanx,  Seth
>> /var/log/Xorg.0.log.
>>
>>
>> --
>> 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/loom.20130811t013411-...@post.gmane.org
>>
>
>
>
> --
> The mysteries of the Universe are revealed when you break stuff.
>
>
> --
> 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/CAM8yCh8N-1rG9rABuOpXaXd9=tejVUzy7FBQT2pqq9We=db...@mail.gmail.com
>
>


-- 
Rahul,
Photo Coordinator,
*The Caravan *
+91 7838474635


-- 
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/caasckzxz0udcpw+3p9+ij93eqyut74xxrnhf54l3i7c9bzw...@mail.gmail.com



Re: limit traffic based on IPs

2013-08-12 Thread shawn wilson
On Mon, Aug 12, 2013 at 4:28 AM, binary dreamer
 wrote:
> stuck big time with the syntax of an iptable.
> i would like to permit the speed of 512/512kbps to ips 192.168.1.2-5
> i would like to permit the speed of 1024/1024kbps to ips 192.168.1.6-10
> i would like to permit the speed of 2048/2048kbps to ips 192.168.1.11-12
> the rest of the ips will set to free traffic

Basically what you want to do is 'mark' the packet with iptables (it's
a kernel flag) and then 'handle' it with tc. Just a quick google
(though tc if fairly complex and has a tree like structure which you
might want to read about):
http://www.linuxquestions.org/questions/linux-networking-3/iptables-mark-combine-with-tc-382100/


-- 
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/CAH_OBif7cipyFoX4=tbr4viflomcpnhg3sw+mkny_tlrvvz...@mail.gmail.com



Re: limit traffic based on IPs

2013-08-12 Thread David Goodenough
On Monday 12 Aug 2013, binary dreamer wrote:
> stuck big time with the syntax of an iptable.
> i would like to permit the speed of 512/512kbps to ips 192.168.1.2-5
> i would like to permit the speed of 1024/1024kbps to ips 192.168.1.6-10
> i would like to permit the speed of 2048/2048kbps to ips 192.168.1.11-12
> the rest of the ips will set to free traffic
You need to look at tc not iptables.  

David


-- 
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/201308121000.16898.david.goodeno...@btconnect.com



Re: limit traffic based on IPs

2013-08-12 Thread Jochen Spieker
binary dreamer:
> 
> stuck big time with the syntax of an iptable.
> i would like to permit the speed of 512/512kbps to ips 192.168.1.2-5
> i would like to permit the speed of 1024/1024kbps to ips 192.168.1.6-10
> i would like to permit the speed of 2048/2048kbps to ips 192.168.1.11-12
> the rest of the ips will set to free traffic

What did you try and how does it fail?

This link is probably a good starting point:
http://serverfault.com/questions/154451/throttle-bandwidth-via-iptables

It doesn't appear to me that iptables is necessarily the best tool to
achieve what you want. But then I am not sure if your stated goal is
actually the best way to achieve what you *really* want. Is it possible
that you actually need QoS (Quality of Service) instead of fixed
bandwidth limits?

J.
-- 
I worry about people thinking I have lost direction.
[Agree]   [Disagree]
 


signature.asc
Description: Digital signature


limit traffic based on IPs

2013-08-12 Thread binary dreamer
stuck big time with the syntax of an iptable.
i would like to permit the speed of 512/512kbps to ips 192.168.1.2-5
i would like to permit the speed of 1024/1024kbps to ips 192.168.1.6-10
i would like to permit the speed of 2048/2048kbps to ips 192.168.1.11-12
the rest of the ips will set to free traffic


Re: How to apply patch?

2013-08-12 Thread Ralf Mardorf


On Sun, 2013-08-11 at 15:48 +0200, Gábor Hársfalvi wrote:
> I've found it
> -> 
> http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/raring/gnomeradio/raring/view/head:/debian/patches/gnomeradio-device.patch
> 
> 
> And I wish to apply on my system.

And what do you exactly want to know?

You need to download the source code of gnomeradio-1.8 and the patches
and then run the patch command in the source tree, after that you need
to compile it. When compiling is done, you can install it with or
without building a package.

Regards,
Ralf



-- 
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/1376295313.7629.6.camel@archlinux



Re: Installing mysqldump

2013-08-12 Thread The_Ace
if the database that you need to backup is not in your own PC, use
the -h parameter with mysqldump  and pass the host ip or fqdn of the
PC in which the database resides.
eg :
mysqldump -h 192.168.1.30  -u username_with_external_access -p db_name
> db_name.sql

if the database is in the same PC, then you still have problems as the
local mysql service is not running.
check logs (syslog , mysql log) to see why its not running and attend to that.

On Mon, Aug 12, 2013 at 5:58 AM, Ethan Rosenberg, PhD
 wrote:
> On Friday 09 August 2013 19:51:25 Bob Proulx wrote:
>>
>> Ethan Rosenberg, PhD wrote:
>
> 
>
> Further, I tried to run mysql and receive the following message-
>
> ERROR 2002 can't connect to local mysql server thru socket
> '/var/run/mysqld/mysqld.sock' (2)
>
> TIA
>
> Ethan
>
> ===
> Dear List -
>
> I now have a desktop, using xfce.
>
> I now have mysqldump.
>
> The following is ABSOLUTELY CRITICAL!
>
> I have to backup a database so I can install it on another computer
>
> When I try to to run mysqldump, I receive the following message:
>
>
> ERROR 2002 can't connect to local mysql server thru socket
> '/var/run/mysqld/mysqld.sock' (2)
>
> TIA
>
> Ethan
>
>
> --
> 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/52082c31.8070...@hygeiabiomedical.com
>



-- 
The mysteries of the Universe are revealed when you break stuff.


-- 
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/CAM8yCh_XNAcO8exYpuwD=odvb8ie1+qcmqvfs2f_flftow4...@mail.gmail.com