Re: disk usage utility

2014-06-26 Thread Tixy
On Wed, 2014-06-25 at 20:55 +0200, B wrote:
[...]
> And if your $HOME is really 100% full, that means you can't
> succeed making: touch ZZZ.ZZZ in it (as the right user).

Is that true? Using touch on a non-existent filename creates a file of
zero length, which I would assume for a lot of file system types would
just take up one inode that might still be available even if the file
system is 100% free? And don't some file systems use inode space for
very short files?

-- 
Tixy




-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1403768954.3397.8.ca...@computer5.home



Re: disk usage utility

2014-06-26 Thread Tixy
On Wed, 2014-06-25 at 12:42 -0600, ChadDavis wrote:
> I have a single partition mounted at '/'.  When I run the disk usage
> utility, it shows That I have 66 GB remaining.  Which is correct.  But when
> I "scan home" it shows my home folder as 100% full.
> 
> Why would my home folder be full, when my there is just one huge partition
> and it has plenty of empty space remaining?

File systems like ext4 with default formatting options tend to have 5%
(or something like that) disk space reserved for root, so perhaps there
is only that reserved space left remaining and "scan home" (whatever
that is) is being clever and taking that into account?

-- 
Tixy 



-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1403769011.3397.9.ca...@computer5.home



Re: is this sensible?

2014-06-26 Thread Chris Bannister
On Wed, Jun 25, 2014 at 02:26:03PM +0200, berenger.mo...@neutralite.org wrote:
> 
> This is the problem with non interactive tools: if you do not master the non
> interactive tool, you do not have real control on it.

If it is non interactive, then how do you master it?

-- 
"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: https://lists.debian.org/20140626102633.GA3809@tal



Re: Please help me

2014-06-26 Thread Chris Bannister
On Wed, Jun 25, 2014 at 04:06:45PM -0400, Ric Moore wrote:
> 
> It's much better if your subject line reflects your problem. "Please help
> me" doesn't make the topic searchable for anyone else that may have your
> same problem. Then you are the sole recipient of the help others are
> investing their time in. I'm surprised anyone responded at all. :/ Ric

What is the bet he didn't subscribe to the list?

-- 
"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: https://lists.debian.org/20140626104128.GB3809@tal



install kate (4.13.1 , testing) in debian stable

2014-06-26 Thread sppmg

Hi all

I want install kate 4.13.1 in debian stable, but the kde is 4.8 in 
debian stable .


