Menú

Mostrar Mensajes

Esta sección te permite ver todos los mensajes escritos por este usuario. Ten en cuenta que sólo puedes ver los mensajes escritos en zonas a las que tienes acceso en este momento.

Mostrar Mensajes Menú

Mensajes - FranKlr

#11
GNU/Linux / Re: Problema al iniciar Ardour3
23 Noviembre 2014, 16:18 PM
Aquí el resultado;

Código (out) [Seleccionar]
frank@franklr:~$ cat /etc/security/limits.conf
# /etc/security/limits.conf
#
#Each line describes a limit for a user in the form:
#
#<domain>        <type>  <item>  <value>
#
#Where:
#<domain> can be:
#        - a user name
#        - a group name, with @group syntax
#        - the wildcard *, for default entry
#        - the wildcard %, can be also used with %group syntax,
#                 for maxlogin limit
#        - NOTE: group and wildcard limits are not applied to root.
#          To apply a limit to the root user, <domain> must be
#          the literal username root.
#
#<type> can have the two values:
#        - "soft" for enforcing the soft limits
#        - "hard" for enforcing hard limits
#
#<item> can be one of the following:
#        - core - limits the core file size (KB)
#        - data - max data size (KB)
#        - fsize - maximum filesize (KB)
#        - memlock - max locked-in-memory address space (KB)
#        - nofile - max number of open files
#        - rss - max resident set size (KB)
#        - stack - max stack size (KB)
#        - cpu - max CPU time (MIN)
#        - nproc - max number of processes
#        - as - address space limit (KB)
#        - maxlogins - max number of logins for this user
#        - maxsyslogins - max number of logins on the system
#        - priority - the priority to run user process with
#        - locks - max number of file locks the user can hold
#        - sigpending - max number of pending signals
#        - msgqueue - max memory used by POSIX message queues (bytes)
#        - nice - max nice priority allowed to raise to values: [-20, 19]
#        - rtprio - max realtime priority
#        - chroot - change root to directory (Debian-specific)
#
#<domain>      <type>  <item>         <value>
#

#*               soft    core            0
#root            hard    core            100000
#*               hard    rss             10000
#@student        hard    nproc           20
#@faculty        soft    nproc           20
#@faculty        hard    nproc           50
#ftp             hard    nproc           0
#ftp             -       chroot          /ftp
#@student        -       maxlogins       4

# End of file
frank@franklr:~$






Problema solucionado;

Ahora lo que quisiera saber es que por favor me expliques cual era el problema por que la verdad no se que fue lo que hice, solo seguí tus pasos.

Salu2...


[Mod]: NO DOBLE POST, Pon el resultado entre etiquetas GeSHi.
#12
Perdón, como lo hago?
#13
GNU/Linux / Re: Problema al iniciar Ardour3
23 Noviembre 2014, 04:31 AM
Upps...



Código (out) [Seleccionar]
frank@franklr:~$ sudo usermod -a -G audio frank
[sudo] password for frank:
frank@franklr:~$ ardour3
WARNING: Your system has a limit for maximum amount of locked memory!
        This might cause Ardour to run out of memory before your system runs
        out of memory. You can view the memory limit with 'ulimit -l', and it
        is normally controlled by /etc/security/limits.conf

bnd txt domain [gtk2_ardour3] to /usr/share/locale
Ardour3.5.308~dfsg-1 (compilado usando 3.5.308~dfsg-1 y versión de GCC 4.8.2)
ardour: [INFO]: Your system is configured to limit Ardour to only 4096 open files
ardour: [INFO]: Cargando el archivo de configuración del sistema /etc/ardour3/ardour_system.rc
Cargando el archivo de configuración de usuario /home/frank/.config/ardour3/ardour.rc
Using SSE optimized routines

