[Bug 260334] Re: gvfs FTP only does passive connections

2020-10-02 Thread David V.
Ubuntu version : 20.04
How to trigger :

1) Lauch nautilus
2) Type CTRL-L
3) Type ftp://
4) The dialog opens and asks for an anonymous connection or a username and a 
password.
5) Type an username and password
6) Nautilus is stuck trying to load the directory.

The FTP I'm trying to connect to is private, so I can't share the IP address.
Using command-line FTP, it is possible to retrieve the directory listing or 
download a file only after exiting passive mode.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/260334

Title:
  gvfs FTP only does passive connections

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/260334/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1327610] Re: No valid active connection found and Unmanaged device found

2016-01-17 Thread David V.
I have the same bug on Wily;

My network interface is called em1, it's the only one I have besides lo
It was configured that way by the ubuntu installer. This machine was installed 
with 15.04 then upgraded to 15.10. 
The system's locale is French, in case it's relevant.

I think the interface name is why network-manager doesn't handle it.


LANG=C apt-cache policy network-manager
network-manager:
  Installed: 1.0.4-0ubuntu5.2
  Candidate: 1.0.4-0ubuntu5.2
  Version table:
 *** 1.0.4-0ubuntu5.2 0
500 http://fr.archive.ubuntu.com/ubuntu/ wily-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1.0.4-0ubuntu5 0
500 http://fr.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages


LANG=C ifconfig em1
em1   Link encap:Ethernet  HWaddr 74:d4:35:bb:e4:02  
  inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
  inet6 addr: fe80::76d4:35ff:febb:e402/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:8379619 errors:0 dropped:0 overruns:0 frame:0
  TX packets:7880493 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:7041853239 (7.0 GB)  TX bytes:6122637468 (6.1 GB)
  Interrupt:20 Memory:f710-f712 

LANG=C lspci -k
00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller 
(rev 06)
Subsystem: Gigabyte Technology Co., Ltd Device 5000
Kernel driver in use: hsw_uncore
00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor 
PCI Express x16 Controller (rev 06)
Kernel driver in use: pcieport
00:14.0 USB controller: Intel Corporation 9 Series Chipset Family USB xHCI 
Controller
Subsystem: Gigabyte Technology Co., Ltd Device 5007
Kernel driver in use: xhci_hcd
00:16.0 Communication controller: Intel Corporation 9 Series Chipset Family ME 
Interface #1
Subsystem: Gigabyte Technology Co., Ltd Device 1c3a
Kernel driver in use: mei_me
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-V
DeviceName:  Onboard LAN
Subsystem: Gigabyte Technology Co., Ltd Device e000
Kernel driver in use: e1000e
00:1a.0 USB controller: Intel Corporation 9 Series Chipset Family USB EHCI 
Controller #2
Subsystem: Gigabyte Technology Co., Ltd Device 5006
Kernel driver in use: ehci-pci
00:1b.0 Audio device: Intel Corporation 9 Series Chipset Family HD Audio 
Controller
Subsystem: Gigabyte Technology Co., Ltd Device a182
Kernel driver in use: snd_hda_intel
00:1c.0 PCI bridge: Intel Corporation 9 Series Chipset Family PCI Express Root 
Port 1 (rev d0)
Kernel driver in use: pcieport
00:1c.3 PCI bridge: Intel Corporation 9 Series Chipset Family PCI Express Root 
Port 4 (rev d0)
Kernel driver in use: pcieport
00:1d.0 USB controller: Intel Corporation 9 Series Chipset Family USB EHCI 
Controller #1
Subsystem: Gigabyte Technology Co., Ltd Device 5006
Kernel driver in use: ehci-pci
00:1f.0 ISA bridge: Intel Corporation 9 Series Chipset Family Z97 LPC Controller
Subsystem: Gigabyte Technology Co., Ltd Device 5001
Kernel driver in use: lpc_ich
00:1f.2 SATA controller: Intel Corporation 9 Series Chipset Family SATA 
Controller [AHCI Mode]
Subsystem: Gigabyte Technology Co., Ltd Device b005
Kernel driver in use: ahci
00:1f.3 SMBus: Intel Corporation 9 Series Chipset Family SMBus Controller
Subsystem: Gigabyte Technology Co., Ltd Device 5001
01:00.0 VGA compatible controller: NVIDIA Corporation GM204 [GeForce GTX 970] 
(rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device 367a
Kernel driver in use: nvidia
01:00.1 Audio device: NVIDIA Corporation GM204 High Definition Audio Controller 
(rev a1)
Subsystem: Gigabyte Technology Co., Ltd Device 367a
Kernel driver in use: snd_hda_intel
03:00.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 41)