I followed kate official tutorial (http://kate-editor.org/get-it/) ,and 
get source by git and apt-get source.

but I always get 4.8 version kate after compile.

Why ? And what can I do ?


Thanks much.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/53abfbfa.3050...@gmail.com



Re: install kate (4.13.1 , testing) in debian stable

2014-06-26 Thread Martin Steigerwald
Am Donnerstag, 26. Juni 2014, 18:54:50 schrieb sppmg:
> Hi all
> 
> I want install kate 4.13.1 in debian stable, but the kde is 4.8 in
> debian stable .
> 
> I followed kate official tutorial (http://kate-editor.org/get-it/) ,and
> get source by git and apt-get source.
> but I always get 4.8 version kate after compile.
> 
> Why ? And what can I do ?

You need to tell your KDE session to look into the directories where you 
compiled kate too. I install compiled stuff to /usr/local and use a quite 
minimal approach that with KDE Runtime 4.11 and back then KDE Applications 
4.12 base install, now 4.13 works for me to testing master branch of KDEPIM 
and Akonadi related stuff.

martin@merkaba:~/.kde/env> cat kdedirs.sh 
#!/bin/bash
if [ -z $KDEDIRS ]; then
export KDEDIRS="/usr/local/"
else
export KDEDIRS="/usr/local/:$KDEDIRS"
fi

if [ -z $QT_PLUGIN_PATH ]; then
export QT_PLUGIN_PATH="/usr/local/lib/kde4"
else
export QT_PLUGIN_PATH="/usr/local/lib/kde4:$QT_PLUGIN_PATH"
fi

There are guides for setting up a KDE development environment on 
techbase.kde.org. I suggest you read those.

Alternative upgrade to Jessie/Testing:

martin@merkaba:~> rmadison kate | cut -c 1-70
 kate | 4:4.4.5-1  | squeeze | amd64, armel, i386, ia64, kfreebsd-amd6
 kate | 4:4.8.4-1  | wheezy  | source, amd64, armel, armhf, i386, ia64
 kate | 4:4.13.1-2 | jessie  | source, amd64, armel, armhf, i386, kfre
 kate | 4:4.13.1-2 | sid | source, amd64, armel, armhf, hurd-i386,

Yes that is testing and there might be issues at times, but in generally I am 
quite satisfied.


Also note that this question is not really Debian specific but upstream 
related. And that there is a debian-kde mailinglist for KDE specific things on 
Debian.

Ciao,
-- 
Martin 'Helios' Steigerwald - http://www.Lichtvoll.de
GPG: 03B0 0D6C 0040 0710 4AFA  B82F 991B EAAC A599 84C7


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1959485.R6VtSRLc2D@merkaba



Re: ntp problem

2014-06-26 Thread Rob Owens
> On Wed, 25 Jun 2014, Bob Proulx wrote:
> > Utilities such as NTP are really good at adjusting the counting per
> > second to tune the OS view of time to be very accurate.  If that isn't
> > working then I suspect some other problem.  Such as two daemons
> > fighting each other both trying to adjust the clock.  Or some other
> > failure.

Maybe a cron job running ntpdate?

-Rob


signature.asc
Description: Digital signature


Re: Synaptic messed up

2014-06-26 Thread Tony Baldwin
On Wed, Jun 25, 2014 at 11:16:56PM -0400, Maureen L Thomas wrote:
> 
> On 06/25/2014 09:21 PM, Tony Baldwin wrote:
> >On Wed, Jun 25, 2014 at 08:18:41PM -0400, Maureen L Thomas wrote:
> >>I had an orange triangle show up where the upstate square usually
> >>shows.  I clicked on it and got the following messages.
> >>
> >>Error message:
> >>
> >>Fetch failed: W:Failed to fetch 
> >>ftp://debian.cites.illinois.edu/pub/debian/dists/wheezy/updates/main/source/Sources
> >>Unable to fetch file, server said 'Failed to open file. '
> >>
> >>, W:Failed to fetch 
> >>ftp://debian.cites.illinois.edu/pub/debian/dists/wheezy/updates/contrib/source/Sources
> >>Unable to fetch file, server said 'Failed to open file. '
> >>
> >>, E:Some index files failed to download. They have been ignored, or
> >>old ones used instead.
> >>
> >>
> >>
> >>
> >>I opened synaptic and received the following:
> >>
> >>
> >>E: The value 'stable-updates' is invalid for APT::Default-Release as
> >>such a release is not available in the sources
> >>
> >>E: _cache->open() failed, please report.
> >>
> >>
> >>
> >>
> >>  I have no idea what the problem is.  It doesn't matter which of the
> >>U.S. sites I pick I get the same messages.  I deleted synaptic and
> >>re-installed it from the apt-get command line but it is still there.
> >>Although today I did get a security update that worked just fine.
> >>
> >>  Any thoughts on what I should do to fix this?
> >The errors tell us what the problem is.
> >stable-updates is an invalid value for APT::Default-Release
> >Probably somewhere in our /etc/apt/source.list you have
> >"stable-updates" where you should really have
> >"wheezy-updates".
> >
> >Do us a favour and paste in the content of your /etc/apt/source.list
> >
> >Tony
> >https://tonybaldwin.info
> Here is the content of sources.list.save
> 
> 
> deb http://security.debian.org/ wheezy/updates main contrib
> deb-src http://debian.cc.lehigh.edu/debian/ wheezy/updates main contrib
> 
> # wheezy-updates, previously known as 'volatile'
> # A network mirror was not selected during install.  The following entries
> # are provided as examples, but you should amend them as appropriate
> # for your mirror of choice.
> #
> # deb http://ftp.debian.org/debian/ wheezy-updates main contrib
> deb http://http.us.debian.org/debian/ wheezy contrib non-free main
> deb http://ftp.de.debian.org/debian wheezy-backports main non-free
> deb-src http://ftp.de.debian.org/debian wheezy-backports main non-free
> deb http://debian.cc.lehigh.edu/debian/ wheezy-updates main
> deb-src http://debian.cc.lehigh.edu/debian/ wheezy-updates main
> # deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib

You replied directly to me, and not the list.
I do not see "stable-updates" in here, but this is a back-up file from
when the sources.list was last edited. It's still possible that it was
edited and somewhere has "stable-updates" in it.

Tony

-- 
http://www.myownsite.me
web design, development and hosting


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140626121319.ga13...@myownsite.me



Re: is this sensible?

2014-06-26 Thread berenger . morel



Le 26.06.2014 12:26, Chris Bannister a écrit :

On Wed, Jun 25, 2014 at 02:26:03PM +0200,
berenger.mo...@neutralite.org wrote:


This is the problem with non interactive tools: if you do not master 
the non

interactive tool, you do not have real control on it.


If it is non interactive, then how do you master it?


Knowing exactly what it does, depending on the parameters you gave it 
at it's startup?



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/c81699e983e43fbecdb584d4f2c91...@neutralite.org



Re: Debian 7, xrdp and cyrillic clipboard

2014-06-26 Thread Сергей Савко
I fixed the problem, you need to add en_US locale.
Thank you.

- Исходное сообщение -
От: "Сергей Савко" 
Кому: debian-user@lists.debian.org
Отправленные: Среда, 25 Июнь 2014 г 17:02:16
Тема: Debian 7, xrdp and cyrillic clipboard

Hello.
Installed xrdp using X11RDP-o-Matic, everything works except the Cyrillic copy 
from client to server and back. 
While on Ubuntu 12.04 with the same setting Cyrillic works. 
Maybe I had not installed any package?
What could it be?

Thank you.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/185968016.96019.1403784525181.javamail.zim...@tophouse.ru



Re: ntp problem

2014-06-26 Thread Pierre Frenkiel

On Thu, 26 Jun 2014, Rob Owens wrote:


On Wed, 25 Jun 2014, Bob Proulx wrote:

Utilities such as NTP are really good at adjusting the counting per
second to tune the OS view of time to be very accurate.  If that isn't
working then I suspect some other problem.  Such as two daemons
fighting each other both trying to adjust the clock.  Or some other
failure.


Maybe a cron job running ntpdate?


  it's what I did up to now, (ntpdate or rdate), but the drift
  became too big, even with a call in cron.hourly

best regards,
--
Pierre Frenkiel


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
https://lists.debian.org/alpine.deb.2.10.1406261703460.26...@pfr2.frenkiel-hure.net



Re: Please help me

2014-06-26 Thread Brian
On Thu 26 Jun 2014 at 22:41:28 +1200, Chris Bannister wrote:

> On Wed, Jun 25, 2014 at 04:06:45PM -0400, Ric Moore wrote:
> > 
> > It's much better if your subject line reflects your problem. "Please help
> > me" doesn't make the topic searchable for anyone else that may have your
> > same problem. Then you are the sole recipient of the help others are
> > investing their time in. I'm surprised anyone responded at all. :/ Ric
> 
> What is the bet he didn't subscribe to the list?

You'll get no money from me! I can read email headers just as well as
you can.


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/26062014185859.1c095acf3...@desktop.copernicus.demon.co.uk



Re: Reply To settings - was - Re: Debian 7.5 amd64 xfce GUI shutdown and restart do not work

2014-06-26 Thread davidson

Hi Bret.

On Wed, 18 Jun 2014, Bret Busby wrote:


On 18/06/2014, Steve Litt  wrote:

On Wed, 18 Jun 2014 00:28:45 +0800
Bret Busby  wrote:


Now, if only the list defaulted to "Reply To List", it would be good,
and, make replying to the list, easier...


As far as I know, it does. As far as I know, everyone who replies to my
stuff on this list goes to the list. As far as I know, every one of my
replies to this list goes to the list.

Perhaps you have coded a "Reply to" in your email client.



I have just checked the full headers, using both the MTA formerly
known as PINE, and, gmail (I have my gmail account, subscribed, and,
my normal email address, subscribed, and, I use alpine for incoming
email, for the latter, due to the power of PINE), and both show no
presence of a Reply-To value having been set.

In both instances, in composing a reply to your message, the replies
default to replying to you only; a user needs to use the Reply To All
option, and then (if the user is inclined, and, I generally do it, to
minimise wastage of bandwidth and duplication of messages for
recipients) deleting the email address of the poster of the message to
which the reply is being composed (and deleting any other circulated
email addresses shown in the message header), and, cutting (from the
CC field), and pasting, the list address, to the To address for thew
message.


i am familiar with that kind of hamster-work.  done it myself for more
than a decade.  kind of a pita.

have you looked at alpine's roles?  Main menu > Setup > Roles.

i have, just now, created one of these roles, for alpine to apply when
i reply to messages located in the mailfolder where i file messages
received from debian-user.  it fills in the "To:" header automatically
and correctly, to debian-user, among other things.

below are the relevant non-default settings i chose for the role.
first, here are the triggering conditions:

] == CURRENT FOLDER CONDITIONS BEGIN HERE ==

] Current Folder Type =
] SetChoose One
] ---  
] ( )  Any
] ( )  News
] ( )  Email
] (*)  Specific (Enter Incoming Nicknames or use ^T)
]  Folder List = /full/path/to/debian/user/mailfolder

] == CURRENT MESSAGE CONDITIONS BEGIN HERE ==

] To pattern= 
] [...]
] List-Id pattern   = debian-user.lists.debian.org
] Add Extra Headers
] [...]


