Re: Bookworm Fasttrack and Virtualbox

2024-03-17 Thread Miguel A. Vallejo
Greg Wooledge () wrote: > It's not just you. The use of three "b" names in a row (buster, > bullseye, bookworm) was in my opinion a poor decision. I've taken > to calling the releases by their numbers (10, 11, 12) instead of > their codenames to avoid confusion wherever possible. > I feel asham

Re: Bookworm Fasttrack and Virtualbox

2024-03-17 Thread Miguel A. Vallejo
Well... it seems my brain can't distinguish Bookworm from Bullseye. Virtualbox is now installed from Fasttrack repository and is working fine. Sorry for the inconveniences

Re: Bookworm Fasttrack and Virtualbox

2024-03-15 Thread Miguel A. Vallejo
Xiyue Deng () wrote: > See the version of virtualbox-qt has `fto11' instead of `fto12', while > looking at the repo I can find the build for fto12[1]. What's also > weird is that for all fasttrack supported releases I can only see > version 7.0.12 but no 7.0.6. Anyway, can you paste your sources

Re: Bookworm Fasttrack and Virtualbox

2024-03-15 Thread Miguel A. Vallejo
Xiyue Deng wrote: > > If you followed the fasttrack instruction on the website[1] literally, > you may be adding bullseye-fasttrack instead of bookworm-fasttrack where > the latter is what you wanted. > > [1] https://fasttrack.debian.net/ > > -- > Xiyue Deng > Of course I did it for Bookworm. Th

Bookworm Fasttrack and Virtualbox

2024-03-14 Thread Miguel A. Vallejo
s not going to be installed E: Unable to correct problems, you have held broken packages. I was surprised by the python 3.9 dependency, it leads me to think fasttrack repos are abandoned? What is the right way to install virtualbox in Debian Bookworm? Thanks in advance Miguel A. Vallejo

Re: How can I check (and run) if an *.exe is a DOS or a Windows program?

2023-01-07 Thread Miguel A. Vallejo
If I remember correctly, all Windows EXE have an string saying: This program cannot be run in DOS mode. It is displayed when loaded under MS-DOS, so it should be easy to identify an EXE for DOS from an EXE for Windows. To run it, dosbox should work. Greetings

Re: e-mail with line in body beginning with "From"

2022-12-10 Thread Miguel A. Vallejo
I remember some e-mail programs automatically add an extra space in front of a From in the message body if any line starts with From. Probably Thunderbird is one of them. to...@tuxteam.de wrote: > > On Sat, Dec 10, 2022 at 08:36:39AM -0500, Greg Wooledge wrote: > > [...] > > > Technically, it's th

Re: intel-media-va-driver segmentation fault in unstable

2022-03-23 Thread Miguel A. Vallejo
Karthik () wrote: > > Same here I took a look at the syslog and found something: Mar 23 13:21:51 kernel: [ 347.474189] vlc[2625]: segfault at 30200 ip 7f75b88659ae sp 7f75 b8d23b00 error 4 in libigdgmm.so.12.1.0[7f75b87fc000+78000] Mar 23 13:21:51 kernel: [ 347.474197] Code: ff 4c 8

intel-media-va-driver segmentation fault in unstable

2022-03-23 Thread Miguel A. Vallejo
Hello! Since the lass update last night in Sid / Unstable, I'm getting segmentation faults from some programs, like VLC: vlc video.mkv VLC media player 3.0.17.3 Vetinari (revision 3.0.13-8-g41878ff4f2) [55c0d2e29460] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc w

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-05 Thread Miguel A. Vallejo
Hello! Opened a bug report against Wine, because I was not sure about what package was the culprit. #1006725 It was reasigned to libz-mingw-w64 and a few moments ago I downloaded the updated package from the repository. Everything works fine now. Thanks to everyone who made this possible.

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Miguel A. Vallejo
Thank you! I filled a bug report. Let's see what happens now.

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Miguel A. Vallejo
> > I'm pretty sure the problem is the Wine DLL files were built without > > the -static-libgcc flag > > > > Time to file a bug? > > > > I think it is I'm looking for the exact package that contains zlib1.dll but I can't find it. Libwine depends on libz-mingw-w64 but the zlib1.dll there is no

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-03 Thread Miguel A. Vallejo
> Not entirely sure, but I think this is the issue: > More and more Wine DLL files are built with mingw. > The libwine package already depends on libz-mingw. > Probably the 'gcc-mingw-w64-i686-win32-runtime' package should now be > installed as well. > > Does the program work when you install this

