Re: [Solved] Remplacement for zsafe on wheezy

2013-06-13 Thread Mérof 42
Sorry for this late response.
I finally used fpm2, because I use mate desktop and fpm2 is on gtk so it
give me a better integration.
fpm2 have less option than Keepassx, but have they I need.
I use only Debian, so I don't care if it doesn't work on Windows or Mac :)
fpm2 use also aes encryption, I think security is the same with the same
encryption.

Thanks you all


2013/6/7 Tyler D 

> On Wed, Jun 5, 2013 at 4:16 AM, Mérof 42  wrote:
> > Thanks you both, I'm going to test it.
> > It seem to be better than zsafe, with more options.
> > I just dislike qt library, but is a different story
> >
> > A question about keepassx, I saw it use AES 256bits to store password,
> is my
> > password safe if somebody steal my laptop per example?
> > Off course I plan to use a sufficient strong master password.
> > I'm not really familiar with encryption, and I don't know witch
> encryption
> > provide sufficient security.
>
> Another recommendation for KeePassX from me as well.  It works on
> Linux, Mac, and Windows.  That was one of the more important selling
> points for me.
>
> As far as the safety of a KeePassX database goes, I think you are
> fine.  I too am not a mathematical computer wizard of science theory,
> so I suggest this post:
>
> http://serverfault.com/questions/51895/are-128-and-256bit-aes-encryption-considered-weak
>
> I also wanted to point out that you can set up a two-factor
> authentication scheme.  Meaning, in addition to requiring that a
> password (something you know) be supplied, you can also require that a
> key file (something you have) be specified.  That doesn't really have
> to do with security (your "sufficient security") but rather
> authentication.  Since there can be an additional authentication
> factor, the likelihood of someone being able to brute force their way
> in to your password database are made lower.
>


Re: Need help undeleting a Big gz compressed tar ball

2013-06-13 Thread To Ro
Thank you Bob. The Seagate drive has NTFS, I never reformatted it. There is
where the big tar file was.
Here is another question: How does the creation of a tar.gz ball occur? Is
it

a) first compressing files and directories and then taring them
or
b) taring and then compressing?

If the procedure is a), how big the compressed chunks are, how exactly does
it happen? It may explain the recovered pieces of 20,30,50 etc GB that are
declared by file to be "data".

One experience I got: Never create big tar balls unless you have the
computer power to handle it. Especially if it is compressed.


On Wed, Jun 12, 2013 at 8:18 PM, Bob Proulx  wrote:

> To Ro wrote:
> > After a few hours, my Big.tar.gz was gone. I tried testdisk, but has not
> > been very succesful. I was able to see and copy to another disk about 18
> > files of different sizes, from 6 gb to 70 gb, with names such as
> inode_x
> > Running the command "file inode_x" yields not much, it says data
> file.
> > The process of copying by testdisk had to be halted because the target
> disk
> > was full, and testdisk hung for several hours (night time) before I
> stopped
> > the whole thing.
> > What should I do?
>
> What filesystem are you using?  Because if it is ext3 then things look
> pretty grim.  See this reference:
>
>   http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html
>
>   Q: How can I recover (undelete) deleted files from my ext3 partition?
>   Actually, you can't! This is what one of the developers, Andreas
>   Dilger, said about it:
>
>   In order to ensure that ext3 can safely resume an unlink after a
>   crash, it actually zeros out the block pointers in the inode, whereas
>   ext2 just marks these blocks as unused in the block bitmaps and marks
>   the inode as "deleted" and leaves the block pointers alone.
>
>   Your only hope is to "grep" for parts of your files that have been
>   deleted and hope for the best.
>
> Otherwise everything I know about recovering deleted files is here:
>
>
> http://www.gnu.org/software/coreutils/faq/#I-used-rm-to-remove-a-file_002e-How-can-I-get-it-back-now_003f
>
> It is a pretty pessimistic view.  I hope others have more optimistic
> information for you.
>
> Good luck!
> Bob
>


