Autor Tópico: Dica cinelerra erro: void MWindow::init_shm0...  (Lida 1498 vezes)

Offline carmagedom

  • Usuário Ubuntu
  • *
  • Mensagens: 25
    • Ver perfil
Dica cinelerra erro: void MWindow::init_shm0...
« Online: 22 de Junho de 2007, 00:00 »
Vasculhei o google todinho por essa dica espero que gostem
Uso o Ubuntu Studio 7.04 mais da o mesmo erro com ubuntu 7.04

Erro quando abro o cinelerra
void MWindow::init_shm0: WARNING:/proc/sys/kernel/shmmax is 0x2000000, which is too low.
Before running Cinelerra do the following as root:
echo "0x7fffffff">/proc/sys/kernel/shmmax

Dica para esse erro:
abra o terminal e digite:

bdk@buddha:~$ sudo -s
root@buddha:~# echo "0x7fffffff" > /proc/sys/kernel/shmmax
root@buddha:~# exit
exit
bdk@buddha:~$ cinelerra

colocando para ficar permanente ao reiniciar o sistema:
Adicione em /etc/sysctl.conf esse comando no final da linha :

kernel/shmmax=0x7fffffff

verificando
sysctl -p

EX:

Código: [Selecionar]
#
# /etc/sysctl.conf - Configuration file for setting system variables
# See sysctl.conf (5) for information.
#

#kernel.domainname = example.com
#net/ipv4/icmp_echo_ignore_broadcasts=1

# the following stops low-level messages on console
kernel.printk = 4 4 1 7

##############################################################3
# Functions previously found in netbase
#

# Uncomment the next line to enable Spoof protection (reverse-path filter)
#net.ipv4.conf.default.rp_filter=1

# Uncomment the next line to enable TCP/IP SYN cookies
#net.ipv4.tcp_syncookies=1

# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.conf.default.forwarding=1

# Uncomment the next line to enable packet forwarding for IPv6
#net.ipv6.conf.default.forwarding=1

# Cinelerra
kernel/shmmax=0x7fffffff


Offline zackshinra

  • Usuário Ubuntu
  • *
  • Mensagens: 308
    • Ver perfil
Re: Dica cinelerra erro: void MWindow::init_shm0...
« Resposta #1 Online: 12 de Novembro de 2007, 12:42 »
Boa dica, deu certo aqui comigo.
"Ao se deparar com um problema, a primeira atitude deve ser a busca de soluções, e não a de culpados."
Lauro Adriano