to set a List-Id pattern, i had to add it using the "Add Extra
Headers" option.  (since the only messages i save in the specified
folder already fit the pattern, it is in fact redundant.)

the settings above make alpine consider applying the following
template to my own outgoing messages, when i'm in the designated
mailfolder and the currently viewed message was sent to the
debian-user listserv.

the settings below define the template applied to my outgoing
messages:

] == ACTIONS BEGIN HERE ==

] Initialize settings using role : 
] Set From= david...@ling.ohio-state.edu
] Set Reply-To= debian-user@lists.debian.org
] [...]
] Set Other Hdrs  = To: debian-user@lists.debian.org
] [...]

it's the last setting that does the work you've been looking for, if i
understand you correctly.

hope this helps.

-wes


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
https://lists.debian.org/alpine.deb.2.02.1406261448190.28...@brutus.ling.ohio-state.edu



Re: Reply To settings - was - Re: Debian 7.5 amd64 xfce GUI shutdown and restart do not work

2014-06-26 Thread davidson

On Thu, 26 Jun 2014, david...@ling.ohio-state.edu wrote:


have you looked at alpine's roles?  Main menu > Setup > Roles.


Correction:  Main menu > Setup > *Rules* > Roles


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: 
https://lists.debian.org/alpine.deb.2.02.1406261556580.28...@brutus.ling.ohio-state.edu