Re: Root can startx, main user can't - new Wheezy install

2013-06-13 Thread Andrei POPESCU
On Mi, 12 iun 13, 18:24:31, Hans-J. Ullrich wrote:
> 
> Another reason might be, if you are using nvidia-drivers. Make sure, your 
> users are in group "nvidia" (should be automatically set by the package 
> installer). Check the same, if you use fglrx driver.

$ grep nvidia /etc/group
$

This is the first time a hear about this and if this is something done 
by the nvidia installer it is one more reason to use the Debian packages 
instead.

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Need help undeleting a Big gz compressed tar ball

2013-06-13 Thread Linux-Fan
On 06/13/2013 11:29 AM, To Ro wrote:
> Thank you Bob. The Seagate drive has NTFS, I never reformatted it. There is
> where the big tar file was.
> Here is another question: How does the creation of a tar.gz ball occur? Is
> it
> 
> a) first compressing files and directories and then taring them
> or
> b) taring and then compressing?
> 
> If the procedure is a), how big the compressed chunks are, how exactly does
> it happen? It may explain the recovered pieces of 20,30,50 etc GB that are
> declared by file to be "data".
> 
> One experience I got: Never create big tar balls unless you have the
> computer power to handle it. Especially if it is compressed.

It is first tar and then gz. Tar creates one file of all the data and
then filters them trough gz. (You can create a tar.gz by issuing tar -cf
test.tar file...; gzip test.tar).

Linux-Fan

-- 
http://masysma.ohost.de/



signature.asc
Description: OpenPGP digital signature


Problem with authentication

2013-06-13 Thread Ger Hooton
Hi All,
I have configured Debian 6 [2.6.32-5-amd64 #1 SMP Fri May 10 08:43:19
UTC 2013 x86_64 GNU/Linux]  for LDAP Authentication.
It works fine if the /etc/nsswitch.conf is as follows:
passwd: ldap files
group:  ldap files
shadow: ladp files

hosts:  files dns
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis

But I get authentication errors if it is like this:

passwd: files ldap
group:  files ldap
shadow: files ladp

hosts:  files dns
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis


It only works if the order is ldap files.
I have installed libnss-ldapd
Any ideas?

//Ger
-- 
Gerard Hooton.
Senior Technical Officer
Department of Electrical & Electronic Engineering
University College Cork.
College Road.
Cork.
Ireland.

Tel: +353 21 4902296
Mobile: 085 281 3491


-- 
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/1371120941.2407.10.camel@pc014



Re: Problems with LDAP Authentication

2013-06-13 Thread Ger Hooton
Thanks Petter for your response.
It looks like the authentication process looks for the user
in /etc/passwd first and if the user is not there it gives up, ie. dose
not go to the LDAP server.
However, if LDAP is first then everything works fine.
Also I note that if I do su - username  as root [authentication not
required] I get:
su: Authentication failure
(Ignored)

//Ger



On Thu, 2013-06-13 at 12:52 +0200, Petter Reinholdtsen wrote:
> [Ger Hooton]
> > Any ideas?
> 
> Not really.
> 
> But you seem to confuse authentication with user information.
> nsswitch.conf control which users are visible (and other related
> information), while the content of /etc/pam.d/ control password
> checking.
> 
> Did you consider using sssd instead?  If you are lucky,
> /usr/lib/sssd/generate-config would generate the sssd config you need
> automatically, and the default setup for NSS and PAM should work out of
> the box.
> 

-- 
Gerard Hooton.
Senior Technical Officer
Department of Electrical & Electronic Engineering
University College Cork.
College Road.
Cork.
Ireland.

Tel: +353 21 4902296
Mobile: 085 281 3491


-- 
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/1371123701.2407.26.camel@pc014



Re: Need help undeleting a Big gz compressed tar ball