Re: Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-02 Thread Miguel A. Vallejo
Hello! Finding and placing missing DLLs into the Windows directory of Wine is easy. I think the problem is the windows executables in wine have not been compiled with the -static-libgcc option of MinGW, so not including all these libgcc DDLs can be considered a bug itself. But compiling it witho

Wine fails because of missing libgcc_s_dw2-1.dll

2022-03-02 Thread Miguel A. Vallejo
Hello After the recent update of Wine packages in Sid, some programs do not run because of a missing libgcc_s_dw2-1.dll. They all worked just fine with the previous version. ~$ wine SpaceEngine.exe 014c:err:module:import_dll Library libgcc_s_dw2-1.dll (which is needed by L"Z:\\home\\eoz\\Programs

apt automatically upgrading packages in unstable

2021-10-01 Thread Miguel A. Vallejo
A few days ago I noticed my debian unstable started to update packages automatically. A quick inspection showed apt was updated, and also the configuration files in /etc/apt/apt.conf.d, including a 20auto-upgrades file with all options enabled. Because auto update in sid is at least dangerous, wha

Re: Telegram Systray Icon

2021-09-02 Thread Miguel A. Vallejo
> Oh. You Are running UNSTABLE version of Debian. And just installed a > program outside of Debian, from third party website. You must know what > you are doing. I know what I'm doing, thank you. > Also you must then know how to report bugs like this, I > understand. Otherwise you shouldn't be

Re: Telegram Systray Icon

2021-09-02 Thread Miguel A. Vallejo
I thought it was clear, but I was wrong. Telegram from website ( version 3.0.1 ), running in KDE under Unstable. Everything was ok until Bullseye came out and a tsunami of new packages arrived to Unstable. Since that moment the icon disappeared. Everything seems to work fine, except for that icon.

Telegram Systray Icon

2021-09-02 Thread Miguel A. Vallejo
Hello! Since the new Debian release and after a ton of new packages arrived to Unstable I noticed the system tray icon for Telegram desktop does not appear... or at least it appear completely black. See attached image. Is it a Debian problem or a Telegram problem? Any ideas? Thank you

Re: /bin/tempfile missing in debianutils 5.0.1-1

2021-08-18 Thread Miguel A. Vallejo
Thanks Greg https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=992385 It is xorg-common still using tempfile. So... if you need X your choices are downgrade debian-utils or wait until a new version of xorg-common is available. Greetings

/bin/tempfile missing in debianutils 5.0.1-1

2021-08-18 Thread Miguel A. Vallejo
Hello. After the new release a tsunami of new packages arrived to unstable. They all installed ok but after the upgrade the graphical interface didn't show up. A quick look in .xsession-errors showed tempfile command was missing. tempfile must be in debian-utils package but it isn't https://pac

Re: What is the command to access the temp sensors in a rpi4?

2021-01-18 Thread Miguel A. Vallejo
Do not forget for sensors to work you must first run sensors-detect Greetings El lun, 18 ene 2021 a las 20:11, Eduardo M KALINOWSKI () escribió: > > On 18/01/2021 15:35, Gene Heskett wrote: > > On Monday 18 January 2021 12:15:00 Stefan Monnier wrote: > > > >>> ISTR there is a "vcg*" sort of thing

Junta de Conciliacion y Arbitraje Cierra sus Puertas

2020-11-10 Thread Miguel Angel Ruiz Gutierrez
A partir de este mes en algunos estados de la república nace el Centro Federal de Conciliación y Registro Laboral (CFCRL)... Especialista en RELACIONES LABORALES: Contratos, Sindicatos y el Nuevo Sistema de Justicia Laboral en México Entrenamiento Online en Vivo Fecha de inicio: 27 de Noviembre

Re: copy/paste in vim (in terminal)

2020-08-11 Thread Miguel A. Vallejo
Richard Hector () wrote I used to be able to use my mouse to select/paste 'normally' (for X), > when using vim in a terminal. More recently (a few years?), it doesn't > seem to work. Yes, since a few years(?) you must use shift and the mouse for copy / paste in vim using Debian's default configu

Problema instalación debian

2020-06-25 Thread miguel diaz_durany
Hola, es la primera vez que escribo, y soy muy novato en él mundo de linux. Le cuento, estoy instalando debían 7 en un ordenador antiguo de 32 bits. Compré un cd de instalación porque el ordenador no puede acceder a internet. La instalación la hace sin problema. El problema es al arrancar, apare

Re: Trying to understand why WiFi gets disconnected in Debian Buster

2020-03-16 Thread Miguel A. Vallejo
Hi! I have been able to get the WiFi connected continuously to the AP for 112 hours and counting (almost five days!). Now the WiFi follows the AP frequency changes seamlessly without any drop. What did I do? I removed the crda and wireless-regdb packages. I have been suspecting of them long time

Re: Trying to understand why WiFi gets disconnected in Debian Buster

2020-03-10 Thread Miguel A. Vallejo
didier gaumet wtote: > (sorry Miguel, again I clicked too quickly on > answer instead of answer to the group and > sent tu you a private e-mail) Don't worry. Thanks for the suggestion. I'll check current versions in buster backports to see if I'll be bitten by the i915

Re: Trying to understand why WiFi gets disconnected in Debian Buster

2020-03-10 Thread Miguel A. Vallejo
Alexander V. Makartsev wrote: > This snippet is suggesting that AP wanted to switch channel\bandwidth to > dual channel, but your wifi adapter couldn't comply with the change, hence > forced disconnect. But the adapter is a 802.11ac one, it should be able to comply with the change > I suggest yo

Trying to understand why WiFi gets disconnected in Debian Buster

2020-03-09 Thread Miguel A. Vallejo
Hello everyone. In my syslog I have some entries like this every day: Mar 9 17:35:28 waterhole wpa_supplicant[524]: CTRL-EVENT-CHANNEL-SWITCH freq=5540 ht_enabled=1 ch_offset=1 ch_width=80 MHz cf1=5530 cf2=0 Mar 9 17:35:28 waterhole kernel: [18873.586006] AP a0:64:8f:xx:xx:xx tries to chanswitch

Re: Conectivity loss because gateway's arp entry is incomplete

2020-03-09 Thread Miguel A. Vallejo
> Try to add your gateway arp with static arp entry and check whether the > problem persists. It does not work because the desktop machine still is not able to answer gateway's arp requests. Well actually it answer the request but they do not get outside the machine.

Re: Recommendations wanted: usb to WiFi dongle

2020-03-04 Thread Miguel A. Vallejo
My advice: Keep away from mt76 devices with Buster. I'm using Mediatek MT7612U and it does not work well

Re: Conectivity loss because gateway's arp entry is incomplete

2020-03-04 Thread Miguel A. Vallejo
> This is not necessarily true. I recently bought a (chinese) wifi > adapter (atheros chip) that was recognized as mediatek. The moment > I linked the correct drivers with the device it worked properly. Not my case. They all have the same usbID (0e8d:7612) and I physically opened them and I saw th

Re: Conectivity loss because gateway's arp entry is incomplete

2020-03-03 Thread Miguel A. Vallejo
Nektarios Katakis wrote: > I would check the `dmesg` command output. If there are erros there then > they re coming from the kernel. I forgot to mention not a single message in syslog, kern.log, or any other log I could find. Nothing. Nada. Zero. > Have you made sure that the wifi is not the pro

Conectivity loss because gateway's arp entry is incomplete

2020-03-03 Thread Miguel A. Vallejo
Hello! Diagnosing one of my several problems with WiFi in Debian I found a problem this time not related to the WiFi connection itself, but I don't know how to get the culprit... Anyone can point me in the right direction? Symptoms: From time to time I lost Internet connection for a period of abo

Re: Understanding the two-year release cycle as a desktop user (and a Debian newcomer)

2020-02-29 Thread Miguel A. Vallejo
I have a friend who works as a system administrator that always says: Debian Stable --> Debian Server Debian Testing --> Debian Desktop Moderate Debian Unstable --> Debian Desktop Fast Being Moderate and Fast the speed at you will eat new bugs. As time goes by, I'm more and more agree with him.

Re: Poll about DVD drive behavior

2020-02-19 Thread Miguel A. Vallejo
DVD A DH16AASH, the tray has been open now for more than an hour. Hope this helps.

Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-14 Thread Miguel A. Vallejo
Jörg-Volker Peetz wrote: > Do you also use the skylake GPU firmware which should be located in > /lib/firmware/i915/ > (from package firmware-linux-nonfree, I think; file names beginning with > "skl_")? Of course. I even installed the missing files in current testing / unstable https://bugs.deb

Re: Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-13 Thread Miguel A. Vallejo
> > Have you monitored your CPU temperatures? Yes. Always under 40°C... 45°C max. Temperature is not the problem.

Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-12 Thread Miguel A. Vallejo
Geoff Reidy wrote: > I've never had an Intel GPU but always had the impression they > were pretty solid, but my opinion is changing. As a user of Intel GPUs for the last 5 years I can tell you Intel GPUs and Linux are just a nightmare. A truly pain in the ass. > Note that kernel 5.5 may still ha

Re: Hardware for Debian

2020-02-12 Thread Miguel A. Vallejo
I have a MSI B150M PRO-VDH motherboard. Never had any problem booting Linux on it. It can even disable UEFI stuff. Good luck.

Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-12 Thread Miguel A. Vallejo
Felix Miata wrote: > If you want a solution with absence of reverse-engineering or kernel > tainting, I suggest keeping after the devs and making sure to answer > any requests you might get there promptly in > https://gitlab.freedesktop.org/drm/intel/issues/673, and offer additional > testing and

Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-11 Thread Miguel A. Vallejo
> My advice: put an nvidia card in there. That's what I did, and have had no > problems since. Thank you for the advice. That's my plan if kernel 5.5 doesn't work well.

Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-11 Thread Miguel A. Vallejo
> I think it is important to find the appropriate kernel version for your > system - the one that has all the bits and bolts for your hardware. I doubt > I will move to newer kernel. This one seems to have all the fixes at least > for the hardware I am using now and especially the gpu part. I also

Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-11 Thread Miguel A. Vallejo
> Are you sure this is not coming from a software you are using? For every problem I had / have with Intel GPU I can find other users on any distribution's bug tracker with exactly the very same errors in the kernel log, so I'm pretty sure I'm not the only one suffering from Intel GPUs. In fact I

Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-11 Thread Miguel A. Vallejo
Interesting very interesting. > (On what GPU?) The same as yours: VGA compatible controller: Intel Corporation HD Graphics 530 (rev 06) in a I5-6500 CPU. > For whatever it's worth, I do *not* see any problems like this. Not > even close. Intel integrated graphics of this generation have

Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-11 Thread Miguel A. Vallejo
> Hi, Miguel > The computer I'm typing on is a Lenovo Z570. I7-2670 processor, 8 gigs > ram, 480 gig ssd. Snappy as hell. Running Debian Bullseye. I've made > it usable by: > Adding a 20-intel.config file to /etc/X11/xorg.conf.d > Adding the Ubuntu graphics PPA >

Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-11 Thread Miguel A. Vallejo
> I have had perfectly reasonable experiences with: > > nvidia 8400 > nvidia 720 > nvidia 730 > nvidia 1030 > nvidia 1050 I made a quick search and some of these cards are under 50 euros, so I will try if I do not get a solution. Thank you for the advice!

Re: The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-11 Thread Miguel A. Vallejo
> I was under impression that Intel GPUs are supported quite well. > > How exactly did you reach the conclusion that the freezes are related to > the GPU? Because everytime my system hangs / freezes I found something like this in syslog: [ 135.116721] i915 :00:02.0: GPU HANG: ecode 9:1:0x000

The nightmare of Intel Integrated GPUs under Linux in general and Debian in particular

2020-02-11 Thread Miguel A. Vallejo
Around the end of 2014 I moved to Debian as my primary operating system. In that year my computer was a Dual Core CPU with integrated GPU. It worked just fine with the previous operating system but as soon I started to use Debian every day I got system freezes that I quickly diagnose as GPU bugs. T

Re: Buster 10.2 kernel problems

2020-01-16 Thread Miguel A. Vallejo
> Downgrades are not supported, did you re-install? Yes, full reinstall over a wiped hard disk. > Try the kernel from backports, currently 5.4. That was exactly the problem I had. Current kernels 5.4.x both on Testing and Sid produce constant GPU hangs on my Intel HD Graphics 530, The ones that

Buster 10.2 kernel problems

2020-01-14 Thread Miguel A. Vallejo
Today I downgraded my main computer to Buster 10.2 (current Stable) and found some problems. First: Syslog is constantly filled with messages like these: xhci_hcd :00:14.0: WARN Wrong bounce buffer write length: 630 != 318 xhci_hcd :00:14.0: WARN Wrong bounce buffer write length: 234 != 0

TP-LINK Archer T1U USB WiFi device only works on pure N networks

2019-11-24 Thread Miguel A. Vallejo
Hi Playing with different 802.11ac usb devices I noticed the small 5 GHz only TP-Link Archer T1U (usbid 2357:0105) only works if you try to connect to a pure 5 GHz 802.11n network. In this case no problem at all. But if you try to connect to a 802.11ac/n network, it does not connect, falling in a

Re: USB WIFI Adapters?

2019-11-20 Thread Miguel A. Vallejo
ebian. I "upgraded" my WiFi sticks to new AC ones based on the Mediatek MT7612 and I have frequent disconnects. They almost work, but still not at 100% Hope this helps. Miguel A. Vallejo

WiFi: changed bandwidth in a way we can't support - disconnect

2019-11-18 Thread Miguel A. Vallejo
Hi I'm experiencing some weird WiFi problems since the arrival of Kernels 5.x. Currently I run 5.3.0-2-amd64 and MT7612 MediaTek Inc. 802.11ac WLAN USB3 dongle. I suffer frequent disconects, and everytime this happens, I see this in the system log: wpa_supplicant[651]: wlx00e0bb330276: CTRL-EVE

Alerta de Seguridad

2019-10-29 Thread Ing . Miguel B .
Buen día, soy el Ing. Miguel Basto, me pasaron este email porque podría interesarle participar en un evento internacional para aprender a ser un HACKER EXPERTO en seguridad Informática, guiado por el CIO de la empresa encargada de la seguridad de empresas como eBay, Amazon y Coca Cola. Le pido

Re: Sid broke my wireless

2019-09-10 Thread Miguel A. Vallejo
Hi! Kernels 5.2.x are a disaster for wifi. Several wifi modules doesn't work well or doesn't work at all. I'm experiencing myself too much frequent disconnects with USB wifi cards (Mediatek and Realtek). Then add USB 3.0 problems (Wrong bounce buffer write length warnings) and the result is a bare

Re: kernel 5.2.x and firmware-iwlwifi: incompatibilities?

2019-08-11 Thread Miguel A. Vallejo
Actually runing linux-image-4.19.0-5-amd64 (4.19.37-6) without any wifi issues (this is a desktop), but with linux-image-5.2.0-2-amd64 wifi is unstable with too frequent drops. WiFi card is a MediaTek MT-7612 USB dongle. Hope this helps basti () wrote: > > Migual has you update to 4.19.37-5+deb

Re: kernel 5.2.x and firmware-iwlwifi: incompatibilities?

2019-08-11 Thread Miguel A. Vallejo
Same problem here. Kernel 5.2.x makes my MT76x2 wifi very unstable, with bad performance and lot of dropouts. Running 4.19.x for now. > I am using Sid on my laptop (HP ZBook 15) and since first linux-image-5.2.0-1 > and then linux-image-5.2.0-2 > the wifi is not stable and goes down after few sec

Re: Old problem for hardware compatibility: Thinkpad Lenovo SL400 Camera

2019-05-12 Thread Miguel A . Díaz D .
Exactly. Currently I use Debian 9. I have not found a single way to put work my camera since Debian 7. El dom., 12 may. 2019 a las 11:48, Cindy Sue Causey (< butterflyby...@gmail.com>) escribió: > On 5/12/19, Georgi Naplatanov wrote: > > On 5/12/19 2:13 AM, Miguel A. Díaz D. w

Old problem for hardware compatibility: Thinkpad Lenovo SL400 Camera

2019-05-11 Thread Miguel A . Díaz D .
Windows Vista OS. Thanks in advance for any information you could give. Sincereley, Miguel A. Díaz D.

Re: Buster: do_IRQ: 1.35 No irq handler for vector

2019-03-19 Thread Miguel A. Vallejo
I added this line as very first line in /etc/rsyslog.conf :msg, contains, "No irq handler for vector" ~ Basically it means: if message contains "No irq handler for vector" then discard. Once you add the line, restart rsyslog: systemctl restart rsyslog It's only a temporary solution until the pr

Re: Buster: do_IRQ: 1.35 No irq handler for vector

2019-03-18 Thread Miguel A. Vallejo
Same problem here. For me the messages appear *only* when I start the Arduino IDE and stops as soon as I close it. I suspect is something related to the pool of serial ports the Arduino IDE do to detect the plug of a new Arduino board. Adding pci=nomsi,noaer didn't work for me so I ended tweaking

Re: PKCS#7 signature not signed with a trusted key

2019-03-18 Thread Miguel A. Vallejo
Yesterday the kernel was upgraded to 4.19.0-4 (4.19.28-2) and the problem disappeared.

Mediatek 802.11ac USB devices in kernel 4.19

2019-01-09 Thread Miguel A. Vallejo
Hello. Some time ago I read the kernel 4.19 include support for some Mediatek 802.11ac USB devices. When I saw the kernel 4.19 arrived into unstable/testing I ordered one of these devices. The device arrived but it does not work at all. A quick look at the kernel configuration shows those modules

Mediatek 802.11ac USB devices in kernel 4.19

2019-01-09 Thread Miguel A. Vallejo
Hello. Some time ago I read the kernel 4.19 include support for some Mediatek 802.11ac USB devices. When I saw the kernel 4.19 arrived into unstable/testing I ordered one of these devices. The device arrived but it does not work at all. A quick look at the kernel configuration shows those modules

Re: Disabling sound fade-in in Debian Buster

2018-12-29 Thread Miguel A. Vallejo
> I am not sure it can be of use, but maybe have a look at this bug report > solution: > > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=904822#17 > > Regards, Yes! That was the problem. Disabling power saving in Intel HDA codec makes sound works normal, as it should be. Thank you!

Disabling sound fade-in in Debian Buster

2018-12-29 Thread Miguel A. Vallejo
Since I moved my desktop to Buster I noticed each time a sound is played there is a fade-in effect at the begining. The problem is short duration sounds, like notifications, does not sound at all, or you hear only the very end at low volume. A second play of the same sound just after the first soun

Re: Most reliable dual band driver/chipset

2018-12-16 Thread Miguel A. Vallejo
I'm using Ralink RT3572 (Linksys WUSB600N v2) with no problems after disabling mac randomization in Network Manager. The only drawback is it is only a 802.11n device. I'm looking for a 802.11ac upgrade with no success.

Re: Audacity 2.2.2 + Pulseaudio in Debian Sid

2018-11-11 Thread Miguel A. Vallejo
-plugins_1.1.6-1+b1_i386.deb Something is really bad with current version 1.1.7 of libasound2. Hope this helps someone. El lun., 5 nov. 2018 a las 13:55, Miguel A. Vallejo () escribió: > > Hello. > > I upgraded a machine to sid. Everything seems to work just fine but I > noticed

Audacity 2.2.2 + Pulseaudio in Debian Sid

2018-11-05 Thread Miguel A. Vallejo
Hello. I upgraded a machine to sid. Everything seems to work just fine but I noticed a problem with Audacity 2.2.2 and Pulseaudio 12.2-2. I can't select pulse neither as recording or playback device. I can select "default" on playing device, and it appears in pavucontrol and I can manage it. Bu

Re: USB2 or 3 WiFi dual band adapters

2018-08-15 Thread Miguel A. Vallejo
My experience is similar. Currently I'm using Linksys WUSB600N v2 USB dongles based on Ralink RT3572 and they work just fine. They can handle my 100 MBit conection using 2x2 N mode in 5 GHz band without too much problems. But I have also a Linksys WUSB6300 802.11ac dongle, based on RTL8812AU. Alt

Re: software raid settings and ext4

2017-01-24 Thread Miguel González
On 01/24/17 8:56 PM, Pascal Hambourg wrote: > Le 24/01/2017 à 00:45, Miguel González a écrit : >> >> I´m running Proxmox 4.2 which is debian jessy with a software RAID of 2 >> Tb SATA disks of 7200 RPM in a dedicated server. >> >> I have set it up using OVH Pr

Re: software raid settings and ext4

2017-01-24 Thread Miguel González
On 01/24/17 1:29 AM, Felix Miata wrote: > Miguel González composed on 2017-01-24 00:45 (UTC+0100): > .. >> Is there any way to improve the performance of ext4 both in the hosting >> proxmox server and the virtual machines? > > Who made those SATA cables, when, and are

software raid settings and ext4

2017-01-23 Thread Miguel González
Hi, I´m running Proxmox 4.2 which is debian jessy with a software RAID of 2 Tb SATA disks of 7200 RPM in a dedicated server. I have set it up using OVH Proxmox installer with ext4. I have realized that another server with just one SATA disk has writes of about 140 MB/s while this server with 2

Predictable Network Interface Names prevents WiFi connections.

2016-12-16 Thread Miguel A. Vallejo
Hello. I'm having a weird problem with my Debian testing installation. I use KDE Plasma 5 and NetworkManager in a up-to-date system. The problem is I can't connect to any wifi if Predictable Network Interface Names are in use. I can see all wireless networks in Network Manager, so I select mine,

Re: repository uses weak digest algorithm (SHA1)

2016-08-07 Thread Rui Miguel P. Bernardo
Hi Matthias, I had a similar problem with my repository in stretch testing/unstable earlier this year. I had to change the reprepro (a repository manager) configuration to explicitly sign the repository and the release file. The key didn't need to be changed. I've then searched for a way to make

Re: macbook pro - new install - issues

2015-10-21 Thread Miguel Negrão
Miguel Negrão friendlyvirus.org> writes: > 1 - This mac has a portuguese keyboard layout. The portuguese keyboard > layout is not working on gnome and gdm. Although it appears in the list of > keyboard layouts on the top right corner in gdm, typing in the keyboard > always out

macbook pro - new install - issues

2015-10-21 Thread Miguel Negrão
l, without fixing it I cannot use debian. Some info: miguel@miguel-MacBookPro:~$ cat /etc/apt/sources.list deb http://ftp.pt.debian.org/debian/ jessie non-free contrib main deb http://security.debian.org/ jessie/updates non-free contrib main deb http://http.debian.net/debian/ jessie-backports ma

Re: Possible incompatibility between wheezy gnome and wheezy-backports libreoffice

2014-12-29 Thread Miguel Ortiz Lombardía
Sorry, I was too fast: 1:4.3.3-2~bpo70+2 didn't make it yet to the repositories, so I was simply repeating the same thing. Will get for this fix before trying again upgrading. Thanks to all who responded. Cheers, Miguel El 28/12/14 a las 22:37, Miguel Ortiz Lombardía escribió: &g

Re: Possible incompatibility between wheezy gnome and wheezy-backports libreoffice

2014-12-28 Thread Miguel Ortiz Lombardía
Hi, Not true in the case that I reported. Even after apt-get update, I get the same messages and gnome is marked to be removed... Looks like a different problem that the one found by Chris. Cheers, Miguel El 28/12/14 a las 19:17, Sven Joachim escribió: > On 2014-12-28 18:40 +0100, Ch

Possible incompatibility between wheezy gnome and wheezy-backports libreoffice

2014-12-28 Thread Miguel Ortiz Lombardía
heezy-backports ? The second options seems to me a more risky one. In the meantime, those in a similar configuration should avoid upgrading... Cheers, Miguel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact list

Re: Should I build a nmu for stable or a backport for wheezy-backports?

2013-08-07 Thread Rui Miguel P. Bernardo
On Thu, Aug 8, 2013 at 6:25 AM, Rui Miguel P. Bernardo wrote: > On Wed, Aug 7, 2013 at 1:23 PM, Osamu Aoki wrote: >> Hi, >> >> On Tue, Aug 06, 2013 at 08:17:03PM +0100, Rui Miguel P. Bernardo wrote: >>> Hello list, >>> >>> let's say there

Re: Should I build a nmu for stable or a backport for wheezy-backports?

2013-08-07 Thread Rui Miguel P. Bernardo
On Wed, Aug 7, 2013 at 1:23 PM, Osamu Aoki wrote: > Hi, > > On Tue, Aug 06, 2013 at 08:17:03PM +0100, Rui Miguel P. Bernardo wrote: >> Hello list, >> >> let's say there is a bug in a stable package and that bug breaks the >> program functionality. Later th

Should I build a nmu for stable or a backport for wheezy-backports?

2013-08-06 Thread Rui Miguel P. Bernardo
Hello list, let's say there is a bug in a stable package and that bug breaks the program functionality. Later the fix was uploaded to unstable/testing but never got in time for stable. For reference I'm talking about http://bugs.debian.org/679657. I tried 2 ways to solve this: a) I've downloaded

Re: How do I list installed packages?

2013-04-23 Thread Rui Miguel P. Bernardo
Hi Mark, the following should work, listing only the manually installed packages. aptitude search '?installed?not(?automatic)' -F %p | sed 's/ //g' On Tue, Apr 23, 2013 at 10:12 PM, Mark Weyer wrote: > > The title is imprecise. Actually, the question is: How do I list installed > packages exc

Re: Installing Debian as VirtualBox guest - which videodriver to install?

2012-03-26 Thread Rui Miguel P. Bernardo
On Mon, Mar 26, 2012 at 7:37 AM, Csanyi Pal wrote: > Hi Rui, > > "Rui Miguel P. Bernardo" writes: > >> On Sun, Mar 25, 2012 at 6:58 PM, Csanyi Pal wrote: >>> I just installed on my Debian GNU/Linux wheezy/sid host on VirtualBox >>> the Debian GNU/Li

Re: Installing Debian as VirtualBox guest - which videodriver to install?

2012-03-25 Thread Rui Miguel P. Bernardo
On Sun, Mar 25, 2012 at 6:58 PM, Csanyi Pal wrote: > I just installed on my Debian GNU/Linux wheezy/sid host on VirtualBox > the Debian GNU/Linux wheezy/sid as guset using the > http://d-i.debian.org/daily-images/amd64/daily/netboot/mini.iso > > so I get virtual consoles but not a desktop environm

Re: Latest update borks

2012-03-05 Thread Rui Miguel P. Bernardo
On Tue, Mar 6, 2012 at 2:44 AM, Rui Miguel P. Bernardo wrote: > On Mon, Mar 5, 2012 at 9:23 PM, Frank McCormick > wrote: >> On 05/03/12 03:38 PM, Sven Joachim wrote: >>> >>> On 2012-03-05 14:46 +0100, Frank McCormick wrote: >>> >>>> The late

Re: Latest update borks

2012-03-05 Thread Rui Miguel P. Bernardo
this machine... > > But it apparently does not only affect 2.6 kernels... Hi, unrelated to the issue here in discussion, but about running the new kernel series in old P4 with pae (I got a p4 2.8 ht). I found in http://bugs.debian.org/659866 a boot option to boot the new kernel series in my

Re: xfce4

2011-12-19 Thread Joao Miguel Ferreira
On Mon, 2011-12-19 at 17:22 +, Joao Ferreira Gmail wrote: > On Mon, 2011-12-19 at 11:12 -0600, Kjetil brinchmann Halvorsen wrote: > > see below. > > > > On Mon, Dec 19, 2011 at 11:11, Joao Ferreira Gmail > > wrote: > > > On Mon, 2011-12-19 at 09:58 -0600, Kjetil brinchmann Halvorsen wrote: >

mini-buildd-rep ssh key howto?

2011-09-29 Thread Rui Miguel P. Bernardo
~/.dput.cf file with the example content but I still can't upload. What do I need to do with the mini-buildd SSH key so I can upload? Thank you, Rui Miguel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact li

Re: wireless not working after upgrade

2011-09-20 Thread Joao Miguel Ferreira
I have this on kern.log Sep 20 20:07:46 wheejy kernel: [6.734160] iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, in-tree:s Sep 20 20:07:46 wheejy kernel: [6.734164] iwl3945: Copyright(c) 2003-2011 Intel Corporation Sep 20 20:07:46 wheejy kernel: [6.73424

Fail to build using jhbuild due the lacks of gtk+-3.0 >= 3.0.8

2011-05-29 Thread Braiam Miguel Peguero Novo
Hi there, Im not suscribed to the mail-list so, include me in the "to:" :) I'm compiling gnome3-desktop, in my ubuntu desktop 11.04, I followed the jhbuild manual about building gnome3, I also have done the complete compilation, but have to drop it, due the fact that it was installed on my home d

Debian 5.0.5 images for PowerPC

2010-08-31 Thread Nuno Miguel dos Santos Baeta
missing, as well as torrent files. Jigsaw Downloader files (.jigdo and .template) exist but it is impossible to build the DVD images. TIA -- Nuno Miguel dos Santos Baeta ille nihil dubitat quem nulla scientia dictat -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject

Checking which patches was used to compile the kernel.

2010-02-22 Thread Miguel Da Silva - URI
Is it possible to do that? Right now I have to work with a server I did not installed and I don't have much information about the kernel configuration. Thank you so much. -- Miguel Da Silva Unidad de Recursos Informáticos Facultad de Ingeniería - http://www.fing.edu.uy Universidad

Disk usage and quota inconsistency.

2010-02-15 Thread Miguel Da Silva - URI
(at the server) or remotely (at any client); it is also related with no client in particular. Suggestions? Greetings. -- Miguel Da Silva Unidad de Recursos Informáticos Facultad de Ingeniería - http://www.fing.edu.uy Universidad de la República - http://www.rau.edu.uy -- To UNSUBSCRIBE, email to d

Re: File size limit exceeded

2009-05-31 Thread Miguel Obliviemo
her partition, and in the meantime, or afterwards, compile Postfix from source and install. I hope. -- Miguel -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: File size limit exceeded

2009-05-30 Thread Miguel Obliviemo
On Sat, 30 May 2009, Boyd Stephen Smith Jr. wrote: In , Miguel Obliviemo wrote: apt-get remove postfix: Processing triggers for man-db ... /var/lib/dpkg/info/man-db.postinst: line 3: 6289 File size limit exceededperl -e '@pwd = getpwnam("man"); $( = $) = $pwd[3]; $&l

File size limit exceeded

2009-05-29 Thread Miguel Obliviemo
10240 152 10088 2% /dev tmpfs 900480 0900480 0% /dev/shm /dev/sda1215385852 13354824 1249468 92% /u2 /dev/sda1315385852604776 13999516 5% /u3 /dev/sdb1 3866116986428 2683296 27% /mnt /dev/scd

Re: Lenny printing competition -- still open?

2009-05-28 Thread Miguel Obliviemo
On Wed, 27 May 2009, Johannes Wiedersich wrote: Boyd Stephen Smith Jr. wrote: In , Miguel Obliviemo wrote: I just noticed the "Print to Win" or "Print 2 Win" promotion in the HOWTO directory I have no idea what you are talking about and couldn't find a refer

  1   2   3   4   >