Re: Synaptic messed up

2014-06-26 Thread Maureen L Thomas


On 06/26/2014 08:13 AM, Tony Baldwin wrote:

On Wed, Jun 25, 2014 at 11:16:56PM -0400, Maureen L Thomas wrote:

On 06/25/2014 09:21 PM, Tony Baldwin wrote:

On Wed, Jun 25, 2014 at 08:18:41PM -0400, Maureen L Thomas wrote:

I had an orange triangle show up where the upstate square usually
shows.  I clicked on it and got the following messages.

Error message:

Fetch failed: W:Failed to fetch 
ftp://debian.cites.illinois.edu/pub/debian/dists/wheezy/updates/main/source/Sources
Unable to fetch file, server said 'Failed to open file. '

, W:Failed to fetch 
ftp://debian.cites.illinois.edu/pub/debian/dists/wheezy/updates/contrib/source/Sources
Unable to fetch file, server said 'Failed to open file. '

, E:Some index files failed to download. They have been ignored, or
old ones used instead.




I opened synaptic and received the following:


E: The value 'stable-updates' is invalid for APT::Default-Release as
such a release is not available in the sources

E: _cache->open() failed, please report.




  I have no idea what the problem is.  It doesn't matter which of the
U.S. sites I pick I get the same messages.  I deleted synaptic and
re-installed it from the apt-get command line but it is still there.
Although today I did get a security update that worked just fine.

  Any thoughts on what I should do to fix this?

The errors tell us what the problem is.
stable-updates is an invalid value for APT::Default-Release
Probably somewhere in our /etc/apt/source.list you have
"stable-updates" where you should really have
"wheezy-updates".

Do us a favour and paste in the content of your /etc/apt/source.list

Tony
https://tonybaldwin.info

Here is the content of sources.list.save


deb http://security.debian.org/ wheezy/updates main contrib
deb-src http://debian.cc.lehigh.edu/debian/ wheezy/updates main contrib

# wheezy-updates, previously known as 'volatile'
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://ftp.debian.org/debian/ wheezy-updates main contrib
deb http://http.us.debian.org/debian/ wheezy contrib non-free main
deb http://ftp.de.debian.org/debian wheezy-backports main non-free
deb-src http://ftp.de.debian.org/debian wheezy-backports main non-free
deb http://debian.cc.lehigh.edu/debian/ wheezy-updates main
deb-src http://debian.cc.lehigh.edu/debian/ wheezy-updates main
# deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib

You replied directly to me, and not the list.
I do not see "stable-updates" in here, but this is a back-up file from
when the sources.list was last edited. It's still possible that it was
edited and somewhere has "stable-updates" in it.

Tony



How do I find out what is suppose to be there or how do I fix it?  I 
have basic knowledge of the command line so if someone would tell me how 
to fix it I will attempt to do so.



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/53ac89b2.30...@tampabay.rr.com



Re: Synaptic messed up

2014-06-26 Thread Lisi Reisz
On Thursday 26 June 2014 21:59:30 Maureen L Thomas wrote:
> On 06/26/2014 08:13 AM, Tony Baldwin wrote:
> > On Wed, Jun 25, 2014 at 11:16:56PM -0400, Maureen L Thomas wrote:
> >> On 06/25/2014 09:21 PM, Tony Baldwin wrote:
> >>> On Wed, Jun 25, 2014 at 08:18:41PM -0400, Maureen L Thomas wrote:
>  I had an orange triangle show up where the upstate square usually
>  shows.  I clicked on it and got the following messages.
> 
>  Error message:
> 
>  Fetch failed: W:Failed to fetch
>  ftp://debian.cites.illinois.edu/pub/debian/dists/wheezy/updates/main/s
> ource/Sources Unable to fetch file, server said 'Failed to open file. '
> 
>  , W:Failed to fetch
>  ftp://debian.cites.illinois.edu/pub/debian/dists/wheezy/updates/contri
> b/source/Sources Unable to fetch file, server said 'Failed to open
>  file. '
> 
>  , E:Some index files failed to download. They have been ignored, or
>  old ones used instead.
> 
> 
> 
> 
>  I opened synaptic and received the following:
> 
> 
>  E: The value 'stable-updates' is invalid for APT::Default-Release as
>  such a release is not available in the sources
> 
>  E: _cache->open() failed, please report.
> 
> 
> 
> 
>    I have no idea what the problem is.  It doesn't matter which of the
>  U.S. sites I pick I get the same messages.  I deleted synaptic and
>  re-installed it from the apt-get command line but it is still there.
>  Although today I did get a security update that worked just fine.
> 
>    Any thoughts on what I should do to fix this?
> >>>
> >>> The errors tell us what the problem is.
> >>> stable-updates is an invalid value for APT::Default-Release
> >>> Probably somewhere in our /etc/apt/source.list you have
> >>> "stable-updates" where you should really have
> >>> "wheezy-updates".
> >>>
> >>> Do us a favour and paste in the content of your /etc/apt/source.list
> >>>
> >>> Tony
> >>> https://tonybaldwin.info
> >>
> >> Here is the content of sources.list.save
> >>
> >>
> >> deb http://security.debian.org/ wheezy/updates main contrib
> >> deb-src http://debian.cc.lehigh.edu/debian/ wheezy/updates main contrib
> >>
> >> # wheezy-updates, previously known as 'volatile'
> >> # A network mirror was not selected during install.  The following
> >> entries # are provided as examples, but you should amend them as
> >> appropriate # for your mirror of choice.
> >> #
> >> # deb http://ftp.debian.org/debian/ wheezy-updates main contrib
> >> deb http://http.us.debian.org/debian/ wheezy contrib non-free main
> >> deb http://ftp.de.debian.org/debian wheezy-backports main non-free
> >> deb-src http://ftp.de.debian.org/debian wheezy-backports main non-free
> >> deb http://debian.cc.lehigh.edu/debian/ wheezy-updates main
> >> deb-src http://debian.cc.lehigh.edu/debian/ wheezy-updates main
> >> # deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib
> >
> > You replied directly to me, and not the list.
> > I do not see "stable-updates" in here, but this is a back-up file from
> > when the sources.list was last edited. It's still possible that it was
> > edited and somewhere has "stable-updates" in it.
> >
> > Tony
>
> How do I find out what is suppose to be there or how do I fix it?  I
> have basic knowledge of the command line so if someone would tell me how
> to fix it I will attempt to do so.