2013-06-13 Thread green
To Ro wrote at 2013-06-12 14:44 -0500:
> Where: External SeaGate Drive of 1 TB
> I had a Big.tar.gz file (about 400gb) with all the contents of my home
> directory, in a maze of directories and subdirectories.
> After extracting a directory with all its contents from Big.tar.gz to my
> hard drive, I decided to delete that particular directory. My mistake was
> to use archive manager from gnome 3 (debian wheezy), insted of using the
> command line. A wrong click started the deletion of the whole Big.tar.gz
> After a few hours, my Big.tar.gz was gone. I tried testdisk, but has not
> been very succesful. I was able to see and copy to another disk about 18
> files of different sizes, from 6 gb to 70 gb, with names such as inode_x
> Running the command "file inode_x" yields not much, it says data file.
> The process of copying by testdisk had to be halted because the target disk
> was full, and testdisk hung for several hours (night time) before I stopped
> the whole thing.

Make sure you do *not* have the NTFS filesystem mounted as
read-write.  Use `mount -o remount,ro /dev/sdx` with the appropriate
device file to mount read-only.

If you do not have a target disk that is large enough, you need to get
one.  Go with maybe 2 TB so that you have room to store the 400 GB
archive, plus extract it.  If you will be using this with Linux only,
do not use NTFS.

If you have not made *any* writes to the filesystem after the delete,
then the data *should* be there.  Try tools like scalpel,
scrounge-ntfs, and testdisk (now that you have adequate target disk
space).


signature.asc
Description: Digital signature


Re: xfce4-panel pager (aka "Workspace Switcher") width?

2013-06-13 Thread Darac Marjal
On Tue, Jun 11, 2013 at 08:00:52PM +1000, Zenaan Harkness wrote:
> After release of wheezy (I'm on sid), my pager has grown about twice
> as wide as I had it before. It looks like it has been set back to it's
> default setting for a 3-column pager, but I wanted a narrower pager,
> and I had achieved it before this post-wheezy-release sid-upgrade.
> 
> I tried adding settings -> xfce4-panel -> plugin-4 (pager) ->
> width(int), but this does not appear to be honoured.
> 
> I've done a few google searches but come up answerless.
> Anyone know how I might have achieved this the first time, or how to
> achieve it now?

I experienced an issue with XFCE's pager since updating to 4.10, too. I
"fixed" it, by adding a separator to the right of the pager.

 * Right click on panel, click Add
 * Find "Separator" and click Add
 * Right click on the separator and click properties
 * Set the style to "Transparent" and click the "Expand" checkbox.

> 
> Thanks heaps,
> Zenaan
> 
> 
> -- 
> 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/caosgnssmx03-fpdy+evbqwapx6jgqtso9l1ntpbqxzook6j...@mail.gmail.com
> 


signature.asc
Description: Digital signature


Dependency issue to install skype

2013-06-13 Thread J B
Hello list,

This is a debian multiarch box. IF I try to install skype 4.2 I get the 
following error


`
 #dpkg -i skype-debian_4.2.0.11-1_i386.deb 
(Reading database ... 216028 files and directories currently installed.)
Preparing to replace skype 4.0.0.8-1 (using skype-debian_4.2.0.11-1_i386.deb) 
...
Unpacking replacement skype ...
dpkg: dependency problems prevent configuration of skype:
 skype depends on libqtwebkit4 (>= 2.1.0~2011week13).

dpkg: error processing skype (--install):
 dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils ...
Processing triggers for mime-support ...
Processing triggers for hicolor-icon-theme ...
Errors were encountered while processing:
 skype

`

Tried with "apt-get install -f" and it removed the skype but not solves the 
issue.

Also tried with this

 #apt-get install libqtwebkit4

Reading package lists... Done
Building dependency tree   
Reading state information... Done
libqtwebkit4 is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 skype:i386 : Depends: libqtwebkit4:i386 (>= 2.1.0~2011week13) but it is not 
going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).

Any alternative to install skype 4.2 ?

Also tried to install 4.0 bit lib32 is missing and it is also missing from repo 
!!!

What can I do ?
Please suggest



-- 
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/20130613205644.1f2a6...@shiva.selfip.org



Unidentified subject!

2013-06-13 Thread peasthope
<20130607031646.ga21...@cerulean.myhome.westell.com> 
<171058055.33680.22629@cantor.invalid> 
<20130607164637.ga29...@daikon.vrg.org>
Subject: Re (3): Scanning in Wheezy.

*   From: "John L. Cunningham" 
*   Date: Fri, 7 Jun 2013 12:46:38 -0400
> Powercycling the scanner should be fine.

No change.

> What happens if you run Xsane? Does it find anything?

No.

> Can you tell from the logs if your scanner is being recognized at all?

root@dalton:~# dmesg | grep sg
[0.809032] msgmni has been set to 1003
[0.809338] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
53)
[   19.240700] scsi 0:0:4:0: Attached scsi generic sg0 type 3
[   19.240826] scsi 1:0:0:0: Attached scsi generic sg1 type 0
[   19.419234] scsi 2:0:0:0: Attached scsi generic sg2 type 5

It might be one of them.

> Is it being added under /dev/sgX? 

root@dalton:~# ls -l /dev/sg*
crw-rw+ 1 root root  21, 0 Jun 12 08:38 /dev/sg0
crw---  1 root root  21, 1 Jun 12 08:38 /dev/sg1
crw-rw---T  1 root cdrom 21, 2 Jun 12 08:38 /dev/sg2

Is read access is the problem?

> Can you tell from the logs if your scanner is being recognized at all?

root@dalton:~# grep sg /var/log/syslog
root@dalton:~#

I glanced at http://wiki.debian.org/Scanner .

root@dalton:/etc# adduser peter scanner
Adding user `peter' to group `scanner' ...
Adding user peter to group scanner
Done.

With no additional fuss, Xsane and the quiteinsane pluggin 
in gimp both find the scanner.  

Strikes me as odd that most user applications and resources 
are available painlessly while a few need root to put the 
user in a group.  More odd that scanner membership wasn't 
needed in Squeeze or I was removed from the scanner group 
in the grade from Squeeze to Wheezy.  Is a previously 
ignored policy being enforced in Wheezy?

Thanks for the feedback,... Peter E.

-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +13606390202  Bcc: peasthope at shaw.ca  http://carnot.yi.org/  
"http://members.shaw.ca/peasthope/index.html#Itinerary "


-- 
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/171058061.35569.21257@cantor.invalid



Re: Re (2): Scanning in Wheezy.

2013-06-13 Thread John L. Cunningham
On Thu, Jun 13, 2013 at 08:43:49AM -0700, peasth...@shaw.ca wrote:
> 
> I glanced at http://wiki.debian.org/Scanner .
> 
> root@dalton:/etc# adduser peter scanner
> Adding user `peter' to group `scanner' ...
> Adding user peter to group scanner
> Done.
> 
> With no additional fuss, Xsane and the quiteinsane pluggin 
> in gimp both find the scanner.  

Ah ha!

> 
> Strikes me as odd that most user applications and resources 
> are available painlessly while a few need root to put the 
> user in a group.  More odd that scanner membership wasn't 
> needed in Squeeze or I was removed from the scanner group 
> in the grade from Squeeze to Wheezy.  Is a previously 
> ignored policy being enforced in Wheezy?

udev is supposed to handle these things now. I suspect older SCSI
scanners were left behind in the migration from HAL because there are so
few of us using them any more.
-- 
John


-- 
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/20130613161429.ga6...@daikon.vrg.org



Re: Dependency issue to install skype

2013-06-13 Thread Andrei POPESCU
On Jo, 13 iun 13, 20:56:44, J B wrote:
> Hello list,
> 
> This is a debian multiarch box. IF I try to install skype 4.2 I get the 
> following error

Please show what your default and foreign architectures are:

dpkg --print-architecture
dpkg --print-foreign-architecture

I also hope you did an 'apt-get update' after adding any foreign 
architecture. Specifying the Debian version would also be nice.
 
> `
>  #dpkg -i skype-debian_4.2.0.11-1_i386.deb 
> (Reading database ... 216028 files and directories currently installed.)
> Preparing to replace skype 4.0.0.8-1 (using skype-debian_4.2.0.11-1_i386.deb) 
> ...
> Unpacking replacement skype ...
> dpkg: dependency problems prevent configuration of skype:
>  skype depends on libqtwebkit4 (>= 2.1.0~2011week13).
> 
> dpkg: error processing skype (--install):
>  dependency problems - leaving unconfigured
> Processing triggers for desktop-file-utils ...
> Processing triggers for mime-support ...
> Processing triggers for hicolor-icon-theme ...
> Errors were encountered while processing:
>  skype
> 
> `
> 
> Tried with "apt-get install -f" and it removed the skype but not solves the 
> issue.
> 
> Also tried with this
> 
>  #apt-get install libqtwebkit4
 
Assuming you are on amd64 with i386 as foreign architecture you should 
probably try

apt-get install libqtwebkit4:i386

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Need help undeleting a Big gz compressed tar ball

2013-06-13 Thread Bob Proulx
To Ro wrote:
> Here is another question: How does the creation of a tar.gz ball occur? Is
> it

That is one of those questions like Bilbo's riddle.  It is created by
the commands that created it and there isn't any other way to know.
Except that you said it was 400G and that means almost certainly it
was created on the fly and not in place.

> a) first compressing files and directories and then taring them
> or

If the file was 400G compressed then to have done that would have
needed more space.  If the compression was 10x (not uncommon) then it
would have needed 4000G of space to hold the uncompressed image first
and then enough additional space to create the compressed file.  You
would have needed, say, at least 5T of space in that case.  Unlikely.
And inefficient.  (And it all depends upon the compression factor.
Images are already compressed and generally do not compress more.  My
10x number might be 1.2x overall.  But text and source code and
particularly data files tend to compress very well and my 10x number
might be 100x then.  It all depends upon the data.)

> b) taring and then compressing?

Normally people working with tar.gz files compress them on the fly.

  tar cf - DIRPATH | gzip > TARFILE.tar.gz

Or they do the above combined all at one time using the 'z' option
which does the same thing but is a nice typing saver aid.  Internally
tar will use popen() to create the pipe for you.

  tar czf TARFILE.tar.gz DIRPATH

Since that runs as a pipe the output file is always compressed and
disk space used is at a minimum.  Also each process can get a
different cpu in a multi-core cpu system.  That is the most likely way
that your 400G tar.gz file was created.  However that is still not the
only way and other possibilities exist so this can not be said with
absolute certainty.

> One experience I got: Never create big tar balls unless you have the
> computer power to handle it. Especially if it is compressed.

I have to say that when I saw that you had a 400G tar.gz I had a sharp
intake of breath thinking about it.

Good to hear that it was not ext3!  Do what user green said and you
may have good success recovering the file.

Good luck!
Bob


signature.asc
Description: Digital signature


Re (3): Scanning in Wheezy.

2013-06-13 Thread peasthope
This is a second copy of the message with properly formatted References.

*   From: "John L. Cunningham" 
*   Date: Fri, 7 Jun 2013 12:46:38 -0400
> Powercycling the scanner should be fine.

No change.

> What happens if you run Xsane? Does it find anything?

No.

> Can you tell from the logs if your scanner is being recognized at all?

root@dalton:~# dmesg | grep sg
[0.809032] msgmni has been set to 1003
[0.809338] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
53)
[   19.240700] scsi 0:0:4:0: Attached scsi generic sg0 type 3
[   19.240826] scsi 1:0:0:0: Attached scsi generic sg1 type 0
[   19.419234] scsi 2:0:0:0: Attached scsi generic sg2 type 5

It might be one of them.

> Is it being added under /dev/sgX? 