(ardour-3.5.308~dfsg-1:2922): GLib-GObject-WARNING **: Attempt to add property gtkmm__CustomObject_N9Gtkmm2ext25CellRendererColorSelectorE::color after class was initialised
ardour: [INFO]: Cargando el archivo de configuración de interfaz de usuario por defecto /etc/ardour3/ardour3_ui_default.conf
Loading ui configuration file /etc/ardour3/ardour3_ui_dark.rc
Cannot lock down 107335194 byte memory area (No se pudo asignar memoria)
Found nothing along /home/frank/.config/ardour3/templates:/usr/share/ardour3/templates
run dialog
Cannot lock down 107335194 byte memory area (No se pudo asignar memoria)
Scanning folders for bundled LV2s: /usr/lib/ardour3/LV2

(ardour-3.5.308~dfsg-1:2922): GLib-GObject-WARNING **: Attempt to add property gtkmm__CustomObject_N9Gtkmm2ext23CellRendererPixbufMultiE::active after class was initialised
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::RouteGroup @ 0xa70be00
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::Butler @ 0xaa3e430
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::Locations @ 0xb543108
run dialog
frank@franklr:~$
-------------------------------------------------------------------------------------------------------------------------

ardour-log

[INFO]: LV2: Discovering 1 plugins
[INFO]: Cargando menús desde /etc/ardour3/ardour.menus
[WARNING]: Video-monitor 'xjadeo' was not found. Please install http://xjadeo.sf.net/ (a custom path to xjadeo can be specified by setting the XJREMOTE environment variable. It should point to an application compatible with xjadeo's remote-control interface 'xjremote').
[INFO]: Loaded mixer bindings from /etc/ardour3/mixer.bindings
[ERROR]: JACK: Cannot use real-time scheduling (RR/5)(1: Operación no permitida)
[ERROR]: JACK: JackClient::AcquireSelfRealTime error
[ERROR]: JACK: Cannot create thread res = 1


...y nada  >:( es raro por que cuando recien lo instalé, iniciaba normalmente (aunque con errores) y ya no.

Lo desinstalé y volví a instalar nuevamente y aún sigue el mismo problema, alguna otra sugerencia?


#14
Buen día;

Acabo de realizar una copia de seguridad de mi sistema y al finalizar arroja la siguiente información.

No se pudieron respaldar los siguientes archivos. Asegúrese que puede abrirlos.
/home/frank/.cache/dconf
/home/frank/.config/enchant
/home/frank/.dbus
/home/frank/.gvfs

Voy a los respectivos directorios y las carpetas están marcadas con unas "X" en color rojo, intento abrirlas y me dice que "no se puede mostrar este lugar, no tiene los suficientes permisos para ver el contenido".

Alguna sugerencia?

Salu2...
#15
GNU/Linux / Re: Problema al iniciar Ardour3
22 Noviembre 2014, 13:30 PM
Aquí mi respuesta en la terminal:

Código (out) [Seleccionar]
frank@franklr:~$ sudo usermod -a -G frank
Modo de uso: usermod [opciones] USUARIO

Opciones:
 -c, --comment COMENTARIO      nuevo valor del campo GECOS
 -d, --home DIR_PERSONAL       nuevo directorio personal del nuevo usuario
 -e, --expiredate FECHA_EXPIR  establece la fecha de caducidad de la
                               cuenta a FECHA_EXPIR
 -f, --inactive INACTIVO       establece el tiempo de inactividad después
                               de que caduque la cuenta a INACTIVO
 -g, --gid GRUPO               fuerza el uso de GRUPO para la nueva cuenta
                               de usuario
 -G, --groups GRUPOS           lista de grupos suplementarios
 -a, --append                  append the user to the supplemental GROUPS
                               mentioned by the -G option without removing
                               him/her from other groups
 -h, --help                    muestra este mensaje de ayuda y termina
 -l, --login NOMBRE            nuevo nombre para el usuario
 -L, --lock                    bloquea la cuenta de usuario
 -m, --move-home               mueve los contenidos del directorio
                               personal al directorio nuevo (usar sólo
                               junto con -d)
 -o, --non-unique              permite usar UID duplicados (no únicos)
 -p, --password CONTRASEÑA     usar la contraseña cifrada para la nueva cuenta
 -R, --root CHROOT_DIR         directorio en el que hacer chroot
 -s, --shell CONSOLA           nueva consola de acceso para la cuenta del
                               usuario
 -u, --uid UID                 fuerza el uso del UID para la nueva cuenta
                               de usuario
 -U, --unlock                  desbloquea la cuenta de usuario
 -v, --add-subuids FIRST-LAST  add range of subordinate uids
 -V, --del-subuids FIRST-LAST  remvoe range of subordinate uids
 -w, --add-subgids FIRST-LAST  add range of subordinate gids
 -W, --del-subgids FIRST-LAST  remvoe range of subordinate gids
 -Z, --selinux-user SEUSER     new SELinux user mapping for the user account

frank@franklr:~$ ardour3
WARNING: Your system has a limit for maximum amount of locked memory!
        This might cause Ardour to run out of memory before your system runs
        out of memory. You can view the memory limit with 'ulimit -l', and it
        is normally controlled by /etc/security/limits.conf

bnd txt domain [gtk2_ardour3] to /usr/share/locale
Ardour3.5.308~dfsg-1 (compilado usando 3.5.308~dfsg-1 y versión de GCC 4.8.2)
ardour: [INFO]: Your system is configured to limit Ardour to only 4096 open files
ardour: [INFO]: Cargando el archivo de configuración del sistema /etc/ardour3/ardour_system.rc
Cargando el archivo de configuración de usuario /home/frank/.config/ardour3/ardour.rc
Using SSE optimized routines

(ardour-3.5.308~dfsg-1:2853): GLib-GObject-WARNING **: Attempt to add property gtkmm__CustomObject_N9Gtkmm2ext25CellRendererColorSelectorE::color after class was initialised
ardour: [INFO]: Cargando el archivo de configuración de interfaz de usuario por defecto /etc/ardour3/ardour3_ui_default.conf
Loading ui configuration file /etc/ardour3/ardour3_ui_dark.rc
Cannot connect to server socket err = No existe el archivo o el directorio
Cannot connect to server request channel
jack server is not running or cannot be started
Found nothing along /home/frank/.config/ardour3/templates:/usr/share/ardour3/templates
run dialog
JACK command line will be: /usr/bin/jackd -t 200 -p 2048 -R -T -d alsa -n 2 -r 48000 -p 1024 -d hw:M2496,0
Cannot connect to server socket err = No existe el archivo o el directorio
Cannot connect to server request channel
Cannot lock down 107335194 byte memory area (No se pudo asignar memoria)
Scanning folders for bundled LV2s: /usr/lib/ardour3/LV2

(ardour-3.5.308~dfsg-1:2853): GLib-GObject-WARNING **: Attempt to add property gtkmm__CustomObject_N9Gtkmm2ext23CellRendererPixbufMultiE::active after class was initialised
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::Butler @ 0xa296e00
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::Locations @ 0x98dd208
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::RouteGroup @ 0x8f9bc78
run dialog
frank@franklr:~$


 :-(
#16
GNU/Linux / Re: Problema al iniciar Ardour3
21 Noviembre 2014, 16:03 PM
Desde Terminal:

Código (out) [Seleccionar]
frank@franklr:~$ ardour3
WARNING: Your system has a limit for maximum amount of locked memory!
        This might cause Ardour to run out of memory before your system runs
        out of memory. You can view the memory limit with 'ulimit -l', and it
        is normally controlled by /etc/security/limits.conf

bnd txt domain [gtk2_ardour3] to /usr/share/locale
Ardour3.5.308~dfsg-1 (compilado usando 3.5.308~dfsg-1 y versión de GCC 4.8.2)
ardour: [INFO]: Your system is configured to limit Ardour to only 4096 open files
ardour: [INFO]: Cargando el archivo de configuración del sistema /etc/ardour3/ardour_system.rc
Cargando el archivo de configuración de usuario /home/frank/.config/ardour3/ardour.rc
Using SSE optimized routines

(ardour-3.5.308~dfsg-1:11145): GLib-GObject-WARNING **: Attempt to add property gtkmm__CustomObject_N9Gtkmm2ext25CellRendererColorSelectorE::color after class was initialised
ardour: [INFO]: Cargando el archivo de configuración de interfaz de usuario por defecto /etc/ardour3/ardour3_ui_default.conf
Loading ui configuration file /etc/ardour3/ardour3_ui_dark.rc
Cannot lock down 107335194 byte memory area (No se pudo asignar memoria)
Found nothing along /home/frank/.config/ardour3/templates:/usr/share/ardour3/templates
run dialog
Cannot lock down 107335194 byte memory area (No se pudo asignar memoria)
Scanning folders for bundled LV2s: /usr/lib/ardour3/LV2

(ardour-3.5.308~dfsg-1:11145): GLib-GObject-WARNING **: Attempt to add property gtkmm__CustomObject_N9Gtkmm2ext23CellRendererPixbufMultiE::active after class was initialised
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::Butler @ 0xab865c0
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::RouteGroup @ 0xaed6000
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::Locations @ 0xb7d0808
run dialog
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::RouteGroup @ 0xa82ee00
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::Locations @ 0xb6ce128
error de programación: SessionHandleRef exists across session deletion! Dynamic type: ARDOUR::Butler @ 0xaf9e460
run dialog
frank@franklr:~$


frank@franklr:~$ usermod -a -G audio frank
usermod: Permission denied.
usermod: no se pudo bloquear /etc/passwd, inténtelo de nuevo.
frank@franklr:~$
#17
GNU/Linux / Re: Problema al iniciar Ardour3
21 Noviembre 2014, 13:19 PM
El programa lo inicio desde el dash de unity, parece ser que la ruta esta mal, (debe de ser /home/frank/proyecto_1) como podría repararla?


..y en cuato al sonido que me recomiendas hacer?

#18
GNU/Linux / Problema al iniciar Ardour3
20 Noviembre 2014, 17:59 PM
Buen día;

Tengo Ubuntu 14.04 LTS e instalé Ardour y Qjackctl, pero al iniciar el programa por primera ves me sale la siguiente info:



Código (output) [Seleccionar]
[INFO]: LV2: Discovering 1 plugins
[INFO]: Cargando menús desde /etc/ardour3/ardour.menus
[WARNING]: Video-monitor 'xjadeo' was not found. Please install http://xjadeo.sf.net/ (a custom path to xjadeo can be specified by setting the XJREMOTE environment variable. It should point to an application compatible with xjadeo's remote-control interface 'xjremote').
[INFO]: Loaded mixer bindings from /etc/ardour3/mixer.bindings
[ERROR]: JACK: Cannot use real-time scheduling (RR/5)(1: Operación no permitida)
[ERROR]: JACK: JackClient::AcquireSelfRealTime error


...y al crear e insertar pistas no obtuve sonido, entonces investigando me encontre con que tenía que encender el servidor de Jack, asi lo hice y tampoco obtuve sonido.

Ahora vuelvo e inicio el programa y me dice:

No se pudo crear la sesión en
"/home/frank/home/frank/Proyecto_1"

y no me abre el programa.

Alguna sugerencia?

Salu2...
#19
Ya esta solucionado, gracias nuevamente...
#20
Buen día;

Por fin he podido solucionar el problema y aunque era simple problema de hardware le agradezco inmensamente su ayuda por que aprendí muchas cosas nuevas sobre linux.

Por otra parte y aprovechando su ayuda, he tenido inconvenientes al querer crear cds de audio a partir de archivos mp3, el programa que utilizo es k3b, es el que mas me han recomendado.



Estuve investigando y parece que tengo que instalar el paquete de codecs libk3b2-mp3, pero no obtengo buenos resultados...



Alguna sugerencia?

Salu2