First, send us the output of:

$ cat /etc/apt/sources.list

so that we can see that what we think is the problem is indeed the problem.

Lisi


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/201406262240.13386.lisi.re...@gmail.com



Re: Synaptic messed up

2014-06-26 Thread Maureen L Thomas


On 06/26/2014 05:40 PM, Lisi Reisz wrote:

# wheezy-updates, previously known as 'volatile'
> >># A network mirror was not selected during install.  The following
> >>entries # are provided as examples, but you should amend them as
> >>appropriate # for your mirror of choice.
> >>#
> >># debhttp://ftp.debian.org/debian/  wheezy-updates main contrib
> >>debhttp://http.us.debian.org/debian/  wheezy contrib non-free main
> >>debhttp://ftp.de.debian.org/debian  wheezy-backports main non-free
> >>deb-srchttp://ftp.de.debian.org/debian  wheezy-backports main non-free
> >>debhttp://debian.cc.lehigh.edu/debian/  wheezy-updates main
> >>deb-srchttp://debian.cc.lehigh.edu/debian/  wheezy-updates main
> >># deb-srchttp://ftp.debian.org/debian/  wheezy-updates main contrib


# wheezy-updates, previously known as 'volatile'
# A network mirror was not selected during install.  The following
entries # are provided as examples, but you should amend them as
appropriate # for your mirror of choice.
#
# debhttp://ftp.debian.org/debian/  wheezy-updates main contrib
debhttp://http.us.debian.org/debian/  wheezy contrib non-free main
debhttp://ftp.de.debian.org/debian  wheezy-backports main non-free
deb-srchttp://ftp.de.debian.org/debian  wheezy-backports main non-free
debhttp://debian.cc.lehigh.edu/debian/  wheezy-updates main
deb-srchttp://debian.cc.lehigh.edu/debian/  wheezy-updates main
# deb-srchttp://ftp.debian.org/debian/  wheezy-updates main contrib

This is what I got when I did

$ cat /etc/apt/sources.list



--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/53aca4fb.9080...@tampabay.rr.com



Re: raid/mdadm help

2014-06-26 Thread Don Armstrong
On Wed, 25 Jun 2014, Rodney D. Myers wrote:
> Well 2 hours later, failed;

Please examine dmesg, and see precisely what the failure messages were.
[The entries in dmesg corresponding to the drives being detected at
early boot will aul.]

Secondly, please show us the output of:

mdadm --detail /dev/sd{c,d,e}1;
 
It's possible that you have either bad controllers, bad cables, a bad
multiplexer, or bad harddrives... but only the dmesg output will give us
an idea of what the problem is.

-- 
Don Armstrong  http://www.donarmstrong.com

"I'm a rational being--of a sort--rational enough, at least, to see the
symptoms of insanity around me. And I'm human, the same as the people
I think of as victims when my guard drops. It's at least possible I'm
even crazier than my fellows, whom I'm tempted to pity.
"There seems only one thing to do, and that's get drunk"
 -- Chad C. Mulligan (John Brunner _Stand On Zanzibar_ p390)


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140626235516.ge30...@rzlab.ucr.edu



Re: Synaptic messed up

