[Bug 1022196] Re: glibc detected *** lmms: double free or corruption (!prev)

2012-08-11 Thread Vinycius Maia
this is a bug in caps.so not lmms

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

Title:
  glibc detected *** lmms: double free or corruption (!prev)

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

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


[Bug 912558] Re: log.c Assert failed - err=number == EIO

2012-01-07 Thread Vinycius Maia
I updated the Upstart package to 1.4-0ubuntu2

mrk3004@viny-server:~/Build$ ./find_missing_commands.pl 
mrk3004@viny-server:~/Build$

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

Title:
  log.c Assert failed - err=number == EIO

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

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


[Bug 912558] Re: log.c Assert failed - err=number == EIO

2012-01-06 Thread Vinycius Maia
mrk3004@viny-server:~$ ./find_missing_commands.sh 
mrk3004@viny-server:~$

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

Title:
  log.c Assert failed - err=number == EIO

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

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


[Bug 852101] Re: 32-bit applications do not start on 64

2011-11-23 Thread Vinycius Maia
This worked on Ubuntu Precise:

apt-get install --reinstall libc6-i386

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

Title:
  32-bit applications do not start on 64

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

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


[Bug 822861] Re: glade creates GtkBox instead of GtkHBox or GtkVBox

2011-11-21 Thread Vinycius Maia
The glade 'cloud' be perfectly compatible with gtk2 with simple code changes.
In my opinion, this is just a way of pushing us to the development in gtk3

But anyway, this is really 'the future' :)

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

Title:
  glade creates GtkBox instead of GtkHBox or GtkVBox

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

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


[Bug 858175] Re: oss4-dkms 4.2-build2004-1ubuntu1: oss4 kernel module failed to build (fatal error: bits/predefs.h: No such file or directory)

2011-11-13 Thread Vinycius Maia
To me the solution of Jerome resolved this proble , but others appeared:

make.log:

DKMS is make.log oss4-4.2-build2005 for kernel 3.0.0-12-generic (x86_64)
Sun Nov 13 12:09:55 EST 2011
cp: can not get status / 
lib/modules/3.0.0-12-generic/source/include/linux/limits.h: No such file or 
directory

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

Title:
  oss4-dkms 4.2-build2004-1ubuntu1: oss4 kernel module failed to build
  (fatal error: bits/predefs.h: No such file or directory)

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

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


[Bug 858175] Re: oss4-dkms 4.2-build2004-1ubuntu1: oss4 kernel module failed to build (fatal error: bits/predefs.h: No such file or directory)

2011-11-13 Thread Vinycius Maia
I found a solution:

sudo mkdir /lib/modules/3.0.0-12-generic/source
sudo ln -s /usr/include /lib/modules/3.0.0-12-generic/source/

then I had some permissions issues:

anjinhuviny@viny-server:~$ ossmix
/dev/mixer: Permission denied
anjinhuviny@viny-server:~$ osstest
Sound subsystem and version: OSS 4.2 (b 2005/201110151348) (0x00040100)
Platform: Linux/x86_64 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 
2011

*** Scanning sound adapter #-1 ***
/dev/oss/oss_cs42810/pcm0 (audio engine 0): CS4281
- Performing audio playback test... /dev/oss/oss_cs42810/pcm0: Permission denied
Can't open the device

*** Some errors were detected during the tests ***

the solution to these problems are simple:

sudo chmod 777 /dev/mixer
sudo chmod 777 -R /dev/oss

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

Title:
  oss4-dkms 4.2-build2004-1ubuntu1: oss4 kernel module failed to build
  (fatal error: bits/predefs.h: No such file or directory)

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

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


[Bug 822861] Re: glade creates GtkBox instead of GtkHBox or GtkVBox

2011-11-08 Thread Vinycius Maia
Changing GtkBox to GtkVBox or GtkHBox works for me

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

Title:
  glade creates GtkBox instead of GtkHBox or GtkVBox

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

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


[Bug 852101] Re: bash: /usr/bin/wine: No such file or directory

2011-09-20 Thread Vinycius Maia
I have the same problem:

mrk3004@viny-server:~$ wine
bash: /usr/bin/wine: Arquivo ou diretório não encontrado
mrk3004@viny-server:~$ winecfg
exec: 29: /usr/bin/wine: not found
mrk3004@viny-server:~$

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

Title:
  bash: /usr/bin/wine: No such file or directory

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wine1.3/+bug/852101/+subscriptions

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