dmesg | grep e1000e
[0.627987] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.5-k
[0.628468] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[0.640803] e1000e :00:19.0: Interrupt Throttling Rate (ints/sec) set to 
dynamic conservative mode
[0.813883] e1000e :00:19.0 eth0: registered PHC clock
[0.814340] e1000e :00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 
74:d4:35:bb:e4:02
[0.814784] e1000e :00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[0.815252] e1000e :00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FF-0FF
[0.817595] e1000e :00:19.0 em1: renamed from eth0
[4.719214] e1000e: em1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: 
None
[4.719217] e1000e :00:19.0 em1: 10/100 speed: disabling TSO

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1327610

Title:
  No valid active connection found and Unmanaged 

[Bug 1521719] [NEW] package libcurl4-gnutls-dev 7.38.0-3ubuntu2.2 failed to install/upgrade: tentative de remplacement de « /usr/bin/curl-config », qui est différent d'autres instances du paquet libcu

2015-12-01 Thread David V.
Public bug reported:

I was trying to install the i386 version, because it seemed like it was
needed to lauch the game "Mount & Blade : Warband" but that tried to
replace the already installed "curl-config"

ProblemType: Package
DistroRelease: Ubuntu 15.04
Package: libcurl4-gnutls-dev 7.38.0-3ubuntu2.2
ProcVersionSignature: Ubuntu 3.19.0-33.38-generic 3.19.8-ckt7
Uname: Linux 3.19.0-33-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.17.2-0ubuntu1.7
Architecture: amd64
Date: Tue Dec  1 19:26:56 2015
DuplicateSignature: package:libcurl4-gnutls-dev:7.38.0-3ubuntu2.2:tentative de 
remplacement de « /usr/bin/curl-config », qui est différent d'autres instances 
du paquet libcurl4-gnutls-dev:i386
ErrorMessage: tentative de remplacement de « /usr/bin/curl-config », qui est 
différent d'autres instances du paquet libcurl4-gnutls-dev:i386
InstallationDate: Installed on 2015-09-29 (63 days ago)
InstallationMedia: Ubuntu-Server 15.04 "Vivid Vervet" - Release amd64 (20150422)
RelatedPackageVersions:
 dpkg 1.17.25ubuntu1.1
 apt  1.0.9.7ubuntu4.1
SourcePackage: curl
Title: package libcurl4-gnutls-dev 7.38.0-3ubuntu2.2 failed to install/upgrade: 
tentative de remplacement de « /usr/bin/curl-config », qui est différent 
d'autres instances du paquet libcurl4-gnutls-dev:i386
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: curl (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package need-duplicate-check vivid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1521719

Title:
  package libcurl4-gnutls-dev 7.38.0-3ubuntu2.2 failed to
  install/upgrade: tentative de remplacement de « /usr/bin/curl-config
  », qui est différent d'autres instances du paquet libcurl4-gnutls-
  dev:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/curl/+bug/1521719/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1241101] Re: Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

2014-01-31 Thread David V
Just wanted to comment that this bug is also present in the KDE
environment, but not Gnome, on a 64-bit Fedora 20 system.  I encountered
it when using an SDK leveraged from Eclipse.  The SDK crashes frequently
when I click the OK button on a window.  The problematic frame is:

C  [libgobject-2.0.so.0+0x19b48]  g_object_get_qdata+0x18

Changing the GTK+ Appearance from Oxygen to Raleigh as others have
mentioned is working for me (so far).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1241101

Title:
  Java crash in libglib-2.0 after upgrade from 13.04 to 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/eclipse/+bug/1241101/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779655] Re: [, SigmaTel STAC9227, Green out, Rear] high pich humming when no sound is played, distorted sound when sound is played

2011-05-12 Thread David V.
It seems like the issue is gone, but I don't know what I did to fix it.