2014-06-26 Thread Tony Baldwin
On Thu, Jun 26, 2014 at 04:59:30PM -0400, Maureen L Thomas wrote:
> 
> On 06/26/2014 08:13 AM, Tony Baldwin wrote:
> >On Wed, Jun 25, 2014 at 11:16:56PM -0400, Maureen L Thomas wrote:
> >>On 06/25/2014 09:21 PM, Tony Baldwin wrote:
> >>>On Wed, Jun 25, 2014 at 08:18:41PM -0400, Maureen L Thomas wrote:
> I had an orange triangle show up where the upstate square usually
> shows.  I clicked on it and got the following messages.
> 
> Error message:
> 
> Fetch failed: W:Failed to fetch 
> ftp://debian.cites.illinois.edu/pub/debian/dists/wheezy/updates/main/source/Sources
> Unable to fetch file, server said 'Failed to open file. '
> 
> , W:Failed to fetch 
> ftp://debian.cites.illinois.edu/pub/debian/dists/wheezy/updates/contrib/source/Sources
> Unable to fetch file, server said 'Failed to open file. '
> 
> , E:Some index files failed to download. They have been ignored, or
> old ones used instead.
> 
> 
> 
> 
> I opened synaptic and received the following:
> 
> 
> E: The value 'stable-updates' is invalid for APT::Default-Release as
> such a release is not available in the sources
> 
> E: _cache->open() failed, please report.
> 
> 
> 
> 
> >I do not see "stable-updates" in here, but this is a back-up file from
> >when the sources.list was last edited. It's still possible that it was
> >edited and somewhere has "stable-updates" in it.
> >
> >Tony
> >
> 
> How do I find out what is suppose to be there or how do I fix it?  I
> have basic knowledge of the command line so if someone would tell me
> how to fix it I will attempt to do so.

Just anywhere you see "stable-updates", change it to "wheezy-updates".

If you use vim, you can just do
:%s/stable-updates/wheezy-updates/g

Tony

-- 
http://www.myownsite.me
web design, development & hosting


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140627005559.GA22831@localhost.localdomain



Re: is this sensible?

2014-06-26 Thread Chris Bannister
On Thu, Jun 26, 2014 at 02:17:47PM +0200, berenger.mo...@neutralite.org wrote:
> 
> 
> Le 26.06.2014 12:26, Chris Bannister a écrit :
> >On Wed, Jun 25, 2014 at 02:26:03PM +0200,
> >berenger.mo...@neutralite.org wrote:
> >>
> >>This is the problem with non interactive tools: if you do not master the
> >>non
> >>interactive tool, you do not have real control on it.
> >
> >If it is non interactive, then how do you master it?
> 
> Knowing exactly what it does, depending on the parameters you gave it at
> it's startup?

Wouldn't they normally be quantitative parameters? I just thought, this
minute, that the *true master* would know what to do if it broke down.

-- 
"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: https://lists.debian.org/20140627010612.GB29004@tal



Re: Please help me

2014-06-26 Thread Chris Bannister
On Thu, Jun 26, 2014 at 07:01:23PM +0100, Brian wrote:
> On Thu 26 Jun 2014 at 22:41:28 +1200, Chris Bannister wrote:
> 
> > On Wed, Jun 25, 2014 at 04:06:45PM -0400, Ric Moore wrote:
> > > 
> > > It's much better if your subject line reflects your problem. "Please help
> > > me" doesn't make the topic searchable for anyone else that may have your
> > > same problem. Then you are the sole recipient of the help others are
> > > investing their time in. I'm surprised anyone responded at all. :/ Ric
> > 
> > What is the bet he didn't subscribe to the list?
> 
> You'll get no money from me! I can read email headers just as well as
> you can.

Makes you wonder how many people who install Debian and have trouble,
write to the list but are not subscribed, and therefore do not rec a
reply.

You notice a couple now and then.

-- 
"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: https://lists.debian.org/20140627011553.GC29004@tal



Re: Synaptic messed up

2014-06-26 Thread Maureen L Thomas


On 06/26/2014 08:56 PM, Tony Baldwin wrote:

On Thu, Jun 26, 2014 at 04:59:30PM -0400, Maureen L Thomas wrote:

On 06/26/2014 08:13 AM, Tony Baldwin wrote:

On Wed, Jun 25, 2014 at 11:16:56PM -0400, Maureen L Thomas wrote:

On 06/25/2014 09:21 PM, Tony Baldwin wrote:

On Wed, Jun 25, 2014 at 08:18:41PM -0400, Maureen L Thomas wrote:

I had an orange triangle show up where the upstate square usually
shows.  I clicked on it and got the following messages.

Error message:

Fetch failed: W:Failed to fetch 
ftp://debian.cites.illinois.edu/pub/debian/dists/wheezy/updates/main/source/Sources
Unable to fetch file, server said 'Failed to open file. '

, W:Failed to fetch 
ftp://debian.cites.illinois.edu/pub/debian/dists/wheezy/updates/contrib/source/Sources
Unable to fetch file, server said 'Failed to open file. '

, E:Some index files failed to download. They have been ignored, or
old ones used instead.




I opened synaptic and received the following:


E: The value 'stable-updates' is invalid for APT::Default-Release as
such a release is not available in the sources

E: _cache->open() failed, please report.





I do not see "stable-updates" in here, but this is a back-up file from
when the sources.list was last edited. It's still possible that it was
edited and somewhere has "stable-updates" in it.

Tony


How do I find out what is suppose to be there or how do I fix it?  I
have basic knowledge of the command line so if someone would tell me
how to fix it I will attempt to do so.

Just anywhere you see "stable-updates", change it to "wheezy-updates".

If you use vim, you can just do
:%s/stable-updates/wheezy-updates/g

Tony


I did as you said in vim and got this back
E486: Pattern not found: stable-updates

So I am really confused now.  Any other solutions to try.
Maureen


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Archive: https://lists.debian.org/53aceac8.8040...@tampabay.rr.com



rsync of mtp://[usb:001,012]/ ?

2014-06-26 Thread Sharon Kimble
I have a mobile phone and a kindle fire, both of which can be manually
mounted, but they are given names like "mtp://[usb:002,042]/" currently
the kindle fire. And "mtp://[usb:001,012]/" which is the mobile
phone.

How can I do a rsync backup of them both, or any backup at all really,
just in case the martians invade, again! :)

Thanks
Sharon.
-- 
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.3.91.1


signature.asc
Description: PGP signature


Re: rsync of mtp://[usb:001,012]/ ?

2014-06-26 Thread Reco
 Hi.

On Fri, Jun 27, 2014 at 06:41:08AM +0100, Sharon Kimble wrote:
> I have a mobile phone and a kindle fire, both of which can be manually
> mounted, but they are given names like "mtp://[usb:002,042]/" currently
> the kindle fire. And "mtp://[usb:001,012]/" which is the mobile
> phone.
> 
> How can I do a rsync backup of them both, or any backup at all really,
> just in case the martians invade, again! :)

If it's really mounted (for example, back in the old days nautilus
didn't mount smb shares, although it could access them just fine) - all
you need to do is to run 'mount' and examine existing mountpoints.
Presumably your devices are mounted either somewhere inside your $HOME,
or inside /run/media/$USER. And if you get a mountpoint - it's a simple
matter of running 'rsync -Hax $MOUNTPOINT $YOUR_BACKUP'.

Reco


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140627055418.GA30581@x101h



Re: Please help me

2014-06-26 Thread Reco
 Hi.

On Fri, Jun 27, 2014 at 01:15:53PM +1200, Chris Bannister wrote:
> On Thu, Jun 26, 2014 at 07:01:23PM +0100, Brian wrote:
> > On Thu 26 Jun 2014 at 22:41:28 +1200, Chris Bannister wrote:
> > 
> > > On Wed, Jun 25, 2014 at 04:06:45PM -0400, Ric Moore wrote:
> > > > 
> > > > It's much better if your subject line reflects your problem. "Please 
> > > > help
> > > > me" doesn't make the topic searchable for anyone else that may have your
> > > > same problem. Then you are the sole recipient of the help others are
> > > > investing their time in. I'm surprised anyone responded at all. :/ Ric
> > > 
> > > What is the bet he didn't subscribe to the list?
> > 
> > You'll get no money from me! I can read email headers just as well as
> > you can.
> 
> Makes you wonder how many people who install Debian and have trouble,
> write to the list but are not subscribed, and therefore do not rec a
> reply.
> 
> You notice a couple now and then.

Nobody forbids those people to ask to CC them the answer :)

Reco


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140627055600.GB30581@x101h