Unmet dependencies in installing virtualbox-5.2

2018-07-30 Thread
Hi all,

my host system is Debian Buster(i.e., Debian Testing). When I installed 
Virtualbox-5.2, I encountered "unmet dependencies". The details is in 
the following:

$ sudo apt install virtualbox-5.2
[sudo] password for mdl:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  virtualbox-5.2 : Depends: libcurl3 (>= 7.16.2) but it is not going to 
be installed
   Depends: libvpx4 (>= 1.6.0) but it is not installable
   Recommends: libsdl-ttf2.0-0 but it is not going to be 
installed
   Recommends: linux-image but it is not installable
E: Unable to correct problems, you have held broken packages.

What should I do to fix broken packages?

-- Best Regards

Dongliang Mu



Unstable Wayland in Debian Testing

2018-03-14 Thread
Dear all,

Debian Testing for now has a very unstable wayland. I have encountered 
dozens of crashes about current Wayland during those months.

When I connect or disconnect an external screen monitor, usb driver, or 
even one phone, the desktop environment could crash. And then I login 
and found one "core" file appearing in the home directory :( . It drives 
me crazy and I am very frustrated with Debian Testing. What's wrong with 
Wayland desktop environment in Debian Testing?

Moreover, I submit one bug report 
(https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=881893) about my 
crashes. But I don't get any response about this thread.


-- 

My best regards to you.

  No System Is Safe!
  Dongliang Mu



gir1.2-webkit-3.0 vs gir1.2-webkit-4.0

2017-10-06 Thread
Dear all,

When I was searching alternatives for pywebkitgtk, I found one 
interesting github issue,

https://github.com/andresriancho/w3af/issues/13635#issuecomment-319871017

When I try to search "gir1.2-webkit", I find there are two versions for 
this package:

$ apt search gir1.2-webkit
Sorting... Done
Full Text Search... Done
gir1.2-webkit-3.0/testing,now 2.4.11-3 amd64 [installed]
   Web content engine library for GTK+ - GObject introspection data

gir1.2-webkit2-4.0/testing,now 2.16.6-1 amd64 [installed,automatic]
   Web content engine library for GTK+ - GObject introspection data

Which package should I use with the longer term maintenance into 
consideration?


-- 

My best regards to you.

  No System Is Safe!
  Dongliang Mu



Re: image created by debootstrap does not work

2017-09-28 Thread


On 09/27/2017 12:42 PM, Reco wrote:
> On Wed, Sep 27, 2017 at 04:32:34PM +0000, 慕 冬亮 wrote:
>>
>> On 09/22/2017 04:02 PM, Reco wrote:
>>> <dm5pr12mb190060f6a3633e658f56d98fbc...@dm5pr12mb1900.namprd12.prod.outlook.com>
>>>
>>>   Hi.
>>>
>>> On Fri, Sep 22, 2017 at 07:07:28PM +, 慕 冬亮 wrote:
>>>> qemu-system-x86_64 -kernel /boot/vmlinuz-4.12.0-1-amd64 -hda
>>>> qemu-stretch.img -append "root=/dev/sda1 single"
>> One small problem I have modified, sda1 => sda.
>> There is no any partition in image file.
>>>> However, the result shows that "VFS: unable to mount root fs".
>>> And that's exactly how it should be. I'm not sure about jessie's kernel,
>>> but stretch one has ext support built as a module (CONFIG_EXT4_FS=m).
>>>
>>> Meaning - if you want to boot from ext2/ext4 filesystem you'll need
>>> initrd. This qemu invocation does not supply one.
>> I tried the following command, that uses the default initrd in /boot,
>> but dead loop "floopy error -5 while reading block 0"
>>
>> qemu-system-x86_64 -kernel /boot/vmlinuz-4.12.0-1-amd64 -initrd
>> /boot/initrd.img-4.12.0-1-amd64 -hda qemu-stretch.img -append
>> "root=/dev/sda single"
> There is other thread at this mailllist that also shows some curious
> breakage of stock Debian initrd if it's forced to boot from
> non-partitioned drive.
>
> My gut feeling is you can not force it to work unless you rebuild
> initrd.
>
>
>>>> I learn the method from the following website:
>>>>
>>>> https://www.collabora.com/news-and-blog/blog/2017/01/16/setting-up-qemu-kvm-for-kernel-development/
>>> I'm genuinely surprised that such method worked for them.
>> I have learned how to use busybox as basic environment.
>> Is that any tutorial to show how to make debian debootstrap image as
>> basic environment?
> apt-get install vmdebootstrap
>
> man vmdebootstrap -- search for SYNOPSIS
This works. Thanks.
> Reco

-- 

My best regards to you.

  No System Is Safe!
  Dongliang Mu



Re: how to check GCC default C standard

2017-09-28 Thread


On 09/26/2017 06:22 PM, Michael Stone wrote:
> On Mon, Sep 25, 2017 at 05:10:32PM +0000, 慕 冬亮 wrote:
>> how do I check the default C standard GCC uses? I check "gcc -v"(list
>> below), but nothing is found.
>
> the default is to not be standards compliant. if you need a specific 
> standard you should specify it (e.g., -std=c11)
>
>> gcc version 7.2.0 (Debian 7.2.0-5)
>
> The info page or
> https://gcc.gnu.org/onlinedocs/gcc-7.2.0/gcc/Standards.html#Standards
>
> notes "The default, if no C language dialect options are given, is 
> -std=gnu11" and gnu11 as "C11 with GNU extensions" for gcc 7.2.0.
>
I see. Thanks.
> Mike Stone

-- 

My best regards to you.

  No System Is Safe!
  Dongliang Mu



Re: image created by debootstrap does not work

2017-09-27 Thread


On 09/22/2017 04:02 PM, Reco wrote:
> <dm5pr12mb190060f6a3633e658f56d98fbc...@dm5pr12mb1900.namprd12.prod.outlook.com>
>
>  Hi.
>
> On Fri, Sep 22, 2017 at 07:07:28PM +, 慕 冬亮 wrote:
>> qemu-system-x86_64 -kernel /boot/vmlinuz-4.12.0-1-amd64 -hda
>> qemu-stretch.img -append "root=/dev/sda1 single"
One small problem I have modified, sda1 => sda.
There is no any partition in image file.
>>
>> However, the result shows that "VFS: unable to mount root fs".
> And that's exactly how it should be. I'm not sure about jessie's kernel,
> but stretch one has ext support built as a module (CONFIG_EXT4_FS=m).
>
> Meaning - if you want to boot from ext2/ext4 filesystem you'll need
> initrd. This qemu invocation does not supply one.
I tried the following command, that uses the default initrd in /boot, 
but dead loop "floopy error -5 while reading block 0"

qemu-system-x86_64 -kernel /boot/vmlinuz-4.12.0-1-amd64 -initrd 
/boot/initrd.img-4.12.0-1-amd64 -hda qemu-stretch.img -append 
"root=/dev/sda single"

>
>> I learn the method from the following website:
>>
>> https://www.collabora.com/news-and-blog/blog/2017/01/16/setting-up-qemu-kvm-for-kernel-development/
> I'm genuinely surprised that such method worked for them.
I have learned how to use busybox as basic environment.
Is that any tutorial to show how to make debian debootstrap image as 
basic environment?
>
> Reco

-- 

My best regards to you.

  No System Is Safe!
  Dongliang Mu



how to check GCC default C standard

2017-09-26 Thread
Hi all,

how do I check the default C standard GCC uses? I check "gcc -v"(list 
below), but nothing is found.


$ gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 7.2.0-5' 
--with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs 
--enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ 
--prefix=/usr --with-gcc-major-version-only --program-suffix=-7 
--program-prefix=x86_64-linux-gnu- --enable-shared 
--enable-linker-build-id --libexecdir=/usr/lib 
--without-included-gettext --enable-threads=posix --libdir=/usr/lib 
--enable-nls --with-sysroot=/ --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-libstdcxx-time=yes 
--with-default-libstdcxx-abi=new --enable-gnu-unique-object 
--disable-vtable-verify --enable-libmpx --enable-plugin 
--enable-default-pie --with-system-zlib --with-target-system-zlib 
--enable-objc-gc=auto --enable-multiarch --disable-werror 
--with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 
--enable-multilib --with-tune=generic 
--enable-offload-targets=nvptx-none --without-cuda-driver 
--enable-checking=release --build=x86_64-linux-gnu 
--host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.2.0 (Debian 7.2.0-5)


-- 

My best regards to you.

  No System Is Safe!
  Dongliang Mu



image created by debootstrap does not work

2017-09-22 Thread
Hi all,

The image created by debootstrap does not work in the qemu

I use the following script to generate one image:



IMG=qemu-stretch.img
DIR=mount-point.dir

#qemu-img create -f qcow2 $IMG 5G
qemu-img create $IMG 5G
sudo mkfs.ext4 $IMG
mkdir $DIR
sudo mount -o loop $IMG $DIR
sudo debootstrap --arch amd64 stretch $DIR
sudo umount $DIR
rmdir $DIR



The commented line in the above script will get error when you create 
image by "qcow2" format.

Then I use the following command to run this image:

qemu-system-x86_64 -kernel /boot/vmlinuz-4.12.0-1-amd64 -hda 
qemu-stretch.img -append "root=/dev/sda1 single"

However, the result shows that "VFS: unable to mount root fs".

I learn the method from the following website:

https://www.collabora.com/news-and-blog/blog/2017/01/16/setting-up-qemu-kvm-for-kernel-development/

By the way, I use Debian Testing as my host operating system.

P.S. I don't subscribe debian-root mailing list, please cc to me if you 
reply in the debian-root mailing list.

-- 

My best regards to you.

  No System Is Safe!
  Dongliang Mu



Re: Cannot switch to Chinese Input Method with fcitx after upgrading to Debian Buster

2017-09-09 Thread


On 09/07/2017 02:01 PM, 慕 冬亮 wrote:

Hi all,

Yesterday I upgraded my Debian Stretch to Debian Buster. Something unexpected 
happens. I cannot switch to fcitx-googlepinyin/sunpinyin with fcitx.

In Debian Stretch, if I click "Ctrl+Space", it will change to 
fcitx-googlepinyin. And then I can type Chinese. However, in buster, when I 
click
"Ctrl+Space", there is no other input method shown. Only English could be typed.


I google this problem and find some interesting answers in the archlinux bbs.
Because Debian changes the backend of Gnome Shell from X.org to Wayland, 
Wayland does not directly support fcitx(details in 
https://bbs.archlinux.org/viewtopic.php?id=218409) due to profile problem.

The solution is easy :
Just add the following lines into `/etc/profile`. Don't use `~/.bashrc`. It is 
not working in my system.

GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx

I run "fcitx-diagnose", but cannot understand the result. Is there anyone who 
encounters the same problem with me? Do you have any solution?





--

My best regards to you.

 No System Is Safe!
 Dongliang Mu


Cannot switch to Chinese Input Method with fcitx after upgrading to Debian Buster

2017-09-07 Thread
Hi all,

Yesterday I upgraded my Debian Stretch to Debian Buster. Something unexpected 
happens. I cannot switch to fcitx-googlepinyin/sunpinyin with fcitx.

In Debian Stretch, if I click "Ctrl+Space", it will change to 
fcitx-googlepinyin. And then I can type Chinese. However, in buster, when I 
click
"Ctrl+Space", there is no other input method shown. Only English could be typed.

I run "fcitx-diagnose", but cannot understand the result. Is there anyone who 
encounters the same problem with me? Do you have any solution?


-- 

My best regards to you.

  No System Is Safe!
  Dongliang Mu

# System Info:
1.  `uname -a`:

Linux debian 4.12.0-1-amd64 #1 SMP Debian 4.12.6-1 (2017-08-12) x86_64 
GNU/Linux

2.  `lsb_release -a`:

No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux testing (buster)
Release:testing
Codename:   buster

3.  `lsb_release -d`:

Description:Debian GNU/Linux testing (buster)

4.  `/etc/lsb-release`:

`/etc/lsb-release` not found.

5.  `/etc/os-release`:

PRETTY_NAME="Debian GNU/Linux buster/sid"
NAME="Debian GNU/Linux"
ID=debian
HOME_URL="https://www.debian.org/;
SUPPORT_URL="https://www.debian.org/support;
BUG_REPORT_URL="https://bugs.debian.org/;

6.  Desktop Environment:

Desktop environment is `gnome3`.

7.  Bash Version:

BASH_VERSION='4.4.12(1)-release'

# Environment:
1.  DISPLAY:

DISPLAY=':0'

2.  Keyboard Layout:

1.  `setxkbmap`:

xkb_keymap {
xkb_keycodes  { include "evdev+aliases(qwerty)" };
xkb_types { include "complete"  };
xkb_compat{ include "complete"  };
xkb_symbols   { include "pc+us+inet(evdev)" };
xkb_geometry  { include "pc(pc105)" };
};

2.  `xprop`:

_XKB_RULES_NAMES(STRING) = "evdev", "pc105", "us", "", ""

3.  Locale:

1.  All locale:

C
C.UTF-8
en_US.utf8
POSIX

2.  Current locale:

LANG=en_US.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=

4.  Directories:

1.  Home:

/home/mdl

2.  `${XDG_CONFIG_HOME}`:

Environment variable `XDG_CONFIG_HOME` is not set.

Current value of `XDG_CONFIG_HOME` is `~/.config` (`/home/mdl/.config`).

3.  Fcitx Settings Directory:

Current fcitx settings directory is `~/.config/fcitx` 
(`/home/mdl/.config/fcitx`).

5.  Current user:

The script is run as mdl (1000).

# Fcitx State:
1.  executable:

Found fcitx at `/usr/bin/fcitx`.

2.  version:

Fcitx version: `4.2.9.1`

3.  process:

Found 2 fcitx processes:

 2920 fcitx
 2930 fcitx-dbus-watc

4.  `fcitx-remote`:

`fcitx-remote` works properly.

5.  DBus interface:

Using `dbus-send` to check dbus.

Owner of DBus name `org.fcitx.Fcitx` is `:1.133`.

PID of DBus name `org.fcitx.Fcitx` owner is `2920`.

# Fcitx Configure UI:
1.  Config Tool Wrapper:

Found fcitx-configtool at `/usr/bin/fcitx-configtool`.

2.  Config GUI for gtk2:

**Config GUI for gtk2 not found.**

3.  Config GUI for gtk3:

Found `fcitx-config-gtk3` at `/usr/bin/fcitx-config-gtk3`.

4.  Config GUI for kde:

# Frontends setup:
## Xim:
1.  `${XMODIFIERS}`:

**XMODIFIERS is not set**

**Please set environment variable XMODIFIERS to "@im=fcitx" using the tool 
your distribution provides or add `export XMODIFIERS=@im=fcitx` to your 
`~/.xprofile`. See [Input Method Related Environment Variables: 
XMODIFIERS](http://fcitx-im.org/wiki/Input_method_related_environment_variables#XMODIFIERS).**
Xim Server Name from Environment variable is fcitx.

2.  XIM_SERVERS on root window:

Xim server name is the same with that set in the environment variable.

## Qt:
1.  qt4 - `${QT4_IM_MODULE}`:

**Please set environment variable QT_IM_MODULE to "fcitx" using the tool 
your distribution provides or add `export QT_IM_MODULE=fcitx` to your 
`~/.xprofile`. See [Input Method Related Environment Variables: 
QT_IM_MODULE](http://fcitx-im.org/wiki/Input_method_related_environment_variables#QT_IM_MODULE).**

2.  qt5 - `${QT_IM_MODULE}`:

**Please set environment variable QT_IM_MODULE to "fcitx" using the tool 
your distribution provides or add `export QT_IM_MODULE=fcitx` to your 
`~/.xprofile`. See [Input Method Related Environment Variables: 

how to build dependency of python-webkit if python-webkit is not maintained?

2017-08-16 Thread
Hello all,

I have a python pacakge which depends on python-webkit(or pip package 
pywebkitgtk).

However, pywebkitgtk is not maintained now. Is there alternative pip 
package to replace webkit python module?

-- 

My best regards to you.

  No System Is Safe!
  Dongliang Mu



what should I do if I want to adopt one orphaned package?

2017-08-11 Thread
Dear all,

I want to adopt one package - Bochs [bochs: IA-32 PC 
emulator (package 
info)] which is orphaned since 2011 
days. And the current version in sid is 2.6-5.

The official website shows that the latest version of Bochs is 2.6.9. And 
the history for bochs is as follows:

  *   May 3, 2015: Bochs 
2.6.8 is now 
available.
  *   November 2, 2014: Bochs 
2.6.7 is now 
available.
  *   June 15, 2014: Bochs 
2.6.6 is now 
available.
  *   June 1, 2014: Bochs 
2.6.5 is now 
available.
  *   May 26, 2013: Bochs 
2.6.2 is now 
available.
  *   April 7, 2013: Bochs 
2.6.1 is now 
available.
  *   September 2, 2012: Bochs 
2.6 is now available.

What should I do and which document should I read in advance?

I have been using Debian for three years. I have some knowledge about 
Debian package development. I only have a little experience in debian software 
packaging.

Besides, I have a problem in subscribing debian-devel mailing list with 
current email. I confirmed the email, but with no any response.


--

My best regards to you.

 No System Is Safe!
 Dongliang Mu


Re: When did Debian decide to enable PIE by default?

2017-08-10 Thread


On 08/09/2017 10:48 AM, Gene Heskett wrote:
> On Wednesday 09 August 2017 10:31:48 Thomas Schmitt wrote:
>
>> Hi,
>>
>> 慕 冬亮 <mudonglianga...@hotmail.com> wrote:
>>> When does Debian Team, or Security Team decide to enable PIE by
>>> default?
>> I guess it was one year ago. At least that's the dates one can see on
>>https://wiki.debian.org/Hardening/PIEByDefaultTransition
>>
> Interesting Thomas, but what the heck is PIE?  I know about PAE, but PIE?
> Whats it do?  Searching the above wiki returned only this thread.
Please take a look at the following URL:

https://wiki.debian.org/Hardening#DEB_BUILD_HARDENING_PIE_.28gcc.2Fg.2B-.2B-_-fPIE_-pie.29

It is a security feature which combines with ASLR to do full address 
space randomization.
> Thanks, you too.
>> Have a nice day :)
>>
>> Thomas
>
> Cheers, Gene Heskett

-- 

---
My best regards to you.

  No System Is Safe!
  Dongliang Mu



Re: When did Debian decide to enable PIE by default?

2017-08-09 Thread


On 08/09/2017 10:31 AM, Thomas Schmitt wrote:
> Hi,
>
> 慕 冬亮 <mudonglianga...@hotmail.com> wrote:
>> When does Debian Team, or Security Team decide to enable PIE by default?
> I guess it was one year ago. At least that's the dates one can see on
>https://wiki.debian.org/Hardening/PIEByDefaultTransition
Such a good news for me, a student learning information security. 
However, I have a doubt, why does Debian enable PIE by default, other 
than stack protector and FORTIFY_SOURCE that are already enabled by 
default in the Ubuntu distribution?

I think stack protector(FORTIFY_SOURCE) has less overhead than PIE.

>
> Have a nice day :)
>
> Thomas
>

-- 

---
My best regards to you.

  No System Is Safe!
  Dongliang Mu



Re: Why debian put ~/bin beginning of $PATH

2017-08-09 Thread


On 08/08/2017 04:56 PM, spp mg wrote:
> 2017-08-09 4:04 GMT+08:00 Michael Lange :
>> Hi,
>>
>> On Wed, 9 Aug 2017 03:11:48 +0800
>> spp mg  wrote:
>>
>>> Hi all
>>>
>>> In the ~/.profile has below default setting:
>>>
>>> --
>>> # set PATH so it includes user's private bin if it exists
>>> if [ -d "$HOME/bin" ] ; then
>>>  PATH="$HOME/bin:$PATH"
>>> fi
>>> --
>>>
>>> Why put ~/bin beginning ? Is that dangerous ?
>> like other people already pointed out there shouldn't be anything
>> dangerous about this.
>> One possible use case is for example that you could put there a
>> minimal script that temporarily overrides some environment variable, like
>> one I have here which reads:
>>
>> #!/bin/bash
>> GTK_IM_MODULE=gtk /usr/bin/poedit $@
>> exit $?
>>
>> This way I can conveniently call "poedit " with the desired
>> setting of GTK_IM_MODULE without either having to type the whole thing
>> each time or else having to permanently change GTK_IM_MODULE's setting
>> (the default value of which I modified for other reasons).
>>
>> Best regards
>>
>> Michael
>>
>> .-.. .. ...- .   .-.. --- -. --.   .- -. -..   .--. .-. --- ... .--. . .-.
>>
>> Fascinating, a totally parochial attitude.
>>  -- Spock, "Metamorphosis", stardate 3219.8
>>
> Thinks to reply (very fast :D)
>
> I think it's may dangerous because generally system command should be
> highter older then user's command.
User's command is usually stored in "/usr/local/bin". It should be 
placed before "/bin" in the $PATH.

And it does in my Debian Stretch.

echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games

> For example , some guy put a "rm" but named "ls" to ~/bin . This "ls"
> can be virus or ransomware , user may not know it's not which he
> want("ls").
If someone replace "ls" with "rm", you cannot prevent this by trying to 
put "/bin" at the end of $PATH.

$PATH is used to search executable file. At the head of $PATH is with 
high priority.

If there are two "ls" in different places(one /bin, one /usr/bin) of 
$PATH. It causes different effects(which ls will be executed) whether or 
not you put "/bin" at the end of $PATH
> So I think put ~/bin to tail of $PATH has better security for normal user.
>
> For me, I will avoid use same name with exist command, and for user
> who want use same name , I believe he know or will learn how to modify
> $PATH.
>
>
> I mean , put ~/bin in tail of $PATH will batter for default setting,
> so does developer has another reason to put to beginning ?
>

-- 

---
My best regards to you.

  No System Is Safe!
  Dongliang Mu



When did Debian decide to enable PIE by default?

2017-08-09 Thread
Hello all,

I upgraded to Stretch several days ago. When I traced the instruction or 
debuged program,
I found the program compiled by default is enabled PIE. When does Debian Team, 
or
  Security Team decide to enable PIE by default?

  ---
My best regards to you.

  No System Is Safe!
  Dongliang Mu



答复: installing xz-utils

2017-05-27 Thread

The mirror "ftp.utexas.edu" is outdated.


Please try other mirror, such as "ftp.us.debian.org". I have checked that 
xz-utils_5.1.1alpha+20120614-2+b3_amd64.deb exists on this server.



发件人: Robert F. Crochelt 
发送时间: 2017年5月26日 5:08
收件人: debian-user@lists.debian.org
主题: installing xz-utils

Hi:

sudo apt-get install xz-utils fails with error message:

bob@iMac:~$ sudo apt-get install xz-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  xz-utils
  0 upgraded, 1 newly installed, 0 to remove and 7 not upgraded.
  Need to get 221 kB of archives.
  After this operation, 483 kB of additional disk space will be used.
  Err http://ftp.utexas.edu/debian/ jessie/main xz-utils amd64 
5.1.1alpha+20120614-2+b3
Index of /debian - University of Texas at Austin
ftp.utexas.edu
Debian Archive. See http://www.debian.org/ for information about Debian 
GNU/Linux. Current Releases. Four Debian releases are available on the main 
site:


404  Not Found
E: Failed to fetch 
http://ftp.utexas.edu/debian/pool/main/x/xz-utils/xz-utils_5.1.1alpha+20120614-2+b3_amd64.deb
  404  Not Found

E: Unable to fetch some archives, maybe run apt-get update or try with 
--fix-missing?

I've installed numerous other packages with apt-get on this Intel iMac, running 
jessie, without problems.  Internet connection is OK.  I ran apt-get upgrade 
and ran with --fix-missing with no change.


Thanks in advance for any ideas.

--
Bob Crochelt
Montana USA



How to Fix ACPI Error : Namespace lookup failure

2017-04-20 Thread
Dear all,

After I reverted BIOS back to default setting, I found some following error 
messages related to ACPI:

[0.847234] ACPI: Thermal Zone [THM] (25 C)
[0.847347] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup 
failure, AE_NOT_FOUND (20160831/psargs-359)
[0.847605] ACPI Error: Method parse/execution failed [\_TZ.TZ00._TMP] (Node 
987b7d51dac8), AE_NOT_FOUND (20160831/psparse-543)
[0.848038] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup 
failure, AE_NOT_FOUND (20160831/psargs-359)
[0.848240] ACPI Error: Method parse/execution failed [\_TZ.TZ00._TMP] (Node 
987b7d51dac8), AE_NOT_FOUND (20160831/psparse-543)
[0.848524] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup 
failure, AE_NOT_FOUND (20160831/psargs-359)
[0.848725] ACPI Error: Method parse/execution failed [\_TZ.TZ01._TMP] (Node 
987b7d51de38), AE_NOT_FOUND (20160831/psparse-543)
[0.848998] ACPI Error: [\_SB_.PCI0.LPCB.H_EC.ECAV] Namespace lookup 
failure, AE_NOT_FOUND (20160831/psargs-359)
[0.849198] ACPI Error: Method parse/execution failed [\_TZ.TZ01._TMP] (Node 
987b7d51de38), AE_NOT_FOUND (20160831/psparse-543)

How to fix this problem?


How to fix "dell_laptop: Setting old previous keyboard state failed"

2017-04-20 Thread
Dear all,


After I reverted BIOS back to default setting, I found some errors  at boot 
stage of My Debian Testing.


[2.513354] dell_laptop: Setting old previous keyboard state failed


How do I fix this problem?


Re: qemu installed but not found

2016-10-26 Thread


On 10/26/2016 12:00 PM, Matyas A. Sustik wrote:
I installed qemu with apt-get. However the qemu command is not found. What am I 
missing? Can anyone point me in the right direction?

The qemu command does not exist, but qemu- command is there.

mudongliang@debian:~$ qemu-
qemu-aarch64  qemu-ppc64qemu-system-mips64el
qemu-alphaqemu-ppc64abi32   qemu-system-mipsel
qemu-arm  qemu-ppc64le  qemu-system-moxie
qemu-armebqemu-s390xqemu-system-or32
qemu-cris qemu-sh4  qemu-system-ppc
qemu-i386 qemu-sh4ebqemu-system-ppc64
qemu-img  qemu-sparcqemu-system-ppcemb
qemu-io   qemu-sparc32plus  qemu-system-s390x
qemu-m68k qemu-sparc64  qemu-system-sh4
qemu-microblaze   qemu-system-aarch64   qemu-system-sh4eb
qemu-microblazeel qemu-system-alpha qemu-system-sparc
qemu-mips qemu-system-arm   qemu-system-sparc64
qemu-mips64   qemu-system-cris  qemu-system-tricore
qemu-mips64el qemu-system-i386  qemu-system-unicore32
qemu-mipsel   qemu-system-lm32  qemu-system-x86_64
qemu-mipsn32  qemu-system-m68k  qemu-system-xtensa
qemu-mipsn32elqemu-system-microblazeqemu-system-xtensaeb
qemu-nbd  qemu-system-microblazeel  qemu-tilegx
qemu-or32 qemu-system-mips  qemu-unicore32
qemu-ppc  qemu-system-mips64qemu-x86_64

Thanks!
-Matyas

--
"Rental activities in which you actively participate are considered passive 
activities." - IRS


--
My best regards to you.

 No System Is Safe!
 Dongliang Mu


Debian Jessie Icedove Error : NotAuthenticatedServerError

2015-10-09 Thread
Recently , I found that my hotmail in Icedove has the following error:
select command is not permitted in current state(NotAuthenticatedServerError)
I can't check emails in Icedove client. Even you mark the emails read, it is 
still unread in the website.I searched , but I don't change my password in the 
website or have two-step authentication.
Dose anyone know how to fix this problem? Thanks in advance.- mudongliang   
  

RE: get software list of one software repository

2015-09-04 Thread


> Date: Fri, 4 Sep 2015 10:21:13 +0100
> From: mailingl...@darac.org.uk
> To: debian-user@lists.debian.org
> Subject: Re: get software list of one software repository
> 
> On Thu, Sep 03, 2015 at 10:32:35PM +0800, mudongliang wrote:
> > Hello everyone :
> > There are some software repositories on my computer.
> > For example , google chrome software repository
> > deb [1]http://dl.google.com/linux/chrome/deb/ stable main
> > I also add ubuntu partner in my computer.
> > What I want to ask is how to get software list of someone software
> > repository through command line!
> > I can get this information through synaptic graphics.
> > But I don't know how to do it in command line.
> 
> Assuming that you have aptitude installed, try the following:
> 
> Start by running "grep Origin: /var/lib/apt/lists/*Release" to see where
> your packages from from. Origin will be "Debian" for official debian
> packages, "Canonical" for official ubuntu packages, etc.
> 
> Next, run "aptitude search '?origin(Debian)'" (replacing Debian with any
> of the Origins listed above.
> 
> If you need to narrow it down further (for example, you want to list
> only unstable packages from Debian), then you can try something like
> "aptitude search '(!~Atesting ~Aunstable ?origin(Debian))'".
> I think you may mistaken my request. I want the reverse information.For 
> example, the software list of debian testing main software repository is 
> needed.I don't need in which software repository a software is located. 
> > 
> > - mudongliang
> > 
> > References:
> > 
> > [1] http://dl.google.com/linux/chrome/deb/
> 
> 
> 
> -- 
> For more information, please reread.
  

(Solved :fix broken package)RE: postfix upgrading problem

2015-07-20 Thread
with the following commands , I solve my problem.
mv /var/lib/dpkg/postfix.* /tmp/
dpkg --remove --force-remove-reinstreq postfix

The commands can help users to manually remove a broken package.
Then I can install postfix again succesfully.

- mudongliang

From: mudonglianga...@hotmail.com
To: debian-user@lists.debian.org
Subject: postfix upgrading problem
Date: Tue, 14 Jul 2015 04:48:35 +





  

vmnet recompilation failed in Debian testing

2015-07-16 Thread
Today I upgraded kernel of debian testing to 4.0.0-2, but when I restart ,I 
found that vmnet module can't be recompiled
I use vmware workstation of version 
I search and find that all the thing about kernel 3.19.

# curl http://pastie.org/pastes/9934018/download -o /tmp/vmnet-3.19.patch

# cd /usr/lib/vmware/modules/source

# tar -xf vmnet.tar

# patch -p0 -i /tmp/vmnet-3.19.patch

# tar -cf vmnet.tar vmnet-only

# vmware-modconfig �Cconsole �Cinstall-all

But this method is not right in Debian testing with kernel 4.0.0-2. vmnet 
module can't be compiled successfully.
I need a patch for kernel 4.0.0-2 so that I can use vmware normally.
Thanks in advance.
- mudongliang
  

postfix upgrading problem

2015-07-13 Thread
  

PGPMIME version identification
Description: application/pgp-encrypted


encrypted.asc
Description: Binary data


install Arial fonts lost in latex

2015-07-04 Thread
Today I compile a tex file , the following is a error in the file:


!
! fontspec error: font-not-found
! 
! The font Arial cannot be found.
! 
! See the fontspec documentation for further information.
! 
! For immediate help type H return.
!...  
  
l.9   \setmainfont{Arial} 

This font is not installed in the Debian testing , So I try to google it!
One of the answer is 
 wget http://tug.org/fonts/getnonfreefonts/install-getnonfreefonts
 texlua install-getnonfreefonts
 sudo getnonfreefonts -a
 sudo getnonfreefonts-sys -a
in https://www.tug.org/fonts/getnonfreefonts/

I have done this to my computer, but it does not take effect!
Second answer is to installttf-mscorefonts-installer, but the resource 
requested is too slow to download!

So anyone can help me to solve this problem???
Thank you in advance!
- mudongliang
  

RE: python3-xlib lost in Debian

2015-04-28 Thread
I don't think so ! I think debian will support python3 sooner or later, and 
give up python2 . This is a question of time . So although python-xlib upstream 
did not have update , if there is a need for it , I think there will be someone 
to maintain it for users !mudongliang 

From: br...@microcomaustralia.com.au
Date: Wed, 29 Apr 2015 01:37:06 +
Subject: Re: python3-xlib lost in Debian
To: mudonglianga...@hotmail.com; debian-user@lists.debian.org; 
debian-pyt...@lists.debian.org

On Mon, 27 Apr 2015 at 12:26 mudongliang mudonglianga...@hotmail.com wrote:
Today I try to install a software - youdao dict.

First I try it in vmware machine: Linuxmint and Ubuntu. It can succeed!

But when I do it in Debian , it fails ; And the reason is the lost of

python3-xlib.

So I search in the web page of Debian: this package is not contained by

Debian Jessie or Squeeze!They only have a package named python-xlib. The

same to Ubuntu , it has.

What happens about this package?

Hello,
I see you have already solved this. However, I have some comments to add.
python-xlib's upstream is  http://python-xlib.sourceforge.net/, and the last 
official release was made 2007-10-02, as such it is highly unlikely that 
upstream supports Python 3.
However Ubuntu has a python3-xlib package; it would appear that Ubuntu have 
made changes (whether good or bad I don't know) to support Python 3, and these 
have not made there way back to the Debian version.
As far as I can tell, there never has been a python3-xlib package in Debian.
Regards   

RE: testing or stable

2015-04-28 Thread


 Date: Tue, 28 Apr 2015 01:33:06 -0400
 From: wayward4...@gmail.com
 To: debian-user@lists.debian.org
 Subject: Re: testing or stable
 
 On 04/28/2015 01:00 AM, mudongliang wrote:
  On Mon, 2015-04-27 at 13:38 -0300, Francisco M Neto wrote:
  I'd recommend staying with jessie for a few months since testing is
  going to be just the same until new packages start popping up from sid.
 
  Personally I've been using jessie for about the same time and intend to
  move to stretch in a few months - quite possibly after the first couple
  of point releases.
  Why in a few months - quite possibly after the first couple of point
  releases ? Can you explain it in more detailed?
  When Jessie had the rc1 version , I change to Debian Jessie! Now I have
  the Stable version , but as a personal computer , not a workstation or a
  server , I do not need keep stable! Somehow , I need some new softwares!
  I want to ask when I should change the Jessie to testing or Stretch!
 
 You got a good answer. The devs are probably taking at least a couple of 
 weeks off after the new stable release push to Jessie.
 
 There are those users who stay continuously with Sid, and my hat is off 
 to them. But, it's always a good idea to wait JUST A BIT, unless you 
 enjoy fixing surprises and making useful bug-reports.
 
 That said, we do have a great bunch of devs and package managers, so if 
 you feel froggy, jump straight in to testing! That decision is on you as 
 always. Enjoy! Ric
 About stability,  I wonder testing version is enough for me?Though I 
 certainly see someone in the mailing list saying that testing version is very 
 stable ,  I want to ask it again? Is it stable for personal computer ,not 
 workstation or server?Thank you in advance, Ric mudongliang
 
 -- 
 My father, Victor Moore (Vic) used to say:
 There are two Great Sins in the world...
 ..the Sin of Ignorance, and the Sin of Stupidity.
 Only the former may be overcome. R.I.P. Dad.
 http://linuxcounter.net/user/44256.html
 
 
 -- 
 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/553f1b92.30...@gmail.com
 
  

RE: no ntp installed

2015-04-28 Thread
https://wiki.debian.org/NTPI think this is useful for you! If you want detailed 
configuration , you can refer 
debian-handbook.http://debian-handbook.info/mudongliang

 To: debian-user@lists.debian.org
 From: matth...@bodenbinder.de
 Subject: no ntp installed
 Date: Tue, 28 Apr 2015 07:38:48 +0200
 
 Hi,
 
 I installed debian 8 on one of my PCs and found out that no ntp or ntpdate or 
 rdate is installed. How is debian 8 synchronizing the system time?
 
 Greetings
 Matthias
 
 
 -- 
 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/mhn6d8$6l6$1...@ger.gmane.org
 
  

Fwd: lists.debian.org has received bounces from you

2015-03-19 Thread


What's the meaning ???

 Forwarded Message 
Subject:lists.debian.org has received bounces from you
Date:   Thu, 19 Mar 2015 08:45:12 +
From:   Debian Listmaster Team listmas...@lists.debian.org
Reply-To:   listmas...@lists.debian.org
To: mudonglianga...@hotmail.com



Dear subscriber,

We've encountered some problems while sending listmail to your
emailaddress mudonglianga...@hotmail.com.

In the last seven days we've seen bounces for the following list:
* debian-user
1 bounce out of 16 mails in one day (6%, kick-score is 80%)
(http://lists.debian.org/bounces/Bcjqp9tet2DLfkhd5+SwZA)

(The link above points to a copy of the latest bounce
and will be valid for seven days.)

If the bounce-rate passes the kick-score, our bounce-detection will forcibly
remove your subscription.

Bounces happen from time to time when spam slips through our filters but are
rejected by your mail provider.  If you are your own mail provider and use
'Before-Queue Content filtering', you should whitelist bendel.debian.org from
Content filtering.

However: You can safely ignore this message (and you will not be unsubscribed
:-) ) if your kick-score remains low.

For more information see http://wiki.debian.org/Teams/ListMaster/FAQ

You are welcome to contact listmas...@lists.debian.org if you think this
message was sent in error.

Sincerely,
The Listmaster Team
--
http://lists.debian.org





Re: wheezy to testing

2015-03-15 Thread



On 03/15/2015 08:10 PM, Lisi Reisz wrote:

On Sunday 15 March 2015 11:50:11 慕冬亮 wrote:

On 03/15/2015 07:37 PM, Lisi Reisz wrote:

On Sunday 15 March 2015 04:41:00 慕冬亮 wrote:

So If I use stable instead of Jessie or Wheezy , I will have a
rolling release like archlinux or gentoo!
Is it ???

Not stable, no.  If you use testing instead of a code name you will

Why ?? I can't understand !


effectively have a rolling release, but it will be a very rocky ride for
about a month after Jessie becomes Stable.

Lisi

I don't understand it clearly !
I have an simple understanding of Debian development mode !
Jessie --(after a frozen time)
testing stable

I think if I use stable or testing ,I will sync with corresponding
version , is it ?
This is like the rolling version !
So I don't what the problem is !!!

Here goes, for what it is worth.  Someone will correct me if I get it wrong.

Stable is stable.  It sits there, more or less unchanged (except for security
updates), until the next Testing is ready and becomes Stable, in one jump,
and the previous Stable becomes Old Stable.  Stable (the new one) then just
sits there until .. etc. etc.

Testing gets updated, and the new software moves up, as it becomes available,
until Testing goes into freeze.  So it rolls.  More or less.  Except when it
freezes.  While Testing is in freeze, the new software that would normally
have moved up as it was ready, sits in Sid (Unstable).  When Jessie becomes
Stable, Testing will no longer be frozen and all the software queued in Sid
will come up at once.  Hence the brief turmoil.  It will then settle down to
new software moving up as it is ready, until the next freeze.

Testing is always Testing.  It does not become Stable.  A version (Jessie
next) goes from Testing to Stable, but Testing itself still exists and
continues to roll.  It does not get replaced.  Stable gets effectively
replaced.

Does that help at all?

Lisi

Lisi



That's great! I have a deep understanding of it !
Thank you , Lisi
mudongliang


--
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/blu437-smtp515968e69c0f28a69bb3ffbc...@phx.gbl



Re: wheezy to testing

2015-03-15 Thread



On 03/15/2015 07:41 PM, Lisi Reisz wrote:


In spite of what I have just said, I entirely agree with this advice and have
always used code names myself, so that I can control when version changes
happen.

But then I don't like rolling releases.  The one rolling release that I have
ever used - PCLinuxOS - bit me so hard, that I now would not touch a rolling
release with a barge pole.

Lisi



I don't use any rolling release before ! But I will try one !
There are many problems about upgrading of wheezy in the mailing list ! 
Clearly , it is too!

The rolling release forbids this bad thing !
Can you list what the PCLinux bit you ? I‘m curious about it!
mudongliang


--
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/blu436-smtp155b3f12d7183fcc8216935bc...@phx.gbl



Re: wheezy to testing

2015-03-15 Thread



On 03/15/2015 08:24 PM, Dalios wrote:

On 03/15/2015 01:50 PM, 慕冬亮 wrote:


On 03/15/2015 07:37 PM, Lisi Reisz wrote:

On Sunday 15 March 2015 04:41:00 慕冬亮 wrote:

So If I use stable instead of Jessie or Wheezy , I will have a
rolling release like archlinux or gentoo!
Is it ???

Not stable, no.  If you use testing instead of a code name you will

Why ?? I can't understand !

effectively have a rolling release, but it will be a very rocky ride for
about a month after Jessie becomes Stable.

Lisi



I don't understand it clearly !
I have an simple understanding of Debian development mode !
Jessie --(after a frozen time)
testing stable

I think if I use stable or testing ,I will sync with corresponding
version , is it ?
This is like the rolling version !
So I don't what the problem is !!!
mudongliang



I think that you have got something wrong. But I am not sure I can
explain this. Let's try.

1. Currently you can use testing and jessie interchangeably. It is
suggested that you only use one of them and usually the right choice
would be the jessie instead of testing.

2. When the new Debian stable will be released it will be Debian 8,
codename: Jessie.

3. After the release if you have jessie on your /etc/apt/sources.list
file then you will be running stable. So after the release of the new
Debian stable the words jessie and stable can be used interchangeably.

4. But if you have testing then you will continue to run testing which
will then have another codename, Stretch. In other words after the
release of Debian 8, codename: Jessie as the new Debian stable the words
testing and stretch will be able to be used interchangeably.

5. I guess one could claim that testing is a rolling release (which it
is almost true in it's Debian way and when not on freeze). But using the

This is good and it solves my direct problem !

codename (jessie or stretch or whatever) will not get you rolling in any
sense.


Dalios



I think I have understood your meaning ! Thank you !
Besides , can I have your words in my google+ group ??
mudongliang


--
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/blu436-smtp159e9fdb75ce6136cf16e7ebc...@phx.gbl



Re: wheezy to testing

2015-03-15 Thread



On 03/15/2015 07:37 PM, Lisi Reisz wrote:

On Sunday 15 March 2015 04:41:00 慕冬亮 wrote:

So If I use stable instead of Jessie or Wheezy , I will have a
rolling release like archlinux or gentoo!
Is it ???

Not stable, no.  If you use testing instead of a code name you will

Why ?? I can't understand !

effectively have a rolling release, but it will be a very rocky ride for
about a month after Jessie becomes Stable.

Lisi



I don't understand it clearly !
I have an simple understanding of Debian development mode !
Jessie --(after a frozen time)
testing stable

I think if I use stable or testing ,I will sync with corresponding 
version , is it ?

This is like the rolling version !
So I don't what the problem is !!!
mudongliang


--
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/blu437-smtp84156f1e9f527d329de9bebc...@phx.gbl



Re: wheezy to testing

2015-03-15 Thread



On 03/15/2015 02:22 PM, Patrick Bartek wrote:

On Sun, 15 Mar 2015, 慕冬亮 wrote:



On 03/15/2015 02:09 AM, Patrick Bartek wrote:

On Sat, 14 Mar 2015, James wrote:


On 03/14/2015 12:47 PM, kamaraju kusumanchi wrote:

On Sat, Mar 14, 2015 at 12:08 PM, James bjloc...@lockie.ca
wrote:

I'm trying to upgrade wheezy to testing.
I am following the instructions at:
http://unix.stackexchange.com/questions/90389/how-to-upgrade-debian-stable-wheezy-to-testing-jessie

I get this error when I try apt-update:

W: Failed to fetch cdrom://[Debian GNU/Linux 7 _Wheezy_ -
Official Snapshot amd64 LIVE/INSTALL Binary
20150114-03:58]/dists/testing/main/binary-amd64/Packages  Please
use apt-cdrom to make this CD-ROM recognized by APT. apt-get
update cannot be used to add new CD-ROMs

Does anyone know why?


Most likely a misconfigured /etc/apt/sources.list file. Can you
post the contents of it? How are you upgrading the system - over
the network or by using an installation CD?

raju

sources.list:

# deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64
LIVE/INSTALL Binary 20150114-03:58]/ testing main

deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64
LIVE/INSTALL Binary 20150114-03:58]/ testing main

Comment out (or delete) the above entry.  It is the original Wheezy
install CD.  You don't need it if you're upgrading to testing.


deb http://mirror.its.dal.ca/debian/ testing main contrib non-free
deb-src http://mirror.its.dal.ca/debian/ testing main contrib
non-free

deb http://security.debian.org/ testing/updates main contrib
non-free deb-src http://security.debian.org/ testing/updates main
contrib non-free

# testing-updates, previously known as 'volatile'
deb http://mirror.its.dal.ca/debian/ testing-updates main contrib
non-free deb-src http://mirror.its.dal.ca/debian/ testing-updates
main contrib non-free

Also, if your intent is to upgrade to testing/Jessie, enter jessie
instead of testing in those sources lists; otherwise, when Jessie
becomes Stable, you will continue upgrading with the NEW testing
release.

This is a small and detailed problem I encountered before !

This isn't a problem, per se.  It's just the way the process works.


Some doing this, so they have the more current release files like a
Rolling Release without having to use backports.

I have a problem about this ??
So If I use stable instead of Jessie or Wheezy , I will have a
rolling release like archlinux or gentoo!
Is it ???

Not really. You'll end up with a system which is a mix of the new Stable
and what used to be Stable.  It may even break your system.  Debian
isn't set up for roll releasing.

I accidently did this once by upgrading an Etch system after Lenny
had become Stable.  My sources lists for Etch had Stable entered and
not Etch.  I ended up with a hydrid of Etch and Lenny. Surprisingly,
it still worked. I fixed it by properly dist-upgrading to Lenny.

If you want to avoid problems, use the release name in your sources
list, and not the general names Testing, Stable, etc.  Of course, there
are those who don't do this, but they have specific reasons for doing
so, and know what they are doing.


B



I will accept the advice and use specific release name in the source.list !
Thank you for explaining it for me !


--
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/blu437-smtp7825ca3511508d4683364cbc...@phx.gbl



Re: wheezy to testing

2015-03-14 Thread



On 03/15/2015 12:08 AM, James wrote:

I'm trying to upgrade wheezy to testing.
I am following the instructions at:
http://unix.stackexchange.com/questions/90389/how-to-upgrade-debian-stable-wheezy-to-testing-jessie 




I have seen this page in detail !
It uses Internet mirror to upgrade that you used before !

I get this error when I try apt-update:

W: Failed to fetch cdrom://[Debian GNU/Linux 7 _Wheezy_ - Official 
Snapshot amd64 LIVE/INSTALL Binary 
20150114-03:58]/dists/testing/main/binary-amd64/Packages  Please use 
apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot 
be used to add new CD-ROMs


Does anyone know why?


According to your report , your source.list file looks like a local 
mirror , not a network mirror!
I think you should check your list file or go to official web to search 
a good file to replace !

mudongliang


--
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/blu436-smtp1856faa37dd2dd0081b98bcbc...@phx.gbl



Re: wheezy to testing

2015-03-14 Thread



On 03/15/2015 02:09 AM, Patrick Bartek wrote:

On Sat, 14 Mar 2015, James wrote:



On 03/14/2015 12:47 PM, kamaraju kusumanchi wrote:

On Sat, Mar 14, 2015 at 12:08 PM, James bjloc...@lockie.ca wrote:

I'm trying to upgrade wheezy to testing.
I am following the instructions at:
http://unix.stackexchange.com/questions/90389/how-to-upgrade-debian-stable-wheezy-to-testing-jessie

I get this error when I try apt-update:

W: Failed to fetch cdrom://[Debian GNU/Linux 7 _Wheezy_ - Official
Snapshot amd64 LIVE/INSTALL Binary
20150114-03:58]/dists/testing/main/binary-amd64/Packages  Please
use apt-cdrom to make this CD-ROM recognized by APT. apt-get
update cannot be used to add new CD-ROMs

Does anyone know why?


Most likely a misconfigured /etc/apt/sources.list file. Can you post
the contents of it? How are you upgrading the system - over the
network or by using an installation CD?

raju

sources.list:

# deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64
LIVE/INSTALL Binary 20150114-03:58]/ testing main

deb cdrom:[Debian GNU/Linux 7 _Wheezy_ - Official Snapshot amd64
LIVE/INSTALL Binary 20150114-03:58]/ testing main

Comment out (or delete) the above entry.  It is the original Wheezy
install CD.  You don't need it if you're upgrading to testing.


deb http://mirror.its.dal.ca/debian/ testing main contrib non-free
deb-src http://mirror.its.dal.ca/debian/ testing main contrib non-free

deb http://security.debian.org/ testing/updates main contrib non-free
deb-src http://security.debian.org/ testing/updates main contrib
non-free

# testing-updates, previously known as 'volatile'
deb http://mirror.its.dal.ca/debian/ testing-updates main contrib
non-free deb-src http://mirror.its.dal.ca/debian/ testing-updates
main contrib non-free

Also, if your intent is to upgrade to testing/Jessie, enter jessie
instead of testing in those sources lists; otherwise, when Jessie
becomes Stable, you will continue upgrading with the NEW testing
release.

This is a small and detailed problem I encountered before !


Some doing this, so they have the more current release files like a
Rolling Release without having to use backports.

I have a problem about this ??
So If I use stable instead of Jessie or Wheezy , I will have a 
rolling release like archlinux or gentoo!

Is it ???


B.





--
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/blu437-smtp1044d8f6002d501991c9040bc...@phx.gbl



Re: Very slow downloads when doing dist-upgrade.

2015-03-14 Thread



On 03/13/2015 07:18 PM, Lisi Reisz wrote:

On Friday 13 March 2015 10:58:38 Brian wrote:

deb http://http.debian.net/debian wheezy main

It will choose the best mirror at that moment for that download.  See
http://http.debian.net/

Lisi



I think Brian you can use apt-spy to find your fastest mirror!
it will add the list file in the sources.list.d , called apt-spy.list
It is like fastmirror plugin of yum !
 
mudongliang



--
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/blu436-smtp135887ca7ed643258e987aebc...@phx.gbl



debian jessie vsftpd Chinese Garbled

2015-02-06 Thread
In Debian Jessie , I use apt-get  to install vsftpd . It's version is 
following :  vsftpd3.0.2-17 
  amd64lightweight, efficient FTP server written 
for security  ( dpkg -l | grep vsftpd)

I didn't change the configure file , /etc/vsftpd.conf!
And the following is my locale
mdl@114-212-83-102:~$ locale
LANG=en_US.utf8
LANGUAGE=
LC_CTYPE=en_US.utf8
LC_NUMERIC=en_US.utf8
LC_TIME=en_US.utf8
LC_COLLATE=en_US.utf8
LC_MONETARY=en_US.utf8
LC_MESSAGES=en_US.utf8
LC_PAPER=en_US.utf8
LC_NAME=en_US.utf8
LC_ADDRESS=en_US.utf8
LC_TELEPHONE=en_US.utf8
LC_MEASUREMENT=en_US.utf8
LC_IDENTIFICATION=en_US.utf8
LC_ALL=
mdl@114-212-83-102:~$ locale -a
C
C.UTF-8
en_US.utf8
POSIX
zh_CN.utf8
When I use filezilla to download files from ftp , I can't download dirs 
named with Chinese !(You can see only the dir downloaded ,but files in 
this dir is not downloaded.) But I can directly download files (named 
both Chinese and not )in that dir !

Do you know where the problem or Garbled generate ?