I fiddled with alsamixer,
then sudo apt-get install pulseaudio pavucontrol padevchooser
and played with both pavucontrol and padevchooser,
fiddled with systemsettings (multimedia) then reset to default values
sudo apt-get install --reinstall alsa-base
installed alsamixergui then deinstalled it (purge)
installed alsa-tools-gui, didn't bother figuring out what this actually 
installed
then tried  sudo /sbin/alsa force-reload

After that sound seemed ok on Chromium in youtube, went on to try
listening to a mp3 with deadbeef and initially the sound was distorted,
but managed to put it back to listenable by playing with volume
controls.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779655

Title:
  [, SigmaTel STAC9227, Green out, Rear] high pich humming when no sound
  is played, distorted sound when sound is played

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779655] [NEW] [, SigmaTel STAC9227, Green out, Rear] high pich humming when no sound is played, distorted sound when sound is played

2011-05-08 Thread David V.
Public bug reported:

Updated from 10.10 to 11.04. Never had a problem with sound before.
When no app plays sound, there's a faint high pich humming.
When an app is playing a sound, it is distorted, the distorsion doesn't change 
when I move the volume sliders. (the sound is higher/lower but with the same 
proportion of distorsion)
When playing a mp3 using deadbeef the music seems normal even with the 
distorsion, on the other hand playing a sid music the sounds is really odd in 
addition to the distorsion.
Flash video on chromium has the issue.
KDE sound notifications too.
Amarok as well.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: alsa-base 1.0.24+dfsg-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-9.43-generic 2.6.38.4
Uname: Linux 2.6.38-9-generic i686
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  david  2358 F pulseaudio
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0x9222 irq 48'
   Mixer name   : 'SigmaTel STAC9227'
   Components   : 'HDA:83847618,80862008,00100201'
   Controls  : 32
   Simple ctrls  : 23
Date: Mon May  9 00:26:40 2011
InstallationMedia: Kubuntu 9.10 Karmic Koala - Release Candidate i386 
(20091020.2)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=fr_FR
 PATH=(custom, no user)
 LANG=fr_FR.utf8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: Audio interne - HDA Intel
Symptom_Jack: Pink Mic, Rear
Symptom_Type: Volume slider, or mixer problems
Title: [, SigmaTel STAC9227, Pink Mic, Rear] volume slider problem
UpgradeStatus: Upgraded to natty on 2011-05-02 (6 days ago)
dmi.bios.date: 11/02/2006
dmi.bios.vendor: Intel Corp.
dmi.bios.version: CO96510J.86A.5493.2006.1102.1728
dmi.board.asset.tag: Base Board Asset Tag
dmi.board.name: DQ965GF
dmi.board.vendor: Intel Corporation
dmi.board.version: AAD41676-305
dmi.chassis.type: 2
dmi.modalias: 
dmi:bvnIntelCorp.:bvrCO96510J.86A.5493.2006.1102.1728:bd11/02/2006:svn:pn:pvr:rvnIntelCorporation:rnDQ965GF:rvrAAD41676-305:cvn:ct2:cvr:

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 natty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779655

Title:
  [, SigmaTel STAC9227, Green out, Rear] high pich humming when no sound
  is played, distorted sound when sound is played

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 779655] Re: [, SigmaTel STAC9227, Green out, Rear] high pich humming when no sound is played, distorted sound when sound is played

2011-05-08 Thread David V.
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/779655

Title:
  [, SigmaTel STAC9227, Green out, Rear] high pich humming when no sound
  is played, distorted sound when sound is played

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 227808] Re: file permissions destroyed by vim/gvfs/fuse

2010-01-18 Thread David V.
The bug is still there !

(see here : https://bugs.launchpad.net/gedit/+bug/199167 )

-- 
file permissions destroyed by vim/gvfs/fuse
https://bugs.launchpad.net/bugs/227808
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 147464] Re: Heavy network activity (eg: torrent/nfs file transfers) causes Hard System Locks and/or Network Freezes.

2008-09-18 Thread David V
Erik, define higher quality please? The machine I have that encountered
this problem was connected to a 150 euro (200+ dollar) router, and the
other machine I have which also runs Ubuntu 8.04 has never had this
problem although it's connected to the same appliance. And I use that
one as my primary download machine, seeing as it also functions my
fileserver at home.

