[Bug 1029590] Re: screen left blank on kdm startup after upgrade to kernel 3.2.0-27

2012-07-27 Thread Adrián Santos Marrero
The workaround worked for me too.

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

Title:
  screen left blank on kdm startup after upgrade to kernel 3.2.0-27

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kubuntu-meta/+bug/1029590/+subscriptions

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


[Bug 772301] Re: UMTS Modem not working in 11.04

2011-08-05 Thread Adrián Santos Marrero
It seems a duplicate of bug #689894.

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

Title:
  UMTS Modem not working in 11.04

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

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


[Bug 334218] Re: digikam not installable with kde 4.2 backport

2009-02-25 Thread Adrián Santos Marrero
*** This bug is a duplicate of bug 332937 ***
https://bugs.launchpad.net/bugs/332937

** This bug has been marked a duplicate of bug 332937
   digikam has a dependency problem

-- 
digikam not installable with kde 4.2 backport
https://bugs.launchpad.net/bugs/334218
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to digikam in ubuntu.

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


[Bug 287233] Re: no bluetooth tray icon

2008-12-15 Thread Adrián Santos Marrero
I can confirm it too.

No output and no icon in systray...

-- 
no bluetooth tray icon
https://bugs.launchpad.net/bugs/287233
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 220103] Re: Madwifi randomly disconnects and reconnects; causes networkmanager to flood logs

2008-12-02 Thread Adrián Santos Marrero
This also happens in my laptop. Sometimes I loose the wifi connection
encrypted with WPA2 and with an Atheros AR242x card. In /var/log/syslog
appears these messages:

Dec  2 17:28:59 e200 NetworkManager: info  (ath0): supplicant connection 
state change: 7 - 0
Dec  2 17:28:59 e200 NetworkManager: info  (ath0): supplicant connection 
state change: 0 - 4
Dec  2 17:28:59 e200 NetworkManager: info  (ath0): supplicant connection 
state change: 4 - 5
Dec  2 17:28:59 e200 NetworkManager: info  (ath0): supplicant connection 
state change: 5 - 6
Dec  2 17:28:59 e200 NetworkManager: info  (ath0): supplicant connection 
state change: 6 - 7
Dec  2 17:29:01 e200 NetworkManager: info  (ath0): supplicant connection 
state change: 7 - 0

-- 
Madwifi randomly disconnects and reconnects; causes networkmanager to flood logs
https://bugs.launchpad.net/bugs/220103
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 302002] [NEW] Error compiling unionfs module for 2.6.27-7 kernel (Intrepid)

2008-11-25 Thread Adrián Santos Marrero
Public bug reported:


I can't compile unionfs module in the last Ubuntu version (8.10, Intrepid).

Versions detail:

Description:Ubuntu 8.10
Release:8.10

ii  unionfs-source  2.2.3-2.6.24-1  
Source for the union filesystem
ii  unionfs-tools   1:0.2.1-1   
Tools to manage unionfs filesystems

Full output of the m-a execution:

$ LANG=C sudo m-a -t build unionfs
Extracting the package tarball, /usr/src/unionfs.tar.bz2, please wait...
   
dh_testdir  
   
#dh_testroot
   
rm -f build-stamp configure-stamp   
   
# Cleaning package  
   
rm -rf unpack build 
   
dh_clean
   
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules  
   
make[1]: Entering directory `/usr/src/modules/unionfs'  
   
dh_testdir  
   
#dh_testroot
   
rm -f build-stamp configure-stamp   
   
# Cleaning package  
   
rm -rf unpack build 
   
dh_clean
   
make[1]: Nothing to be done for `kdist_config'. 
   
for templ in ; do \ 
   
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.27-7-generic/g'` ; \ 
   
  done  
   
for templ in `ls debian/*.modules.in` ; do \
   
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \
sed -e 's/##KVERS##/2.6.27-7-generic/g ;s/#KVERS#/2.6.27-7-generic/g ; 
s/_KVERS_/2.6.27-7-generic/g ; s/##KDREV##/2.6.27-7.16/g ; 
s/#KDREV#/2.6.27-7.16/g ; s/_KDREV_/2.6.27-7.16/g  '  $templ  
${templ%.modules.in}; \ 

  
  done  


dh_testroot 


dh_clean -k 


# Build the module  


CFLAGS=-Wall -g -O2 -O2 CONFIG_UNIONFS=m /usr/bin/make -C /usr/src/linux 
M=/usr/src/modules/unionfs modules  
 
make[2]: Entering directory `/usr/src/linux-headers-2.6.27-7-generic'   


  CC [M]  /usr/src/modules/unionfs/inode.o  


/usr/src/modules/unionfs/inode.c: In function 'check_for_whiteout': 


/usr/src/modules/unionfs/inode.c:65: error: too few arguments to function 
'vfs_unlink'
  
/usr/src/modules/unionfs/inode.c: In function 'unionfs_lookup': 


/usr/src/modules/unionfs/inode.c:258: error: 'struct nameidata' has no member 
named 'dentry'  
  
/usr/src/modules/unionfs/inode.c:259: error: 'struct nameidata' has no member 
named 'mnt'   

[Bug 66878] Re: Spellchecking impossible for most languages

2008-06-17 Thread Adrián Santos Marrero
Quick recipe for manual installation (the example uses the spanish
dictionaries):

sudo apt-get install aap
aap -f http://ftp.vim.org/vim/runtime/spell/es/main.aap
sudo cp ../es.*.spl /usr/share/vim/vim71/spell/

-- 
Spellchecking impossible for most languages
https://bugs.launchpad.net/bugs/66878
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 237278] Re: virtualbox-ose-modules for 2.6.24-18

2008-06-09 Thread Adrián Santos Marrero
Proposed update works for me too.

-- 
virtualbox-ose-modules for 2.6.24-18
https://bugs.launchpad.net/bugs/237278
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 184676] Re: CIFS mounts are after disabling network

2008-01-25 Thread Adrián Santos Marrero
** Also affects: upstart (Ubuntu)
   Importance: Undecided
   Status: New

-- 
CIFS mounts are after disabling network
https://bugs.launchpad.net/bugs/184676
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 184676] Re: CIFS mounts are after disabling network

2008-01-25 Thread Adrián Santos Marrero
My CIFS mounts refuses to umount when I halt o reboot the system. It
seems that a script is stopping the network before the call of
/etc/rc[06].d/S31umountnfs.sh.

I'm using Kubuntu 7.10 64bits.

Thank you in advance.

-- 
CIFS mounts are after disabling network
https://bugs.launchpad.net/bugs/184676
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 129409] Keyboard configuration not set in debconf

2007-07-31 Thread Adrián Santos Marrero
Public bug reported:

Binary package hint: ubiquity

During installation the xorg.conf file is correctly generated but the
keyboard configuration is not saved in debconf database. The one which
is saved is the 'console-setup/layoutcode' but also 'xserver-
xorg/config/inputdevice/keyboard/layout' is needed. For example, if the
kde-guidance detects a graphic card change it will call 'dpkg-
reconfigure xserver-xorg' and it will generate a xorg.conf with
XkbLayout defined to 'us', instead of the language selected during
installation.

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

-- 
Keyboard configuration not set in debconf
https://bugs.launchpad.net/bugs/129409
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