root@dalton:~# ls -l /dev/sg*
crw-rw+ 1 root root  21, 0 Jun 12 08:38 /dev/sg0
crw---  1 root root  21, 1 Jun 12 08:38 /dev/sg1
crw-rw---T  1 root cdrom 21, 2 Jun 12 08:38 /dev/sg2

Is read access is the problem?

> Can you tell from the logs if your scanner is being recognized at all?

root@dalton:~# grep sg /var/log/syslog
root@dalton:~#

I glanced at http://wiki.debian.org/Scanner .

root@dalton:/etc# adduser peter scanner
Adding user `peter' to group `scanner' ...
Adding user peter to group scanner
Done.

With no additional fuss, Xsane and the quiteinsane pluggin 
in gimp both find the scanner.  

Strikes me as odd that most user applications and resources 
are available painlessly while a few need root to put the 
user in a group.  More odd that scanner membership wasn't 
needed in Squeeze or I was removed from the scanner group 
in the grade from Squeeze to Wheezy.  Is a previously 
ignored policy being enforced in Wheezy?

Thanks for the feedback,... Peter E.


-- 
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +13606390202  Bcc: peasthope at shaw.ca  http://carnot.yi.org/  
"http://members.shaw.ca/peasthope/index.html#Itinerary "


-- 
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/171058061.40358.21258@cantor.invalid



Re: No.cursor on the Gnome Terminal. in Wheezy

2013-06-13 Thread Rob Owens
- Original Message -
> From: "Sebastian Canagaratna" 
> 
> Just two days ago (10th June 2013)I changed from the amd64 version to
> the
> 
> 486 version mainly because the acrobat reader is not functional
> 
> in the 64 but version. But now I find that the gnome terminal does
> 
> not function: the background is dark and perhaps the cursor is also
> dark, but I don't know as yet how to change the colors The x-
> terminal is functioning OK and everything else is OK.Has anyone come
> across this behaviour? I'd be interested in someone telling me how
> to debug this.
> 
I see the same behavior on my system, but I'm using fluxbox.  Normally I just 
use xterm instead of gnome-terminal.  But I just discovered that in 
gnome-terminal I can get the colors back correctly like this:

Edit, Profile Preferences, Colors, uncheck "Use colors from system theme"

-Rob


-- 
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/967988813.29581618.1371148350993.javamail.r...@ptd.net



Re: No.cursor on the Gnome Terminal. in Wheezy

2013-06-13 Thread Larry Johnson
On Thu, Jun 13, 2013 at 2:32 PM, Rob Owens  wrote:

>
> I see the same behavior on my system, but I'm using fluxbox.  Normally I
> just use xterm instead of gnome-terminal.  But I just discovered that in
> gnome-terminal I can get the colors back correctly like this:
>
> Edit, Profile Preferences, Colors, uncheck "Use colors from system theme"
>
> -Rob


I've experienced the same problem, and the fix you suggested here cleared
up the problem (I was running xfce).


Debug symbols for all (or most?) packages?

2013-06-13 Thread Andrew Lutomirski
Disclaimer: I'm primarily a Fedora user, but I manage a few
Ubuntu-based servers, which are based on Debian, and my issue seems to
exist in plain Debian as well, so here goes...

A few days ago, I had a program dump core.  It crashed in a function
in /lib/x86_64-linux-gnu/libprocps.so.0.0.1, and no symbols were
installed.  So I did:

$ dpkg -S /lib/x86_64-linux-gnu/libprocps.so.0.0.1
libprocps0:amd64: /lib/x86_64-linux-gnu/libprocps.so.0.0.1

Aha - libprocps0-dbg must be missing!  So I tried it install it -- no
luck.  After reading things like
http://wiki.debian.org/HowToGetABacktrace and visiting pages like
http://packages.debian.org/source/sid/procps, it seems like there are,
in fact, no symbols available at all.  I can build a new package from
source, install it, and hope for another crash, but this is a nasty
thing to do to a production server.

Does Debian really not have debug symbols for all (or even most)
packages?  Fedora is really good about this.  Am I missing something?

(FWIW, this has happened to be quite a few times in quite a few
different packages.  I'm fairly agnostic about distributions, but this
may cause me to move to something Fedora-based for my servers at some
point.  I've wasted a fair amount of time doing symbol-less debugging
on my servers, and I've never had this problem on my Fedora
development box.)

Thanks,
Andy


-- 
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/caobl_7fyre7yo0dexh_3vobbwe_4be2mphh_pbkz3k8tamz...@mail.gmail.com



Lenovo WiFi Problem

2013-06-13 Thread Doug Button
I have been having a WiFi problem for a few months now, and I think I
should finally fix it. I am using a Lenovo Ideapad Z370 with Gnome 3's
network manager. Whenever I connect to a WiFi network, I have one or more
of these three problems.

1. The speed of the network drops drastically. Usually less than 20% of the
speed that the network should be.
2. The network seems to work fine for several minutes then drops out for 30
seconds to two minutes until it finally starts working again. This repeats
itself.
3. I am repeatedly asked for the password for the network and cannot access
the internet at all. I know for a fact that the password I am entering is
correct.

In all of these problems network manager says that I am connected to the
network just fine which is obviously not the case. I can also say that this
probably isn't a hardware problem or a matter of range because Windows 7
seems to connect just fine.

Does anybody know how to fix this problem? I can post any log files that
may be needed. Thanks for any help in advance!


Re: Lenovo WiFi Problem

2013-06-13 Thread Greg
On Thu, 2013-06-13 at 19:27 -0400, Doug Button wrote:
> I have been having a WiFi problem for a few months now, and I think I
> should finally fix it. I am using a Lenovo Ideapad Z370 with Gnome 3's
> network manager. Whenever I connect to a WiFi network, I have one or
> more of these three problems.
> 
> 1. The speed of the network drops drastically. Usually less than 20%
> of the speed that the network should be.
> 2. The network seems to work fine for several minutes then drops out
> for 30 seconds to two minutes until it finally starts working again.
> This repeats itself.
> 3. I am repeatedly asked for the password for the network and cannot
> access the internet at all. I know for a fact that the password I am
> entering is correct.
> 
> In all of these problems network manager says that I am connected to
> the network just fine which is obviously not the case. I can also say
> that this probably isn't a hardware problem or a matter of range
> because Windows 7 seems to connect just fine.
> 
> Does anybody know how to fix this problem? I can post any log files
> that may be needed. Thanks for any help in advance!


I had problems like this and it turned out to be a problem with my wifi
access point/router. A week before I had a network outage and when they
were fixing it the tech replaced the router and had several settings
involving various DOS attack detection. I was connected to the internet,
but my local wifi had the symptoms you describe. I disabled syn attack
detection and another that I don't remember and from that point
everything worked fine.


-- 
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/1371175451.12352.5.ca...@fast.cercy.net



Re: Need help undeleting a Big gz compressed tar ball

2013-06-13 Thread green
Bob Proulx wrote at 2013-06-13 11:45 -0500:
> Good to hear that it was not ext3!

For ext3, there is the ext4magic tool.  (I have not used it.)


signature.asc
Description: Digital signature


Re: Re: Lenovo WiFi Problem

2013-06-13 Thread Doug Button
Thanks for the help, but it doesn't sound quite like my problem. I 
haven't changed any network settings and these problems are only 
occurring on this one device.


I should probably also mention that according to lspci my WiFi model is 
"Intel Corporation Centrino Wireless-N 1000 [Condor Peak]". Maybe I'm 
missing a driver or something of that sort?



--
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/51ba87bc.2000...@gmail.com



Re: Debug symbols for all (or most?) packages?

2013-06-13 Thread Andrei POPESCU
On Jo, 13 iun 13, 14:53:16, Andrew Lutomirski wrote:
> Disclaimer: I'm primarily a Fedora user, but I manage a few
> Ubuntu-based servers, which are based on Debian, and my issue seems to
> exist in plain Debian as well, so here goes...
 
Disclaimer: I don't know much about debugging in general. The only time 
I ever needed it the crash was (still is actually) very reliably 
reproducible and I rebuilt the package myself.

> Does Debian really not have debug symbols for all (or even most)
> packages?  Fedora is really good about this.  Am I missing something?

You might have noticed some packages have a -dbg equivalent. As far as I 
understand at the moment it is up to the Maintainer to enable this in 
the Debian package build.

There were several discussions about a general solution for Debian 
packages, but it hasn't happened so far. I'm guessing there is (as 
usual) lack of manpower :(

Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Re: Dependency issue to install skype

2013-06-13 Thread J B
Hello Andrei,


On Thu, 13 Jun 2013 19:27:14 +0300
Andrei POPESCU  wrote:

> On Jo, 13 iun 13, 20:56:44, J B wrote:
> > Hello list,
> > 
> > This is a debian multiarch box. IF I try to install skype 4.2 I get the 
> > following error
> 
> Please show what your default and foreign architectures are:
> 
> dpkg --print-architecture
> dpkg --print-foreign-architecture

Here are the required info

#dpkg --print-architecture
amd64

#dpkg --print-foreign-architectures
i386

> 
> I also hope you did an 'apt-get update' after adding any foreign 
> architecture. Specifying the Debian version would also be nice.

Yes, I did it. This is a debian-testing OS

 
>  
 >  skype
> > 
> > `
> > 
> > Tried with "apt-get install -f" and it removed the skype but not solves the 
> > issue.
> > 
> > Also tried with this
> > 
> >  #apt-get install libqtwebkit4

  
> Assuming you are on amd64 with i386 as foreign architecture you should 
> probably try
> 
> apt-get install libqtwebkit4:i386
> 

Tried and no luck :-(

apt-get install libqtwebkit4:i386
Reading package lists... Done
Building dependency tree   
Reading state information... Done
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 libqtwebkit4:i386 : Depends: libgstreamer-plugins-base0.10-0:i386 (>= 0.10.31) 
but it is not going to be installed
 Depends: libgstreamer0.10-0:i386 (>= 0.10.31) but it is 
not going to be installed
 teamviewer : Depends: lib32asound2 but it is not installable
  Depends: ia32-libs but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a 
solution).


-- 
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/20130614120533.43de1...@shiva.selfip.org



Re: xfce4-panel pager (aka "Workspace Switcher") width?

2013-06-13 Thread Zenaan Harkness
On 6/13/13, Darac Marjal  wrote:
> On Tue, Jun 11, 2013 at 08:00:52PM +1000, Zenaan Harkness wrote:
>> After release of wheezy (I'm on sid), my pager has grown about twice
>> as wide as I had it before. It looks like it has been set back to it's
>> default setting for a 3-column pager, but I wanted a narrower pager,
>> and I had achieved it before this post-wheezy-release sid-upgrade.
>>
>> I tried adding settings -> xfce4-panel -> plugin-4 (pager) ->
>> width(int), but this does not appear to be honoured.
>>
>> I've done a few google searches but come up answerless.
>> Anyone know how I might have achieved this the first time, or how to
>> achieve it now?
>
> I experienced an issue with XFCE's pager since updating to 4.10, too. I
> "fixed" it, by adding a separator to the right of the pager.
>
>  * Right click on panel, click Add
>  * Find "Separator" and click Add
>  * Right click on the separator and click properties
>  * Set the style to "Transparent" and click the "Expand" checkbox.

Thank you Darac. I had this same problem too and fixed it in the same way.

I realise I was not clear/correct in my terminology.

It is the "Workspace Switcher" that I am currently grappling with, in
particular, its width. This is the little multi-box panel applet which
allows changing (and shows the current) "virtual desktop" or
"workspace".

So still looking for a solution to shrink the width of my xfce
"workspace switcher".

Best regards,
Zenaan


-- 
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/CAOsGNSTeKUE=8tqetsy4nx0d7hqkup5hqghstm2sgo1o+uv...@mail.gmail.com