-- 
Heavy network activity (eg: torrent/nfs file transfers) causes Hard System 
Locks and/or Network Freezes.
https://bugs.launchpad.net/bugs/147464
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 147464] Re: Heavy network activity (eg: torrent/nfs file transfers) causes Hard System Locks and/or Network Freezes.

2008-07-16 Thread David V
I've tried using ubuntu 8.04 32bit and the problem is exactly the same
there. Total system hang when downloading large files.

I've now installed an ubuntu 7.04 and the exact problem doesn't seem to 
reproduce itself.
I've succesfully downloaded a large number of updates(about 400MB if i have to 
guess, didn't check how much exactly) at 493KBps without hang under the 
following kernel:
Linux lx-ub710 2.6.22-14-generic #1 SMP Sun Oct 14 23:05:12 GMT 2007 i686 
GNU/Linux
I made sure not to reboot to give me some change to test if downloading a 
torrent would not reproduce the problem. And although my network connection 
stops functioning properly with a message to submit a bug to 
rt2x00.serialmonkey, the pc doesn't hang in itself, which was by far the most 
troubling aspect. 

I hope this is another problem I'm encountering now, one that can be
solved. Although I would love to help fix this problem, the fact that it
seems to be ongoing since november 2007 doesn't seem promising and I
need this new machine to be productive.

-- 
Heavy network activity (eg: torrent/nfs file transfers) causes Hard System 
Locks and/or Network Freezes.
https://bugs.launchpad.net/bugs/147464
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 147464] Re: Heavy network activity (eg: torrent/nfs file transfers) causes Hard System Locks and/or Network Freezes.

2008-07-15 Thread David V
I can confirm that this problem is still occuring on my Kubuntu 8.04
AMD64 machine.

Using a ralink rt61 (not using ndiswrapper).
Linux lx-p45 2.6.24-19-generic #1 SMP Wed Jun 18 14:15:37 UTC 2008 x86_64 
GNU/Linux
filesystem ext3

The problem occurs almost immediatly after I start the downloading of a
large file using adept or any torrent client causing the system to hang.
I can't find any traces of this in any log, but if they are needed let
me know so I can send them.

-- 
Heavy network activity (eg: torrent/nfs file transfers) causes Hard System 
Locks and/or Network Freezes.
https://bugs.launchpad.net/bugs/147464
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 141109] Re: grub doesn't boot windows from a non-first disk

2007-10-03 Thread David|V
Hi Dave,
If you have Installed Windows after a GNU/Linux distribution like Ubuntu with 
Bootloader Grub. You have the probleme with the MBR on your Harddisk. 
The MBR is 512 Byte and the startpoint with partition table for the following 
boot process of your system.
If you install Ubuntu with Grub there will be put the bootloader into.
If you installed Windows after Ubuntu the MBR will be new described, but not 
with Grub Files.

You can reinstall Grub with grub-install
A hint for the process about reinstall grub into MBR 
(https://help.ubuntu.com/community/GrubHowto)

* If you want to reinstall run a live-cd open a terminal.
use the follow command's for this
(example with a IDE Harddisk)

sudo mount /dev/hda2 /mnt
sudo grub-install --root-directory=/mnt /dev/hda

-- 
grub doesn't boot windows from a non-first disk
https://bugs.launchpad.net/bugs/141109
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 49960] Re: amarok fails to tell user when a codec is missing.

2006-06-17 Thread David V.
*** This bug is a duplicate of bug 37248 ***

Sorry about the duplicate.
My bad, I checked if this was reported but not enough it seems.

-- 
amarok fails to tell user when a codec is missing.
https://launchpad.net/bugs/49960

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 35460] Re: Dapper: Sound doesn't work properly

2006-06-16 Thread David V.
My problem apparently wasn't related to this bug.
I had sound in Kde, but no multimedia application would work. I had read some 
advice about installing a libxine-extracodecs but it wouldn't show up in Adept.

I eventually understood I had to add the multiverse repository to my
settings. I then installed the libxine-extracodecs package and amarok
now works.

I'm such a noob :(

-- 
Dapper: Sound doesn't work properly
https://launchpad.net/bugs/35460

--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs